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

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

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

.pointer {
	cursor: pointer;	
	text-decoration: underline;
}

.pointer:hover {
	text-decoration: none;
}

.defaultPointer {
	cursor: default !important;	
}

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

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

/* overlay gmk */
.bgOverlayGMK {
	background-color: rgba(0, 0, 0, 0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#77000000,endColorstr=#77000000) \9;
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 10;
}

.overlayGMK {
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	padding: 20px;
	overflow: hidden;
	visibility: visible;
	box-sizing: border-box;
	text-align: center;
	z-index: 701;
}

.overlayGMK_wrapper {
	position: relative;
	display: block;
	text-align: left;
	width: auto;
	max-width: 100%;
	height: 100%;
	margin: 0px auto;
	max-width: 680px;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 20;
}

.overlayGMK.isAnImage .overlayGMK_wrapper {
	max-width: 800px;
	display: inline-block;
}

.insideOverlayGMK_table {
	display: table;
	height: 100%;
	width: 100%;
}

.insideOverlayGMK_tablecell {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	width: 100%;
}

.insideOverlayGMK_content {
	background-color: #fff;
	display: inline-block;
	padding: 20px;
	width: 100% !important;
	height: auto !important;
	left: 0 !important;
	top: 0 !important;
	box-sizing: border-box;
}

.overlayGMK.isAnImage .insideOverlayGMK {
	padding: 15px;
}
.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;	
	background-color:#ffffff;
}

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

.titreOrangeAlert{
	background-color:#EDA00A !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 {
	position:absolute;
	padding-bottom: 15px;
	left: 200px;
	top: 100px;
	z-index: 708;
}
/* fin overlay gmk */

/* localOverlay */
.localOverlay {
	left:0;
	overflow:hidden;
	position:absolute;
	top:0;
	visibility:visible;
	width:100%;
	height:100%;
	z-index:90;
}

.localOverlay .localOverlayBg {
	background-color:#FFFFFF;
	height:100%;
	z-index:91;
}

.localOverlay .localOverlayInside {
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	background-image: url("../images/loader.gif");
	background-repeat: no-repeat;
	background-position:center center;
	z-index: 92;
}
/* fin localOverlay */

.erreur {
	background-color:#BB3333 !important;;
	border:1px solid #EEEEEE;
	color:#EEEEEE !important;
}
.erreur a {
     color:#C1D1F1;
}
.erreur.erreurAndPadding {
     padding :5px;
}

.erreurMedia {
	background-color:#FBDDDD !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;
}

.floatRight {
	float: right;
}

.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;
}

.elementOverlay {
	left:0;
	overflow:hidden;
	position:absolute;
	top:0;
	visibility:visible;
	width:100%;
	height:100%;
	z-index:90;
}
.isRelative {
     position:relative;
}
.elementOverlay .elementOverlayBg {
	background-color:#FFFFFF;
	height:100%;
	z-index:91;
     opacity : 0.6;
    -moz-opacity : 0.6;
    -ms-filter: "alpha(opacity=60)"; /* IE 8 */
    filter : alpha(opacity=60); /* IE < 8 */ 
}

.tableau.tinformations {
     position:relative;
}

.elementOverlay .insideOverlay {
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	background-image: url("../images/loader.gif");
	background-repeat: no-repeat;
	background-position:center center;
	z-index: 92;
}

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(http://www.oseades.com/core/css/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:500;
	width:280px;
}

.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, .bouton_action_cms a.erreur {
	background-position: center -18px;
}
.bouton_action_cms a.green {
	background-position: center -36px;
}
.bouton_action_cms a.orange {
	background-position: center -54px;
}
.bouton_action_cms a.gris {
	background-position: center -72px;
	cursor: default;
}
.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;
}

.mode_draft {
	position : absolute;
	font-size:10px;
	text-align:center;
	font-variant:small-caps;
	color:#FFFFFF;
	padding:2px;
	right:-30px;
	background-color:#FC9323;
	font-weight: bold;
}
.global_pageInfo .mode_draft{
	position : relative;
	right:inherit;
}

.gmk_gallery_wrapper {
	position: fixed;
	background-color: #fff;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
}

.gmk_gallery_wrapper .gmk_gallery_images,
.gmk_gallery_wrapper .gmk_gallery_images div {
	width: 100%;
	height: 100%;
}

.gmk_gallery_wrapper .gmk_gallery_images div {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 100;
	text-align: center;
}

.gmk_gallery_wrapper .gmk_gallery_images img {
	width: auto;
	height: 100%;
}

.gmk_gallery_wrapper .gmk_gallery_previous_wrap {
	position: absolute;
	top: 50%;
	left: 0%;
	width: 75px;
	z-index: 110;
}

.gmk_gallery_wrapper .gmk_gallery_next_wrap {
	position: absolute;
	top: 50%;
	right: 0%;
	width: 75px;
	z-index: 110;
}

.gmk_gallery_wrapper .gmk_gallery_close_wrap {
	position: absolute;
	top: 0%;
	right: 0%;
	width: 75px;
	z-index: 110;
}

.gmk_gallery_wrapper .gmk_gallery_button {
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 100%;
	width: 24px;
	cursor: pointer;
	text-indent: -9999px;
}

.gmk_gallery_wrapper .gmk_gallery_button:hover {
	opacity : 1;
    -moz-opacity : 1;
    -ms-filter: "alpha(opacity=100)"; /* IE 8 */
    filter : alpha(opacity=100); /* IE < 8 */ 
}

.gmk_gallery_wrapper .gmk_gallery_legende_wrap {
	position : fixed !important;
	bottom:0px;
	height:30px !important;
	text-align: center !important;
	z-index: 101 !important;
	top: auto !important;
	background-color: #F2F1F1;
}
.gmk_gallery_wrapper .gmk_gallery_legende {
	padding-top :5px;
	color : #6F6F6F;
	font-weight: bold;
	font-size: 18px;
}

/******** BOUTONS **********/


a.btn_carre {
    width: 7px;
}

button.btn,
button.boutonStyle {
    padding-bottom: 4px;
    padding-top: 2px;
	height: 25px;
}

.btn a,
.boutonStyle a {
	text-decoration: none;
}

.infosSurvol,
.btn_infos {
	background-image: url("../images/BG_btn_infos.gif");
	background-position: right bottom;
	background-repeat: no-repeat;
	position: absolute;
	display: none;
	padding: 4px;
	padding-bottom: 8px;
	color: #fff;
	bottom: 24px;
	right: 4px;
	line-height: 12px;
	min-height: 13px;
	white-space: nowrap;
	text-indent: 0px !important;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	z-index: 200;
}

a:hover .infosSurvol,
a:hover .btn_infos {
	display: block;
}

.btn_valider {
	background-image: url("../images/BG_btn_valider.png");
    border: #0d648f solid 1px;
    font-weight: bold;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
}

.btn_check {
	background-image: url("../images/BG_btn.png");
	background-repeat: repeat-x;
	background-position: center bottom;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: #aaa solid 1px;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-left: 8px;
    padding-right: 8px;
    cursor: pointer;    
	font-family: Arial, Helvetica, sans-serif;
	color: #aaa;
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
	height: 23px;
	text-decoration: none;
}


.btn a,
.btn a:hover {
	color: #333;
}

.btn_valider:hover {
	color: #fff;
}

.btn_valider a,
.btn_valider a:hover {
	color: #fff;
}

.btn.selected {
	background-image: url("../images/BG_btn_selected.png");
}

.btn_valider:hover {
	background-image: url("../images/BG_btn_valider_hover.png");
}

.btn_check.selected {
	background-image: url("../images/BG_btn_selected.png");
    color: #333;
}

.btn_vert {
	background-image: url("../images/BG_btn_vert.png");
    border: #2a865c solid 1px;
	color: #fff;
}

.btn_orange {
	background-image: url("../images/BG_btn_orange.png");
    border: #f67c00 solid 1px;
	color: #fff;
}

.btn_rouge {
	background-image: url("../images/BG_btn_rouge.png");
    border: #c20207 solid 1px;
	color: #fff;
}

.btn_vert:hover {
	background-image: url("../images/BG_btn_vert_selected.png");
    border: #2a865c solid 1px;
	color: #fff;
}

.btn_orange:hover {
	background-image: url("../images/BG_btn_orange_selected.png");
    border: #f67c00 solid 1px;
	color: #fff;
}

.btn_rouge:hover {
	background-image: url("../images/BG_btn_rouge_selected.png");
    border: #c20207 solid 1px;
	color: #fff;
}

.icone span.icone {
	background-repeat: no-repeat;
	background-position: left 1px;
	display: inline-block;
	padding-left: 20px;
	height: 19px;
}

.icone span.icone_seul {
	padding-left: 15px;
}

.icone:hover span.icone {
	background-position: left -49px;
}

.btn_vert.icone span.icone,
.btn_orange.icone span.icone,
.btn_rouge.icone span.icone,
.btn_bleu.icone span.icone,
.btn_gris.icone span.icone {
	background-position: left -99px;
}

.icone_sauvegarder span.icone {
	background-image: url("http://www.oseades.com/core/images/icone_sauvegarder.png");
}

.icone_agenda span.icone {
	background-image: url("../images/icone_agenda.png");
}

.icone_regarder span.icone {
	background-image: url("http://www.oseades.com/core/images/icone_regarder.png");
}

.icone_retour span.icone {
	background-image: url("http://www.oseades.com/core/images/icone_retour.png");
}

.icone_ajouter span.icone {
	background-image: url("http://www.oseades.com/core/images/icone_ajouter.png");
}

.icone_rediger span.icone {
	background-image: url("http://www.oseades.com/core/images/icone_rediger.png");
}

.icone_information span.icone {
	background-image: url("http://www.oseades.com/core/images/icone_information.png");
}

.icone_fermer span.icone {
	background-image: url("http://www.oseades.com/core/images/icone_fermer.png");
}

.icone_effacer span.icone {
	background-image: url("http://www.oseades.com/core/images/icone_effacer.png");
}

.icone_liste span.icone {
	background-image: url("http://www.oseades.com/core/images/icone_liste.png");
}

.icone_dossier span.icone {
	background-image: url("http://www.oseades.com/core/images/icone_dossier.png");
}

.icone_uploader span.icone {
	background-image: url("http://www.oseades.com/core/images/icone_uploader.png");
}
.icone_downloader span.icone {
	background-image: url("http://www.oseades.com/core/images/icone_downloader.png");
}

.icone_recadrer span.icone {
	background-image: url("http://www.oseades.com/core/images/icone_recadrer.png");
}

.icone_remplacer span.icone {
	background-image: url("http://www.oseades.com/core/images/icone_remplacer.png");
}

.icone_recharger span.icone {
	background-image: url("http://www.oseades.com/core/images/icone_recharger.png");
}

.icone_video span.icone {
	background-image: url("http://www.oseades.com/core/images/icone_video.png");
}

.icone_vider span.icone {
	background-image: url("http://www.oseades.com/core/images/icone_vider.png");
}

.icone_valider span.icone {
	background-image: url("http://www.oseades.com/core/images/icone_valider.png");
}

.icone_fichier span.icone {
	background-image: url("http://www.oseades.com/core/images/icone_fichier.png");
}

.icone_bug span.icone {
	background-image: url("http://www.oseades.com/core/images/icone_bug.png");
}

.icone_demande span.icone {
	background-image: url("http://www.oseades.com/core/images/icone_demande.png");
}

.icone_estimation span.icone {
	background-image: url("http://www.oseades.com/core/images/icone_estimation.png");
}

.icone_nonestimation span.icone {
	background-image: url("http://www.oseades.com/core/images/icone_nonestimation.png");
}

.icone_map span.icone {
	background-image: url("http://www.oseades.com/core/images/icone_map.png");
}

.icone_parametre span.icone {
	background-image: url("http://www.oseades.com/core/images/icone_parametre.png");
}

.icone_code span.icone {
	background-image: url("http://www.oseades.com/core/images/icone_code.png");
}

.icone_infogerance span.icone {
	background-image: url("http://www.oseades.com/core/images/icone_infogerance.png");
}

.icone_image span.icone {
	background-image: url("http://www.oseades.com/core/images/icone_image.png");
}

.icone_webmaster span.icone {
	background-image: url("http://www.oseades.com/core/images/icone_webmaster.png");
}

.icone_note span.icone {
	background-image: url("http://www.oseades.com/core/images/icone_note.png");
}


.icone span.icone span {
	background-image: none;
	padding-left: 0px;
}