@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(../css/font.css);

/*
FONT THAI LEVEL
db_helvethaica_x45_li
db_helvethaica_x55_regular
db_helvethaica_x65_med
db_helvethaica_x75_bd
db_helvethaica_x85_blk

db_helvethaica_x43_liext
db_helvethaica_x53_ext
db_helvethaica_x63_medext
db_helvethaica_x73_bdext
db_helvethaica_x83_blkex
*/

.k-alt {
    background-color: #dddddd;
}

input, select {
     width: 100%; 
     box-sizing: border-box;
     -webkit-box-sizing:border-box;
     -moz-box-sizing: border-box;
}

body {
    font-family: 'arial', sans-serif;
    margin: 0;
    background-color: #FFF;
    color: #555;
    font-size: 13px;
    line-height: normal !important;
}
input, option, select, textarea {
	font-family: 'Open Sans', sans-serif;
	color: #555555;
	font-size: 13px;
}
a {
    color: #2b9fe1;
    text-decoration: none;
}
a:hover, a:focus {
    text-decoration: none;
    color: #777;
}
.bgHeader {
	background-image: url(../images/bg-header.png)
}
h2.titleForm {
	 font-family: 'db_helvethaica_x43_liext', sans-serif;
	 font-size: 30px;
	 color: #555;
	 margin: 0;
	 margin-bottom: 15px;
}
span.dot-request {
	color: #e33f3f;
}

.imgLogo {
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 15px;
}
.logoProject {
	margin-right: 30px;
	margin-top: 5px;
}
.topMenu {
	margin: 0;
	padding: 0;
	position: absolute;
	float: right;
	right: 0;
	top: 0;
	margin-right: 20px;
	font-family: 'db_helvethaica_x53_ext', sans-serif;
	font-size: 22px;
	color: #333;
	text-align: right;
	display: inline;
}
.topMenu span.boxUser {
	display: inline;
	margin-left: 5px;
}
span.lastLogin {
	font-size: 18px;
	line-height: 10px;
	color: #555;
	display: block;
}
.titleinTab {
	font-family: 'db_helvethaica_x53_ext', sans-serif;
	font-size: 24px;
	line-height: 12px;
	margin: 0;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
	color: #1a9102;
}
.topMenu a {
	color: #ed2424;
}
.topMenu i {
	font-size: 18px;
	margin-right: 5px;
}
.mainHeader {
	background-image: url(../images/bg-header1.png);
	background-repeat: repeat-x;
	position: relative;
	height: 90px;
}
.lineHeader {
	background-image: url(../images/bg-header2.png);
	background-repeat: repeat-x;
	height: 25px;
	background-position: 0 100%;
}
.oa-table-width-90 {
	width: 90%;
}
.oa-table-width-80 {
	width: 80%;
}
.oa-table-width-50 {
	width: 50%;
}
.oa-table-width-40 {
	width: 40%;
}
.oa-table-width-35 {
	width: 35%;
}
.oa-table-width-30 {
	width: 30%;
}
.oa-table-width-25 {
	width: 25%;
}
.oa-table-width-20 {
	width: 20%;
}
.oa-table-width-15 {
	width: 15%;
}
.oa-table-width-10 {
	width: 10%;
}
.oa-table-width-5 {
	width: 5%;
}
.oa-table-width-3 {
	width: 3%;
}

.footer {
	text-align: center;
	bottom: 10px;
	display: block;
	padding-bottom: 30px;
	padding-top: 20px;
}
.titleinForm {
	font-family: 'db_helvethaica_x45_li', sans-serif;
	font-size: 18px;
	width: 120px;
	text-align: right;
	padding-right: 20px;
	vertical-align: top;
	padding-top: 5px;
	white-space: nowrap;
}
.textbox {
	padding: 3px 5px;
	border: 1px solid #DDD;
	margin-bottom: 3px;
	width: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	  -moz-transition: all 0.2s ease-in-out;
	  -o-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;
}
.textbox:focus {
	border: 1px solid #999;
	background-color: #fff7d7;
	-webkit-transition: all 0.2s ease-in-out;
	  -moz-transition: all 0.2s ease-in-out;
	  -o-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;
}
.radiobox, .checkbox {
	position: inherit !important;
	display: inline-block !important;
	float: left;
	width: 20px;
	margin-right: 10px !important;
	min-height: 15px;
}
.selectbox {
	border: 1px solid #DDD;
	width: 100%;
	padding: 2px 4px;
	margin-bottom: 3px;
}
.smallbox {
	width: 50%
}
.sectionFooter {
	background-color: #dfdfdf;
	width: 100%;
	position: absolute;
	bottom: 0;
}



/*TAB*/
.etabs { 
	margin: 0;
	padding: 0;
}
.tab span {
	display: block;
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 6px;
	font-family: 'Open Sans', sans-serif;
}
.tab {
	display: inline-block;
	zoom:1;
	*display:inline;
	/*background-image: url(../images/bg-taboff.png);
	background-repeat: repeat-x;*/
	float: left;
	margin-right: 1px;
	background: #f3f3f3;
background: -moz-linear-gradient(top,  #f3f3f3 0%, #b4b4b4 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#b4b4b4));
background: -webkit-linear-gradient(top,  #f3f3f3 0%,#b4b4b4 100%);
background: -o-linear-gradient(top,  #f3f3f3 0%,#b4b4b4 100%);
background: -ms-linear-gradient(top,  #f3f3f3 0%,#b4b4b4 100%);
background: linear-gradient(to bottom,  #f3f3f3 0%,#b4b4b4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#b4b4b4',GradientType=0 );

}
.tab a {
	font-family: 'db_helvethaica_x45_li', sans-serif;
	display: inline-block;
	color: #666;
	font-size: 18px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 100px;
	height: 70px;
	text-align: center;
	line-height: 14px;
	padding: 4px 5px 3px 5px;
	text-decoration: none;
}
.tab a:hover {
	text-decoration: none;
}
.tab.active {
	/*background-image: url(../images/bg-tabon.png);
	background-repeat: repeat-x;*/
	background: #b1e094;
background: -moz-linear-gradient(top,  #ddffc8 0%, #82c05c 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ddffc8), color-stop(100%,#82c05c));
background: -webkit-linear-gradient(top,  #ddffc8 0%,#82c05c 100%);
background: -o-linear-gradient(top,  #ddffc8 0%,#82c05c 100%);
background: -ms-linear-gradient(top,  #ddffc8 0%,#82c05c 100%);
background: linear-gradient(to bottom,  #ddffc8 0%,#82c05c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddffc8', endColorstr='#82c05c',GradientType=0 );
}
.tab a.active {
	color: #408813;
}
.tab-container .panel-container {
	background: #fff;
}
.linetab {
	border-top: 4px solid #82c05c;
	background-color: #fff;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	min-height: 320px;
	width: 100%;
	position: relative;
}
.clearLine {
	min-height: inherit;
	padding-bottom: 60px;
}
.tab-content {
	overflow: hidden;
	box-sizing: border-box;
	-webkit-animation-duration: 0.5s;
	-o-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	animation-duration: 0.5s;
	padding: 20px;
}
.tableGrid {
	margin-top: 15px;
}
.headGrid {
	background-image: url(../images/bg-head-grid.png) !important;
	background-repeat: repeat-x;
	background-color: #919191 !important;
	color: #FFF;
	font-family: 'db_helvethaica_x45_li', sans-serif;
	font-size: 18px;
	line-height: 20px !important;
}
.contentStyle {
	padding: 20px;
}

.inlineTitle {
	border-bottom: 1px solid #CCC;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 700;
}
.title {
	/*border-bottom: 1px solid #CCC;
	padding-bottom: 5px;
	margin-bottom: 10px;*/
    font-family: sans-serif;
	font-size: 14px;
	font-weight: 700;
}

/*BUTTON*/
.btn {
	font-family: 'db_helvethaica_x55_regular', sans-serif;
	font-size: 20px;
	line-height: 16px;
	border-radius: 0;
}
.btn i.left {
	margin-right: 10px;
	font-size: 18px;
}
.btn i.right {
	margin-left: 10px;
	font-size: 18px;
}
.btn-danger {
	background: #f13636;
	background: -moz-linear-gradient(top,  #ffeaea 0%, #ff8484 9%, #cd1818 72%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffeaea), color-stop(9%,#ff8484), color-stop(72%,#cd1818));
	background: -webkit-linear-gradient(top,  #ffeaea 0%,#ff8484 9%,#cd1818 72%);
	background: -o-linear-gradient(top,  #ffeaea 0%,#ff8484 9%,#cd1818 72%);
	background: -ms-linear-gradient(top,  #ffeaea 0%,#ff8484 9%,#cd1818 72%);
	background: linear-gradient(to bottom,  #ffeaea 0%,#ff8484 9%,#cd1818 72%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeaea', endColorstr='#cd1818',GradientType=0 );
}
.btn-success {
	background: #5CB85C;
	background: -moz-linear-gradient(top,  #ffffff 0%, #78dc78 6%, #308b30 72%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(6%,#78dc78), color-stop(72%,#308b30));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#78dc78 6%,#308b30 72%);
	background: -o-linear-gradient(top,  #ffffff 0%,#78dc78 6%,#308b30 72%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#78dc78 6%,#308b30 72%);
	background: linear-gradient(to bottom,  #ffffff 0%,#78dc78 6%,#308b30 72%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#308b30',GradientType=0 );
}
.btn-sm {
	font-size: 20px;
	line-height: 16px;
}
.btn-lg {
	font-size: 22px;
	line-height: 18px;
}

.modal-title {
	font-family: 'db_helvethaica_x55_regular', sans-serif;
	font-size: 26px;
	line-height: 22px;
}

a.miniButton-default, a.k-button {
background: #3c78b1;
background: -moz-linear-gradient(top,  #d0e4f7 0%, #73b1e7 24%, #0a77d5 50%, #539fe1 79%, #87bcea 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d0e4f7), color-stop(24%,#73b1e7), color-stop(50%,#0a77d5), color-stop(79%,#539fe1), color-stop(100%,#87bcea));
background: -webkit-linear-gradient(top,  #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%);
background: -o-linear-gradient(top,  #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%);
background: -ms-linear-gradient(top,  #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%);
background: linear-gradient(to bottom,  #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e4f7', endColorstr='#87bcea',GradientType=0 );

	padding: 1px 4px;
	border: 1px solid #6197c6;
	font-size: 12px;
	color: #FFF;
	margin-right: 3px;
}
a:hover.miniButton-default, a:hover.k-button {
	background: #d2341f;
	color: #FFF;
	background: -moz-linear-gradient(top,  #ffffff 1%, #d2341f 15%, #ac1b08 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(15%,#d2341f), color-stop(100%,#ac1b08));
	background: -webkit-linear-gradient(top,  #ffffff 1%,#d2341f 15%,#ac1b08 100%);
	background: -o-linear-gradient(top,  #ffffff 1%,#d2341f 15%,#ac1b08 100%);
	background: -ms-linear-gradient(top,  #ffffff 1%,#d2341f 15%,#ac1b08 100%);
	background: linear-gradient(to bottom,  #ffffff 1%,#d2341f 15%,#ac1b08 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ac1b08',GradientType=0 );
	border: 1px solid #8e1b0b;
}

.disablebox {
	background-color: #EFEFEF;
	border: 1px solid #EFEFEF;
	color: #BBB;
	cursor: no-drop !important;

}

h2.titleForm.inOpen {
	margin-bottom: 0 !important;
}
.accountTop {
	margin-bottom: 5px;
	margin-top: 5px;
}


a.k-button {
background: #3c78b1;
background: -moz-linear-gradient(top,  #d0e4f7 0%, #73b1e7 24%, #0a77d5 50%, #539fe1 79%, #87bcea 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d0e4f7), color-stop(24%,#73b1e7), color-stop(50%,#0a77d5), color-stop(79%,#539fe1), color-stop(100%,#87bcea));
background: -webkit-linear-gradient(top,  #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%);
background: -o-linear-gradient(top,  #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%);
background: -ms-linear-gradient(top,  #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%);
background: linear-gradient(to bottom,  #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e4f7', endColorstr='#87bcea',GradientType=0 );

	padding: 1px 4px;
	border: 1px solid #6197c6 !important;
	font-size: 12px;
	color: #FFF !important;
	margin-right: 3px;
    border-radius: 0 !important;
    min-width: inherit !important;
}
a:hover.k-button {
	background: #d2341f;
	color: #FFF;
	background: -moz-linear-gradient(top,  #ffffff 1%, #d2341f 15%, #ac1b08 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(15%,#d2341f), color-stop(100%,#ac1b08));
	background: -webkit-linear-gradient(top,  #ffffff 1%,#d2341f 15%,#ac1b08 100%);
	background: -o-linear-gradient(top,  #ffffff 1%,#d2341f 15%,#ac1b08 100%);
	background: -ms-linear-gradient(top,  #ffffff 1%,#d2341f 15%,#ac1b08 100%);
	background: linear-gradient(to bottom,  #ffffff 1%,#d2341f 15%,#ac1b08 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ac1b08',GradientType=0 );
	border: 1px solid #8e1b0b !important;
}
td>p.in-td {
    padding-top: 4px;
    margin: 0px 0px 0px 0px;
}
.panel-heading {
    padding-left:0px;
}
.underline-one {
    border-bottom: 1px solid #EFEFEF;
	color: #1a9102;
}
.margin-top-one {
    margin-top:10px;
}
i.arrow-one {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.arrow-one-right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.arrow-one-down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
button.w80 {
    width:80px;
}

.table.none-border > tbody > tr > td {
    padding: 2px 7px;
    border-top: 0px;
}

table > tbody > tr > td > .radio,
.table.none-border > tbody > tr > td > .radio {
    margin-bottom: 0px;
    margin-top: 0px;
}

.radio-inline + .radio-inline {
    margin-left: 0px;
}

.table > tbody + tbody {
    border-top: 0px;
}

label {
    font-weight: normal;
}