: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;
    --select-color-section: white;
    --primary-color-section-font: white;
    --select-color-section-font: black;
}

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

/*.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: 80px;*/
/*    margin-left: 20px;*/
/*}*/

h6 {
    color: var(--primary-background-color);
}
/**
INPUTS FORM
 */
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;*/
}

input[type="file"].form-control.md-input, input[type="file"].form-control.md-input:focus, input[type="file"].form-control.md-input:focus~label.md-label {
    margin-left: 100px;
    border-bottom: 0 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform:  none !important;
}


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: 0rem;
    /*bottom: -.10rem;*/
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
}

label.md-label.textarea {
    top: -2rem;
}

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

label span.mandatory {
    color: red;
    /*font-size: large;*/
}


.right {
    text-align: right;
    padding-right: 50px;
}

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

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

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

button.btn-save{
    min-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;
}

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

#emailerror {
    display: none;
}

.hide {
    display: none;
}

/**
NEW
 */

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

.section-home {
    /*min-width: 310px;*/
    /*min-height: 250px;*/
    min-width: 150px;
    min-height: 80px;
    margin: 30px;
    border: 4px solid var(--border-color-section);
    background-color: var(--primary-color-section);
    float: left;
    transition: 1s;
}

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

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

.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);
    /*display: none;*/
    text-align: justify;
    /*position: absolute;*/
}

.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.unselected {
    opacity: 0.8;
}

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

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

/*.section-home-title {*/
/*    padding-top: 50px;*/
/*    font-size: xxx-large;*/
/*    color: white;*/
/*}*/

/*.section-home-description {*/
/*    font-size: medium;*/
/*    padding: 15px;*/
/*    color: white;*/
/*    display: none;*/
/*    text-align: justify;*/
/*}*/

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

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

/*.section-home:hover .section-home-description {*/
/*    display: block;*/
/*    color: black;*/
/*}*/


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

}


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

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

.tr-title {
    background-color: #E84D57;
    font-weight: bold;
}

.tr-document {
    background-color: #DFDCD7;
}

.tr-total {
    background-color: #6E6E6E;
    color: white;
}

.tr-body {
    background-color: #F2F2F2;
}

/*.form-control {*/
/*    border: 0 !important;*/
/*    background-color: transparent !important;*/
/*}*/

.shopping-cart {
    /*border-radius: 50% !important;*/
}

.cart-list {
    background-color: transparent;
    z-index: 9999;
    border-radius: 10px;
    /*border: 1px solid gray;*/
    width: 600px;
    position: absolute;
    transform: translate(-90%, 0.75rem);
    color: black;
}

.file-added-success {
    position: absolute;
    margin-top: 40px;
    padding: 10px;
    border-radius: 5px;
}
