.noMargin{
    margin: 0px;
}
.noPadding{
    padding: 0px;
}
body {
    font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}
a {
    color: #0078cd;
}
.table>tbody>tr>td{
    border: 0px;
}
.info-div{
    display: none;
    position: absolute;
    top: 14px;
    left: calc(50% - 180px);
    width: 360px;
    text-align: center;
    padding-top: 11px;
    background-color: #a7c2d9ad;
    height: 40px;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
}
.error-div{
    display: none;
    position: absolute;
    top: 14px;
    left: calc(50% - 180px);
    width: 360px;
    text-align: center;
    color: #FFF;
    padding-top: 11px;
    background-color: #8e1414b8;
    height: 40px;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
}
.box{
    margin-left: auto;
    margin-right: auto;
    width: 386px;
    margin-top: 140px;
}
.box-header{
    border-top-left-radius:8px;
    border-top-right-radius:8px;
    background-color: #011633;
    height:145px;
    padding-top:15px;
}
.box-content{
    height: 223px;
    background-color: #FFF;
    font-family: Consolas;
    font-size: 17px;
    font-weight: bold;
    color: #011633;
    padding-top: 43px;
    padding-left: 80px;
    padding-right: 80px; 
}
.title{
    font-family:Consolas;
    font-size:38px;
    font-weight:bold;
    color:#FFF;
    margin-top:-15px;
    text-align:center;
}
.unite{
    padding-left:128px;
    padding-top:10px;
    display:inline-block;
    font-family:Consolas;
    font-weight:bold;
    font-size:15px;
    color:#FFF;
}
.unite img{
    height:40px;
    width:40px;
    position:absolute;
    margin-left:-55px;
    margin-top:-12px;
}
.divider{
    width:70%;
    border-color:#FFF;
    margin-top:15px;
}
.login-answer{
    position:absolute;
    top:474px;
    margin-left:25px;
}
#content{
    background-color: #e4e4e4;
}
.first-page{
    background-image: url('../images/bg.jpg');
    background-size: cover;
    height: 100vh;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.ut-logo{
    position: relative;
    height: 250px;
    width: 250px;
    background-color: #ffffff94;
    border-radius: 50%;
    margin-top: 70px;
    left: calc(50% - 125px);
}
.ut-logo img{
    height: 230px;
    position: relative;
    top: calc(50% - 115px);
    left: calc(50% - 115px);
}
.app-logo{
    position: relative;
    height: 184px;
    width: 400px;
    background-color: #ffffff94;
    left: calc(50% - 200px);
    top: 40px;
    border-radius: 7px;
}
.app-logo img{
    width: 320px;
    margin-left: 43px;
}
.app-text{
    position: relative;
    height: 90px;
    width: 400px;
    background-color: #ffffff94;
    top: 53px;
    left: calc(50% - 200px);
    border-radius: 7px;
    text-align: center;
    cursor: pointer;
}
@media (max-width: 992px){
    @media (max-height: 656px){
        .ut-logo{
            position: relative;
            height: 200px;
            width: 200px;
            background-color: #ffffff94;
            border-radius: 50%;
            margin-top: 9px;
            left: calc(50% - 100px);
        }
        .ut-logo img{
            height: 180px;
            position: relative;
            top: calc(50% - 90px);
            left: calc(50% - 90px);
        }
        .app-logo{
            position: relative;
            height: 115px;
            width: 400px;
            background-color: #ffffff94;
            left: calc(50% - 200px);
            top: 40px;
            border-radius: 7px;
        }
        .app-logo img{
            width: 231px;
            margin-left: 93px;
        }
        .app-text{
            position: relative;
            height: 82px;
            width: 400px;
            background-color: #ffffff94;
            top: 53px;
            left: calc(50% - 200px);
            border-radius: 7px;
            text-align: center;
            cursor: pointer;
        }
    }
}
.app-text a{
    display: block;
    height: 100%;
    width: 100%;
    padding-top: 28px;
    text-decoration: none;
}
.app-text:hover{
    background-color: #0078cd;
}
.app-text:hover p{
    color: #ffffff94;
}
.app-text p{
    font-family: 'Dosis', sans-serif;
    font-size: 25px;
    color: #0078cd;
}
.form-header{
    height: 73px;
    background-color: #0078cd;
    padding-top: 23px;
    padding-left: 38px;
    font-family: 'Dosis', sans-serif;
    font-size: 23px;
    color: #FFF;
    box-shadow: 4px 4px 4px grey;
}
.form-content{
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: #FFFFFF;
    box-shadow: 4px 4px 4px grey;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 30px;
}
.form-content td{
    width: 50%;
}
.form-content label{
    color: #6f6f6f;
    font-family: 'Dosis', sans-serif;
    margin-top: 6px;
    font-size: 14px;
}
.form-content input, .form-content select{
    border-radius: 2px;
    font-size: 14px;
    font-family: 'Dosis', sans-serif;
}
.cnt{
    display: inline-block;
    position: relative;
    padding-left: 29px;
    margin-left: 8px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.cnt input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #bababa;
    border-radius: 50%;
}
.cnt:hover input ~ .checkmark {
    background-color: #ccc;
}
.cnt input:checked ~ .checkmark {
    background-color: #0078cd;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.cnt input:checked ~ .checkmark:after {
    display: block;
}
.cnt .checkmark:after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
.button-style{
    width: 33%;
    float: right;
    height: 50px;
    margin-bottom: 50px;
    background-color: #0078cd;
    border: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    color: #FFF;
    font-family: 'Dosis', sans-serif;
    font-size: 21px;
}
#motivationFile, #recommendationFile, #languageFile {
    display: none;
}
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
    background: #888; 
}
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
.dataTables_filter input{
    border: 1px solid lightgrey;
    border-bottom-right-radius: 9px;
    width: 130px;
    font-weight: 400;
    font-size: 15px;
    outline: none;
}
.dataTables_length select{
    border: 1px solid lightgrey;
    outline: none;
    border-radius: 3px;
}
.admin-header{
    height: 55px;
    width: 50%;
    margin-bottom: 26px;
    color: #FFF;
    padding: 18px;
    border-radius: 3px;
    padding-top: 15px;
    font-size: 20px;
    background-image: linear-gradient(to right, #282e3f, rgba(255,0,0,0));
}
.dataTables_scroll{
    margin-bottom: 14px;
}
.dt-buttons{
    position: absolute;
}
.dataTables_paginate{
    margin-top: -30px !important;
}
.pagination>.active>a{
    background-color: #282e3f;
    border-color: #282e3f;
}
.admin-button-style{
    height: 34px;
    background-color: #282e3f;
    border: none;
    border-radius: 7px;
    color: #FFF;
    outline: none;
    padding-left: 10px;
    padding-right: 10px;
}
.admin-container{
    height: calc(100vh - 100px);
    overflow-y: auto;
}
.userContent{
    height: calc(100vh - 140px);
    overflow: auto;
    padding-top: 5px;
    padding-bottom: 30px;
    margin-top: 140px;
}
.userHeader{
    position: fixed;
    height: 75px;
    margin-left: 20px;
    margin-top: 20px;
    width: calc(100% - 40px);
    border-radius: 6px;
    background: white;
    margin-bottom: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
    z-index: 2;
}
.user-unite{
    height: 63px;
    margin-top: 6px;
    margin-left: 20px;
}
.user-erasmus{
    width: 100px;
    margin-top: -16px;
    margin-left: 10px;
}
.user-title{
    display: block;
    font-family: monospace;
    top: -21px;
    width: fit-content;
    color: #0078cd;
    position: relative;
    left: 110px;
}
.user-logout{
    height: 30px;
    width: 30px;
    float: right;
    margin-right: 20px;
    margin-top: -61px;
    cursor: pointer;
}
.user-info{
    height: 25px;
    width: 25px;
    float: right;
    margin-right: 56px;
    margin-top: -58px;
    cursor: pointer;
}
.post-button{
    margin-top: -69px;
    background-color: #0078cd;
    color: #FFF;
}
@media (min-width: 992px){
    .post-data-div{
        background-color: #ffffff63;
        width: 70%;
        height: 250px;
    }
    .post-data-div form{
        padding-top: 30px;
        padding-left: 55px;
        padding-right: 55px;
    }
    .personal-info{
        display: block;
        width: fit-content;
        position: fixed;
        right: 20px;
        background-color: #FFF;
        top: 105px;
        padding: 20px;
        line-height: 23px;
        z-index: 2;
        border-radius: 8px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.35)
    }
}
@media (max-width: 991px){
    .post-data-div{
        background-color: #ffffff63;
        width: 100%;
        height: 250px;
    }
    .post-data-div form{
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .personal-info{
        display: none;
        width: fit-content;
        position: fixed;
        right: 20px;
        background-color: #FFF;
        top: 105px;
        padding: 20px;
        line-height: 23px;
        z-index: 2;
        border-radius: 8px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.35)
    }
}
.post-data-div-header{
    color: #FFF;
    background-color: #0078cd;
    height: 30px;
    padding: 7px;
    padding-left: 13px;
    font-family: 'Dosis', sans-serif;
}
.textarea-style{
    resize: none;
}
.post-div{
    background-color: #ffffff63;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 40px;
    margin-bottom: 50px;
    border-bottom: 2px solid #808080a6;
}
.post-desc{
    font-size: 17px;
    color: #808080a6;
    margin-top: 10px;
    margin-bottom: 20px;
}

#gradeError, #ectsError {
    display: none;
    color: red;
}

#successMsg {
    text-align: center;
    position: relative;
    height: 184px;
    width: 400px;
    background-color: #ffffff94;
    left: calc(50% - 200px);
    top: 100px;
    border-radius: 7px;
    padding: 20px;
    padding-top: 50px;
}

#foreignLButtonAdd, #foreignLButtonRemove {
    cursor: pointer;
}

#prevPartitionText {
    display: none;
    resize: none;
}
#prevPartitionText {
    display: none;
    resize: none;
}
#interInstAgreementText {
    display: none;
    resize: none;
}
#teachingApplicationForm p {
    font-size: 12px;
}
#foreignLTable th {
    font-size: 12px;
    color: #0078cd;
}
#foreignLButtonAdd {
    color: #2b542c;
}
#foreignLButtonRemove {
    color: #8e1414;
}
