/*
version:3;
author:batjav;
date:2017-5-2;
*/
body {
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	background: #f9f9f9;
	color: #4b4b4c;
}
/* login page design start */
body.login-page {
	/*background:#e1e1e1 url("/images/bg.jpg") no-repeat top center fixed;*/
	background: #f9f9f9;
	background-size: cover;
	-webkit-font-smoothing: antialiased;
}
body.login-page .row {
	padding-top:3%;
}
body.login-page table{
	margin-top: 20px;
	background: #f9f9f9;
}
/* login page design end */
#logo {
	position: absolute;
	left:15px;
}
#logo a {
	-webkit-transition: width .3s ease-in;
	transition: width .3s ease-in;
	width: 92px;
	height: 24px;
	text-indent: -1000px;
	overflow: hidden;
	background: transparent url("/images/logo-92x24.png") left 13px no-repeat;
	display: block;
	padding: 25px 0;
}
#top_bar {
	font-size: 14px;
	background-color: #fff;
	height: 50px;
}
#top_menu {
	position: absolute;
	right: 25px;
	background-color:#fff;
}
#top_menu li {
	float: left;
}
#top_menu a {
	font-size:14px;
	display: block;
	color: #7d8485;
	padding: 13px 10px;
	padding-bottom: 15px;
	border-bottom: 2px solid transparent;
	-webkit-transition: background .3s ease-in,border .3s ease-in;
	transition: background .3s ease-in,border .3s ease-in;
}
#top_menu a:hover {
	border-bottom-color:#db4c3f;
	background: #f6f6f6;
}
.navbar-toggle {
	background-color:#db4c3f;
	-webkit-transition: background .3s ease-in,border .3s ease-in;
	transition: background .3s ease-in,border .3s ease-in;
}
.navbar-toggle:hover {
	background-color:#c13a2e;
}
.navbar-toggle span.icon-bar {
	background-color:#ffffff; 
}

/*custom input button style start*/
.btn {
    -webkit-appearance: none;
    -webkit-font-smoothing: inherit;
    box-sizing: border-box;
    display: inline-block;
    padding: 13px 17px;
    color: white;
    cursor: pointer;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    -webkit-transition: background-color .2s ease-in;
    transition: background-color .2s ease-in;
    vertical-align: middle;
}
.btn.focus, .btn:focus, .btn:hover {
    box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    text-decoration: none !important;
}
.btn-primary {
	background: #db4c3f;
	border: 1px solid rgba(0,0,0,0.1) !important;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
	background: #d7382a;
	color:#fff;
	box-shadow: 0 1px 1px rgba(0,0,0,0.15) !important;
    text-decoration: none !important;
}
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
/*page style start*/
.page-header, .page-header>span {
	padding-bottom: 9px;
    margin: 30px 0 30px;
}
.page-header {
	border-bottom: 1px solid #eeeeee;
}
.page-header>span {
	border-bottom: 1px solid #db4c3f;
}
/*page style end*/
/*custom input button style end*/
/*vtip start*/
p#vtip { 
	display: none; 
	position: absolute; 
	padding: 10px; 
	left: 5px; 
	font-size: 12px; 
	background-color: #db4c3f;
	border: 1px solid #ce4235;
	color: #fff; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	z-index: 9999 
}
p#vtip #vtipArrow {
	position: absolute; 
	top: -10px; 
	left: 5px 
}
/*vtip end*/
/*image upload delete button start*/
a.user_image_del {
  background:#ff4e31;
  padding:4px 7px;
  color:white;
  font-weight:bold;
  font-size:11px;
  font-family:arial;
  text-decoration:none;
  vertical-align:top;
  margin:5px;
}
a.user_image_del:hover {
  background:#bc2006;
}
/*image upload delete button end*/
/*public table white start*/
table.white{
	background: #fff;
}
/*public table white end*/
/*radio button start*/

/* Mobile responsive add start */
@media screen and (max-width: 768px) {
	body {
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 15px;
	}
	#top_menu {
		position: absolute;
		background-color: #fff;
		margin-top:0;
		left:0;
		right:0;
	}
	#top_menu li {
		float:none;
	}
	.navbar-nav {
		margin:0;
	}
	.navbar-collapse {
		border:0;
	}
}
/* Mobile responsive add end */