/*for error*/
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500&family=M+PLUS+Rounded+1c:wght@400;500&family=Open+Sans&family=Overpass&family=Quicksand:wght@500&family=Roboto&display=swap');

.bg_body_index {
	 	background: url('../images/bg_login_background.png') top center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;	
	/*background-color: #000000;
	background: -webkit-linear-gradient(#333333 20%, #333333, #000000); 
	background: -o-linear-gradient(#333333 20%, #333333, #000000);
	background: -moz-linear-gradient(#333333 20%, #333333, #000000);
	background: linear-gradient(#333333 20%, #333333, #000000); 
	background-repeat: no-repeat;
	background-attachment: fixed;*/
}
.bg_body_main {
	 /*	background: url('../images/bg_register.png') no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;*/
	background-color: #f7f7f7;
	background: -webkit-linear-gradient(#ffffff 20%, #f7f7f7, #c5c5c5); 
	background: -o-linear-gradient(#ffffff 20%, #f7f7f7, #c5c5c5);
	background: -moz-linear-gradient(#ffffff 20%, #f7f7f7, #c5c5c5);
	background: linear-gradient(#ffffff 20%, #f7f7f7, #c5c5c5); 
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.bg_body {
	 /*	background: url('../images/bg_register.png') no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;*/
	background-color: #f7f7f7;
	background: -webkit-linear-gradient(#ffffff 20%, #f7f7f7, #c5c5c5); 
	background: -o-linear-gradient(#ffffff 20%, #f7f7f7, #c5c5c5);
	background: -moz-linear-gradient(#ffffff 20%, #f7f7f7, #c5c5c5);
	background: linear-gradient(#ffffff 20%, #f7f7f7, #c5c5c5); 
	background-repeat: no-repeat;
	background-attachment: fixed;
}

body {
    font-family: 'Open Sans','M PLUS Rounded 1c', 'Overpass', 'Barlow', 'Quicksand', sans-serif, Segoe, Verdana;
	color: #000000;	
	font-size: 14px;
}
.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;
}
.txt12 {
	font-size: 12px;
}
.padding-left-8 {
	padding-left: 8px;
}
.padding-left-right {
	padding: 0 4px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   /* margin: 0 0 30px;*/
	margin: 0 0 0;
    text-transform: uppercase;
    font-family: 'Open Sans', 'calibri', 'M PLUS Rounded 1c', 'Roboto', 'Barlow', 'Quicksand', sans-serif, Segoe, Verdana;
    /* font-weight: 800;
	 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_11 {
	font-size:11px;
}

.txt_12 {
	font-size:12px;
}

.txt_13 {
	font-size:13px;
}

.txt_14 {
	font-size:14px;
}

.txt_15 {
	font-size:15px;
}

.txt_16 {
	font-size:16px;
}

.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_18 {
	font-size:18px;
}
.txt_20 {
	font-size:20px;
}

.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-2{margin-bottom:2px !important;}
.marginbot-3{margin-bottom:3px !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-7{margin-top:7px !important;}
.margintop-10{margin-top:10px !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;}

.marginleft-5{margin-left:5px !important;}
.marginleft-10{margin-left:10px !important;}
.marginleft-15{margin-left:15px !important;}
.marginleft-20{margin-left:20px !important;}

.paddingtop-5{padding-top:5px !important;}
.paddingtop-7{padding-top:7px !important;}
.paddingtop-10{padding-top:10px !important;}

.paddingright-15{padding-right:15px !important;}
.paddingright-20{padding-right:20px !important;}
.paddingright-25{padding-right:25px !important;}

.paddingbot-10{padding-bottom:10px !important;}
.paddingbot-20{padding-bottom:20px !important;}
.paddingbot-30{padding-bottom:30px !important;}
.paddingbot-40{padding-bottom:40px !important;}
.paddingbot-50{padding-bottom:50px !important;}

.paddingleftright-10 {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.marginleftright {
	margin-left: 15px;
	margin-right: 15px
}


footer {
	position:fixed;
	bottom: 0;
	background:#222;
	color:#fff;
  	right: 0; 	
  	left: 0;
	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 !important;
}

.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
}

.link_black {
	color: #000000;
	text-decoration:none;
}
.link_black:hover {
	color: #000000;
	text-decoration:underline;
}
.link_black:visited {
	color: #000000;
	text-decoration:none;
}

.link_lightblack {
	color: #333;
	text-decoration:none;
}
.link_lightblack:hover {
	color: #333;
	text-decoration:underline;
}
.link_lightblack:visited {
	color: #333;
	text-decoration:none;
}

.link_white {
	color: #ffffff;
	text-decoration:none;
}
.link_white:hover {
	color: #ffffff;
	text-decoration:underline;
}
.link_white:visited {
	color: #ffffff;
	text-decoration:none;
}

.font_color_blue {
	color: #2a6ca9;
}
.link_blue {
	color: #2a6ca9;
	text-decoration:none;
}
.link_blue:hover {
	color: #2a6ca9;
	text-decoration:underline;
}
.link_blue:visited {
	color: #2a6ca9;
	text-decoration:none;
}

.link_red {
	color: #FF0000;
	text-decoration:none;
}
.link_red:hover {
	color: #FF0000;
	text-decoration:underline;
}
.link_red:visited {
	color: #FF0000;
	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;	
}

.bill-select-fix-width {
	width:31% !important;
}

.thead-inverse th {
    background-color: #373a3c !important;
    color: #fff !important;
}

.detail-title {
	background-color: #eff1f1;
	padding: 5px 8px;
}

.detail-prod-desc {
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	padding: 5px 8px;
}

.select-fix-width {
	width: 80px;
}

.display-inline {
    display: inline;
}


footer a:hover {
	color: #FFFFFF;
	text-decoration:underline;	
}
.txt-color-white {
    color: #ffffff;
    font-size: 13px;
    text-align: left;
}
.txt-color-red {
    color: #ff0000;
}
.txt-color-red-fpl {
	color: #ee3b33 !important;
}
.txt-color-orange {
    color:#FFA500;
}
.txt-color-blue {
	color: #2a6ca9;
}
.txt-color-black {
	color: #000000;
}

.bg-black {
	background: #000000;
}

footer {
    background-color: #000000;
}

footer {
    padding: 2px 0;
    text-align: center;
}
.margin-img-logo {
	margin:3px;
}
.bg-main-table {
	background: rgba(203, 203, 210, 0.15) none repeat scroll 0 0;
}

/*******************************
CARD
*******************************/

.card {
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(63, 63, 68, 0.1);
    margin-bottom: 30px;
}
.card .image {
    border-radius: 4px 4px 0 0;
    height: 260px;
    overflow: hidden;
    position: relative;
    transform-style: preserve-3d;
    width: 100%;
}
.card .image img {
    width: 100%;
}
.card .filter {
    background-color: rgba(0, 0, 0, 0.68);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 2;
}
.card .filter .btn {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.card:hover .filter {
    opacity: 1;
}
.card .btn-hover {
    opacity: 0;
}
.card:hover .btn-hover {
    opacity: 1;
}
.card .content {
    padding: 15px 15px 10px;
}
.card .header {
    padding: 15px 15px 0;
}
.card .category, .card label {
    color: #9a9a9a;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}
.card .category i, .card label i {
    font-size: 16px;
}
.card label {
   /* font-size: 12px;*/
    margin-bottom: 5px;
  /*  text-transform: uppercase;*/
}
.card .title {
    color: #333333;
    font-weight: 300;
    margin: 0;
}
.card .avatar {
    border-radius: 50%;
    height: 30px;
    margin-right: 5px;
    overflow: hidden;
    width: 30px;
}
.card .description {
    color: #333;
    font-size: 14px;
}
.card .footer {
    background-color: transparent;
    line-height: 30px;
    padding: 0;
}
.card .footer .legend {
    padding: 5px 0;
}
.card .footer hr {
    margin-bottom: 5px;
    margin-top: 5px;
}
.card .stats {
    color: #a9a9a9;
}
.card .footer div {
    display: inline-block;
}
.card .author {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.card .author i {
    font-size: 14px;
}
.card h6 {
    font-size: 12px;
    margin: 0;
}
.card.card-separator::after {
    background-color: #dddddd;
    content: "";
    height: 100%;
    position: absolute;
    right: -15px;
    top: 0;
    width: 1px;
}
.card .ct-chart {
    height: 245px;
    margin: 30px 0;
}
.card .table tbody td:first-child, .card .table thead th:first-child {
    padding-left: 15px;
}
.card .table tbody td:last-child, .card .table thead th:last-child {
    padding-right: 15px;
}
.card .alert {
    border-radius: 4px;
    position: relative;
}
.card .alert.alert-with-icon {
    padding-left: 65px;
}
.card-user .image {
    height: 110px;
}
.card-user .image-plain {
    height: 0;
    margin-top: 110px;
}
.card-user .author {
    margin-top: -70px;
    text-align: center;
    text-transform: none;
}
.card-user .avatar {
    border: 5px solid #ffffff;
    height: 124px;
    margin-bottom: 15px;
    position: relative;
    width: 124px;
}
.card-user .avatar.border-gray {
    border-color: #eeeeee;
}
.card-user .title {
    line-height: 24px;
}
.card-user .content {
    min-height: 240px;
}
.card-user .footer, .card-price .footer {
    padding: 5px 15px 10px;
}
.card-user hr, .card-price hr {
    margin: 5px 15px;
}
.card-plain {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
}
.card-plain .image {
    border-radius: 4px;
}
.sidebar-bg {
    /*background: #000000;  #fef0e4, #effffe, #ebf5fa*/
    background: -webkit-linear-gradient(#333333 20%, #333333, #000000); 
    background: -o-linear-gradient(#333333 20%, #333333, #000000); 
    background: -moz-linear-gradient(#333333 20%, #333333, #000000); 
    background: linear-gradient(#333333 20%, #333333, #000000); 
}
.navbar {
	background-color: #ddd; /*f1f1f1*/
}
.text-title-case {
	text-transform:capitalize;
}

.table > thead > tr > th {
    vertical-align: top;
}
.form-control {
	font-size: 13px;
	color: #000000;
}
.thead-inverse th {
    background-color: #373a3c;
    color: #fff;
}
.bg-color-white{
	background-color:#ffffff;
}
.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;
}


.fix-panel-height {
	min-height: 302px !important;
}
@media(max-width:767px) {
	.fix-panel-height {
		min-height: auto !important;
	}
}
.form-control {
	padding: 6px;
	height: 34px;
}
.form-horizontal .control-label {
    text-align: left;
}

.navbar-toggle {
    color: #000000;
    font-size: 14px;
    padding: 4px 6px;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
	color: #fff;
	background-color: #333;
}
.navbar-inverse .navbar-nav > li > a {
    color: #000;
}
.text-left {
	text-align: left !important;
}

.header_print {
	display: none;
}
.showinprint {
		display:none;
}
	
@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;
	}
	.nowrap
	{
		white-space: nowrap;
	}
}

.panel-primary > .panel-heading {
    background-color: #337ab7 !important;
    border-color: #337ab7 !important;
    color:#FFFFFF !important;
}
.panel-primary > .panel-heading .panel-title {
	 color:#FFFFFF !important;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ccc;
}
.docbody_alternates {
	background-color: #E8E8E8;
}

.docbody {
	background-color: #D0D0D0;
}
.border-bottom-line {
	border-bottom:1px solid #000;	
	text-align:center;
}
.line-width-300 {
	width: 300px;
}
.nomarginbot {
	margin-bottom: 0;
}
.thead-inverse-blue th {
    background-color: #09063e !important;
    color: #fff !important;
}
.border-bottom {
	border-bottom: 1px solid #ddd;
}
.panel-height {
	height: 140px;
}
.btn-margin-top {
	margin-top: 10px;
	display:inline-block;
}

@media (max-width:768px) {
	/*.panel-height {
		height: auto;
	}*/
	.btn-margin-top {
		margin-top: 10px;
		display:block;
	}
}
.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;
}
.input-group-addon {
    background-color: #fefefe;
    border: 1px solid #ccc;
    border-radius: 0;
}
.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;
}

.btn-black {
    background-color: #333333;
    border-color: #000000;
    color: #fff;
}
.btn-black.focus, .btn-black:focus {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
}
.btn-black:hover {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
}
.btn-black.active, .btn-black:active, .open > .dropdown-toggle.btn-black {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
}
.btn-black.active.focus, .btn-black.active:focus, .btn-black.active:hover, .btn-black.focus:active, .btn-black:active:focus, .btn-black:active:hover, .open > .dropdown-toggle.btn-black.focus, .open > .dropdown-toggle.btn-black:focus, .open > .dropdown-toggle.btn-black:hover {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
}
.img-detail-fix-wh-tn-md {
	border: 1px solid #ddd;
	padding: 6px;
	max-height: 400px !important;
	max-width: 400px !important;
	border-radius: 4px;
	margin: 5px;
	background-color:#fff;
}
.img-hover img:hover {
    border: 1px solid #ddd;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgb(0, 136, 204);
	border-radius: 4px !important;
}

.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;
}

/*Hover 2*/
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
  cursor: hand;
  /*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*/

caption {
    color: #000000;
}

.btn-warning {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d;
}
.btn-warning.focus, .btn-warning:focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d
}
.btn-warning:hover {
	color: #fff;
	background-color: #d28212;
	border-color: #c07710;
}
.btn-warning.active, .btn-warning:active, .open>.dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}
.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open>.dropdown-toggle.btn-warning.focus, .open>.dropdown-toggle.btn-warning:focus, .open>.dropdown-toggle.btn-warning:hover {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d
}
.btn-warning.active, .btn-warning:active, .open>.dropdown-toggle.btn-warning {
	background-image: none
}
.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
	background-color: #f0ad4e;
	border-color: #eea236
}
.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff
}

.alert-supsede-to {
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 2px;
    padding: 2px;
}

.btn {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 8px 8px 0 rgba(0, 0, 0, 0.19);
}

.has-error-cbox {	
   	box-shadow: 0 1px 1px #FF0000 inset, 0 0 12px #FF0000;
	background-color: #d9534f !important;
    border-color: #FF0000 !important;
	color: #a94442 !important;
}
.table-td-bottom {
	border-bottom: 2px solid #ccc;
}
.no-td-style {
	border: none !important;
}
.input-group-addon {
    background-color: #eee;
}
.border-bottom-box {
	border:1px solid #000;	
	text-align:left;
	padding: 5px;
}
.label-voided {
    background-color: #333;
}


.form-box {
    margin-top: 70px;
}
.form-top {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
    padding: 0; /* 25px 15px;*/
    text-align: left;
}
.form-top-left {
    float: left;
    padding-top: 5px;
    width: 75%;
}
.form-top-left h3 {
    margin-top: 0;
}
.form-top-right {
    color: #dddddd;
    float: left;
    font-size: 40px;
  /*  line-height: 100px;*/
    padding-top: 5px;
    text-align: right;
    width: 25%;
}
.form-bottom {
    background: #eeeeee none repeat scroll 0 0;
    border-radius: 0 0 4px 4px;
    padding: 25px 25px 30px;
    text-align: left;
}
.form-bottom form textarea {
    height: 100px;
}
.form-bottom form button.btn {
    width: 100%;
}
.form-bottom form .input-error {
    border-color: #19b9e7;
}
.product-color-red {
	color: #eb1c2a;
}
.txt-bold {
	font-weight:bold;
}
.text-white {
	color:#ffffff;
}
.btn-outline-white {
	/*border-radius: 8px;	*/
	color: #ffffff;
	border-color: #ffffff;
	background-color:transparent;
}
.btn-outline-white:hover {
	color: #fff;
	background-color: #333333;
	border-color: #000000;
}
.btn-outline-white.focus, .btn-outline-white:focus {
	box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}
.btn-outline-dark {
	color: #343a40;
	border-color: #343a40
}
.btn-outline-dark:hover {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}
.btn-outline-dark.focus, .btn-outline-dark:focus {
	box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}


.btn-primary {
    background-color: #09063e;
    border-color: #000000;
    color: #fff;
}
.btn-primary.focus, .btn-primary:focus {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
}
.btn-primary:hover {
    background-color: #286090;
	border-color: #204d74;
    color: #fff;
}
.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
}
.text-color-blue {
	color: #09063e;
}
.bg-white {
	background-color: #ffffff;
}
.shadow {
	box-shadow: 1rem 2rem 2rem rgba(0,0,0,.15) !important;
}
.bg_right_img {
	background-image: url("../images/bg_index.png");
    background-repeat: no-repeat;
    background-size: cover; 
	height: 100%;
	position: relative;	 
}
.text-white {
    color: #ffffff;
}
.max-img-width {
	max-width:120x;
	max-height:120px;
}