@font-face {
    font-family: Questv1;
    src: url(Questv1.ttf);
}

html,
body {
    font-family: Questv1;
    font-size: 11pt;
    height: 100%;
    width: 100%;
    min-height: 100%;
    min-width: 100%;
}

#header {
    background-color: #05455c !important;
    border-bottom: 0px solid #05455c;
    color: white !important;
    font-weight: bold;
}

#header a {
    color: white;
    font-weight: bold;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:hover,
.navbar-toggler:active,
.navbar-light .navbar-toggler {
    background-color: white !important;
    border: 1px solid white !important;
}

#logo {
    border-radius: 10px;
    border: 0px solid #d87b0a !important;
}

#footer {
    background: #05455c;
    color: white;
    text-align: center;
    min-width: 100% !important;
    padding: 10px;
}

#footer a {
    color: white;
}

@media only screen and (min-width: 700px) {
    .header-login-link {
        position: absolute;
        right: 15px;
    }
}

.header-lang-link {
    background: white;
    width: 150px;
    border-radius: 8px;
    color: #05455c !important;
}

.header-lang-link a {
    text-align: center;
    color: #05455c !important;
}

.page-container {
    min-height: 77.3%;
    padding-bottom: 15px;
    padding-top: 15px;
}



#welcometext {
    color: #05455c !important;
}

#welcometext h1 {
    font-weight: bold;
}

#welcometext h3 {
    font-weight: bold;
}

#welcometext li {
    margin: 5px;
    color: #05455c !important;
}

#welcometext .li-register {
    list-style-type: none;
}

#welcometext .li-register a {
    font-size: 14pt;
    padding-bottom: 8px;
    font-weight: bold;
}


#form-login {
    max-width: 370px;
    text-align: left;
    background: #05455c;
    padding: 15px;
    border-radius: 10px;
    color: white;
}

#form-login .left {
    text-align: right;
    padding-right: 2px;
}

#form-login a {
    color: white;
}

.nopadding {
    padding: 0;
    margin: 0;
}

.login-btn,
.login-btn:active,
login-btn:hover,
login-btn:focus {
    background-color: #d87b0a !important;
    color: white !important;
}

.smscode {
    text-align: center;
}

.error {
    color: red;
}


.error div {
    color: red;
    background: #efefef;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    padding: 5px;
}

.formerror {
    display: none;
}

#smsResend {
    margin-top: 10px;
}

.btn-info,
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
    color: white;
}

.hidden {
    display: none;
}

.schoolslist .card-title {
    min-height: 70px;
}

.schoolslist .school-body {
    min-height: 40px;
}

.btn-primary {
    color: #fff;
    background-color: #d8670a;
    border-color: #d8670a;
}



.btn:active,
.btn:hover,
.btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-primary:active,
.btn-primary:hover,
.btn-primary:focus {
    color: #fff;
    background-color: #d84a0a;
    border-color: #d84a0a;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-info {
    color: #fff;
    background-color: #05455c;
    border-color: #05455c;
}

.btn-info:active,
.btn-info:hover,
.btn-info:focus {
    color: #fff;
    background-color: #074c73;
    border-color: #074c73;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}


.bg-gray {
    background: #ECEFF1;
}

.form-check-input:active,
.form-check-input:hover,
.form-check-input:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus,
.form-control:hover,
.form-control:active .form-select:active,
.form-select:hover,
.form-select:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #99a6b2;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.btn-label {
    position: relative;
    left: -12px;
    display: inline-block;
    padding: 5px;
    background: rgba(0, 0, 0, 0.15);

}

.btn-lg .btn-label {
    padding: 8px;
    position: relative;
    left: -15px !important;
}

.btn-labeled {
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
}

.pagination .page-link {
    background-color: #074c73;
    color: white;
}

.pagination .active .page-link {
    background-color: #d8670a;
    border-color: #d8670a;
    color: white;
}

.success {
    padding: 10px;
    color: green;
}

.success span {
    padding: 10px;
    color: green;
}


tr.error_1 {
    background: red !important;
    color: white !important;
}

tr.error_2 {
    background: #ffd7b5 !important;
}

tr.error_3 {
    background: #0b2e13 !important;
    color: white !important;
}

tr.error_4,
tr.error_5 {
    background: green !important;
    color: white !important;
}

tr.error_6 {
    background: orange !important;
    color: white !important;
}

tr.error_7 {
    background: #0069d9 !important;
    color: white !important;
}



.loading-ajax-small {
    height: 40px;
    width: 40px;
    background: url('img/loading_2.gif');
    background-repeat: no-repeat;
    background-size: 100%;

}

.tr_notification {
    padding: 10px;
    background: #d84a0a;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}

.tr_notification:hover,
.tr_notification:focus,
.tr_notification:active {
    color: white;
    text-decoration: none;
    background: #ee4a0a;
}

.card-header {
    color: #fff;
    background-color: #05455c;
}

.list-group a {
    color: #032e3d;
    text-decoration: none;
}

.login-form {
    max-width: 400px;
    background-color: #05455c;
    color: white;
    border-radius: 15px;
}

a {
    color: #05455c;
}




.a-block {
    text-align: center;
    background-color: #05455c;
    border-radius: 8px;
    padding: 10px;
    margin: 5px;
    width: 100% ;
    min-width: 100%;
    display: inline-block;
    color: white ;
    text-decoration: none ;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.a-block:hover,
.a-block:active,
.a-block:focus,
.a-block:visited {
    text-align: center;
    background-color: #ee4a0a;
}

.form-add-edit{
    max-width: 600px;
    width: 100% !important;
}

#successAlert{
    position: fixed;
    top:120px;
    max-width: 80%;
    right: 50%;
    transform: translate(50%, -50%);
    z-index: 10000000000000;
    background-color:forestgreen;
    color: white;
}

.year-range {
    direction: ltr;
    unicode-bidi: isolate;
    display: inline-block;
}

.table-primary th {
  background: #05455c !important;
  background-color: #05455c !important;
  color: #ffffff;
}