/* CSS Document */

<!--

/* Format for Marquee and Footer */

.marquee {

	font-size: 12px;

	color: #338F24;

}

.footer {font-size: 9px; color: #338F24; }



.note {font-size: 10px; font-weight:bold; color: #338F24; }



/* Login and Invalid Account Format */

.login {

	font-size: 14px;

	color: #338F24;

}

.invalid {color: #FF0000}



/* Main Title Format */

.welcome {

	font-size: 18px;

	color: #338F24;

}



/* Module Header and Text Format */

.module {

	color: #338F24;

	font-size: 18px;

}

.text {font-size: 14px}



/* Link Format */

.total {font-size: 14px; color: #FF0000; }

a:link {

	color: #000000;

	text-decoration: none;

}

a:visited {

	text-decoration: none;

	color: #000000;

}

a:hover {

	text-decoration: none;

	color: #FF0000;

}

a:active {

	text-decoration: none;

}



/* Table Format */

.title {font-size: 12px; color: #338F24; font-weight: bold; }

.tableTitle {color: #000099}

.tableDetail {font-size: 14px}



/* Record number */

.pgNumber {

	font-size: 12px;

	color: #0000CC;

}



/* Legend on Main Menu */

.legend {

	font-size: 11px;

}



/* Inserted a new record */

.newRecord {

	font-size: 24px;

	color: #0000FF;

	font-weight: bold;

}



/* Menu */

.nMenu {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }



.dReport {font-size: 11px}



.dsrFont {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 9px;

}



.tableTitleToo {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	color: #000099;

	font-size: 11px;

}



.tableDetailToo {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

}



.filler {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 8px;

}

/* Sortable table CSS */

a img {

	border: 0;

}

table.sortable th, table.sortable td {

	border-color: #444;

}

table.sortable th {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-weight: bold;

	font-size: 11px;

	color: #000099;

	background-color: #CCCCCC;

}

table.sortable td {

	border-width: 0px 1px 0px 1px;

}

table.sortable tr.odd td {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	background-color: #DDDDDD;

}

table.sortable tr.even td {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	background-color: #FFFFFF;

}

/*JOB ORDER FORM*/
.input-small{
	border: 1px solid #d1d1d1;
	width:100%;
	height: 25px;
	margin-bottom:2px;
	padding: 1px 4px;
	border-radius: .25em;
	outline:none;
}
.err{color:#F00;}
.approved{color:#338f24;}
.pending{color:#F00;}
.finished{color:#00F;}
.closed{color:#000;}
.url_id{color:#000099;font-weight:500; cursor:pointer;}
.jo_table{font-family: sans-serif;-webkit-font-smoothing:antialiased;width: auto;overflow: auto; border:1px #CCC solid;}
/*.jo_table tr:first-child th:first-child{border-top-left-radius: 5px;}
.jo_table tr:first-child th:last-child{border-top-right-radius: 5px;}
.jo_table tr:last-child td:first-child{border-bottom-left-radius: 5px;}
.jo_table tr:last-child td:last-child{border-bottom-right-radius: 5px;}*/
.jo_table th{background-color:#060; font-weight: bold;color:#FFF; font-size:9px;line-height:1.8em;padding:5px 30px;}
.jo_table td {padding: 7px 30px;font-size: 11px; color:#333;}
#tblFancy tbody td{color:#333; font-size: 11px;}
#tblFancy a{color:#333;}
.imgStatus { 
  vertical-align:middle;
}
.chat{list-style: none;margin:0;padding:0;font-family:sans-serif; font-size: 12px;line-height: 1.428571429;}
.chat li{padding-bottom:5px; border-bottom: 1px dotted #b3a9a9; margin:0 10px 10px 10px;}
.chat li.left .chat-body{padding: 0 10px;}
.chat li .chat-body p{margin:0;color: #777777;}
.panel{
	   width:60%;
	   background-color: #f5f5f5;
	   border-color: #060; 
	   border-bottom: 2px solid #060;  
       border-top-left-radius: 3px; 
	   border-top-right-radius: 3px;
	   border-left: 2px solid #060;
	   border-right: 2px solid #060;
	   border-bottom-left-radius: 3px; 
	   border-bottom-right-radius: 3px;
}
.panel-heading{
	font-family: Arial, sans-serif;
	color:#fff;background-color:#060;border-color:#060;
	padding:10px 10px;border-top-left-radius:3px;
	border-top-right-radius:3px;text-align:left;
}
.panel-footer {
    background-color: #f5f5f5;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: 1px solid #ddd;
    padding: 10px 15px;
}
.panel .slidedown .glyphicon, .chat .glyphicon{margin-right: 5px;}
.panel-body{overflow-y: scroll;height: 250px;margin-top:10px;}
::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);background-color: #F5F5F5;}
::-webkit-scrollbar{width: 12px; background-color: #F5F5F5;}
::-webkit-scrollbar-thumb{-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);background-color: #555;}
.primary-font{font-weight:bold; color:#000; font-size:13px;}
.btnText {background:none; border:none; margin:0; padding:0; cursor:pointer; outline:none; font-size:11px;}
.txt-center{text-align:center; color:#333;}
.checkbox {
    display: inline-block;
    cursor: pointer;
    font-size: 12px;
    margin-right:10px;
    line-height:18px;
}
.checkbox:before {
    content:"";
    display: inline-block;
    width: 18px;
    height: 16px;
    vertical-align:middle;
    background-color: #338f24;
    color: #f3f3f3;
    text-align: center;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
    border-radius: 3px;
	margin-top:-2px;
}

.notification-container {
    position: relative; 
}

.notification-counter {   
    position: absolute;
    top: -2px;
    left: 8px;
    background-color: rgba(212, 19, 13, 1);
    color: #fff;
    border-radius: 3px;
    padding: 1px 3px;
    font: 8px Verdana;
}
#formMultiUploder{
	background-color:#fff; width:455px; padding:27px 20px 20px 20px;border-radius:5px; box-shadow:0 0 5px;
	-webkit-box-shadow: 0 0 5px;
	-moz-box-shadow: 0 0 5px;
}
.upload{
	background-color:green;
	border:1px solid green;
	color:#fff;
	border-radius:5px;
	padding:10px;
	text-shadow:1px 1px 0 green;
	box-shadow:2px 2px 15px rgba(0,0,0,.75);
}
.upload:hover{
	cursor:pointer;
	background:#036F19;
	border:1px solid #036F19;
	box-shadow:0 0 5px rgba(0,0,0,.75);
}
.inputUpload{
	color:green;
	padding:5px;
	border:1px dashed #123456;
	background-color:#f9ffe5;
	width:308px;
}
#upload{
	margin-left:45px
}
#noerror{
	color:green;
	text-align:left;
}
#error{
	color:red;
	text-align:left;
}
#imgDelete, #xlsDelete{
	width:17px;
	border:none;
	height:17px;
	margin-left:-20px;
	margin-bottom:91px;
}
.attachment{
	text-align:center;
}
.attachment img{
	height:100px;
	width:115px;
	padding:5px;
	border:1px solid #e8debd;
}

/*CUSTOME FILE INPUT*/
.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 5px 2px;
    cursor: pointer;
	min-width:130px;
	max-width:130px;
	border-radius: 6px;
	margin-top:15px;
	box-shadow: 0 0 15px #cbcbcb;
    -moz-box-shadow: 0 0 15px #cbcbcb;
    -webkit-box-shadow: 0 0 15px #cbcbcb;
}
.custom-file-upload .filename{margin-left:20px;  font-weight:normal;}
.ellipsis {text-overflow: ellipsis;  white-space: nowrap;overflow: hidden;}


.vpb_file_upload_main_wrapper {
    width: 525px;
    height: auto;
	margin-top:15px;
	margin-bottom:10px;
    border: solid 1px #cbcbcb;
    background-color: #FFF;
    box-shadow: 0 0 15px #cbcbcb;
    -moz-box-shadow: 0 0 15px #cbcbcb;
    -webkit-box-shadow: 0 0 15px #cbcbcb;
}

#vpb_file_system_displayer_container 
{
	padding: 10px;
	margin: 0 auto;
}

#vpb_file_system_displayer_header 
{
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	text-align:left;
}

#vpb_header_file_names 
{
	text-align:left;
	float: left;
	width: 208px;
	padding:5px;
	border:1px solid #CCC;
	background:#F6F6F6;
	box-shadow: 0 0 15px #cbcbcb;
	-moz-box-shadow: 0 0 15px #cbcbcb;
	-webkit-box-shadow: 0 0 15px #cbcbcb;
}

#vpb_header_file_size 
{
	width: 92px;
	float: left;
	text-align: center;
	padding:5px;
	border:1px solid #CCC;
	border-left:0px solid #CCC;
	background:#F6F6F6;
	box-shadow: 0 0 15px #cbcbcb;
	-moz-box-shadow: 0 0 15px #cbcbcb;
	-webkit-box-shadow: 0 0 15px #cbcbcb;
}

#vpb_header_file_remove 
{
	width: 88px;
	float: left;
	padding:5px;
	border:1px solid #CCC;
	border-left:0px solid #CCC;
	border-right:0px solid #CCC;
	background:#F6F6F6;
	box-shadow: 0 0 15px #cbcbcb;
	-moz-box-shadow: 0 0 15px #cbcbcb;
	-webkit-box-shadow: 0 0 15px #cbcbcb;
	text-align:center;
}

/*.hove_this_link span { color:#CCC; }
.hove_this_link:hover, .vpb_files_size_left:hover { background-color:#338f24; color:#fff; }
.hove_this_link:hover span { color:#000; }
*/

#vpb_files_left {
	width: 202px;
	float:left;
	cursor:pointer;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	text-align:left;
	padding:8px;
	height:16px;
	border-right:1px solid #CCC;
}

#vpb_files_size_left 
{
	width: 86px;
	float: left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-align:center;
	padding:8px;
	height:16px;
	border-right:1px solid #CCC;
}

#vpb_files_time_left 
{
	width: 84px;
	float: left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-align:left;
	padding:8px;
	height:16px;
	border-right:1px solid #CCC;
}

#vpb_files_remove_left 
{
	width: 83px;
	float: left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	text-align:left;
	padding:8px;
	height:16px;
	text-align:center;
	color:blue;
}
.vpb_files_remove_left_inner:hover
{
	cursor:pointer;
	text-decoration:none;
}


.vpb_blue { background-color: #E9F0FF; }
.vpb_white { background-color:#FFFFFF; }


/*Browse file button*/
.vpb_browse_file_box{ font-weight:bold; font-size:12px;font-family:Arial, Helvetica, sans-serif;text-align:center;background:#f2f2f2 url('../images/browse_file_by_vasplus_programming_blog.png') no-repeat 12px 9px;color:green;border:1px solid #ccc;height:30px;cursor: default;width:106px;-moz-border-radius:5px; -webkit-border-radius:5px;float:left; }




/*Vasplus Upload Button*/
.vpb_general_button 
{
 background-color: #7fbf4d;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fbf4d), color-stop(100%, #63a62f));
  background-image: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -moz-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -ms-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -o-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: linear-gradient(top, #7fbf4d, #63a62f);
  -webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;
  border: 1px solid #63a62f;box-shadow: 0 2px 3px #666666;-moz-box-shadow: 0 2px 3px #666666;-webkit-box-shadow: 0 2px 3px #666666;
  color: #fff;
  font-family:Verdana, Geneva, sans-serif;
  font-size:12px;
  text-align: center;
  text-shadow: 0 -1px 0 #4c9021;
  min-width: 70px;
  width: auto;
  padding:8px;padding-left:12px; padding-right:12px;
  text-decoration:none;
  margin-right:30px;
}
.vpb_general_button:hover 
{
    background-color: #76b347;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76b347), color-stop(100%, #5e9e2e));
    background-image: -webkit-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -moz-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -ms-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -o-linear-gradient(top, #76b347, #5e9e2e);
    background-image: linear-gradient(top, #76b347, #5e9e2e);
    box-shadow: 0 2px 3px #666666;
	-moz-box-shadow: 0 2px 3px #666666;
	-webkit-box-shadow: 0 2px 3px #666666;
    cursor: pointer; 
}

/*POP UP */
.modal-box {
  display: none;
  position: absolute;
  z-index: 1000;
  width: 98%;
  background: white;
  border-bottom: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
}

.modal-box header,
.modal-box .modal-header {
  padding: 1.25em 1.5em;
  border-bottom: 1px solid #ddd;
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 { margin: 0; }
.modal-box .modal-body { padding: 1em 1.5em; }

.modal-box footer,
.modal-box .modal-footer {
  padding: 1em;
  border-top: 1px solid #ddd;
  background: rgba(0, 0, 0, 0.02);
  text-align: right;
}

.modal-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) !important;
}

a.close {
  line-height: 1;
  font-size: 1.5em;
  position: absolute;
  top: 5%;
  right: 2%;
  text-decoration: none;
  color: #bbb;
}

a.close:hover {
  color: #222;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}
@media (min-width: 32em) {
  .modal-box { width: 40%; }
}

.img-deposit{vertical-align:middle; cursor:pointer;}
.show-large-img{ border:1px solid #ccc; margin-bottom:15px;}
.deposit-details{font-size:12px; font-weight:bold; text-align:left; margin-bottom:15px;}
.deposit-details span{ line-height:1.2em;}
button:focus {outline:0;}
.button {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);
	outline:none;
}
.button-primary {
    background-color: #337ab7;
    border-color: #337ab7;
    color: #fff;
	outline:none;
}
.button-success {
    background-color: #009933;
    border-color: #4cae4c;
    color: #fff;
	outline:none;
}

.button-info {
    background-color: #5bc0de;
    border-color: #46b8da;
    color: #fff;
	outline:none;
}
.button-warning {
    background-color: #ED9417; 
    border-color: #ED9417;
    color: #fff;
	outline:none;
}
.button-danger {
    background-color: #d9534f;
    border-color: #d43f3a;
    color: #fff;
	outline:none;
}

.button-primary.focus, .button-primary:focus {
     background-color: #337ab7;
    border-color: #337ab7;
    color: #fff;
}
.button-primary:hover {
    background-color: #337ab7;
    border-color: #337ab7;
    color: #fff;
}
.button-success.focus, .button-success:focus {
    background-color: #449d44;
    border-color: #449d44;
    color: #fff;
}
.button-success:hover {
    background-color: #449d44;
    border-color: #449d44;
    color: #fff;
}
.button-info.focus, .btn-info:focus {
    background-color: #31b0d5;
    border-color: #1b6d85;
    color: #fff;
}
.button-info:hover {
    background-color: #31b0d5;
    border-color: #269abc;
    color: #fff;
}
.button-warning.focus, .btn-warning:focus {
    background-color: #ec971f;
    border-color: #2e6da4;
    color: #fff;
}
.button-warning:hover {
    background-color: #ED9417;
    border-color: #ED9417;
    color: #fff;
}
.button-danger.focus, .btn-danger:focus {
    background-color: #c9302c;
    border-color: #761c19;
    color: #fff;
}
.button-danger:hover {
    background-color: #c9302c;
    border-color: #ac2925;
    color: #fff;
}

.rotated {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.zoom{transition: all 0.5s ease;}
.zoomContainer{z-index:3000;}

#custom-select-selMonth .custom-select, #custom-select-selYear .custom-select {width:100px; }
#custom-select-selMonth .custom-select a span, #custom-select-selYear .custom-select a span {text-align:center; width:100px;}
#custom-select-selMonth .custom-select input, #custom-select-selYear .custom-select input {width:86px;}
