@charset "utf-8";
/* CSS Document */
.gradient_line { 
    margin: 6px 0;
    height: 1px;
    background: #1C73BA;
	clear:both;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#edf4f9), to(#edf4f9), color-stop(50%, #0d5891));
}
.body_container_div {
	clear:both;
	margin:0 auto;
	padding: 0 10px 10px 10px;
	width:100%;
	max-width:1172px;
	overflow-x: hidden;	
}
.body_content {
	float:left;
	padding: 0 10px 10px 10px;
	/*box-shadow: 10px 10px 5px #ededed;*/
}
.ylwbtn {
	display: inline-block;
	border-radius: 6px;
	background-color: #fbbd0f;
	border: none;
	color: #000;
	text-align: center;
	letter-spacing:1px;
	padding: 8px 14px;
	cursor: pointer;
    box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.7), 0 1px 2px 0 rgba(255, 255, 255, 0.5) inset;
    font-size:12px;
    font-weight:bolder;
}
.bluebtn {
	display: inline-block;
	border-radius: 0px;
	background-color: #0099D8;
	border: none;
	color: #fff;
	text-align: center;
	letter-spacing:1px;
	font-weight:bolder;
	font-size:12px;
	padding: 8px 14px;
	cursor: pointer;
    box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.7), 0 1px 2px 0 rgba(255, 255, 255, 0.5) inset;
	font-family:Arial,sans-serif;
}
.greenbtn {
	margin-bottom: 3px;
	display: inline-block;
	border-radius: 0px;
	background-color: #27AE60;
	border: none;
	color: #fff;
	text-align: center;
	letter-spacing:1px;
	font-weight:bolder;
	font-size:12px;
	padding: 8px 14px;
	cursor: pointer;
    box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.7), 0 1px 2px 0 rgba(255, 255, 255, 0.5) inset;
	font-family:Arial,sans-serif;
}
.redbtn {
	display: inline-block;
	border-radius: 4px;
	background-color: #d80e00;
	border: 1px solid #d80e00;
	color: #fff;
	text-align: center;
	letter-spacing:1px;
	font-weight:bolder;
	font-size:1rem;
	padding: 4px 14px;
	cursor: pointer;
    box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.7), 0 1px 2px 0 rgba(255, 255, 255, 0.5) inset;
	font-family:Arial,sans-serif;
}
span.small {
    font-size: 11px;
    margin: 13px !important;
}
#customer_table td,#customer_table th {
	/*font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";*/
	font-size: 96%;
}
#tabs th, #tabs td {
	font-size: 90%;
}
#tabs th {
	text-align: right;
}
#tabs tf {
	text-align: left;
}
#horizontal_ul_list {
	list-style-type: none;
	padding:0;
}
#horizontal_ul_list li{
	padding:0 4px;
	display:inline;
}
#horizontal_ul_list li input{
	padding-right: 6px;
	cursor: pointer;
}
select[name="customer_table_length"] {
	width:60px;
}
.upload-area{
    min-width: 300px;
    max-width: 620px;
    min-height: 120px;
    border: 2px dotted #4C4C4C;
    border-radius: 6px;
    margin: 0 auto;
    margin: 10px;
    text-align: center;
    overflow: auto;
}
#Category_tbl .upload-area {
	display: inline-block;
	vertical-align: middle;
}

.upload-area:hover{
    cursor: pointer;
}

.upload-area h1{
	font-size:1.2em;
    text-align: center;
    font-weight: normal;
    font-family: sans-serif;
    line-height: 30px;
}

#file{
    display: none;
}

/* Thumbnail */
.thumbnail{
    width: 80px;
    height: 80px;
    padding: 2px;
    border: 1px solid #272727;
    border-radius: 3px;
    float: left;
    margin: 5px;
}
.thumbnail-box {
	float: none;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.thumbnail-box .close {
	position: absolute;
    top: -5px;
    right: -5px;
    border: 1px solid #fff;
    border-radius: 100%;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    font-size: 15px;
    background: #009ADA;
}
.size_text {
	font-size:.8em;
	display: block;
	text-align: center;
}
.error {
	color:#f00;
	font-size: 12px;
}
.success {
	color:#04D03B;
}
#advanced_search_table th {
	text-align:right;
}
#sortable_odr li {
border: 1px solid #c5c5c5;
margin-bottom:2px;
padding: 2px 6px;
cursor: grab;
}
#sortable_odr li:hover {
background-color:#FFE69C;
}
#free-item-lookup_rslt_table th,#lookup_rslt_table th, #po_results th{
	border:1px solid #ccc;
	padding: 4px 6px;
	text-align:center;
}
#free-item-lookup_rslt_table td,#lookup_rslt_table td, #po_results td{
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding: 0px 6px 2px 6px;
	text-align:center;
}
#po_detail_info td, #po_detail_info th{
	padding: 4px 6px;
}

.loading {    
    background-color: #ffffff;
    background-image: url("../images/ajax-loader.gif");
    background-size: 15px 15px;
    background-position:right center;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
} 

.mm-menu.mm-offcanvas {
    min-width: 230px !important;
    max-width: 230px !important;
}

@media (min-width: 550px){
	html.mm-opening .mm-slideout {
	    -webkit-transform: translate(230px, 0) !important;
	    -ms-transform: translate(230px, 0) !important;
	    transform: translate(230px, 0) !important;
	    -webkit-transform: translate3d(230px, 0, 0) !important;
	    transform: translate3d(230px, 0, 0) !important; 
    }
}

#cssmenu .has-sub.last-menu li:hover > ul {
    left: -217% !important;
}

input.error {
	border: 2px solid #ff0000;
}
.table_responsive {
	overflow-x: auto;
}
.hide {
	display: none;
}
table.table-bordered {
	border-collapse: collapse !important;
}
table.table-bordered td {
	border: 1px solid #ccc;
}
table.table-bordered th {
	border: 1px solid #111;
}
table.table-bordered th:last-child, table.table-bordered td:last-child {
	border-right: none;
}
table.table-bordered th:first-child, table.table-bordered td:first-child {
	border-left: none;
}
.text-right {
	text-align: right;
}
.fixed-col-table .fixed-col {
	position: absolute;
    width: 299px;
    left: 25px;
    top: auto;
    box-sizing: border-box !important;
}
.fixed-col-table {
	overflow-x: scroll;
	margin-left: 300px;
}
.fixed-col-table table {
	border-collapse: separate !important;
    border-spacing: 1px !important;
}
.fixed-col-table table tr.even td.fixed-col {
	background: #ffffff;
}
.fixed-col-table table tr.odd td.fixed-col {
	background: #f9f9f9;
}
.checkbox-list {
	height: 210px;
	overflow-y: auto;
	background: #fff;
}
.checkbox-list .group-label {
	font-weight: bold;
}
.checkbox-list .checkbox-dv {
	margin-left: 10px;
}
.text-left {
	text-align: left !important;
}
.table{
    border: 1px solid #000;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
}
.table td,.table th{
    border: 1px solid #000;
    padding: 5px;
    margin: 0;
}
.table tr{
    border: 1px solid #000;
}
.model {
	display: none;
	position: fixed; 
	height: 50vh;
	max-height: 500px;
	width: 50vw;
	max-width: 1000px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #f5f5f5;
	border-radius: 5px; 
	border: 1px solid gray;
}
.close {
	background: inherit;
	height: .75rem;
	width: .75rem;
	margin: 0;
	position: absolute;
	text-align: center;
	top: -7.5px;
	right: -7.5px;
	padding: 5px;
	font-family: monospace;
	border: 1px dotted black;
	border-radius: 50%;
}
.model-container {
	height:100%;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}
