body{
    /*font-family : Verdana,Tahoma,Helvetica;*/

    font-size : 9pt;
    /*font: 400 13.3333px Arial;*/
	/*background : #efefff;*/
	/*background: #FCFADC;*/
	/*min-height: 820px;*/
}
#bubble_overlay {
	width: 100%; height: 100%;
	background: transparent;
	z-index: 1001;
	position: fixed;
	display: none;
}
.appheader{
    height : 32px;
}

.userlog {
    font-family : Verdana,Tahoma,Helvetica;
    font-size : 10pt;
    height : 32px;
}

.logobar {
    height : 32px !important;
    width : 100%; 
    background-repeat : repeat-x;
}

.applogo{
    width : 288px;
    background-repeat : no-repeat;
}
.menubarborder{
    border : solid 1px gray;
}
#main {
	/*float:right;*/
	/*overflow: hidden;*/
	position : relative;
	/*width : 50%; */
	height : 420px;
	/*min-height: 760px;*/
	min-height: 90%;
	max-width: 1280px;
	margin: 0 auto;
	margin-bottom: 50px;
	
}

.div_menus { 
	float: left; 
	z-index:1; 
	width : 20%; 
	height : 90%;
	border-right : 2px solid gainsboro;
}
.div_form { 
	float: right;  
	z-index:1; 
	width : 79.8%; 
	height : 100%;
	overflow : auto;
}
.div_menus_hide { 
	display:none;
}
.div_form_hide { 
	float: right;  
	z-index:1; 
	width : 100%; 
	height : 100%;
	overflow : auto;
}
#ifm_form
{
	width : 100%;
	height : 100%;
	max-width:100%;
	min-width:100%;
}


/*
 * (begin) Styles for the menu
 */
table.lxmenu{
    border : none;
    width : 100%;
    vertical-align : top;
	font-family : Verdana,Tahoma,Helvetica;
    font-size : 9pt;
}
#sidemenu{
	text-align : left;
}
tr.lxmenuitem{
    color : blue;
    height : 24px;
    width : 100%;
    cursor : pointer;
}

tr.lxmenuitem :hover{
    background-color : transparent;    
}

td.lxmenulabel {
    height : 24px;
    padding : 0px 0px 0px 4px;
	text-align : left;
}

.lxmenuicon {
    height : 16px;
    width : 16px;
    padding : 3px 0px 0px 8px;
}

/*
 * (end) Styles for the menu
 */
 
 
 /*
	prelaoder
 */
#preLoader {
	width:100%; height:100%; margin:0; padding:0;
	position:absolute; top:0; left:0;
	background:#fff url('../images/preloader1.gif') no-repeat center center;
	z-index:999;

	display : none;
}
#preLoader p {
	color:#ededed;
	font:20pt Arial,san-serif;
	font-weight:bold;
	position : center;
}

#menu_modal {
	width:21.5%; height:90%; padding:0;
	position:absolute; left : 0; top : 0;
	margin : auto -20px;
	background:#000 no-repeat center center;
	
	display : none;
	 /* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

	/* IE 5-7 */
	filter: alpha(opacity=50);
	
	/* Netscape */
	-moz-opacity: 0.5;

	/* Safari 1.x */
	-khtml-opacity: 0.5;

	/* Good browsers */
	opacity: 0.5;
}

#menu_modal p {
	color:#ededed;
	font:20pt Arial,san-serif;
	background:#000 no-repeat center center;
	font-weight:bold;
	position : center;
}

.appr_notif,
.bday_notif_con,
.gen_notif {
    width: auto;
    height: 25px;
    background: red;
    /*border-radius: 50%;*/
    border-radius: 50px;
    padding: 0 8px;
    /*box-shadow: 0 0 3px 2px rgba(255,255,255,0.95);*/
    border: 2px solid #fff;
    position: absolute;
    top: -3px;
    right: -3px;
    display: none;
}

/*.appr_count,{
	font-size: 16px;
	margin: 4px auto;
}*/

.noti_count {
    position: relative;
    font-weight: bold;
    font-size: 16px;
    color: #efefff;
    text-shadow: 0 1px #333;
	margin: 4px auto;
}

/*.bday_notif_con {
    position: absolute;
    top: -6px;
    right: -6px;
    border: 1px solid transparent;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    background: red;
    box-shadow: 0 0 3px 2px rgba(255,255,255,0.95);
    transition: none;
    display: none;
}
.gen_notif {
    position: absolute;
    top: -6px;
    right: -6px;
    border: 1px solid transparent;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    background: #f00;
    box-shadow: 0 0 3px 2px rgba(255,255,255,0.95);
    transition: none;
    display: none;
}*/

form#myform {
	padding-bottom: 50px;
}

.appr_notif,
.bday_notif_con,
.gen_notif {
	animation: blink 5s infinite;
	-webkit-animation: blink 5s infinite;
	-moz-animation: blink 5s infinite;
}
select {
	height: auto;
	/*padding: 5px 10px !important;*/
	vertical-align: middle;
}
input,
textarea,
select {
	border: 1px solid #ccc;
}

select.input
{
	text-indent: 1px !important;
}

@-webkit-keyframes blink {
	50% {
		background: rgb(120,0,0);
	}
}
@-moz-keyframes blink  {
	50% {
		background: rgb(120,0,0);
	}
	
}
@keyframes blink {
	50% {
		background: rgb(120,0,0);
	}
	
}

footer {
	width: 100%; height: auto;
	/*min-width: 1280px;*/
	/*background: #586949;*/
}

::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(204, 10, 10, 0.2);
	-webkit-box-shadow: inset 0 0 20px 1px rgba(204, 12, 12, 0.95);
}

::-moz-selection {
	background: #000;
	color: rgb(98,125,77);
}
::selection {
	background: #000;
	color: rgb(98,125,77);
}






/*20180404 start gian karlo */
.article_btn_container
{
	display: inline-block;
	text-align: right;
	float: right;
	margin-right: 15px;
	height: 100%
}

.article_btn_container .article_btn_child_container
{
	position: relative;
	top: 50%; 
	transform: translateY(-50%);
}

article.pager-module.pager-module-lightgray
{
	height:auto;
	border:1px solid black;
	width:75%;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	border:1px solid #d8d8db;
	background:#f6f6f8;
}

article.pager-module.pager-module-lightgray header
{
	background:#d8d8db;
}

article.pager-module.pager-module-darkgray
{
	height:auto;
	border:1px solid black;
	width:75%;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	border:1px solid #8e8e8e;
	background:#f6f6f8
}

article.pager-module.pager-module-darkgray header
{
	background:#8e8e8e;
}

article.pager-module.pager-module-darkgray header *
{
	color: white !important;
}

.defaultfontsize
{
	font-size: 13px !important;
}

#menu2 .mendiv {
    display: inline-block;
    margin-left: 50px;
    vertical-align: top;
}

#menu2 .mendiv ul {
    margin-top: 0px;
    margin-right: 10px;
    list-style-type: none;
    padding-left: 0px;
    display: inline-block;
    width: auto;
    vertical-align: top;
}

.hasDatepicker,input[type=time]
{
	width: 120px;
}

.input_hasErr
{
	border: 1px solid red;
	background-color: #FFCECE;
}

input[type=time]
{
	/*font: 400 13.3333px Arial;*/
	font-family: arial;
}

.input_time
{
	/*font: 400 13.3333px Arial;*/
	font-family: arial;
	
	padding-right: 10px;
    text-align: right;
    width: 60px;
}

		
#mensub {
	 display:none;
}
#help a{
	color:red!important;
	font-size: 14px;
	font-weight: bold;
}
#help a:link {
    color: #000;
}

/* visited link */
#help a:visited {
    color: #000;
}

/* mouse over link */
#help a:hover {
    color: #000;
}

/* selected link */
#help a:active {
    color: #000;
}

.hgroup_cont
{
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#fixd_con {
	width: 100%;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;

}

#sidebar h3 i {
    float: right;
    padding: 0 10px 0;
    font-weight: bold;
    font-size: 18px;
    color: #999;
}
#sidebar h3:hover i {
    float: right;
    padding: 0 10px 0;
    font-weight: bold;
    font-size: 18px;
    color: #111;
    animation: move 1.5s 1;
    -moz-animation: move 1.5s 1;
    -webkit-animation: move 1.5s 1;
}
@keyframes move {
	20% {
		transform: translateX(-10px);
	}
	40% {
		transform: translateX(5px);
	}
	60% {
		transform: translateX(-1px);
	}
	80% {
		transform: translateX(2px);
	}
	100%{
		transform: translateX(0px);
	}
}
@-moz-keyframes move {
	20% {
		transform: translateX(-10px);
	}
	40% {
		transform: translateX(5px);
	}
	60% {
		transform: translateX(-1px);
	}
	80% {
		transform: translateX(2px);
	}
	100%{
		transform: translateX(0px);
	}
}
@-webkit-keyframes move {
	20% {
		transform: translateX(-10px);
	}
	40% {
		transform: translateX(5px);
	}
	60% {
		transform: translateX(-1px);
	}
	80% {
		transform: translateX(2px);
	}
	100%{
		transform: translateX(0px);
	}
}

._pointer {
	cursor: pointer;
}
.cms_content p {
	font-weight: normal;
}
#secondary_bar {
	transition: all 0.3s;
}

.easytree-ico-cf span.easytree-icon,
span.easytree-icon {
	display: none;
}
._overflow-auto-hidden {
	overflow-y: auto;
    overflow-x: hidden;
}
._inherit-size {
	width: inherit;
	height: inherit;
}
/*.hide1 {
	display: none !important;
}*/

ul.uvuevwe li.hide1 {
	display: none !important;
}

.head_logo{
	width:auto;
	height: 50px;
}
.head_title {
	font-size: 2em;
	align-self: center;
	margin-left: 20px;
	/*color: #fff;*/
}
.flex {
	display: flex;
}

.dash_btn_container figure .img_con,
.dash_btn_container figure .img_con_2,
.panel-header {
	/*background: #627d4d;*/
}
.dwb_empstatico {
	color: #000;
}

.dwc_empstatico {
	color: #fff;
}
.fixed {
	overflow: hidden;
}

.ui-dialog-titlebar-close {
visibility: hidden;
}

.ui-dialog {
    box-shadow: 0 0 10px rgba(0,0,0,0.8);
    margin-bottom: 50px; /*20190406 donita*/
}
.ui-dialog table {
    margin: 0 auto;
}
.ui-corner-all {
	padding: 0;
	border: none;
	border-radius: 0 !important;
}

/*.ui-widget-header {
	background: #443D35;
	color: #fff;
}

.ui-dialog .ui-dialog-buttonpane button {
	background: #443D35;
	color: #fff;
}*/

.alertify .ajs-dimmer {
	z-index: 9999;
}

.alertify .ajs-modal {
	z-index: 10000;
}


.CalendarClearButtonContainer
{
	display: inline-block;
}

i.datepicker_clear_btn
{
	margin-left:-20px;
	color: #00207b;
	font-size: 15px !important;
	display: none;
	cursor: pointer;
}

i.datepicker_clear_btn:hover
{
	color: #0042ff;
}

textarea {
    font-family: unset;
}

.tr_spacer
{
	height: 10px;
}

.td_spacer
{
	width: 10px;
}

.input_hasErr
{
	border: 1px solid red;
	background-color: #FFCECE;
}

.disabled
	{
		background-color: rgb(235, 235, 228);
		color: rgb(84, 84, 84);
	cursor: default;
	}

	article.pager-module.pager-module-lightgray
{
	height:auto;
	border:1px solid black;
	/*width:75%;*/
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	border:1px solid #d8d8db;
	background:#f6f6f8;
}

article.pager-module.pager-module-lightgray header
{
	background:#d8d8db;
}

article.pager-module.pager-module-darkgray
{
	height:auto;
	border:1px solid black;
	/*width:75%;*/
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	border:1px solid #8e8e8e;
	background:#f6f6f8
}

article.pager-module.pager-module-darkgray header
{
	background:#8e8e8e;
}

article.pager-module.pager-module-darkgray header *
{
	color: white !important;
}

.numeric
{
	text-align: right;
	padding-right: 5px;
}

/*20180404 end gian karlo */
.alertify .ajs-header
{
	font-weight: bold;
}
.alertify .ajs-content
{
	font-size: 16px;
}