/* ****************************************************** COMMUN **************************************************** */
/**
 * page principale de style
 */

/*ORANGE =
JAUNE =
VERT =
BLEU FONCE = #4473a4
BLEU INTER = #6fb3e4
BLEU CLAIR = #abd3f2
BLEU CALENDRIER = #2f84d8
GRIS FONCE = #454545
GRIS CLAIR = #999

*/
#upload_frame {
 height:100%;
 width:100%;
}

@font-face {
    font-family: 'LANENAR';
    src: url('../font/lanenar-webfont.eot');
    src: url('../font/lanenar-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/lanenar-webfont.woff') format('woff'),
         url('../font/lanenar-webfont.ttf') format('truetype'),
         url('../font/lanenar-webfont.svg#lane_-_narrowregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Titillium';
    src: url('../font/titilliumweb-regular-webfont.eot');
    src: url('../font/titilliumweb-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/titilliumweb-regular-webfont.woff') format('woff'),
         url('../font/titilliumweb-regular-webfont.ttf') format('truetype'),
         url('../font/titilliumweb-regular-webfont.svg#titillium_webregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html {
	font-size:100%;
	height:100%;
}
html, body{
	min-height: 100%;
	overflow:hidden;
}
html, body {
	margin:0;
	padding:0;
}
* {
	margin:0;
	padding:0;
	font-family:Titillium;
}
#corps {
	display:-webkit-flex;
	display:flex;
	display:-webkit-box;
	-webkit-flex-direction:column;
	flex-direction:column;
	width:100%;
	min-height: 100%;
	height: 100%;
	-webkit-box-orient:vertical;
	box-orient:vertical;
}
img {
	cursor: pointer;
}
a {
	background:transparent;
	text-decoration:none;
	cursor: pointer;
}

select {
	border-radius:0;
	-webkit-appearance:none;
	-moz-appearance:none;
}
input, select, textarea, .ui-widget input, .ui-widget select, .ui-widget textarea {
	outline-style:none;
	border:none;
	background:transparent;
	font-weight:normal;
	font-size:small;
	font-family: Titillium;
}


.fa label, .form label, .ui-dialog label{
	font-size: small;
	text-transform: uppercase;
	margin-left:3px;
	margin-right:3px;
	border-radius: none;
}
.fa label {
	height:15px;
	line-height: 15px;
}
.form label, .ui-dialog label {
	display: inline-block;
	text-align: right;
}
.form label{
	width:34%;
}
#co_tr label{
	display: inline-block;
	width: 17%;
	box-shadow: 0px 1px 2px #000;
	text-align: left;
	font-size: 14px;	
}

#cor_tr label, .deci{
	display: inline-block;
	padding:2px;
	width: 17%;
	text-align:center;
	font-size: 13px;
}

.deci{
	height:20px;
	margin-top: 15px;
	margin-left: 3px;
}

label[for=a_dep_n], label[for=tr_com], label[for=a_des_n], label[for=a_ret_n]  {
	height:38px;
}
label[for=dis] {
	padding:0px !important;
	border:none !important;
}
label[for=aff_tr] {
	width:200px !important;
	border: none !important;
	background:transparent !important;
	box-shadow:none !important;
}
label[for=he_s], label[for=hd_d], label[for=hf_d] {
	overflow:hidden;
	margin-left:15px;
	background-image:url(../images/clock.png) !important;
	background-position: center !important;
	background-repeat:no-repeat !important;
	text-indent:2000;
}
label[for=da_s], label[for=dd_d], label[for=df_d] {
	overflow:hidden;
	background-image:url(../images/cal.png) !important;
	background-position: center !important;
	background-repeat:no-repeat !important;
	text-indent:2000;
}

#cor_tr .cor_label{
	width:80px ;
}


.form input, .form select, .form textarea{
	padding-left: 3px;
	width: 64%;
	height:25px;
	font-size:small;
	line-height: 25px;
	margin-top:3px;
}
#w_form input{
	width:30%;
}
textarea, .ui-widget textarea, .form textarea{
	vertical-align: top;
	height:44px;
	resize: none;
}

.form input[type='checkbox']{
	width:15px;
	height:15px;
	padding: 0;
	margin:0;
	vertical-align: middle;
	position: relative;
}
.ui-dialog select, #w_bout select, #w_bout input, #w_bout label {
	height:25px;
	font-size:small;
	line-height: 25px;
	vertical-align: top;
}
#w_bout div{
	vertical-align: top;
}

/*.fa input, .fa select, .fa textarea{
	margin-left:3px;
	line-height: 25px;/*border-top-right-radius:5px;border-bottom-right-radius:5px;*//*width:64%;*/
	/*margin-top:3px;*/
	/*background : -webkit-linear-gradient(bottom, rgb(255, 255, 255) 00%, rgb(224, 224, 224) 49%);*/
	/*height:25px;*/
	/*background:#999;*/
/*}*/

/*textarea, .form textarea{
	height:50px;
	resize:none;
}*/

legend{
	margin-left : 10px;
	text-transform: uppercase;
	padding-right: 5px;
	padding-left: 5px;
}

.ui-accordion .ui-state-default, .ui-accordion .ui-state-active{
	border:none;
	border-radius: 0;
}
.ui-accordion .ui-state-active{
	color: #FFF;

}

.ui-corner-all{
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.bouton_menu_acc.ui_state_active{
	border-radius: 0;
	color:#FFF;
}
/* LOADER GIF */
#a_l{
	position:absolute;
	top:0;
	left:0;
	z-index: 10000;
	display:none;
	width:99%;
	height: 99%;
	background:#FFF;
	text-align: center;
	opacity:0.55;
}
#a_l img{
	position: absolute;
	top: 45%;
}
#a_l p{
	color:#4473a4;
}
/* FORMULAIRE */

.form.moit, .moit{
	display:inline-block;
	width:48%;
	vertical-align: top;
}
.form {
	width:100%;
}

/*.t1{
	width:150px;
}
.t2{
	width:200px;
}*/

#co_tr input, #co_tr textarea {
	position: relative;
	left: -6px;
	margin: 3px;	
	padding: 4px;
	width:70%;
	box-shadow: 0px 1px 2px #000;
	font-size:14px;
	resize:none;
}

#dis {
	margin-top: -4px !important;
	margin-left: 10px !important;
	background: transparent !important;
	box-shadow: none !important;
}



#info, #infod {
	overflow:hidden;
	background-image:url(../images/info.png) !important;
	background-position: center !important;
	background-repeat:no-repeat !important;
	text-indent:2000;
	margin-top : 1px;
}
#a_dep_inf, #a_des_inf{
	margin-top: 1px;
}
input#aff_tr{
	width:20px !important;
	height:14px;
}

#env_tt{
	display:none;
}
#cl_nom{
	font-weight:bold;
	}

#a_dep_inf, #da_s, #he_s, #a_des_inf, #dd_d, #df_d, #hd_d, #hf_d{
	vertical-align: top;
}




#cor_tr .cor_div, #login_aut #b_lang{
	float: left;
	margin: 10px;
	padding-right: 5px;
	padding-left: 5px;
	width: 70px;
	height: 30px;
	background-image: url(../images/pt_bouton.png);
		background-position: center ;
	background-repeat: no-repeat;
	/*color: #CC3;*/
	color: #f98700;
	text-align: center;
	text-transform: lowercase;
	font-size: 10px;
	font-family: sans-serif;
	line-height: 30px;
	/*color:4473a4;*/
	/*color:#2f84d8;*/
	cursor:pointer;
	border:none;
	background-color: transparent;
}

#cor_tr .cor_div{
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#contrat, #ur, #garde{
	margin-top:19px;
}

#seltv{
	padding-left:9px !important;
	/*margin-top:2px;
	height:30px;*/
}

#bt-titlebar{
	position:absolute;
	top: -5px;
	/*left: 330px;*/
	left:460px;
}




.co_tr_span{
	float:left;
	width:60%;
}

#veh_disp{
	width:99%;
	min-height: 54px;
}
#ch_c .b_close, #ch_de .b_close, #ch_a .b_close, #w_re .b_close{
	/*margin-left:-20px;*/
	display:block;
	width:20px;
	height:20px;
	background-image:url(../images/cross.png);
	background-position:center;
	background-repeat:no-repeat;
	cursor:pointer;
}
#ch_c .b_close:hover, #ch_de .b_close:hover, #ch_a .b_close:hover, #w_re .b_close:hover{
	background-image:url(../images/cross-hover.png);
}


.b_val, .b_close, .b_plus, .b_cl, .b_fin{
	float:right;
	padding-right: 2px;
	color:red;
	text-decoration:none;
	font-weight:bold;
	font-size:small;
	cursor: pointer;
}
.b_val {
	color:green;
	font-size:small;
}
.b_plus {
	color:green;
}
.b_fin{
	color : #000;
	margin:3px;
	border:1px solid #CCC;
}

#w_v .b_close{
	float:none;
	padding:7px;
	height:20px;
	background-image:url(../images/cross.png);
	background-position:center;
	background-repeat:no-repeat;
	cursor:pointer;
}
#w_v .b_close:hover{
	background-image:url(../images/cross-hover.png);
}
.wc-cal-event .b_close, .wc-cal-event .b_close:hover{
	position: relative;
	top: 5px;
	right: 25px;
}
#w_p_acc .b_val, #w_p_acc .b_close{
	width:auto;
	background: url(../images/bande_bas.jpg);
	margin-right: 5px;
	padding:5px;
	border-radius: 3px;
	color:#FFF;
}
#w_p_acc .b_val:hover, #w_p_acc .b_close:hover{
	width:auto;
	background: url(../images/bande_bas.jpg);
	margin-right: 5px;
	padding:5px;
	border-radius: 3px;
	color:#CCC;
}

.wc-cal-event .b_cl{
	margin-left:5px;
	color:red;
	font-size:small;
}


#cor_tr #dis{
	border:none;
	box-shadow:none !important;
}

#cor_tr textarea, #cor_tr input{
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 4px;
	width: 72%;
	font-size:13px;
	resize: none;
}
#cor_tr .cor_input{
	width:105px;
}

.ui-dialog-titlebar-close.ui-corner-all .b_gris{
	margin-left: -100px;
	color:red;
}
.ui-dialog-titlebar-close.ui-corner-all.ui-state-hover{
	border:none;
}
.ui-dialog.ui-dialog-titlebar-close{
	background:transparent;
}
#cor_tr #da_e, #cor_tr #da_s, #sel_t_v{
	display:inline-block;
	width:89px;
	padding-right: 4px;
	margin-left:3px;
	margin-right: 3px;
	margin-top: 2px;
	margin-bottom:2px;
	box-shadow: inset 0px 0px 2px #000;
}
#cor_tr #he_e, #cor_tr #he_s{
	display:inline-block;
	width:80px;
	margin-left:3px;
	margin-right: 3px;
	margin-top: 2px;
	margin-bottom:2px;
	box-shadow: inset 0px 0px 2px #000;
}

#he_e, #he_s{
	/*margin-left:110px;*/
}
.cache {
	display:none;
}
.cursor {
	cursor:pointer;
}
.souligne {
	border-bottom:1px solid red;
}
.cadre {
	border:1px solid #666;
}
.surlign {
	background:#949494;
	color:#FF9900;
}

.highlight {
	background:yellow;
}

.blue {
	color: blue;
}
.red {
	background:red;
}
.white{
	color:#FFF;
	font-size: small;
}

.alert {
	float:left;
	margin:0 7px 20px 0;
}
.right {
	float:right;
}
.icone {
	float:right;
	margin-left:3px;
}
.back_gris {
	display:inline-block;
	margin: 2px 4px;
	padding:5px 5px 6px;
	border:none;
	color:#FFF;
	font-size: large;
}
.infobulle, .bulle {
	color:#000;
	font-size:small;
}
.infobulle, .bulle, .meteo {
	position:absolute;
	padding:5px;
	border-radius:3px;
	background: #FFF;
	z-Index:1000;
}
.width15 {
	width:17px;
}

.wc-business-hours {
	border-left: 1px solid #999999;
	font-weight:lighter;
}
#bt-sec {
	float:left;
	padding-right: 10px;
	width:auto;
	height:50px;
	font-size:12px;
	cursor:pointer;
}

#bt-param a, #bt-fact a, #b_export a {
	margin:0px;
	color: inherit;
	font-family:inherit;
}

.d_gris {
	padding: 2px 2px;
	font-size: small;
}

.div_inputInfo {
	clear:both;
	margin-top:10px;
}
.etat_count, .etat_geoloc, .lib_eq span, .etat_garde {
	font-size:x-small;
}
.wc-cal-event, .affiche_liste {
	font-size:x-small;
}
.ui-menu {
	background-color: #CCCCCC;
	font-size: small;
}
.ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active {
	background-color: #999999;
}
.ui-dialog .titre_dialog {
	float:left;
	margin-left:10px;
	text-transform: uppercase;
}

.ui-dialog-title {
	font-size:x-large;
	text-transform: uppercase;
}

.ui-accordion .ui-widget-content{
	background: transparent;
	color:#000;
}
.ui-widget-content{
	border: none;
}
.ui-dialog-titlebar.ui-widget-header {
}
.ui-dialog table, .wc-user-header {
	font-size:small;
}
.ui-draggable-dragging .wc-time {
	font-size: medium;
}
.ui-autocomplete {
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 400px;
	background:#CCC;
}
.gris.ui-dialog-content {
/* background-image:-webkit-gradient(linear, left top, left bottom, color-stop(1, #bababa), color-stop(1, CCCCCC), color-stop(1, CCCCCC)); */
}
/*.wc-cal-event.type1.maj_couleur, .affiche_liste.type1.maj_couleur {
	background-image:-webkit-gradient(linear, left top, left bottom, color-stop(1, 4C83A8), color-stop(1, CCCCCC), color-stop(1, CCCCCC));
}
.wc-cal-event.type2.maj_couleur, .affiche_liste.type2.maj_couleur {
	background-image:-webkit-gradient(linear, left top, left bottom, color-stop(1, 44CC3F), color-stop(1, 85CC85), color-stop(0.6, 32CC2D));
}*/
.wc-cal-event {
	border: 1px solid #000;
	border-radius:5px;	
}
.wc-grid-timeslot-header, .wc-time-column-header, /*.wc-user-header,*/ .wc-scrollbar-shim {
	/* [disabled]background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0.45, 8C8C8C), color-stop(1, 292929), color-stop(1, 0D0D0D));
*/
}
.wc-header .wc-time-column-header{
	text-align: center;
	height:80px;
	margin: 0;
	padding: 0;
}
.wc-scrollable-grid .wc-day-column-last, .wc-scrollable-grid .wc-day-column-middle, .wc-hour-end, .wc-time-slot:not(.line) {
/*border-bottom:wc-time-column-header1px solid 0D0D0D;*/
}
.wc-oddeven-wrapper .wc-full-height-column {
	opacity:0.55;
	/*khtmlOpacity:0.55;*/
}
.wc-oddeven-wrapper .wc-full-height-column {/*	top: 2px; Modern Browsers */
	opacity: 0.4; /*fond*/
	
}
/*tab*/
.ui-state-hover.wc-column-even {
	/* [disabled]background-image:-webkit-gradient(linear, left top, left bottom, color-stop(1, F5F0DF), color-stop(1, 234252), color-stop(1, 234252));
*/
}
.ui-state-hover .wc-column-even, .wc-column-odd {
	background:transparent;
}
/*tab2*/
.wc-column-even {
	/* [disabled]background-image:-webkit-gradient(linear, left top, left bottom, color-stop(1, ADCCA7), color-stop(1, 6688CC), color-stop(1, 6C8FCC));
*/
background:#999;
}
.wc-column-odd{
	background:#CCC;
}
/*.Vehicule .1 {
	color:48AEE0;
	font-weight:normal;
}
.Vehicule .2 {
	color:5CCC54;
	font-weight:normal;
}*/
.veh {
	margin-top:3px;
	margin-left:3px;
	width:95%;
	height:30px;
	border: 1px solid #FFF;
	border-radius:3px;
	color:#FFF;
	text-align:left;
}
.dip {
	margin-top:3px;
	margin-left:3px;
	width:95%;
	height:45%;
	border: 1px solid #FFF;
	border-radius:3px;
	text-align:center;
}
.veh .n1, .veh .n2 {
	display:inline-block;
	float:right;
	margin: 5px 2px;
	width:40%;
	height:20px;
	border: 1px solid #FFF;
}
.veh .eq {
	overflow:hidden;
	margin-top:0;
	padding-left: 2px;
	width:98%;
	height:20px;
	border:none;
	color:#FFF;
	cursor:pointer;
}
.dip .eq {
	display:inline-block;
	float:left;
	margin: 5px 2px;
	height:20px;
	border: 1px solid #FFF;
	color:#FFF;
	cursor:pointer;
}
.veh, .dip {
	font-size: small;
}

.wc-day-column-last {
	border-right:none;
}
.lib_ve {
	overflow:hidden;
	margin: 0;
	padding: 0;
	padding-top: 1px;
	height:39px;
	white-space:nowrap;
	line-height:13px;
	cursor: pointer;
}
.lib_pl{
	overflow:hidden;
	margin: 0;
	padding: 0;
	height:85px;
	white-space:nowrap;
	line-height:13px;
	cursor: pointer;
}

.lib_ve .etat_count, .lib_pl .etat_count {
	float:right;
	margin-right:3px;
	height:13px;
}
.etat_garde{
	float:left;
	margin-left: 3px;
}
.etat_geoloc{
	overflow:hidden;
	height:12px;
	line-height:10px;
	
}

.lib_eq {
	overflow:hidden;
	margin-top:0;
	height:18px;
	text-align:left;
	font-size:small;
	cursor: pointer;
	padding-left: 2px;
}
.lib_eq span {
	float:right;
}
.lib_eq.equ3{
	height:36px;
	line-height:36px;
}
.lib_eq.equ2, .lib_eq.equ3 {
	text-align:left;
}


#bt-menu {
	z-index:999;
}
.bouton_menu {
	float:left;
	padding-left:0px;
	width:100px;
	height:50px;
	text-align:center;
	text-transform:uppercase;
	font-size:12px;
	line-height:50px;
	cursor:pointer;
}




.pt_bouton {
	float:left;
	margin:10px;
	width:70px;
	height:30px;
	text-align:center;
	font-size:10px;
	font-family:sans-serif;
	line-height:30px;
}
.pt_bouton:hover, .pt_bouton.actif{
	color:#FFCC00;
}
.pt_bouton1 {
	float:left;
	text-align:center;
	font-size:10px;
	font-family:sans-serif;
	line-height:40px;
}

/*#mail:hover, #p_pl:hover, #bt-param:hover, #bt-fact:hover{
	
	color:#FFCC00;
}
#mail, #p_pl, #bt-param, #bt-fact {
	
	color: #f98700;
	
}*/
/*#accu:hover, #hist:hover, #cde:hover, #mens:hover{
	
	color:#FFCC00;
		cursor: pointer;
}
#cde, #accu, #hist,#mens{
	
	color: #f98700;

	
}*/

/*.wc-user-header {
	background:-webkit-linear-gradient(top,  #CFCFCF, #CCCCCC);
	background:-moz-linear-gradient(top,  #CFCFCF, #CCCCCC);
	background:-ms-linear-gradient(top,  #CFCFCF, #CCCCCC);
	background:linear-gradient(#CFCFCF, #CCCCCC);
	background-image:-webkit-gradient(linear, left top, left bottom, color-stop(1, CFCFCF), color-stop(1, CCCCCC), color-stop(1, CCCCCC));

}*/
.wc-header{
	height:77px;
}
.wc-user-header {
	/*display:block;*/
	margin-top:1px;
	width:100%;
	height:77px;
	text-align:center;
}

/*fond*/
div.wc-time-slots {
	background-color:#ECECEC;
}
.fl_tr_a {
	float:left;
	/*margin-left:2px;*/
	width:0;
	height:0;
	border:6px solid transparent;
	border-left:6px solid gray;
}
.fl_tr_a.active {
	float:left;
	/*margin-left:2px;*/
	width:0;
	height:0;
	border:6px solid transparent;
	border-left:6px solid black;
}
.fl_tr_r {
	float:left;
	width:0;
	height:0;
	border:6px solid transparent;
	border-right:6px solid gray;
}
.fl_tr_r.active {
	float:left;
	width:0;
	height:0;
	border:6px solid transparent;
	border-right:6px solid black;
}

.wrap_param {
	position: relative;
	height:30px;
}
.fav {
	display:inline-block;
	margin:4px;
	width:140px;
	height:30px;
	background-image:url(../images/bouton-commun-3.png);
	background-position:center center;
	background-repeat:no-repeat;
	text-align:center;
	text-transform:uppercase;
	font-size:12px;
	line-height:30px;
	cursor:pointer;
/*	background: -webkit-linear-gradient(top, rgba(59, 61, 65, 1) 0%,rgba(68, 73, 80, 1) 50%,rgba(61, 66, 73, 1) 51%,rgba(94, 102, 110, 1) 100%);
border-radius: 5px;
box-shadow: 1px 1px 1px #000;*/
	color:#FFF !important;
}



::-webkit-scrollbar {
width: 1px;
/*background-color: #999;*/
}
::-webkit-scrollbar-thumb {
/*background: #CCC;
box-shadow: inset 0 0 6px rgba(0,0,0,0.5);*/
}


/*#logo {
	height: 100px;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	border-radius: 5px;
	padding-left: 0px;
	padding-top: 20px;
	border-width: 1px;
	border-color: #666;
	border-style: solid;
	cursor: pointer;
}
#logo img {
	float:left;
	clear:both;
	margin-left: 70px;
}
#logo #no_soc {
	clear:both;
	margin-top:10px;
	width:100%;
	text-align:center;
}
#logo #b_tab {
	float:left;
	clear:both;
	margin-top:10px;
	width:100%;
	text-align:center;
	font-size:12px;
}*/
#gr_ch {
	display:-webkit-flex;
	display:flex;
	display:-webkit-box;
	-webkit-flex-direction:row;
	flex-direction:row;
	height:25px;
	line-height:25px;
	-webkit-box-orient:horizontal;
}
#gr_ch img {
	margin-top:5px;
	margin-right:5px;
}

.bouton_mois {
	float: left;
	/*width: 49%;*/
	height: 38px;
	line-height: 38px;
	vertical-align: center;
}

#date_jour select#s_m {
	text-decoration: none;
	/*text-shadow: 1px 1px 3px #666666;*/
	font-size: 13px;
	cursor:pointer;
	/*margin-top: 10px;*/
	text-transform: uppercase;
	height:29px;
	line-height: 29px;

}

#date_jour, #date_mois {
	float:left;
	/*width:49%;*/
	height:40px;
	line-height:40px;
}
#today {
	cursor:pointer;
	/*font-size: medium;*/
	text-transform: uppercase;
	height:40px;
}
#n_d{
	cursor:pointer;
	float:right;
	width:30px;
	height: 30px;
	margin-top: 5px;
}
#n_m{
	float:right;
	margin-right:5px;
	cursor:pointer;
}
#p_d{
	cursor:pointer;
	float:left;
	width:30px;
	height: 30px;
	margin-top: 5px;
}
#p_m{
	float:left;
	margin-left:5px;
	cursor:pointer;
}

#cou .cou, .cou_co, #cou_act, #cou_a_co {
	float:left;
	margin:2px;
	width:10px;
	height:10px;
}
#cou, #cou_co {
	margin-top: 5px;
	width:160px;
	height:15px;
}
#doub {
	cursor:pointer;
}
#l_i {
	overflow:auto;
	height:90%;
	vertical-align: top;
}
#l_i div, #l_not div {
	margin:5px 5px;
}
#l_ta, #l_mes, #co_mes {
	font-size: small;
}

#l_mes .0{
	font-weight: bold;
}
#l_mes .1{
	font-weight: normal;
}
#l_co_t {
	font-size:small;
}
#a_mo {
	font-weight:bold;
}

/* CALENDRIER */
#a_moi {
	margin-top:80px;
	text-align:left;
	font-size: small;
	cursor: pointer;
	text-transform: uppercase;
}
#a_moi div:hover {
	/*font-weight:bold;*/
	/*font-size:	small;*/
	opacity:0.8;
}
#a_moi div {
	padding-left:5px;
}
#a_moi span{
	float:right;
	padding-right:5px;
}
.jour_courant {
	font-weight:bold;
}
.surlign1 {
	font-weight:bold;
}
.surlign2 {
	font-weight: bold;
}



#n_tac div {
	background-color:yellow;
}
#n_mes div {
	background-color:#91DAFF;
}
#n_pa .par, #n_pa div {
	background-color:orange;
}
#n_pa .pro {
	background-color:yellow;
}
#n_pa_so div {
	background-color:#CCCCFF;
}
#co_co {
	font-size: small;
}
#motif_com, #lib_com{
	display:inline-block;
	width:43%;
}

#no_soc {
	position: relative;
	top: 135px;
	left: 200PX;
	float:left;
	margin-top:5px;
	width: 200PX;
	color:#FFF;
	text-align:center;
	font-size:small;
}
#o_tr .input_heure_jour_serie, #o_tr .j_s, #l_seq {
	font-size:small;
}
#l_seq, #c_ser {
	overflow:auto;
	height:47%;
}
#o_tr .j_s {
	float:left;
	border: 1px solid #444;
	border-radius:3px;
	text-align:center;
}
#w_fav, #w_fm{
	margin-top: 53px;
}
#ti_s {
	display: inline-block;
	margin:0 5px;
	width:75%;
	height:20px;
	border: 1px solid #444;
	border-radius:3px;
	text-align:center;
}
#l_seq div {
	margin:3px 5px;
	width:98%;
	border: 1px solid #444;
	border-radius:3px;
}
#p_s, #n_s {
	display:inline-block;
	margin: 0 5px;
	width:30px;
	height:30px;
}
#p_s, #n_s, #ti_s{
	vertical-align: middle;
}
#calendar {
	overflow:hidden;
	padding:0;
	-webkit-flex:1;
	flex:1;
	-webkit-box-flex:1;
}

.ui-accordion .ui-accordion-content{
	padding:1px;
	width:99%;

}

/*.ui-accordion .ui-state-default, .ui-accordion .ui-state-active {
border: none;
width: 98%;
}*/
/*.ui-accordion .ui-accordion-header{
	margin-bottom: 
	padding-bottom: 4px;
}*/

#r_ca {
	position:fixed;
	width:150px;
}
#n_ti {
	display:block;
	width:90%;
	text-align:center;
}
#n_in div, #n_pa div, #n_mes div, #n_tac div, .partCom, .affiche_liste, #n_no div{
	margin:1px;
	width:99%;
	border: 1px solid #444;
	font-size:x-small;
	cursor:pointer;
}
.partCom{
	height:30px;
	line-height: 30px;
}
#tnp_co div {
	font-size:x-small;
}
#tnp_co, #n_co {
	font-size:x-small;
}

#tnp_co .wc-title {
	text-align:center;
}
#tnp_ti .nb, #b_mes .nb, #no_ti .nb, #l_fm .nb{
	padding-right: 6px;
	float: right;
	/*color:red;*/
	/*font-size: 18px;*/
}
#tnp_ti.hi_gr span{
	color:#000;
}
#co_co, #no_st {
	/*width:100%;*/
	-webkit-flex:1;
	flex:1;
	-webkit-box-flex:1;
	/*overflow:auto;*/
}
#co_co.deploye, #no_st.deploye {
	display:block;
	-webkit-flex:1;
	flex:1;
	-webkit-box-flex:1;
	/*overflow:auto;*/
}

#domicile {
	margin:5px 8px;
}
#agrandir_calendrier, #diminuer_calendrier {
	display:inline-block;
	margin:10px;
}


#cor_co, #l_co {
	display:inline-block;
	height:98%;
	vertical-align: top;
}
#l_co {
	width:20%;
	/*border-right:1px solid #999;*/
}
#cor_co {
	overflow:auto;
	width:79%;
}
#l_co div {
	width:80%;
	text-align:center;
}
#co_tr, #o_tr, #cor_tr {
	display:inline-block;
	overflow:auto;
	width:49%;
	height:95%;
	vertical-align: top;
}
#bout_tr{
	width:98%;
}
#r_ty li{
	display:inline-block;
	/*margin:0;
	margin-left:2px;*/
	width:99%;
	margin-right: 0;
	margin-left : 0;
}
#d_g, #d_rdv, #f_imp {
	display:none;
}



#w_mes, #l_mes, #l_ta, #f_ta {
	display:inline-block;
	padding:3px;
	margin:2px;
	width:47%;
	height:80%;
	vertical-align:top;
}
#w_mes{
	padding: 0;
}
#co_mes, #f_mes {
	height:49%;
	width:99%;
}
#co_mes{
	margin-bottom: 4px;
}
#l_ta, #l_mes {
	overflow: auto;
	/*border-right:1px solid #999;*/
}

#l_ta div, #l_mes div {
	border-bottom: 1px dashed gray;
}
#nou_mes {
	float:right;
}



#co_ser, #co_ef, #co_su, #det_hi {
	overflow:auto;
	height:400px;
}



/*#haut{
	background: url(../images/hachures.png), -webkit-linear-gradient(top, #2a2b2b 0%, #444646 100%);
	background: url(../images/hachures.png), -moz-linear-gradient(top, #2a2b2b 0%, #444646 100%);
	background: url(../images/hachures.png), linear-gradient(#2a2b2b 0%, #444646 100%);
}*/
#bandeau {
	height:100px;
}

#logo_reflet, #ent_d, #ent_h {
	margin-top:10px;
	float:left;
	text-align: center;
	height:75px;
	line-height: 75px;
}
#ent_d, #ent_h{
	margin-top: 20px;
}

#logo_reflet {
	margin-left: 5px;
	width:190px;
	position:relative;
}
#wrap_date{
	margin: 0 auto;
	height:85px;
	width:510px;
}

#ent_d {
	width: 380px;
}

#ent_h {
	width: 130px;
}
#logo_reflet img{
	position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 50px;
    max-width: 190px;
}
#ent_d span, #ent_h span{
	text-decoration: none;
	font-size:30px;
	font-family: 'LANENAR';
	/*text-transform: uppercase;*/
}

#boutons_bas {
	display:-webkit-flex;
	display:flex;
	display:-webkit-box;
	-webkit-flex-direction:row;
	-webkit-box-orient:horizontal;
	flex-direction:row;
	box-orient:horizontal;
	/*-webkit-wrap:nowrap;*/
	overflow:hidden;
}
#a_mo {
	width:100%;
	text-align:center;
}
.jours {
	margin-top: 5%;
	text-align: center;
}
.lignedays td {
	height:20px;
	cursor: pointer;
}
.lignedays div {
	height:18px;
	line-height:20px;/*font-size:14px;*/
}

.mois {
	float: none;
	margin:0 auto;
}
#bandeau_bas.referme {
	display:none;
}
#bandeau_choix_veh.referme {
	display:-webkit-flex;
	display:flex;
	display:-webkit-box;
	-webkit-flex-direction:row;
	flex-direction:row;
	-webkit-box-orient:horizontal;
	-webkit-align-items:center;
	-webkit-box-align:center;
	-webkit-justify-content:center;
	-webkit-box-pack:center;
}
#bandeau_choix_veh {
	display:none;
}
#centre {
	display:-webkit-flex;
	display:flex;
	display:-webkit-box;
	-webkit-flex-direction:row;
	flex-direction:row;
	overflow:hidden;
	-webkit-box-orient:horizontal;
	-webkit-flex:1;
	flex:1;
	-webkit-box-flex:1;
}
#centre.referme {
	-webkit-flex:1;
	flex:1;
	-webkit-box-flex:1;
}

.wc-grid-timeslot-header, .wc-header .wc-time-column-header {
	width: 50px;
	
}
#o_tr .j_s {
	margin:1px;
	padding:0;
	width:13%;
}
#o_tr .input_heure_jour_serie {
	margin:1px;
	padding:0;
	width:13%;
}

.bouton_gauche {
	clear: both;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-left: 30px;
	width: 160px;
	height: 29px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CCCC66;
	color: #000000;
	text-decoration: none;
	font-weight:normal;
	font-size: 12px;
	line-height: 29px;
	/* [disabled]text-shadow: 1px 1px 3px #666666;
*/
	margin-left: 0px;
	/*background: #4d4b4d;*/
	border-bottom-width: 1px;
}
.bouton_gauche:hover {
	color:#FF9900;
}




/*notifications*//*non planifies*/


.mini_bouton {
	float: left;
	margin-top: 0px;
	color: #ffffff;
	text-decoration: none;
	text-shadow: 1px 1px 3px #666666;
	font-size: 18px;
	line-height:20px;
	cursor:pointer;
	/*background: #4d4b4d;*/
	margin-left: 0px;
}

/*filtre*/
#b_fi {
	margin-bottom:4px;
}
/*#b_fi:hover {
	color:#CCCCCC;
}*/

#bt_calendrier {
	float:none;
	height:40px;
	background: #4d4b4d;
}
#wid_meteo {
	float:left;
	width:50px;
	height:30px;
	background-color:#FFFFFF;
}
#barre_menu {
	float:left;
	/*margin-bottom: 3px;*/
	width:100%;
	height:50px;
	/*background-image: url(../images/bande_menu.jpg);
	background-repeat:repeat-x;*/
}
.bouton_menu_acc {
	float:left;
	/*margin-bottom: 3px;*/
	/*margin-left:2px;*/
	width:100%;
	height:30px;
	/*text-align:center;*/
	text-transform:uppercase;
	font-size:13px;
	line-height:30px;
	cursor:pointer;
}
.bouton_menu_acc .lib{
	text-align: left;
	padding-left: 30px;
}


/*ASSCOCIATION */
/*#w_v, #w_d {
	display:inline-block;
	height:98%;
	vertical-align: top;
}
#w_v {
	width:75%;
}
#w_d {
	border-left:1px solid #fff;
	width:24%;
}*/

#w_v{
	width:70%;

}
#w_e{
	margin:18px;
	width:25%;
	/*border:solid 1px #999;*/
	vertical-align: top;
	font-size: small;
	padding-top: 25px;
}
#w_v, #w_e{
	display:inline-block;
	height:85%;
	overflow:auto;
}
#lab_e{
	float:right;
}
#w_v .fa{
	margin:3px;
	height:auto;
	/*border:solid 1px #999;*/
	font-size: small;
}
.h_d{
	margin-left: 3px;
}
#w_v .div_ent, #w_v .div_span, #w_v .div_he, #w_v .div_det{
	display: inline-block;
	vertical-align: top;
}
#w_v .div_ent{
	width:12%;
}
#w_v .div_span{
	width:18%;
}
#w_v .div_he{
	width:20%;
}

#w_v .div_span span{
	padding-right: 5px;
	padding-left:5px;
	font-size: medium;
	cursor: pointer;
}
#w_e .h1{
	margin-right: 10px;
	padding-right: 10px;
	padding-left:5px; 
	border:solid 1px #999;
	background:#636363;
	/*background-color:linear-gradient(left top, left bottom, color-stop(1, #636363), color-stop(1, CCCCCC), color-stop(1, CCCCCC));*/
	cursor:pointer;
}

#w_v .eq1{
	background: #4473a4;
}
#w_v .eq2{
	background: #6fb3e4;
}
#w_v .eq3{
	background: #abd3f2;
}

#w_v .transp, #w_e .transp{
	background:transparent;
}
#w_v .inactive{
	display: none;
}

#w_v .fa div{
	margin:1px;
}
#w_v .fa input{
	margin:0;
	padding-left: 1px;
	height:20px;
	line-height:14px;
}

#w_v .fa span input, #w_v .fa span label{
	margin:0;
	width:42px;
	height:20px;
	line-height: 14px;
}

#w_v .div_he input{
	margin-right:5px;
	margin-left:5px;
}

#tv1 label, #tv2 label, #l_fm label, #l_fav label{
	font-size: large;
	margin:8px;
}
/*#w_v .fa .n_1, #w_v .fa .n_2, #w_v .fa .n_3{
	background-color:#4473a4;
}
#w_v .fa .n_4, #w_v .fa .n_5, #w_v .fa .n_6{
	background-color:#6fb3e4;
}*/

#tl_boutons {
	float:right;
	margin-top:12px;
	margin-right:10px;
	width:30px;
}
.pos_bt {
	height:38px;
	width:38px;
}

#menu {
	margin-top:-50px;
	margin-right:auto;
	margin-left:auto;
	width:300px;
	height:30px;
	text-shadow: 1px 1px 3px #666666;
	line-height:30px;
}
#div_auth {
	margin-right:auto;
	margin-left:auto;
	width:300px;
	text-transform:lowercase;
}
#div_auth input#i_soc {
	margin-right: 3px;
	padding-left: 5px;
	width:170px;
	height: 25px;
	border: solid 1px rgb(107, 106, 107);
	background-color:#FFFFFF;
	-webkit-box-shadow: inset -1px 0px 1px #000000;
	box-shadow: inset -1px 0px 1px #000000;
	color:#000;
	text-transform:lowercase;
	font-weight:bold;
	line-height: 25px;
}

#ch_com textarea {
	text-transform:	uppercase;
	margin-top: 1px;
}
#menu p, #menu a {
	color:#FFF;
}
#menu a:hover {
	text-decoration:underline;
}
/*.b_gris {
	display:inline-block;
	padding:2px 4px 2px;
	margin: 2px 3px;
}*/



.b_com, .b_gris{
	display:inline-block;
	overflow:hidden;
	/*margin-right:2px;
	margin-bottom:2px;
	padding:2px 4px 2px;*/
	width:100px;
	height:30px;
	/*background: url(../images/bouton-commun.png);
	background-position: center center;
	background-repeat:no-repeat;*/
	color:#fff;
	text-align:center;
	text-transform: uppercase;
	font-size:small;
	line-height:30px;
	cursor:pointer;

}
.b_gris.right {
	float:right;
}
/*.b_gris a{
	color:#FFF;
}*/
.b_gris.left {
	float:left;
}
.b_gris.bas {
	display:block;
	text-align:center;
}
#d_rdv .b_gris {
	display:inline-block;
}
#val_fre{
	margin-left:167px;
}


.b_com_2, .b_gris_2 {
	display:inline-block;
	/*margin-right:10px;
	margin-bottom:2px;
	padding:2px 4px 2px;*/
	width:155px;
	height:30px;
	/*background: url(../images/bouton-commun-2.png);
	background-position: center center;
	background-repeat:no-repeat;*/
	/*color:#fff;*/
	text-align:center;
	text-transform: uppercase;
	font-size:small;
	line-height:30px;
	cursor:pointer;
}
.b_com_4, .b_gris_4 {
	display:inline-block;
	/*margin-right: 5px;
	margin-bottom:2px;
	padding:2px 4px 2px;*/

	height: 30px;
/*	background: url(../images/bouton-commun-2.png);
	background-position: center center;
	background-repeat:no-repeat;
	color:#fff;*/
	text-align:center;
	text-transform: uppercase;
	font-size:small;
	line-height:30px;
	cursor:pointer;
	padding-left: 5px;
	padding-right: 5px;
	/*background-position: center center;*/
	/*background-size: contain;*/
}

.b_com_3, .b_gris_3 {
	display:inline-block;
	/*margin-right:10px;
	margin-bottom:2px;
	padding:2px 4px 2px;*/
	width:145px;
	height:30px;
	/*background: url(../images/bouton-commun-2.png);
	background-position: center center;
	background-repeat:no-repeat;
	color:#fff;*/
	text-align:center;
	font-size:small;
	line-height:30px;
	cursor:pointer;
	text-transform: uppercase;
}
#val_cl_tr, #val_cl {
	float:left;
}
#dom span {
	position: relative;
	top: -30px;
	left: 160px;
	display: inline-block;
	width: 300px;
	color: #FFF;
	line-height: 25px;
}
#pub1{
	float:left;
}
#pub1 p{
	font-size: smaller;
}
#pub1 #amb{
	float: right;
}
#login {
	margin-right:auto;
	margin-left:auto;
	width:600px;
	height:500px;
	background-image:url(../images/login-form.png);
	background-position:top center;
	background-repeat:no-repeat;
}

/*#login_aut #logo{
	margin: 0 auto;
	height:50px;
}*/
#login_aut{
	margin-right:auto;
	margin-left:auto;
	width:600px;
	height:500px;
	background-image:url(../images/auth-form.png);
	background-position:top center;
	background-repeat:no-repeat;
	/*width:30%;
	margin:0 auto;
	height:40%;
	margin-top: 100px;
	box-shadow: 4px 7px 25px 3px rgba(82, 79, 79, 0.79);
-moz-box-shadow: 4px 7px 25px 3px rgba(82, 79, 79, 0.79);
-webkit-box-shadow: 4px 7px 25px 3px rgba(82, 79, 79, 0.79);*/
}
/*#login_aut form{
	margin-left:10px;
}*/
/*#login_aut label{
	font-size: 13px;
}*/



#login_aut .bt_modetab {
	position:relative;
	top:70px;
	left:10px;
	width: 170px;
	height:30px;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select: none;
}

#login_aut .bt_modetab-checkbox {
	display: none;
}
#login_aut .bt_modetab-label {
	position:absolute;
	display: block;
	overflow: hidden;
	border: 1px inset #666666;
	border-radius: 30px;
	cursor: pointer;
}
#login_aut .bt_modetab-on {
	margin-left: -100%;
	width: 200%;
	-webkit-transition: margin 0.3s ease-in 0s;
	-moz-transition: margin 0.3s ease-in 0s;
	-o-transition: margin 0.3s ease-in 0s;
	transition: margin 0.3s ease-in 0s;
}
#login_aut .bt_modetab-on:before, #login_aut .bt_modetab-on:after {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	width: 50%;
	height: 30px;
	border-radius: 30px;
	box-shadow: 0px 15px 0px rgba(0,0,0,0.08) inset;
	color: white;
	font-weight: bold;
	font-size: 16px;
	font-family: Trebuchet, Arial, sans-serif;
	line-height: 30px;
}
#login_aut .bt_modetab-on:before {
	padding-left: 10px;
	border-radius: 30px 0 0 30px;
	background-color: #8A8A8A;
	color: #FFFFFF;
	content: "Mode tablette ON";
	font-weight:normal;
	font-family:inherit;
}
#login_aut .bt_modetab-on:after {
	padding-right: 6px;
	border-radius: 0 30px 30px 0;
	background-color: #B8B8B8;
	box-shadow: inset 3px 1px 2px #000;
	color: #666666;
	content: "Mode tablette OFF";
	text-align: right;
	font-weight:normal;
	font-family:inherit;
}
#login_aut .bt_modetab-off {
	position: absolute;
	top: -1px;
	right: 137px;
	bottom: 0;
	margin: 0px;
	width: 30px;
	height:30px;
	border: 1px solid #666666;
	border-radius: 30px;
	background: #CECECE;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%);
	background: linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%);
	box-shadow: 1px 1px 3px #000;
	-webkit-transition: all 0.3s ease-in 0s;
}
#login_aut .bt_modetab-checkbox:checked + .bt_modetab-label .bt_modetab-on {
	margin-left: 0;
}
#login_aut .bt_modetab-checkbox:checked + .bt_modetab-label .bt_modetab-off {
	right: 0px;
}
#b_unlog {
	position: relative;
	top: 80px;
	left: 217px;
	float: left;
	color: rgb(128, 128, 128);
	font-style: italic;
	font-size: 12;
}
#b_unlog:hover {
	color:#666666;
	text-decoration:underline;
	cursor:pointer;
}



/* dialogue choix recurrence et choix suppression */
#w_b p{
	font-size: small;
}
#w_b div {
	display:block;
	margin:5px auto;
	width:50%;
}

/* i_ch.html et dialogue a_ch_part + pl.js affichage planning resa */

#t_ve{
	float:left;
	margin-top:8px;
	margin-left: 8px;
}
#civ, #mot{
	float:right;
	margin-top:8px;
	margin-left: 8px;
}
#mot{
	height:26px;
}
#t_ve span, #civ span, #l_d span, #mot span{
	width:auto;
	margin:3px;
	padding:3px;
	/*height:100%;*/
	border:1px outset #999;
	text-transform: uppercase;
}

#l_d span{
	height:30px;
}
#mot span{
	font-size:small;
	color:#FFF;
	cursor: pointer;
}


#t_ve label, #civ label, #l_d label{
	cursor:pointer;
	color: #FFF;
}

#w_tem{
	/*margin:0 auto;*/
	float:right;
}
#w_tem div{
	display: inline-block;
	background:transparent;
	border:1px outset #999;
	margin:3px;
}

#w_tem div label{
	width:60px;
	text-align: center;
}


/* DIALOGUE HISTORIQUE */
#lab_hi {
	float:right;
}
#lab_hi span{
	margin:2px;
	font-size: small;
}
#co_hi .active {
	text-align: center;
	font-size: x-small;
	color:#000;
}
#det_hi{
	font-size:small;
	color:#000;
}
.f1 {
	background:#94a9d4;
}
.f2 {
	background:#e1b58e;
}
.f3 {
	background:#99e699;
}
.f4 {
	background:#66cccc;
}
.f5 {
	background:#bedb89;
}

.transparent{
	width:1px;
	height:1px;
}
#w_p_acc{
	width: 100%;
	overflow: auto;
	height:75%;
}
#w_p_acc div{
	font-size:small;
	display:inline-block;
	margin:3px;
	width:250px;
	height:200px;
	overflow:auto;
}
#w_p_acc .rouge, .deci.rouge.active{
	/*border-top: 4px solid red;*/
	background-color: #FF3333;
}
#w_p_acc .vert, .deci.vert.active{
	/*border-top: 4px solid green;*/
	/*background-color : #5CD65C;*/
	background-color : #99CC28;
}
#w_p_acc .orange, .deci.orange.active{
	/*border-top: 4px solid orange;*/
	/*background-color: #FFAD33;*/
	background-color:#F98718;
}
#w_p_acc .jaune{
	/*border-top: 4px solid orange;*/
	/*background-color: #FFAD33;*/
	background-color:yellow;
}

/*RESPONSIVE*/


@media only screen and (max-width: 1024px) {
	
	
	
	
	
}	
@media only screen and (max-width: 1280px) {
	#barre_menu {
		font-weight:bolder;
	}
	#tl_boutons {
		margin-right: 3px;
	}
}

/*COMMUN*/

/* fenetre */

#bas {
	display:-webkit-flex;
	display:flex;
	display:-webkit-box;
	-webkit-flex-direction:row;
	flex-direction:row;
	-webkit-box-orient:horizontal;
	width:100%;
	height:40px;
	line-height:40px;
	/*color:#FF9900;*/
	color:#6fb3e4;
	text-transform: uppercase;
	font-size: 14px;
}
#bas div {
	-webkit-flex:1;
	flex:1;
	-webkit-box-flex:1;
}
#internet{
	padding-left: 10px;
}
#copyright, #d_maj{
	font-size: 10px;
	text-align: right;
	line-height: 60px;
	vertical-align: bottom;
	text-transform: lowercase;
}



/*#w_sem div{
	border:1px solid #999;
}*/

/*#ser {
	color:red;
}*/
/*#su_tr{
	color:red;
}*/
/*#doub {
	color:red;
}*/
.co_red{
	color: red;
}
/* RECHERCHE*/
.arrondi {
	float: right;
	padding-top:12px;
	/*margin-right:10px;*/
}

#recherche {
	width: 150px;
	margin-right: 3px;
	padding-left: 5px;
	line-height: 25px;
	height: 25px;
	-webkit-box-shadow: inset -1px 0px 1px #000000;
	box-shadow: inset -1px 0px 1px #000000;
	/*border: solid 1px rgb(107, 106, 107);*/
	background-color:#FFF;
	color:#000;
	border-radius: 4px;
}

#w_exp{
	overflow:auto;
	font-size: small;
	width:100%;
}
#w_exp .form{
	width:50%;
}
#w_exp iframe{
	width:100%;
	border:none;
	overflow:auto;
}
#idv_frame p, #div_fram label, #div_frame table{
	font-size: medium;
	color:#CCC;
}
.violet{
	background : #993399;
}
