@import url('https://fonts.googleapis.com/css?family=Damion|Roboto+Condensed:700');

/*-------------------
      GENERAL
-------------------*/
.clearfloat{clear: both;}
.nodisplay{display: none;}
.noborder{border:0;}

.center{margin: 0 auto;}

.txtcenter{text-align: center;}
.txtleft{text-align: left;}
.txtright{text-align: right;}

.anchor{
  display: block;
  position: relative;
  top: -60px;
  visibility: hidden;
}

h1{
  font-size: 26px;
  font-family: 'Roboto Condensed', sans-serif;
}

h1, h4{
  text-align: center;
  border-bottom: 1px solid #3d5b99;
  color:#3d5b99;
  padding-bottom:10px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}

h2{
  border-bottom: 1px solid #99bfe6;
  color:#99bfe6;
  padding-bottom:10px;
  font-size: 24px;
  margin-top: 0px;
  font-family: 'Roboto Condensed', sans-serif;
}

h3{
  font-size: 22px;
  margin-top: 10px;
  font-family: 'Roboto Condensed', sans-serif;
}

h4{
  font-size: 20px;
}

h5{
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  /*margin-top: 20px;
  margin-bottom: 20px;
  */margin-top: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #3d5b99;
}

hr{
  margin-top: 15px;
  margin-bottom: 10px;
}

form label{
  text-align: right;
  padding-top: 6px;
}

a.white, a.white:visited, a.white:hover{
  color: #fff;
}

input[type=checkbox], input[type=radio] {
  vertical-align: middle;
  margin: 0;
}

input[type=radio] {
  margin-bottom: 2px;
}

.radio {
    margin-top: 2px;
    margin-bottom: 5px;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    margin-top: 4px;
}

.green{
  border:1px solid #5cb85c;
}

.orange{
  border:1px solid #f0ad4e;
}

.red{
  border:1px solid #d9534f;
}

.grey{
  border:1px solid #eee;
}

.cursive{
  font-family: 'Damion', cursive;
}

h3.cursive{
  font-size: 32px;
}

.overlay_rr {
  transition-property: opacity;
}

.overlay_rr_bg {
  background: rgba(0,0,0,.6);
  z-index: -1;
}

.overlay_rr, .overlay_rr_bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*-------------------
       BOOSTRAP
-------------------*/
.row {
  margin-right: -10px;
  margin-left: -10px;
}

.row {
  margin-right: 0px;
  margin-left: 0px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding-right: 10px;
  padding-left: 10px;
}

.alert {
  padding: 10px;
}

.modal-header h3{
  margin: 0;
  color: #3d5b99;
}

.modal-body{
  font-size: 16px;
}

.dropdown-menu{
  min-width: 200px;
}

.btn{
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-transform: none;
}

.btn-xs{
  /*padding: 2px 5px 0;*/
  padding:2px 5px 1px;
}

table .btn-xs{
  padding:2px 5px 0px;
}

.reseau_basic .btn-xs{
  padding: 2px 5px 0;
}

.btn-md .glyphicon{
  top: 2px;
}

.label{
  padding: .3em .6em .3em;
}

h3 .label{
  padding: .3em .6em .3em;
}

.glyphicon{
  margin-right: 2px;
}

.progress-bar{
  line-height: 23px;
}

/*.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  text-align: left;
}*/

/*-------------------
      INTERFACE
-------------------*/
body{
  background: url(/app/img/background.jpg) repeat;
  margin-bottom: 40px;
}

body > .container {
  padding: 70px 0 0;
  width: 100%;
}

.navbar-brand {
  padding: 4px 15px 4px 4px;
}

.navbar-default {
  background-color: #3d5b99;
  border-color: #136895;
  color:#fff;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
  color:#ccc;
}

.navbar-default .navbar-nav>li>a {
  color:#fff;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: rgba(255,255,255,.2);
}

.navbar-default .navbar-brand {
  color:#fff;
  text-shadow:1px 1px 1px #136895;
}

.navbar-nav .img-circle{
  margin-right:5px;
}

.navbar-nav>li>a.nav-profil{
  padding:4px 14px 4px 14px;
}

.nav-v-sep{
  border-right: 1px solid #fff;
  padding: 15px 0;
  margin: 10px 0;
  opacity: .2;
}

.navbar-default .navbar-toggle {
  border-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-right .dropdown-menu.nav-menu{
  width: 230px;
  left:0;
  right: auto;
}

.navbar-nav .nav-mess, .navbar-nav .nav-notif{
  width: 350px;
  padding: 0;
  line-height: 1.3;
  font-size: 12px;
}

.navbar-nav .nav-mess li, .navbar-nav .nav-notif li{
  border-top: 1px solid #eee;
  color: #000;
  background: #fff;
}

.navbar-nav .nav-mess li{
  min-height: 57px;
}

.navbar-nav .nav-mess li:first-child, .navbar-nav .nav-notif li:first-child{
  border-top: 0;
}

.bt-mess .glyphicon, .bt-notif .glyphicon{
  font-size: 16px;
}

.bt-mess .label, .bt-notif .label{
  border-radius: 50%;
  display: block;
  float: right;
  padding:4px 5px 3px;
  margin: -8px -8px 0 0;
}

.dropdown-menu>li>a{
  display: block;
  padding: 3px 5px 2px 5px;
  white-space: normal;
}

.dropdown-menu.nav-notif>li{
  display: block;
  padding: 3px 5px 2px 5px;
  white-space: normal;
}

.dropdown-menu.nav-notif>li>a{
  display: block;
  padding: 0;
  white-space: normal;
}

.nav-menu span{
  margin-right: 5px;
}

.nav-menu>li>a{
  padding: 4px 10px;
}

.nav-menu .divider{
  margin: 2px 0;
}

.nav-mess>li>a, .nav-notif>li>a{
  line-height:1.2;
}

.nav-mess .body-mess, .nav-notif .body-mess{
  padding-left: 55px;
}

.nav-mess .date, .nav-notif .date{
  font-size: 12px;
  font-style: italic;
  color:#666;
}

.nav-mess .glyphicon, .nav-notif .glyphicon{
  margin-right:5px;
  top:2px;
}

.endnotif, .endmess{
  text-align: center;
  padding: 10px;
}

.navbar-nav .nav-mess li.endmessli{
  min-height: 30px;
}

.cadre, .nocadre{
  margin: 0 0 20px 0;
  padding: 18px 20px 20px 20px;
  border-radius: 0px;
  border: 0px solid #ddd;
  background: #fff;
  text-align: justify;
}

.cadre h1{
  margin: 0 0 15px 0;
}

.nocadre{
  background: none;
}

.home .btn-rr{
  background: #3d5b99;
  border-color: #136895;
}

.home .btn-rr:hover{
  background: #136895;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  background: #3aa2d9;
  color: #ddd;
}

.footer {
  background: #3d5b99;
  height: 30px;
  z-index: 1001;
}

.footer .glyphicon {
  top: 2px;
}
.container .text-muted {
    margin: 6px 0 0;
    color: #ddd;
}

.container .text-muted a{
    color: #fff;
}

#geosearchbtn{
  padding-bottom: 6px;
}

.flag{
  width:24px;
  float:left;
  margin:-2px 5px 0 0;
}

.dashboard .flag{
  margin:-4px 5px 0 0;
}


/*---------------
       LOGIN
-----------------*/ 
.contentLogin input{
  margin-bottom: 5px;
}

.contentLogin button{
  margin-top: 5px;
}

#inlineLogin input, #inlineLogin input:-webkit-autofill{
  background-color: #fff;
}

#inputLogin{
  float: left;
}

#submitLogin{
  float: left;
  margin: 0 0 0 10px;
}

#optionLogin{
  float: left;
  margin: 0 0 0 10px;
  line-height: 16px;
}

#optionLogin a{
  color: #fff;
}


/*-------------------
      ACCUEIL
-------------------*/
.home-title{
  text-align: center;
  color:#3d5b99;
  margin-top: 0px;
}

.home-list{
  text-align:left;
  list-style:none;
  color:#3d5b99;
  font-size: 16px;
  margin-bottom: 0;
}

.meahome{
  width: 100%;
  height:auto;
  margin: 0 auto 10px auto;
  text-align: center;
  /*background: #ddd;*/
}

.meahome img{
  width: 100%;
  max-width: 350px;
}

.home .bs-callout{
  line-height: 1.2;
  font-size: 17px;
}

.home h4{
  font-size: 22px;
}

.logohome{
  width: auto;
  height: 190px;
}

.logohome:after{
  clear: both;
}

.meahometxt{
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
}

.glyph-home{
  height:215px;
}

.glyph-home .glyphicon{
  font-size: 60px;
  background: #3d5b99;
  padding: 20px;
  border-radius: 50%;
  color: #fff;
  margin: 0 auto;
  display: table;
}

.glyph-home h5{
  text-transform: none;
  font-size:18px;
}

/*-------------------
      A PROPOS
-------------------*/
.img-apropos{
  width: 100%;
  height:580px;
  background: #ddd;
}


/*-------------------
        INFO
-------------------*/
body > .container.info{
  padding-left:10px;
  padding-right:10px;
}

.stepinfo{
  width: 100%;
  background: #dadada;
  text-align: center;
}

.stepinfo img{
  width: 100%;
}

.info h4{
  margin-top:0;
  padding-bottom: 6px;
  text-align: center;
}

.info h5{
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 22px;
}

.info .thumbnail{
  margin-bottom: 10px;
}


/*-------------------
        TARIFS
-------------------*/
.panel {
  margin-bottom: 0;
}

.panel-heading {
  background: #3d5b99;
}

.panel-body {
  padding: 0;
}

.panel-footer {
  background:none;
  padding-top: 30px;
}

.panel h3 {
  font-size: 35px;
  color: #fff;
  margin: 0;
  text-shadow: 1px 1px 5px #000;
}

.panel .lead {
  font-size: 30px;
  padding: 20px 0;
  margin: 0;
  color: #fff;
  background:#6686c6;
  text-shadow: 1px 1px 5px #000;
}


/*-------------------
       PAIEMENT
-------------------*/
.infopaiement{
  max-width: 600px;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
}


/*-------------------
        SIGNUP
-------------------*/
.signup #map-canvas{
  height: 400px;
}

.form-group{
  height: 34px;
  margin-bottom: 5px;
}

.selectbirth{
  width:70px;
  float:left;
  margin-right:5px;
}

.selectbirth option{
  text-align: center;
}

.selectyear{
  width:100px;
}


/*-------------------
      DASHBOARD
-------------------*/
.dashboard h4{
  margin: 0 auto 10px auto;
  padding-bottom: 6px;
  text-align: left;
}

.dashboard h4 .glyphicon{
  top: 2px;
  margin-right: 5px;
}

.dashboard h4 .glyphicon.iconinfo{
  top: 0;
  margin: 0 0 0 5px;
  font-size: 22px;
}

.dashboard h4 a.hidden-xs .glyphicon{
  margin-right: 2px;
}

.dashboard h4 a.visible-xs .glyphicon{
  margin-right: 0;
}

.dashboard h4 a{
  margin-left: 5px;
}

.dashboard .row:first-child{
  margin: 0 10px 0;
  text-align: center;
}

.dashboard .profil_cadre, .dashboard .message_cadre, .dashboard .notif_cadre{
  height:270px;
  line-height: 1.1;
}

.dashboard .profil_cadre .img-circle {
  border: 1px solid #ddd;
  margin: 0 10px 0 0;
  float: left;
  max-width: 200px;
  width: 36%;
}

.profil_cadre .progress{
  margin-top: 5px;
}

.dashnotif {
  height: 145px;
  overflow-y:auto;
}

.dashboard .list-group{
  padding-right:10px;
}

.dashboard .list-group-item {
  padding: 5px 6px;
  font-size: 12px;
}

.dashboard .list-group-item .body-mess{
  padding-left: 57px;
}

.dashboard .list-group-item h5{
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 0;
  text-transform:none;
  font-weight: normal;
  color: #333;
}

.notif_cadre .list-group-item h5{
  font-weight: bold;
}

.dashboard .list-group-item .img-circle{
  margin-right: 7px;
}

.dashboard .list-group-item h5 span{
  margin-right:5px;
  top:2px;
}

.dashboard .list-group-item-text span.date, .notif_cadre .list-group-item-text{
  font-style: italic;
}

a.list-group-item-danger, a.list-group-item-danger:hover{
  color: #000;
}

.list-group-item-danger:hover{
  background-color: #ebcccc;
}

.dropdown-menu>li.list-group-item-danger>a:hover{
  background-color: #ebcccc;
}

a.list-group-item-danger-tmp, a.list-group-item-danger-tmp:hover{
  color: #000;
}

.list-group-item-danger-tmp:hover{
  background-color: #ebcccc;
}

.dropdown-menu>li.list-group-item-danger-tmp>a:hover{
  background-color: #ebcccc;
}

.list-group-item-danger-tmp{
    background-color: #f2dede;
}

.dashboard .demande_cadre, .dashboard .help_cadre{
  margin-bottom:0px;
  padding-bottom:12px;
}

.demande_cadre h4{
  margin-bottom: 0;
}

.tabledemande{
  margin-bottom: 0px;
}

.tabledemande label{
  font-size: 12px;
  padding: 4px 6px 4px;
}

.tabledemande label[data-toggle=tooltip]{
  padding-top: 6px;
  padding-right: 7px;
}

.tabledemande .tooltip-inner{
  text-align: left;
}

.tabledemande>tbody>tr>th, .tabledemande>thead>tr>th{
  border: 0;
}

.dashboard .reseau_cadre{
  padding-bottom:10px;
}

.dashboard .reseau_bloc{
  margin:0 0 6px 0;
  line-height: 12px;
  padding:0 5px;
  font-size: 11px;
}

.dashboard .btreseaudash{
  margin: 21px 0;
  text-align: center;
}

.dashboard #expressform .row{
  margin: 0;
}

.dashboard #expressform .row div{
  padding: 0 0 0 5px;
  margin: 0 0 10px 0;
}

.dashboard #expressform .row div:first-child{
  padding: 0 5px 0 0;
}

.dashboard #expressform .alert-dismissible .close {
  right: 0;
}

.dashboard #expressform .alert {
  margin-bottom: 10px;
}

#messhelp{
  width:100%;
  height: 80px;
  margin-bottom: 10px;
}

#selecthelp{
  margin-bottom: 10px;
}

#helpalert{
  width: 100%;
  text-align: center;
}

#helpalert.alert{
  padding: 5px;
  margin-bottom: 10px;
}

/*-------------------
       PROFIL
-------------------*/
.profil h1{
  margin-bottom: 12px;
  margin-top: 0;
  text-align: left;
}

.profil h1 a{
  margin-left: 5px;
}

.profil .col-left{
  padding-left: 0;
}

.profil .col-right{
  padding-right: 0;
}

.profil .avatar{
  padding-left: 0;
}

.profil .profil_fiche{
  padding-left: 0;
  line-height: 1.3;
}

.profil_fiche{
  text-align: left;
}

.profil h3, .profil_cadre h3{
  margin:0;
  text-align:left;
  font-size: 20px;
}

.profil #map-canvas{
  height: 300px;
  margin: 0 0 20px 0;
}

.profil .img-circle{
  border: 1px solid #ddd;
  width:100%;
}

.profil .label{
  font-size: 80%;
  padding: .3em .6em .1em;
}

.labelMed{
  display: inline-block;
  padding: .3em .6em .2em;
}

.dispotable{
  max-width: 400px;
  margin-bottom: 0;
}

.dispotable td, .dispotable th{
  text-align: center;
}

.dispotable td:first-child, .horairetable td:first-child{
  text-align: right;
  width: 30%;
}

.dispotable>tbody>tr>td, .dispotable>tbody>tr>th, .dispotable>thead>tr>td, .dispotable>thead>tr>th{
  border: 0;
  padding: 5px;
}

.dispotable span.label{
  font-size:14px;
}

.profil ul{
  padding-left: 20px;
  width: 50%;
  float:left;
  text-align: left;
}

.flags{
  width:30px;
  margin:-2px 5px 0 0;
}

.link_bloc{
  margin:0 0 10px 0;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  height: 182px;
}

.link_bloc img{
  width: 100%;
  margin-bottom: 5px;
}

.labelCab{
  text-align: center;
  margin: -22px 0 10px;
}

.labelprofil{
  font-size: 14px;
}


/*-------------------
    EDIT PROFIL
-------------------*/
.editprofil #map-canvas{
  height: 400px;
}

.editprofil .img-circle{
    border: 1px solid #ddd;
    float: left;
    margin-right: 20px;
}

.editprofil .flags{
  width:36px;
  margin:-7px 5px 0 0;
}

#diplome{
  width:100%;
  height: 200px;
}

#description{
  width:100%;
  height: 150px;
}

.editprofil .dispotable{
  max-width: 500px;
}

.editprofil .dispotable td:nth-child(2), .editprofil .dispotable td:nth-child(3){
  /*padding-top: 4px;*/
}

.editprofil .dispotable span.label-success{
    margin-left: 17px;
}

.editprofil .dispotable span.label-danger{
    margin-left: 6px;
}

.comp{
  list-style: none;
  padding: 15px 25px 0px 20px;
  width:33.3%;
  float: left;
}

.comp li{
  padding: 0 0 3px 0;
  text-align: left;
}

.comp input{
  margin:0 3px 2px 0;
}

.horairetable{
  width: 100%;
}

.horairetable>tbody>tr>td, .horairetable>tbody>tr>th, .horairetable>thead>tr>td, .horairetable>thead>tr>th{
  border: 0;
  padding: 5px;
}

.postetable{
  width: 100%;
}

.postetable>tbody>tr>td, .postetable>tbody>tr>th, .postetable>thead>tr>td, .postetable>thead>tr>th{
  border: 0;
  padding: 5px;
}


/*-------------------
        MULTI
-------------------*/
.multiprofil{
  padding: 10px;
  background: #fff;
}

.multiprofil:hover{
  background: #eee;
}

.multiprofil .img-circle {
  border: 1px solid #ddd;
  width: 130px;
  margin: 0 10px 0 10px;
  float: left;
}

.addmodmulti #map-canvas{
  height: 400px;
}

.multiprofil .labelCab{
  position: relative;
  left: 10px;
  width: 130px;
  top: 128px;
  margin: -22px 0 0;
}


/*-------------------
       MESSAGE
-------------------*/
.message h1 .btn{
  margin-top: 3px;
}

.message h1 .btn-info {
    margin-top: -4px;
}

.writemessage{
  margin-bottom:20px;
}

.twitter-typeahead{
  width: 100%;
}

.convlist{
  overflow-y:auto;
}

.convlist .list-group{
  padding-right:10px;
}

.convlist .list-group-item{
  padding: 5px 6px;
  font-size: 12px;
}

.convlist .list-group-item h5{
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 0;
  text-transform:none;
  font-weight: normal;
}

.convlist .list-group-item .img-circle{
  margin-right: 5px;
  border: 1px solid #eee;
}

.convlist .body-mess{
  padding-left: 52px;
}

.convlist .list-group-item h5 span{
  margin-right:5px;
  top:2px;
}

.convlist .list-group-item-text span.date{
  font-style: italic;
}

#mess-conv{
  overflow-y:auto;
  padding: 0 10px 0 0;
  height: auto;

}

#content-mess .img-circle{
  border:1px solid #eee;
}

#content-mess .img-circle.pull-left{
  margin-right:20px;
}

#content-mess .img-circle.pull-right{
  margin-left:20px;
}

.conv{
  width: auto;
  min-width:20%;
  max-width:60%;
  border-radius: 10px;
  padding:10px;
  border:1px solid #ddd;
  color:#000;
  margin-bottom: 10px;
}

.conv h5{
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 10px;
  text-transform:none;
  font-weight: normal;
  color:#000;
}

.conv-mess{
  background: #eaf2fa; /*99bfe6;*/
}

.conv-reply{
  background: #eee;
}

.conv span{
  font-style: italic;
  font-size: 12px;
}

.conv .delmess span{
  font-style: normal;
}

.conv .delmess{
  color:#c00;
  margin-left: 10px;
}

.conv .delmess:hover{
  color:#f00;
  cursor: pointer;
}

#sendmess{
  margin-bottom: 10px;
  height: 80px;
}


/*-------------------
    NOTIFICATION
-------------------*/
.allnotif{
  padding: 0 10px;
}

.allnotif .list-group-item{
  padding: 5px 6px;
}

.allnotif .list-group-item h5{
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 0;
  text-transform:none;
  font-weight:bold;
  color: #333;
}

.allnotif .list-group-item h5 span{
  margin-right:5px;
  top:2px;
}

.allnotif .list-group-item-text{
  font-style: italic;
}


/*-------------------
       RESEAU
-------------------*/
.reseau_bloc{
  margin:0;
  text-align: center;
  line-height: 1.5em;
}

.reseau_bloc b{
  text-overflow: ellipsis;
  white-space: nowrap;
}

.reseau_bloc img{
  width: 100%;
  opacity: 1;
  transition: all .5s;
}

.reseau_bloc img:hover{
  opacity:0.5;
}

.reseau_bloc a:hover{
  text-decoration: none;
}

.reseau .labelReseau, .reseau_bloc .labelReseau{
  text-align: center;
  margin: -47px 0 5px;
  position: relative;
}

.reseau_basic .labelReseau{
  margin: -26px 0 5px;
}


/*-------------------
       AGENDA
-------------------*/
.weekend{
  background: #f4f7f4;
}

.gantt_selected .weekend{
  background: #f7eb91;
}

.gantt_dependent_task {
  background: #2b0;
}

.gantt_side_content.gantt_left {
  padding-right: 5px;
}

.gantt_side_content.gantt_right {
  padding-left: 5px;
}

.gantt_side_content {
  bottom: 2px;
}

.dhx_cal_today_button {
  left: 212px;
}

.dhx_cal_event_clear {
  height: 15px;
}

.dhx_bt_gantt {
  right: 17px;
  top: 15px;
  position: absolute;
}
/*
.dhx_cal_prev_button {
  right: 226px;
}

.dhx_cal_next_button {
  right: 179px;
}
*/
#content-agenda h1{
  margin-bottom: 0;
}

#content-agenda .cadre{
  margin-bottom: 0;
}

.gantt_marker, .gantt_marker .gantt_marker_content {
  background-color: #d0ecff;
  opacity: 1;
}

.gantt_task_line {
  background-color: #5bc0de;
}

.gantt_dependent_task {
  background: #5cb85c;
}

.dhx_now .dhx_month_body, .dhx_now .dhx_month_head {
  background-color: #d0ecff;
}

.dhx_cal_event_line.event_confirmed, .dhx_cal_event.event_confirmed .dhx_title, .dhx_cal_event.event_confirmed .dhx_body, .dhx_cal_event.event_confirmed .dhx_footer{
  background-color:#5cb85c;
}

.dhx_cal_event_line.event_wait, .dhx_cal_event.event_wait .dhx_title, .dhx_cal_event.event_wait .dhx_body, .dhx_cal_event.event_wait .dhx_footer{
  background-color:#f0ad4e;
}

.dhx_cal_event_line.event_finish, .dhx_cal_event.event_finish .dhx_title, .dhx_cal_event.event_finish .dhx_body, .dhx_cal_event.event_finish .dhx_footer{
  background-color:#5bc0de;
}

.dhx_cal_event_clear.event_confirmed{
  color:#5cb85c;
}

.dhx_cal_event_clear.event_wait{
  color:#f0ad4e;
}

.dhx_cal_event_clear.event_finish{
  color:#5bc0de;
}

.weekend_cal {
  background-image: url(/app/img/databg_we.png);
}

.dhx_scale_holder_now {
  background-image: url(/app/img/databg_now.png);
}


/*-------------------
       PLANNING
-------------------*/
#content-planning h1{
  margin-bottom: 0;
}

#content-planning .cadre{
  margin-bottom: 0;
}

#content-planning button[data-toggle='popover'] .glyphicon{
  margin: 0 0 0 2px;
}

#content-planning button[data-toggle='popover']{
  padding-top: 3px;
  margin-bottom: 4px;
}

.planning_name{
  vertical-align: middle;
}

.planning_name span{
  top:2px;
  margin: 0 0 5px;
  color: #ccc;
}

.planning_name span:hover{
  color: #000;
  cursor: pointer;
}

.nav_planning{
  height: 50px;
  clear: both;
  padding: 5px 10px 5px;
}

.nav_planning a{
  margin-top: 5px;
  margin-left: 10px;
}

.nav_planning a:first-child{
  margin-left: 0;
}

a.exportpdf{
    margin-left: 10px;
}

.filter_cab{
  margin-left: 10px;
}

.bt-planning-prev{
  margin-right:20px;
}

.bt-planning-next{
  margin-left:20px;
}

.tableplanning{
  margin-bottom: 0px;
}

.tableplanning tr:first-child th{
  border-top: 0;
}

.tableplanning tr:last-child td{
  border-bottom: 1px;
}

.tableplanning>tbody>tr>td, .tableplanning>tbody>tr>th{
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  vertical-align: middle;
}

.tableplanning>tbody>tr>td:first-child, .tableplanning>tbody>tr>th:first-child{
  border-left:0;
}

.tableplanning>tbody>tr>td, .tableplanning>tbody>tr>th, .tableplanning>tfoot>tr>td, .tableplanning>tfoot>tr>th, .tableplanning>thead>tr>td, .tableplanning>thead>tr>th {
  padding: 5px;
}

.tableplanning select.form-control, .tableplanning tr td input.form-control {
  height: 24px;
  padding: 2px 12px;
}

.title_planning{
  text-align: center;
  font-size: 1.5em;
}

.tableplanning>tbody>tr>th.week_planning{
  text-align: center;
  border-left: 0;
}

.midday_planning{
  background: #ddd;
  text-align: center;
}

.bottom_planning{
  background: #ddd;
}

.bottom_planning td:first-child{
  font-weight: bold;
}

.tabledate, .tablesalle{
  margin-top: 10px;
}

.tabledate tr:first-child th, .tablesalle tr:first-child th{
  border-top: 0;
}

.tabledate tr td, .tablesalle tr td{
  text-align: left;
}

.tableplanning .fermeture{
  background: #eee;
}

.tableplanning .creneau_libre{
  background: #cfc;
}

.tableplanning .creneau_libre_wait{
  background: #fc9;
}

.tableplanning .creneau_libre_closed{
  background: #ffcccc;
}

.tableplanning .urgences{
  background: #ffcccc;
}

.tableplanning .maintenance{
  background: #ffe9cc;
}

.filter_cab{
  float: left;
  margin-top: 5px;
  margin-bottom: 0px;
  max-width: 260px;
}

.filter_rempla {
  margin-top: 5px;
  margin-left: 10px;
  float: left;
  margin-bottom: 0px;
  max-width: 260px;
}

.exportpdf{
  margin-top: 5px;
  float: left;
}

.today, .choose_date{
  float: left;
  font-weight: normal;
}

.today{
  margin-left: 5px;
  margin-top: 5px;
}

.choose_date{
  margin-left: 10px;
  margin-bottom: 0;
  max-width: 250px;
  margin-top: 5px;
}

.filter_date{
  margin: 0 auto;
  width: 100%;
  height: fit-content;
  margin-bottom: 10px;
}

.filter_date .input-group{
  margin: 0 auto;
  text-align: center;
}

.filter_date .input-group-btn, .filter_date .date{
  float: left;
  margin-bottom: 10px;
  width: 150px;
}

.filter_date #date_ininput, .filter_date #date_outinput{
  width: 100%;
}

.filter_date #date_out{
  margin-right: 10px;
}

.filter_date .filter_date_txt{
  float: left;
  height: 34px;
  line-height: 34px;
}

.filter_ptype, .apply_ptype{
  margin-bottom: 0px;
  max-width: 410px;
}

.filter_ptype{
  float: right;
}

.apply_ptype{
  float: left;
  width:345px;
  margin-left: 5px;
}

.sendbymail{
  float: left;
  margin-left: 10px;
}

.displayMyName{
  margin: 0 5px 5px 0;
  position: absolute;
  right: 35px;
}

.filter_rempla .input-group select, .filter_cab .input-group select, .filter_ptype .input-group select, .apply_ptype .input-group select{
  height: 34px;
  /*width: auto;*/
}

#nom_ptype{
  float:left;
  width:100%;
  max-width: 300px;
  height:34px;
}

.week_status{
  float: right;
  padding-top: 10px;
}

.week_status #status{
  float: left;
  width: auto;
}

.week_status .txt_status{
  float: left;
  width: auto;
  font-size: 15px;
  font-weight: bold;
  margin-top: 1px;
}

.titreDatePlanning{
  display: inline-block;
  max-width: 520px;
}

.table.planninglist>tbody>tr>td{
  vertical-align: middle;
}


/*-------------------
       DEMANDE
-------------------*/
.demande_details #map-canvas{
  height: 300px;
  margin: 0 0 20px 0;
}

#descrip{
  height: 100px;
}

#assignform, #contract_bt{
  padding:7px 10px;
}

.reseau_select{
  padding:10px;
}

.reseau_select img:hover{
  opacity:1;
}

.reseau_select_in, .reseau_select_add{
  background: #eee;
  padding:10px;
  border-radius: 10px;
  line-height: 2em;
}

.reseau_select_in:hover, .reseau_select_add:hover{
  background: #ddd;
  cursor: pointer;
}

.reseau_selected{
  background: #99bfe6;
}

.reseau_selected:hover{
  background: #4fa1f5;
  cursor: pointer;
}

.demande-confirm .cabprofil .img-circle{
  float: left;
  margin-right: 10px;
  border: 1px solid #eee;
}

.demande_details .img-circle{
  float: left;
  margin-right: 10px;
  border: 1px solid #eee;
}

.demande_details .grey{
  border: 0px solid #eee;
}

.demande_details h6{
  font-size: 16px;
  margin-top:5px;
}

.demande_details .label {
  padding-top: 8px;
  font-size: 16px;
}

.demande_details .reseau_select .reseau_sent{
  line-height: 2em;
  color: #fff;
}

.reseau_basic{
  background: #eee;
  padding:10px;
  border-radius: 10px;
  color: #333;
}

.reseau_sent{
  background: #99bfe6; /*4fa1f5#99bfe6;*/
  padding:10px;
  border-radius: 10px;
  color: #fff;
}

.reseau_confirmed{
  background: #5cb85c;
  /*background: #4fa1f5;*/
}

.reseau_refused{
  background: #d9534f;
}

.labelReseau{
  margin: -26px 0 5px;
}

.demande_details .labelReseau{
  margin: -33px 0 5px;
}

.demandeadd .labelReseau {
  margin: -28px 0 0px;
}

.demande_details .labelReseau .label, .demandeadd .labelReseau .label{
  padding: .2em .6em .3em;
  font-size: 75%;
}

.demande_details .reseau_bloc .img-circle, .demandeadd .reseau_bloc .img-circle{
  float: none;
}

.select_all{
  margin-right: 5px;
}

.nav_demande{
  height: auto;
  clear: both;
  padding: 10px;
}

.filter_demande{
  float: right;
  margin-bottom: 0px;
  max-width: 300px;
}


/*-------------------
       ANNONCE
-------------------*/
.annonce .datatable tr td{
  vertical-align: middle;
}

.annonce .datatable .img-circle{
  border: 1px solid #eee;
}

.annonce #map-canvas, .annonce-details #map-canvas{
  height: 400px;
}


/*-------------------
       SEARCH
-------------------*/
.recherche #map-canvas{
  height: 400px;
}

.recherche h5{
  padding-bottom:10px;
  margin-bottom: 0;
  border-bottom:1px solid #3d5b99;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
}

.datatable>tbody>tr>th, .datatable>thead>tr>th{
  border: 0;
}

.selectcomp option:disabled{
  font-weight: bold;
}

.bootstrap-tagsinput{
  border: 0px solid #ccc;
  padding: 4px 0px;
  text-align: left;
}

.bootstrap-tagsinput .tag{
  font-size: 12px;
  padding: 6px 6px 4px;
  margin: 4px 4px 0 0;
  display: block;
  float: left;
}

.bootstrap-tagsinput input{
  display: none;
}

.recherche .img-circle{
  border: 1px solid #ddd;
}

#recherchelist .datatable button{
  margin: 0 5px 0 0;
}


/*-------------------
     ABONNEMENT
-------------------*/
.statusabo{
  font-size: 16px;
  background: #eee;
  padding: 20px;
  border-radius: 10px;
}

.statusabo h3{
  margin:0 0 20px 0;
  text-align: center;
}

.tableabo{
  margin-bottom: 0px;
}

.tableabo label{
  font-size: 12px;
}

.tableabo label[data-toggle=tooltip]{
  padding-top: 6px;
  padding-right: 7px;
}

.tableabo .tooltip-inner{
  text-align: left;
}

.tableabo>tbody>tr>th, .tableabo>thead>tr>th{
  border: 0;
}

.tableabo .label, .statusabo .label{
  padding: .5em .6em .3em;
}

.tableabodetails{
  margin-bottom: 0;
}

.tableabodetails{
  margin-bottom: 0;
}

.tableabodetails>tbody>tr>th{
    border-top: none;
}


/*-------------------
       ANNONCE
-------------------*/
.annonce-details .img-circle{
  border: 1px solid #ddd;
  width: 100%;
}

.annonce ul {
  padding-left: 20px;
  width: 50%;
  float: left;
  text-align: left;
}


/*-------------------
       PARAM
-------------------*/
.param form label {
  padding-top: 0px;
}

.param form input[type=checkbox] {
  margin-bottom: 2px;
}


/*-------------------
     PARTENAIRES 
-------------------*/
.partners .partners_img{
  padding: 10px;
}

.partners .partners_img img{
  width: 100%;
  height:auto;
  border:1px solid #eee;
}

.partners .partners_img img:hover{
  border:1px solid #ddd;
}


/*-------------------
      CONTACT
-------------------*/
#messcontact{
  width:100%;
  height: 100px;
  margin-bottom: 10px;
}

#selectcontact{
  margin-bottom: 5px;
}

#contactalert{
  width: 100%;
  text-align: center;
}

#contactalert.alert{
  padding: 5px;
  margin-bottom: 10px;
}

.logocontact{
  float: left;
  margin-right: 10px;
  width:100px;
}


/*-------------------
        AIDE
-------------------*/
.aide h4{
  margin-top: 20px;
}

.visu-aide-container{
  text-align: center;
}

.visu-aide{
  margin: 10px auto;
  border: 1px solid #555;
}


/*-------------------
      TYPEAHEAD
-------------------*/
.tt-menu,
.gist {
  text-align: left;
}

.tt-query,
.tt-hint {
  width: 100%;
  height: 30px;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 30px;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  outline: none;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.tt-hint {
  color: #999
}

.tt-menu {
  width: 100%;
  margin: 5px 0;
  padding: 5px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 16px;
  line-height: 24px;
}

.tt-suggestion:hover {
  cursor: pointer;
  background-color: rgba(217,237,247,.6);
;
}

.tt-suggestion.tt-cursor {
  background-color: rgba(217,237,247,.6);

}

.tt-suggestion p {
  margin: 0;
}

.gist {
  font-size: 14px;
}

.twitter-typeahead .visuallyhidden{
  display: none;
}

/*-------------------------------------
      RESPONSIVE BOOTSTRAP MD HACK
---------------------------------------*/
@media (min-width: 1400px) {
  .container {
    width: 1170px;
  }

  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }

  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }

  .visible-lg-block {
    display: block !important;
  }

  .visible-lg-inline {
    display: inline !important;
  }

  .visible-lg-inline-block {
    display: inline-block !important;
  }

  .hidden-lg {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .col-lg-offset-12, .col-lg-offset-11, .col-lg-offset-10, .col-lg-offset-9, .col-lg-offset-8, .col-lg-offset-7, .col-lg-offset-6, .col-lg-offset-5, .col-lg-offset-4, .col-lg-offset-3, .col-lg-offset-2, .col-lg-offset-1, .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }

  .modal-lg {
    width: 900px;
  }

  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }

  .visible-md-block {
    display: block !important;
  }

  .visible-md-inline {
    display: inline !important;
  }

  .visible-md-inline-block {
    display: inline-block !important;
  }

  .hidden-md {
    display: none !important;
  }
}

/*-------------------
      RESPONSIVE
-------------------*/
@media (max-width: 1415px){
  .apply_ptype, .sendbymail{
    top: 155px;
  }

  .week_status{
    top: 218px;
  }
}

@media (min-width: 1400px){
  .container {
    width: 100%;
  }
}

@media (max-width: 1399px){
  body {
    margin-bottom: 30px;
  }

  .container {
    width: 100%;
  }

  .dashboard .profil_cadre .img-circle {
    width: 100px;
  }

}

@media (max-width: 1199px){
  /* NAV MOBILE -- BOOTS HACK */
  .navbar-header {
  float: none;
  }
  .navbar-toggle {
  display: block;
  }
  .navbar-collapse {
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-collapse.collapse {
  display: none!important;
  }
  .navbar-nav {
  float: none!important;
  margin: 7.5px -15px;
  }
  .navbar-nav>li {
  float: none;
  }
  .navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  }
  .navbar-text {
  float: none;
  margin: 15px 0;
  }
  /* cette classe est à ajouter lorsque que vous utilisez une version de Bootstap supérieure ou égale à la 3.1.0 */
  .navbar-collapse.collapse.in {
  display: block!important;
  }
  .collapsing {
  overflow: hidden!important;
  }

  /*----*/
  .container>.navbar-header {
    margin-right: 0;
    margin-left: 0;
  }

  body > .container {
    padding: 60px 0 0 0;
  }

  .container>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
  }

  .navbar-nav li:last-child{
    border-bottom: 1px solid rgba(255,255,255,.1);
  }

  /*NAV MOBILE*/
  .navbar-brand>img {
    max-width: 200px;
  }

  .nav-v-sep {
    border: 0;
    border-bottom: 1px solid #ddd;
    padding: 0;
    margin: 0;
    height: 0;
  }

  .navbar-nav {
    margin: 0 0 20px 0;
  }

  .navbar-form {
    border: 0;
  }

  .navbar-form.navbar-right{
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    height: 98px;
    width: 430px;
  }

  .dropdown-menu {
    padding: 0;
  }

  .mobile-nav{
    background: #3d5b99;
    margin: 52px 0 -50px 0;
  }

  .mobile-nav .nav>li {
    float: left;
    width: 100%;
  }

  .mobile-nav .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
  }

  .mobile-nav .nav-v-sep {
    border: 0;
    border-bottom: 1px solid #eee;
  }

  .mobile-nav .nav-menu .divider {
    margin: 0;
  }

  .mobile-nav .navbar-nav .open .dropdown-menu>li>a:focus, .mobile-nav .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
  }

  .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
    padding: 5px 15px 5px 40px;
  }

  .navbar-nav .open .dropdown-menu.nav-menu>li>a, .navbar-nav .open .dropdown-menu.nav-mess>li>a, .navbar-nav .open .dropdown-menu.nav-notif>li>a {
    padding: 5px 5px 5px 5px;
    color: #333;
    text-decoration: none;
    background-color: #fff;
  }

  #loginmobile{
    margin: 0 auto 5px;
  }

  #inlineLogin{
    padding-left: 10px;
  }

  #inputLogin {
    float: left;
    width: 50%;
  }

  #inputLogin input{
    margin-bottom: 10px;
  }

  #optionLogin {
    margin: 5px 0 0 10px;
  }

  #optionLogin input{
    float: left;
  }

  #submitLogin {
    margin: 0 0 5px 10px;
  }

  .mobile-nav .navbar-nav>li>a.nav-profil{
    padding-left: 4px;
  }

  .bt-mess .glyphicon, .bt-notif .glyphicon {
    top: 3px;
    margin-right: 5px;
  }

  .bt-mess .label, .bt-notif .label {
    padding: 6px 8px 5px;
    margin: -1px -5px 0 0;
    font-size: 80%;
  }

  .endnotif, .endmess {
    background: #fff;
  }

  .endnotif a, .endmess a {

  }
  /*END NAV MOBILE*/

}

@media (max-width: 991px){
  .dashboard .demande_cadre{
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1119px){
  body > .container {
    padding: 70px 10px 0;
    width: 100%;
  }

  .container.dashboard, .container.tarifs {
    padding: 70px 0 0;
  }

}

@media (min-width: 768px) and (max-width: 991px){
  body > .container, body > .container.dashboard, body > .container.tarifs {
    padding-bottom:10px;
  }

  .mobile-nav{
    margin-top: 52px;
    border-radius: 0;
  }

  .mobile-nav .container {
    padding: 0;
  }

  .mobile-nav .navbar-nav>li>a.nav-profil {
    padding: 4px 14px 4px 4px;
  }

  .bt-mess .glyphicon, .bt-notif .glyphicon {
    top: 3px;
    margin-right: 5px;
  }

}

@media (max-width: 767px){
  body {
    margin-bottom: 60px;
    line-height: 1.25;
  }

  body > .container.info {
    padding-left: 0px;
    padding-right: 0px;
  }

  form label{
    text-align: left;
  }

  h2 {
    text-align: left;
  }

  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding: 0;
  }

  label {
    margin: 5px 0;
  }
  
  .label {
    padding: .3em .6em .3em;
  }

  #insc_cab, #insc_rempla{
    margin-bottom: 5px;
  }

  .cadre, .nocadre {
    margin: 0 0 10px 0;
    padding: 10px 10px 10px 10px;
  }

  .alert {
    margin-bottom: 10px;
  }

  .footer {
    height: auto;
  }

  .footer > .container {
    padding-bottom: 8px;
    font-size: 12px;
  }

  .footer .text-muted {
      margin: 6px 0 0;
      color: #ddd;
      text-align: center;
      width: 100%;
  }

  .logohome{
    max-height: 150px;
    margin-bottom: 0px;
  }

  .meahome img {
    max-width: 300px;
  }

  .dashboard .profil_cadre .img-circle {
    width: 80px;
  }

  .dashboard .row:first-child {
    margin: 0;
  }

  .dashboard .demande_cadre{
    margin-bottom: 20px;
  }

  .dashboard #expressform .row div {
    padding: 0;
  }

  .dashboard #expressform .row div:first-child {
    padding: 0;
  }

  .avatar{
    padding-right: 10px;
  }

  .labelCab, .labelReseau{
    margin: -22px 0 7px;
  }

  #content-mess .img-circle {
    margin-left: 10px;
    width: 40px;
  }

  #content-mess .img-circle.pull-right{
    margin-left: 10px;
  }

  #content-mess .img-circle.pull-right{
    margin-left: 10px;
  }

  .reseau_select, .reseau_bloc {
    padding: 10px;
  }

  .reseau_bloc{
    font-size: 11px;
    margin-bottom:0; 
  }

  .param .form-group {
    height: 55px;
  }

  .multiprofil {
    margin-bottom: 20px;
    text-align: left;
  }

  .multiprofil .img-circle {
    width: 94px;
    margin: 0 10px 0 0;
  }

  .multiprofil h3 {
    font-size: 16px;
    font-weight: bold;
  }

  .tabledemande th:first-child{
    width:50%;
  }

  .tabledemande td .img-circle {
    margin-bottom: 5px;
  }

  .tabledemande td .btn-xs{
    margin-bottom:10px;
  }

  .tabledemande td .details_bt{
    padding: 2px 3px 0 4px;
  }

  .tabledemande td .poste_bt{
    margin-bottom:10px;
    display: inline-block;
    margin-top: 0;
    vertical-align: middle;
    padding: 3px 6px 4px 4px;
  }

  #content-abo .statusabo{
    padding:20px;
    margin-bottom: 20px;
  }

}


@media (max-width: 479px){
  h1 {
    font-size: 22px;
  }

  h4 {
    font-size: 18px;
  }

  ul{
    padding-left: 20px;
  }

  .navbar .container {
    padding-right: 0;
    padding-left: 0;
  }

  .navbar-form.navbar-right{
    width: 430px;
  }

  .navbar-nav {
    margin: 0;  
  }

  .navbar-nav li:last-child {
    border-bottom:none;
  }

  .glyphicon {
    margin-right: 0px;
  }

  .home ul{
    padding-left: 0;
    margin-bottom: 20px;
  }

  .glyph-home{
    height: 180px;
  }

  .glyph-home h5 {
    font-size: 1.1em;
  }

  .info h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 18px;
    font-size: 14px;
  }

  .comp {
    padding: 15px 0px 0px 10px;
  }

  .conv-details .btn-info.visible-xs{
    margin: 3px 5px 0 0;
  }

  #content-demande_details .cadre{
    text-align: left;
  }

  .dashboard .demande_cadre {
    margin-bottom: 10px;
  }

  .demande_details .labelReseau {
    margin: -27px 0 5px;
  }

  .demande_details #map-canvas{
    margin-top: 20px;
  }

  .demandeadd .labelReseau {
    margin: -22px 0 0px;
  }

  .reseau .labelReseau {
    margin: -37px 0 5px;
  }

  #recherchelist .datatable button{
    margin: 0 5px 5px 0;
  }

  #recherchelist .datatable th:last-child{
    width:50px;
  }

  #recherchelist .datatable .visible-xs .flag {
    float: none;
    margin: -2px 0px 0 0;
  }

  #recherchelist .datatable .label, #annoncelist .datatable .label {
    padding: .5em .6em .3em;
  }

  .multiprofil .labelCab {
    left: 0;
    width: 94px;
    top: 94px;
    margin: -22px 0 7px;
  }

  .visu-aide {
    width: 100%;
  }

  .annonce h3{
    margin-bottom: 0;
  }

  .datatable tr td{
    text-align: left;
  }

  .tabledemande tr td{
    text-align: left;
  }

  .tabledemande tr th.lastTD{
    width:20%;
  }

  .nav_demande {
    text-align: center;
  }

  .nav_demande a{
    margin-bottom: 10px;
    float: none!important;
  }

  .filter_demande{
    float: none;
    margin: 0 auto;
  }

}
