/*---Admin Default----------*/
h1, h2, h3, h4, h5, h6{
	    color: #636363;
}
.profile_photo{
    border-radius: 50%;
}
.profile_photo.small{
	width: 55px;
    height: 55px;
}
.profile_photo.medium{
	width: 105px;
    height: 105px;
}
.profile_photo.large{
	 width: 150px;
    height: 150px;
}
.ad-def-bg-color, .def-bg-color{
	background-color: #eea41c;
} 
.ad-def-bdl-color:hover{
	border-left-color: #ffa500;
}
.sec-box{
	background-color: #fff;
    padding: 20px;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
}
input:focus, select:focus{
	border-color: #eea41c !important;
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgba(238, 164, 28, 0.38) !important;
}
.footer-copyright{
	    color: #000;
    background-color: #f7f7f7;
}
/* POPUP Model */
.pop-model{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
.pop-model .model-overlay{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000005e;
    z-index: 1000;
}
.pop-model .model-content{
position: relative;
    top: 15%;
    left: 25%;
    width: 50%;
    height: 70%;
    min-width: 40%;
    min-height: 40%;
    z-index: 1001;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0px 0px 2px 3px #5b5b5bf5;
    padding: 10px;
}
.pop-model .pop-model-close{
	position: absolute;
    right: 5px;
    top: 5px;
    width: 25px;
    height: 25px;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
    line-height: 1.8;
    color: #f00;
    border: 1px solid #ccc;
	cursor:pointer;
}
.pop-model .model-content .security_pin{
    width: 250px;
    margin: auto;
    font-size: 100px;
    line-height: 0;
    height: 80px;
    padding-top: 0px;
    padding-bottom: 15px; 
    text-align: center;
}
/* Table 1 Design */
.table-1 table {
    border-radius: 3px;
}
.table-1 table tr th{
    border-bottom: 0px;
    border-top: 0px;
    border-right: 1px solid #dee2e6;
    padding: 10px;
    background-color: #f7f7f7;
    color: #636262;
    text-align: center;
}
.table-1 .custom-select{
	border: 0px;
}
.table-1 .dataTables_filter input[type="search"]{
border: 0px;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
}
.table-1 .dataTables_info{
font-size: 13px;
    color: #6b6b6b;
}
.table-1 .page-item.active .page-link {
    z-index: 1;
    color: #2f2f2f;
    background-color: #eea41c;
    border-color: #eea41c;
}
.table-1 .pagination .paginate_button a{
	padding: 7px 10px;
    border-radius: 0px;
    font-size: 13px;
    line-height: 1;
	    color: #444;
}
.table-1 .pagination .paginate_button.disabled a{
        color: #ccc;
}
.table-1 .pagination .paginate_button .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow:none !important;
}
.table-1 .btn{
padding: 4px 10px;
    font-size: 14px;
    border-radius: 0px;
    line-height: 1;
}
/*---END---Table 1 Design---*/
/*---Start--Label & Button ---*/
.label{
padding: 4px 10px;
    font-size: 13px;
    border-radius: 0px;
    line-height: 1;
} 
.btn.btn-default, .label.label-default{
color: #545454;
    background-color: #ffffff;
  border: 1px solid #e8e8e8;
	}
.btn.btn-default:hover{
    background-color: #f7f7f7;
}
.btn.btn-success, .label.label-success{
color: #fff;
    background-color: #5bb315;
    border-color: #5bb315;
}
.btn.btn-warning, .label.label-warning{
color: #020202;
    background-color: #eed21c;
    border: 1px solid #eed21c;
}
.btn.btn-danger, .label.label-danger{
    color: #ffffff;
    background-color: #ee1c1c;
    border: 1px solid #e52e2d;
}
/*---END---Label & Button----*/
/*---News Alert Box -----*/
.news-alert{
	    border: 1px solid #e8e8e8;
    border-radius: 3px;
    background-color: #fff;
}
.news-alert .header{
    padding: 7px 15px;
}
.news-alert .header p{
margin: 0px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}
.news-alert .header span{
font-size: 12px;
    color: #292929;
}
.news-alert .alerts ul{
padding: 0px;
    display: block;
    list-style: none;
	    margin: 0px;
}
.news-alert .alerts{
    max-height: 800px;
    overflow: overlay;
	}
.news-alert:hover .alerts::-webkit-scrollbar{
	display:block;
}
.news-alert .alerts::-webkit-scrollbar {
  width: 5px;
  display:none;
}
.news-alert .alerts::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
.news-alert .alerts::-webkit-scrollbar-thumb {
  background: #888; 
}
.news-alert .alerts::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.news-alert .alerts ul li{
    padding: 10px 20px;
    border-bottom: 1px solid #dadada;
}
.news-alert .alerts ul li.unread{
    background-color: #f7f7f7;
}
.news-alert .alerts ul li.unread .fa{
	background-color: #fff;
}
.news-alert .alerts ul li .fa{
	float: left;
    width: 35px;
    height: 35px;
    margin-bottom: 15px;
    border: 1px solid #eaedef;
    border-radius: 3px;
    background-color: #f8f8f8;
    text-align: center;
    white-space: nowrap;
    font-size: 15px;
    line-height: 2.2;
}
.news-alert .alerts ul li .alert-content{
padding-left: 45px;
}
.news-alert .alerts ul li .alert-content .alert-heading{
font-weight: 600;
}
.news-alert .alerts ul li .alert-content .alert-heading span{
font-size: 11px;
    font-weight: 400;
    margin-left: 6px;
    color: #b5b5b5;
}
.news-alert .alerts ul li .alert-content .alert-text{
font-size: 13px;
}

/*-END--News Alert Box -----*/
/*---Start Sidebar---------*/
.admin-wrapper {
	position: relative;
	height: 100%;
	min-width: 330px;
}
.admin-sidebar {
	min-height: 100%;
	width: 220px;
	color: #171717;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	transition: all 150ms;
	border-right: 1px solid #e4e4e4;
	box-shadow: 0px 0px 3px 0px #ccc;
	background-color:#ffffff;
}
.admin-sidebar .side-header {
	height: 50px;
	border-bottom: 1px solid #eaeaea;
}
.admin-sidebar .side-header p {
	font-size: 20px;
	font-weight: 600;
	color: #0e0e0e;
	padding: 10px;
	text-align: center;
}
.admin-sidebar .side-content .sidebar-nav ul {
	display: block;
	list-style: none;
	padding: 0px;
}
.admin-sidebar .side-content .sidebar-nav ul li a {
	padding: 10px;
	border-bottom:1px solid #eaeaea;
	color: #0e0e0e; 
	font-size: 14px;
	cursor: pointer;
	display: block;
}
.admin-sidebar .side-content .sidebar-nav ul li {
	position: relative;
}
.admin-sidebar .side-content .sidebar-nav ul li a:hover {
	background-color: #fff;
	color: #356c9e;
    border-left-style: solid;
}
.admin-sidebar .side-content .sidebar-nav ul li a i {
	margin-right: 5px;
}
.admin-sidebar .side-content .sidebar-nav ul li.sub-menu ul {
	display: none;
}
.admin-sidebar .side-content .sidebar-nav ul li.sub-menu ul li a i {
	margin-right: 5px;
	position: inherit !important;
}
.admin-sidebar .side-content .sidebar-nav ul li.sub-menu ul li a {
	padding-left: 30px;
}
.admin-sidebar .side-content .sidebar-nav ul li.sub-menu.active ul {
	display: block;
}
.admin-sidebar .side-content .sidebar-nav ul li.sub-menu a .fa:last-child {
	position: absolute;
	right: 12px;
	top: 10px;
}
/*Main Content */
.admin-main{
	width: 100%;
    padding-left: 220px;
    min-height: 600px;
    position: relative;
    overflow: hidden;
    transition: all 150ms;
    background-color: #f7f7f7;
}
.admin-main .topbar{
	height: 50px;
    background-color: #fefefe;
    border-bottom: 1px solid #ececec;
    box-shadow: 0px 0px 10px 1px #f1f1f1;
    width: 100%;
	position: fixed;
    z-index: 100;
}
.admin-main .topbar h4{
    float: left;
    padding: 14px;
    font-size: 18px;
}
.admin-main .topbar .topbar-actions{   
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
width:220px;
    height: 50px;
    right: 211px;
    position: relative;
}
.admin-main .topbar .topbar-actions ul{
    list-style: none;
	    padding: 0px;
		    text-align: right;
    padding-right: 20px;
}
.admin-main .topbar .topbar-actions ul li{
	    display: inline-block;
		    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    -o-transform: skew(15deg);
	    padding:15px 10px;
}
.admin-main .topbar .topbar-actions ul li i{
font-size: 21px;
}
.admin-main .topbar .userbar{
	display:none;
	transition: all .3s ease-out;
background-color: #ffffff;
    border-left: 1px solid #b7b7b773;
    border-bottom: 1px solid #b7b7b773;
    box-shadow: 2px 5px 7px 0px #ccc;
    height: auto;
    width: 100%;
    position: absolute;
    top: 50px;
    right: -20px;
	padding-right: 17px;
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    -o-transform: skew(15deg);
}
.admin-main .topbar .userbar ul{
    padding: 0px;
    margin: 0px;
	text-align: left;
}
.admin-main .topbar .userbar ul li .fa{
    float: right;
	    color: #8e8e8e;
	}
.admin-main .topbar .userbar ul li a{ 
	    color: #444;
	}
.admin-main .topbar .userbar ul li{
display: block;
    width: 100%;
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
    padding: 5px 10px;
    background-color: #f7f7f7;
    margin: 10px;
}
.admin-main .topbar .userbar .userheader{
	width: 100%;
    display: block;
    padding: 10px 0px 10px 10px;
}
.admin-main .topbar .userbar .userheader img{
float: left;
    width: 55px;
    height: 55px;
	} 
.admin-main .topbar .userbar .userheader .user-detail h3{
font-size: 17px;
    font-weight: 600;
}
/* Dashboard */
.admin-main .total-box{
	background-color: #fff;
    width: 250px;
    margin: auto;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 0px 2px 4px 0px #f1f1f1;
}
.admin-main .total-box .box-head{
    padding: 10px;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
}
.admin-main .total-box .box-content{
    text-align: center;
    padding: 20px;
}
.admin-main .total-box .box-content h3{
font-size: 25px;
    font-weight: 600;
}