@charset "utf-8";
/* CSS Document */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	/* IE10+ specific styles go here */
	#col-content > .jfk-scrollbar{
		position: relative !important;
	}
}
.show_none{ display:none; }
.col-fix.notification i.fa.fa-envelope {
	font-size: 20px;
	margin: 0 8px 0 16px;
}
div#header-top {
	position: relative;
	padding: 0;
	background-image: -moz-linear-gradient( center top, rgba(255, 255, 255, 0.1), rgba(100, 100, 100, 0.05) );
	background-image: -webkit-gradient( linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.05)) );
	background-attachment: scroll;
	background-color: rgba(243, 243, 243, 1);
	width: 100%;
	z-index: 1001;
	padding: 20px 0px;
	color: #999;
}
div#header-top #head_line1 {
	font-size: 20px;
	letter-spacing: 0px;
	font-weight: bold;
	text-shadow: 0px 2px 2px #E0E0E0;
	color: #6e6e6e;
}
div#header-top #head_line2 {
	font-size: 15px;
	letter-spacing: 2px;
	text-shadow: 0px 1px 0px #CCC;
}
div#header-top #head_line1, div#header-top #head_line2 {
	font-family: Georgia, "Times New Roman", Times, serif !important;
}
.arrow-down {
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid white;
	margin: 0px;
	position: absolute;
	left: 100px;
}
#header-top img {
	display: inline;
	float: left;
	margin: -4px 7px 0px 40px;
	width: 30PX;
	/*border-radius: 50% !important;*/
}
#menu_logout img, #img_profile{ /*margin: 0px;*/ }
#img_profile {
/*
	width: 30px !important;
	height: 30px !important;
	margin: 0px !important;
	border-radius: 50% !important;
	box-shadow: 0 0 1px 0px #2A6496;
*/
}
input[type="button"], input[type="submit"], input[type="reset"], button{
	font-size: 14px;
	font-weight: normal !important;
	padding: 6px 15px 4px 15px !important;
	letter-spacing: 1px;
	color: white;
	border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	background-color: #2EA2CC;
	-webkit-box-shadow: inset 0 2px 0 rgba(120, 200, 230, 0.5);
	box-shadow: inset 0 2px 0 rgba(120, 200, 230, 0.5);
	border: 0 !important;
	height: auto !important;
	text-shadow: none;
	/*display: block;*/
	/*margin: -4px 5px 0 0;*/
	text-decoration: none;
	cursor: pointer;
}

input[type="text"], input[type="password"], select, textarea, input[type="email"] {
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
	color: #555555;
	font: 13px/18px Helvetica Neue, Helvetica, Arial, sans-serif !important;
	margin: 0;
	padding: 3px 4px;
	background-color:#FFF;
}
input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus, input[type="email"]:focus {
	border-color: #57AFCC !important;
	box-shadow: 0 0 8px #57AFCC; /*rgba(82, 168, 236, 0.5);*/
	outline: medium none;
	background-color:#FFC;
}
input[type="button"]:disabled, input[type="submit"]:disabled, input[type="reset"]:disabled, button:disabled {
	background: rgba(177, 177, 177, 0.73);
	-webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
	color: rgb(255, 255, 255);
	cursor: not-allowed;
}

.gcard {
	position: absolute;
	z-index: 20;
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .4);
	box-shadow: 0 0 8px rgba(0, 0, 0, .4);
	max-width: 400px;
	margin: 0;
	zoom: 1;
	background: rgba(0, 0, 0, 0.80);
	padding: 18px;
	color: white;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	font-size: 12px;
	line-height: 200%;
	text-shadow: black 0px -1px 0;
	font-style: normal !important;
	min-width: 300px;
	margin-left: -200px;
	text-align: left;
	margin-top: 5px;
	right: 20px;
}
.gcard .grav-cardarrow {
	position: absolute;
	top: 23px;
	left: -8px;
	display: inline-block;
	width: 0 !important;
	height: 0 !important;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 8px solid rgba(0, 0, 0, 0.85);
}
.gcard a.logout{
	color: #666;
	font-size:12px;
	text-shadow: black 0px -1px 0;
}
.gcard a.logout:hover{
	color: #fff;
	cursor:pointer;
}

.button {
	display: inline-block;
	padding: 5px 15px;
	margin: 0 0 10px;
	background: #3D92C6;
	background: -moz-linear-gradient(top, #3D92C6 0%, #0E74B2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3D92C6), color-stop(100%, #0E74B2));
	background: -webkit-linear-gradient(top, #3D92C6 0%, #0E74B2 100%);
	background: -o-linear-gradient(top, #3D92C6 0%, #0E74B2 100%);
	background: -ms-linear-gradient(top, #3D92C6 0%, #0E74B2 100%);
	background: linear-gradient(top, #3D92C6 0%, #0E74B2 100%);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	border: none;
	-moz-box-shadow: inset 0 1px 0 #64A8D1, 0 1px 3px #000;
	-webkit-box-shadow: inset 0 1px 0 #64A8D1, 0 1px 3px #000;
	-o-box-shadow: inset 0 1px 0 #64A8D1, 0 1px 3px #000;
	-ms-box-shadow: inset 0 1px 0 #64A8D1, 0 1px 3px #000;
	box-shadow: inset 0 1px 0 #64A8D1, 0 1px 3px #000;
	color: #fff;
	text-shadow: 0 -1px 0 #124869;
	font-size: 12px;
	font-family: 'Helvetica Neue Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background-color: #2EA2CC;
	text-decoration:none;
	cursor:pointer;
}
.button_no-image{
	float: none;
	background-image: none;
	padding: 6px 15px 4px 15px !important;
}

.menu_input {
	border-bottom: 1px solid #E1E1E8;
	padding: 5px 10px;
	background-color:#F7F7F9;
	transition: opacity 0.2s ease;
	min-height:26px;
}
.menu_input:hover {
	opacity: 1 !important;
}
.menu_input a {
	text-decoration: none;
}
.menu_input > a {
	padding:5px;
	font-size: 13px;
	color: #577FBC;
	text-shadow: none;
	/*font-weight: bold;*/
	border: 1px solid transparent;
	display: inline-block;
}
.menu_input a:hover{
	border: 1px solid #C5C9D3;
	background-color: rgba(0, 0, 0, 0.01);
	border-radius: 3px;
}
.menu_act {
	border: 1px solid #C5C9D3 !important;
	background-color: rgba(0, 0, 0, 0.01);
	border-radius: 3px;
}
.menu_input span {
	padding: 5px;
	font-size: 13px;
	text-decoration: none;
	color: #577FBC;
	text-shadow: none;
	/*font-weight: bold;*/
	border: 1px solid transparent;
}
.menu_input > span {
	line-height: 100%;
	display: inline-block;
}
.body_input {
	border-top: 1px solid #CFD3DD;
	background-color: #D8DCE6;
	padding: 20px;
	/*min-height: 700px;*/
}

.body_input fieldset {
	background-color: white;
	border: 1px solid #C5C9D3;
	border-radius: 4px;
	margin-top: 6px;
}
.body_input legend {
	background-color: white;
	border-radius: 3px 3px 0px 0px;
	padding: 5px;
	border: 1px solid #C5C9D3;
	border-bottom: 1px solid white;
}
.table-revision {
	border-collapse: collapse;
	width: 100%;
}
.table-revision td {
	border-bottom: 1px solid #EEE;
	padding: 13px 5px;
	font-size: 13px;
}

.del{
	padding-left:3px;
	padding-right:3px;
	background-color: rgb(46, 162, 204);
	box-shadow: inset 0 2px 0 rgba(120, 200, 230, 0.5);
	letter-spacing: 1px;
	color: white;
	margin-left:3px;
	font-size: 13px;
	text-decoration:none;
 }

/*ADD 200656 */
div#language_bar{
	float: right;
	margin-right: 5px;
	color: rgb(165, 165, 165);
	padding: 0px 2px 0px 2px;
	text-align: center;
	border-radius: 2px;
}
#language_bar:hover{
	background-color: rgba(131, 131, 131, 0.78);
	color: #ddd;
	cursor:pointer;
}
#ul_language_bar{
	display:none;
	position: absolute;
	z-index: 1002;
	background-color: rgba(255, 255, 255, 0.86);
	padding: 3px;
	margin: 5px;
	right: 0;
	top:22px;
	margin-top: 2px;
	list-style: none;
	border-radius: 2px;
	border: 1px solid rgba(146, 146, 146, 0.34);
	color: rgb(126, 126, 126);
}
#ul_language_bar li{
	padding: 1px 10px 1px 10px;
	border-bottom: 1px solid transparent;
}
#ul_language_bar li:hover{
	background-color: rgba(208, 232, 253, 0.46);
	border-bottom: 1px solid rgba(19, 129, 190, 0.19);
	cursor:pointer;
}
.dialog-expired {
	padding: 20px;
	text-shadow: 1px 1px 0px #F7F7F7;
	background-color: #FFF8D5;
	border-bottom: solid 1px #FFA500;
}
input.form_contract.padd-form {
    padding-top: 6px;
}
.bg-white {
	background: white;
}
.icon-required {
	font-family: sans-serif;
	color: #ff0000;
}

/* -- layout style -- */
.hide{
	display:none !important;
}
#ui-datepicker-div{
	display:none;
}
.without-padding-bottom {
	padding-bottom: 0px !important;
}
.without-padding {
	padding: 0;
}
.padding-10{
	padding: 10;
}
.padding-top-0 {
	padding-top: 0;
}
.without-margin {
	margin: 0;
}
.margin-5 {
	margin: 5px;
}
.margin-15 {
	margin: 15px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-left-20 {
	margin-left: 20px;
}
.element-centre {
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
}
.page-wrap {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
 }
 /* -- end layout style -- */
