/*PERSONAL STYLES*/
html {
    font-size: 100%;
}

body {
    font-size: 0.75rem;
}

.toggleClass{
    display: none !important;
}

._404 {
    font-size: 3rem !important;
    font-weight:100 !important;
}

._h3 {
    font-size: 16px !important;
    font-weight:100 !important;
}

/*
h4 {}
h5 {}
h6 {}
*/

._6880a6{
    color: #6880a6;
}

.marginauto{
    margin: 0 auto !important;
}

.field-icon {
    float: right;
    margin: -25px 10px 0 -25px;
    position: relative;
    z-index: 2;
    cursor: pointer;
  }
  
.toggle-password, 
.toggle-password2,
.toggle-password3 {
    color: #CCC;
}

.font-weight200 {font-weight: 200;}
.font-weight300 {font-weight: 300;}
.font-weight400 {font-weight: 400;}
.font-weight500 {font-weight: 500;}
.font-weight600 {font-weight: 600;}
.font-weight700 {font-weight: 700;}

/*MENU*/
.profile-element .profile-icon {
    font-size: 5rem;
    color: #FFF;
}

.logo-element {
    font-size: 2em;
}

.arrow{
    text-align: left;
    width: 100%;
}

.arrow:after {
    font-family: "FontAwesome";
    content: "\f061";
    float: right;
    padding: 0 10px 0 0;
}

.close-navbar-minimalize {
    display: none;
}

/* .navbar-minimalize{
    cursor: pointer;
} */

/*HEADING*/
#heading {
    background: #6880a6;
    color: #FFF;
    text-align: center;
    padding: 1em 0;
    position: fixed;
    width: 100%;
    z-index: 999;
}

#heading .tit {
    font-size: 2.5em;
}

#heading .subtit {
    font-size: 1.5em;
}

.vert-centered {
    min-height: 60px;
    display: inline-flex;
    align-items: center;
    padding: 0 .5em;
    color: #6880a6;
}

.fx{
    margin: 15px 15px 0 0;
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 1000;
}

.navbar-header .tit {
    font-size: 2em;
}

.navbar-header .subtit {
    font-size: 1.25em;
    padding: 5px 0 0 0;
}

.nav-header {
    background-image:none;
    background-color: #45546b;
}

.navbar-default {
    background-color: #6880a6;
    border-color: #6880a6;
}

body.mini-navbar .nav-header {
    background-color: #45546b;
}

.nav-label, .nav > li > a {
    color: #FFF;
}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus {
    background-color: #45546b;
    color: white;
}

.navbar-default .nav > li > .active {
    background-color: #45546b;
    color: white;
}

/*LOGIN FORM*/
#login-form {
    position: relative;
    top: 30%;
}

#errorpage-form {
    position: relative;
    top: 30%;
}

#registration-form {
    position: relative;
    top: 25%;
}

.vert-div {
    border-left: 1px solid #6c757d;
    width: 1px;
    height: 100%;
    margin: 0 auto;
}

.btn-primary {
    background: #6880a6;
    border: #6880a6 1px solid;
    border-radius: 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    background: none;
    border: #6880a6 1px solid;
    color: #6880a6;
}

.progress {
    border-radius: 0;
}

.password-verdict{
    color: #000;
}

.footer{
    z-index: 2022;
}

/*INDEX PAGE*/
/* .navbar-minimalize{
    border-radius: 8px;
} */

/*COOKIE PAGE*/
#cookie .txt{
    font-size: .85rem;
    font-weight: normal;
}

.pdf-toolbar {
    max-width: 700px;
    margin: 0 auto;
}

/*MEDIA QUERIES*/
@media only screen and (max-width: 992px) {
    .navbar-header .tit {
        font-size: 1.5em;
    }
    
    .navbar-header .subtit {
        font-size: 1em;
    }
}

@media only screen and (max-width: 768px) {
    body {
        overflow-y: scroll;
        overflow-x: hidden;
    }

    #login-form {
        top: 12%;
    }

    #heading {
        padding: 3em 0;
    }

    #heading .tit {
        font-size: 2em;
    }

    #heading .subtit {
        font-size: 1.5em;
    }

    body.navbar-static-side-2 {
        left: 75%;
        position: relative;
        background-color: #6880a6;
    }
    
    .metismenu-2 {
        left: -75%;
        position: absolute;
        width: 75%;
    }

    .close-navbar-minimalize {
        color: #FFF;

        background: #6880a6;
        border: #6880a6 1px solid;
        border-radius: 0;

        padding: 4px 12px;
        margin: 14px 5px 5px 20px;
        font-size: 14px;

        /* font-size: 1rem; */
        text-align: right;
        position: relative;
        top: 0;
        right: 0;
        z-index: 99999;
        cursor: pointer;
        display: inline-block;
    }
}

@media only screen and (max-width: 576px) {
    #heading {
        padding: 2em 0;
    }

    #heading .tit {
        font-size: 1.5em;
    }

    #heading .subtit {
        font-size: 1em;
    }
}
