/*---Admin Default----------*/
body{	
    background-color: #f7f7f7;
}
h1, h2, h3, h4, h5, h6{
	color: #363636; 
    font-weight: 300;
}
table{
	width: 100% !important;
}
.close{
	position: absolute;
    right: 15px;
    top: 0px;
    z-index: 10001;
}
.search-input{
    font-size: 22px;
    color: #444;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    border: none;
    border-bottom: 1px dashed #666;
    padding-bottom: 16px;
    border-radius: 0px;
    width: 92%;
    margin:5% auto 0px;
}
.search-input:focus{
border-color: #b4b4b4 !important;
    outline: 0;
    box-shadow: none !important;
}
.icon{
	color: #6c6b6b;
    font-size: 16px;
    margin: 3px;
	cursor: pointer;
}
.icon.disabled{
	color: #ccc;
}
.modal-content{
	border-top: 5px solid #4b4b4b;	
}
.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 #ebe9e9;
    border-radius: 5px;
}
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;
}
/* Custom Bootstrap */
@media only screen and (max-width: 600px) {
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
    margin-bottom: 10px;
}
}
/* Background Colors */
.bg-gradient-green{
	background: linear-gradient(90deg, #1bb22d, #13890b); 
}
.bg-gradient-red {
    background: linear-gradient(90deg, #d92020, #ff3f3f);
}
.bg-gradient-dark-gray {
    background: linear-gradient(90deg, #808080, #414141);
}
.bg-gradient-gray {
	background: linear-gradient(90deg, #e5e5e5, #c4c4c4);
}
.bg-gradient-pink {
    background: linear-gradient(90deg, #eb04b9, #c00ea2);
}
.bg-gradient-blue {
    background: linear-gradient(90deg, #046beb, #0e5dc0);
}
.bg-gradient-yellow {
    background: linear-gradient(90deg, #ebd904, #bdc00e);
}
.bg-gradient-orange {
    background: linear-gradient(90deg, #eb9904, #f16f31);
}
/*Text Color*/
.text-white{
	color: #fff;
}
.text-black{
	color:#000;
}
.text-oil{
	color: #3E3E3E;
}
.text-red{
	color: #D90003;
}
.text-green{
	color: #26C70D;
}
.text-orange{
	color: #E95B06;
}
.text-pink{
	color: #EC06CA;
}
.text-blue{
	color: #0755DA;
}
.text-yellow{
	color: #E8E100;
}
.text-light{
	color:#DDDDDD;
}
.text-gray{
	color:#BFBFBF; 
}
/* Toast Notification */
#toast {
    display: none;
    text-align: center;
    position: fixed;
    z-index: 1000001;
    left: 40%;
    right: 40%;
    top: 55px;
    font-size: 14px;
    font-family: 'Montserrat';
    background-color: #000;
    border-radius: 4px;
	width: 350px;
}
#toast.success{
	color: #fff;
    background-color:#14c019;
}
#toast.failed{
	color: #fff;
    background-color:#ce0a0a;
}
#toast.warning{
	color: #000;
    background-color:#FFC107;
}
#toast #icon{
	width: 50px;
    height: 50px;
    float: left;
    padding-top: 14px;
    padding-bottom: 14px;
    box-sizing: border-box;
    color: #fff; 
}
#toast #desc{
	display: table-cell;
    padding: 8px 5px;
    overflow: hidden;
    text-align: center;
    line-height: 1.3;
    width:auto;
    height: 50px; 
	vertical-align: middle;
}
#toast .desc_box{
	display: table;
}
#toast.show {
    display: block;
    -webkit-animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 2s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 4s, fadeout 0.5s 4.5s;
}
#toast.show.success #icon::before{
	font-family: 'Font Awesome 5 Free';
    content: "\f058";
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 900;
    font-size: 20px;
    color: #fff; 
}
#toast.show.failed #icon::before{
	font-family: 'Font Awesome 5 Free';
    content: "\f057";
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 900;
    font-size: 20px;
    color: #fff; 
}
#toast.show.warning #icon::before{
	font-family: 'Font Awesome 5 Free';
    content: "\f05a";
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 900;
    font-size: 20px;
    color: #000; 
}
@-webkit-keyframes fadein {
    from {top: 0; opacity: 0;} 
    to {top: 60px; opacity: 1;}
}

@keyframes fadein {
    from {top: 0; opacity: 0;}
    to {top: 60px; opacity: 1;}
}

@-webkit-keyframes expand {
    from {min-width: 50px} 
    to {min-width: 350px}
}

@keyframes expand {
    from {min-width: 50px}
    to {min-width: 350px}
}
@-webkit-keyframes stay {
    from {min-width: 350px} 
    to {min-width: 350px}
}

@keyframes stay {
    from {min-width: 350px}
    to {min-width: 350px}
}
@-webkit-keyframes shrink {
    from {min-width: 350px;} 
    to {min-width: 50px;}
}

@keyframes shrink {
    from {min-width: 350px;} 
    to {min-width: 50px;}
}

@-webkit-keyframes fadeout {
    from {top: 60px; opacity: 1;} 
    to {top: 90px; opacity: 0;}
}

@keyframes fadeout {
    from {top: 60px; opacity: 1;}
    to {top: 90px; opacity: 0;}
}
/* 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;
}
/*Table 8*/ 
.table8 .button {
	padding: 10px;
	text-align: center;
	line-height: 1.5;
	font-size: 15px;
	color: #000;
	text-decoration: none;
	white-space: nowrap;
}
.table8 .button.button-bordered {
	border: 1.5px solid;
}
.table8 .button.button-bordered.green {
	border-color: #4caf50;
}
.table8 .button.button-bordered.red {
	border-color: #f44336;
}
.table8 .button.button-bordered.blue {
	border-color: #0077FE;
}
.table8 .button.button-bordered.yellow {
	border-color: #ffc107;
}
.table8 .button.button-bordered.gray {
	border-color: #9e9e9e;
}
.table8 .button.button-bordered.orange {
	border-color: #FF5722;
}
.table8 .button.button-bordered.black {
	border-color: #000;
}
/* Label Css */
.table label {
	padding: 5px 10px;
	border-radius: 2px;
    display: initial;
}
.table label.bg-green {
	background-color: #4caf50;
	color: #fff;
}
.table label.bg-orange {
	background-color: #FF5722;
	color: #fff;
}
.table label.bg-red {
	background-color: #f44336;
	color: #fff;
}
.table label.bg-blue {
	background-color: #0077FE;
	color: #fff;
}
.table label.bg-yellow {
	background-color: #ffc107;
	color: #fff;
}
.table label.bg-gray {
	background-color: #9e9e9e;
	color: #fff;
}
.table label.bg-black {
	background-color: #000;
	color: #fff;
}
/* Table Css */
.table-box {
	width: 70%;
	margin: 5% auto;
	background-color: #f1f1f1;
	padding: 10px;
	border: 1px solid #d9d9d9;
	box-shadow: 0px 0px 10px 1px #e9e9e9;
	border-radius: 5px;
}
.table-title {
	display: inline-block;
	padding: 10px;
	background-color: #0077FE;
	color: #fff;
	border-radius: 3px 3px 0px 0px;
	margin: -2px 1px;
}
.table-box .table8 {
	width: 100%;
	border-spacing: 0px;
	border-collapse: separate;
	border-left: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
}
.table-box .table8 tr th {
	text-align: left;
	border-bottom: 2px solid #0077FE;
	background-color: #fff;
	border-top: 2px solid #0077FE !important;
}
.table-box .table8 tr th:first-child {
	border-radius: 3px 0px 0px 3px;
	border-left: 2px solid #0077FE;
}
.table-box .table8 tr th:last-child {
	border-right: 2px solid #0077FE;
	border-radius: 0px 3px 3px 0px;
}
.table-box .table8 tr {
	background-color: #fff;
}
.table-box .table8 tr th, .table-box .table8 tr td {
	border-top: 10px solid #f1f1f1;
	padding: 35px 10px;
}
.heading {
	text-align: center;
	font-size: 40px;
	text-transform: uppercase;
	color: #383838;
	font-family: fantasy;
	letter-spacing: 1px;
	margin: 60px 0px 0px 0px;
}
.numbering {
	width: 35px;
	height: 35px;
	display: block;
	margin: auto;
	line-height: 2;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	border-radius: 3px;
	background-color: #0077FE;
}

@media only screen and (max-width: 600px) {
.table-box.responsive {
	width: 90%;
	overflow: scroll;
}
.heading {
	font-size: 20px;
}
}
/*-----Timeline------*/

/*---Dragable----*/
.dragable{
	background-color: #fafafa;
    padding-top: 33px;
    border: 1.7px dashed #ccc;
    border-radius: 5px;
    cursor: move;
    margin-bottom: 5px;
}
/* Datatable Design*/
table.users.dataTable td,table.users.dataTable th {
    border-left-width: 0;
    text-align: center;
    border-bottom: 1px solid #ebe9e9;
    border-right: 0px solid #0077FE;
    background-color: #fff0;
    border-top: 1px solid #ebe9e9;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
}
table.users.dataTable tr {  
    background-color: #fff;
}
div.dataTables_wrapper div.dataTables_length label{
    padding: 5px 10px;
    border-radius: 2px;
    background-color: #fff; 
    border: 1px solid #ebe9e9;
}
table.users.dataTable {
    border-spacing: 0px 10px;
}
table.users.dataTable tr:first-child th:first-child,table.users.dataTable tr:first-child td:first-child { 
	border-top-left-radius: 5px;
    border-left: 1px solid #ebe9e9;
}
table.users.dataTable tr:first-child th:last-child,table.users.dataTable tr:first-child td:last-child { 
	border-top-right-radius: 5px;
    border-right: 1px solid #ebe9e9;
}
table.users.dataTable tr:last-child th:first-child,table.users.dataTable tr:last-child td:first-child { border-bottom-left-radius: 5px; }
table.users.dataTable tr:last-child th:last-child,table.users.dataTable tr:last-child td:last-child { border-bottom-right-radius: 5px; } 
.profile_pic{
	box-shadow: 2px 3px 2px #e3e2e2;
}
.profile_pic.small{
	width: 35px;
	height: 35px;
}
/*---END---Table Design---*/
/*---Start--Label & Button ---*/
.float-label label{
	position: absolute;
    left: 25px;
    top: -10px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #ced4da;
    font-size: 12px;
    color: #494949;
    padding: 0px 5px;
    z-index: 1;
}
.label{
	padding: 5px 15px;
    font-size: 13px;
    border-radius: 3px;
    line-height: 1;
    box-shadow: 2px 2px #7a7a7a;
} 
.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;
}
.square-btn{  
 	display: inline-block;
    width: 30px;
    height: 30px;
    border: none;
    text-align: center;
    border-radius: 50%;
    line-height: 2;
    font-size: 15px;
    cursor: pointer;
    box-shadow: 0px 2px 3px 0px #ccc;
}
.square-btn:hover{
	box-shadow: 0px 0px 0px 0px;
    border-radius: 3px;
    transition: .4s;
}
.add-new-button{
	position: fixed;
    right: -15px;
    top: 100px;
    width: 100px;
    z-index: 1000;
    background-color: #e5e5e59e;
    padding: 10px;
    border: 1px solid #a9a9a97a;
    border-radius: 20px 0px 0px 20px;
}
/*---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 .4s;
	border-right: 1px solid #e4e4e4;
	box-shadow: 0px 0px 3px 0px #ccc;
	background-color:#ffffff;
	overflow-y: auto;
}
.admin-sidebar::-webkit-scrollbar-track
{  
	background-color: #F5F5F5;
}

.admin-sidebar::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

.admin-sidebar::-webkit-scrollbar-thumb
{  
	background-color: #ACABAB;
}
.admin-sidebar .side-header {
	height: 50px; 
}
.admin-sidebar .side-header p {
	font-size: 20px;
	font-weight: 600;
	color: #0e0e0e;
	padding: 10px;
	text-align: center;
    transition: 0.5s;
    white-space: nowrap;
}
.admin-sidebar li.active > a > .chng-icon {
    transform: rotate(90deg);
	transition: .3s;
}
.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; 
	color: #0e0e0e; 
	font-size: 14px;
	cursor: pointer;
	display: block;	
    transition: .3s;
    white-space: nowrap;
}
.admin-sidebar .side-content .sidebar-nav ul li {
	position: relative;
	box-shadow:0px 0px 1px 0px #ccc;
}
.admin-sidebar .side-content .sidebar-nav ul li a:hover { 
    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;
    transition: 0.15s;
    white-space: nowrap;
}
.collapse-sidebar{
	position: fixed;
    top: 13px;
    left: 13px;
    font-size: 17px;
	cursor: pointer;
    z-index: 10000;
    color: #fff;
    text-shadow: 0px 2px 6px #555;
}
.sidebar-collapsed .admin-sidebar{
	width: 50px; 
	overflow-y: visible; 
}
.sidebar-collapsed .admin-sidebar .side-header p,.sidebar-collapsed .admin-sidebar .side-content .sidebar-nav ul li span,.sidebar-collapsed .admin-sidebar .side-content .sidebar-nav ul li a .chng-icon{ 
    display: none;	
    transition: all, .5s;
    white-space: nowrap;
}

.sidebar-collapsed .admin-sidebar .side-content .sidebar-nav ul li.sub-menu .sub-menu-content{
    position: absolute;
    top: 0px;
    left: 49px;	
    border-radius: 0px 10px 10px 0px;
}
.sidebar-collapsed .admin-sidebar .side-content .sidebar-nav ul li.sub-menu:hover .sub-menu-content{
	display: block;
}
/*Main Content */
.admin-main{
	width: 100%;
    padding-left: 220px;
    min-height: 700px;
    position: relative; 
    transition: all 150ms;
	margin-top: 50px;
}
.sidebar-collapsed .admin-main { 
    padding-left: 50px;
}
.admin-main .topbar{
	height: 50px;
    background-color: #fff;
    border-bottom: 1px solid #ececec;
    box-shadow: 0px 0px 10px 1px #f1f1f1;
    width: 100%; 
    z-index: 100;
	position: fixed;
	top: 0;
    transition: 0.15s;
    white-space: nowrap;
}
.admin-main .topbar-child{
	z-index: 100;
    transition: 0.15s;
    margin: 70px 2rem 10px 2rem;
    white-space: nowrap;
    background-color: #ffffff;
    border-bottom: 1px solid #dddddd;
        overflow-x: auto;
    overflow-y: hidden;
}
.admin-main .topbar-child .top-line{
	background: -webkit-linear-gradient(left, #e7e5e5 50%, #b2b2b2 50%);
    background: -moz-linear-gradient(left, #e7e5e5 50%, #b2b2b2 50%);
    background: -o-linear-gradient(left, #e7e5e5 50%, #b2b2b2 50%);
    background: linear-gradient(left, #e7e5e5 50%, #b2b2b2 50%);
    background-size: 15px 25%;
    padding: 1px;
    display: block;
} 
.admin-main .topbar-child ul{
display: flex;
}
.admin-main .topbar-child ul li{
    list-style: none;
    display: inline-flex;  
}
.admin-main .topbar-child ul li:hover{	
     box-shadow: inset 0px 0px 5px 0px #ccccccab;
}
.admin-main .topbar-child ul li.active a::before{
	content: "";
    border-style: solid;
    border-width: 10px 15px 10px 0;
    border-color: transparent #2183eb transparent transparent;
    position: absolute;
    bottom: -17px;
	left: 40%;
    transform: rotate(-90deg);
}
.admin-main .topbar-child ul li a{
	color: #6a6a6a;
    padding: 10px;
    border-right: 1px solid #ccc;
	position: relative;
}
.sidebar-collapsed .admin-main .topbar {
	width: 111%;
}
.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: -11px;
    position: fixed;
    display: inline-block;
}
.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;
}
/*Data table Pagination */
.paging_input .paginate_button{
	padding: 5px 10px;
    background-color: #ebebeb;
    margin: 5px;
    cursor: pointer;
}
.paging_input .paginate_input{
	width: 80px;
    border-radius: 3px;
    box-shadow: none;
    border: 1px solid #ccc;
    text-align: center;
    margin: 5px;
    padding: 3px;
}
@media only screen and (max-width: 600px) {
.paging_input .paginate_button.first,.paging_input .paginate_button.previous,.paging_input .paginate_button.last,.paging_input .paginate_button.next{ 
    display: block;
    text-align: center;
    width: 150px;
    margin: 5px auto;
}
}
/*------------Update Box-----------------*/
.update-box .bg-image{
    background: url(../images/update-bg.png);
    background-position: center;
    transition: background-color 1.5s;
    background-repeat: no-repeat;
    background-size: 200px;
    padding: 50px 20px;
    text-align: center;
    width: 200px;
    height: 200px;
    border-radius: 15%;
    background-blend-mode: screen;
	margin: auto;
}
.update-box h4{
    margin-top: 17px;
}
.version-detail-box .version-detail span{
	font-size: 11px;
    color: #8f8f8f;
    text-align: center;
    display: block;
    margin: 5px;
}
/*-------------Modules-----------------*/
.module-box{
background-color: #fff;
    height:400px;
    border-radius: 5px;
    box-shadow: 1px 1px #ccc;
}
.module-box .details{
	padding: 15px;
}
.module-box .details h4{
font-weight: 400;
}
/*------------Responsive---------------*/
@media only screen and (max-width: 600px) {
	.sidebar-collapsed .admin-sidebar{
		width: 0px;		
    	overflow-x: hidden;
	}
	.admin-sidebar{
		width: 220px;
	}
	.admin-main{
		padding-left: 0px !important;
        margin-top: 0px !important;
	}
	.admin-main .topbar{		
    	width: 100% !important;    	
    	position: relative;
	}
	.admin-main .topbar .topbar-actions{		
    width: 100%;
    display: block;
    right: 0px;
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
		position: relative;
	}
	.admin-main .topbar .topbar-actions ul li,.admin-main .topbar .userbar{		
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
	}
	.admin-main .topbar .userbar {		
    	right: 0;
	}
}