/*
***********************
**      GMK CMS      **
**    STYLES CSS     **
***********************
*/

/*couleurs cms
#2784ab
#31a5d6
#7BD1F4
*/

/* Fonctions */
.myhandle {
	cursor: move !important;
}

.pointer {
	cursor: pointer;	
}

.wait,.wait a,.wait input,.wait select,.wait .pointer,.wait option {
	cursor:wait !important;
}

.cacher {
	display: none;
	visibility: hidden;
}


/* overlay gmk */
.overlayGMK {
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	visibility: visible;
	z-index: 95;
}
.bgOverlayGMK {
	background-color:#000000;
	z-index: 96;
}
.titreAlert {
	font-weight: bold;
	margin-bottom: 5px;
	color:#FFFFFF;
	background-color:#225588 !important;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:12px;
	padding-left:12px;
}
.contenuAlert {
	padding: 10px;	
}

.titreRedAlert{
	background-color:#EE2222 !important;
	color:#FFFFFF !important;
	font-weight: bold !important;
}

.titreConfirmation {
	font-weight: bold;
	margin-bottom: 5px;
	color:#FFFFFF;
	background-color:#7BD1F4 !important;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:12px;
	padding-left:12px;
}
.contenuConfirmation {
	padding: 10px;	
}

.insideOverlayGMK {
	background-color:#FFFFFF;
	position:absolute;
	left: 200px;
	top: 100px;
	z-index: 97;
}
/* fin overlay gmk */

.erreur {
	background-color:#DD1111 !important;;
	border:1px solid #EEEEEE;
	color:#EEEEEE !important;
}

.erreur option {
	color:#EEEEEE !important;
}
.floatL {
	float: left;
	margin: 15px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 15px;
}

.floatLeft {
	float: left;
}

.floatLmini {
	position: relative;
	top: 5px;
	left: 5px;
	float: left;
	margin: 2px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

.floatR {
	float: right;
	margin: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
}
.floatRmini {
	float: right;
	margin: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
}

.clearFloat {
	clear: both;
}
.border {
	border: #000000 solid 1px;
}

.option_window {
	position: absolute;
	background-color:#FFFFFF;
	border: #000000 solid 1px;
	z-index: 12;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.option_window a:hover{
	text-decoration: none;
	color: #363636;
}
.option_windowA {
	padding-left: 5px;
	padding-right: 5px;
	height:20px;
}
.option_windowA:hover{
	text-decoration: none;
}


.hidden {
	opacity: 0;
	position: absolute;
}
.visible {
	opacity: 1;
}

input.calendar,
select.calendar {
	width: 120px;
}

button.calendar {
	background: url("../images/calendar-icon.gif");
	border: 0;
	cursor: pointer;
	float: left;
	position:absolute;
	height: 20px;
	margin-right: 6px;
	width: 20px;
}
button.calendar:hover,
button.calendar.active {
	background-position: 0 20px;
}

div.calendar {
	background: url("../images/calendar.png");
	height: 195px;
	padding: 0 6px;
	text-align: center;
	width: 147px;
}	

div.calendar * {
	margin: 0;
	padding: 0;
}	
div.calendar div {
	background: none !important;
	cursor: move;
	height: 185px;
	overflow: hidden;
	padding-top: 10px;
	position: relative;
	width: 147px;
}	
	
div.calendar caption {
	color: #333;
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	padding-top: 6px;
	text-align: center;
	width: 100%;
}
div.calendar caption a {
	cursor: pointer;
	display: block;
	height: 12px;
	overflow: hidden;
	position: absolute;
	text-indent: -100px;
	top: 17px;
	width: 11px;
}
div.calendar caption a.prev {
	background-image: url("../images/calendar-prev.gif");
	left: 0;
}
div.calendar caption a.next {
	background-image: url("../images/calendar-next.gif");
	right: 0;
}
div.calendar caption a:hover {
	background-position: 0 12px;
}
div.calendar caption span {
	height: 25px;
	position: relative;
	text-align: center;
}
div.calendar caption span.month {
	padding-right: 8px;
}
div.calendar caption span.month:after {
	content: ',';
}
div.calendar table {
	background: #FFF;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	cursor: default;
	margin: 0 auto;
	overflow: hidden;
	width: 147px;
}
div.calendar td,
div.calendar th {
	border: 0;
	color: #0597DB;
	font: normal 12px Arial, Helvetica, sans-serif;
	height: 21px;
	text-align: center;
	width: 21px;
}
div.calendar td {
	background: url(calendar-td.gif);
	color: #FFF;
	font-size: 11px;
}
div.calendar td.invalid {
	color: #999;
}
div.calendar td.valid {
	background: url("../images/calendar-valid.gif");
	color: #0597DB;
	cursor: pointer;
}
div.calendar td.hilite {
	background: url("../images/calendar-hilite.gif");
}
div.calendar td.inactive {
	background: url("../images/calendar-td.gif") 0 100%;
	color: #FFF;
}
div.calendar td.active,
div.calendar td.hover {
	background: url("../images/calendar-valid.gif") 0 100%;
	color: #FFF;
	cursor: pointer;
}

/* LOG */
.logtitle {
	color:#FFFFFF;
	background-color: #31a5d6 !important;
	padding: 5px;
	text-align:right;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #7BD1F4;
}

.titleInfo {
	position:absolute;
	left: 10px;	
}
.informationBouton {
	position:relative;
	right:0px;

}
.logResize {
	cursor: se-resize;
}
.global_information {
	position: fixed;
	bottom: 0px;
	right: 0px;
}

.global_pageInfo {
	position: fixed;
	top: 0px;
	right: 0px;
	z-index:100;
	width:200px;
}

.global_pageInfo .title {
	position:relative;
	background-color:#31A5D6 !important;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding:5px;
	text-align:left;
}
.global_pageInfo .corps {
	background-color: #FFFFFF;
	color:#777777;
	border:1px solid #7BD1F4;
	font-size:11px;
	padding:5px;
	text-align:left;
}
.edit_group {
	position:absolute;
	z-index:12;
	right:75px;
	border: #999999 solid 1px;
	width:230px;
	overflow-y: scroll;
	background-color: #FFFFFF;
}
.log {
	color:#222222;
	background-color: #FFFFFF;
	font-family: verdana;
	text-align:left;
	font-size: 9px;
	border: #999999 solid 1px;
	overflow-y: scroll;
	width:750px;
	height:300px;
}	
.log_fichier {
	color:#336699;
	font-style: italic;
}

.log_typeService {
	color:#90D791;
	font-weight:bold;
	font-style: italic;
}

.log_titreService {
	font-style: italic;
	padding-right:5px;
}
.log_erreur {
	color:#DD1111;
	font-style: italic;
}

.log_ok {
	color:#22DD22;
	font-style: italic;
}

.bouton_action_cms {
	position: absolute;
	top: 0px;
	right: 0px;
	margin-top: 6px;
}

.bouton_action_cms a {
	display: block;
	position: relative;
	overflow: hidden;
	float: right;
	background-image: url("../../templates/cms/images/iconAction_BG.gif");
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
}

.bouton_action_cms a:hover{
	overflow: visible;
	background-position: center top;
}

.bouton_action_cms a.red {
	background-position: center -18px;
}
.bouton_action_cms a.green {
	background-position: center -36px;
}

.bouton_action_cms img {
	padding: 2px;
	margin: 0px;
}
.bouton_action_cms a.lock {
	cursor: default;
}
.bouton_action_cms a span {
	position: absolute;
	background-image: url("../../templates/cms/images/BG_bulle.gif");
	background-position: right bottom;
	background-repeat: no-repeat;
	top: -16px;
	right: 0px;
	padding: 3px;
	padding-top: 0px;
	line-height: 12px;
	color:#FFFFFF;
}

