* {
	font-family: "Nunito","Poppins", sans-serif;
}
/* 
@font-face {
	font-family: 'Avenir';
	font-style: normal;
	font-weight: normal;
	src: url("{{ asset('fonts/Avenir.ttc') }}") format('truetype');
}
@font-face {
	font-family: 'Avenir';
	font-style: normal;
	font-weight: bold;
	src: url("{{ asset('fonts/Avenir.ttc') }}") format('truetype');
}
@font-face {
	font-family: 'Avenir';
	font-style: italic;
	font-weight: normal;
	src: url("{{ asset('fonts/Avenir.ttc') }}") format('truetype');
}
@font-face {
	font-family: 'Avenir';
	font-style: italic;
	font-weight: bold;
	src: url("{{ asset('fonts/Avenir.ttc') }}") format('truetype');
}
 */
.main-color-yellow {
	color:#f3c33d;
}
.main-color-blue {
	color:#00b0e8;
}
.main-color-darkblue {
	color:#2f3b5c;
}
body {
	background: url("../images/ka-erp-background-2.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
}
body, table, form {
	font-family: "freeserif","Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
textarea {
	font-size: 11px;
}
h4 { /*font-size: 12px;*/margin-top:5px;margin-bottom:2px; }
a {
	text-decoration: none;
	/*color: #004B69;*/
	color: #00b0e8;
}

a:hover {
	text-decoration: none;
	/*color: #0092D1;*/
	color: #ffcc00;
}
#wrap {
	display: block;
	margin: 0;
	padding: 15px 15px 0px 0px;
}
#logo {
	display: block;
	float: left;
	/*height: 60px;*/
	width: 210px;
	margin:0;
	padding:0;
}
#wrap #header {
	display: block;
	margin: 0;
	padding: 0;
	height: 140px;
	border-bottom: 1px solid skyblue;
	/*background-color:#fff;*/
	/*overflow: hidden;*/
	/*opacity: 0.8;
	filter:alpha(opacity=80);*/
 	/* background:transparent url(../images/logo.png) left top no-repeat; */
	background-size: 72px;
	border-radius:40px;
	border-bottom-width:2px;
	position: relative;
	/*width: 1100px;*/
	margin-left:230px;
	padding-top:60px;
}
.left-dock {
	z-index:-1;
	position:fixed;
	opacity: 0.6;
	font-size:9px;
	color: #eee;
	left:0px;
	bottom:0px;
	direction:ltr;
	height:72px;
	background:transparent url(../images/logo.png) left top no-repeat;
	background-size:72px;
	padding-left:80px;
}
.dock {
	z-index:99;
	position:fixed;
	/*left:15px;*/
	right:0px;
	bottom:0px;
	direction:ltr;
	height:14px;
	/*float:right;*/
}
#footer {
	font-size:9px;
	color: #eee;
	background-color:#333;
	opacity: 0.6;
	filter:alpha(opacity=60);
	border:1px solid #666;
	border-bottom:0px solid #666;
	padding:4px;
	/*width:500px;*/
	padding-left:115px;
}
#wrap #contents {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	/* margin-top: 50px; */
	/*background:url(../images/ocean.jpg);*/
}
#flnav {
	text-align:right;
	/*float: right;*/
	width:100%;
	height:24px;
}
#flrnav {
	float:right;
	width:0px;
	padding:5px;
}
#flrnav ul {
	list-style-type:none;
	padding:0px;
	width:16px;
}
#flrnav li {
	margin:5px 0px;
}
#topbox {
	height:60px;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	z-index:1000;
	background-color:#fff;
}
#leftbox {
	display: block;
	width: 220px;
	padding: 0;
	margin: 0;
	float:left;
	color:#999;
	position:fixed;
	top:0;
	left:0;
	/* padding-left:10px; */
	margin-top:60px;
	height:100%;
	background-color: white;
	/* opacity: 0.9; */
	z-index:999;
}
#nav {
	display: block;
	position: relative;
	height:96px;
	padding-top:20px;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	/*width:768px;*/
	/*padding-left:192px;*/
}
#nav li {
	float: left;
	padding:0;
	margin:0;
	text-align:center;
	vertical-align:middle;
}
#nav a {
	/*opacity: 0.7;
	filter:alpha(opacity=70);*/
	display: block;
	/*background-color: #999;*/
	font-weight: bold;
	margin: 0;
	padding: 2 5;
	/* white-space: nowrap; */
	text-align:center;
	width:76px;
	/*height:80px;*/
	font-size:11px;
	color: #777;
	/*border:1px outset #eee;*/
}
#nav a:hover {
	color: #ffcc00;
	/*opacity: 0.7;
	filter:alpha(opacity=70);*/
	/*background-color: #eee;*/
	/*text-decoration: underline;*/
}
#nav a img {height:48px;}
#leftbox .module-box { vertical-align:top; text-align:center; height:80px; width:70px; font-size:9px; white-space:nowrap; }
#leftbox .module-box img { height:64px; }
#leftbox .module-box a { color:#00b0e8; }
.module-box .month-name { color:#313A41;top:-55px;font-size:8px;position:relative; }
.module-box .day-number { color:#313A41;top:-56px;font-size:27px;position:relative;font-weight:bold; }
.module-box .calendar-module-name { margin-top:-48px; }

#contents #main {
	display: block;
	/*min-height:350px;*/
	margin:0;
	padding:0;
	/*width:100%;*/
	text-align: left;
	margin-left:230px;
	margin-top:50px;
}

a.btn {
	padding: 3px 5px;
	background-color: #fc3;
	border:1px outset #fc3;
	margin: 2px;
	font-weight:bold;
	color:#000;
}
a.btn:hover {color:#c90;}

.small_refno { font-size:11px; color:#555;white-space:nowrap;}
.accepted { font-size:11px; color:blue;white-space:nowrap; }
.upload { font-size:9px; color:#65b0ea;white-space:nowrap; }
.sent_status { font-size:11px; color:#999999;white-space:nowrap;text-align:left; }

#nav li#calendar { background:url(../images/blank_calendar.png) no-repeat top center; }
#nav li#calendar a:hover { background:url(../images/blank_calendar.png) no-repeat top center; }
.calendar_icon { display:block; text-align:center; background:url(../images/blank_calendar.png) no-repeat top center;height:48px;}
.calendar_icon a:hover { background:url(../images/blank_calendar.png) no-repeat top center; }

.blank { clear:both; }
/*.depbox { display:block; }
.dep { display:block; float:left; width:300; height:90; margin:0 10 10 0; background:transparent; padding:5;}
.dep span.header { display:block; height:20; font-weight:bold; }
.dep ul { list-style-type: square; }
.dep a { color: #eeeeee; }*/
.dep { width:150px; height:90px; font-weight:bold; text-align:center; vertical-align:top; }
.small-dep { width:80px; height:40px; font-weight:bold; text-align:center; vertical-align:top; white-space:nowrap; font-size:9px; }
.small-dep img { height:32px; }

.bar { display:block; height:15px; background:#ffcc00; float:left; border:1px outset #ffcc00; position:relative; overflow:hidden; padding:0; }
.barval { display:block; height:20px; z-index:10; float:left; color:#000088; white-space:nowrap; font-size:8; padding:4 0 0 2; }

.docform { background-color: #fff; }
.docform *, .docform p, .docform table, .docform td, .docform ul, .docform li {font-family: inherit /*"Browallia New", "Times New Roman", Times, serif*/; color:#000; font-size:9pt;}
.docform td.header {font-size:15pt;}
.docform ul { padding:0 20px; margin:10px 0;}
.docform table, .docform td { border-collapse: collapse; }
.docform table.solid_border td { border:1px solid #333; }
.docform table.white_border td { border:1px solid #fff; }
.docform table td.lbrwhite {border-left:1px solid #fff; border-bottom:1px solid #fff; border-right:1px solid #fff;}
.docform table td.lbwhite {border-left:1px solid #fff; border-bottom:1px solid #fff; }
.docform table div#priceInfoDiv table td {border:1px solid black; font-size:7pt;}
.docform .doc_header {
	text-align:right;
	font-size:21pt;
	text-transform:uppercase;
	font-weight: bold;
	border-left:none;
	border-right:none;
	border-top:none;
}
.doc-header-title {
	background-color:#eee;
	border: 1px solid #ccc;
	font-weight: bold;
	text-align: left;
}
.doc-header-detail {
	background-color:#fff;
	border: 1px solid #ccc;
	text-align: left;
}

.doc-table-header td {
	background-color:#fff;
	font-weight: bold;
	color: #000;
	padding:4px;
}
.doc-contact-title {
	background-color:#eee;
	font-weight: bold;
	width: 55px;
}
.doc-contact-detail {
	background-color:#fff;
}
.doc-item {
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #aaa;
	background-color:#fff;
}
.doc-sub-item {
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	background-color:#fff;
}
.doc-sum-item {
	border: 1px solid #aaa;
}
.doc-sum-item input[type=text] {
	width: 100px;
}
.doc-item-header td {
	border: 1px solid #aaa;
	background-color:#fff;
	vertical-align:top;
	text-align:center;
	font-weight: bold;
	text-transform:uppercase;
	padding:4px;
	color: #000;
}
.doc-item-header { color:#000; }
.doc-customer-header td {
	background-color:#d5dce4;
	font-weight: bold;
	border: 1px solid #333;
	text-align:center;
	text-transform:uppercase;
}
.doc-customer-title {
	background-color:#d5dce4;
	border: 1px solid #333;
	font-weight: bold;
}
.doc-customer-detail {
	background-color:#fff;
	border: 1px solid #333;
}
.top-border-item {
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px none;
	border-top: 1px solid #aaa;
	background-color:#fff;
	padding-top:5px;
}
.top-sub-item {
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px none;
	border-top: 1px solid #fff;
	background-color:#fff;
}
.doc-bottom-item {
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #aaa;
	background-color:#fff;
}
.doc-bottom-sub-item {
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #fff;
	background-color:#fff;
}
.bottom-border-item {
	border-bottom: 1px solid #aaa;
}
.top-border-free-left-item {
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-left: 1px solid #fff;
}
.top-border-free-side-item {
	border-top: 1px solid #aaa;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
.free-top-left-item {
	border-top: 1px solid #fff;
	border-right: 1px solid #aaa;
	border-left: 1px solid #fff;
}
.white-bottom-line {
	border-bottom: 1px solid #fff;
}
.quote-notes, .quote-notes td, .quote-notes p, 
.quote-top, .quote-top td, .quote-top p {
	font-size:xx-small;
	text-align:justify;
}

#forum_notify {background-color:red; color:white; display:block; font-size:9px; left:12px; padding:2px;	position:relative; width:12px; z-index:10; top:10px; border-radius:5px; }

.orangeTitle td {background-color:orange;text-transform:uppercase;}
p.orangeBar {text-align:center;font-weight:bold;text-transform:uppercase;background-color:orange;margin:5px 0;padding:5px;}

.classify { background-color:white; }

#wrap #header #notification-nav { float:right; position:absolute; right:0; top:60px;}

.default-table {
	border-collapse: collapse;
}
.default-table td, .default-table th {
	border:1px solid #aaa;
}
.default-table-header {
/* 
	text-transform:uppercase;
	color:black;
	background-color:orange;
 */
}
.default-table-header td, .default-table-header th {
	vertical-align:top;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	background-color: orange;
}
.default-table .default-table-header td, .default-table .default-table-header th {
	color:#fff;
}

.default-table-odd-row {
	background-color:#EDF0F7;
	color:#000;
}
.default-table-odd-row .small_refno {
	color:#000;
}
.default-table-odd-row-light {
	background-color:#EDF0F7;
	color:#000;
}
.default-table-odd-row-light .small_refno {
	color:#000;
}
.default-table-odd-row a, .default-table-odd-row-light a {
	color:#000;
}
.default-table-odd-row .sent_status, .default-table-odd-row .accepted {
	color:#55c;
}
.default-table-odd-row .accepted2 {
	color:blue;
}
.default-table-even-row .accepted2 {
	color:blue;
}
.trans-row-main td, .trans-row-main th {
	border-top: 2px solid #fff;
}
.default-table-even-row {
	background-color:#FFE094;
	color:#000;
}
.default-table-even-row-light {
	background-color:#FFE094;
	color:#000;
}
.default-table-even-row-light .accepted {
	color: blue;
}
.default-table-even-row a, .default-table-even-row-light a {
	color:#000;
}
.default-table-odd-row td table td, .default-table-even-row td table td {
	border-style:none;
}
.top-menu-icons {
	display:inline;
}
.entry-buttons {
	white-space:nowrap;
}
.entry-buttons-right {
	text-align:right;
	white-space:nowrap;
}
.entry-buttons input, .entry-buttons-right input {
	text-transform:uppercase;
}
.entry-header {
	color:#fff;
	background-color: orange;
	height:25px;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
}
.entry-title {
	color:#000;
	background-color:#FFE094;
	vertical-align:top;
	font-weight:bold;
}
.entry-value {
	color: #000;
	background-color:#dae1f1;
	vertical-align:top;
}
a.trans-file {
	/*color: #9BC2E6;*/
	color: #0099ff;
	font-style: italic;
}

.info-top-image { width:150px; vertical-align: top;}
.info-top-image img { width:120px; /* border:outset; */ }
.info-top-name { font-size:20px; font-weight:bold; vertical-align:top; width:500px; }
.info-top-status { vertical-align:top; width:100px; }
.info-top-status-1::before { content:"\02022 "; padding-right:5px; color:#00ff00; }
.info-top-status-2::before { content:"\02022 "; padding-right:5px; color:#ff0000; }
.info-top-detail { font-size:9px; }
.info-top-code { color:#ccc; font-weight:normal; }
.info-top-code::before { content: " -- "; }
.info-price-THB::after { content: " \0e3f"; }

.std-exit, .erp-top-bar { /* float:right; */ text-align:right; clear:right; font-size:12px; }
.std-exit a, .erp-top-bar a { padding:2px; color:#2f3b5c; font-weight:bold; }
.std-exit .login-name, .erp-top-bar .login-name { font-style:italic; color:#2f3b5c; padding-right:10px; }
.std-exit img { height:32px; }
.erp-top-bar img { height:20px; }

/* .back-nav { margin-top:50px; margin-left:230px; } */

.nav-box-top, .nav-box-bottom { padding:0px; background-color:white; opacity:0.1; text-align:center; }
.nav-icons-box { overflow-y:auto; height:500px; }

.active-status { color:green; }
.inactive-status { color:red; }

.lesson-type {
	font-size: 10px;
	padding: 2px 5px;
	border-radius: 3px;
	/* color: white; */
	/* display: inline-block; */
}
.lesson-type a {
	/* color: white; */
}
.lesson-type-1 { background-color: black; color:darkorange; }
.lesson-type-1 a {
	/* background-color: darkgray; */
	border-radius: 1px;
	padding: 1px;
	display: inline-block;
	width: 12px;
	height: 12px;
	text-align: center;
}
.lesson-type-1 a > img {
	height: 10px;
}
.lesson-type-2 { background-color: sandybrown; }
.lesson-type-3 { background-color: darkgreen; color:white; }

.default-social-app {
	border-bottom: 1px solid red;
}
.lesson-type-1 a.default-social-app {
	background-color: white;
}
.teacher-rating {
	padding: 2px 5px;
	border-radius: 3px;
	font-size:10px;
	text-align:left;
	background-color: lightslategray;
}
