/* set entire body that is webpage */
html  { font-size: 100%;  }
body{
    background: #ffffff;
    overflow: hidden;
    height: 100%;
    margin: 0;
    font-family: "Trebuchet MS";
}

#turn  {
    display: none;
    padding-top: 70px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

@media only screen and (orientation:landscape) {
    #turn { display:block; }
    .APP_container { display:none!important; }
    .navbar { display:none; }
    .header { display:none!important; }
    .webapp-container { display:none!important; }
    #APP_bloc_login  { display: none!important; }
}

@media only screen and (orientation:portrait) {
    #turn { display:none; }
    .APP_container { display:block!important; }
    .navbar { display:block; }
    .header { display:block!important; }
    .webapp-container { display:block!important; }
}

.rotate  {
    height: 40px;
    margin-bottom: 10px;
}

.navbar {
    z-index: 1000;
    background-color: #ffffff!important;
    border-bottom: 1px solid #216098;
    padding-left:  10px;
    padding-right:  10px;
}

#APP_logo  {
    height: 110px!important;
}

/* set form background colour*/
form{
    background: #fff;
}

.form-container{
    border-radius: 10px;
    padding: 30px;
}

.container-fluid>div {
    width: 90%!important;
}

.splash  {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    z-index: 200;
}
.splash.display-none  {
    position: fixed;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    z-index: -10;
    transition: all 0.5s;
}

@keyframes fadeIn  {
    to {
        opacity: 1;
    }
}

.fade-in  {
    opacity: 0;
    animation: fadeIn 1s ease-in forwards;
}
.title  {
    margin-top: 35px;
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    color: #216098;
}

.container-fluid  {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#loginError  {
    color: red;
    text-align: center;
    padding-top: 10px;
    display: none;
}

.header  {
    position : fixed;
    top : 125px;
    height : 40px;
    font-size: 17px;
    font-weight: bold;
    padding-top: 8px;
    width : 100%;
    background-color: #000000;
    color: #fff;
    text-align: center;
    display: block;
}

.webapp-container  {
    position : absolute;
    top : 165px;
    bottom: 0;
    height: auto;
    width: 100%;
}

#APP_home  {
    margin-top: 20px;
    padding-top: 20px;
}
.APP_container  {
    position : absolute;
    top : 40px;
    bottom: 0;
    height: auto;
    width: 100%;
    text-align: center;
    padding-top: 30px;
    overflow: auto;
}
.APP_title  {
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    width: 100%;
    font-weight: bold;
    background-color: #3466af;
    color: #ffffff!important;
    padding-left: 20px;
}

.icons  {
    height: 30px;
    margin-top: -4px;
    margin-right: 10px;
}
.green { color: green; }
.red { color: red; }

.card {
    background-color: #fff;
    border-radius: 10px;
    border: none;
    position: relative;
    margin-bottom: 30px;
    min-height: 204px;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,0.1), 0 0.9375rem 1.40625rem rgba(90,97,105,0.1), 0 0.25rem 0.53125rem rgba(90,97,105,0.12), 0 0.125rem 0.1875rem rgba(90,97,105,0.1);
}
.l-bg-cherry {
    background: linear-gradient(to right, #7c70b0, #e51972) !important;
    color: #fff;
}

.l-bg-blue-dark {
    background: linear-gradient(to right, #3466af, #6bc7de) !important;
    color: #fff;
}

.l-bg-green-dark {
    background: linear-gradient(to right, #11a198, #38ef7d) !important;
    color: #fff;
}

.l-bg-orange-dark {
    background: linear-gradient(to right, #a86008, #ffba56) !important;
    color: #fff;
}

.card .card-statistic-3 .card-icon-large .fas, .card .card-statistic-3 .card-icon-large .far, .card .card-statistic-3 .card-icon-large .fab, .card .card-statistic-3 .card-icon-large .fal {
    font-size: 110px;
}

.card .card-statistic-3 .card-icon {
    text-align: center;
    line-height: 50px;
    margin-left: 15px;
    color: #000;
    position: absolute;
    right: -5px;
    top: 20px;
    opacity: 0.1;
}

.l-bg-cyan {
    background: linear-gradient(135deg, #289cf5, #84c0ec) !important;
    color: #fff;
}

.l-bg-green {
    background: linear-gradient(135deg, #23bdb8 0%, #43e794 100%) !important;
    color: #fff;
}

.l-bg-orange {
    background: linear-gradient(to right, #f9900e, #ffba56) !important;
    color: #fff;
}

.l-bg-cyan {
    background: linear-gradient(135deg, #289cf5, #84c0ec) !important;
    color: #fff;
}

.btn-app  {
    margin-top: -20px;
    margin-bottom: 30px;
    height: 50px;
}

.APP_not_authorized {
    color: red;
}

.chosen-container  {
    background-color: #fff!important;
}
.chosen-container a.chosen-single {
    height: 38px !important;
    padding-top: 7px !important;
    padding-left: 12px !important;
}
.chosen-container a.chosen-default {
    color: #616b72!important;
}
.chosen-container a.chosen-single>div  {
    margin-top: 8px;
}
.chosen-container .search-choice-close  {
    margin-top: 8px;
}

input[type=text]  {
    color: #000!important;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
}

.spacer-20  { margin-top: 20px; }
.spacer-30  { margin-top: 30px; }

.APP_success, .APP_alert, .APP_warning, .APP_infos  {
    display: none;
    position: fixed;
    top: 50px;
    left: 2%;
    width: 96%;
    z-index: 2000!important;
}
#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 1999; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.datepicker td,th{
    text-align: center;
    padding: 4px 8px;
    font-size: 14px;
}
.datepicker-switch, .dow {
    text-transform: capitalize !important;
}

.input-error {
    background-color: #f5e1e1!important;
}

.form-control:focus {
    box-shadow: none!important;
    border: 1px solid #c7ced5!important;
}

.errors_list  {
    margin-bottom: 0px!important;
}

#btnLogin  {
    box-shadow: 2px 2px 2px black;
}

.alert-heading  {
    color: #11a198!important;
}

.AUTH_field  {
    border: 1px solid #000000;
}

.eval  {
    font-size: 16px!important;
    font-weight: normal!important;
}

.asterix {
    color: red;
    margin-right: 5px;
}


/* MOBILE */
@media (max-width: 600px) {
    .modal-footer button { font-size: 13px!important; }
    .APP_title  {
        font-size: 14px;
        line-height: 40px;
    }
    .eval { font-size: 12px !important; }
    .header  { font-size: 14px; }
    .APP_infos  { font-size: 13px!important; }
    .APP_infos h5  { font-size: 16px!important; }

}
