/* Add here all your CSS customizations */

@font-face {
  font-family: 'segStopFont';
  src:  url('font/segStop/segStopFont.eot?n8rg2u');
  src:  url('font/segStop/segStopFont.eot?n8rg2u#iefix') format('embedded-opentype'),
    url('font/segStop/segStopFont.ttf?n8rg2u') format('truetype'),
    url('font/segStop/segStopFont.woff?n8rg2u') format('woff'),
    url('font/segStop/segStopFont.svg?n8rg2u#segStopFont') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="seg-"], [class*=" seg-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.seg-analyste:before {
  content: "\e900";
}
.seg-atelier:before {
  content: "\e901";
}
.seg-autres:before {
  content: "\e902";
}
.seg-branchement:before {
  content: "\e903";
}
.seg-briefing:before {
  content: "\e904";
}
.seg-bureau:before {
  content: "\e905";
}
.seg-carburant:before {
  content: "\e906";
}
.seg-chg-vehicle:before {
  content: "\e907";
}
.seg-chargement:before {
  content: "\e908";
}
.seg-controle:before {
  content: "\e909";
}
.seg-diabolo:before {
  content: "\e90a";
}
.seg-direction:before {
  content: "\e90b";
}
.seg-doublette:before {
  content: "\e90c";
}
.seg-fermeture:before {
  content: "\e90d";
}
.seg-fin:before {
  content: "\e90e";
}
.seg-formation-technique:before {
  content: "\e90f";
}
.seg-formation:before {
  content: "\e910";
}
.seg-medicale:before {
  content: "\e911";
}
.seg-lavage:before {
  content: "\e912";
}
.seg-metier:before {
  content: "\e913";
}
.seg-neige:before {
  content: "\e914";
}
.seg-panne:before {
  content: "\e915";
}
.seg-pneumatique:before {
  content: "\e916";
}
.seg-pont:before {
  content: "\e917";
}
.seg-pression:before {
  content: "\e918";
}
.seg-sans-raison:before {
  content: "\e919";
}
.seg-suivi-activite:before {
  content: "\e91a";
}


a{
  cursor: pointer;
}

.text-normal, a.text-normal{
  color: #777;
}
.text-black, a.text-black{
  color:#000;
}
a.text-normal:hover, a.text-black:hover{
  color:#0088cc;
}

.body-locked.body-locked-inline{
  background-color: #333;
}

.float-right{
  float:right;
}

.cursor-pointer{
  cursor: pointer;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  }
  
  .shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  }
  
  .shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  }
  
  .shadow-none {
    box-shadow: none !important;
  }
  
  .w-25 {
    width: 25% !important;
  }
  
  .w-50 {
    width: 50% !important;
  }
  
  .w-75 {
    width: 75% !important;
  }
  
  .w-100 {
    width: 100% !important;
  }
  
  .w-auto {
    width: auto !important;
  }
  
  .h-25 {
    height: 25% !important;
  }
  
  .h-50 {
    height: 50% !important;
  }
  
  .h-75 {
    height: 75% !important;
  }
  
  .h-100 {
    height: 100% !important;
  }
  
  .h-auto {
    height: auto !important;
  }
  
  .mw-100 {
    max-width: 100% !important;
  }
  
  .mh-100 {
    max-height: 100% !important;
  }
  
  .min-vw-100 {
    min-width: 100vw !important;
  }
  
  .min-vh-100 {
    min-height: 100vh !important;
  }
  
  .vw-100 {
    width: 100vw !important;
  }
  
  .vh-100 {
    height: 100vh !important;
  }
  
  .m-0 {
    margin: 0 !important;
  }
  
  .mt-0,
  .my-0 {
    margin-top: 0 !important;
  }
  
  .mr-0,
  .mx-0 {
    margin-right: 0 !important;
  }
  
  .mb-0,
  .my-0 {
    margin-bottom: 0 !important;
  }
  
  .ml-0,
  .mx-0 {
    margin-left: 0 !important;
  }
  
  .m-1 {
    margin: 0.25rem !important;
  }
  
  .mt-1,
  .my-1 {
    margin-top: 0.25rem !important;
  }
  
  .mr-1,
  .mx-1 {
    margin-right: 0.25rem !important;
  }
  
  .mb-1,
  .my-1 {
    margin-bottom: 0.25rem !important;
  }
  
  .ml-1,
  .mx-1 {
    margin-left: 0.25rem !important;
  }
  
  .m-2 {
    margin: 0.5rem !important;
  }
  
  .mt-2,
  .my-2 {
    margin-top: 0.5rem !important;
  }
  
  .mr-2,
  .mx-2 {
    margin-right: 0.5rem !important;
  }
  
  .mb-2,
  .my-2 {
    margin-bottom: 0.5rem !important;
  }
  
  .ml-2,
  .mx-2 {
    margin-left: 0.5rem !important;
  }
  
  .m-3 {
    margin: 1rem !important;
  }
  
  .mt-3,
  .my-3 {
    margin-top: 1rem !important;
  }
  
  .mr-3,
  .mx-3 {
    margin-right: 1rem !important;
  }
  
  .mb-3,
  .my-3 {
    margin-bottom: 1rem !important;
  }
  
  .ml-3,
  .mx-3 {
    margin-left: 1rem !important;
  }
  
  .m-4 {
    margin: 1.5rem !important;
  }
  
  .mt-4,
  .my-4 {
    margin-top: 1.5rem !important;
  }
  
  .mr-4,
  .mx-4 {
    margin-right: 1.5rem !important;
  }
  
  .mb-4,
  .my-4 {
    margin-bottom: 1.5rem !important;
  }
  
  .ml-4,
  .mx-4 {
    margin-left: 1.5rem !important;
  }
  
  .m-5 {
    margin: 3rem !important;
  }
  
  .mt-5,
  .my-5 {
    margin-top: 3rem !important;
  }
  
  .mr-5,
  .mx-5 {
    margin-right: 3rem !important;
  }
  
  .mb-5,
  .my-5 {
    margin-bottom: 3rem !important;
  }
  
  .ml-5,
  .mx-5 {
    margin-left: 3rem !important;
  }
  
  .p-0 {
    padding: 0 !important;
  }
  
  .pt-0,
  .py-0 {
    padding-top: 0 !important;
  }
  
  .pr-0,
  .px-0 {
    padding-right: 0 !important;
  }
  
  .pb-0,
  .py-0 {
    padding-bottom: 0 !important;
  }
  
  .pl-0,
  .px-0 {
    padding-left: 0 !important;
  }
  
  .p-1 {
    padding: 0.25rem !important;
  }
  
  .pt-1,
  .py-1 {
    padding-top: 0.25rem !important;
  }
  
  .pr-1,
  .px-1 {
    padding-right: 0.25rem !important;
  }
  
  .pb-1,
  .py-1 {
    padding-bottom: 0.25rem !important;
  }
  
  .pl-1,
  .px-1 {
    padding-left: 0.25rem !important;
  }
  
  .p-2 {
    padding: 0.5rem !important;
  }
  
  .pt-2,
  .py-2 {
    padding-top: 0.5rem !important;
  }
  
  .pr-2,
  .px-2 {
    padding-right: 0.5rem !important;
  }
  
  .pb-2,
  .py-2 {
    padding-bottom: 0.5rem !important;
  }
  
  .pl-2,
  .px-2 {
    padding-left: 0.5rem !important;
  }
  
  .p-3 {
    padding: 1rem !important;
  }
  
  .pt-3,
  .py-3 {
    padding-top: 1rem !important;
  }
  
  .pr-3,
  .px-3 {
    padding-right: 1rem !important;
  }
  
  .pb-3,
  .py-3 {
    padding-bottom: 1rem !important;
  }
  
  .pl-3,
  .px-3 {
    padding-left: 1rem !important;
  }
  
  .p-4 {
    padding: 1.5rem !important;
  }
  
  .pt-4,
  .py-4 {
    padding-top: 1.5rem !important;
  }
  
  .pr-4,
  .px-4 {
    padding-right: 1.5rem !important;
  }
  
  .pb-4,
  .py-4 {
    padding-bottom: 1.5rem !important;
  }
  
  .pl-4,
  .px-4 {
    padding-left: 1.5rem !important;
  }
  
  .p-5 {
    padding: 3rem !important;
  }
  
  .pt-5,
  .py-5 {
    padding-top: 3rem !important;
  }
  
  .pr-5,
  .px-5 {
    padding-right: 3rem !important;
  }
  
  .pb-5,
  .py-5 {
    padding-bottom: 3rem !important;
  }
  
  .pl-5,
  .px-5 {
    padding-left: 3rem !important;
  }
  
  .m-n1 {
    margin: -0.25rem !important;
  }
  
  .mt-n1,
  .my-n1 {
    margin-top: -0.25rem !important;
  }
  
  .mr-n1,
  .mx-n1 {
    margin-right: -0.25rem !important;
  }
  
  .mb-n1,
  .my-n1 {
    margin-bottom: -0.25rem !important;
  }
  
  .ml-n1,
  .mx-n1 {
    margin-left: -0.25rem !important;
  }
  
  .m-n2 {
    margin: -0.5rem !important;
  }
  
  .mt-n2,
  .my-n2 {
    margin-top: -0.5rem !important;
  }
  
  .mr-n2,
  .mx-n2 {
    margin-right: -0.5rem !important;
  }
  
  .mb-n2,
  .my-n2 {
    margin-bottom: -0.5rem !important;
  }
  
  .ml-n2,
  .mx-n2 {
    margin-left: -0.5rem !important;
  }
  
  .m-n3 {
    margin: -1rem !important;
  }
  
  .mt-n3,
  .my-n3 {
    margin-top: -1rem !important;
  }
  
  .mr-n3,
  .mx-n3 {
    margin-right: -1rem !important;
  }
  
  .mb-n3,
  .my-n3 {
    margin-bottom: -1rem !important;
  }
  
  .ml-n3,
  .mx-n3 {
    margin-left: -1rem !important;
  }
  
  .m-n4 {
    margin: -1.5rem !important;
  }
  
  .mt-n4,
  .my-n4 {
    margin-top: -1.5rem !important;
  }
  
  .mr-n4,
  .mx-n4 {
    margin-right: -1.5rem !important;
  }
  
  .mb-n4,
  .my-n4 {
    margin-bottom: -1.5rem !important;
  }
  
  .ml-n4,
  .mx-n4 {
    margin-left: -1.5rem !important;
  }
  
  .m-n5 {
    margin: -3rem !important;
  }
  
  .mt-n5,
  .my-n5 {
    margin-top: -3rem !important;
  }
  
  .mr-n5,
  .mx-n5 {
    margin-right: -3rem !important;
  }
  
  .mb-n5,
  .my-n5 {
    margin-bottom: -3rem !important;
  }
  
  .ml-n5,
  .mx-n5 {
    margin-left: -3rem !important;
  }
  
  .m-auto {
    margin: auto !important;
  }
  
  .mt-auto,
  .my-auto {
    margin-top: auto !important;
  }
  
  .mr-auto,
  .mx-auto {
    margin-right: auto !important;
  }
  
  .mb-auto,
  .my-auto {
    margin-bottom: auto !important;
  }
  
  .ml-auto,
  .mx-auto {
    margin-left: auto !important;
  }
  
  .p0{
    padding:0 !important;
  }


  .text-nowrap{
    white-space: nowrap !important;
  }

.bg-transparent{
  background: transparent !important;
}

.dataTable img.img-fluid{
  max-width:150px;
  max-height:150px;
}

.table-no-bt{
  border-top: 0 !important;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}
.noborder{
  border-bottom: 0px !important;
}


/* Module Sites */

.diab-site .panel-heading-icon{
  cursor: pointer;
}

.diab-site h4.text-semibold{
  color:#999;
}

.diab-site .ru i, .diab-site .moniteurs i{
  padding-right: 5px;
}

.diab-site ul.simple-user-list li .image{
  width: 30px;
  height: 30px;
  padding-left: 4px;
  padding-top: 3px;
}


.diab-site .rouleurs{
  text-align:right;
}

#menu .disabled{
  display:none;
}

.form-search{
  margin-bottom: 20px;
}

.control-label.seg-required:after { 
  content:" *";
  font-size: 1em;
}

.accordion-toggle-hover:hover{
  color:#000;
  cursor:pointer;
}

.tableTop .dataTables_length, .tableTop .dt-buttons, .tableTop .dataTables_filter{
  position: relative;
  display: inline-block;
  width:33.333%;
}

.tableTop .select2-container.form-control{
  display:inherit;
  width:auto;
}

.tableTop .dt-buttons{
  text-align:center;
}

.dt-buttons .buttons-columnVisibility{
  display:flex;
  color:#777;
  font-family: "Font Awesome 5 Free";
   
   
   -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1.7em;
    font-size:1em;
}
.dt-buttons .buttons-columnVisibility:hover{
  text-decoration: none;
}


/*
.dt-buttons .buttons-columnVisibility.active{
  display:block;
  color:#777;
  font-family: "Font Awesome 5 Free";

  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.5em;
}
*/


.dt-buttons .buttons-columnVisibility a { 
  line-height: 20px;
  padding: 2px 0px;
}




.dt-buttons .buttons-columnVisibility a:before { 
    font-size:1em;
    content: "\f204";    
    display: inline-block;
    font-weight: 900;
    padding-left: 6px;
    padding-right: 6px;
    color:#777;
   
}

.dt-buttons .buttons-columnVisibility.active a:before {
    content: "\f205";
    color:#0088cc;
}

.dt-buttons .dropdown-menu > li > a, 
.dt-buttons .dropdown-menu > li > a:hover, 
.dt-buttons .dropdown-menu > li > a:focus {
  background-color: #fff;
  color:#777;
}

.dt-buttons .dropdown-menu > .active > a, 
.dt-buttons .dropdown-menu > .active > a:hover, 
.dt-buttons .dropdown-menu > .active > a:focus {
  background-color: #fff;
  color:#777;
}


.dt-buttons .buttons-colvisRestore a{
  display:block;
  text-align: center;
  padding-top:5px;
}

div.dt-button-collection-title {
  text-align: center;
  padding: 0;
  display:none;
}

.dt-buttons .buttons-colvisRestore a{
  right: 2px;
  display: block;
  text-align: center;
  padding-top: 0px;
  position: absolute;
  top: 0px;
}

.dt-buttons i{
  color:#777;
}

div.profil-qrcode{
  margin:auto;
  text-align: center;
}
div.profil-qrcode img{
  width:60%;
  margin-right: 20px;
}
div.profil-qrcode-client img{
  width:60%;
  margin-right: 20px;
}

div.profil-qrcode-print img{
  display:none;
  width:100%;
}


.social-icons-list a i {
  font-weight: 900;
}


.table-diab .coltype-ico{
  width:20%;
  text-align:left;
  float: left;
}


.usersguides-bloc .ico{
  font-size:5em;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.usersguides-bloc .lib{
  font-size:1.5em;
  text-align: center;
}

.usersguides-bloc .descri{
  text-align: center;
  margin-bottom: 20px;
}

.usersguides-bloc .date{
  font-size: 0.8em;
  text-align: center;
}


.timeline .tm-items > li.noheight {
  min-height: 0;
}

.row > div > span {
  overflow-wrap: break-word;
}

.textarea-like { 
  white-space: pre;
}

.nobottom {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.notop {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.dashgrid{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.dashgrid > *{
  flex: 0 0 auto;
  /*width: 25%;*/
  align-self: flex-start;
}

@media only screen and (max-width: 991px){
  .dashgrid .dashboard-widget .panel-body{
    padding-left:5px;
  }

  .tableTop div{
    width:100% !important;
  }

  .nav-tabs.nav-justified li {
    margin-bottom: -4px;
  }
}


[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: inherit;
  font-style: normal;
  margin-left: 0;

}

.mt-checkbox{
  margin-top: 13px !important;
}

ul.nav-main > li > a {
  padding: 12px 22px;
}

ul.nav-main li i {
  font-size: 2.2rem;
}

.floating-nav {
  position: absolute;
  right: 10px;
  top :10px;
  
}

table.dataTable {
  border-collapse: collapse !important;
}


section.no-padding{

  padding : 0 !important;
}

/*//////////////////////    rapports sessions show   //////////////////////// */

  
.roulageList > div > ul > li {
  padding: 0;
}

#roulageTimeline.active {
  display: block;
  visibility: visible;
  max-height: 400px;
  overflow: auto;
}

html body .tabs-custom .nav-tabs li.active a,
html.dark body .tabs-custom .nav-tabs li.active a,
html body .tabs-custom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-custom .nav-tabs.nav-justified li.active a,
html body .tabs-custom .nav-tabs li.active a:hover,
html.dark body .tabs-custom .nav-tabs li.active a:hover,
html body .tabs-custom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-custom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-custom .nav-tabs li.active a:focus,
html.dark body .tabs-custom .nav-tabs li.active a:focus,
html body .tabs-custom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-custom .nav-tabs.nav-justified li.active a:focus {
  border-top-color: #0088cc;
  color: #0088cc;
}

.session-infos-vh{
  padding: 5px 0px 5px 5px;
}

.session-infos-vh-list > li .badge {
  color: #FFF;
  font-size: 10px;
  font-weight: normal;
  height: 16px;
  padding: 3px 5px 3px 5px;
  position: absolute;
  right: 15px;
  top: 2px;
}

.vehicle-onglet > li .badge {
  color: #FFF;
  font-size: 10px;
  font-weight: normal;
  height: 16px;
  padding: 3px 5px 3px 5px;
  position: absolute;
  right: 2px;
  top: 2px;
}
.testType-onglet > li .badge {
  color: #FFF;
  font-size: 10px;
  font-weight: normal;
  height: 16px;
  padding: 3px 5px 3px 5px;
  position: absolute;
  right: 2px;
  top: 2px;
}
.fa.fa-flat{
  font-weight: normal;
}

.panel-group .panel-accordion .panel-heading.panel-heading-session a {
  color: #555;
  padding: 5px 5px 5px 5px;
}

.panel-group .panel-accordion .panel-heading.panel-heading-session a i{
  color: #888;
}

.fs-1-5{
  font-size: 1.5em;
}

.accordion-toggle .accordion-title-i-right{
  margin-top: 5px;
  margin-left: -5px;
}

.accordion-toggle .accordion-title-i-down{
  margin-top: 5px;
  margin-left: -8px;
}

.accordion-toggle .accordion-title-i-right{
  display:none;
}
.accordion-toggle.collapsed .accordion-title-i-right{
  display:block;
}

.accordion-toggle .accordion-title-i-down{
  display:block;
}
.accordion-toggle.collapsed .accordion-title-i-down{
  display:none;
}

.full-width{
  width:100%;
}

/*//////////////////////    open street map   //////////////////////// */

#mapTrack {
  position: relative;
  z-index: 0;  
  height: 400px;
  width: 100%;
 }
#mapGps { /* la carte DOIT avoir une hauteur sinon elle n'apparaît pas */
 
  padding: 0;
    position : fixed !important; 
    top : 40px !important;  
    right : 0; 
    bottom :96px !important;  
    left : 73px !important; 
    
    z-index: 0 !important;
}



@media only screen and (max-width: 991px){

  #mapGps { /* la carte DOIT avoir une hauteur sinon elle n'apparaît pas */
 
    padding: 0;
      top : auto !important;  
      right : auto !important; 
      bottom :auto !important;  
      left : auto !important; 
      height: 300px !important;
      position: relative !important;
      z-index: 0 !important;
  }

}

.map-summary-box{
  position: fixed;
  width: 100%;
  bottom: 0px;
  margin-left:auto;
}



/*////////////////    open street map   //////////////// */

.map_button{

  display: block;
  margin-right: 10px;
  margin-top: 1px;
  width:45px;
  height:45px;
  border: none;
  border-radius:52px;
  background-color: #34495e;
  cursor:pointer;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  font-weight:bold;
  font-size: 7px;
  line-height: 150%;
} 

#mapGpsbuttons{
  display : none;
  display: none;
  position: fixed;
  bottom: 105px;
  right: 0;
}

#rot{

  width:45px;
  height:45px;
  border: none;
}

#segelaicon{

    position: relative; 
    float: left;
    z-index: 1; /* The z-index should be higher than Google Maps */
}

#nob_rouleur{

  position: relative;
  float: right;
  margin-right: -15px;
  margin-top: -15px;
  z-index: 1;
}
#icon_rouleur{
  position: absolute;
  margin-top: 50px;
  margin-left: 48px;
  width: 160px; 
  font-size: 2em;
  color: #34495e;
  

}
#nb_rouleur{

  margin-top: -58px;
  text-align: center;
  font-weight:bold;
  color: #000;
  font-size: 14px;
  z-index: 2;
}

/* Popup container */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* The actual popup (appears on top) */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

a.legendeVehicle.not-selected i{
  color:#777 !important;
}

/* .mapPin {
  bottom: 48px;
} */

.mapPin > i.fa-map-marker {
  position: relative;
  left: -10px;
  bottom: 43px;
  color:white;
  filter: drop-shadow(3px 5px 3px rgba(0,0,0,0.5));
  -webkit-filter: drop-shadow(3px 5px 3px rgba(0,0,0,0.5));
}
.mapPin > .hoverPin.fa-road {
  position: relative;
  bottom: 87px;
  left: -5px;
}
.mapPin > .hoverPin.fa-wifi {
  position: relative;
  bottom: 86px;
  left: -7px;
}
.mapPin > .hoverPin.fa-parking {
  position: relative;
  bottom: 86px;
  left: -2px;
}
.mapPin > .hoverPin.fa-ban {
  position: relative;
  bottom: 87px;
  left: -4px;
}



.releasesnotes .panel-body{
  padding: 0;
}

.session-vmrs .checkbox-default {
  display: block;
}


.dashboard-widget .panel-body{
  padding:0;
  padding-top:1.5em;
}

.chart.chart-paretoAleas{
  height:350px;
}
.chart.chart-hardwareDefects{
  height:350px;
}
.chart.chart-averageCu{
  height:350px;
}
.chart.chart-sessionZeroDefect{
  height:350px;
}
.chart.chart-kmGap{
  height:350px;
}
.chart.chart-timeGap{
  height:350px;
}
.chart.chart-paretoDefects{
  height:350px;
}
.chart.chart-progressKm{
  height:350px;
}

.fixed-height350{
  height:400px;
  overflow: auto;
}

.fixed-max-height350{
  max-height:400px;
  overflow: auto;
}


.uneditable-input {
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.fileupload-new .input-append .btn-file {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.fileupload .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.sessions-btn-restore-view{
  text-align:center;
  margin:auto;
}

.sessions-blocs{
  width:100%; height:350px;
}

.sessions-blocs-activity{
  width:100%; height:150px;
}

.sessions-blocs #bloc-spinner{
  padding-top:100px;
}


@media only screen and (max-width: 991px){
.table.table-no-more.table-xs-nospace td {
    padding-left: 10px;
}
}

.widget-fastAccess a{
  margin-top: 10px;
}

.log-viewer i{
  margin-right:5px;
}

/* player ausio */

#pButton {
  margin-top: 12px;
  cursor: pointer;
  float: left; 
}



.audioPlayer{
  padding-top:7px;
}



.login-lang{
  position:absolute;
  right:10px;
  top:10px;
}

.login-lang .dropdown-menu{
  right:0;
  left:auto;
  min-width:30px;
}

.notifications .notification-menu.lang{
  border: none;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  left: auto;
  margin: 10px 0 0 0;
  padding: 0;
  right: -5px;
  min-width:30px;
  width:auto;
}

.notification-menu.lang .image {
  float: left;
  margin: 0 0 0 0;
}


@media print {
  aside, aside *, #sidebar-left, #sidebar-left *, .no-print, .no-print * {
    display: none;
  }
}

#blocReturn{
  padding-top:30px;
}


/**
Widget visualManagement
**/

.visual-management-widget .visualManagement-bloc{
  padding-left:5px;
  padding-right:10px;
  padding-bottom: 15px;
}

.visual-management-widget .visualManagement-tab-title{
  padding-top:5px;
  padding-bottom:5px;
}

.visual-management-widget .visualManagement-tab-line{
  border-bottom: 1px solid #ccc;
}


.visual-management-widget .visualManagement-tab-line > div{
  padding-top:5px;
  padding-bottom: 5px;
}

/**.visual-management-widget .visualManagement-tab-title div:first-child,**/
.visual-management-widget .visualManagement-tab-line > div:first-child
{
  border-left: 1px solid #ccc;
}

.visual-management-widget .visualManagement-tab-title > div:not(:first-child),
.visual-management-widget .visualManagement-tab-line > div:not(:first-child)
{
  text-align:center;
}

.visual-management-widget .visualManagement-tab-line > div
{
  border-right: 1px solid #ccc;
}

.visual-management-widget .visualManagement-tab-line-cells > div:not(:first-child)
{
  border-left: 1px solid #ded;
}

#schedule-management .draggable{
  cursor: grab;
}


#schedule-management tr.dragging{
  border: 1px solid #0088cc;
  opacity: 0.8;
}

#schedule-management tr.over td{
  background-color: rgba(113, 213, 255, 0.1);
}



#schedule-management table.dataTable{
  margin-top:0px !important;
}

.searchButtonBloc, #qrcodeButtonBloc{
  float:right;
  text-align:right;
}

@media (min-width: 768px) {
  #schedule-management .form-inline td .form-control {
      display: inline-block;
      width: 100%; 
      vertical-align: middle;
  }
}

@media  (max-width: 767px){
  .header .header-right {
    margin-top: 0px;
  }

  .btn-group>.btn, .btn-group-vertical>.btn {
    float: none;
  }


  .text-right a{
    font-size: 1.2em;
    margin-left: 8px;
  }

  .btn-widjet-OK {
    padding-top: 20px;
    width: 100%;
    text-align: center;
  }
}

.index-dropdown-xs .btn-group{
  display: grid;
}

.index-dropdown-xs .dropdown-menu{
  width: 100%;
}

.index-dropdown-xs {
  padding-bottom:20px;
}


.qrcode-click{
  cursor: pointer;
}

#modalQrCodeZoom .panel-body{
  text-align: center;
}
#modalQrCodeZoom img{
  height: 80vh;
}

.select2-drop{
  z-index: 99999;
}


.select2-search-choice-close:after {
  display: none;
}

.select2-container-multi .select2-search-choice-close:after {
  display:block;
  content: 'x';
  font-size: 10px;
  color: #fff;
  padding: 0 4px;
  font-weight: bold;
}

.modal-block-primary .btn .fa {
  color: #fff;
}

/* #timeline {
  width: 90%;
  height: 2px;
  margin-top: 20px;
  margin-left: 10px;
  float: left;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.3); } */


/* #playhead {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-top: -3px;
  background: black;
  cursor: pointer; } */



/*///////////////////////////////////   google API    /////////////////////////////////////////////////*/

/* Load mapTrack  */ 
/* #mapTrack {
  z-index: 0;  
  height: 400px;
  width: 100%;
 } */

/* Set the position of segula icon */
/*img.segulaicon{
  position: relative; 
  float: left;
  margin-top: -25px;
  width: 100px;
  z-index: 1;  The z-index should be higher than Google Maps 
}*/


/* hide the google logo  */
/* #mapTrack .gm-style a[href^="https://maps.google.com/maps"] {
  display: none !important;
} */

/* Load mapGps  */ 
/* #mapGps {

  padding-bottom:53%;
  height:0;
  z-index: 1;
} */

/* #mapGps iframe {

  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
} */

/* hide the google logo  */
/* #mapGps .gm-style a[href^="https://maps.google.com/maps"] {
	display: none !important;
} */

/*///////////////////////////////////////////////////////////////////////////////////////////////*/