﻿html, body {
    font-family: "open sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    height: 100%;
    overflow: visible !important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 100 !important;
}

.app-menu {
    margin-right: 15px;
}

.app-title {
    line-height: 30px;
}

.app-subtitle {
    padding: 5px;
    font-size: 80%;
}


.dashboard-header {
    border-top: 0 none;
    padding: 20px;
}

    .dashboard-header h2 {
        font-size: 26px;
        margin-top: 10px;
    }


.widget-count-icon {
    color: #696969 !important;
    /*float: left;*/
    /*font-size: 33px;*/
    font-size: 125%;
    padding-right: 45px;
}

.widget {
    background: white none repeat scroll 0 0; /*!important*/
    border: 1px solid rgba(94, 87, 68, 0.25);
    border-radius: 3px;
    padding: 5px 5px 15px 10px;
    margin-bottom: 15px;
}

.widget-header {
    font-size: 19px;
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 12px;
    color: #696969;
    text-overflow: clip;
    white-space: nowrap;
    overflow: hidden;
}

.widget-tools {
    display: block;
    /*float: right;*/
    margin-top: 0;
    padding: 0;
    position: relative;
    text-align: right;
    font-size: 70%;
}

    .widget-tools a {
        color: #c4c4c4;
        cursor: pointer;
        margin-left: 5px;
    }






.metismenu .collapse {
    transition: all 0.5s ease 0s;
}


#page-wrapper {
    transition: all 0.5s ease 0s;
    padding: 0 15px;
    position: relative !important;
}


.wrapper-content {
    padding: 20px 10px 40px;
}


.text-clip {
    text-overflow: clip;
    white-space: nowrap;
    overflow: hidden;
}

.text-clip-alt {
    overflow: hidden;
    text-overflow: clip;
    white-space: normal;
}








.nav-header {
    background-color: #c2bca2;
    padding: 22px 5px 0;
}

.navbar-brand.navbar-brand-name {
    line-height: 50px;
    padding-left: 0;
}


    .navbar-brand.navbar-brand-name a {
        margin-bottom: 5px !important;
        margin-right: 15px;
        margin-top: 10px !important;
    }


.nav.navbar-right > li > a {
    color: rgba(22,92,161,0.95);
}


.nav > li > a i {
    margin-right: 6px;
}

.nav.navbar-top-links > li > a:hover, .nav.navbar-top-links > li > a:focus {
    background-color: transparent;
}

.nav.navbar-top-links a {
    font-size: 14px;
}

.nav-header a {
    color: #dfe4ed;
}

.navbar-brand {
    height: 60px;
    float: none;
}



.navbar-header {
    /*overflow:hidden;*/
}

.navbar-default.navbar-static-side {
 background: rgba(22,92,161,0.8);
}



/*Menu*/

.nav.metismenu > li > a:hover, .nav.metismenu > li > a:focus {
    background-color: rgba(22,92,161,1);
    color: white;
}


.nav.metismenu > li > a {
    color: rgba(255,255,255,0.8);
    font-weight: 600;
    padding: 14px 20px 14px 25px;
}



.nav.metismenu > li.disabled > a {
    opacity: 0.5;
}

    .nav.metismenu > li.disabled > a:hover {
        color: rgba(22,92,161,0.8);
        background: #fff none repeat scroll 0 0;
    }




.nav.metismenu > li.active > a {
    color: #ffffff;
}

.navmetismenu .open > a, .navmetismenu .open > a:hover, .navmetismenu .open > a:focus {
    background: #fff none repeat scroll 0 0;
}


.nav.metismenu > li > a i {
    margin-right: 6px;
}

.nav.metismenu > li.active {
    background: rgba(22,92,161,0.8)  none repeat scroll 0 0;
    border-left: 4px solid #19aa8d;
    transition: all 0.2s ease 0s;
}

.nav.nav-second-level > li.active {
    border: medium none;
    font-weight: bold;
}

.nav.nav-second-level.collapse[style] {
    height: auto !important;
}


.nav-second-level li, .nav-third-level li {
    border-bottom: medium none !important;
    margin-left: 0;
}

    .nav-second-level li a {
        padding: 7px 10px 7px 52px;
        color: whitesmoke;
    }

        .nav-second-level li a:hover, nav-second-level li a:focus, nav-second-level li.active a {
            background-color: transparent !important;
            /*transition: all 0.1s ease 0s;*/
            font-weight: bold;
            color: #fff;
        }


.arrow {
    float: right;
}

.fa.arrow::before {
    content: "";
}

.active > a > .fa.arrow::before {
    content: "";
}








/*BodySmall*/


.body-small .navbar-top-links li:last-child {
    margin-right: 0;
}

.body-small .navbar-fixed-top {
    margin-left: 0;
}

.body-small .navbar-static-side {
    overflow-x: hidden;
    width: 0;
    transition: all .5s ease 0s;
    margin-left: -220px;
}

.navbar-static-side, .body-small .page-wrapper, #wrapper .navbar-static-side, .navbar-brand.navbar-brand-name {
    transition: all 0.5s ease 0s;
}

/*SideBar*/

body.no-navbar .navbar-static-side + #sidebar-other {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            width: 100vw;
            height: 100vh;
            background-color: rgba(0,0,0,.5);
            z-index: 1;
              transition: all 0.5s ease 0s;
        }

.navbar-static-side {
    background-image: none;
    background-color: rgba(228, 225, 214, 1);
    border-radius: 0px;
    width: 220px;
    z-index: 2001;
    height: calc(100% - 60px);
    text-align: left;
    left: 0;
    position: absolute;
    position: fixed;
    /*overflow:auto;*/ /*Pb avec bulle de dialogue*/
}


/*Sidebar - User Infos - User Company*/
.logo-element {
    font-weight: bold;
    color: white;
}

/*Sidebar - User Infos*/
.avatar-ico {
    left: 50% !important;
}

.avatar-container {
    text-align: center;
    margin-left: -5px;
    position: relative;
}


body #page-wrapper {
    margin: 0 0 0 220px;
    margin-top: 60px !important;
}



body.mini-navbar #page-wrapper {
    margin: 0 0 0 70px;
}

body.mini-navbar .navbar-brand-name {
    margin: 0 0 0 50px;
}


/*Mini bar*/

body.mini-navbar .navbar-static-side {
    width: 70px;
    transition: all 0.5s ease 0s;
    text-align: center;
}

body.body-small .navbar-static-side {
    width: 0px;
    transition: all 0.5s ease 0s;
}

body.body-small #page-wrapper {
    margin: 0 0 0 0px;
}


body.no-navbar .navbar-static-side {
    width: 220px !important;
    transition: all 0.5s ease 0s;
    margin-left: 0 !important;
    position: fixed;
}

body.no-navbar #page-wrapper {
    margin: 0 0 0 220px;
}


/*Content*/
body.body-small #page-wrapper {
    margin: 0 0 0 0;
}


.mini-navbar .nav-second-level {
    background-color: rgba(117,114,98,0.8);
    font-size: 12px;
    left: 80px;
    padding: 10px;
    position: absolute;
    top: 0;
}

    .mini-navbar .nav-second-level li a {
        color: white;
        padding: 10px 10px 10px 15px;
    }

body.mini-navbar .navbar-static-side {
    width: 80px !important;
    transition: all .5s ease 0s;
    font-size: 75%;
}



body.mini-navbar .navbar-default .nav > li > a {
    font-size: 16px;
}

body.mini-navbar .profile-element, body.mini-navbar .nav-label, body.mini-navbar .navbar-default .nav li a span {
    display: none;
}

    body.mini-navbar .profile-element, body.mini-navbar .profile-element span.center-block, body.mini-navbar .navbar-static-side span.label {
        display: block !important;
    }


body.mini-navbar .navbar-header img {
    display: none;
}






body.mini-navbar .footer.fixed, body.body-small.mini-navbar .footer.fixed {
    margin: 0 0 0 70px;
}

body.mini-navbar.canvas-menu .footer.fixed, body.canvas-menu .footer.fixed {
    margin: 0 !important;
}

body.mini-navbar:not(.fixed-sidebar):not(.canvas-menu) .nav-second-level {
    display: none;
}



body.mini-navbar:not(.fixed-sidebar):not(.canvas-menu) .nav li:hover > .nav-second-level, .mini-navbar .nav li:focus > .nav-second-level {
    border-radius: 0 2px 2px 0;
    display: block;
    height: auto;
    min-width: 140px;
}

body.mini-navbar .navbar-default .nav > li > .nav-second-level li a {
    border-radius: 3px;
    font-size: 12px;
}


/*Sidebar - Content*/
body.mini-navbar .navbar-static-side .nav > li > a {
    // font-size: 12px !important;
    padding: 5px;
}

body.mini-navbar .navbar-static-side .arrow, .mini-navbar .navbar-static-side .pull-right {
    float: none !important;
}



/*Skin*/

.md-skin .navbar {
    min-height: 60px !important;
    margin-bottom: 0px !important;
}

.md-skin .navbar-brand-name {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.md-skin .navbar-top-links {
    /* max-height: 60px !important;*/
}

    .md-skin .navbar-top-links a {
        margin-bottom: 0 !important;
        margin-top: 7px !important;
    }

        .md-skin .navbar-top-links a.navbar-brand-logo {
            margin-top: 0px !important;
        }

            .md-skin .navbar-top-links a.navbar-brand-logo img {
                max-height: 60px;
            }

.md-skin .navbar-fixed-top, .md-skin .navbar-static-top {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.md-skin .dashboard-header {
    border-bottom: medium none !important;
    border-top: 0 none;
    box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.34), 0 0 6px 0 rgba(0, 0, 0, 0.14);
}

.md-skin .widget {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.md-skin .nav-header {
    background-color: rgba(22,92,161,0.8) !important;
    background: rgba(22,92,161,0.8) url("../media/backblur_profile.jpg") no-repeat scroll 0 0;
    background-size: 100% auto;
    padding-bottom: 27px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.md-skin .navbar-top-links li {
    display: inline-table;
}

.md-skin .label, .md-skin .badge {
    /*font-family: "Roboto";*/
}




/**/

.landing-page .navbar-wrapper {
    margin-top: 20px;
}

.landing-page .navbar-wrapper {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 200;
}

    .landing-page .navbar-wrapper .navbar {
        border-radius: 4px;
    }

    .landing-page .navbar-wrapper .navbar {
        padding-left: 0;
        padding-right: 0;
    }

    .landing-page .navbar-wrapper .container {
        // padding-left: 15px;
         //padding-right: 15px;
    }

.landing-page .navbar-default {
    //background-color: transparent !important;
    //border-color: transparent !important;
    transition: all 0.3s ease-in-out 0s;
    background: transparent none repeat scroll 0 0 !important;
    border: 0 none;
    border-radius: 0;
    box-shadow: none !important;
}


    .landing-page .navbar-default.navbar-scroll, .landing-page.body-small .navbar-default {
        // background: #FFFFFF none repeat scroll 0 0 !important;
        //background-image:linear-gradient(to bottom, #fff 0%, #c2bca2 100%) !important;
        // background: #c2bca2 none repeat scroll 0 0 !important;
        background: rgba(255, 255, 255, 0.75) none repeat scroll 0 0 !important;
        border-bottom: 1px solid #e7eaec;
        border-radius: 0;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
    }


.landing-page .navbar-brand {
    //margin-top: 10px;
    padding: 0;
    height: auto;
    //width: 370px;
    // display: inline-block;
}

    .landing-page .navbar-brand img {
        max-height: 128px;
        // margin-top: -15px;
        transition: all 0.3s ease-in-out 0s;
    }

.landing-page .navbar.navbar-scroll .navbar-brand img {
    max-height: 64px;
}

.landing-page .navbar-default .navbar-toggle .icon-bar {
    background-color: rgba(22,92,161,1);
}

.landing-page .navbar-collapse.collapse.in a {
    /*background: rgba(0, 0, 0, 0.33) none repeat scroll 0 0 !important;*/
    color:rgba(22,92,161,1);
}


.landing-page .app-title {
    margin: 0;
    font-size: 24px;
    text-align: center;
    display: none;
    color: #FFFFFF;
    margin-top: 15px !important;
    //overflow:hidden !important;
    // font-size: 22px;
    // margin-top: 8px;
    // padding-bottom: 0;
    // text-align: right;
    // width: 70%;
}

.landing-page .navbar-default.navbar-scroll .app-title {
    display: inline-block;
}


.landing-page .app-actions {
}

.landing-page .navbar .logo {
    width: 198px;
}

.landing-page .navbar-default .nav li a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.landing-page .nav > li > a {
    padding: 25px 10px 15px 10px;
}

.landing-page .navbar-default .navbar-nav > .active > a, .landing-page .navbar-default .navbar-nav > .active > a:hover {
    background: transparent !important;
    color: #fff;
    border-top: 6px solid #f58b05;
}


.landing-page .nav.navbar-nav.navbar-right{
    padding-right:15px;
}


.landing-page .navbar  .container-fluid{
    background-color:transparent !important;
} 

.landing-page .footer a{
  color: rgba(51,51,51,0.95);
}


.landing-page .footer{
    padding-top:5px;
        padding-bottom:5px;
}

.force-bold-500 {
font-weight:500 !important;
}

