/*TABLE OF CONTENTS

01 - Reset
02 - Global
03 - General Layout
04 - Header
05 - Content
06 - Slideshow
07 - Sidebar
08 - Widgets
09 - Comments
10 - Pagination
11 - Footer
12 - Media Queries
13 - Spinners
*/

/* /////////////////////////////////////////////////////////////////////
//  01 - Reset
/////////////////////////////////////////////////////////////////////*/


body {
    /* navbar */
    padding-top: 80px;
    padding-bottom: 70px;
    background-color: #555555;
    color: #555555;

}

a { 
    color: black !important;
}

/* a:hover, a:focus { */
/*     color:#6600CC; */
/* } */


a.regular {
  color: #3B759C !important;
}

a.text-white {
  color: #FFFFFF !important;
}

a > i[class^="icon-"] {
    text-decoration: none;
}

button > i[class^="icon-"] {
    text-decoration: none;
}


/* /////////////////////////////////////////////////////////////////////
//  02 - Global
/////////////////////////////////////////////////////////////////////*/

.well {
    border-radius:0;
    border: 0;
    box-shadow: none;
    background-color: #f1f1f1;

}


.well.dark {
    box-shadow: none;
    background-color: #3b3a3f;
    border-bottom-color: none;
}


.well.dark ul {
    margin:0;
    color:#FFF;
}

.well.dark ul li {
    margin:5px 0;
    font-size:15px;
    
}


.floatright {
    float:right;
}



    .one-btn, .one-btn-default {
        
        -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
        -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
        box-shadow:inset 0px 1px 0px 0px #ffffff;

        
        background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6)) !important;
        background-image:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%) !important;
        background-image:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%) !important;
        background-image:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%) !important;
        background-image:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%) !important;
        background-image:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%) !important;
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0) !important;
        
        background-color:#ffffff !important;
        
        -moz-border-radius:3px;
        -webkit-border-radius:3px;
        border-radius:3px;
        
        border:1px solid #dcdcdc;
        
        display:inline-block;
        color:#555555;
        font-family:arial;
        font-size:13px;
        font-weight:normal;
        padding:6px 24px;
        text-decoration:none;
        
        text-shadow:0px 1px 0px #ffffff;
        
    }
    .one-btn:hover, .one-btn-default:hover {
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
        background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
        background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
        background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
        background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
        background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
        border:1px solid #dcdcdc;
        background-color:#f6f6f6 !important;
    }
    .one-btn:active, .one-btn-default:active {
        position:relative;
        top:1px;
        border:1px solid #dcdcdc;
    }






    .one-btn-primary {
        
        -moz-box-shadow:inset 0px 1px 0px 0px #eeef9a;
	-webkit-box-shadow:inset 0px 1px 0px 0px #eeef9a;
	box-shadow:inset 0px 1px 0px 0px #eeef9a;
	background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dede35), color-stop(1, #bbbb10)) !important;
	background-image:-moz-linear-gradient(top, #dede35 5%, #bbbb10100%) !important;
	background-image:-webkit-linear-gradient(top, #dede35 5%, #bbbb10 100%) !important;
	background-image:-o-linear-gradient(top, #dede35 5%, #bbbb10 100%) !important;
	background-image:-ms-linear-gradient(top, #dede35 5%, #bbbb10 100%) !important;
	background-image:linear-gradient(to bottom, #dede35 5%, #bbbb10 100%) !important;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dede35', endColorstr='#bbbb10',GradientType=0) !important;
	background-color:#dede35 !important;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #999900;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:10px 24px;
	text-decoration:none;
	text-shadow:0px -1px 0px #999900;
        
    }
    .one-btn-primary:hover {
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bbbb10), color-stop(1, #dede35));
	background:-moz-linear-gradient(top, #bbbb10 5%, #dede35 100%);
	background:-webkit-linear-gradient(top, #bbbb10 5%, #dede35 100%);
	background:-o-linear-gradient(top, #bbbb10 5%, #dede35 100%);
	background:-ms-linear-gradient(top, #bbbb10 5%, #dede35 100%);
	background:linear-gradient(to bottom, #bbbb10 5%, #dede35 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbbb10', endColorstr='#dede35',GradientType=0);
	background-color:#bbbb10 !important;
        border:1px solid #999900;
    }
    .one-btn-primary:active {
        position:relative;
        top:1px;
        border:1px solid #999900;
    }

    

    
    
    .one-btn-secondary {
        
        -moz-box-shadow:inset 0px 1px 0px 0px #8737d6 !important;
        -webkit-box-shadow:inset 0px 1px 0px 0px #8737d6 !important;
        box-shadow:inset 0px 1px 0px 0px #8737d6 !important;
        
        background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6600cc), color-stop(1, #330099)) !important;
        background-image:-moz-linear-gradient(top, #6600cc 5%, #330099 100%) !important;
        background-image:-webkit-linear-gradient(top, #6600cc 5%, #330099 100%) !important;
        background-image:-o-linear-gradient(top, #6600cc 5%, #330099 100%) !important;
        background-image:-ms-linear-gradient(top, #6600cc 5%, #330099 100%) !important;
        background-image:linear-gradient(to bottom, #6600cc 5%, #330099 100%) !important;
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6600cc', endColorstr='#330099',GradientType=0) !important;
        
        background-color:#6600cc !important;
        
        -moz-border-radius:3px;
        -webkit-border-radius:3px;
        border-radius:3px;
        
        border:1px solid #330066;
        
        display:inline-block;
        color:#ffffff;
        font-family:arial;
        font-size:15px;
        font-weight:bold;
        padding:6px 24px;
        text-decoration:none;
        
        text-shadow:0px -1px 0px #330066;
        
    }
    .one-btn-secondary:hover {
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #330099), color-stop(1, #6600cc));
        background:-moz-linear-gradient(top, #330099 5%, #6600cc 100%);
        background:-webkit-linear-gradient(top, #330099 5%, #6600cc 100%);
        background:-o-linear-gradient(top, #330099 5%, #6600cc 100%);
        background:-ms-linear-gradient(top, #330099 5%, #6600cc 100%);
        background:linear-gradient(to bottom, #330099 5%, #6600cc 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#330099', endColorstr='#6600cc',GradientType=0);
        border:1px solid #330066;
        background-color:#6600cc !important;
    }
    .one-btn-secondary:active {
        position:relative;
        top:1px;
        border:1px solid #330066;
    }

    
    .width-100pc {
        width:100%;
        
    }
    
.action-buttons a {

    opacity: 1;
    padding-left: 8px;
    padding-right: 3px;

}
    
.action-buttons a:hover {
    transform: none;
}
   
    
/* This button was generated using CSSButtonGenerator.com */

/* /////////////////////////////////////////////////////////////////////
//  04 - Header
/////////////////////////////////////////////////////////////////////*/

.navbar {
    background-color:#fff;
    border-top: 1px solid #d8d8d9;
    border-bottom: 1px solid #d8d8d9;
}

.custom-navbar {
  -webkit-box-shadow:none;
  background-color:#fff;
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom: 1px solid #d8d8d9;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
  border-top-left-radius:0;
  border-top-right-radius:0;
  box-shadow:none;
  margin:0;
  min-height:50px;
  padding-left:0;
  padding-right:0;
  position:relative;
}


.custom-navbar .custom-navbar-brand {
  color:#000;
  font-size:24px;
  padding-bottom:10px;
  padding-top:10px;
  text-shadow:none;
}

.custom-navbar .custom-navbar-brand:hover,
.custom-navbar .custom-navbar-brand:focus {
  color: #555;
}

.ace-nav > li {

    border-left: none;
    float: left !important;
    height: 30px;
    line-height: 30px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
    position: relative;
    vertical-align:middle;
    margin-top:11px;
}

.ace-nav > li.one-dropdown-green {
  border-right: 1px solid #cdcccd;
}

.ace-nav > li.one-dropdown-green > a {
  background-color:#d4d700;
  color:#FFF;
  display:block;
  height:100%;
  line-height:inherit;
  min-width:10%;
  padding:0 10px;
  position:relative;
  text-align:right;
  width:auto;
  vertical-align:middle;
  -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
border-radius: 3px;
}

.ace-nav > li > a {
  background-color:#FFF;
  
}

.ace-nav > li > a > [class*="icon-"] {
    color: #e46c0a;
}

.ace-nav > li > a.one-dropdown-toggle > [class*="icon-"] {
    color: #FFF;
}

.ace-nav > li > a:hover,
.ace-nav > li > a:focus {
  background-color: #FFF;
}

.ace-nav > li.one-dropdown-green > a:hover,
.ace-nav > li.one-dropdown-green > a:focus {
  background-color: #d4d700;
}

.user-info {
  display:inline-block;
  line-height:20px;
  max-width:none;
  overflow:hidden;
  position:relative;
  text-align:right;
  text-overflow:ellipsis;
  vertical-align:middle;
  white-space:nowrap;
  top:0;
}


.nav-list > li > a {
  display: block;
  height: 38px;
  line-height: 36px;
  padding: 0 16px 0 7px;
  background-color: #d8d8d9;
  color: #FFF;
  text-shadow: none !important;
  font-size: 13px;
  text-decoration: none;
}

.nav-list > li > a:hover {
  background-color: #acacac;
  color: #d4d700;
}

.nav-list > li.open {
    border-bottom-color: #d8d8d9;
}
.nav-list > li.active {
    background-color: #d8d8d9;
}

.nav-list > li.active > a,
.nav-list > li.active > a:hover,
.nav-list > li.active > a:focus,
.nav-list > li.active > a:active {
  background-color: #d8d8d9;
  color: #d4d700;
  font-weight: bold;
  font-size: 13px;
}

.nav-list > li.active:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #d4d700;
    border-bottom-style: solid;
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #d4d700;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 0;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #d4d700;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 2px;
    border-top-color: #d4d700;
    border-top-style: solid;
    border-top-width: 0;
    bottom: 0;
    content: "";
    display: inline-block;
    position: absolute;
    right: -2px;
    top: -1px;
    z-index: 1;
}

.nav-list > li.active:after {
  /* the border on right of active item */

  display: inline-block;
  content: "";
  position: absolute;
  right: 0px;
  top: -1px;
  bottom: 0;
  z-index: 1;
  border: 2px solid #e46c0a;
  border-width: 0 2px 0 0;
}

.nav-list li.active > a:after {
    border-bottom-width: 0;
    border-left-width-value: 0;
    border-right-width-value: 0;
    border-top-width: 0;

}

.one-dropdown-menu.one-dropdown-close.pull-right {
    left: auto;
    right: 9px;
}

.widget-toolbar > .one-dropdown > .one-dropdown-menu:before, .one-dropdown-menu.one-dropdown-caret:before {
    border:0;
}

.breadcrumbs {
    background-color: #f1f1f1;
    border-bottom-color: #d8d8d9;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    display: block;
    line-height: 40px;
    min-height: 41px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 12px;
    padding-top: 0;
    position: relative;
}

.breadcrumb > li > .one-a a {
    color: #6600cc;
}

.one-dropdown-menu {
    background-color: #d4d700;
    padding:11px 0;
    font-weight: bold;
    border: 3px solid rgba(0, 0, 0, 0.2);
    border-radius:3px;
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}

.one-dropdown-menu-header-annonceurs {
    overflow-y:scroll;
    max-height:600px;
}

.one-dropdown-menu > li > a {
    color: #FFF;
   
}

.one-dropdown-menu > li {
    color: #FFF;
}

.one-dropdown-green li a:hover,
.one-dropdown-green li a:focus,
.one-dropdown-green li a:active,
.one-dropdown-green li.active a,
.one-dropdown-green li.active a:hover,
.one-dropdown-green .one-dropdown-submenu:hover > a,
.nav-tabs .one-dropdown-green li > a:focus {
  background: #999900;
  color: #FFF;
}


.widget-toolbar > .one-dropdown > .one-dropdown-menu:after, .one-dropdown-menu.one-dropdown-caret:after {
    border-bottom-color: #D4D700;
    top: -10px;
}

/* /////////////////////////////////////////////////////////////////////
//  05 - Content
/////////////////////////////////////////////////////////////////////*/

.img-default {
    background-color:#f1f1f1;
}

.block-logo-default {
    width:190px;
    height:190px;
}

.block-main-img-default {
    width:340px;
    height:260px;
}

.block-thumbs-default {
    width:120px;
    height:90px;
}

.action-buttons a {
    background-color: #6600cc;
    color:#FFF;
    border-radius:2px;
    padding:5px;
}



.nav-search .nav-search-input {
    border-color:#cececf;
}


.page-header h1 {
    color: #555555;
    font-size: 30px;
    font-weight: lighter;
    text-transform: capitalize;
     margin-left: 0;

}

.col-xs-4 {
    width: 32%;
}

/* .ui-tabs .ui-tabs-panel {
    position:relative;
}

.ui-tabs .ui-tabs-nav {
    border-bottom-color: #c3c3c4;

}

.ui-tabs .ui-tabs-nav li {

    margin-left: 0.8em;
    margin-right: 0.2em;
    }
    
    
.ui-tabs .ui-tabs-nav li.ui-state-default > a {
    top: 5px;
    width: 100%;

}
    

.ui-tabs .ui-tabs-nav li.ui-tabs-active > a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-bottom-color: rgba(0, 0, 0, 0);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #C5D0DC;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #C5D0DC;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    border-top-color: #d4d700;
    border-top-style: solid;
    border-top-width: 5px;
    box-shadow: none;
    color: #3b3a3f;
    position: relative;
    top: 1px;
}

*/

.ui-tabs .ui-tabs-nav li.ui-state-default > a, ul.nav-tabs > li > a {
    background-color: #F1F1F1;
    border-left-color-value: #cececf;
    border-right-color-value: #cececf;
    padding-top: 12px;
    width:100%;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active > a, ul.nav-tabs > li.active > a {
    border-top-color: #e46c0a !important;
    box-shadow: none;
    color: #3b3a3f;
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #FFF !important;
    width:100%;
}



.ui-tabs .ui-tabs-panel, .tab-pane {
    border-bottom-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    padding:10px 0 0 0;
}

.alert-info {
    background-color: #fff;
    border: 1px solid #e46c0a;
    color: black;
    
}


.alert {
    -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;

    font-size: 14px;
}


.profile-users .memberdiv {
    margin-left: 0;
    margin-right: 0;
    width: 150px;
    background: none;
}

.pictos-selogerneuf {
    background-color: #f1f1f1;
}


.table .autresSupports {
    background-color: transparent;
    
}

.autresSupports tbody tr td {
    
    border-top-width:0;
    vertical-align: middle;
}

.tdb {
   width:100%;
}

.tdb tbody {
   color:red;
   height: 550px;         /* Hauteur du reste des données */
   overflow-y: auto !important;      /* Scroll du contenu du tableau */
   overflow-x:auto !important;     /* Scroll horizontal caché */
}

.tdb th, .tdb td {
   text-align:center;
}

.tdb tbody {
 width: 200px;
 height: 400px;
 overflow: auto;
}

.tdb thead > tr, .tdb  tbody{
    display:block;}

.table-one thead tr {
    background-color: #555555;
    background-image: none;
    color: #f1f1f1;
    font-weight: bold;
}

.dataTable th[class*="sorting_"] {
    color: black;
}

.dataTable th[class*="sorting_"]:after {
    color: black;
}

.table thead tr th {
    border:none;
}

th[aria-selected=true] .ui-jqgrid-sortable {
  color: #f1f1f1;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #e3e3e3;

}

.table-hover > tbody > tr:hover {
    border-color:#d4d700;
    border-width: 4px;
}

.table-hover th[class*="sort"]:hover {
    color: black;
}



/* /////////////////////////////////////////////////////////////////////
//  06 - Slideshow
/////////////////////////////////////////////////////////////////////*/


.ace-thumbnails > li > .tools {

    text-align: right;
}

/* /////////////////////////////////////////////////////////////////////
//  07 - Sidebar
/////////////////////////////////////////////////////////////////////*/


.main-container > .main-container-inner {

    background-color: #d8d8d9;

}


.sidebar:before {

    background-color: #d8d8d9;
    border-bottom-color: #CCCCCC;
    border-bottom-style: solid;
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #CCCCCC;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 0;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #CCCCCC;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 0px;
    border-top-color: #CCCCCC;
    border-top-style: solid;
    border-top-width: 0;

}


.sidebar-shortcuts {
    background:#acacac;
    min-height: 41px;
}

.sidebar {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: white;
    border-bottom-color: #CCCCCC;
    border-bottom-style: solid;
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #CCCCCC;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 0;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #CCCCCC;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    border-top-color: #CCCCCC;
    border-top-style: solid;
    border-top-width: 0;
    float: left;
    position: relative;
    width: 190px;
    
}

.sidebar-shortcuts {

    border-bottom-width: 0;

}

.nav-list > li {
    border-bottom-color: #d8d8d9;
    border-top-color: #d8d8d9;
}
    
.nav-list > li > a:hover:before {

  background-color: #e46c0a;
}

.nav-list li.active > a:after {
  display: block;
  content: "";
  position: absolute !important;
  right: 0;
  top: 4px;
  border: 8px solid transparent;
  border-width: 0px 10px;
  border-right-color: #e46c0a;
}

.nav-list > li > a:focus {
    background-color: #d8d8d9;
    color:#FFF;
}

.ace-nav > li.open > a {
    background-color: #e46c0a !important;
}

.sidebar-collapse:before {
    border-top-color: #E0E0E0;
    border-top-style: solid;
    border-top-width: 1px;
    content: "";
    display: inline-block;
    height: 0;
    left: 15px;
    position: absolute;
    right: 15px;
    top: 13px;
}

.sidebar-collapse {
    background-color: #acacac;
    border-bottom-color: #E0E0E0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 3px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 3px;
    position: relative;
    text-align: center;
}


/* /////////////////////////////////////////////////////////////////////
//  08 - Widgets
/////////////////////////////////////////////////////////////////////*/

.dark a, .dark a:hover, .dark a:focus, .dark a:visited {
    color:#FFF;
    text-decoration: none;
}

.widget-HP-annonceurs {
    max-height:200px;
    overflow-y:scroll;
}

.dataTables_length select {

    width: auto;
}


.dataTables_wrapper .row:first-child {
    background-color: #FFFFFF;
}


.page-header {

    overflow:hidden;
}

.one-btn.one-btn-app.one-btn-sm {
    
    line-height: 1em;
    width:100px;
    height:100px;
}


.selectNbre {
	position: relative;
	display: inline;
	font: 12px sans-serif;
	padding: 4px 22px 13px 6px;
	border: 1px solid #D5D5D5;
	background: #fff no-repeat;
	border-radius: 0;
}

.selectNbre .one-dropdown {
	display: none;
	position: absolute;
	top: 100%;
	padding: 5px;
	border: 1px solid #D5D5D5;
	background: #fff;
	border-radius: 0;
	list-style: none;
	margin: 0;
}

.selectNbre.open .one-dropdown { 
	display: block;
}

.selectNbre label div {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 18px;
}

.selectNbre label div b {
  background: none !important;
}
.selectNbre label div b:before {
  content: "\f0d7";
  display: inline-block;
  color: #888;
  font-family: FontAwesome;
  font-size: 12px;
  position: relative;
  top: -1px;
  left: 1px;
}


.widget-box.transparent > .widget-header {

    border-bottom-color: #d4d4d4;
    border-bottom-style: dotted;
    color: #555555;
}


.infobox {
    background: transparent;
    border:0px;
    height: 90px;
    padding-top:18px;
    padding-bottom:16px;
}

.infobox > .infobox-data > .infobox-data-number {

    font-size: 50px;

    text-shadow: none;
}

.infobox .infobox-content {

    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
}

.infobox > .stat.stat-success:before {
    background-color: #d4d700;
}


.infobox > .stat.stat-success:after {
    border-bottom-color: #d4d700;
}

.infobox > .stat.stat-important:before {
    background-color: #6600cc;

}

.infobox > .stat.stat-important:after {
    border-bottom-color: #6600cc;
}

.infobox > .infobox-data {
    text-align: center;
}


/* Clément */

.vertical {
    display: block;
}

.main-container {
    overflow: auto;
}

.bottom-extra {
    font-size: 15px;
}

.errorlist {
    color: #B94A48;
}

.mrgnl-s {
    margin-left: 10px;
}

.mrgnl-m {
    margin-left: 15px;
}

.mrgnt-s {
    margin-top: 10px;
}

.mrgnt-m {
    margin-top: 15px;
}

.mrgnt-l {
    margin-top: 25px;
}

.cursor-pointer {
     cursor:  pointer;
}

.theader-one {
	background-color: #3E3E3E;
	color: #FFF;
	font-size: 14px;
	line-height: 38px;
	padding-left: 12px;
	margin-bottom: 0px;
}

.theader-one .btn-link {
    color: #fff !important;
}


.btn-sm-custom {
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-right-width: 3.5px;
	border-left-width: 3.5px;
	font-size: 13px;
	padding-top: 2px;
  padding-bottom: 3px;
  padding-right: 9px;  
  padding-left: 9px;  
	line-height: 1.39;
}

.btn-purple-one {
  background-color: white !important;
  border: 1px solid #e46c0a !important;
  color: black !important;
  text-shadow: none !important;
}

.btn-purple-one:hover, .btn-purple-one:focus {
    background-color: white !important;
    outline: #e46c0a 1px solid;
}

.btn-green-one, .btn-green-one:focus {
	/* background-color: #DEDE35 !important;
	   border-color: #DEDE35;
	   color: #5F5D62 !important; */
}

.btn-green-one:hover {
  /* background-color:  #bbbb10 !important;
     border-color: #dede35 ; */
}

.easy-pie-chart {
  width: 90px;
  height: 90px;
  line-height: 90px;
}

.infobox-orange {
    color: #e46c0a;
}

.infobox-data-index {
    margin-left: 50px;
}
.feed-entry p {
    font-size: 15.5px;
}


.form-group.required {
    color: black;
}

.form-group.required input,
.form-group.required textarea {
    border-color: black;
}

.monospace textarea {
  font-family: monospace;
}

.coord-field label {
    display: inline;
}

.infos-table {
    table-layout: fixed;
    margin-bottom: 0px !important;    
}
.infos-table thead, .infos-table tr, .infos-table th {
    width: 100%;
    color: #555 !important;
	  font-weight: normal !important;
	  font-size: 14px;
    background: none !important;
}
.infos-table tr, .infos-table td {
    border: none !important;
}

.input-auto > .form-control {
    width: auto !important;
}

.input-tel {
    width: 90% !important;
}

.tbiens > select, .tbiens > input {
	color: #444 !important;
}

.images > .form-group {
  margin-bottom: 0px !important;
}

.images img {
  max-width: 500px;
}

.chbx-input-right input[type="checkbox"] {
  float: right !important;
}

.ui-tabs .ui-tabs-nav li.ui-state-default > a[class="superuser"], ul.nav-tabs > li > a[class="superuser"] {
  background-color: #D7D7D7;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active > a[class="superuser"], ul.nav-tabs > li.active > a[class="superuser"] {
  border-top-color: #D16E6C !important;
}


nav.navbar-fixed-bottom {
    margin-bottom: 10px;
    margin-right: 15px;
}

nav.navbar-fixed-bottom div {
    text-align: right;
}

button#scroll-to-top {
    background-color: white;
    border: none;
}

.row-odd {
    background-color: #f9f9f9;
}

/* /////////////////////////////////////////////////////////////////////
//  13 - Spinners
/////////////////////////////////////////////////////////////////////*/

@keyframes spinner-border {
  to { transform: rotate(360deg); }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: .25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: .2em;
}


.tdb-total {
  background: #f2f2f2;
  font-weight: bold;

}
