
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-weight: 300;
}

body {
    font-family: Calibri;
    color: white;
    font-weight: 300;
}

    body ::-webkit-input-placeholder {
        /* WebKit browsers */
        /*font-family: 'Source Sans Pro', sans-serif;*/
        color: white;
        font-weight: 300;
    }

    body :-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        /*font-family: 'Source Sans Pro', sans-serif;*/
        color: white;
        opacity: 1;
        font-weight: 300;
    }

    body ::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        /*font-family: 'Source Sans Pro', sans-serif;*/
        color: white;
        opacity: 1;
        font-weight: 300;
    }

    body :-ms-input-placeholder {
        /* Internet Explorer 10+ */
        /*font-family: 'Source Sans Pro', sans-serif;*/
        color: white;
        font-weight: 300;
    }

@font-face {
    font-family: 'Changa';
    src: url('fonts/changa/Changa-Light.ttf') format('truetype');
}

.wrapper {
    /*background: -webkit-linear-gradient(top left, #50a3a2 0%, #53e3a6 100%);
  background: linear-gradient(to bottom right, #50a3a2 0%, #53e3a6 100%);*/
    /*background: -webkit-linear-gradient(top left, #abab9a 0%, #f5f5dc 100%);
  background: linear-gradient(to bottom right, #abab9a 0%, #f5f5dc 100%);*/
    /*background: #83a4d4;*/
    /*background: -webkit-linear-gradient(to bottom, #a8c9f8, #83a4d4); 
background: linear-gradient(to bottom, #0f56a6, #0d4c93);
background:#0d4c93;*/
    position: relative;
    background-color: #4273b8;
    background: repeating-linear-gradient( to bottom, #4273b8, #4273b8 2px, #4070b4 2px, #4070b4 4px );
    /*background-color:#00a6ea;*/
    width: 100%;
    height: 100%;
    display: table;
    padding: 40px 0px;
    overflow: auto;
}

    .wrapper:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        /*z-index: 1;*/
        background-image: url('../Images/login.jpg');
        opacity: 0.2;
        background-repeat: no-repeat;
        background-position: 5% 0;
        -ms-background-size: cover;
        -o-background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
    }
    /*.navbar-brand{
    font-size:2em;
    line-height:1.2;
}*/
    .wrapper.form-success .container h1 {
        -webkit-transform: translateY(85px);
        transform: translateY(85px);
    }

.container {
    max-width: 600px;
    /*margin: 0 auto;*/
    /*margin: 80px !important;*/
    padding: 20px 0;
    height: 400px;
    text-align: center;
}

    .container h1 {
        font-size: 2em;
        color: #fff;
        -webkit-transition-duration: 1s;
        transition-duration: 1s;
        -webkit-transition-timing-function: ease-in-put;
        transition-timing-function: ease-in-put;
        font-weight: 200;
    }

form {
    padding: 20px 0;
    position: relative;
    z-index: 2;
}

    form input {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: 0;
        border: 1px solid rgba(255, 255, 255, 0.4);
        background-color: rgba(255, 255, 255, 0.2);
        width: 250px;
        border-radius: 3px;
        padding: 10px 15px;
        margin: 0 auto 10px auto;
        display: block;
        text-align: center;
        font-size: 18px;
        color: #333;
        -webkit-transition-duration: 0.25s;
        transition-duration: 0.25s;
        font-weight: 300;
    }

        form input:hover {
            background-color: rgba(255, 255, 255, 0.4);
        }

        form input:focus {
            background-color: white;
            width: 300px;
            color: #333;
        }

.passIcon {
    position: absolute !important;
    top: 20px !important;
    right: 30% !important;
    font-size: 15px !important;
}

.password-field {
    position: relative;
}

form div.selectize-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0.2);
    width: 250px;
    border-radius: 3px;
    padding: 10px 15px;
    margin: 0 auto 10px auto;
    display: block;
    text-align: center;
    font-size: 15px;
    color: #666;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    font-weight: 300;
}

form div.selectize-control {
    width: 250px;
}


form div.selectize-input:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

/*form .selectize-control:focus{
  background-color: white;
  width: 300px;
  color: #333;
    }*/

/*.selectize-input{
    background-color:transparent ;
    box-shadow:none !important;
    -webkit-box-shadow:none !important;
    padding:10px 8px !important;
    border:0px !important;
    position:static !important;
}*/


form .selectize-input.focus {
    background-color: white;
    width: 300px;
    color: #333;
}


div.selectize-input input {
    font-size: 16px;
}


form a {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    background-color: #757F9A;
    border: 0;
    padding: 7px 110px;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    /*border:1px solid #333;*/
    font-size: 18px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}


    form a:hover {
        background-color: #616a83;
        color: white;
    }

    form a:focus {
        color: white;
    }

/*Ribbon Style*/
.ribbon {
    transition-duration: 1s;
    font-size: 2em !important;
    width: 50%;
    position: relative;
    background: rgba(255,255,255,0.3);
    color: #fff;
    text-align: center;
    padding: 0.2em 0em;
    margin: 0px auto 3em;
}

    .ribbon img {
        width: 3em;
    }

    .ribbon:before, .ribbon:after {
        content: "";
        position: absolute;
        display: block;
        bottom: -1em;
        border: 1.5em solid rgba(255,255,255,0.3);
        z-index: 1;
    }

    .ribbon:before {
        left: -2em;
        border-right-width: 1.5em;
        border-left-color: transparent;
    }

    .ribbon:after {
        right: -2em;
        border-left-width: 1.5em;
        border-right-color: transparent;
    }

    .ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
        content: "";
        position: absolute;
        display: block;
        border-style: solid;
        border-color: rgba(0,0,0,0.5) transparent transparent transparent;
        bottom: -1em;
    }

    .ribbon .ribbon-content:before {
        left: 0;
        border-width: 1em 0 0 1em;
    }

    .ribbon .ribbon-content:after {
        right: 0;
        border-width: 1em 1em 0 0;
    }

body {
    padding-top: 0px;
    color: black;
}


#site {
    -webkit-animation: slide 1.5s forwards;
    /*-webkit-animation-delay: 2s;*/
    animation: slide 1.5s forwards;
    /*animation-delay: 2s;*/
    position: relative;
    top: -5px;
}

.error-div {
    /*-webkit-animation: slide 0.7s forwards;*/
    /*-webkit-animation-delay: 2s;*/
    /*animation: slide 0.7s forwards;*/
    /*animation-delay: 2s;*/
    /*position: relative;
             top: -5px;*/
}


.button-animate {
    -webkit-animation: slidebtn 0.7s forwards;
    /*-webkit-animation-delay: 2s;*/
    animation: slidebtn 0.7s forwards;
}

@keyframes slidebtn {
    0% {
        transform: translate(0px,-100px);
    }

    100% {
        transform: translate(0px,0px);
    }
}

/* Firefox < 16 */
@-moz-keyframes slidebtn {
    0% {
        transform: translate(0px,-100px);
    }

    100% {
        transform: translate(0px,0px);
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes slidebtn {
    0% {
        transform: translate(0px,-100px);
    }

    100% {
        transform: translate(0px,0px);
    }
}

/* Internet Explorer */
@-ms-keyframes slidebtn {
    0% {
        transform: translate(0px,-100px);
    }

    100% {
        transform: translate(0px,0px);
    }
}

/* Opera < 12.1 */
@-o-keyframes slidebtn {
    0% {
        transform: translate(0px,-100px);
    }

    100% {
        transform: translate(0px,0px);
    }
}


@keyframes slide {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1;
        top: 0px
    }
}

/* Firefox < 16 */
@-moz-keyframes slide {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1;
        top: 0px
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes slide {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1;
        top: 0px
    }
}

/* Internet Explorer */
@-ms-keyframes slide {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1;
        top: 0px
    }
}

/* Opera < 12.1 */
@-o-keyframes slide {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1;
        top: 0px
    }
}

.field-validation-error {
    background: rgba(250,128,114,0.4);
    width: 250px;
    display: inline-block !important;
    color: #800000 !important;
    font-size: 15px;
    padding: 5px 0px;
}
/*copy rights*/
.copyright {
    font-size: 8pt;
    color: rgba(255,255,255,0.6);
    text-shadow: 0 1px rgba(255, 255, 255, 0.1);
    border-top: 1px solid #ccc;
    padding-top: 10px;
}



body.sidebar-open {
    overflow-x: hidden;
}

    body.sidebar-open .sidebar {
        width: 50px;
    }

body .app-layout .header {
    transition: all 0.5s;
    z-index: 997;
    height: 60px;
    background-color: #16522F;
    padding: 0 25px;
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
}

    body .app-layout .header .logo {
        text-decoration: unset;
        margin: 0 18px;
    }

        body .app-layout .header .logo .header-logo img {
            width: 40px;
            height: 38px;
        }

        body .app-layout .header .logo .header-title {
            color: #FFF;
            font-size: 20px;
            font-weight: 500;
            margin: 0 16px;
        }

@media (min-width: 1200px) {
    body .app-layout .header .logo {
        margin: 0;
    }
}

body .app-layout .header .btn {
    padding: 0;
    display: none;
}

    body .app-layout .header .btn .toggle-sidebar-btn {
        font-size: 26px;
        cursor: pointer;
        color: #fff;
    }

@media (max-width: 1199px) {
    body .app-layout .header .btn {
        display: block;
    }
}

body .app-layout .header .header-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    body .app-layout .header .header-nav ul li i.bi-bell-fill {
        color: #fff;
        margin: 0 15px;
        font-size: 24px;
    }

    body .app-layout .header .header-nav ul li .vertical-line {
        font-size: 25px;
        color: #D7D7D7;
        margin: 0 25px;
    }

    body .app-layout .header .header-nav ul li .lang-btn {
        padding: 0;
        background: transparent;
        display: flex;
    }

        body .app-layout .header .header-nav ul li .lang-btn i {
            color: #ffffff;
        }

@media (max-width: 575px) {
    body .app-layout .header .header-nav ul li .lang-btn {
        margin-right: 15px;
    }
}

body .app-layout .header .header-nav ul li.person-data a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    body .app-layout .header .header-nav ul li.person-data a .user-info {
        margin: 0 15px;
        display: flex;
        align-items: center;
    }

        body .app-layout .header .header-nav ul li.person-data a .user-info .caf-assoc,
        body .app-layout .header .header-nav ul li.person-data a .user-info .caf-name {
            color: #FFF;
            text-align: end;
        }

            body .app-layout .header .header-nav ul li.person-data a .user-info .caf-assoc:not(.caf-name),
            body .app-layout .header .header-nav ul li.person-data a .user-info .caf-name:not(.caf-name) {
                font-size: 14px;
                text-align: start;
            }

            body .app-layout .header .header-nav ul li.person-data a .user-info .caf-assoc:not(.caf-assoc),
            body .app-layout .header .header-nav ul li.person-data a .user-info .caf-name:not(.caf-assoc) {
                font-size: 12px;
                text-align: start;
            }

            body .app-layout .header .header-nav ul li.person-data a .user-info .caf-assoc .caf-person,
            body .app-layout .header .header-nav ul li.person-data a .user-info .caf-name .caf-person {
                display: inline-block;
            }

        body .app-layout .header .header-nav ul li.person-data a .user-info i {
            margin-left: 7px;
            font-size: 14px;
            color: #fff;
        }

@media (max-width: 575px) {
    body .app-layout .header .header-nav ul li.person-data a .user-info {
        display: none;
    }
}

body .app-layout .header .header-nav ul li.person-data a .userImg {
    width: 40px;
    height: 40px;
}

    body .app-layout .header .header-nav ul li.person-data a .userImg img {
        width: 100%;
        height: inherit;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }

body .app-layout .header .header-nav ul li.person-data ul.dropDown-profile {
    width: 185px;
    padding: 13px 16px;
}

    body .app-layout .header .header-nav ul li.person-data ul.dropDown-profile li {
        margin-bottom: 15px;
    }

        body .app-layout .header .header-nav ul li.person-data ul.dropDown-profile li:last-child {
            margin-bottom: 0;
        }

        body .app-layout .header .header-nav ul li.person-data ul.dropDown-profile li a {
            padding: 0;
            font-size: 16px;
            color: #000;
        }

        body .app-layout .header .header-nav ul li.person-data ul.dropDown-profile li:last-child a {
            color: #CD2323;
        }

@media (max-width: 575px) {
    body .app-layout .header .header-nav ul li:nth-child(3) {
        display: none;
    }
    
}

body .app-layout #main {
    transition: all 0.3s;
    min-height: 100vh;
    margin-left: 255px;
    margin-right: 25px;
}

body .app-layout .footer {
    position: relative;
    z-index: 999;
    background: #096A2E;
    padding: 20px 0;
    transition: all 0.3s;
    padding: 0 28px;
    height: 53px;
    display: flex;
    align-items: center;
}

    body .app-layout .footer .content-footer {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        body .app-layout .footer .content-footer .social-footer a {
            margin-right: 24px;
            color: rgba(255, 255, 255, 0.6392156863);
            font-size: 17px;
        }

        body .app-layout .footer .content-footer .details-footer {
            color: #FFF;
            font-size: 14px;
            line-height: 20px;
            text-transform: capitalize;
        }

body .sidebar {
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    width: 235px!important;
    z-index: 996;
    transition: all 0.3s;
    padding: 15px 10px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #aab7cf transparent;
    background-color: #F8FDF9;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

    body .sidebar ul.sidebar-nav {
        margin: 0;
        padding: 0;
    }

        body .sidebar ul.sidebar-nav .btn {
            padding: 0 0 0 4px;
        }

            body .sidebar ul.sidebar-nav .btn .toggle-sidebar-btn {
                font-size: 26px;
                cursor: pointer;
                color: #000;
            }

        body .sidebar ul.sidebar-nav li.nav-item a.nav-link {
            display: flex;
            align-items: center;
            font-weight: 600;
            color: #303030;
            transition: 0.3s;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -ms-transition: 0.3s;
            -o-transition: 0.3s;
            background: transparent;
            padding: 15px 0;
            font-size: 16px;
            color: #303030;
            font-weight: 400;
            padding-left: 7px;
        }

            body .sidebar ul.sidebar-nav li.nav-item a.nav-link.active {
                background-color: #096A2E;
                border-radius: 9px;
                color: #fff;
            }

                body .sidebar ul.sidebar-nav li.nav-item a.nav-link.active i {
                    color: #fff;
                }

            body .sidebar ul.sidebar-nav li.nav-item a.nav-link i {
                font-size: 20px;
                color: #303030;
            }

            body .sidebar ul.sidebar-nav li.nav-item a.nav-link span {
                margin: 0 17px;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
            }

body.sidebar-open #main {
    margin-left: 100px;
}

body.sidebar-open .sidebar {
    width: 55px;
}

@media (max-width: 1200px) {
    body.sidebar-open #main {
        margin-left: 100px;
    }

    body.sidebar-open .sidebar {
        width: 55px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .app .content {
        padding: 110px 30px 90px 30px;
    }
}
