h1, h2, h3, h4, h5, h6, span, label, p, a, li, div, section, body{
    /*font-family: Microsoft Sans Serif;*/
    /*font-family: Trebuchet MS;*/
    /*font-family: Arial Black;*/
    /*font-family: Lucida Console;*/
    font-family: Tahoma;
    margin: 0px;
}
.header-top .navbar-brand img {
    width: 98px;
    height: 55px;
    margin: 2px 0px  0px 50px;
}
.header-top .navbar-nav > li > a:hover {
    /*background: #9D0105;*/
    background: #4845d5;
}
.btn:hover{
    box-shadow:0 20px 17px 0 rgba(0,0,0,0.2),0 30px 60px 0 rgba(0,0,0,0.22);
}
.header-top {
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    z-index: 1040;
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
    background-color: #5f69e0;
    transition: left 0.2s, right 0.2s;
    -webkit-transition: left 0.2s, right 0.2s;
}
.header-top .navbar-brand {
    padding: 0px;
}
.navbar-brand {
    float: left;
    height: 60px;
    font-size: 18px;
    line-height: 20px;
    width: 100%;
}
.side-nav > li.side-nav-header {
    position: relative;
    display: block;
    padding: 15px 15px 10px 20px;
    font-size: 12px;
    overflow: visible;
    color: rgb(134, 136, 162);
    font-weight: 300;
    border-bottom: 1px solid rgba(255,255,255,.05);
}
.side-navigation-wrap {
    border-top: 3px solid #9D0105; 
    position: absolute;
    top: 55px;
    width: 230px;
    height: 100%;
    padding-bottom: 50px;
    /*background-color: #363b5b;
    background-color: #9D0105;*/
    background-color: #f1f4f7;
    z-index: 11;
    transition: left 0.2s;
    -webkit-transition: left 0.2s;
    border-right: 1px solid  rgb(219, 224, 228);

}
.has-footer .content-wrap {
    padding-bottom: 0px;
}
.side-nav > li {
    position: relative;
    border-bottom: 1px solid rgb(219, 224, 228);
    /*box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px 0px;*/
}
.side-nav > li.has-submenu > a[aria-expanded="true"], .side-nav > li > a:hover, .side-nav > li > a.active {
    background-color: #9D0105;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 0px 2px #555555;
    font-weight: normal;
    font-size: 12px;
}
.side-nav > li .sub-menu {
    position: relative;
    background-color: #fafafa;
    box-shadow: 0 -1px 1px rgba(0,0,0,0.05) inset,0 1px 1px rgba(0,0,0,0.05) inset;
    -webkit-box-shadow: 0 -1px 1px rgba(0,0,0,0.05) inset,0 1px 1px rgba(0,0,0,0.05) inset;
}
.side-nav > li .sub-menu > ul li a {
    font-size: 14px;
}
.side-nav > li .sub-menu > ul > li.active > a {
    background: transparent;
    color: #9D0105;
    text-shadow: 1px 1px 1px #aaa;
}
.main-container {
    position: relative;
    transition: left 0.2s, right 0.2s;
    -webkit-transition: left 0.2s, right 0.2s;
    background: #fff;
}
.page-header {
    border-top: 3px solid #9D0105; 
    border-bottom: 1px solid #E7E7E7; 
    padding: 0px 15px;
    margin: 20px 0 20px;
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    border-bottom: 1px solid #eee;
    position: fixed;
    width: 100%;
    background: #fff;
    padding: 6px 10px;
    box-shadow: 0 5px 2px 0 rgba(0,0,0,0.2),0 3px 6px 0 rgba(0,0,0,0.22);
    z-index: 1000;
}
.page-header-2 {
    background: #fff;
    position: absolute; 
    width: 100%; 
    top: 60px; 
    border-top: 3px solid #9D0105;
    padding: 3px 10px; 
    box-shadow: 0 5px 2px 0 rgba(0,0,0,0.2),0 3px 6px 0 rgba(0,0,0,0.22);
    border-bottom: 1px solid #E7E7E7; 
    color: #000;
    z-index: 1000;
}
.content-wrap{
    /*min-height: 600px;*/
    background: #fff;
    overflow: auto;
    padding-top: 80px;
}
.footer{
    text-align: center;
    box-shadow: 5px 0 2px 0 rgba(0,0,0,0.2), 3px 0 6px 0 rgba(0,0,0,0.22);
    border-top: 1px solid #E7E7E7; 
    background: #9D0105;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.22);
}
.header-top .navbar-nav > li.open > a, .header-top .navbar-nav > li.open > a:focus, .header-top .navbar-nav > li.open > a:hover, .header-top .navbar-nav > li.user-profile > a:focus {
    color: #7f888f;
    background-color: #4845d5;
}
.panel .tools > .btn-link {
    color: #363A5C !important;
    font-size: 13px;
    margin-left: 5px;
}
.panel-title {
    font-weight: normal;
    text-transform: uppercase;
}
.panel {
    margin-bottom: 15px;
    border: 1px solid #e2e2e2;
}
.panel-default > .panel-heading {
    color: #62627C;
    background-color: #f0f0f0;
    /*background-color: #f9f9f6;#e2e2e2#eeecec
    border-color: #e2e2e2;*/
    margin-bottom: 10px;
}
.modal-header {
    border-radius: 3px 3px 0px 0px;
    border-bottom: 1px solid #e5e5e5;
    background: #FFFFFF;
}
.modal-success .modal-header a i, .modal-primary .modal-header a i, .modal-danger .modal-header a i {
    color: #fff;
}
.modal-title {
    color: #4C4C4C;
    text-transform: uppercase;
    text-shadow: 0px 1px 1px #363A5C;
}
.modal-title-xs {
    color: #4C4C4C;
    text-transform: uppercase;
    text-shadow: 0px 1px 1px #363A5C;
    font-size: 11px;
}
.modal-dismissed {
    color: #4C4C4C;
    float: right;
    font-size: 14px;
}
.modal-dismissed-xs {
    color: #4C4C4C;
    float: right;
    font-size: 11px;
}
.nav-tabs > li.active > a{
    text-shadow: 1px 0px 1px #c9c9c9;
}


/*================================================================================================*/

.text-white{
    color: white;
}
.text-shadow{
    text-shadow: 0px 1px 1px #999;
}
.panel-title-xs {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
}
.panelBody{
    border-top: 0px solid #f9f9f6;
    box-shadow: 0 1px 0px #e2e2e2, 0 2px 1px #e2e2e2;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    min-height: 150px;
    max-height: 500px;
    overflow: auto;
}
.pointer{
    cursor: pointer;
}
.italic{
    font-style: italic;
}
label span{
    color: rgb(255, 72, 89);
}
.lineHeight{
    line-height: 12px;
    font-size: 16px;
}
.lineHeight2{
    line-height: 12px;
    font-size: 12px;
    margin-right: 5px;
}
.selected{
    border: 1px solid #eee;
    padding: 15px;
    min-height: 120px;
    max-height: 120px;
    overflow: auto;
}
.listing{
    display: block;
    border: 1px solid #f3f3f3;
    padding: 5px 10px;
    box-shadow: 0px 1px 2px 1px #f3f3f3;
}
.listing:hover{
    display: block;
    border: 1px solid #ebebeb;
    padding: 5px 10px;
    box-shadow: 0px 1px 2px 1px #ebebeb;
    cursor: pointer;
}

#myEditeur{
    margin-top: 20px;
    min-height: 400px;
    max-height: 400px;
    overflow: auto;
}