body{
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}
.nopadding{
    padding-left: 0!important;
    padding-right: 0!important;
}
.norightpad{
    padding-right: 0!important;
}
.noleftpad{
    padding-left: 0!important;
}
a, a:hover, a:active, a:visited {
    text-decoration:none;
}
/**************** Jquery.Sortable Css ********************/
body.dragging, body.dragging *, .sortable.list-group:hover {
  cursor: move !important;
}
.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}
ul.sortable li.placeholder {
  position: relative;
  /** More li styles **/
}
ul.sortable li.placeholder:before {
  position: absolute;
  /** Define arrowhead **/
}
.sortable{
    min-height: 50px;
    list-style: none!important;
}
/*************************************************/
#page-wrapper {
    min-height: calc(100vh - 51px);
}
.sidebar-nav.navbar-collapse ul li a {
    color: #777;
    font-weight: bold;
}
.sidebar .nav-second-level li a {
    padding-left: 45px;
}.sidebar .nav-second-level li a {
    padding-left: 45px;
}
.bloc{
    padding: 15px;
    background: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 2px;
}
.treeview .hover{
    color:#337ab7;
}
.treeview a{
    text-decoration: none;
    font-size: 16px;
}
.treeview ul {
    background-color: white;
}
.datatable td {
    padding: 5px;
}
.has-error {
    border-color: #ff7575;
}
.help-block{
    color: #ff7575;
}
/***************** Groupes ******************/
#groups_actions .btn-primary{
    font-size: 14px;
    text-align: left;
}
.btn-groups{
    visibility: hidden;
    height: 0;
    padding: 0;
    margin-top: -3px!important;
    text-align: left;
    font-size: 14px;
    background-color: #009688;
    color: #fff;
    border-color: #07897d;
    -webkit-transition: opacity 600ms, visibility 600ms;
    transition: opacity 600ms, visibility 600ms;
}
.btn-groups:hover{
    background-color: #037268;
    border-color: #01564f;
    color: #fff;
}
.margin5{
    margin-top: 5px!important;
}
/****************** Questions ********************/
#valeurs_tag{
    width: 100px!important;
}
/***************** Dashboard *********************/
.panel-blue > .panel-heading {
    border-color: #5a9ad2;
    color: white;
    background-color: #5a9ad2;
}
.panel-blue {
    border-color: #5a9ad2;
}
.panel-blue > a {
    color: #5a9ad2;
}
.full-width{
    width: 100%!important;
}
.medium span {
    font-size: 18px;
}
.medium {
    margin-bottom: 2px;
}
/****************************************************/
.nav-tabs li.active {
    font-weight: bold;
}
.fichecommunale input, .fichecommunale select, .fichecommunale textarea,.fichecommunale button {
    border-color: #5e5d5d;
    border-radius: 0;
    width: 100%!important;
    margin: 4px 0;
}
.group-questions{
    margin-bottom: 0;
}
.save-answers{
    margin-bottom: 15px;
}
.fichecommunale {
    width: 100%!important;
}
.breadcrumb{
    margin-top: 30px;
}
.page-header {
    margin: 0px 0 20px;
}
.nav-tabs>li {
    margin-bottom: -2px;
}

/***************************************************/
#accordion .panel-heading [data-toggle="collapse"]:after
{
    font-family: 'Glyphicons Halflings';
    content: "\e072"; /* "play" icon */
    float: right;
    color: #ccc;
    font-size: 12px;
    line-height: 22px;

    /* rotate "play" icon from > (right arrow) to down arrow */
    -webkit-transform: rotate(-90deg);
    -moz-transform:    rotate(-90deg);
    -ms-transform:     rotate(-90deg);
    -o-transform:      rotate(-90deg);
    transform:         rotate(-90deg);
}
#accordion .panel-heading [data-toggle="collapse"].collapsed:after
{
    /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
    -webkit-transform: rotate(90deg);
    -moz-transform:    rotate(90deg);
    -ms-transform:     rotate(90deg);
    -o-transform:      rotate(90deg);
    transform:         rotate(90deg);
}
/********************************************************/
.required_field{
    color: red;
}
.margin-top-15{
    margin-bottom: 15px;
}
.margin-bottom-15{
    margin-bottom: 15px;
}
.dataTable td:last-child {
    /*text-align: right;*/
}
.panel-heading .btn-group {
    margin-left: 5px;
}
.page-header {
    padding-bottom: 15px;
}
#page-wrapper{
    /*padding-top: 30px!important;*/
}
.btn-home{
    margin-top: 15px;
    min-width: 200px;
}
/********************* Header *************************/

#common-header .invert {
    border: none;
    color: rgba(255, 255, 255, 0.85);
}
#common-header .header-secondary {
    padding: 0;
    padding-top: 0px;
}
#common-header .header-secondary {
    display: none;
    background: #333;
}
@media only screen and (min-width: 481px){
    #common-header .header-secondary {
        display: block;
    }
}
#common-header .header-img {
    margin: 0;
    background-color: #fff;
    text-align: center;
}
#common-header .header-site {
    background-color: rgba(39, 142, 25, 1);
    border-top: 5px solid #333;
}
#common-header .header-site .container {
    padding: 0px;
}
#common-header .nav-clear nav {
    margin: 0;
    line-height: 30px;
}
#common-header .header-site .nav-horizontal li {
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
}
#common-header .search-top {
    position: absolute;
    right: 0;
    top: -1px;
    margin: 0 5px;
}
#common-header .search-top input {
    height: 28px;
}
#common-header .header-site{
    position: relative;
}
#common-header img {
    max-width: 100%;
    height: auto;
}
/******************************************************/
nav.navbar.navbar-default.navbar-static-top {
    border-top: 1px solid #e7e7e7;
}

.tr-groupe {
    background-color: #999!important;
    color: #fff;
}

/*****************************************************/
.panel-blue > .panel-heading {
    border-color: #5a9ad2;
    color: white;
    background-color: #5a9ad2;
}
.panel-blue {
    border-color: #5a9ad2;
}
.panel-blue > a {
    color: #5a9ad2;
}
.full-width{
    width: 100%!important;
}
.medium span {
    font-size: 18px;
}
.medium {
    margin-bottom: 2px;
}
.hideme{
    display: none;
}
.required_field {
    color: red;
}
.modal-header {
    background-color:#1cc88a;
}
/********************************************************/
/* .group-inspecteurs li:first-child:before {
    font-family: FontAwesome;
    content: "\f007";
} */
.group-inspecteurs li:first-child {
    font-weight: bold;
}

.col-lg-7 .dataTables_filter .form-control {
    max-width: 120px;
}
.col-lg-7 .table {
    width: 100%!important;
}
@media (min-width: 768px)
{
    .sidebar {
        width: 290px;
    }
}
@media (min-width: 768px) {
  #page-wrapper {
    /*margin: 0 0 0 290px;*/
  }
}
.last-tabs.active>a,
.last-tabs.active>a:focus,
.last-tabs.active>a:hover,
.last-tabs>a,
.last-tabs>a:focus,
.last-tabs>a:hover {
    color: #0e9c96;
}
#table-prod-insp tr:hover{
    cursor: pointer;
}
.text-white{
    color: #fff;
}
.tab-content {
    padding-top: 15px;
}
#tableProduit tr:hover{
    cursor: pointer;
}
.page-header{
    border-bottom: 0px;
}