:root{
    --primary-background-color: #e74c4c;
    --primary-background-color-2: white;
    --primary-color: #e74c4c;
    --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;
    /*--login-box-background-color: #DDDEDD;*/
}

*{
    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;
}

div.container-fluid{
    margin: 0 !important;
    padding: 0 !important;
}

div.container-fluid div#header{
    background-color: #E74C4C;
    width: 100%;
    height: 150px;
}

div#left-header{
    float: left;
}

div#left-header img.logo-tbs{
    margin-top:5px;
    height: 125px;
}

div#right-header{
    float: right;
}

div#right-header img.logo-career{
    max-height: 150px;
}

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;
}


body.body-login{
    /*background-color: #E74C4C;*/
    /*background: linear-gradient(200deg, pink 50%, cyan 50%);*/
    /*width: 100%;*/
    /*height: 100%;*/
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.body-gradient{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e74c4c+0,e74c4c+50,ffffff+50,ffffff+100 */
    /*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;*/
    /*top:0;*/
    /*left: 0;*/
    /*height: 100%;*/
    /*width: 100%;*/
    /*z-index: -100 !important;*/
}

.body-gradient-stage{
    /*!* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e74c4c+0,e74c4c+50,ffffff+50,ffffff+100 *!*/
    /*!*background: var(--primary-background-color); !* Old browsers *!*!*/
    /*!*background: -moz-linear-gradient(-180deg, var(--primary-background-color) 0%, var(--primary-background-color) 200px, var(--primary-background-color-2) 200px, var(--primary-background-color-2) 100%); !* FF3.6-15 *!*!*/
    /*!*background: -webkit-linear-gradient(-180deg, var(--primary-background-color) 0%, var(--primary-background-color) 200px, var(--primary-background-color-2) 200px, var(--primary-background-color-2) 100%); !* Chrome10-25,Safari5.1-6 *!*!*/
    /*!*background: linear-gradient(180deg, var(--primary-background-color) 0%, var(--primary-background-color) 200px, var(--primary-background-color-2) 200px, 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 *!*!*/
    /*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;*/
    /*top:0;*/
    /*left: 0;*/
    /*height: 100%;*/
    /*width: 100%;*/
    /*z-index: -100 !important;*/
}

.dropdown-menu{
    margin-right: 30px;
}

.rgpd_div{
    clear: both;
}

.div-table-price {
    text-align: center;
    padding-top: 50px;
}

.td-price {
    border-bottom: 1px solid #C7CED5;
    padding: 5px;
    font-size: 14px;
    color: dimgray;
}

.td-info {
    padding: 5px;
    font-size: 14px;
    color: dimgray;
    font-style: italic;
}

.td-price.total {
    color: var(--primary-color);
    font-size: 16px;
}

.step {
    color: var(--secondary-color-light);
}

.step.active {
    color: var(--primary-color);
    font-weight: bold;
}

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

.title-header {
    font-weight: bold;
    font-size: 36px;
    float: right;
    margin-top: 10px;
    margin-left: 20px;
}

input.form-control.md-input.focus, textarea.form-control.md-input.focus, select.form-control.md-input.focus{
    border-bottom: 2px solid var(--primary-color) !important;
}

.container.confirm .form-group.md-div.font-weight-light {
    font-size: 1.2rem !important;
}

.container.confirm .form-group.md-div.font-weight-light label {
    /*font-size: .8rem !important;*/
}

div.content-box-footer{
    width: 1200px;
    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: -600px;
    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;
    /*font-weight: bold;*/
}

/*div.title-block.information a {*/
/*    color: #26292C;*/
/*}*/

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

input.form-control.md-input, textarea.form-control.md-input, select.form-control.md-input{
    border: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    border-bottom: 1px solid #C7CED5 !important;
    border-radius: 0 !important;
    -webkit-appearance: none;
}

select.form-control.md-input {
    background: url("../icons/png/caret-bottom-gray.png") no-repeat right 16px !important;
    background-size: 6px 8px !important;
}

textarea.form-control.md-input{
    height: 37px;
}

input.form-control.md-input:focus, textarea.form-control.md-input:focus, select.form-control.md-input:hover{
    box-shadow: 0 0 0 0 transparent !important;
    border-bottom: 2px solid var(--primary-color) !important;
}

input.form-control.md-input:focus~label.md-label, textarea.form-control.md-input:focus~label.md-label, select.form-control.md-input:hover~label.md-label
{
    color: var(--primary-color) !important;
    -webkit-transform: translateY(-140%);
    -ms-transform: translateY(-140%);
    transform:  translateY(-140%);
    font-size: .8rem;
}

input.form-control.md-input:focus~label.md-label.multiples-lines{
    bottom: -1.6rem;
}

input.form-control.md-input.icon-label:focus~label.md-label.icon-label, select.form-control.md-input.icon-label:hover~label.md-label.icon-label{
    padding-left: 0px;
}

label.md-label-checkbox {
    color: var(--primary-color) !important;
}

label.md-label-checkbox.active {
    color: var(--primary-color) !important;
    font-size: .8rem;
}

label.md-label.active{
    color: var(--primary-color) !important;
    -webkit-transform: translateY(-140%);
    -ms-transform: translateY(-140%);
    transform:  translateY(-140%);
    font-size: .8rem;
}

label.md-label.active.multiples-lines{
    bottom: -1.6rem;
}

label.md-label{
    position: absolute;
    /*top: .65rem;*/
    bottom: -.10rem;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
}

label.md-label.icon-label{
    padding-left: 30px;
}

label.md-label.icon-label.active{
    padding-left: 0px;
}

input.form-control.md-input.icon-label, select.form-control.md-input.icon-label{
    padding-left: 30px !important;
}


span.icon-label{
    position: absolute;
    top: 10px;
    z-index: 10;
    font-weight: bold;
    background-color: #249D3D;
    font-size: 15px;
    color: white;
    height: 25px;
    width: 25px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
}

span.icon-label.icon-transform{
    transition-duration: 2s;
}

span.icon-label.icon-transform:hover{
    transform: rotate(180deg);
    color: #FFFFFF;
    background-color: #F24E58;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

span.icon-label.icon-img{
    background-color: transparent !important;
    text-align: center;
    border-radius: 3px;
    top: 15px;
    cursor: none;
}

div.form-group.md-div.div-left{
    float: left !important;
    padding-left: 0 !important;
}

div.modal div.form-group.md-div{
    margin-top: 10px !important;
}

div.clear{
    clear: both;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 0 !important;
    outline: 0 !important;
    border-bottom: 2px solid var(--primary-color) !important;
    background: transparent !important;
    -webkit-text-fill-color: black;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
}

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;*/
}

button.btn-save{
    width: 150px;
    height: 50px;
    margin-top: 20px;
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    color: white;
    background-color: var(--botton-save);
    border: 2px solid var(--botton-save);
    font-size: 30px;
    cursor: pointer;
}

button.btn-save:hover{
    background-color: var(--primary-color);
}

button.btn-cancel{
    min-width: 150px;
    height: 50px;
    margin-top: 20px;
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    color: white;
    background-color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
    font-size: 30px;
    cursor: pointer;
}

button.btn-cancel:hover{
    background-color: var(--secondary-color-light);
}


.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%;
}

#emailerror {
    display: none;
}

.hide {
    display: none;
}


@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: 5px !important;
        border-radius: 5px !important;
        margin-top: 0 !important;
    }

    div.left-header-gradient img.logo-tbs{
        margin-top:5px;
        height: 75px;
    }

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

    div.right-header-gradient.student-menu{
        z-index: 10;
        top: 0 !important;
        right: 50% !important;
        margin-right: -600px !important;
        padding: 10px !important;
        border-radius: 5px !important;
        margin-top: 50px !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: 1200px;
        min-height: 650px;
        background-color: var(--stage-box-background-color);
        padding: 20px 20px 20px 20px;
        /*margin-left: auto;*/
        /*margin-right: auto;*/
        position: relative;
        top: 100px;
        left: 50%;
        margin-left: -600px;
    }

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

}


@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.student-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{
        margin-top:5px;
        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 {
        text-align: center;
        background-color: var(--primary-background-color);
        margin-bottom: 20px;
    }

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

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

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

@media (max-width: 580px) {
    .pay-title {
        font-size: x-large;
        color: var(--primary-color);
    }
    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{
        margin-top:5px;
        height: 80px;
    }

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

.iti__flag {background-image: url("../assets/intl-tel-input/build/img/flags.png");}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {background-image: url("../assets/intl-tel-input/build/img/flags@2x.png");}
}

.container div.iti {
    display: block;
}

.pay-title {
    color: var(--primary-color);
}

.payment-cost-information {
    padding: 10px;
    margin: 10px;
    border: 1px solid gray;
    font-size: xx-large;
    clear: both;
}

.payment-expire {
    margin: 10px;
    font-weight: bold;
    font-size: x-large;
    color: var(--primary-color);
}

.payment-status {
    margin: 10px;
    font-weight: bold;
    font-size: x-large;
    color: var(--primary-color);
}

.payment-result {
    margin: 10px;
    font-weight: bold;
    font-size: x-large;
    color: forestgreen;
}

.payment-result-ok {
    margin: 10px;
    font-weight: bold;
    font-size: x-large;
    color: forestgreen;
}

.payment-result-error {
    margin: 10px;
    font-weight: bold;
    font-size: x-large;
    color: red;
}

.payment-contact {
    margin: 10px;
    font-size: large;
    color: var(--primary-color);
}

.div-btn-pay {
    color: white;
    margin: 20px;
    clear: both;
}

.menu-language {
    position: absolute;
    right: 50px;
}

a.language-sel {
    text-decoration: none;
}

.language-sel.active {
    display: block;
}

.language-sel {
    display: none;
}

.language-sel img {
    width: 25px;
}