@font-face {
    font-family: 'THSarabunNewRegular';
    src: url('../fonts/THSarabun.ttf') format('truetype');
}

@font-face {
    font-family: 'PromptRegular';
    src: url('../fonts/Prompt-Regular.ttf') format('truetype');
}

a:hover {
	text-decoration: none;
    outline: 0;
    color: #2a6496;
}

body {
    font-family: 'PromptRegular', sans-serif;
    //padding: 50px;
    background-image: url("../images/bg/dol-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff;
}

.menu{
	overflow-y: scroll;
	margin-right: 15px;
	padding-right : 0px;
}

.menuItem > tbody > tr > td > a {
	color: darkgreen !important;
}

/* .x-border-layout-ct {
	background-color: #fff;
} */

.panel-default > .panel-heading-custom {
	background: #1fa32a;
	color: #fff;
}

.panel-default > .panel-heading-custom {
	font-size: 18pt;
	font-weight: 500;
}

.panel-body {
    padding: 5px 5px 5px 5px;
}

.x-panel {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
	background-image: none;
}

.x-panel-tl, .x-panel-tr, .x-panel-bl, .x-panel-br, .x-panel-bc {
	background-image: none;
	background-color: #dff0d8;
}

.x-panel-tl, .x-panel-tr, .x-panel-bl, .x-panel-br {
	border-color: transparent;
}

.x-panel-tl, .x-panel-header {
	color: #fff !important;
	font-weight: bold;
	font-size: 11px;
}

.x-panel-mr, .x-panel-ml, .x-panel-tc, .x-panel-mc {
	background-image: none;
	background-color: #dff0d8;
}

.x-panel-mc {
	padding-top: 0px;
}

.x-panel-header, .x-panel-tr, .x-panel-tl {
	background-color: #8fc37a !important;
}

.x-panel-bbar .x-toolbar {
	background-image : none;
	background-color: #c4efb3; !important;
	border-color: #3c763d;
	padding : 2px;	
}

.x-grid-panel .x-panel-mc .x-panel-body {
	border-color: #3c763d;
}

.x-grid3-header{
	background-image : none;
	background-color: #c4efb3; !important;
	border-color: #3c763d;
}

.x-sidebar {
	background-color : #8fc37a;	
  	width: 100%;
  	overflow: hidden;
  	color: #fff;
  	/*position: absolute;
  	top: 0;
  	bottom: 0;
  	z-index: 2000;*/	
}

.x-sidebar .collapsed {
	width: 40px;
}

.x-sidebar .x-sidebar-nav {
	/*top: 0;
  	bottom: 0;*/
  	height: 100%;  	
  	/*background-color: rgba(0, 60, 136, 0.5);*/
}

.x-sidebar-nav > li, .x-sidebar-nav > ul > li {
	width: 100%;
   	height: 40px;
    color: #fff;
    font-size: 12pt;
    overflow: hidden;
    transition: all 80ms;   
}

.x-sidebar-nav > li > a, .x-sidebar-nav > ul > li > a {
	display: block;
    width: 100%;
    height: 100%;
    line-height: 40px;
    color: inherit;
    text-decoration: none;
    text-align: center;
}

/*.x-sidebar-nav > li:hover, .x-sidebar-nav > ul > li:hover {
	color: #fff;
	background-color: rgb(143, 195, 122, 0.3);
}*/

.x-sidebar-nav > li.disabled:hover, .x-sidebar-nav > ul > li.disabled:hover {
	background: transparent;
}

.x-sidebar-nav .icon-home::before {
	cursor: pointer;
}

.x-sidebar-content {
	position: absolute;
	top: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.95);
	overflow-x: hidden;
	overflow-y: auto;
}

.x-sidebar .collapsed > .x-sidebar-content{
	overflow-y: hidden;
}

.x-sidebar-pane {
	display: none;
	left: 0;
	right: 0;
	box-sizing: border-box;
	padding: 10px 20px;
}

.x-sidebar-pane .active {
	display: block;
} 
/* login Screen*/
.x-header-screen{
	position: fixed;
    top: 5px;
    width: 100%;
    height: 100px;
}

.x-header-screen .x-logo{
    height: 100px;
    margin-left: 10px;
}

.x-header-screen .x-title{
	margin-left:120px;
    top:5px;
    position:absolute;
}

.x-header-screen .x-title .x-hline1{
	font-family: 'PromptRegular', sans-serif;
    font-size: 28pt;
    font-weight: bold;
    color: darkgreen;
}

.x-header-screen .x-title .x-hline2{
    color: darkgreen;
    font-family: 'PromptRegular', sans-serif;
    font-size: 16pt;
    font-weight: bold;
    position: absolute;
    top: 45px;
    width: 600px;
}

.x-header-screen .x-btn-exit{
    position: fixed;
    right: 0;
    top: 0px;
    background-color: red;
    color: white;
    font-size: 11pt;
    font-weight: 600;
    border-radius: 5px;
}

.login-screen {
    background-color: #FFF;
    background-image: url(../images/bg/fondo-poligonal-verde-y-blanco_1035-6041.jpg);
    padding: 20px;
    border-radius: 5px;
    width: 300px;
}

.login-screen .app-title {
    text-align: center;
    color: #777;
}

.login-screen .login-link{
	padding-top: 3px;
	font-size: 20px;
	color: #444;
	display: block;
}

.login-form{
	text-align: center;
}

.login-form .control-group{
	margin-bottom: 10px;
}

.login-form .control-group .inputlongin{
	text-align: center;
    background-color: #ECF0F1;
    border: 2px solid transparent;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0;
    width: 250px;
    transition: border .5s;
}

.login-form .control-group .inputpassword{
    text-align: center;
    background-color: #ECF0F1;
    border: 2px solid transparent;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0;
    width: 250px;
    transition: border .5s;
}
.login-form .control-group input:focus{
	border: 2px solid #316013;
	box-shadow: none;
	
}

.login-form .btnlogin {
    border: 2px solid transparent;
    background: rgb(74, 141, 20);
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    padding: 0px 0;
    text-decoration: none;
    text-shadow: none;
    border-radius: 3px;
    box-shadow: none;
    transition: 0.25s;
    display: block;
    width: 250px;
    margin: 0 auto;
}

.login-form .btnclear{
    border: 2px solid transparent;
    background: rgb(74, 141, 20);
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    padding: 0px 0;
    text-decoration: none;
    text-shadow: none;
    border-radius: 3px;
    box-shadow: none;
    transition: 0.25s;
    display: block;
    width: 250px;
    margin: 0 auto;
}

.btn-block + .btn-block{
	margin-top : 5px;
}

.login-form .btnlogin:hover{
	background-color: rgba(21, 156, 16, 0.836);
}
.login-form .btnclear:hover{
	background-color: rgba(21, 156, 16, 0.836);
}

.login-form .form-check{
	    box-sizing: border-box;
}

.login-form .form-check .check-input{
	margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

.login-form .form-check .check-label{
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}

.login-form .login-link{
	padding-top: 3px;
    font-size: 20px;
    color: #444;
    display: block;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e;
    background-position: 0 -15px;
}

.content-screen {

    position: fixed;
    top: 100px;
    width: 100%;
    height: 100%;
    /* padding-top: 20px; */

}