html {
    background-color1: #f0f3f4;
    position: relative;
    min-height: 100%;
}

body {
    background-color: #cccccc; 
    color: #58666e;
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 1.42857;
}

td.diffline {
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
}

td.diffline:hover {
  overflow: visible;
  color: white;
  /*text-transform: uppercase;*/
  /*font-weight: bold;*/
  translate: 0px -20px;
}


a:link {
  color: #555;
}

a:visited {
  color: #555;
}

a:hover {
  color: #222;
}

.after-logo {
  /*z-index: 9999 !important;*/
  position: absolute; 
  top: 15%; 
  left: 50%; 
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 0px solid #000;
  opacity: 1;
}

.madeday {
  z-index: +1;
  color: #555;
  font-size: 100px;
  position: absolute; 
  top: 30%;
  left: 0%; 
  width: 100%;
  border: 0px solid #000;

}

.Loading_icon {
  position: absolute; 
  top: 45%; 
  left: 50%; 
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 2px solid #000;
  opacity: 1;
}

.login-form {
    /* background-image: url('../images/LOGO_LANOTTE.png');*/
    position: relative; 
    /*top: 60%; 
    left: 50%; 
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
    font-size: 14px;
    width: 410px;
    height:410px;
    margin: 1% auto;
    padding: 20px;
    color: #999999 ;
    border: 0px solid #000;
}

.alert-warning {
  font-size: 14px;
  color: #555;
}

/* @media (max-width:1024px) { */
.container {
    padding-right: 0px; 
    padding-left: 0px;
    margin-right: 1%; 0px;
    margin-left: 1%; 0px;
    width: 98%;
    margin-bottom: 0px;
    margin-top: 0px;
    /*border: 2px solid red;*/
}
/*}*/

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;  
  height: 60px;
  background-color: black ; #f5f5f5;
  padding-top:15px;
}
/*
.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
*/
/*
.sidebar {
    position: fixed;
    top: 551px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-top:-1px;
    border-right: 1px solid #eee;
    background-color: #3a3f51;
    color: #a6a8b1;
}
.nav-sidebar {
  margin-right: -21px; 
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
  color: #a6a8b1;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}

.nav > li > a:focus, .nav > li > a:hover{
	color: #000; #fff;
  	background-color: #000; #32374a;
}
*/

/*
.navbar-nav>li {
	float:left;
	margin-left:0px;
}

*/

/*
.main {
  padding: 20px;
}
*/
/*
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
*/
/*
.main .page-header {
  margin-top: 0;
}
*/
/*
.navbar-inverse {
    background-color: #f04949;
    border-color: #f04949;
}
.navbar-inverse .navbar-brand {
    color: #fff;
    font-size:20px;
    font-weight: bold;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
}

*/
/*
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #777; #fff;
}
.navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > .active > a:hover, 
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #777; #fff;
    background-color: #f04949;
}
.navbar-inverse .navbar-nav > .open > a, 
.navbar-inverse .navbar-nav > .open > a:hover, 
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #f04949;
}
*/


.modal-extralarge {
  position: absolute; 
  top : 2%;
  left: 5%;
  width: 90%;
  /*height: 400px;*/
  height: calc(100vh - 150px);
}


hmin {
    font-size: 16px;
}

.col-table {
  display: table;
  width: 100%;
  margin-top: 10px;
}

.sameheight {

  display: table-cell;
  width:33%;
  border-width:1px;
  border-style:dotted;
  border-color:black;
  padding-left: 20px;
  padding-right: 20px;
}

.filtre {

  padding-top: 20px;

}

.line {
    font-size: 0;
    height: 2px;
    margin: 10px 0;
    overflow: hidden;
    width: 100%;
    background-color: #2e3344;
}
.sidebar ul.nav li a > i {
    float: left;
    line-height: 40px;
    margin: -10px 5px -10px -10px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 40px;
}
.sidebar ul.nav li a{
	font-weight: 700;
}

.nomsoc {
  float: right;
  vertical-align: center;
  text-align: center;
  margin-right: 20px;
  font-size:12px;
  color: white;
}

.tdcenter {
    text-align: center;
}

.btn-success, .panel-success {
    background-color: #27c24c !important;
    border-color: #27c24c !important;
    color: #fff !important;
}

.btn-primary, .panel-primary {
    border-color: #7266ba;
    color: #fff !important;
}
.btn-info, .panel-info {
    background-color: #23b7e5;
    border-color: #23b7e5;
    color: #fff !important;
}
.btn-warning, .panel-warning {
    background-color: #fad733;
    border-color: #fad733;
    color: #fff !important;
}
.btn-danger, .panel-danger {
    background-color: #f05050;
    border-color: #f05050;
    color: #fff !important;
}
.btn-dark, .panel-dark {
    background-color: #3a3f51;
    border-color: #3a3f51;
    color: #fff !important;
}
.footer{
	z-index: 9999;
}
.btn i{
	padding-left:5px;
	padding-right:10px;
}
.account-menu .fa, .dropdown-menu li a .fa{
	padding-left:5px;
	padding-right:10px;
	font-size:13px;
}
.logout .fa{
	color:#fff !important;	
}
.logout .fa:hover, .logout .fa:active, .logout .fa:focus{
	color:#111 !important;
}
input[type=number]{ -moz-appearance: textfield; }
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}


.form-inline .form-group{
	margin-bottom: 20px;
	float: right;
}


.dropdown-menu{
	z-index: 9999 !important;
}
.message_success{background-color: #78b310; color:#fff;padding: 5px;}
.message_error{background-color: #e74c3c; color:#fff;padding: 5px;}

.modal-dialog {
  height: 100%;
}

.modal-body {
	 position: relative;
    overflow-y: auto;
    max-height: 100%;
    background-color: #cccccc;
}

.modal-header {
    /*margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 4px;
    padding-bottom: : 4px; */
    /*height: 40%;*/
}
.modal-header {
    padding:5px 10px;
    border-bottom:1px solid #eee;
    background-color: #cccccc;
    /*//background-color: #888888;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;*/
 }
.modal-footer {
    padding:9px 15px;
    border-top:0px solid #eee;
    background-color: #cccccc;
 }

.modal-title {
    background-color: #cccccc;
}

@media print {
    #print_content {
        background-color: white;
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        margin-left: 20px;
        margin-right: 20px;
        padding: 15px;
        font-size: 14px;
        line-height: 18px;
        font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    }
}
.searchTxt{
	margin-bottom: 10px;
}
.success-icon{
	font-size:5em;
}
.invoice-save-top{
	margin-top:20px;height:60px;padding:20px;font-size:20px;
}
.invoice-save-btm{
	height:60px;padding:20px;font-size:20px;
}

.bottom-ads{
	padding-left:0%;
}

.divafacturer {

color: #222;

}

@media (min-width: 768px) {
	.bottom-ads{
		padding-left:9%;
	}
}

.demo-heading {
	 width: 600px;
    margin: 1% auto;
    padding: 20px;
}

/* new */

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden; 
  background-color: white ; #999999;
}

.menuul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden; 
  background-color: #999999;
}

li {
  float: left;
}

li a, .dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 7px 8px; 14px 16px;
  text-decoration: none;
}

/*
li a:link {
  color: white;
}
*/

li a:hover, .dropdown:hover .dropbtn {
  background-color: grey; #f9f9f9;
  color: white;
}

li.dropdown {
  display: inline-block;
}

.dropdown2 {
    /*float: none; left; /* pas left sinon a coté */
    /*overflow: visible;hidden;
    /*font-size: 17px; */   
    /*border: none;
    outline: none;*/
    color: white;
    padding: 7px 8px;
    background-color: inherit;
    text-decoration: none;
    text-align: left;
    font-family: inherit;
}


.dropdown-content, .dropdown-sous-content {
  display: none;
  position: fixed; 
  background-color: grey; #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 9999; /* !!! rajouter par moi pour essayer */
}

.dropdown-content a {
  color: white; black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown2:hover .dropdown-sous-content {
  display: block;
   margin-left: 20px;
}

.dropdown-content a:hover {
    background-color: #999999;
}

/* SIDE PANEL LEFT */
.sidepanel {
  width: 0;
  position: fixed;
  z-index: 99999;
  height: 85%;
  top: 10%;
  left: 0;
  background-color: #999;
  opacity: 10;
  overflow-x: hidden;
  transition: 0s;
  padding-top: 40px;
  padding-bottom: 10px;
}

.sidepanel2 {
  /* note : the height of this div is defined in the iframes in display-letmenu.php */;
  background-color: #999;
}

.sidepanel2 a {
  padding: 4px 4px 4px 32px;
  text-decoration: none;
  font-size: 11px;
  color: white; #111;
  display: block;
  transition: 0.3s;
}

.dropdown-btn {
  padding: 8px 8px 8px 62px;
  text-decoration: none;
  font-size: 15px;
  color: #999;
  display: block;
  transition: 0.3s;
}

.sidepanel2 a:hover, .dropdown-btn:hover {
  color: #f1f1f1;
  background-color: grey; #f9f9f9;
}

.sidepanel .closebtn2 {
  position: absolute;
  top: 5px;
  right: 25px;
  font-size: 15px;

  background-color: grey;
  opacity: 0.5;
  color: white;

  font-weight: bold;
  float: right;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;

}

.closebtn2:hover {
  color: black;
}

/*
.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color:#444;
}
*/

/* Add an active class to the active dropdown button */
.active {
  background-color: #777;
}
/* Add an active class to the active dropdown button */
.inactive {
  background-color: #999;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  background-color: #777;
  padding-left: 2px;
}

.dropdown-container a {
  padding: 4px 4px 4px 52px;
  text-decoration: none;
  font-size: 11px;
  color: white; #111;
  display: block;
  transition: 0.3s;
}

/* FIN SIDE PANEL LEFT */



/*  end new */


tr {
   /* line-height: 50px; */
   /* min-height: 50px; */
/*   height: 20px; */
}


/*
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th
{
  padding:0; 
}
*/

.table>tbody>tr>td
{
  /* padding:0; */
  padding-bottom: 3px; 
  padding-top: 3px;
  padding-left: 3px;
  padding-right: 3px;
  vertical-align: middle;
}


/* for trash drag and drop */
div.calendar-undo{
float: right;
font-size:22px;
padding-right: 0px;
margin-right:5px;
padding-left:8px;
padding-top: 0px;
cursor: pointer;
}

/* for trash drag and drop */
div.calendar-trash{
float: right;
font-size:22px;
padding-right: 0px;
margin-right:5px;
padding-left:8px;
padding-top: 0px;
cursor: pointer;
}

/* for trash drag and drop */
div.calendar-gotodate{
float: right;
font-size:9px;
padding-right: 0px;
margin-right:5px;
padding-left:8px;
padding-top: 0px;
cursor: pointer;
}


/* for tooltip event in calendar by salle */

.tooltipevent{
    width:250px;
    /*height:100px;*/
    background:#fff;
    position:absolute;
    z-index:10001;
    transform:translate3d(-50%,-100%,0);
    font-size: 1rem;
    box-shadow: 1px 1px 3px 0px #888888;
    line-height: 1rem;
    border:solid 0px black;
}
.tooltipevent div{
    padding-left:10px;
    padding-right:10px;
    padding-top:2px;
    padding-bottom:2px;
    white-space: pre-line;
    /*overflow: auto;*/
}
.tooltipevent div:first-child{
    font-weight:bold;
    color:black;
}
.tooltipevent div:last-child{
    position:relative;
}
.tooltipevent div:last-child::after, .tooltipevent div:last-child::before{
    width:0;
    height:0;
    border:solid 5px transparent;
    border-bottom:0;
    /* border-top-color:#fff ; whitesmoke;*/
    position: absolute;
    display: block;
    content: "";
    bottom:-4px;
    left:50%;
    transform:translateX(-50%);
}
.tooltipevent div:last-child::before{
    border-top-color: #fff; 
    bottom:-5px;
}


.fourboutons { /* pour les 4 boutons dans modal-event */
    /*background-color: inherit;*/
    float: none;
    text-align: center;
    border: 0px solid #ddd;
    outline: none;
    cursor: pointer;
    padding: 5px 5px;
    margin-right: 5px;
    margin-left: 5px;
    /*transition: 0.3s;*/
    font-size: 12px;
    background-color: #ddd;
    color: #555;
}


/* Style the tab */
.tab1 {
   width: 100%;
   margin-top: 10px;
    overflow: hidden;
    /*border: 0px solid #ddd;
    background-color: #ddd;*/
    text-align: center; 
    color: black;
}

/* Style the buttons inside the tab */
.tab1 button {
    /*background-color: inherit;*/
    float: none;
    text-align: center;
    border: 0px solid #ddd;
    outline: none;
    cursor: pointer;
    padding: 5px 5px;
    margin-right: 5px;
    margin-left: 5px;
    /*transition: 0.3s;*/
    font-size: 12px;
    background-color: #ddd;
    color: #555;
}

.tab1 label {
  color: #ddd;
   margin-right: 5px;
    margin-left: 5px;
}

.tab1 button:disabled { 
    font-style: italic;
    pointer-events: none;
    opacity: 0.4;
}

/* Change background color of buttons on hover */
.tab1 button:hover {
    background-color: #bbb;
}

/*Create an active/current tablink class */

.tab1 button.myactive { /* ceci c'est pour les tab d'un event */
    background-color: #777;
    color: white;
}


/* Style the tab content */
.tabcontent {
    min-height: 300px;
    display: none;
    padding: 0px 0px;
    /*border: 3px solid red;*/
    /*border-top: none;*/
    /*text-align: justify;
    text-justify: inter-word;*/
}
/* FIN Style the tab */


.EventTab {
  font-size:0.9em;
}

.TechTab {
  height: 65vh ; /*calc(100vh - 50px); */
  overflow-y: auto;
  overflow-x: hidden ;
  /*border: 2px solid yellow;*/
}

.TechTab {
  font-size:0.8em;
}


.Tabletech, .Tablemate {
  width : 90%;
  /*border: 2px solid red;*/
}

input[type="checkbox"] { /* change "blue" browser chrome to yellow */
  filter: grayscale(100%); /*invert(10%) hue-rotate(180deg) brightness(1);*/
  height: 1.5em;
  width: 1.5em;
}

/*.warningMSG {
  padding: 10px;
  position: fixed;
  display: hidden;
  width: 70%;
  height: auto;
  left: 20%;
  right: 20%;
  top: 15%;
  color: white;
  background-color: rgba(0,153,255); 
  opacity: 0.7;
  z-index: 2; 
  cursor: pointer; 
}*/
.warningMSG {
  padding: 10px;
  position: fixed;
  display: hidden;
  width: 20%;
  height: auto;
  right: 1%;
  top: 5%;
  color: white;
  background-color: #777 ; rgba(0,153,255); 
  opacity: 0.8;
  z-index: 2; 
}

.backupMSG {

  padding: 10px;
  position: fixed; 
  display: hidden; 
  width: 70%; 
  height: auto; 
  left: 20%;
  right: 20%;
  bottom: 15%;
  color: white;
  background-color: rgba(0,153,255); 
  opacity: 0.9;
  z-index: 2; 
  cursor: pointer; 
  
}

/* The close button on conflit warning */
.closebtn {
  margin-left: 15px;
  background-color: red;
  opacity: 0.5;
  color: white;

  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}
/* When moving the mouse over the close button */
.closebtn:hover {
  color: black;
}


/* pour les switche facturé/à facturer/non facture */

.switch_3_ways{
  margin:auto;
  font-size:1em;
  font-family:sintony;
  height:2em;
  line-height:2em;
  border-radius:0.3em;
  background:#aaa;
  position:relative;
  display:block;
  float:left;
}
.switch.encours,
.switch.cloturer,
.switch.nepasfacturer,
.switch.dejafacture,
.switch.afacturer{
  cursor:pointer;
  position:relative;
  display:block;
  float:left;
  padding: 0 1em;
  -webkit-transition: 300ms ease-out;
  -moz-transition: 300ms ease-out;
  transition: 300ms ease-out;
}
.switch.active{
  color:white;
  border-radius:0.3em;
  /*-moz-box-shadow: 0px 0px 7px 1px #656565;
  -webkit-box-shadow: 0px 0px 7px 1px #656565;
  -o-box-shadow: 0px 0px 7px 1px #656565;
  box-shadow: 0px 0px 7px 1px #656565;*/
  filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=7);
}

.switch.nepasfacturer.active{
  background-color:#777777;
}
.switch.dejafacture.active{
  background-color:#2db300; 00e600;
}
.switch.afacturer.active{
  background-color:#ff3300;
}

.switch.encours.active{
  background-color:#ff3300;
}
.switch.cloturer.active{
  background-color:#2db300; 
}





