/* inspired by : DashForge Theme:  http://themepixels.me/dashforge/index.html*/

/* ############### FONTS IMPORT ############### */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Roboto+Mono");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");
@import url("https://fonts.googleapis.com/css?family=Rubik:300,400");

body {
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #001737;
    text-align: left;
    background-color: #fff;
}

a {
    color: #685d99;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #ae7e8c;
    text-decoration: none;
}

.navbar-header .navbar-brand {
    display: flex;
    align-items: center;
    padding-left: 15px;
    margin-right: 0;
    order: 1;
}

.navbar-header {
    align-items: stretch;
    height: 55px;
    padding: 0;
    justify-content: flex-start;
    background-color: #fff;
    border-bottom: 1px solid rgba(72, 94, 144, 0.16);
}

.navbar-brand img {
    height: 25px;
    padding-top: 6px;
}

.df-logo {
    font-weight: 700;
    font-size: 22px;
    letter-spacing: -1px;
    display: flex;
    align-items: center;
    position: relative;
    color: #685d99;
    margin-top: -4px;
    text-transform: uppercase;
}

.df-logo span {
    display: inline-block;
    font-weight: 400;
    color: #ae7e8c;
}

.navbar-header .burger-menu {
    margin-left: 18px;
    color: #8392a5;
    display: flex;
    align-items: center;
}

.content-auth {
    min-height: calc(100vh - 106px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e3e7ed;
    border-radius: 0.25rem;
}

.breadcrumb {
    background-color: #e5e9f2;
}

.df-breadcrumbs {
    padding: 0;
    background-color: transparent;
}

.sign-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 340px;
}

.card-header, .card-footer {
    background-color: transparent;
    border-color: rgba(72, 94, 144, 0.16);
}

.footer {
    font-size: 10px;
    letter-spacing: .3px;
    padding: 10px 25px;
    background-color: #fafbfc;
    color: #637388;
    border-top: 1px solid rgba(72, 94, 144, 0.16);
    text-transform: uppercase;
    display: none;
}

.media{
    display: flex;
}

.justify-content-center {
    justify-content: center !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-items-center {
    align-items: center !important;
}

.ht-100p {
    height: 100%;
}

.wd-100p {
    width: 100%;
}

.mx-wd-600 {
    width: 600px;
}

.pd-x-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.pd-b-0 {
    padding-bottom: 0px;
}

.bd-b-0 {
    border-bottom: 0;
}

.violet{
    color: #685d99;
}

.violet-clair{
    color: #9e99bf ;
}

.gris{
    color: #8392a5;
}

.mg-b-2 {
    margin-bottom: 2px;
}

.mg-b-5 {
    margin-bottom: 5px;
}

.mg-b-10 {
    margin-bottom: 10px;
}

.mg-b-25 {
    margin-bottom: 25px;
}


.tx-semibold {
    font-weight: 600;
}

.pos-relative {
    position: relative;
}

.sign-wrapper .form-group label {
    display: block;
    margin-bottom: 5px;
}

.btn-brand {
    background-color: #685b9a;
    border-color: #3e375d;
    color: #fff;
}

.navbar-menu .nav-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .7px;
    color: #8392a5;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
}

.navbar-menu .nav-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    padding: 0 20px;
    color: #001737;
    transition: all 0.2s ease-in-out;
}

.navbar-menu .nav-item.with-sub {
    position: relative;
}

.navbar-menu .nav-item.with-sub .nav-link::after {
    content: '';
    width: 6px;
    height: 6px;
    border-right: 1.5px solid #8392a5;
    border-bottom: 1.5px solid #8392a5;
    display: inline-block;
    transform: rotate(45deg);
    margin-left: auto;
    transition: all 0.2s ease-in-out;
}

.navbar-menu-sub {
    position: relative;
    min-width: 200px;
    list-style: none;
    padding: 0 15px 3px 24px;
    border-left: 1px solid rgba(72, 94, 144, 0.16);
    margin-top: 10px;
    margin-left: 28px;
    z-index: 1000;
    display: none;
}

.navbar-menu-sub .nav-sub-link {
    color: #1b2e4b;
    white-space: nowrap;
    font-size: 13px;
    display: flex;
    align-items: center;
    transition: all 0.2s ease-in-out;
}

.navbar-header .navbar-right {
    padding: 0 15px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    order: 2;
}

.navbar-menu .nav-item + .nav-item {
    margin-top: 10px;
}

.navbar-menu .nav-item.active .nav-link {
    position: relative;
    color: #0168fa;
}

.navbar-menu .nav-item.show .navbar-menu-sub {
    display: block;
}

.navbar-menu-sub::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 25px;
    border-bottom: 10px solid rgba(192, 204, 218, 0.53);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.navbar-menu-sub::after {
    content: '';
    position: absolute;
    top: -8.5px;
    left: 26px;
    border-bottom: 9px solid #fff;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
}

.navbar-menu-sub::before, .navbar-menu-sub::after {
    display: none;
}

.dropdown-message .dropdown-link.new-indicator, .dropdown-notification .dropdown-link.new-indicator {
    color: #1b2e4b;
}

.dropdown-message .dropdown-link.new-indicator span, .dropdown-notification .dropdown-link.new-indicator span {
    display: flex;
    width: 15px;
    height: 15px;
    justify-content: center;
    position: absolute;
    top: -8px;
    right: -2px;
    background-color: #dc3545;
    color: #fff;
    font-size: 8px;
    font-weight: 400;
    font-family: sans-serif;
    line-height: 2;
    border-radius: 100%;
}

.dropdown-profile .dropdown-header, .dropdown-notification .dropdown-header {
    padding: 12px 15px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px;
    color: #1b2e4b;
    border-bottom: 1px solid rgba(72, 94, 144, 0.16);
    margin-bottom: 5px;
}

.dropdown-profile .dropdown-items{
    padding: 10px 25px;
}

.dropdown-item {
    padding: 6px 15px;
    border-radius: 0.25rem;
    transition: all 0.2s ease-in-out;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #1c273c;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-profile .dropdown-item {
    padding: 0;
    display: flex;
    align-items: center;
    color: #1b2e4b;
}

.dropdown-profile .dropdown-item:hover, .dropdown-profile .dropdown-item:focus {
    background-color: transparent;
    color: #ae7e8c;
}

.dropdown-profile .dropdown-menu {
    border-color: rgba(72, 94, 144, 0.16);
    width: 230px;
    margin-top: 23.5px;
    box-shadow: none;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.dropdown-profile .dropdown-menu.dropdown-menu-right {
    margin-right: -10px;
}

.navbar-header .navbar-right .dropdown-menu {
    border-top-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.dropdown-profile .dropdown-menu::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 25px;
    border-bottom: 10px solid rgba(72, 94, 144, 0.16);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.dropdown-profile .dropdown-menu::after {
    content: '';
    position: absolute;
    top: -8.5px;
    left: 26px;
    border-bottom: 9px solid #fff;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
}

.dropdown-profile .dropdown-menu.dropdown-menu-right::before {
    left: auto;
    right: 15px;
}

.dropdown-profile .dropdown-menu.dropdown-menu-right::after {
    left: auto;
    right: 16px;
}

.dropdown-profile .dropdown-item svg {
    width: 16px;
    height: 16px;
    margin-right: 15px;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e3e7ed;
}

.dropdown-profile .dropdown-divider {
    margin: 15px 0;
}

.df-breadcrumbs .breadcrumb-item {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

.table .thead-dark th {
    color: #fff;
    background-color: #685d99;
    border-color: #CCC;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(104, 93, 153,0.1);
}

.col-action{
    text-align: right;
}


/* MEDIAS */
@media (min-width: 1200px) {
    .content {
        padding: 30px;
    }

    .sign-wrapper {
        width: 340px;
    }

    .mg-xl-l-60 {
        margin-left: 60px;
    }

    .navbar-menu-wrapper {
        padding: 0 30px;
    }

    .navbar-header .navbar-right {
        width: 240px;
    }

    .navbar-menu .nav-item + .nav-item {
        margin-left: 30px;
    }
}

@media (max-width: 1139px) {
    .navbar-header > .container {
        max-width: none;
    }
}


@media (min-width: 992px) {
    .navbar-header-fixed{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
    }

    .df-title {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .navbar-header {
        height: 70px;
    }

    .navbar-header > .container {
        padding: 0;
    }

    .navbar-header .navbar-brand {
        width: 240px;
        padding: 0 0 0 20px;
        margin-top: -3px;
    }

    .navbar-menu-header {
        display: none;
    }

    .navbar-menu {
        align-items: center;
        flex-direction: row;
        padding: 0;
        width: 100%;
        max-width: 780px;
        margin-top: -3px;
    }

    .df-logo {
        font-size: 24px;
    }

    .navbar-header .burger-menu {
        display: none;
    }

    .navbar-menu-wrapper {
        width: auto;
        padding: 0 25px;
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
        background-color: transparent;
        overflow: visible;
        display: flex;
        justify-content: center;
        order: 2;
        transform: none;
        z-index: auto;
        flex: 1;
    }

    .navbar-brand img {
        height: 55px;
        padding-top: 6px;
    }

    .content-fixed {
        margin-top: 70px;
    }

    .content {
        padding: 25px;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mg-lg-l-50 {
        margin-left: 50px;
    }

    .pd-lg-l-25 {
        padding-left: 25px;
    }

    .navbar-menu .nav-link {
        font-weight: 500;
        padding: 0;
    }

    .navbar-menu .nav-item.with-sub .nav-link::after {
        margin-left: 6px;
    }

    .navbar-menu-sub {
        position: absolute;
        top: 46.5px;
        left: -25px;
        background-color: #fff;
        padding: 20px 25px;
        border: 1px solid rgba(192, 204, 218, 0.53);
        margin-top: 0;
        margin-left: 0;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    .navbar-header .navbar-right {
        order: 3;
        padding: 0 20px 0 0;
    }

    .navbar-menu .nav-item + .nav-item {
        margin-top: 0;
        margin-left: 25px;
    }

    .navbar-menu-sub::before, .navbar-menu-sub::after {
        display: block;
    }

    .navbar-header .navbar-right .dropdown-notification .dropdown-menu {
        margin-top: 23.5px;
    }


} /* min-width: 992 */

@media (min-width: 576px){
    .navbar-header .burger-menu {
        margin-left: 20px;
    }

    .navbar-header .navbar-right {
        padding-right: 20px;
    }

    .navbar-header .navbar-right .dropdown {
        margin-left: 15px;
    }

    .dropdown-message .dropdown-link svg, .dropdown-notification .dropdown-link svg {
        width: 20px;
        height: 20px;
        stroke-width: 2.25px;
    }

    .navbar-header .navbar-right .dropdown-notification .dropdown-menu {
        margin-right: -20px;
    }

    .navbar-header .navbar-right .dropdown-notification .dropdown-menu::before {
        right: 20px;
    }

    .navbar-header .navbar-right .dropdown-notification .dropdown-menu::after {
        right: 21px;
    }

    .df-breadcrumbs .breadcrumb-item {
        letter-spacing: .5px;
    }

    .card-header {
        padding: 15px 20px;
    }

}

.datepicker{z-index:9999 !important}
.tx-12{
    font-size: 12px;
}
.tx-13 {
    font-size: 13px;
}
.tx-color-03 {
    color: #8392a5;
}