html { width: 100%;}
body { 
	width:100%; margin: 0; background: url(../visuels/bg.png) repeat-x #003256;
	padding-bottom: 40px;
	padding-top: 70px;
}
p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
#frame table { 
    border-collapse: collapse; 
}
#frame tr td {
	border-bottom: #333 thin solid;
}
.container a, .container-fluid a {
	text-decoration: none;
}
a.hover:hover, a.hover:hover {
	box-shadow: 0 0 6px #FFF;
	-moz-box-shadow: 0 0 6px #FFF; 
	-webkit-box-shadow: 0 0 6px #FFF;
	-moz-border-radius: 16px;
	border-radius: 16px;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
img { border: 0px none;}
ul, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.cleaner {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.spacer {
	clear: both;
	height: 18px;
	overflow: hidden;
}
.large {
	width: 90%;
	text-align: center;
}
.all-large {
	width: 100%;
	text-align: center;
}
.transpcont {
    background: #333;
	background-color: rgba(60,60,60,0.8);
	color: #FFF;
	padding: 1em;
}
#frame {
	color: #333;
	background-color: #EEE;
	box-shadow: 0 0 2px #333;
	-moz-box-shadow: 0 0 2px #333; 
	-webkit-box-shadow: 0 0 2px #333;
	padding: 6px;
	margin-top: 6px;
	width: 90%;
	font-weight: bolder;
	font-size: 16px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#screen {
	font-size: 14px;
}
#wrap {
	color: #00254B;
	background-color: #FFF;
	box-shadow: 0 0 2px #333;
	-moz-box-shadow: 0 0 2px #333; 
	-webkit-box-shadow: 0 0 2px #333;
	padding: 6px;
	margin-top: 36px;
	width: 60%;
	font-weight: bolder;
	font-size: 21px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-inverse {
    background-image: linear-gradient(to bottom, #3c3c3c 0px, #222 100%);
    background-repeat: repeat-x;
    border-radius: 4px;
    background-color: #222;
    border-color: #080808;
}
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}
@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
}
.rounded {
	-moz-border-radius: 6px;
	border-radius: 6px;	
}
.rounded16 {
	-moz-border-radius: 16px;
	border-radius: 16px;
}
.shadow {
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
}
.cursor {
	cursor: pointer;
}
.transpcont {
    background: #333;
	background-color: rgba(60,60,60,0.8);
}
.stats_field_cont {
	width: 100%;
	margin-top: 6px;
	background: url(../visuels/bg.png) repeat-x #000;
}
#dblinks a { color: #FFF; display: inline-block; margin: 0px; padding: 2px; text-decoration: none; font-size: 16px;}
#dblinks a:hover { color: #0CC; background: #333; display: inline-block; margin: 0px; padding: 2px; text-decoration: none; font-size:16px;}
ul.popers {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.logo {
	width:128px;
	position:absolute;
	top:2px;
	left:50%;
	margin-left:-64px;
}
#top {
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
	text-align: right;
}
#topmenu {
	margin: 0px;
	padding: 2px;
	display: block;
	text-align: center;
	width: 100%;
	height: 32px;
	position: relative;
	bottom: -5px;
}
#topmenu ul, li {
	display: inline-block;
}
#topmenu a:hover {
	text-decoration: underline;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
a.dc, a.mng, a.contact, a.fleet {
	background: #333;
	-moz-box-shadow: inset 2px 2px 5px #CCC;
	box-shadow: inset 2px 2px 5px #CCC;
	-moz-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
	border-right: 1px solid #FFF;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-bottom: none;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	padding: 6px;
	margin: 2px;
}
.expends {
	cursor: pointer;
}

input#log, input#pass, input#Nom, input#Prenom, input#CP, input#Ville, select#Garde, select#Vacant, input#Adresse, input#Portable, input#Fixe, input#Secteur, input#Lat, input#Lng, input#Nom1, input#Prenom1, input#CP1, input#Ville1, select#Garde1, select#Vacant1, input#Adresse1, input#Portable1, input#Fixe1, input#Secteur1, input#Lat1, input#Lng1, input#CpSearch, input#SecSearch, select#GardeSearch, input#CpStats, select#statMenu, select#Club, input#DateDeb, input#DateFin, select#smsOK, select#statMenu, select.pagesize, select#langMenu, select#videoMenu{
	font-size: 16px;
	color: #333;
	padding: 6px;
	margin: 2px;
	-moz-box-shadow:inset 2px 2px 5px #ccc;
	box-shadow:inset 2px 2px 5px #ccc;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #b8b8b8;
}
input.Sender {
	font-size: 16px;
	color: #FFF;
	padding: 6px;
	-moz-box-shadow:inset 2px 2px 5px #000;
	box-shadow:inset 2px 2px 5px #000;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #000;
	cursor: pointer;
	background: #666;
}
input.Wide {
	width: 96%;
	padding: 6px;
	margin: 1%;
}
a.Sender {
	display: block;
	font-size: 16px;
	color: #FFF;
	padding: 6px;
	-moz-box-shadow:inset 2px 2px 5px #000;
	box-shadow:inset 2px 2px 5px #000;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #000;
	cursor: pointer;
	background: #666;
}
a.Wide {
	display: block;
	width: 96%;
	padding: 6px;
	margin: 1%;
	text-align: center;
}
input.Connect {
	font-size: 16px;
	color: #FFF;
	padding: 6px;
	-moz-box-shadow:inset 2px 2px 5px #000;
	box-shadow:inset 2px 2px 5px #000;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #000;
	cursor: pointer;
	background: #51BAE7;
}
input.Eraser {
	font-size: 16px;
	color: #000;
	padding: 6px;
	-moz-box-shadow:inset 2px 2px 5px #000;
	box-shadow:inset 2px 2px 5px #000;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #000;
	cursor: pointer;
	background: #F00;
}
.corner_tr {
	margin: 6px 6px 0px 0px;
}
#popup {
    width:96%;
    height: 96%;
	overflow: scroll;
    display: none;
    position: fixed;
	top: 2%;
	left: 2%;
    background:#FFF;
    border: 1px solid #666;
    border: 1px solid #555;
	-moz-border-radius: 6px;
	border-radius: 6px;
    box-shadow: 2px 2px 16px #222;
    z-index: 999999;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
}
#popupmin {
    width:60%;
    height: 60%;
	overflow: auto;
    display: none;
    position: fixed;
	top: 20%;
	left: 20%;
    background:#FFF;
    border: 1px solid #666;
    border: 1px solid #555;
	-moz-border-radius: 6px;
	border-radius: 6px;
    box-shadow: 2px 2px 16px #222;
    z-index: 999999;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
}
#popupStats {
    width: 96%;
    height: 96%;
	overflow: auto;
    display: none;
    position: fixed;
	top: 2%;
	left: 2%;
    background:#FFF;
    border: 1px solid #666;
    border: 1px solid #555;
	-moz-border-radius: 6px;
	border-radius: 6px;
    box-shadow: 2px 2px 16px #222;
    z-index: 999999;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
}
h6 {
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	padding: 3px;
	border: 1px solid #D4D4D4;
	background-color: #F1F1F1;
	-moz-box-shadow:inset 2px 2px 5px #ccc;
	box-shadow:inset 2px 2px 5px #ccc;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #b8b8b8;
	color: #09F;
	margin: 0px;
}
/**** FlipSwitch Toggle Button ****/
.onoffswitch {
	position: relative; width: 120px;
	-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
	display: none;
}
.onoffswitch-label {
	display: block; overflow: hidden; cursor: pointer;
	border: 2px solid #999999; border-radius: 20px;
}
.onoffswitch-inner {
	display: block; width: 200%; margin-left: -100%;
	-moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
	-o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
	display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
	font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.onoffswitch-inner:before {
	content: "GARDE";
	padding-left: 10px;
	background-color: #2FCCFF; color: #FFFFFF;
}
.onoffswitch-inner:after {
	content: "SEMAINE";
	padding-right: 10px;
	background-color: #EEEEEE; color: #999999;
	text-align: right;
}
.onoffswitch-switch {
	display: block; width: 18px; margin: 6px;
	background: #FFFFFF;
	border: 2px solid #999999; border-radius: 20px;
	position: absolute; top: 0; bottom: 0; right: 86px;
	-moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
	right: 0px;
}