/*for error*/
@import url('http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic|Montserrat:700|Merriweather:400italic');


body {
    font-family: 'Lato', sans-serif, Verdana, Arial;	
    font-size: 13px;
	color: #000000;
}
.starter-template {
  padding: 40px 15px;
  text-align: center;
}

.txt_error input, .txt_error textarea, .txt_error select {
 	border-color: #B94A48 !important;  
}
.margin-top-5 {
	margin-top: 5px;	
}
.margin-top-10 {
	margin-top: 10px;	
}
.margin-top-20 {
	margin-top: 20px;	
}

.margin-top-30 {
	margin-top: 30px;	
}

.margin-top-40 {
	margin-top: 40px;	
}

.margin-top-50 {
	margin-top: 50px;	
}

.margin-top-60 {
	margin-top: 60px;	
}

.record-data-num {
	padding: 10px 0;
}

/*menu dropdown over only, not click*/
ul > li:hover ul {
    display: block;
}

.txt15 {
	font-size: 15px;
}
.txt-16 {
	font-size: 16px;
}
.txt-18 {
	font-size: 18px;
}
.txt12 {
	font-size: 12px;
}
.padding-left-8 {
	padding-left: 8px;
}
.padding-left-right {
	padding: 0 4px;
}

.select-dd {
	background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    /*color: #555;*/
    font-size: 13px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   /* margin: 0 0 30px;*/
	margin: 0 0 0;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

.img-thumbnail {
   max-width: 80px !important;
}

.txt-align-left {
	text-align:left;	
}
.txt-align-right {
	text-align:right;	
}
.txt-align-center {
	text-align: center;	
}
.txt-align-justify {
	text-align:justify;
}
.txt-vertical-align-middle {
	vertical-align:middle !important;
}

.txt_10 {
	font-size:10px;
}

.txt_11 {
	font-size:11px;
}

.txt_12 {
	font-size:12px !important;
}

.txt_13 {
	font-size:13px;
}

.txt_14 {
	font-size:14px;
}

.txt_15 {
	font-size:15px;
}

.txt_16 {
	font-size:16px;
}
.txt_18 {
	font-size:18px;
}
.txt_20 {
	font-size:20px;
}

.txt_12_bold {
	font-size:12px;
	font-weight:bold;
}

.txt_uppercase {
	text-transform: uppercase;
}

.txt_14_bold {
	font-size:14px;
	font-weight:bold;
}

.txt_16_bold {
	font-size:16px;
	font-weight:bold;
}

.txt_bold {
	font-weight:bold;
}

.table-no-border {
	border:none !important;
}

.table-border-top {
	border-top: 2px solid #6d6e70 !important;
}

hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #6d6e70 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 2px 0 0;
    margin-bottom: 20px;
    margin-top: 10px;
}

/* margins */
.marginbot-0{margin-bottom:0 !important;}
.marginbot-5{margin-bottom:5px !important;}
.marginbot-10{margin-bottom:10px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:50px !important;}

.margintop-0{margin-top:0 !important;}
.margintop-5{margin-top:5px !important;}
.margintop-10{margin-top:10px !important;}
.margintop-15{margin-top:15px !important;}
.margintop-20{margin-top:20px !important;}
.margintop-30{margin-top:30px !important;}
.margintop-40{margin-top:40px !important;}
.margintop-50{margin-top:50px !important;}

.paddingtop-5{padding-top:5px !important;}
.paddingtop-7{padding-top:7px !important;}
.paddingtop-10{padding-top:10px !important;}

.paddingright-10{padding-right:10px !important;}
.paddingright-15{padding-right:15px !important;}
.paddingright-20{padding-right:20px !important;}
.paddingright-25{padding-right:25px !important;}

.marginleft-10{margin-left:10px !important;}
.marginleft-20{margin-left:20px !important;}
.marginleft-30{margin-left:30px !important;}
.marginleft-40{margin-left:40px !important;}
footer {
	/**/
	position:fixed;
	bottom: 0;
	background-color: #000000;
	color:#fff;
  	right: 0; 	
  	left: 0;
	height:40px;
	z-index:1000;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-color: #333333 !important;
    border-color: #000000;
}

.panel-black {
	border-color: #333333
}

.panel-black>.panel-heading {
	color: #fff;
	background-color: #333333;
	border-color: #333333
}

.panel-black>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #333333
}

.panel-black>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #333333
}

.panel-red {
	border-color: #EB0000
}

.panel-red>.panel-heading {
	color: #fff;
	background-color: #EB0000;
	border-color: #EB0000
}

.panel-red>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #EB0000
}

.panel-red>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #EB0000
}


.link_black {
	color: #000000;
	text-decoration:none;
}
.link_black:hover {
	color: #000000;
	text-decoration:underline;
}
.link_black:visited {
	color: #000000;
	text-decoration:none;
}

.bolder {
	font-weight:bold;
}

.detail-prod-desc {
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	padding: 5px 8px;
}

.img-detail-fix-wh-tn {
	border: 1px solid #ddd;
	padding: 8px;
	height: 80px !important;
	border-radius: none;
	margin: 5px;
}

.txt_price_sale {
	color:#FF0000;
}

.txt_price_strike {	
	text-decoration:line-through;
}

.img-detail-fix-wh {
	/*height: 200px !important;*/
	max-height: 200px !important;
}

.popover {
	font-size: 12px;
}

.txt_black {
	color: #333333;	
}

.txt_red {
	color: #ff0000;	
}

.bill-select-fix-width {
	width:31% !important;
}

.thead-inverse th {
    background-color: #d21f27  !important; /*#373a3c*/
    color: #fff !important;
}

.placeholder {
    margin-bottom: 10px !important;
}

.chart {
    width:inherit;
	height:250px;
}
.txt-color-white {
	color:#FFFFFF;
}
.txt-color-black {
	color:#000000;
}
.txt-color-default {
	color:#333333;
}
.txt-color-red {
	color:#FF0000;
}
.txt-color-red-fpl {
	color: #ee3b33 !important;
}
.txt-color-orange {
	color:#FF8C00;
}
.txt-color-yellow {
	color:#FFFF00;
}
.txt-color-green {
	color:#008000;
}
.txt-color-blue {
	color:#0000FF;
}
/*#f9f9f9*/
/*.table-condensed > tbody > tr:nth-of-type(2n+1) {
 background-color: #d9edf7;
}*/

.form-group {
		/*padding: 8px !important;*/	
}
.panel-body {
    padding: 5px !important;
}
.nomargin  {
	margin:0;
}
.one-line {
	display:block !important;
}
.bg-color-white{
	background-color:#ffffff !important;
}
.bg-color-red{
	background-image: linear-gradient(to bottom, #e7c3c3 0px, #dca7a7 100%);
    background-repeat: repeat-x;
    border-color: #dca7a7;
	background-color: #f2dede;
}
.bg-color-orange{
	background-image: linear-gradient(to bottom, #f8efc0 0px, #f5e79e 100%);
    background-repeat: repeat-x;
    border-color: #f5e79e;
}
.bg-color-grey{
	background-color:#E6E6E6;
}
.bg-color-light-grey{
	background-color:#f2f2f2;
}
.bg-color-very-light-grey{
	background-color:#fafafa;
}
.bg-color-blue {
    background-color: #1f4e79;
}
@media print {
   body {-webkit-print-color-adjust: exact;
   	padding-top: 10px;
   }
	.sidebar {
		display: none;
	}
	.noprint {
		display: none;
	}
	.showinprint {
		display:block;
	}
	a[href]:after {
    	content: none !important;
   }
   .col-sm-offset-3 {
	   	margin-left: 0% !important;
   }
   .col-md-offset-2 {
	   margin-left: 0% !important;
   }
   .col-md-10 {
	   width: 100%;
   }
   .header_print {
		display: block;
	}
	.print-preview-avoid-break {
		page-break-inside:avoid;
	}
	.txt-color-red-fpl {
		color: #ee3b33;
	}
	.main {
   	 padding: 0 !important;
	}
	.panel-primary > .panel-heading {
       color: #fff !important;
	   background-color: #337ab7 !important;
	}
}
.txt-style-italic {
	font-style: italic;	
}
.margin-img-logo {
	margin:3px;
}
.text-left {
	text-align: left !important;
}
.bg_body {
	/*background: url('../images/background_truck.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	background: #efffff; 
    background: -webkit-linear-gradient(#efffff, #f9f9f9 ); 
    background: -o-linear-gradient(#efffff, #f9f9f9 ); 
    background: -moz-linear-gradient(#efffff, #f9f9f9 ); 
    background: linear-gradient(#efffff, #f9f9f9 );*/

  background-color: #f7f7f7;
  background: -webkit-linear-gradient(#ffffff 20%, #f7f7f7, #c5c5c5); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#ffffff 20%, #f7f7f7, #c5c5c5); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#ffffff 20%, #f7f7f7, #c5c5c5); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#ffffff 20%, #f7f7f7, #c5c5c5); /* Standard syntax (must be last) */
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.bgbody {
	/*background: #efffff; 
    background: -webkit-linear-gradient(#efffff, #fafafa, #ccc); 
    background: -o-linear-gradient(#efffff, #fafafa, #ccc); 
    background: -moz-linear-gradient(#efffff, #fafafa, #ccc); 
    background: linear-gradient(#efffff, #fafafa, #ccc);
	background-repeat: no-repeat;*/
}
html {
  height: 100%;
}
.thumbnailsignin {	
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #ccc;    
}

/*Hover 2*/
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  /*background: #42b078;*/
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;  
}

.hovereffect img1 {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hovereffect:hover prodviewtn {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  background-color: #f9f9f9;
}

.hovereffect h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.hovereffect:hover h2:after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/******************************************/
/*IMAGE HOVER EFFECT*/
/******************************************/
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.6);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(460px, -100px) rotate(180deg);
  -ms-transform: translate(460px, -100px) rotate(180deg);
  transform: translate(460px, -100px) rotate(180deg);
  -webkit-transition: all 0.2s 0.4s ease-in-out;
  transition: all 0.2s 0.4s ease-in-out;
  padding: 10px;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 10px;
  position: relative; 
  padding: 5px;
  background: rgba(0, 0, 0, 0.6); 
  vertical-align: middle;
  top: 10%;
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  background-color: transparent;
  -webkit-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.hovereffect:hover a.info {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/*end of hover*/

.header_print {
	display: none;
}
.showinprint {
		display:none;
}

@media print {
	body {-webkit-print-color-adjust: exact;}
	.sidebar {
		display: none;
	}
	.noprint {
		display: none;
	}
	.showinprint {
		display:block;
	}
	a[href]:after {
    	content: none !important;
   }
   .col-sm-offset-3 {
	   	margin-left: 0% !important;
   }
   .col-md-offset-2 {
	   margin-left: 0% !important;
   }
   .col-md-10 {
	   width: 100%;
   }
   .header_print {
		display: block;
	}
	.print-preview-avoid-break {
		page-break-inside:avoid;
	}
	.txt-color-red-fpl {
		color: #ee3b33;
	}
	.main {
   	 padding: 0 !important;
	}
	.panel-primary > .panel-heading {
       color: #fff !important;
	   background-color: #337ab7 !important;
	}
	.nowrap
	{
		white-space: nowrap;
	}
	
}

.border-bottom-line {
	border-bottom:1px solid #000;	
	text-align:center;
}
.border-bottom-box {
	border:1px solid #000;	
	text-align:left;
	padding: 5px;
}
.table-no-margin-bottom {
    margin-bottom: 0;
}
.panel-height {
	height: 120px;
}
.panel-height-sm {
	height: 120px;
}
.btn-margin-top {
	margin-top: 10px;
	display:inline-block;
}

@media (max-width:768px) {
	.panel-height {
		height: auto;
	}
	.panel-height-sm {
		height: auto;
	}
	.btn-margin-top {
		margin-top: 10px;
		display:block;
	}
}
.docbody_alternates {
	background-color: #E8E8E8;
}
.docbody {
	background-color: #D0D0D0;
}

.sidebar-bg {
    background: #fef0e4; 
    background: -webkit-linear-gradient(#fef0e4, #effffe, #ebf5fa); 
    background: -o-linear-gradient(#fef0e4, #effffe, #ebf5fa); 
    background: -moz-linear-gradient(#fef0e4, #effffe, #ebf5fa); 
    background: linear-gradient(#fef0e4, #effffe, #ebf5fa); 
}
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
	border: 1px solid #333 !important;
}
.no-td-style {
	border: none !important;
}

.btn {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 8px 8px 0 rgba(0, 0, 0, 0.19);
}

.img-tn {
    background-color: #fff;
    border-radius: 4px;
    display: inline-block;
    height: auto;
    line-height: 1.42857;
    max-height: 50px !important;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
}

.img-detail-fix-wh-tn-md {
	border: 1px solid #ddd;
	padding: 6px;
	max-height: 200px !important;
	max-width: 400px !important;
	border-radius: 4px;
	margin: 5px;
	background-color:#fff;
}
.form-control {
	color:333 !important;
}
.label-voided {
    background-color: #333;
}
.label-confirm {
    background-color: #800080;
}
.input-group-addon-new {
    background-color: transparent;
    border: medium none;
    border-radius: 0;
    line-height: 1;
    padding: 0;
    text-align: center;
}

.panel-grey {
    border-color: #373a3c;
}
.panel-grey > .panel-heading {
    background-color: #373a3c;
    border-color: #373a3c;
    color: #fff;
}
.panel-grey > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #888;
}
.panel-grey > .panel-heading .badge {
    background-color: #373a3c;
    color: #f5f5f5;
}
.panel-grey > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #373a3c;
}

.marginleftright {
	margin-left: 15px;
	margin-right: 15px
}
.font-color-red {
	color: #FF0000;
}
.font-color-orange {
	color: #CD7D00;
}
.huge {
    font-size: 24px;
}

.panel-green {
    border-color: #5cb85c;
}
.panel-green > .panel-heading {
    background-color: #5cb85c;
    border-color: #5cb85c;
    color: #ffffff;
}
.panel-green > a {
    color: #5cb85c;
}
.panel-green > a:hover {
    color: #3d8b3d;
}
.panel-yellow {
    border-color: #f0ad4e;
}
.panel-yellow > .panel-heading {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
    color: #ffffff;
}
.panel-yellow > a {
    color: #f0ad4e;
}
.panel-yellow > a:hover {
    color: #df8a13;
}
.tab-content {
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333; /*ddd*/
}

.nav-tabs {
    border-bottom: 1px solid #333333;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #fff;
    background-color: #333333;
    border: 1px solid #333333;
    border-bottom-color: transparent;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.panel-heading {
	padding: 8px;
}
