/*  Style css générique de l'application, qui servira de socle css et surchargé par
    le style des différents module
    @author Antoine Barrier <antoine@network.fr>
    @version 1 
    @copyright 2020 
*/

@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon.ttf);

}

body {
    margin: 0; 
    color: black;
    background-color: #f2f2f2;
    font-family: 'Open Sans' !important;
}

h1,h2,h3,p {
    margin: 0;
}

/**DIV principale*/
#background-page {
    width: 100%;
    height: 100%;
    min-width: 1200px;
    overflow: hidden;
}

/***FIN DIV principale*****/

/***HEADER***/
#header{
    height : 45px;
	border-bottom: 3px solid #000;
	color : #FFF;
}

#header h1 {
	font-size:1.5em;
	line-height:35px;
}

#header h3 {
	margin-top : 10px;
	font-size : 1.4em;
}

#header a {
	cursor : pointer;
	color : #FFF;
}


#header p {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}

#header p#last-visit {
	font-size: 0.9em;
}

#header-left {
	float : left;
	width:15%;
	margin-left:5%;  /*D�colle les informations de connection du bord gauche de l'�cran*/
	padding-top:4px;
}


#header-center {
	text-align : center;
	float : left;
	width:60%;
	padding-top:5px;
}


.not-connected #header-center {
	width:100%;
}

#header-center a {
	text-decoration : none;
}

#header-right {
	float : right;
	width:115px;
	margin-right:5%;
	text-align:right;
	padding-top:5px;
	text-decoration: none;
}

#logout-link {
/*	background-image:url(../../img/deconnexion.png);
	background-repeat:no-repeat;
	background-position:top right;
	padding-right:42px; */
	display:block;
	height:38px;
	padding-top:5px;
    text-decoration: none;
}
/***FIN HEADER*****/

/****CONTENT*****/
#center{
	margin-left: 20px;
	margin-right: 20px;
	min-height: 400px;
	position: relative;
}

#content{
	margin-left: 0px;
	margin-right: 0px;
	min-height: 400px;
    position: relative;
    clear: both;
}
/****FIN CONTENT*****/

/*****FOOTER*******/
#footer{
	height: 75px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	padding-top: 20px;
	font-size : 1.5em;
}


#footer-top {
	height:40px;
}


#footer-bottom {
    height: 40px;
    line-height:40px;
    font-size:0.9em;
}


/*******CSS COMMUN AUX ECRAN*********/
#app-message-lightbox {
	position: absolute;
	top :0;
	left:0;
	display:block;
}

.error-access {
	margin-top: 10px;
	font-size: 1.2em;
	color: red;
	margin-bottom: 10px;
}

.result-valid-form {
	color: blue;
	font-weight : bold;
	padding-bottom : 10px;
}

.result-failed-form {
	color: red;
	font-weight : bold;
	padding-bottom : 10px;
}

.failure-result {
	color : red;
}

.success-result {
	color : blue!important;
	margin-bottom:10px;
}

.no-result {
	color : green;
}
.icon-search {
/*	background-image : url(../../img/icons/zoom.png) !important;*/
	background-image: none !important;
    /*	vertical-align: baseline; */
}

.icon-search:after {
    /*	background-image : url(../../img/icons/zoom.png) !important;*/
	font-family: 'icomoon';
	content: '\e986 ';
    font-size: 12px;
    /*    vertical-align: text-bottom; */
}

.icon-equalizer {
    background-image: none !important;
}
.icon-equalizer:after{
    font-family: 'icomoon';
	content: '\e992';
    font-size: 12px;
    
}

.restore_column_width {
	/*background-image: url(../../img/icons/restore_dim.gif) !important;*/
	background-image: none !important;
}
.restore_column_width:after {
	font-family: 'icomoon';
	content: '\eaf2 ';
	font-size: 15px;
}
/* .save_search {
	background-image: url(../../img/icons/save_search.gif) !important;
} */
.add {
	/*	background-image: url(../../img/icons/add.gif) !important;*/
	background-image: none !important;
}
.add:after {
	font-family: 'icomoon';
	content: '\ea0a ';
	font-size: 12px;
	/*    vertical-align: text-bottom; */
}
.cancel {
	background-image: none !important;
}
.cancel:after {
	font-family: 'icomoon';
	content: '\ea0f ';
	font-size: 12px;
}

.x-form-readonly input {
	background : transparent!important;
	border:none!important;/*Pour rendre un style type champ display*/
}

.x-form-readonly input.x-form-text-file {
	border-color: #B5B8C8!important;
	border-style: solid!important;
	border-width: 1px!important;
}

.hide_update .icon_update {
	display : none;
}

.x-form-text-default {
    color: #595a5e;
    padding: 1px 3px 2px 3px;
    background-color: white;
    background-image: none;
}

.x-tbar-page-first:before {
    background-image: none;
	font-family: 'icomoon';
	font-size: 16px;
	color: #595a5e;
    content: '\ea22'; /* ? ou ea21 */ 
}

.x-item-disabled .x-tbar-page-first {
    background-image: none;
	height: 0px;
}
.x-item-disabled .x-tbar-page-first:before {
    color: #ABABAB;
}

.x-tbar-page-prev:before {
    background-image: none;
	font-family: 'icomoon';
	font-size: 16px;
	color: #595a5e;
    content: '\ea24'; /* ? ou  ea23 */ 
}
.x-item-disabled .x-tbar-page-prev {
	background-image: none;
	height: 0px;
}
.x-item-disabled .x-tbar-page-prev:before {
    color: #ABABAB;
}

.x-tbar-page-next:before {
    background-image: none;
	font-family: 'icomoon';
	font-size: 16px;
	color: #595a5e;
    content: '\ea25'; /* ? ou  ea24 */ 
}
.x-item-disabled .x-tbar-page-next {
	background-image: none;
	height: 0px;
}
.x-item-disabled .x-tbar-page-next:before {
    color: #ABABAB;
}


.x-tbar-page-last:before {
    background-image: none;
	font-family: 'icomoon';
	font-size: 16px;
	color: #595a5e;
    content: '\ea23'; /* ? ou  ea22 */ 
}
.x-item-disabled .x-tbar-page-last {
	background-image: none;
	height: 0px;
}
.x-item-disabled .x-tbar-page-last:before {
    color: #ABABAB;
}
.x-btn-icon-el-default-toolbar-small {
    height: 0px;
}
.x-html-editor-tb .x-btn-icon-el-default-toolbar-small {
    height: 16px;
}

label#infoUserForm {
    font-weight: bold;
    padding: 10px 10px;
    vertical-align: bottom;
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
label#infoUserForm:before {
    font-family: 'icomoon';
    content: '\ea0c ';
    padding-right: 5px;
    font-weight: 100;
    font-size: 19px;
    vertical-align: sub;
}

.form-reauth .x-panel-body,.form-reauth .x-panel-body-default  {
	border : none;
}

/* ! fin du layout général */