/************* LOGIN ****************/
.login-panel {background: rgb(245, 246, 251);color: rgb(255, 255, 255);padding: 35px 25px 30px;border-bottom: 10px solid rgb(255, 255, 255);border-radius: 10px;box-shadow: 0 10px 10px -10px rgb(0, 0, 0);}
.admin-id,.password,.btn-custom {width: 100%;}
.btn-custom {background: rgb(41, 48, 113);}
.btn-custom:hover {color: rgb(245, 245, 245);background: rgb(4, 101, 111);}
.filters label{color:#c7c7c7}
.content{clear:both;padding: 50px 30px 20px;}
.left-side-inner1{
	width: 190px;
	background: #494a4a;
	height: 100%;
	position: fixed;
	left: 40px;
	top: 80px;
	}
.img-center{display:block;margin:0 auto;}
#sub_menu{
	display: block;
	padding: 0 25px;
	/* background: #eff3f6; */
	position: relative;
	width: 100%;
	float: left;
	/* margin: 0 20px; */
	/* border-bottom: 2px solid #eee; */
}
.sub-menu{
	background: transparent!important;
    margin: 10px 0;
		}
#sub_menu ul{
    width: 100%;
    display: table;
    /* padding: 0; */
    border-bottom: 1px solid #e8e8e8;
}
#sub_menu ul li{float:left;list-style: none;padding: 35px 10px 8px;margin: 0 10px -2px;}
#sub_menu ul li a{text-decoration:none;color: #313942;font-size: 14px;}
#sub_menu ul .active {/* background: #0783bf; *//* border-radius: 100px; */border-bottom: 2px solid #313942;}
#sub_menu ul .active a{color: #313942!important;font-weight: bold;}
#sub_menu ul .sub-active {border-bottom:2px solid #0783bf;}
#sub_menu ul .sub-active a{color: #000!important;}
.user-panel-top{    position: absolute;
    right: 0;}
.info-block{
    float: left;
    padding: 20px;
    width: 30%;
    margin: 10px;
    display: block;
    border-radius: 5px;
    background: #eff3f6;
    border: 1px solid #b7c0c9;
}
.info-block img{float:left;width:30px;/* height: 30px; */margin: 12px;}

.info-block p{
    font-size: 10px;
    text-transform: uppercase;
    color: #708393;
    display: inline-block;
    letter-spacing: 1px;
}
.info-block h3{
    font-size: 24px;
    /* font-weight: bold; */
    /* text-align: center; */
    color: #708393;
}
.bg-block{
     float: left;
     clear: both;
     display: block;
     width:100%;
     padding: 0 60px;
     margin: 20px 0;
   }
   .btn-default{
    background: #59c7c2;
    color: #fff;
    border: none;
}
   .btn-grey{
    background: #a7bdc6;
    color: #fff;
    border: none;
}
   .heading-custom b{
    font-size: 24px;
    padding: 0 5px 0 0;
    font-weight: normal;
    }
	.section-block{
    clear: both;
    margin: 10px 0 20px 0px;
    display: block;
    float: left;
    width: 100%;
    padding: 0 60px;
    }
	.heading-custom span{padding: 0 2px;font-size: 12px;border-left: 1px solid #eee;}
	.sub-tabs li{
    float: left;
    list-style: none;
    margin: 0px 20px 0 0px;
    padding: 10px 10px;
}
	.sub-tabs li a{
    text-decoration: none;
    color: #313942;
}
.sub-tabs{
    display: block;
    width: 100%;
    float: left;
    font-size: 14px;
    border-bottom: 1px solid #b7c0c9;
    padding-left: 0;
}
	.sub-tabs .active{
    border-bottom: 3px solid #0783bf;
    border-radius: 10px 10px 0 0;
}
	.sub-tabs .active a{color: #0783bf;}
.adjust-block {
	float: left;
	width: 200px;
    margin-right: 1em;
}
.clearfix {
	clear: both;
}