/* CSS-layout Document */
/* background:#CCDAF9 */

/* adminList */
/* 9EA7F8 */
.table td, .table th{
	padding:0.5rem;
}
td .note{
	line-height:1.1;
}
#printMessageBox{ z-index:999;}
.sidebar-menu .sidebar-submenu .sidebar-menu-item a{
	padding-left:35px;
}
.note{
	font-size:smaller;
	font-style:italic;
	color:#999;
}
.ordercontent .table .inputbox{
	width:100%;
}
.uppertext{
	text-transform:uppercase;
}
.center{ text-align:center;}
.controlpanel tr td{
	padding:5px 15px;
	font-size:13px;
}
.table .title th{
	background:#f2f2f2;
	text-align:center;
}
div.adminListTop{
	padding:7px 15px;
	border:1px solid #ebeff2;
	margin-bottom:5px;
	background:#f4f8fb;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
}
div.adminListTop select{
	max-width:220px;
}
table.adminList{
	/*border-top:1px solid #9EA7F8;
	border-left:1px solid #9EA7F8;
	border-collapse:collapse;
	width:100%;*/
}
table.adminList thead{background:#fff;}
table.adminList tr td, table.adminList thead th{
}
table.adminList tr.r0:hover,table.adminList tr.r1:hover{
	background:#f2f2f2;
	}
table.adminList tr.mark{
	background:#f8d7cb;
	}
table.adminList tr.highlight td, table.adminList tr.highlight td a{
	color:#FF0000;
	}
table.adminList thead th{text-align:center;}
table.adminList input.order{text-align:center;}
/* box */
.gbox{
	background:#f3f6fc;
	border:1px solid #9EA7F8;
	padding:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	}

.modheading{
	font-size:14px;
	font-weight:bold;
	color:#003366;
	margin:0px 0 15px;
	}

/* home */
table.controlpanel tr td{
	border:1px solid #FFFFFF;
	}
table.controlpanel tr td:hover{
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #eeeeee;
	border-top:1px solid #eeeeee;
	}
/* media */
div.media div.current_f{
	margin-bottom:2px;
	border:1px solid #9EA7F8;
	padding:5px;
	background:#f3f6fc;
	}
div.media div.content{
	border:1px solid #9EA7F8;
	padding:5px;
}
div.media ul{
	list-style:none;
	margin:0;
	padding:0;
	}
div.media ul li{
	float:left;
	width:85px;
	text-align:center;
	border:1px solid #CCCCCC;
	margin-left:2px;
	margin-bottom:2px;
	
	}
div.media ul li:hover{
	/*border:1px solid #999999;*/
	}
div.media ul li .thumb{
	height:52px;
	width:48px;
	margin:0 auto;
	margin-top:5px;
	text-align:center;
	cursor:pointer;
	}
div.media ul li .info, div.media ul li .info a{
	font-size:10px !important;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	text-transform:lowercase;
	}
div.media ul li img.icon{margin-top:10px;}
div.media ul li .action{
	position:absolute;
	}
/* editor bottom */
div.editor_bt_bottom{
	margin-top:2px;
	clear:both;
	display:block;
	height:35px;
}
div.editor_bt_bottom a{
	float:left;
	height:17px;
	line-height:17px;
	vertical-align:middle;
	padding:2px 10px;
	border: 1px solid #9EA7F8;
	background:#f3f6fc;
	display:inline-block !important;
}
div.mbt_bar{
	text-align:right;
	margin-bottom:5px;
}
#ppfrm .table .inputbox{
	width:100%;
}
.btn-addmore{
	background:url(../images/icon-add.png) no-repeat 5px 5px;
	border:1px solid #CCC;
	border-radius: 5px;
	padding:5px 10px 5px 25px;
}
.btn-addmore:hover{
	background-color:#f2f2f2;
}
.stockoutcontent .bycart{
	background-image:url(../images/stockout-cart.png);
	background-repeat:no-repeat;
	background-position:right;
}
.inputbox[readonly="readonly"]{
	background:#f9f9f9;
}
del{
	color:#999;
	line-height:1;
}
div.trans{
	font-size:small;
	line-height:1.1;
}
div.trans .text{
	color:#999;
	font-style:italic;
}
.button-bar{
	margin-bottom:15px;
}
.button-bar form{
	display:inline-block !important;
	margin-right:10px;
}
@media (max-width: 900px) {
	.container-fluid{
		padding-top:45px !important;
	}
}

