@CHARSET "utf-8";

/***** 1. RESET STYLE *****/

* {
	outline: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

h4,
h5 {
	line-height: 30px;
	text-align: left;
}


/***** 2. GENERAL STYLES *****/

body {
	font-size: 12px;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
	color: #666;
	line-height: 21px;
	background-color: #eee;
}

input,
select,
textarea,
button {
	/*font-size: 12px;*/
	outline: none;
	margin: 0;
	box-sizing: content-box;
}


/*button::-moz-focus-inner{
	-moz-padding:2px 10px;
}*/

button {
	-moz-box-sizing: content-box;
}

a {
	text-decoration: none;
	color: #333;
	outline: none;
}

a:hover {
	cursor: pointer;
	color: #fb9337;
	text-decoration: underline;
}

a img {
	border: 0;
}

h1,
h2,
h3,
h4,
h5,
span.h3 {
	font-weight: normal;
}

small {
	font-size: 11px;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

span.h3 {
	font-size: 24px;
	display: block;
}

body.withvernav {
	background: #fff url(../images/line.ccc.png) repeat-y 230px 0;
}


/* with left menu*/

body.withmenucoll {
	background-position: 55px 0;
}


/* with menu style 1 in collapsed mode */

body.withmenucoll2 {
	background-position: 35px 0;
}


/* with menu style 2 in collapsed mode */


/***** 3. COLUMN STYLE *****/

.refresh:hover {
	background: #1ca1af;
}

.signout:hover {
	background: #1ca1af url(../images/icon-title.png) no-repeat 0 0 !important;
}


/***************************/

.one_half {
	width: 49.0%;
}

.one_third {
	width: 33%;
}

.two_third {
	width: 65.83%;
}


/* .two_third {width: 96.83%;} */

.one_fourth {
	/* width: 22.5%; */
	width: 24%;
}

.three_fourth {
	width: 74.5%;
}

.one_fifth {
	width: 17.3%;
}

.two_fifth {
	width: 38.1%;
}

.three_fifth {
	width: 58.9%;
}

.four_fifth {
	width: 67.7%;
}

.one_sixth {
	width: 13.83%;
}

.five_sixth {
	width: 83.17%;
}

.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
	position: relative;
	margin-right: 1%;
	float: left;
}

.last {
	margin-right: 0 !important;
	clear: right;
}


/* ------------------------ */

.success,
.green {
	color: #0e932e !important;
}

.error,
.red {
	/*color: #e73736;*/
	color: #f22e00 !important;
}

.info,
.blue {
	/* color: #08c; */
	color: #527bdb;
	/*color: #333 !important;*/
}

.default,
.gray {
	color: #999 !important;
}

.orange {
	/*color: #f60;*/
	color: #DEAA00;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center !important;
}

.right {
	float: right;
}

.right2 {
	padding-right: 10px;
	text-align: right;
}

.ui-table ul li img,
.boxer img {
	width: 120px;
	/*height: 120px;*/
	min-height: 100px;
	border: 1px solid #eee;
}

.btn_no {
	width: 60px;
	height: 20px;
	background: none;
	border: none;
	font-size: 16px;
	text-align: right;
	/*-moz-border-radius: 10px;*/
	/*-webkit-border-radius: 10px;*/
	/*border-radius: 10px;*/
	/*color:#fff;*/
	cursor: pointer;
}

.btn_no:HOVER {
	text-decoration: underline;
}

.mgr5 {
	margin-right: 5px !important;
}

.mgr10 {
	margin-right: 10px !important;
}

.mgl5 {
	margin-left: 5px !important;
}

.mgl10 {
	margin-left: 10px !important;
}

.widgetcontent.row1 {
	height: 280px;
	border: 1px solid #ddd;
}

.widgetcontent.row2 {
	height: 165px;
	margin-bottom: 10px;
	background: #FFF;
}

.widgetcontent.row3 {
	height: 100%;
	border: 1px solid #ddd;
	border-top: none;
	background: #FFF;
}

.stdtable2 td {
	line-height: 30px;
	width: 100%;
	padding: 5px 20px;
	margin: 0;
	background: #FFF;
}


/***** 4. LOGIN PAGE *****/

.loginpage {
	background: #003a61 url(../images/bg_login.jpg) no-repeat;
	background-size: cover;
}

.loginbox {
	width: 825px;
	height: 386px;
	overflow: hidden;
	background: url(../images/bg_login_box.png) no-repeat;
	margin: 200px auto 0;
}

.loginboxinner {
	width: 325px;
	height: 265px;
	padding: 40px 35px 0;
	margin-top: 81px;
	overflow: hidden;
	position: relative;
}

.loginbox .logo {
	text-align: center;
}

.loginbox .logo h1 {
	font-size: 32px;
	color: #FB9337;
	border-bottom: 1px solid #D6DBE4;
	line-height: normal;
	margin-bottom: 5px;
}

.loginbox .logo h1 span {
	color: #666;
}

.loginbox .logo p {
	font-weight: bold;
	color: #eee;
	font-style: italic;
}

.loginbox .slogan2 {
	color: #A5A29F;
	line-height: normal;
}

.loginbox form {
	display: block;
	margin-top: 20px;
}

.loginbox .username,
.loginbox .password,
.loginbox .verifycode {
	background: #fff url(../images/icons/login.png) no-repeat 0px -8px;
	margin-bottom: 10px;
	border: 1px solid #c1c1c1;
}

.loginbox .usernameinner,
.loginbox .passwordinner,
.loginbox .verifycodeinner {
	margin-left: 45px;
	border-left: 1px solid #ddd;
	background: #fff;
}

.loginbox .username input,
.loginbox .password input,
.loginbox .verifycode input {
	width: 270px;
	height: 36px;
	line-height: 36px;
	border: none;
	font-size: 14px;
	color: #666;
	text-indent: 12px;
}

.loginbox .password {
	background-position: 0 center;
}

.loginbox .verifycode {
	width: 193px;
	margin-bottom: 30px;
	background-position: 0 -105px;
}

.loginbox .verifycode input {
	width: 145px;
}

.loginbox .verifyimg {
	position: absolute;
	left: 230px;
	top: 140px;
}

.loginbox .verifyimg a {
	float: right;
	line-height: 40px;
}

.loginbox button {
	width: 100%;
	height: 39px;
	line-height: 39px;
	background: #3bbbc9;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	border: 0;
	letter-spacing: 10px;
	padding: 0;
}

.loginbox button:hover {
	background-color: #139fad;
	cursor: pointer;
}

.loginbox .keep {
	margin-top: 10px;
	color: #999;
	font-size: 14px;
}

.loginbox .keep a {
	color: #666;
}

.loginbox .keep a:hover,
.loginbox .verifyimg a:hover {
	color: #3bbbc9;
}

.loginbox .loginmsg {
	background: #fffccc;
	color: #333;
	margin-bottom: 10px;
	padding: 5px;
	text-align: center;
	font-size: 11px;
}

.loginf {
	padding: 10px;
	background: #2e3e59;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: inset 0 1px 1px #23324b;
	-webkit-box-shadow: inset 0 1px 1px #23324b;
	box-shadow: inset 0 1px 1px #23324b;
	border-bottom: 1px solid #475875;
}

.loginpage .nousername,
.loginpage .nopassword {
	display: none;
}

.loginpage .nopassword {
	color: #fff;
}

.loginpage .nopassword .thumb {
	padding: 5px;
	background: #fff;
	display: inline-block;
	vertical-align: top;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.loginpage .nopassword .userlogged {
	display: inline-block;
	margin-left: 10px;
	font-weight: bold;
}

.loginpage .nopassword .userlogged h4 {
	font-size: 14px;
}

.loginpage .nopassword .userlogged a {
	color: #f0801d;
	font-style: italic;
}

.loginpage .nopassword .userlogged a:hover {
	text-decoration: underline;
}

.loginpage .notibar {
	border: 0;
}

.loginbox #errorMsg {
	position: absolute;
	left: 40px;
	top: 185px;
	color: #f0721e;
	display: block;
}


/*********** MODAL FORM 表单*************** */


/* *********************************** */

input,
select,
textarea {
	outline: none;
}

.no-marginT {
	margin-top: 0 !important;
}

.no-marginR {
	margin-right: 0 !important;
}

.no-marginB {
	margin-bottom: 0 !important;
}

.no-marginL {
	margin-left: 0 !important;
}

.no-paddingT {
	padding-top: 0 !important;
}

.no-paddingR {
	padding-right: 0 !important;
}

.no-paddingB {
	padding-bottom: 0 !important;
}

.no-paddingL {
	padding-left: 0 !important;
}

.b1 {
	border: 1px solid #eee;
}

.img_small {
	width: 55px !important;
	min-height: 55px;
}

.img_larget {
	width: 110px !important;
}

.w60 {
	width: 60px !important;
}

.w80 {
	width: 80px !important;
}

.w120 {
	width: 120px !important;
}

.w140 {
	width: 140px !important;
}

.w160 {
	width: 160px !important;
}
.w180 {
	width: 180px !important;
}
.w200 {
	width: 200px !important;
}

.w240 {
	width: 240px !important;
}

.w280 {
	width: 280px !important;
}

.w300 {
	width: 300px !important;
}

.w400 {
	width: 400px !important;
}

.inpw500 {
	width: 500px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb24 {
	margin-bottom: 24px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.hide {
	display: none !important;
}

.hornav .hide2 {
	display: none;
}

.rel,
.require {
	position: relative;
}

.require:before {
	content: '*';
	color: #ff1313;
	font-size: 12px;
	/*position: absolute;*/
	position: relative;
	left: -10px;
	top: 0;
}


/* 头部 */

.ui-header {
	height: 50px;
	line-height: 50px;
	background-color: #f9f9f9;
	border-bottom: 1px solid #ccc;
}

.ui-title {
	display: block;
	float: left;
	font-size: 16px;
	font-weight: bold;
	text-indent: 20px;
	color: #666;
}

.ui-close {
	display: block;
	width: 14px;
	height: 14px;
	background: url(../images/tips_close.png) no-repeat;
	text-indent: -9999px;
	float: right;
	margin-top: 17px;
	margin-right: 17px;
	cursor: pointer;
}


/* 表单 */

.ui-form {
	background-color: #fff;
	font-size: 12px;
}

.ui-form>ul>li {
	clear: both;
	line-height: 20px;
	padding: 3px 5px;
	/*zoom: 1;*/
	overflow: hidden;
	position: relative;
}


/*.ui-form > ul > li:after{
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}*/

.ui-form-name {
	display: block;
	height: 30px;
	line-height: 30px;
	float: left;
	color: #666;
	width: 80px;
	text-align: right;
	margin: 0 20px;
	position: relative;
}

.ui-form-name:after {
	content: ' ';
	display: block;
	width: 10px;
	height: 30px;
	background: url(../images/colon.gif) no-repeat center;
	color: #666;
	font-size: 12px;
	position: absolute;
	right: -18px;
	top: 0;
}

.ui-form-address {
	width: 390px;
	overflow: hidden;
}

.ui-form-address select {
	width: 99px;
}

.ui-form-address input {
	margin-top: 5px;
}

.ui-form-address~input[type="checkbox"] {
	position: absolute;
	top: 0px;
	left: 432px;
}

.ui-form-address~label {
	position: absolute;
	top: 7px;
	left: 447px;
}

.ui-form-add {
	width: 120px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.ui-form-con {
	float: left;
}

.ui-form-con>input[type="checkbox"],
.ui-form-con>input[type="radio"] {
	margin-top: 10px;
}

.ui-form-span {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	color: #333;
}

.ui-form-inp {
	height: 28px;
	line-height: 28px;
	text-indent: 8px;
	color: #333;
	outline: none;
	border: 1px solid #c4c4c4;
	margin-right: 5px;
	font-size: 12px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.treetable .ui-form-inp {
	border: 0;
	background: #fee;
}

.ui-form-norm {
	display: block;
	width: 28px;
	height: 28px;
	background: url(../images/icons/glyphicons-halflings.png) no-repeat;
	cursor: pointer;
	float: right;
	margin-left: 5px;
	border: 1px solid #ddd;
	border-radius: 14px;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.ui-form-norm-add {
	background-position: -400px -90px;
}

.ui-form-norm-del {
	background-position: -425px -90px;
	float: left;
}

.ui-form-inp:focus {
	border-color: #8cb3f1;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.ui-form-inp:disabled,
.ui-form-textarea:disabled {
	background-color: #eee;
}

.ui-tip {
	height: 24px;
	line-height: 24px;
	padding-left: 18px;
	display: none;
}

.ui-info .ui-tip {
	display: block;
	color: #fd9940;
	background: url(../images/tips_info.png) no-repeat left center;
}

.ui-error .ui-tip {
	display: block;
	color: #e4393c;
	background: url(../images/tips_error.png) no-repeat left center;
}

.ui-error .ui-form-inp {
	border-color: #fdb4a8;
}

.ui-form-select {
	height: 28px;
	line-height: 28px;
	border: 1px solid #ccc;
	min-width: 100px;
}

.ui-form-label {
	font-size: 13px;
	float: left;
	cursor: pointer;
	margin-right: 10px;
	line-height: 30px;
}

.ui-form-textarea {
	height: 80px;
	padding: 8px;
	border: 1px solid #ccc;
	font-size: 12px;
	/* resize: none; */
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.ui-form-textarea.w300 {
	width: 283px !important;
}

.ui-form-update {
	overflow: hidden;
	padding-bottom: 1px;
}

.ui-form-imglist {
	float: left;
	width: 440px;
}

.ui-form-imglist>li {
	float: left;
	margin: 0 5px 5px 0;
	border: 1px solid #dedede;
	position: relative;
	overflow: hidden;
	width: 100px;
	height: 100px;
	text-align: center;
	display: table;
}

.ui-form-imglist>li>em {
	position: absolute;
	display: block;
	width: 14px;
	height: 14px;
	right: 0;
	top: 0;
	background: url(../images/del.png) no-repeat;
	z-index: 1;
	cursor: pointer;
	display: none;
}

.ui-form-imglist>li>a {
	display: table-cell;
	vertical-align: middle;
}

.ui-form-imglist>li>img,
.ui-form-imglist>li>a>img {
	max-width: 100px;
	max-height: 100px;
}

.ui-form-imglist>li.ui-form-imglist-last {
	height: 103px;
	width: auto;
	border: none;
}

.ui-form-imglist>li.ui-form-imglist-last img {
	cursor: pointer;
	float: left;
	border: 1px solid #ddd;
}

.ui-form-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 14px;
	line-height: 14px;
	color: #fff;
	text-align: center;
	background-color: #03b378;
	z-index: 1;
	display: none;
}

.ui-form-update-btn {
	position: relative;
	float: left;
	width: 70px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 40px 0 0 5px;
	cursor: pointer;
	background-color: orange;
	color: #fff;
	border-radius: 3px;
}

.ui-form-update input[type="file"] {
	position: absolute;
	left: 0;
	top: 0;
	width: 70px;
	height: 30px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 1;
	font-size: 0;
	font-size: 20px\9;
}

.ui-form-link {
	float: right;
	padding: 0 5px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	margin-left: 5px;
	cursor: pointer;
	border-radius: 3px;
}


/* 表格 */

.ui-table {
	background-color: #fff;
	padding: 10px;
}

.ui-table table {
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	/*font-size: 14px;*/
}

.ui-table table th {
	text-align: left;
}

.ui-table table th,
.ui-table table td {
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	color: #333;
	line-height: 24px;
	padding: 5px;
	word-break: break-all;
	word-wrap: break-word;
}

.ui-table-log table td {
	max-width: 200px;
}

.ui-table-log table tr:hover {
	background-color: #f9f9f9;
}

.ui-table table td.ui-table-name {
	width: 100px;
	background-color: #f9f9f9;
	text-align: right;
	padding: 0 10px 0 0;
	color: #666;
	text-indent: 0;
	vertical-align: text-top;
}

.no-modal-footer .modal-footer {
	display: none;
}

.ui-table table td textarea {
	overflow: auto;
	background-attachment: fixed;
	background-repeat: no-repeat;
	border-style: solid;
	border-color: #FFFFFF;
	width: 100%;
	resize: initial;
}

.ui-table-img img {
	max-width: 110px;
	max-height: 110px;
	margin-right: 5px;
}

.ui-table table td>label {
	margin-right: 20px;
}


/* 底部 */

.ui-footer {
	padding: 12px 24px;
	border-top: 1px solid #ccc;
	background-color: #fff;
	text-align: right;
	overflow: hidden;
}

.ui-btn {
	display: inline-block;
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	padding: 0 18px;
	margin-left: 10px;
	color: #666;
	border: 1px solid #ccc;
	background-color: #f5f5f5;
	text-decoration: none;
	border-radius: 5px;
	cursor: pointer;
	float: right;
}

.ui-btn-blue {
	border-color: #3bbbc9;
	background-color: #3bbbc9;
	color: #fff;
}

.ui-btn:hover {
	background-color: #fff;
}

.ui-btn-blue:hover {
	border-color: #5c95ee;
	background-color: #5c95ee;
}


/***** 7. HEADER STYLES *****/


/****************************/

.header {
	background: #485b79 url(../images/default/headerbg.png);
	min-height: 50px;
	overflow: hidden;
	border-bottom: 5px solid #fb9337;
	-moz-box-shadow: inset 0 1px 0 #50627f;
	-webkit-box-shadow: inset 0 1px 0 #50627f;
	box-shadow: inset 0 1px 0 #50627f;
	position: relative;
}

.headermenu {
	overflow: hidden;
	list-style: none;
	border-right: 1px solid #576a85;
	display: inline-block;
}

.headermenu li {
	float: left;
	display: inline-block;
	border-left: 1px solid #576a85;
	border-right: 1px solid #394962;
}

.headermenu li:first-child {
	border-left: 0;
}

.headermenu li a {
	display: block;
	color: #fff;
	text-transform: uppercase;
	padding: 17px 10px;
}

.headermenu li a {
	min-width: 80px;
	text-align: center;
}

.headermenu li a span {
	opacity: 0.5;
}

.headermenu li a span.icon {
	height: 30px;
	display: block;
	margin-bottom: 10px;
}

.headermenu li a span.icon-flatscreen {
	background: url(../images/icons/flatscreen.white.png) no-repeat center center;
}

.headermenu li a span.icon-pencil {
	background: url(../images/icons/pencil.white.png) no-repeat center center;
}

.headermenu li a span.icon-speech {
	background: url(../images/icons/speech.white.png) no-repeat center center;
}

.headermenu li a span.icon-message {
	background: url(../images/icons/message.white.png) no-repeat center center;
}

.headermenu li a span.icon-chart {
	background: url(../images/icons/chart.white.png) no-repeat center center;
}

.headermenu li a:hover {
	background: url(../images/default/bghover.png) no-repeat center bottom;
	-moz-box-shadow: inset 0 1px 0 #4f627e;
	-webkit-box-shadow: inset 0 1px 0 #4f627e;
	box-shadow: inset 0 1px 0 #4f627e;
}

.headermenu li.current {
	border-left: 0;
	border-right: 1px solid #394962;
}

.headermenu li.current a {
	background: url(../images/default/arrow-active.png) no-repeat center bottom;
	-moz-box-shadow: inset 0 1px 0 #4f627e;
	-webkit-box-shadow: inset 0 1px 0 #4f627e;
	box-shadow: inset 0 1px 0 #4f627e;
}

.headermenu li.current a span {
	opacity: 1;
}

.headerwidget {
	position: absolute;
	top: 10px;
	right: 10px;
}

.headerwidget .earnings {
	background: #32415a;
	padding: 8px 10px;
	overflow: hidden;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	min-width: 200px;
	-moz-box-shadow: inset 1px 1px 2px #29374e;
	-webkit-box-shadow: inset 1px 1px 2px #29374e;
	box-shadow: inset 1px 1px 2px #29374e;
	border-bottom: 1px solid #516686;
}

.headerwidget .earnings h4 {
	font-weight: normal;
	text-transform: uppercase;
	color: #eee;
	font-size: 11px;
	margin-bottom: 8px;
}

.headerwidget .earnings h2 {
	color: #f6e4a5;
	font-size: 32px;
	font-weight: normal;
	margin-bottom: 8px;
}


/***** 8. PAGE HEADER STYLES *****/


/*********************************/

.pageheader {
	/*padding-top: 20px;*/
	height: 50px;
	line-height: 50px;
	position: relative;
	background-color: #f1f1f2;
}

.pageheader .pagetitle {
	margin: 0 10px;
	color: #485b79;
	font-weight: normal;
	font-size: 28px;
}

.pageheader .pagedesc {
	color: #666;
	margin: 0 10px;
}

.pageheader h1 {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	background: #FFF url(../images/icon-title.png) no-repeat;
	padding-left: 50px;
}

.pageheader h1.icon-index {
	background-position: 5px -150px;
}

.pageheader h1.icon-mysupplier {
	background-position: 5px -200px;
}

.pageheader h1.icon-myhospital {
	background-position: 5px -250px;
}

.pageheader h1.icon-supplier {
	background-position: 5px -300px;
}

.pageheader h1.icon-hospital {
	background-position: 5px -350px;
}

.pageheader h1.icon-product {
	background-position: 5px -400px;
}

.pageheader h1.icon-certificate {
	background-position: 5px -450px;
}

.pageheader h1.icon-purchase {
	background-position: 5px -500px;
}

.pageheader h1.icon-order {
	background-position: 5px -550px;
}

.pageheader h1.icon-logistic {
	background-position: 5px -600px;
}

.pageheader h1.icon-sales {
	background-position: 5px -650px;
}

.pageheader h1.icon-stock {
	background-position: 5px -700px;
}

.pageheader h1.icon-chart {
	background-position: 5px -750px
}

.notab {
	border-bottom: 1px solid #ddd;
	/*padding-bottom: 20px;*/
}


/***** 9. HORIZONTAL NAVIGATION STYLES *****/


/*******************************************/

.hornav {
	list-style: none;
	border-bottom: 1px solid #ccc;
	margin: 0 20px;
	height: 46px;
	line-height: 46px;
	margin-top: 10px;
	background-color: #FFF;
}

.hornav li {
	display: inline-block;
	float: left;
	/*margin-right: 5px;*/
}

.hornav li a {
	display: block;
	color: #666;
	text-transform: uppercase;
	font-size: 14px;
	padding: 0 20px;
	font-weight: bold;
	margin-top: -1px;
}

.hornav li a:hover,
.hornav li.current a {
	color: #3bbbc9;
	border-bottom: 2px solid #3bbbc9;
	text-decoration: none;
}

.editornav {
	list-style: none;
	margin-top: 15px;
	border-bottom: 1px solid #ccc;
	padding: 0 20px;
	height: 41px;
}

.editornav li {
	display: inline-block;
}

.editornav li a {
	display: block;
	padding: 10px 20px;
	background: #ccc;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
	border: 1px solid #ccc;
	border-bottom: 0;
	cursor: pointer;
}

.editornav li a:hover {
	background: #bbb;
	border-color: #aaa;
}

.editornav li.current a {
	background: #fff;
	color: #FB9337;
}

.editornav li.current a:hover {
	border-color: #ccc;
}


/***** 10. VERTICAL NAVIGATION STYLES *****/


/******************************************/

.vernav {
	width: 230px;
	position: absolute;
	left: 0;
	top: 160px;
}

.vernav ul {
	list-style: none;
	margin: 10px;
}

.vernav ul li {
	display: block;
	margin-bottom: 1px;
	position: relative;
}

.vernav ul li a {
	display: block;
	padding: 12px 10px;
	background: #f7f7f7;
	color: #32415a;
	text-transform: uppercase;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.vernav ul li a:hover {
	background-color: #32415A;
	color: #eee;
}

.vernav ul li.current a {
	background-color: #32415a;
	color: #fb9337;
}

.vernav ul ul {
	margin: 0;
	margin-left: 10px;
	display: none;
}

.vernav ul ul li a {
	color: #999;
	background: #fff url(../images/line.dashed.png) no-repeat -25px center;
	border-left: 1px dashed #ccc;
	padding-left: 10px;
}

.vernav ul ul li a:hover {
	background-color: #fff;
	color: #666;
}

.vernav ul li.current ul {
	display: block;
}

.vernav ul li.current ul li a {
	background-color: #fff;
	color: #999;
}

.vernav ul li.current ul li a:hover {
	color: #666;
}

.vernav ul li.current ul li.current a {
	color: #fb9337;
	background-color: #fff;
}

.vernav2 {
	width: 230px;
	position: absolute;
	left: 0;
	/* top: 159px; */
}

.vernav2 ul {
	list-style: none;
	margin: 0;
}

.vernav2 ul li {
	display: block;
	border-bottom: 1px solid #eee;
	position: relative;
}

.vernav2 ul li a {
	display: block;
	padding: 9px 10px;
	background: #fff;
	color: #32415a;
	text-transform: uppercase;
}

.vernav2 ul li a:hover {
	background-color: #fcfcfc;
}

.vernav2 ul li.current a {
	background-color: #f7f7f7;
	color: #fb9337;
}

.vernav2 ul ul {
	margin: 0;
	padding-left: 10px;
	border-top: 1px solid #eee;
	display: none;
}

.vernav2 ul ul li {
	border-bottom: 0;
}

.vernav2 ul ul li a {
	color: #999;
	background: #fff url(../images/line.dashed.png) no-repeat -25px center;
	border-left: 1px dashed #ccc;
	padding-left: 10px;
}

.vernav2 ul ul li a:hover {
	background-color: #fff;
	color: #666;
}

.vernav2 ul ul li:last-child {
	border-bottom: 0;
}

.vernav2 ul li.current ul {
	display: block;
}

.vernav2 ul li.current ul li a {
	background-color: #fff;
	color: #999;
}

.vernav2 ul li.current ul li a:hover {
	color: #666;
}

.vernav2 ul li.current ul li.current a {
	background-color: #fff;
	color: #fb9337;
}

.vernav ul li span.arrow,
.vernav2 ul li span.arrow {
	position: absolute;
	top: 17px;
	right: 10px;
	background: url(../images/default/menuarrow.png) no-repeat 0 0;
	width: 11px;
	height: 5px;
}

.vernav ul li.current span.arrow,
.vernav2 ul li.current span.arrow {
	background-position: 0 -5px;
}

.iconmenu ul li a {
	padding-left: 35px;
	background-image: url(../images/default/icons_sprite.png);
	background-repeat: no-repeat;
	background-position: 10px 12px;
}

.iconmenu ul li a:hover {
	background-image: url(../images/default/icons_sprite2.png);
}

.iconmenu ul li.current a:hover {
	background-image: url(../images/default/icons_sprite.png);
}

.iconmenu ul ul {
	padding-left: 25px;
}

.iconmenu ul li a.editor {
	background-position: 8px 10px;
}

.iconmenu ul li a.gallery {
	background-position: 8px -61px;
}

.iconmenu ul li a.elements {
	background-position: 8px -133px;
}

.iconmenu ul li a.widgets {
	background-position: 8px -205px;
}

.iconmenu ul li a.calendar {
	background-position: 8px -278px;
}

.iconmenu ul li a.support {
	background-position: 8px -349px;
}

.iconmenu ul li a.typo {
	background-position: 8px -421px;
}

.iconmenu ul li a.tables {
	background-position: 8px -493px;
}

.iconmenu ul li a.error {
	background-position: 8px -565px;
}

.iconmenu ul li a.addons {
	background-position: 8px -638px;
}

.iconmenu ul li a.inbox {
	background-position: 8px -708px;
}

.iconmenu ul li a.drafts {
	background-position: 8px -780px;
}

.iconmenu ul li a.sent {
	background-position: 8px -853px;
}

.iconmenu ul li a.trash {
	background-position: 8px -923px;
}

.iconmenu ul li.current a.editor {
	background-position: 8px -24px;
}

.iconmenu ul li.current a.gallery {
	background-position: 8px -97px;
}

.iconmenu ul li.current a.elements {
	background-position: 8px -169px;
}

.iconmenu ul li.current a.widgets {
	background-position: 8px -240px;
}

.iconmenu ul li.current a.calendar {
	background-position: 8px -314px;
}

.iconmenu ul li.current a.support {
	background-position: 8px -385px;
}

.iconmenu ul li.current a.typo {
	background-position: 8px -457px;
}

.iconmenu ul li.current a.tables {
	background-position: 8px -530px;
}

.iconmenu ul li.current a.error {
	background-position: 8px -601px;
}

.iconmenu ul li.current a.addons {
	background-position: 8px -674px;
}

.iconmenu ul li.current a.inbox {
	background-position: 8px -744px;
}

.iconmenu ul li.current a.drafts {
	background-position: 8px -816px;
}

.iconmenu ul li.current a.sent {
	background-position: 8px -889px;
}

.iconmenu ul li.current a.trash {
	background-position: 8px -959px;
}

.menucoll {
	width: 55px;
}

.menucoll ul li {
	height: 36px;
	position: relative;
	margin-bottom: 0;
}

.menucoll ul li span.arrow {
	display: none;
}

.menucoll>ul>li {
	margin-bottom: 1px;
}

.menucoll>ul>li>a {
	overflow: hidden;
	width: 0;
	height: 36px;
	padding: 0 0 0 35px;
}

.menucoll>ul>li.hover>a {
	background-color: #32415A;
	background-image: url(../images/default/icons_sprite2.png);
}

.menucoll>ul>li.current>a {
	background-image: url(../images/default/icons_sprite.png);
}

.menucoll ul ul {
	position: absolute;
	z-index: 200;
	top: 0;
	left: 24px;
	padding: 0;
	width: 200px;
	background: none;
	border: 1px solid #ccc;
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.1);
}

.menucoll ul ul li {
	display: block;
	border-bottom: 1px solid #eee;
	height: auto;
}

.menucoll ul ul li a {
	background-image: none;
	border-left: 0;
	height: auto;
	padding: 11px 10px 10px 10px;
}

.menucoll ul ul span {
	background: #f7f7f7;
	font-weight: bold;
	display: block;
	padding: 9px 10px 10px 10px;
	text-transform: uppercase;
}

.menucoll ul li.current ul {
	display: none;
}

.menucoll ul li.current ul span {
	background-color: #32415A;
	color: #FB9337;
}

.menucoll2 {
	width: 35px;
}

.menucoll2 ul li {
	height: 36px;
	position: relative;
}

.menucoll2 ul li span.arrow {
	display: none;
}

.menucoll2>ul>li>a {
	overflow: hidden;
	width: 0;
	height: 36px;
	padding: 0 0 0 35px;
}

.menucoll2>ul>li.hover>a {
	background-color: #f7f7f7;
	background-image: url(../images/default/icons_sprite2.png);
}

.menucoll2>ul>li.current>a {
	background-image: url(../images/default/icons_sprite.png);
}

.menucoll2 ul ul {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 35px;
	padding: 0;
	width: 200px;
	background: none;
	border: 1px solid #ccc;
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.1);
}

.menucoll2 ul ul li {
	display: block;
	border-bottom: 1px solid #eee;
	height: auto;
}

.menucoll2 ul ul li a {
	background-image: none;
	border-left: 0;
	height: auto;
	padding: 11px 10px 10px 10px;
}

.menucoll2 ul ul span {
	background: #f7f7f7;
	font-weight: bold;
	display: block;
	padding: 9px 10px 10px 10px;
	text-transform: uppercase;
}

.menucoll2 ul li.current ul {
	display: none;
}

.menucoll2 ul li.current ul span {
	color: #FB9337;
}

.togglemenu {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	display: block;
	height: 21px;
	cursor: pointer;
	background: url(../images/menucollapsed.png) no-repeat center 0;
	margin: 10px;
}

.togglemenu_collapsed {
	background-position: center -21px;
	margin: 10px 5px;
	border-width: 0;
}

.vernav .togglemenu {
	margin: 10px;
}

.vernav .togglemenu_collapsed {
	width: 35px;
	margin: 10px auto;
	border-width: 1px;
}


/***** 11. CENTER CONTENT STYLES *****/


/*************************************/

.oper_add {
	position: relative;
	float: right;
	padding: 0px 5px;
	background: #3b6b91;
	color: #FFF;
	top: -40px;
	/* top: -65px; */
	right: 10px;
	border-radius: 3px;
}

.centercontent {
	margin-left: 160px;
	background-color: #eee;
	overflow: auto;
	position: absolute;
	top: 50px;
	bottom: 0;
	left: 0;
	right: 0;
}

.centercontent .pagetitle {
	margin: 0 20px 10px 20px;
}

.centercontent .pagedesc {
	margin: 0 20px;
}

.centercontent .hornav {
	/*padding: 0 20px;*/
}

.withmenucoll .centercontent {
	margin-left: 56px;
}

.withmenucoll2 .centercontent {
	margin-left: 36px;
}


/***** 12. MAIN CONTENT STYLES *****/


/***********************************/

.elements {
	border: 1px solid #ccc;
	background-color: #fff;
}

.contentwrapper {
	margin: 10px;
	min-height: 320px;
}

.contentwrapper p {
	margin: 20px 0;
}

.withrightpanel {
	margin-right: 260px;
}

.subcontent {
	position: relative;
}

.contenttitle {
	background: #3bbcc9;
	color: #fff;
	text-transform: uppercase;
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	padding: 0 8px
}

.contenttitle h4 {
	padding: 12px 10px;
	font-size: 14px;
}

.contenttitle2 {
	/*margin: 20px 0;
	border-bottom: 2px solid #FB9337;
	padding-bottom: 5px;
	padding-right: 20px;
	display: inline-block;
	width: 100%;*/
}

.contenttitle2 h3 {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #485b79;
	line-height: 30px;
}


/***** 13. DASHBOARD STYLES *****/


/***** 14. FILE MANAGER STYLES *****/

.menuright {
	list-style: none;
}

.menuright li {
	display: block;
	margin-bottom: 1px;
}

.menuright li a {
	display: block;
	padding: 8px 10px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-weight: bold;
}

.menuright li a:hover {
	background: #eee;
}

.menuright li.current a {
	background: #999;
	color: #fff;
}

.listfile {
	list-style: none;
}

.listfile li {
	display: inline-block;
	margin: 5px 10px 5px 0;
}

.listfile li a {
	display: block;
	border: 1px solid #eee;
	padding: 10px;
}

.listfile li a:hover {
	cursor: pointer;
	border-color: #ddd;
}

.listfile li a span.filename {
	display: block;
	margin-top: 5px;
	font-size: 11px;
	text-align: center;
}

.listfile li.selected a {
	border-color: #fb9337;
	background: #fff4eb;
}


/***** 15. RIGHT PANEL STYLES *****/


/**********************************/

.rightpanel {
	width: 250px;
	position: absolute;
	top: 85px;
	right: 10px;
}

.rightpanelinner {}

.widgetbox {
	margin-top: 20px;
}

.widgetbox .title {
	/*padding: 0 20px 5px 0;
	margin: 20px 0;
	display: inline-block;
	border-bottom: 2px solid #FB9337;*/
	/*height: 48px;
	line-height: 48px;*/
	display: inline-block;
	/*border: 1px solid #ccc;*/
	border-bottom: 1px solid #ccc;
	display: block;
	font-size: 15px;
	color: #666;
	text-indent: 1em;
}

.widgetbox:first-child .title {
	/*margin-top: 0;*/
}

.widgetbox .title h4 {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}


/***** 16. WIDGET BOX STYLES *****/


/*********************************/

.widgetbox {}

.widgetbox .title {
	/*margin: 20px 0;*/
}

.widgetbox .title h3 {
	font-size: 14px;
	color: #52708a;
	/*font-weight: normal;*/
	font-weight: bold;
	text-transform: uppercase;
	background-color: #fff;
}

.widgetbox .widgetcontent {
	line-height: 21px;
}

.widgetbox .widgetcontent .chart {
	background: #fff;
	padding: 10px;
	border: 1px solid #ccc;
	border-top: none;
}

.widgetcontent ul.linklist {
	list-style: none;
}

.widgetcontent ul.linklist li {
	border-bottom: 1px dotted #ddd;
	padding: 1px 0;
}

.widgetcontent ul.linklist li a {
	display: block;
	padding: 2px 5px;
	color: #666;
}

.widgetcontent ul.linklist li a:hover {
	background: #f7f7f7;
	text-decoration: none;
}

.widgetbox .titlehover h2 span {
	background: #333 url(../images/icons/arrow.png) no-repeat right;
}

.widgetbox .widgettoggle {
	overflow: hidden;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.widgetbox .listthumb {
	list-style: none;
	margin: 0;
}

.widgetbox .listthumb li {
	padding: 0;
	margin: 8px 0;
}

.widgetbox .listthumb img {
	vertical-align: middle;
}

.widgetbox .thumb {
	list-style: none;
	margin: 0;
}

.widgetbox .thumb li {
	display: inline-block;
	padding: 0;
	margin-right: 5px;
}

.widgetbox .widgetoptions {
	padding: 10px;
	border: 1px solid #ddd;
	border-bottom: 0;
	background: #f7f7f7;
	position: relative;
	-moz-box-shadow: inset 0 1px 0 #fff;
	-webkit-box-shadow: inset 0 1px 0 #fff;
	box-shadow: inset 0 1px 0 #fff;
}

.widgetbox .widgetoptions a {
	padding: 5px 15px;
	display: inline-block;
	border: 1px solid #ccc;
	background: #fff;
	font-weight: bold;
	font-size: 11px;
	color: #333;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 #fff;
	line-height: 21px;
}

.widgetbox .widgetoptions a:hover {
	border: 1px solid #bbb;
	background-color: #f7f7f7;
	-moz-box-shadow: inset 0 1px 0 #fff;
	-webkit-box-shadow: inset 0 1px 0 #fff;
	box-shadow: inset 0 1px 0 #fff;
}

.widgetbox .widgetoptions .right {
	float: right;
}

.contentwrapper .widgetbox {
	margin-bottom: 15px;
	margin-top: 0;
}

.userlistwidget {
	border: 1px solid #ddd;
}

.userlistwidget ul {
	list-style: none;
}

.userlistwidget ul li {
	font-size: 11px;
	line-height: 18px;
	border-bottom: 1px dashed #ddd;
	padding: 10px;
}

.userlistwidget ul li:last-child {
	border-bottom: 0;
}

.userlistwidget ul li .avatar {
	float: left;
	margin-right: 10px;
	padding: 2px;
	border: 1px solid #eee;
}

.userlistwidget ul li a {
	font-weight: bold;
}

.userlistwidget .more {
	display: block;
	text-align: center;
	background: #eee;
	color: #069;
	padding: 5px 0;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	border-top: 1px solid #ddd;
}

.userlistwidget .more:hover {
	text-decoration: none;
	background: #e7e7e7;
}


/***** RECENT ACTIVITY *****/

.recent_list {
	list-style: none;
	font-size: 11px;
	line-height: 16px;
}

.recent_list li {
	display: block;
	background-color: #eee;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	border: 1px solid #ddd;
	border-top: 0;
}

.recent_list li:first-child {
	border-top: 1px solid #ddd;
}

.recent_list li.message {
	background-image: url(../images/icons/mail.png);
}

.recent_list li.user {
	background-image: url(../images/icons/users.png);
}

.recent_list li.call {
	background-image: url(../images/icons/call.png);
}

.recent_list li.calendar {
	background-image: url(../images/icons/calendar.png);
}

.recent_list li.settings {
	background-image: url(../images/icons/settings.png);
}

.recent_list li.new {
	background-color: #fff;
}

.recent_list li .msg {
	margin-left: 35px;
	background: #f7f7f7;
	padding: 8px 10px;
	border-left: 1px solid #ddd;
}

.recent_list li.new .msg {
	background: #fff;
}

.recent_list li a.subject {
	margin: 2px 0;
	color: #333;
	font-weight: bold;
	display: block;
}

.recent_list li a.subject:hover {
	text-decoration: none;
	color: #666;
}

.msgmore a {
	display: block;
	text-align: center;
	color: #069;
	background: #eee;
	border: 1px solid #ddd;
	padding: 5px 0;
	margin-top: 5px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.msgmore a:hover {
	text-decoration: none;
	background: #bbb;
	color: #333;
}


/***** 17. CONTENT SLIDER STYLES *****/


/*************************************/

.bx-wrapper {
	border: 1px solid #ddd;
	width: auto !important;
	line-height: 21px;
	overflow: hidden;
}

.slide_wrap {
	padding: 20px 50px;
	min-height: 60px;
}

.bx-prev {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 100%;
	opacity: 0.6;
	vertical-align: middle;
	background: #eee url(../images/prev.png) no-repeat center center;
	border-right: 1px solid #ddd;
}

.bx-next {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 100%;
	opacity: 0.6;
	vertical-align: middle;
	background: #eee url(../images/next.png) no-repeat center center;
	border-left: 1px solid #ddd;
}

.bx-prev:hover,
.bx-next:hover {
	opacity: 1;
}

.slide_img {
	float: left;
}

.slide_content {
	margin-left: 120px;
}

.slide_content h4 {
	font-size: 18px;
	font-weight: normal;
}

.slide_content h4 a {
	color: #FB9337;
}

.slide_content h4 a:hover {
	color: #485B79;
}

.slide_content p {
	margin: 10px 0;
}


/***** 18. CALENDAR STYLES *****/


/*******************************/

#external-events p {
	font-size: 11px;
}

.external-event {
	background: #FB9337;
	color: #fff;
	padding: 8px 10px;
	margin-bottom: 5px;
	font-weight: bold;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor: move;
}

.fc-header-left span.fc-state-active {
	background: #eee;
	color: #FB9337;
	border: 1px solid #ccc;
}

.fc-header-title {
	text-transform: uppercase;
	padding: 5px 10px;
	border-bottom: 2px solid #FB9337;
}

.fc-header-title h2 {
	font-size: 18px;
}

.fc-button-prev:hover,
.fc-button-next:hover {
	background: #eee;
	color: #FB9337;
	border-color: #ccc;
}

.fc-button-today:hover {
	color: #FB9337;
	background: #eee;
	border-color: #ccc;
}

input.hasDatepicker {
	background-image: url(../images/icons/calendar.png) !important;
	background-repeat: no-repeat !important;
	background-position: 5px 7px !important;
	padding-left: 27px !important;
	width: 337px;
}


/***** 19. STANDARD TABLES STYLES *****/


/**************************************/

table {
	font-size: 12px;
}

.stdtable {
	width: 100%;
	padding: 0 20px;
}

.stdtable .con0 {
	background: #fff;
}

.stdtable .con1 {
	/* background: #fcfcfc; */
	background: #fff;
}

.stdtable th,
.stdtable td {
	line-height: 21px;
	vertical-align: middle;
	/* color: #333; */
}

.stdtable th {
	line-height: 38px;
	color: #666;
	border-top: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
}

.stdtable th:first-child {
	border-left: 1px solid #e1e1e1;
}

.stdtable thead th,
.stdtable thead td {
	border-left: 0;
	text-align: left;
	/*border-top: none;*/
	background-color: #f1f1f2;
	text-indent: 5px;
}

.stdtable thead th.center,
.stdtable thead td.center {
	text-indent: 0;
}

.stdtable tfoot th,
.stdtable tfoot td {
	padding: 7px 10px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: left;
}

.stdtable thead th:first-child,
.stdtable tfoot th:first-child,
.stdtable thead td:first-child,
.stdtable tfoot td:first-child {
	/*border-left: 1px solid #ccc;*/
}

.stdtable thead th:last-child,
.stdtable tfoot th:last-child,
.stdtable thead td:last-child,
.stdtable tfoot td:last-child {
	/*border-right: 1px solid #ccc;*/
}

.stdtable thead th.head0,
.stdtable tfoot th.head0,
.stdtable thead td.head0,
.stdtable tfoot td.head0 {
	/*background-color: #fcfcfc;*/
}

.stdtable thead th.head1,
.stdtable tfoot th.head1,
.stdtable thead td.head1,
.stdtable tfoot td.head1 {
	/*background-color: #f7f7f7;*/
}

.stdtable thead th.sorting,
.stdtable thead td.sorting {
	background-image: url(../images/sort_both.png);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}

.stdtable thead th.sorting_asc,
.stdtable thead td.sorting_asc {
	background-image: url(../images/sort_asc.png);
	background-repeat: no-repeat;
	background-position: right 15px;
	cursor: pointer;
}

.stdtable thead th.sorting_desc,
.stdtable thead td.sorting_desc {
	background-image: url(../images/sort_desc.png);
	background-repeat: no-repeat;
	background-position: right 15px;
	cursor: pointer;
}

.stdtable thead th.nosort {
	background-image: none !important;
}

.stdtable thead td {
	font-weight: bold;
}

.stdtable thead td.center {
	text-align: center;
}

.stdtable tbody tr:hover {
	background-color: #f7f7f7;
}

.stdtable tbody tr td {
	padding: 5px;
	border-bottom: 1px solid #eee;
	max-width: 220px;
	border-right: 1px solid #f0f0f0;
	/* color: #666; */
	word-break: break-all;
}

.stdtable tbody tr td:first-child {
	border-left: 1px solid #f0f0f0;
}

.stdtable tbody tr td a {
	color: #00a2b3;
	/* padding: 0 4px; */
}

.stdtable tbody tr td a:hover {
	color: #b38900;
	text-decoration: underline;
}

.stdtable tbody tr:last-child td {
	/*border-bottom: 1px solid #ccc;*/
}

.stdtable tbody tr td:first-child {
	/*border-left: 1px solid #ccc;*/
}

.stdtable tbody tr td:last-child {
	/*border-right: 1px solid #ccc;*/
}

.stdtable tbody tr.togglerow td {
	background: #fff;
	padding: 15px;
}

.stdtable tbody tr.togglerow:hover td {
	background: #fff;
}

.stdtable tbody tr.hiderow {
	display: none;
}

.stdtable .actions {
	text-align: center;
}

.stdtable .actions a {
	display: inline-block;
	margin-left: 5px;
	border-left: 1px solid #ccc;
	padding-left: 5px;
}

.stdtable .actions a:first-child {
	border-left: 0;
	margin-left: 0;
}

.stdtable .actions a:hover {
	color: #FB9337;
}

.stdtable a.title {
	font-weight: bold;
	color: #32415a;
}

.stdtable a.title:hover {
	color: #fb9337;
}

.tableoptions {
	background: #fff;
	padding: 15px 20px 12px;
}

.tableoptions input {
	background: #fff;
	font-size: 12px;
	color: #666;
	/*padding: 7px 10px;*/
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
	border: 1px solid #c4c4c4;
	margin: 0;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.tableoptions input:focus {
	border-color: #8cb3f1;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.tableoptions button {
	background: #30b3c1;
	font-size: 12px;
	color: #fff;
	padding: 0 10px;
	height: 24px;
	border: 1px solid #30b3c1;
	margin: 0;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 3px;
	margin-right: 3px;
}

.tableoptions button:hover {
	background: #3bbbc9;
	border-color: #3bbbc9;
	cursor: pointer;
}

.tableoptions button.btn_export,
.tableoptions button.btn_reset {
	display: inline-block;
	font-size: 12px;
	color: #666;
	margin: 0;
	border: 1px solid #ccc;
	background-color: #f5f5f5;
	text-decoration: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 3px;
	outline: none;
}

.tableoptions button.btn_export:hover,
.tableoptions button.btn_reset:hover {
	background-color: #fff;
	cursor: pointer;
}

.tableoptions select,
.modal select {
	background: #fff;
	height: 28px;
	text-indent: 5px;
	border: 1px solid #ccc;
	margin: 0;
	outline: none;
	color: #666;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.dataTables_wrapper {
	position: relative;
}

.dataTables_length {
	background: #fcfcfc;
	border: 1px solid #ddd;
	border-bottom: 0;
	padding: 8px;
}

.dataTables_paginate {
	background: #fcfcfc;
	border: 1px solid #ddd;
	border-top: 0;
	padding: 8px;
}

.dataTables_length,
.dataTables_paginate {
	-moz-box-shadow: inset 0 1px 0 #fff;
	-webkit-box-shadow: inset 0 1px 0 #fff;
	box-shadow: inset 0 1px 0 #fff;
}

.dataTables_wrapper select {
	background: #fff;
	padding: 5px;
	border: 1px solid #bbb;
	margin: 0;
	outline: none;
	font-size: 11px;
	color: #666;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin: 0 5px;
}

.dataTables_wrapper input {
	border: 1px solid #ddd;
	padding: 7px 5px 8px 5px;
	width: 200px;
	background: #fff;
}

.dataTables_filter {
	position: absolute;
	top: 7px;
	right: 8px;
}

.dataTables_info {
	position: absolute;
	bottom: 13px;
	left: 8px;
}

.dataTables_paginate {
	text-align: right;
	line-height: 16px;
}

.dataTables_paginate span {
	display: inline-block;
}

.dataTables_paginate .paginate_button {
	border: 1px solid #ccc;
	padding: 5px 7px;
	margin-left: 5px;
	font-weight: bold;
	background: #fcfcfc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-size: 11px;
	-moz-box-shadow: 1px 1px 2px #ddd;
	-webkit-box-shadow: 1px 1px 2px #ddd;
	box-shadow: 1px 1px 2px #ddd;
}

.dataTables_paginate .paginate_active {
	border: 1px solid #F0882C;
	background: #F0882C;
	color: #fff;
	padding: 5px 7px;
	margin-left: 5px;
	font-weight: bold;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-size: 11px;
}

.dataTables_paginate .paginate_button:hover {
	background: #ddd;
	border: 1px solid #ccc;
	cursor: pointer;
	color: #333;
}


/*****   MODAL *****/

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-moz-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}

.fade.in {
	opacity: 1
}

.collapse {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	-moz-transition: height .35s ease;
	-o-transition: height .35s ease;
	transition: height .35s ease
}

.collapse.in {
	height: auto
}

.close {
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	filter: alpha(opacity=20)
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .4;
	filter: alpha(opacity=40)
}

button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0
}

.modal-backdrop,
.modal-backdrop.fade.in {
	opacity: .6;
	filter: alpha(opacity=60)
}

.modal-300 {
	width: 300px;
	margin-left: -155px;
}

.modal-400 {
	width: 400px;
	margin-left: -205px;
}

.modal-500 {
	width: 500px;
	margin-left: -255px;
}

.modal-600 {
	width: 600px;
	margin-left: -305px;
}

.modal-700 {
	width: 700px;
	margin-left: -355px;
}

.modal-800 {
	width: 800px;
	margin-left: -405px;
}

.modal-900 {
	width: 900px;
	margin-left: -455px;
}

.modal-1000 {
	width: 1000px;
	margin-left: -505px;
}

.modal {
	position: fixed;
	z-index: 1050;
	background-color: #fff;
	border: 5px solid #c2c2c2;
}

.modal.fade {
	/*-webkit-transition: opacity 0.1s linear, top 0.1s ease-out;
	-moz-transition: opacity 0.1s linear, top 0.1s ease-out;
	-o-transition: opacity 0.1s linear, top 0.1s ease-out;
	transition: opacity 0.1s linear, top 0.1s ease-out;*/
}

.modal.fade.in {
	/*top: 12%;*/
}

.modal-center {
	top: 18%;
	left: 50%;
	width: 420px;
	margin-left: -210px;
}

.modal-center.fade {
	-webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, top 0.3s ease-out;
	-o-transition: opacity 0.3s linear, top 0.3s ease-out;
	transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal-center.fade.in {
	top: 12%;
	left: 50%;
	width: 420px;
	margin-left: -210px;
}

.modal-right {
	top: 12%;
	right: -100px;
	max-height: 100%;
	width: 620px;
	margin-left: -310px;
}

.modal-right.fade {
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal-right.fade.in {
	top: 12%;
	right: 0;
	max-height: 100%;
	width: 620px;
	margin-left: -310px;
}

.modal-header {
	padding: 9px 15px;
	border-bottom: 1px solid #eee;
	background-color: #f9f9f9;
}

.modal-header .close {
	margin-top: 2px
}

.modal-header h3 {
	margin: 0;
	line-height: 30px
}

.modal-body {
	position: relative;
	max-height: 400px;
	padding: 15px;
	overflow-y: auto
}

.modal-info,
.modal-success,
.modal-error {
	top: 12%;
	left: 50%;
	width: 420px;
	margin-left: -210px;
	z-index: 2052;
}

.modal-info .modal-header,
.modal-success .modal-header,
.modal-error .modal-header {
	background-color: #f9f9f9;
}

.modal-info .modal-title,
.modal-success .modal-title,
.modal-error .modal-title {
	font-size: 16px;
	font-weight: bold;
}

.modal-info .modal-body,
.modal-success .modal-body,
.modal-error .modal-body {
	padding-left: 50px;
	margin: 0 15px;
	min-height: 30px;
	line-height: 28px;
	color: #333;
	word-break: break-all;
}

.modal-info .modal-body {
	background: url(../images/modal-info.png) no-repeat left center;
}

.modal-success .modal-body {
	background: url(../images/modal-success.png) no-repeat left center;
}

.modal-error .modal-body {
	background: url(../images/modal-error.png) no-repeat left center;
}

.modal-form {
	margin-bottom: 0
}

.modal-footer {
	padding: 12px 15px;
	margin-bottom: 0;
	text-align: right;
	border-top: 1px solid #ddd;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 #fff;
	-moz-box-shadow: inset 0 1px 0 #fff;
	box-shadow: inset 0 1px 0 #fff
}

.modal-footer:before,
.modal-footer:after {
	display: table;
	line-height: 0;
	content: ""
}

.modal-footer:after {
	clear: both
}

.modal-footer .btn {
	display: inline-block;
	font-size: 12px;
	height: 28px;
	line-height: 28px;
	padding: 0 18px;
	margin-left: 10px;
	color: #666;
	border: 1px solid #ccc;
	background-color: #f5f5f5;
	text-decoration: none;
	border-radius: 5px;
	cursor: pointer;
	float: right;
}

.modal-footer .btn:hover {
	background-color: #fff;
}

.modal-footer .btn-primary {
	border-color: #3bbbc9;
	background-color: #3bbbc9;
	color: #fff;
}

.modal-footer .btn-primary:hover {
	border-color: #139fad;
	background-color: #139fad;
}


/*.modal-footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px
}*/

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0
}


/***** 24. PAGINATION STYLE *****/

.pagination {
	text-align: right;
	padding: 20px 20px;
	line-height: 27px;
	height: 27px;
	background: #fff;
}

.pagination span {
	font-size: 12px;
	display: block;
	float: left;
}

.pagination ul {
	display: inline-block;
}

.pagination li {
	display: inline-block;
	float: left;
	margin-right: 3px;
	overflow: hidden;
}

.pagination ul>li>a,
.pagination ul>li>span {
	float: left;
	padding: 0px 10px;
	text-decoration: none;
	border: 1px solid #c4c4c4;
	border-radius: 2px;
	color: #333;
	font-size: 12px;
}

.pagination ul>li>span.active {
	background-color: #30b3c1;
	color: #fff;
	font-weight: bold;
}

.pagination li a:hover {
	cursor: pointer;
	text-decoration: none;
	background: #3bbbc9;
	color: #fff;
}

.pagination input#pageNo {
	width: 34px;
	height: 28px;
	font-size: 12px;
	line-height: 28px;
	padding: 0;
	margin: 0;
	text-align: center;
	border-radius: 5px 0 0 5px;
	float: left;
	border: 1px solid #ccc;
	color: #666;
}

.pagination .opt_go {
	width: 28px;
	height: 28px;
	float: left;
	line-height: 28px;
	border: 1px solid #ccc;
	font-size: 12px;
	text-align: center;
	border-left: none;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
}


/***** 30. BUTTONS & ICONS STYLES *****/

.anchorbutton {
	padding: 8px 10px;
	border: 1px solid #ddd;
	background: #f7f7f7;
	display: inline-block;
	font-weight: bold;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.buttonlist {
	list-style: none;
}

.buttonlist li {
	display: inline-block;
	margin-bottom: 15px;
	margin-right: 10px;
}

a.btn {
	display: inline-block;
	border: 1px solid #ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-image: url(../images/icons/sprites.png);
	background-color: #f7f7f7;
	-moz-box-shadow: inset 0 1px 0 #fff;
	-webkit-box-shadow: inset 0 1px 0 #fff;
	box-shadow: inset 0 1px 0 #fff;
	color: #666;
}

a.btn:hover {
	text-decoration: none;
	color: #333;
	border: 1px solid #bbb;
}

a.btn span {
	padding: 5px 10px;
	margin-left: 25px;
	display: block;
	background: #f7f7f7;
	-moz-box-shadow: inset 0 1px 0 #fff;
	-webkit-box-shadow: inset 0 1px 0 #fff;
	box-shadow: inset 0 1px 0 #fff;
}

a.btn2 {
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

a.btn2 span {
	-moz-border-radius: 0 50px 50px 0;
	-webkit-border-radius: 0 50px 50px 0;
	border-radius: 0 50px 50px 0;
	padding-right: 15px;
}

a.btn3 {
	width: 34px;
	height: 32px;
}

a.btn4 {
	width: 34px;
	height: 32px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

.stdbtn {
	font-weight: bold;
	padding: 7px 10px;
	border: 1px solid #ccc;
	background: #eee url(../images/buttons.png) repeat-x top left;
	color: #333;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	opacity: 0.8;
}

.stdbtn:hover {
	text-decoration: none;
	opacity: 1;
}

.btn_yellow {
	background-position: 0 -38px;
	border-color: #ebb205;
	color: #ae510d;
}

.btn_blue {
	background-position: 0 -76px;
	border-color: #0282ce;
	color: #fff;
}

.btn_black {
	background-position: 0 -114px;
	border-color: #222;
	color: #fff;
}

.btn_lime {
	background-position: 0 -152px;
	border-color: #59bf04;
	color: #367501;
}

.btn_orange {
	background-position: 0 -190px;
	border-color: #cd7a03;
	color: #6e3c17;
}

.btn_red {
	background-position: 0 -228px;
	border-color: #a31314;
	color: #fff;
}

.stdbtn:active {
	background: #eee;
}

.btn_yellow:active {
	background: #ffde06;
}

.btn_blue:active {
	background: #0591e5;
}

.btn_black:active {
	background: #333333;
}

.btn_lime:active {
	background: #6adc0b;
}

.btn_orange:active {
	background: #ff9702;
}

.btn_red:active {
	background: #eb2f30;
}


/***** CUSTOM COLOR *****/

a.btn_orange {
	background-image: url(../images/icons/sprites.white.png);
	background-color: #FB9337;
	color: #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #F0882C;
	opacity: 0.9;
}

a.btn_orange span {
	background-color: #FB9337;
	border-left: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

a.btn_orange:hover {
	opacity: 1;
	color: #fff;
	border-color: #F0882C;
}

a.btn_blue {
	background-image: url(../images/icons/sprites.white.png);
	background-color: #0f91f5;
	color: #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #0976c9;
	opacity: 0.9;
}

a.btn_blue span {
	background-color: #0f91f5;
	border-left: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

a.btn_blue:hover {
	opacity: 1;
	color: #fff;
	border-color: #0976c9;
}

a.btn_black {
	background-image: url(../images/icons/sprites.white.png);
	background-color: #333;
	color: #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #222;
	opacity: 0.9;
}

a.btn_black span {
	background-color: #333;
	border-left: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

a.btn_black:hover {
	opacity: 1;
	color: #fff;
	border-color: #222;
}

a.btn_yellow {
	background-color: #fee74d;
	color: #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #ebb205;
	opacity: 0.9;
}

a.btn_yellow span {
	background-color: #fee74d;
	border-left: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

a.btn_yellow:hover {
	opacity: 1;
	color: #fff;
	border-color: #ebb205;
}


/***** 31. TYPOGRAPHY STYLES *****/

blockquote {
	font-size: 16px;
	background: url(../images/quote.png) no-repeat 0 0;
	font-style: italic;
	line-height: 24px;
	padding-left: 30px;
	margin: 10px 0;
}

blockquote.alignleft {
	width: 300px;
	float: left;
	margin: 10px 10px 5px 0;
}

blockquote.alignright {
	width: 300px;
	float: right;
	margin: 10px 0 5px 10px;
	text-align: left;
}


/***** 32. NEWS FEED STYLES *****/

.statusbox {
	border: 1px solid #ddd;
	padding: 15px;
	overflow: hidden;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #fcfcfc;
}

.status_thumb {
	float: left;
	padding: 5px;
	border: 1px solid #ddd;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	vertical-align: middle;
	background: #fff;
	-moz-box-shadow: 0 1px 0 #ddd;
	-webkit-box-shadow: 0 1px 0 #ddd;
	box-shadow: 0 1px 0 #ddd;
}

.status_content {
	margin-left: 85px;
	padding-right: 20px;
}

.status_content textarea {
	background: #fff;
	display: block;
	width: 100%;
	border: 1px solid #ddd;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 10px;
	color: #666;
	min-height: 47px
}

.statusbox .photoupload {
	float: left;
	margin-left: 82px;
}

.statusbox .submit {
	margin-top: 10px;
	text-align: right;
}

blockquote.bq2 {
	background: #fcfcfc url(../images/quote.png) no-repeat 10px 10px;
	padding: 10px 35px;
	font-size: 14px;
	position: relative;
	border: 1px solid #ddd;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin: 40px 0 20px 0;
}

.edit_status {
	display: inline-block;
	background: url(../images/icons/sprites.png) no-repeat -162px -269px;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 5px;
	right: 5px;
	opacity: 0.8;
	display: none;
}

.edit_status:hover {
	opacity: 1;
	cursor: pointer;
}

.dropdown {
	position: relative;
}

.dropdown ul {
	display: none;
}

.dropdown .dropdown_label {
	padding-right: 30px;
}

.dropdown span.arrow {
	position: absolute;
	top: 12px;
	right: 10px;
	background: url(../images/default/menuarrow.png) no-repeat 0 0;
	width: 11px;
	height: 5px;
	display: block;
}

.dropdown ul {
	position: absolute;
	min-width: 150px;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 100;
	border: 1px solid #ddd;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
}

.dropdown ul li {
	display: block;
	float: none;
}

.dropdown ul li a {
	border: 0;
	border-bottom: 1px solid #ddd;
	background: none;
	display: block;
}

.dropdown ul li a:hover {
	background: #f9f9f9;
	border-color: #ddd;
	color: #FB9337;
}

.dropdown ul li:last-child a {
	border-bottom: 0;
}

.alignright {
	text-align: right;
}

.aligncenter {
	text-align: center !important;
}

.radius2 {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.nopadding {
	padding: 0;
}

.padding10 {
	padding: 10px;
}

.width100,
form input.width100 {
	width: 100px;
}

.width50,
form input.width50 {
	width: 50px;
}

.clearall {
	clear: both;
	display: block;
	overflow: hidden;
}

.nomargin {
	margin: 0;
}

.marginleft5 {
	margin-left: 5px;
}

.marginleft10 {
	margin-left: 10px;
}

.marginleft20 {
	margin-left: 20px;
}

.margin20 {
	margin: 20px;
}

.margin1020 {
	margin: 10px 20px;
}

.marginbottom0 {
	margin-bottom: 0;
}

.nomargintop {
	margin-top: 0;
}

.lineheight21 {
	line-height: 21px;
}

.floatright {
	float: right;
}

.noradiusright,
form input.noradiusright {
	-moz-border-radius: 2px 0 0 2px;
	-webkit-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;
}


/***** 39. GALLERY STYLES *****/

.gallerywrapper {
	padding: 20px;
}

.imagelist {
	list-style: none;
}

.imagelist li {
	float: left;
	padding: 5px;
	margin: 0 20px 20px 0;
	background: #fff;
	border: 1px solid #ddd;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.imagelist li:hover {
	border-color: #ccc;
}

.imagelist li img {
	display: block;
	margin-bottom: 10px;
	width: 230px;
}

.imagelist li span {
	display: block;
	text-align: right;
}

.imagelist li span a {
	vertical-align: middle;
}

.imagelist li span a.name {
	font-weight: bold;
	float: left;
	color: #999;
}

.imagelist li span a.name:hover {
	color: #333;
	text-decoration: none;
}

.imagelist li span a.edit,
.imagelist li span a.view,
.imagelist li span a.delete {
	display: inline-block;
	width: 16px;
	height: 16px;
	cursor: pointer;
	margin-left: 5px;
	vertical-align: middle;
	opacity: 0.5;
}

.imagelist li span a.edit:hover,
.imagelist li span a.view:hover,
.imagelist li span a.delete:hover {
	opacity: 1;
}

.imagelist li span a.edit {
	background: url(../images/icons/editor.png);
}

.imagelist li span a.view {
	background: url(../images/icons/glass.png);
}

.imagelist li span a.delete {
	background: url(../images/icons/trash.png);
}

.photoEdit {
	width: 480px;
}

.photoEdit h3 {
	font-size: 18px;
}

.notifyMessage {
	padding: 7px 10px;
	font-weight: bold;
	margin: 10px 0;
	display: none;
}

.notifySuccess {
	border: 1px solid #C1D779;
	background: #EFFEB9;
	display: block;
}

.notifyError {
	border: 1px solid #E18B7C;
	background: #FAD5CF;
	display: block;
}


/***** 40. SORTABLE LIST *****/

.sortlist {
	list-style: none;
}

.sortlist>li {
	display: block;
	margin-bottom: 7px;
}

.sortlist>li div.label {
	padding: 10px;
	border: 1px solid #ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	background: #eee url(../images/titlebg.png) repeat-x top left;
	position: relative;
}

.sortlist>li span.moveicon {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/icons/widgets.png) no-repeat 0 center;
	vertical-align: middle;
	margin-right: 10px;
	opacity: 0.3;
}

.sortlist>li span.moveicon:hover {
	opacity: 0.5;
	cursor: move;
}

.sortlist>li span.arrowdrop {
	position: absolute;
	display: block;
	width: 20px;
	height: 30px;
	background: url(../images/sort_desc.png) no-repeat center center;
	top: 6px;
	right: 5px;
	opacity: 0.5;
	border-left: 1px solid #ccc;
}

.sortlist>li span.arrowup {
	background-image: url(../images/sort_asc.png);
}

.sortlist>li span.arrowdrop:hover {
	opacity: 0.8;
	cursor: pointer;
}

.sortlist>li div.details {
	border: 1px solid #ccc;
	border-top: 0;
	padding: 10px;
	-moz-border-radius: 0 0 2px 2px;
	-webkit-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	background: #fcfcfc;
	display: none;
}

.sortlist>li div.details p {
	margin: 10px 0;
}

.sortlist>li div.details p:first-child {
	margin-top: 0;
}

.sortlist>li div.details p:last-child {
	margin-bottom: 0;
}


/***** 41. INVOICE STYLES *****/

.table {
	border-collapse: collapse;
	width: 100%;
}

.table tr td {
	padding: 7px 10px;
	border: 1px solid #ddd;
}

.table tr td:first-child {
	text-align: right;
	background: #fcfcfc;
}

@media screen and (max-width: 1024px) {
	.loginbox {
		margin-top: 13%;
		right: 3%;
	}
	.menuright li.current a {
		font-size: 11px;
	}
	.listfile li {
		float: left;
	}
	/* CALENDAR */
	.rightpanel {
		width: 200px;
	}
	.withrightpanel {
		margin-right: 220px;
		padding-right: 10px;
	}
	.external-event {
		font-size: 11px;
	}
	/* ELEMENTS */
	.widgetpage .one_half {
		float: none;
		margin-right: 0;
		width: auto;
	}
	/* DASHBOARD */
	.dashboard_left,
	.dashboard_right {
		width: auto;
		float: none;
		margin-right: 0;
	}
	/* MESSAGES */
	.mailinbox tr td,
	.mailinbox tr th {
		font-size: 11px;
	}
	.prodlist li .content {
		width: auto;
		margin-right: 5px;
	}
	.prodlist li a {
		display: block;
		width: auto;
		overflow: hidden;
	}
	/* GALLERY */
	.imagelist li img {
		width: 210px;
	}
}

@media screen and (max-width: 900px) {
	/* GENERAL */
	body.withvernav {
		background-position: 160px 0;
	}
	body.withmenucoll {
		background-position: 55px 0;
	}
	body.withmenucoll2 {
		background-position: 35px 0;
	}
	.vernav,
	.vernav2 {
		width: 160px;
	}
	.centercontent {
		margin-left: 161px;
	}
	.menucoll {
		width: 55px;
	}
	.menucoll ul li {
		height: 36px;
		position: relative;
		margin-bottom: 0;
	}
	.menucoll ul li span.arrow {
		display: none;
	}
	.menucoll>ul>li {
		margin-bottom: 1px;
	}
	.menucoll>ul>li>a {
		overflow: hidden;
		width: 0;
		height: 36px;
		padding: 0 0 0 35px;
	}
	.menucoll>ul>li.hover>a {
		background-color: #32415A;
		background-image: url(../images/default/icons_sprite2.png);
	}
	.menucoll>ul>li.current>a {
		background-image: url(../images/default/icons_sprite.png);
	}
	.menucoll ul ul {
		position: absolute;
		z-index: 200;
		top: 0;
		left: 24px;
		padding: 0;
		width: 200px;
		background: none;
		border: 1px solid #ccc;
		-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
		box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.1);
	}
	.menucoll ul ul li {
		display: block;
		border-bottom: 1px solid #eee;
		height: auto;
	}
	.menucoll ul ul li a {
		background-image: none;
		border-left: 0;
		height: auto;
		padding: 11px 10px 10px 10px;
	}
	.menucoll ul ul span {
		background: #f7f7f7;
		font-weight: bold;
		display: block;
		padding: 9px 10px 10px 10px;
		text-transform: uppercase;
	}
	.menucoll ul li.current ul span {
		background-color: #32415A;
		color: #FB9337;
	}
	.menucoll2 {
		width: 35px;
	}
	.menucoll2 ul li {
		height: 36px;
		position: relative;
	}
	.menucoll2 ul li span.arrow {
		display: none;
	}
	.menucoll2>ul>li>a {
		overflow: hidden;
		width: 0;
		height: 36px;
		padding: 0 0 0 35px;
	}
	.menucoll2>ul>li.hover>a {
		background-color: #f7f7f7;
		background-image: url(../images/default/icons_sprite2.png);
	}
	.menucoll2>ul>li.current>a {
		background-image: url(../images/default/icons_sprite.png);
	}
	.menucoll2 ul ul {
		position: absolute;
		z-index: 100;
		top: 0;
		left: 35px;
		padding: 0;
		width: 200px;
		background: none;
		border: 1px solid #ccc;
		-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
		box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.1);
	}
	.menucoll2 ul ul li {
		display: block;
		border-bottom: 1px solid #eee;
		height: auto;
	}
	.menucoll2 ul ul li a {
		background-image: none;
		border-left: 0;
		height: auto;
		padding: 11px 10px 10px 10px;
	}
	.menucoll2 ul ul span {
		background: #f7f7f7;
		font-weight: bold;
		display: block;
		padding: 9px 10px 10px 10px;
		text-transform: uppercase;
	}
	.menucoll2 ul li.current ul span {
		color: #FB9337;
	}
	.togglemenu {
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;
		display: block;
		height: 21px;
		cursor: pointer;
		background: url(../images/menucollapsed.png) no-repeat center 0;
		margin: 10px;
	}
	.togglemenu_collapsed {
		background-position: center -21px;
		margin: 10px 5px;
		border-width: 0;
	}
	.vernav .togglemenu {
		margin: 10px;
	}
	.vernav .togglemenu_collapsed {
		width: 35px;
		margin: 10px auto;
		border-width: 1px;
	}
	/* DASHBOARD */
	.shortcuts li {
		width: 85px;
	}
	.shortcuts li a {
		width: auto;
	}
	/* FILE MANAGER */
	.filemgr .filemgr_right {
		width: 200px;
	}
	.filemgr_content {
		margin-right: 220px;
	}
	.filemgr_category {
		margin-right: 220px;
	}
	.filemgr_category ul li a {
		font-size: 11px;
		padding: 2px 8px;
	}
	.filemgr_category ul li .pagenuminfo {
		font-size: 11px;
		margin-top: 2px;
	}
	/* TABLE */
	.stdtable tr td,
	.stdtable tr th {
		font-size: 11px;
	}
	/* PHOTO SHARING */
	.photosharing_wrapper {
		width: auto;
		float: none;
	}
	.ps_sidebar {
		width: auto;
		float: none;
		padding: 20px 0;
		margin: 20px !important;
		border-top: 1px solid #ddd;
	}
	/* GALLERY */
	.imagelist li img {
		width: 285px;
	}
	/* ELEMENTS */
	.elements .one_third {
		width: 48.5%;
	}
	/* INVOICE */
	.invoicewrapper .one_half {
		float: none;
		width: auto;
		margin-right: 0;
	}
	.invoicefor {
		margin-bottom: 20px;
	}
	.invoiceinfo {
		margin-top: 20px;
	}
	.invoicetable {
		margin-top: 20px;
	}
}


/* 时间控件 */

.table-condensed td {
	padding: 4px 5px;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	list-style: none;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}

.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #333333;
	white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
	color: #ffffff;
	text-decoration: none;
	background-color: #428bca;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
	color: #ffffff;
	text-decoration: none;
	background-color: #428bca;
	outline: 0;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
	color: #999999;
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
	filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
}

.open>.dropdown-menu {
	display: block;
}

.open>a {
	outline: 0;
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.428571429;
	color: #999999;
}

.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990;
}

.pull-right>.dropdown-menu {
	right: 0;
	left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	border-top: 0 dotted;
	border-bottom: 4px solid #000000;
	content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 1px;
}

.icon-arrow-left,
.icon-arrow-right {
	display: inline-block;
	width: 14px;
	height: 14px;
	line-height: 14px;
	vertical-align: text-top;
	background-image: url(../images/icons/glyphicons-halflings.png);
	background-position: -240px -96px;
	background-repeat: no-repeat;
	margin-top: 1px;
}

.icon-arrow-right {
	background-position: -264px -96px;
}

.cert-type {
	display: block;
	float: left;
	margin-right: 6px;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	border-radius: 3px;
	color: #fff;
	font-size: 13px;
}

.cert-type0 {
	background-color: #03b378;
}

.cert-type3 {
	background-color: #ff575a;
}

.cert-type11 {
	background-color: #ccc;
}