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

a#logout-link:after {
	font-family: 'icomoon';
	font-size: 24px;
	color: #fff;
	content: ' \e9b6';
	vertical-align: sub;
}

a#logout-link:hover:after {
color: #595a5e;
}

.x-trigger-cell {
	background-color : transparent!important;
}

.x-body .x-tip-form-invalid, .x-body .x-tip-header-form-invalid, .x-body .x-tip-header-body-form-invalid, .x-body .x-tip-body-form-invalid {
	min-width : 200px!important;
}
.x-body .x-tip,  .x-body .x-tip-default, .x-body .x-tip-header, .x-body .x-tip-header-body, .x-body .x-tip-body{
	min-width : 200px!important;
}
.x-box-target {
	position:relative!important;
}
.x-panel-header-text-container-default{
 color:#333333;
}

.x-column-header,.x-column-header-trigger,.x-grid-header-ct {
	background-color:#EBEBEB !important;
}

.x-grid-dirty-cell {
    background: url("../img/dirty.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}


.x-hmenu-sort-asc, .x-hmenu-sort-desc {
	background-image: none;
	width: 0px !important;
}
.x-hmenu-sort-asc:before, .x-hmenu-sort-desc:before {
	font-family: 'icomoon';
	color: #595a5e;
	font-size: 14px;
}
.x-hmenu-sort-asc:before {
	content: '\ea49';
}

.x-hmenu-sort-desc:before {
	content: '\ea4a';
}

a.x-focus .x-hmenu-sort-desc:before, a.x-focus .x-hmenu-sort-asc:before {
	color: #FFFFFF;
}


.x-hmenu-sort-asc .x-menu-item-icon {
/*    background-image: url("../img/hmenu-asc.png"); */
}

.x-hmenu-sort-desc .x-menu-item-icon {
/*    background-image: url("../img/hmenu-desc.png"); */
}

.x-panel-header-default {
    background-color: #D7D2D2;
    box-shadow:0px 0px 5px #888;
    -webkit-box-shadow:0px 0px 5px #888;
}

.x-panel-header-text-container-default {
    color: white;
}

.x-panel-header-default {
    border:none;
    font-size: 11px;
}

.x-form-text {
    border-color: #B5B8C8;
    border-style: solid;
    border-width: 1px;
    color: #000000;
    height: 22px;
    line-height: 17px;
    padding: 1px 3px 2px;
    border-radius:0px;
    -webkit-border-radius:0px;
	border-radius: 0px !important;
	background-color: #FFFFFF !important;
}

.x-form-checkbox {
    background: url("../img/checkbox.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 13px;
    width: 13px;
}

.x-form-cb-checked .x-form-checkbox {
    background-position: 0 -13px;
}
.x-form-checkbox-focus {
    background-position: 0px 0;
}

.x-form-cb-checked .x-form-checkbox-focus {
    background-position: 0px -13px;
}

.x-form-type-text textarea.x-form-invalid-field, .x-form-type-text input.x-form-invalid-field, .x-form-type-password textarea.x-form-invalid-field, .x-form-type-password input.x-form-invalid-field, .x-form-type-number textarea.x-form-invalid-field, .x-form-type-number input.x-form-invalid-field, .x-form-type-email textarea.x-form-invalid-field, .x-form-type-email input.x-form-invalid-field, .x-form-type-search textarea.x-form-invalid-field, .x-form-type-search input.x-form-invalid-field, .x-form-type-tel textarea.x-form-invalid-field, .x-form-type-tel input.x-form-invalid-field {
    background: url("../img/text_bg_erreur.png")repeat-x scroll 0 0 #FFFFFF;
    border-color: #CC3300;
}

.x-btn-default-small {
/*    background-image: url('../img/bouton_bg.png') !important;
    background-repeat:repeat-x;*/
	background-image: none;
	background-color: rgba(242,153,15,0.5);
    border-radius: 0px;
    -webkit-border-radius: 0px;
    border-color: rgba(242,153,15,0.75);
    border-style: solid;
    border-width: 1px;
    padding: 2px;
}

.x-btn-focus.x-btn-default-small {
	background-color: #002F2F;
	background-image: none;
}


.x-btn-default-small-over{
    background-image: url('../img/bouton_bg_hover.png') !important;
    background-repeat:repeat-x ;
}

.x-form-text-wrap-default {
	border-style: none;
}

.x-form-text-field-body-default {
	min-width: 80px;
}

.x-panel-header-title-default {
	/*color: #f59e01;*/
}

.x-btn.x-btn-disabled.x-btn-default-small {
	border : none;
}

.x-btn-default-toolbar-small .x-btn-inner {
	color: #000;
	font-size: 1.3em;
	line-height: 15px;
}

.x-btn-wrap-default-toolbar-small.x-btn-arrow-right:after {
	background-image: none;
}

.x-hide-visibility {
	visibility: hidden!important;
}

.x-btn.x-btn-disabled.x-btn-default-small {
	height:22px !important;
	background-image: none;
	background-color: rgba(242,153,15,0.25);
	border-radius: 0px;
	-webkit-border-radius: 0px;
	border-color: rgba(242,153,15,0.5);
	border-style: solid;
	border-width: 1px;
	padding: 2px;
}

.x-toolbar {
	font-size: 11px;
}

.x-btn-inner-default-small {
	font: 12px tahoma,arial,verdana,sans-serif;
}

.x-toolbar-footer {
	padding: 7px 0 4px 6px;
}


.x-btn-default-toolbar-small .x-btn-inner {
	font-size: 1.4em;
}

.x-grid-with-row-lines .x-grid-item:last-child {
	border-bottom-width: 0 !important;
}

.x-grid-with-row-lines .x-grid-item {
	background-color:white;
	border-width: 0;
}

.x-btn-over.x-btn-default-small {
/*	background-image: url("../img/bouton_bg_hover.png") !important;
	background-repeat: repeat-x;*/
	background-image: none;
	background-color: rgba(242,153,15,1);
	border-color: rgba(242,153,15,1) !important;
	border-radius: 0px;
	border-style: solid !important;
	border-width: 1px !important;
	padding: 2px;
}

.x-btn.x-btn-menu-active.x-btn-default-toolbar-small, .x-btn.x-btn-pressed.x-btn-default-toolbar-small {
	background-color: transparent !important;
	background-image: none !important;
}

.x-menu-icon-separator-default {
	display:none !important;
}

.x-menu-item-text-default {
	color: #000000;
	margin-left: 10px !important;
	padding-left: 10px;
}

.x-menu-body-default {
	background: none repeat scroll 0 0 #FFFFFF !important;
	padding: 2px;

}

.top_menu {
	border: 1px solid #002F2F;
	border-top:none;
	top:120px !important;
box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5) !important;}

.x-menu-item.x-menu-item-default.x-box-item.x-menu-item-active{
/*	background-color:none;
	background-image: -moz-linear-gradient(center top, #E5022F, #000) !important;
	background-image: -o-linear-gradient(center top, #E5022F, #000) !important;
	background-image: -webkit-linear-gradient(top, #E5022F, #000) !important;
	background-image: -ms-linear-gradient(to bottom, #E5022F, #000) !important;

	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d2f', endColorstr='#E5022F', GradientType=0) !important;
	background-image: linear-gradient(to bottom, #E5022F, #000) !important;
	border-color:#000;
	border-radius:3px;*/
	background-color: #000000!important;
	background-image: none !important;
	border-radius:0px !important;
	color: #ffffff;
}

.x-menu-item.x-menu-item-default.x-box-item.x-menu-item-active > a > .x-menu-item-text-default {
	color: #FFFFFF !important;
}


.x-grid-item.x-grid-item-over {
	background-color: rgb(239, 239, 239) !important;
}

.x-webkit .x-form-text {
	/*display:inherit !important;Evite les sauts des input dans chrome version sup à 43*/
	height : 100%;
}

.x-window-header {
	height: 28px;
/*	background-image: url(../img/bandeau_noir_encart.png);
	background-repeat: repeat-x;*/
	background-color: #002F2F ;
	border: none;
	border-radius: 0px 0px 0px 0px;
	box-shadow: 0px 0px 10px #888;
	-webkit-box-shadow: 0px 0px 10px #888;
}

.x-window-header-title-default, .x-panel-header-title-default  {
	color : #fff;
}

.x-window-default {
	background-color: white;
	border-radius: 0px;
	height: auto;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	padding: 10px;
	box-shadow: 0px 0px 20px #888;
	-webkit-box-shadow: 0px 0px 20px #888;
	margin-top: 10px;
}

.x-panel-header {
	background : #f2990f !important;
}

.x-tbar-loading {
/*	background-image: url("../img/refresh.png"); */
	background-image: none;
	height: 0px;
}
.x-tbar-loading:before {
	/* background-image: url("../img/refresh.png"); */
	content: '\eaeb';
	font-family: 'icomoon';
	font-size: 16px;
	color: #f2990f;
}

.x-
.x-tab-bar-default-top , .x-tab-bar-default {
	background: #fff;
	border: none;
}
.x-tip-default {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	padding: 2px 2px 2px 2px;
	border-width: 3px;
	border-style: solid;
	border-color: #FFFFFF;
	background-color: #ffffc5;
	min-height: 20px;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}
.x-tip-body-default {
	font-family: 'Open Sans';
	font-style: italic;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	min-height: 20px;
	padding: 3px;
	color: #444;
}
.x-tip .x-autocontainer-outerCt:before {
	font-family: 'icomoon';
	font-style: normal;
	font-size: 16px !important;
	content: '\ea0c';
	/*color: #F79646;*/
	color: #f2990f;
	text-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3);
	margin-right: 5px;
}
div#loginForm-outerCt:before {
	content: none;
}
div#form-user-outerCt:before {
	content: none;
}
div#UserRightsForm-outerCt:before {
	content: none;
}

.x-grid-cell-inner-action-col {
	padding: 2px 2px 2px 4px;
}

/*****************Gestion icomoon d'icones Extjs************************/
.x-window-header-default .x-tool-img, .x-panel-header-default .x-tool-img{
	background-color:transparent;
	/*padding-top: 8px;*/
}
.x-tool-img {
	background-image:none;
}

.x-tool-img:after {
	font-family: 'icomoon';
	font-size: 15px;
	content: "\ea0f";
	color: #f2990f;
}

.x-tip-body-form-invalid {
	background-image:none;
}

.x-tool-expand-bottom:after {
	font-family: 'icomoon';
	font-size: 15px;
	content: "\ea43";
	color: #fff;
}
.x-tool-collapse-top:after {
	font-family: 'icomoon';
	font-size: 15px;
	content: "\ea41";
	color: #fff;
}
.x-tool-collapse-left:after{
	font-family: 'icomoon';
	font-size: 15px;
	content: "\ea42";
	color: #fff;
}

.x-tool-expand-right:after{
	font-family: 'icomoon';
	font-size: 15px;
	content: "\ea44";
	color: #fff;
}

.x-window-body-default {
	border:none;
}

/****Gestion des tabpanel***/
.x-tab {
	-webkit-border-radius: 0;
	border-radius: 0;
}

/*****Gestion icomoon des actioncolumn génériques****/
.x-action-col-icon {
	margin-right:8px;
	color: #f2990f;
}

.actioncolumn-edit:before {
	font-family: 'icomoon';
	font-size: 15px;
	content: "\e905";
}

.actioncolumn-delete:before {
	font-family: 'icomoon';
	font-size: 15px;
	content: "\e9ac";
}

/****EXTJS 6 Compatibility****/
.x-btn-icon-el-default-toolbar-small {
	line-height:inherit;
}

.x-fieldset-default {
	padding: 5px 10px 10px 10px;
}

.x-form-display-field-default {
	min-height: 0px;
}

.verticalAlignMiddle {
	vertical-align: middle;
}

.x-autocontainer-form-item, .x-anchor-form-item, .x-vbox-form-item, .x-table-form-item {
	margin-top: 5px;
}

.x-html-editor-wrap textarea {
	min-height: 144px;
}

.x-grid-item-selected {
	background-color: #e0e0e0 !important;
}

/****EXTJS 7 Compatibility****/
.x-tip-body .x-autocontainer-outerCt {
	display : flex;
}