:root{
    --primary-background-color: #e74c4c;
    --primary-background-color-2: white;
    --primary-color: #e74c4c;
    --primary-color2: #bf3d3d;
    --primary-color-light: #ff7f78;
    --primary-color-dark: #ae0b24;
    --secondary-color: #333e44;
    --secondary-color-light: #5d696f;
    --secondary-color-dark: #0d181d;
    --login-box-background-color: white;
    --stage-box-background-color: white;
    --botton-save: #CB5255;
    --border-color-section: #bf3d3d;
    --primary-color-section: #bf3d3d;
    --border-color-section-2: #FFD4D4;
    --primary-color-section-2: #FFD4D4;
    --select-color-section: white;
    --primary-color-section-font: white;
    --select-color-section-font: black;
    --absence-warning: #FF9633;
    --absence-danger: #FF3333;
    --absence-success: #34BF36;
    --dark-gray: rgb(90, 90, 90);
    --light-gray: rgb(148, 148, 148);
    --focus-blue: rgb(69, 159, 189);
}

*{
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
    box-sizing: border-box;
}

.font-weight-light {
    font-weight: 300!important;
}

a{
    color: #AF0A24;
}

a:not([href]){
    cursor: pointer;
}

body{
    margin: 0 !important;
    padding: 0 !important;
}

body{
    background: var(--primary-background-color); /* Old browsers */
    background: -moz-linear-gradient(-45deg, var(--primary-background-color) 0%, var(--primary-background-color) 50%, var(--primary-background-color-2) 50%, var(--primary-background-color-2) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, var(--primary-background-color) 0%, var(--primary-background-color) 50%, var(--primary-background-color-2) 50%, var(--primary-background-color-2) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, var(--primary-background-color) 0%, var(--primary-background-color) 50%, var(--primary-background-color-2) 50%, var(--primary-background-color-2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=var(--primary-background-color), endColorstr=var(--primary-background-color-2),GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    position: absolute;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    top:0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -100 !important;
}

h2.primary-color {
    color: var(--primary-color-section);
}
h4.primary-color {
    color: var(--primary-color-section);
}

span.title-section {
    font-size: 26px;
}
span.primary-color {
    color: var(--primary-color-section);
}

div.align-left {
    float: left;
}

div.align-right {
    float: right;
}

.comment-section {
    display: none;
}

.header-page {
    margin-bottom: 20px;
}

/**
FOOTER
 */
div.content-box-footer{
    width: 1400px;
    min-height: 200px;
    background-color: var(--stage-box-background-color);
    padding: 20px 20px 20px 20px;
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    position: relative;
    margin-top: 180px;
    left: 50%;
    margin-left: -700px;
    margin-bottom: 50px;
}

div.content-box-footer div.title-block {
    border-bottom: 2px solid dimgray !important;
}

div.content-box-footer, div.title-block.information a {
    color: dimgray!important;
}


div.content-box-footer div.title-block.information {
    /*padding-bottom: 4px;*/
    margin-bottom: 2px;
    border-bottom: 0px solid black !important;
}

div.title-block.information span.title{
    font-size: .8em !important;
}

div.md-div{
    position: relative;
    margin-top: 30px;
}

.center-text {
    text-align: center;
}

.left-text{
    text-align: left;
    margin-left: 30px;
}

div.clear{
    clear: both;
}


div.title-block{
    padding-bottom: 8px;
    margin-bottom: 10px;
    border-bottom: 2px solid black !important;
}

div.title-block span.title{
    font-size: 1.3em;
    /*font-weight: bold;*/
}

.shadow-1 {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.shadow-1:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.shadow-2 {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.shadow-2:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.shadow-3 {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.shadow-4 {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.shadow-5 {
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}


div.hidden{
    display: none !important;
}

.col-half{
    float: left;
    width: 50%;
}

.hide {
    display: none;
}

/**
NEW
 */

.section-container {
    width: 100%;
    text-align: center;
}
.section-align-center {
    /*width: 100%;*/
    margin: 0 auto;
    width: 100%;
}

.section-align-left {
    /*width: 100%;*/
    width: 100%;
    text-align: left;
}

.section-spacing {
    margin: 40px;
}

.section_photo {
    max-height: 400px;
    max-width: 300px;
}

.section-form {
    width: 70%;
    /*border: 1px solid green;*/
    float: left;
    padding: 20px;
}

.section-home {
    /*cursor: pointer;*/
    width: 95%;
    min-height: 50px;
    margin: 30px 30px 10px 30px;
    padding: 10px;
    border: 4px solid var(--border-color-section);
    background-color: var(--primary-color-section);
    float: left;
    /*transition: 1s;*/
    border-radius: 5px;
    color: white;
    font-weight: bold;
}

.section-home.commentaries {
    width: 100%;
    border: 4px solid #C1C1C1;
    background-color: #C1C1C1;
    color: black;
    font-size: small;
    font-weight: normal;
    margin: 10px 10px 10px 0px;
}

.section-home.reply {
    border: 4px solid #dad7d7;
    background-color: #dad7d7;
    color: black;
    font-size: small;
    font-weight: normal;
    margin: 5px 0px;
    padding: 2px;
}

.section-home-comment {
    width: 100%;
    border: 4px solid #dad7d7;
    border-radius: 5px;
    background-color: #dad7d7;
    color: black;
    font-size: small;
    font-weight: normal;
    margin: 10px 10px 10px 0px;
    padding: 10px;
}

.section-home-comment .align-left {
    margin-left: 20px;
}

a.btn.btn-default {
    background-color: #F0F0F0;
}

.col-1-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
}
.col-1-5 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.section-home-title {
    /*padding-top: 50px;*/
    text-align: left;
    font-size: xxx-large;
    font-weight: normal;
    float: left;
    color: var(--primary-color-section-font);
}

.section-home-title-medium {
    font-size: xx-large;
}

.section-home-title-small {
    font-size: x-large;
}

.section-home-title-smaller {
    font-size: 22px;
}

.section-home a {
    color: transparent !important;
}

.section-home-title img {
    margin: 30px;
    top: 100px;
    left: 0;
    float: left;
    width: 100px;
    opacity: 0.3;
    position: absolute;
}

.section-home-description {
    font-size: medium;
    /*padding: 15px;*/
    color: var(--primary-color-section-font);
    text-align: right;
    float: right;
    /*position: absolute;*/
    /*bottom: 30px;*/
    /*right: 0;*/
}

.section-home-download {
    width: 100%;
    font-size: medium;
    padding: 10px;
    color: var(--primary-color-section-font);
    background-color: var(--light-gray);
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
}

.section-home-download img {
    padding-bottom: 5px;
    padding-left: 10px;
}

.section-sub-department {
    min-height: 50px;
    border: 4px solid var(--border-color-section);
    background-color: var(--border-color-section);
}

.section-sub-department .section-home-title {
    font-size: x-large;
    text-align: center;
}

.section-request {
    min-height: 40px;
    margin: 5px 30px;
    border: 4px solid var(--border-color-section);
    background-color: var(--border-color-section);
}

.section-request .section-home-title {
    font-size: large;
    text-align: center;
}

.section-home.selected {
    /*background-color: var(--select-color-section);*/
}

.section-home .left {
    text-align: left;
}

.section-home .right {
    text-align: right;
}

.section-home .center {
    text-align: center;
}

.section-home.unselected {
    /*opacity: 0.8;*/
}

.section-home-2 {
    /*cursor: pointer;*/
    width: 100%;
    min-height: 50px;
    margin: 10px 2px 2px 2px;
    /*padding: 10px;*/
    border: 4px solid var(--border-color-section-2);
    background-color: var(--primary-color-section-2);
    float: left;
    /*transition: 1s;*/
    border-radius: 5px;
    color: black;
    font-weight: normal;
}

.section-home-2 .left {
    text-align: left;
}

.section-home-2 .right {
    text-align: right;
}

.section-home-2 .center {
    text-align: center;
}

.section-home.selected .section-home-title, .section-home.selected .section-home-description {
    color: var(--select-color-section-font);
}

.section-home:hover {
    /*opacity: 0.8;*/
}

.section-home:hover .section-home-title {
    /*padding-top: 5px;*/
    /*color: black;*/

}

.section-home:hover .section-home-description {
    display: block;
}

.section-alert {
    width: 100%;
    margin: 0 30px;
}

.section-sub-department-box {
    margin: 30px;
    border: 4px solid var(--border-color-section);
    background-color: var(--select-color-section);
}

/**
END NEW
 */

@media (max-width: 1080px) {
    .section-home {
        min-width: 80%;
    }
}

@media (max-width: 560px) {
    .section-home {
        max-width: 60%;
    }
}

@media (min-width: 1224px) {
    div.left-header-gradient{
        position: absolute;
        top: 50%;
        margin-top: -205px;
        left: 50%;
        margin-left: -600px;
        /*left: 200px;*/
    }

    div.left-header-gradient.student-logo{
        /*-ms-transform: rotate(315deg); !* IE 9 *!*/
        /*-webkit-transform: rotate(315deg); !* Safari *!*/
        /*transform: rotate(315deg);*/
        z-index: 10;
        top: 0 !important;
        left: 50% !important;
        margin-left: -600px !important;
        padding: 10px !important;
        border-radius: 5px !important;
        margin-top: 0 !important;
    }

    div.left-header-gradient img.logo-tbs{
        height: 125px;
    }

    div.right-header-gradient{
        /*position: absolute;*/
        /*top: 50%;*/
        /*margin-top: 0px;*/
        /*right: 50%;*/
        /*margin-right: -600px;*/
    }

    div.right-header-gradient.menu{
        /*z-index: 10;*/
        /*top: 0 !important;*/
        /*right: 50% !important;*/
        /*margin-right: -600px !important;*/
        /*padding: 10px !important;*/
        /*border-radius: 5px !important;*/
        /*margin-top: 80px !important;*/

        position: absolute;
        z-index: 10;
        top: 30px !important;
        right: 50% !important;
        margin-right: -550px !important;
        padding: 10px !important;
        border-radius: 5px !important;
        margin-top: 120px !important;
    }

    /*div.right-header-gradient.menu.single-form {*/
    /*    right: 50% !important;*/
    /*    margin-right: -320px !important;*/
    /*}*/

    div.right-header-gradient a.btn-user{
        cursor: pointer;
        font-size: 1.5em;
        font-weight: bold;
    }

    div.right-header-gradient a.btn-user img {
        height: 0.8em;
    }

    .table-center-price {
        margin: 0px auto;
        width: 600px;
    }

    div.content-box{
        width: 1400px;
        min-height: 450px;
        background-color: var(--stage-box-background-color);
        padding: 20px 20px 20px 20px;
        /*margin-left: auto;*/
        /*margin-right: auto;*/
        position: relative;
        top: 150px;
        left: 50%;
        margin-left: -700px;
    }

    .single-form {
        width: 600px;
        left: 50%;
        margin-left: -300px;
        min-height: 450px;
        position: relative;
    }

    div.content-box.payment{
        min-height: 300px;
    }

}


div.col-sm-12.total_with{
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100%;
    clear: both;
}
@media (max-width: 1224px) {

    body {
        background-color: white;
        background: white;
    }
    div.col-sm-6.total_with{
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100%;
    }

    div.col-sm-4.total_with{
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100%;
    }

    div.col-sm-8.total_with{
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100%;
    }

    div.buttons-div{
        width: 100%;
        text-align: center;
    }

    div.stage-box{
        width: 100%;
    }

    .shadow-3 {
        box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0px rgba(0,0,0,0);
    }

    div.right-header-gradient.menu{
        z-index: 10;
        margin-top: 0px !important;
    }

    .alert-floating {
        position: absolute;
        width: 250px;
        top: 40%;
        left: 50%;
        margin-left: -125px;
        z-index: 30;
    }

    div.left-header-gradient img.logo-tbs{
        height: 125px;
        text-align: center;
    }

    .title-header {
        font-weight: bold;
        font-size: 36px;
        clear: both;
        margin-top: 20px;
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
    }

    div.content-box-footer{
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
        margin-bottom: 20px;
        min-height: 200px;
        left: 0;
    }


    div.center-logo {
        position: fixed;
        width: 100%;
        text-align: center;
        background-color: var(--primary-background-color);
        margin-bottom: 20px;
        padding-bottom: 30px;
        z-index: 100;
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    }

    div.content-box {
        padding-top: 180px !important;
    }

    label.md-label{
        position: absolute;
        top: .2rem;
        -webkit-transition: .2s ease-out;
        transition: .2s ease-out;
    }

    div.right-header-gradient.menu{
        position: absolute;
        z-index: 10;
        top: 0 !important;
        right: 10px !important;
        padding: 10px !important;
        border-radius: 5px !important;
        margin-top: 120px !important;
    }

    div.min-size {
        width: 100%;
    }
}

@media (max-width: 770px) {
    div.total_with div.col-half {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100%;
    }

    div.content-box {
        padding-top: 180px !important;
    }

    div.content-box-footer {
        padding: 0;
    }

    div.right-header-gradient.menu{
        position: absolute;
        z-index: 10;
        top: 0px !important;
        right: 10px !important;
    }

    div.section div.button {
        margin-top: 20px;
        margin-bottom: 20px;
        min-width: 100%;
    }

    div.button div.link {
        min-width: 100%;
    }
    div.button div.link:hover {
        background-color: var(--primary-color2);
    }

}

@media (max-width: 580px) {
    div.col-1, div.col-2, div.col-3, div.col-4, div.col-5, div.col-6, div.col-7, div.col-8 {
        max-width: 100% !important;
    }

    .title-header {
        font-size: 1.4em;
    }

    div.left-header-gradient img.logo-tbs{
        height: 80px;
    }

    .header-page h4 {
        font-size: 1.2em;
    }

    div.content-box {
        padding-top: 180px !important;
    }

    div.right-header-gradient.menu{
        position: absolute;
        z-index: 10;
        top: -50px !important;
        right: 10px !important;
    }
}


/**
NEW
 */
.container div.section {
    min-height: 200px;
}

div.section div.button {
    text-align: center;
    width: 200px;
    margin-top: 20px;
}

div.button a {
    text-decoration: none;
}
div.button div.link {
    padding: 7px;
    /*width: 200px;*/
    color: white;
    background-color: var(--primary-color);
}

div.button div.link:hover {
    background-color: var(--primary-color2);
}

div.button div.link.link-big {
    min-width: 150px;
}

button.btn.btn-outline-dark-tbs {
    color: #343a40;
    background-color: white;
    background-image: none;
    border-color: darkgray;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

button.btn.btn-outline-dark-tbs:hover {
    background-color: #ededed;
}

div.dropdown-menu.dropdown-menu-tbs {
    margin-right: 135px;
}

div.min-size {
    width: 600px;
    padding: 0 20px;
}

div.error-pass, div.error-pass div{
    font-size: 12px !important;
    color: var(--primary-color2) !important;
}

div.clear20 {
    clear: both;
    margin-bottom: 20px;
    padding-top: 20px;
}


button.disabled {
    opacity: 0.5;
}

.clickable-row {
    cursor: pointer;
}

.alert-form {
    color: black;
    background-color: darkgrey;
    border-color: grey;
}

div.information {
    float: left;
    text-align: left;
    margin-left: 20px;
}

div.reload {
    float: right;
    text-align: right;
    margin-right: 20px;
}

div.information label {
    font-weight: bold;
}

.student-list {
    width: 100%;
    text-align: center;
}

.student {
    position: relative;
    float: left;
    width: 150px;
    height: 254px;
    margin: 20px;
    padding-top: 20px;
    border: 1px solid grey;
    overflow: visible;
}

.student div.image img {
    cursor: pointer;
    width: 100px;
    height: 150px;
    object-fit: cover;
    border: 4px solid var(--absence-danger);
    border-bottom: 20px solid var(--absence-danger);
    margin-bottom: 10px;
}

.student div.image.success img {
    border: 4px solid var(--absence-success);
    border-bottom: 20px solid var(--absence-success);
}

.student div.image.danger img {
    border: 4px solid var(--absence-danger);
    border-bottom: 20px solid var(--absence-danger);
}

.student div.image.salving img {
    background: rgba(94, 94, 94, 0.5);
}

.student div.image.saved-ok img {
    background: rgba(83, 227, 43, 0.5);
}

.student div.image.saved-error img {
    background: rgba(215, 39, 39, 0.99);
}

.student div.image span.loader {
    position: absolute;
    width: 50px;
    height: 50px;
    margin-left: 25px;
    margin-top: 37px;
    border: 5px solid gray;
    border-bottom-color: transparent;
    border-radius: 50%;
    /*display: inline-block;*/
    /*box-sizing: border-box;*/
    animation: rotation 1s linear infinite;
}

/*span#loader-header {*/
/*    position: absolute;*/
/*    width: 150px;*/
/*    height: 150px;*/
/*    margin-left: auto;*/
/*    margin-top: auto;*/
/*    border: 20px solid gray;*/
/*    border-bottom-color: transparent;*/
/*    border-radius: 50%;*/
/*    !*display: inline-block;*!*/
/*    !*box-sizing: border-box;*!*/
/*    animation: rotation 1s linear infinite;*/
/*}*/

/*span#loader-header.hide {*/
/*    display: none;*/
/*}*/

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.student div.image span.loader.hide {
    display: none;
}

.student-comment-button {
    position: absolute;
    background-color: darkgrey;
    color: white;
    width: 100%;
    height: 20px;
    top: 232px;
    cursor: pointer;
    z-index: 90;
}

.student-comment-section {
    position: absolute;
    width: 400px;
    background-color: darkgrey;
    border: 1px solid grey;
    color: white;
    text-align: center;
    padding: 0 10px 10px 10px;
    top: 228px;
    left: -1px;
    z-index: 100;
    border-radius: 0 2px 2px 2px;
}
.student-comment-section p {
    text-align: left;
    margin-left: 20px;
}

.student-comment-section textarea {
    min-width: 90%;
    border-radius: 2px;
    background-color: lightgrey;
}

/**{*/
/*    padding:0;*/
/*    margin:0*/
/*}*/
span.loader-ok, span.loader-error  {
    position: absolute;
    margin-left: 25px;
    margin-top: 37px;
}
span.loader-ok.hide, span.loader-error.hide {
    display: none;
}
span.loader-ok .wrapper, span.loader-error .wrapper{
    /*height:100vh;*/
    display:flex;
    justify-content:center;
    align-items:center;
    /*background-color:#eee*/
}
span.loader-ok .checkmark__circle{
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 4;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards
}
span.loader-ok .checkmark{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 4;
    stroke: #7ac142;
    stroke-miterlimit: 10;
    margin: 10% auto;
    box-shadow: inset 0px 0px 0px #7ac142;
    /*animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both*/
}
span.loader-ok .checkmark__check{
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards
}
span.loader-error .checkmark__circle{
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 4;
    stroke-miterlimit: 10;
    stroke: red;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards
}
span.loader-error .checkmark{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 4;
    stroke: red;
    stroke-miterlimit: 10;
    margin: 10% auto;
    box-shadow: inset 0px 0px 0px red;
    /*animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both*/
}
span.loader-error .checkmark__check{
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards
}
@keyframes stroke{
    100%{
        stroke-dashoffset: 0
    }
}
@keyframes scale{
    0%, 100%{
        transform: none
    }
    50%{
        transform: scale3d(1.1, 1.1, 1)
    }
}
@keyframes fill{
    100%{
        box-shadow: inset 0px 0px 0px 30px #7ac142
    }
}


.student-absence-comment-icon {
    position: absolute;
    right: 10px;
    top: 10px;
}

span.info-small {
    font-size: small;
    color: gray;
}

#loading {
    display: none;
    position: relative;
}
.loading-image {
    clear: both;
}

.loading-text {
    clear: both;
    padding-top: 150px
}

.loading-circle {

    -webkit-animation-name: spin;
    -webkit-animation-duration: 2000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 2000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 2000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    animation-name: spin;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;

    position:absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
}

.loading-logo {
    position:absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
}

@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

.search-container {
    margin: 10px auto;
    width: 80%;
    min-height: 40px;
    border-radius: 25px;
    border: 1px solid var(--border-color-section);
}

.search-container:focus {
    background-color:  var(--primary-background-color);
    color: white;
}

.search-container img {
    float: left;
    width: 15px;
    margin: 12px;
}

.search-container input.search, .search-container input.search:focus {
    width: calc(100% - 50px);
    border: transparent;
    background-color: transparent;
    outline: none;
    margin: 7px 5px;
}

.section-search {
    width: 70%;
    /*border: 1px solid gray;*/
    float: left;
}

.section-search .search-result {
    /*position: absolute;*/
    width: 100%;
    margin: 0 auto;
    background-color: transparent;
    /*border: 1px solid gray;*/
}

.section-search .search-result li {
    cursor: pointer;
    list-style-type: none;
    width: 100%;
    border-top: 1px solid var(--border-color-section);
    text-align: left;
    padding: 10px 10px 10px 30px;
    background: transparent;
}