body{
/*
	overflow-y: auto !important;
	min-height:660px !important;*/
}
.login_bg{
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(/static/images/reg_bg_min.jpg) no-repeat;
    background-size: cover;
	background-color: #fff;
    background: none\9;
    *background: 0 0;
}
.admin_login_bg{
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(/static/images/reg_bg_min.jpg) no-repeat;
    background-size: cover;
	background-color: #fff;
    background: none\9;
    *background: 0 0;
}
.login-container{
	float:right;
	right:150px;
	top:160px;
	background: rgba(247,247,247,1);
    padding: 20px;
    border-radius: 12px;
	z-index:99999;
	position: fixed;
	opacity: 0.9;

}
.admin_login-container{
	float:right;
	top:15%;
	background: rgba(247,247,247,1);
    padding: 20px;
    border-radius: 12px;
	z-index:99999;
	position: fixed;
	opacity: 0.9;
}
.login_logo{
	margin-top:40px;
	width:260px;
}
.login_logo img{
	width:100%;
}
.ad_world{
	float:right;
	right: 188px;
    top: 640px;
    padding: 20px;
	z-index:99999;
	position: fixed;
}

.ad_world2{
	float:right;
	right: 248px;
    top: 720px;
    padding: 20px;
	z-index:99999;
	position: fixed;
}

.reg-container{
	float:right;
    width: 100%;
	right:150px;
	top:140px;
    max-width: 500px;
	background: rgba(247,247,247,1);
    padding: 20px;
    border-radius: 12px;
	z-index:99999;
	position: fixed;
	opacity: 0.9;
}
.login-layout .login-layout{padding:0px !important;}
.login-layout .widget-box{padding:0px !important;}
.navbar .navbar-toggle.pull-left
{
	margin-top:14px !important;
}
.fa-icon-2:before{content: "\f02c";}
.fa-icon-3:before{content: "\f0c0";}
.fa-icon-4:before{content: "\f066";}
.fa-icon-5:before{content: "\f013";}
.fa-icon-6:before{content: "\f03c";}
.fa-icon-7:before{content: "\f04c";}
.fa-icon-8:before{content: "\f05c";}
.fa-icon-9:before{content: "\f01c";}

.fa-icon-10:before{content: "\f040";}
.fa-icon-13:before{content: "\f06c";}
.fa-icon-31:before{content: "\f041";}
.fa-icon-32:before{content: "\f042";}
.fa-icon-33:before{content: "\f043";}
.fa-icon-34:before{content: "\f044";}
.fa-icon-35:before{content: "\f045";}
.fa-icon-36:before{content: "\f046";}
.fa-icon-37:before{content: "\f047";}
.fa-icon-38:before{content: "\f048";}
.fa-icon-39:before{content: "\f049";}

	#particles-js {
		width: 100%;
		height: 100%;

		background-size: cover;
		background-position: 50% 50%;
		background-repeat: no-repeat;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

blockquote{font-size: 14px !important;}
h4.smaller {
    font-size: 14px !important;
}
.infobox{margin-bottom: 20px;}

.sample_header{
	margin-top:6px;
	border-bottom: 3px double #E5E5E5;
}
.sample_header img{}
.sample_main{
	
}
.sample_main .item{
	margin-top:20px;
	padding:10px;
	background-color: #E5E5E5;
}
.sample_main .item .title{
	border-bottom:1px solid #ccc;
	height:32px;
	line-height:32px;
	font-size:14px;
}
.sample_main .item img{margin-top:10px; width:100%;}
.sample_main .item button {border-radius: 5px; cursor:pointer;}
.btn_setting{margin-bottom:2px !important;}
.mt-dropdown a:hover{color:#222 !important;}
.dropdown-menu a:hover{color:#222 !important;}
#breadcrumbs{/*display:none !important;*/}
.mt-nav-tab{color:#000 !importang;font-weight:bold;}
.sub-modal-header{
	background-color: #cccccc !important;
	padding:6px !important;
}
.sorting_desc:after {
    content: "\f0dd";
    top: 12px;
    color: #307ecc;
	position: absolute;
	padding-left: 6px;
}
.sorting_asc:after {
    content: "\f0de";
    top: 12px;
    color: #307ecc;
	position: absolute;
	padding-left: 6px;
}
.form-group select{
	height:34px;
}
@media (min-width: 992px)
{
	.sidebar.compact, .sidebar.compact.navbar-collapse {
		width: 190px !important;
	}
	.sidebar.compact + .main-content {
		margin-left: 190px !important;
	}
	.sidebar.compact ~ .footer .footer-inner {
		left: 190px !important;
	}
	.sidebar.compact .nav-list > li > a {
		height: 80px !important;
		padding-top:13px !important;
	}
	.nav-list li.active > a:after {
		top: 24px !important;
	}
	.breadcrumb > li, .breadcrumb > li.active{
		font-size:14px !important;
		font-weight:bold;
	}
	
}
@media (min-width: 768px) and (max-width: 959px) {
	.ad_world{display:none;}
	.ad_world2{display:none;}
}

@media (max-width: 767px) {
	.sample_header img{width:50%;}
	.ad_world{display:none;}
	.ad_world2{display:none;}
	.login_logo{margin-top:20px; }
	.login_logo img{width:75%;}
	.login-container{
		margin:0 auto;
		right: auto;
		top:120px;
		width: 90%;
		max-width:370px;
		background: rgba(247,247,247,1);
		padding: 2px;
		border-radius: 12px;
		z-index:99999;
		position: fixed;
		opacity: 0.9;
	}
	.reg-container{
		margin:0 auto;
		width: 92%;
		top:100px;
		right: auto;
		max-width: 500px;
		background: rgba(247,247,247,1);
		padding: 2px;
		border-radius: 12px;
		z-index:99999;
		position: fixed;
		opacity: 0.9;
	}
	.form-group{margin-bottom: 5px;}
	.header{margin-top: 0px;}
}

@media (min-height: 368px) and (max-height: 860px) {
	.ad_world{display:none;}
	.ad_world2{display:none;}
}

.msg-item {
  border-bottom: 1px solid #EAEDF1;
  padding: 6px;
  line-height: 18px;
  position: relative;
}
.msg-item:last-child {
  border-bottom-width: 0;
}

.msg-item .summary {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  white-space: nowrap;
}

.msg-item .date {
  float: right;
  height: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #666;
}