/*====================================
SIDEMENU
=====================================*/
.sidemenu{
    width: 180px;
    max-width: 180px;
    height: 100%;
    background: #292727;
    -webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
    z-index: 1;
}

.sidemenu .sidemenu-header{
    background: #fff;
    height: 60px;
}

.sidemenu .sidemenu-list .accordion li .active{
    background: #fff;
    color:  #ff0000;
}

.sidemenu .sidemenu-list .active:hover{
    color: #fc1c1c;
}

.sidemenu .sidemenu-list .accordion{
    position: static;
}

.sidemenu .sidemenu-list .accordion li a{
    color: #fff;
    transition: all 0.2s ease-in-out;
    font-size: 14px;
}

.sidemenu .sidemenu-list .accordion li a:hover{
    color: #fc0303;
    background: #fff;
}

.sidemenu .sidemenu-list .accordion li .submenu{
    display: none;
    background: #3d3a3a;
    width: 100%;
}

.sidemenu-list{
    overflow: scroll;
    overflow-x: hidden;
    height: 490px;
}

.sidemenu-list::-webkit-scrollbar{
    width: 5px;
}

.sidemenu-list::-webkit-scrollbar-thumb{
    background: red;
    border-radius: 5px;
}

@media(max-width: 768px){
    .sidemenu{
        margin-left: -180px;
    }
}

/*=====================================
TOPBAR
=====================================*/
.topbar{
    z-index: 1;
}
.topbar .hide-menu-icon{
    color: #383636;
}

.topbar .hide-menu-icon:hover{
    color: #fc0303;
}

/*======================================
CONTROLPANEL
======================================*/
.wrapper{
    align-items: stretch;
    display: flex;
}

.right-panel{
    width: 100%;
    height: 100%;
}

.open#sideMenu{
    margin-left: 0px;
    z-index: 99999;
}

iframe{
    width: 100%;
    height: 88%;
}

.wrapper::-webkit-scrollbar{
    display: none;
}

/*============================================
DEFAULT CSS
============================================*/
.saveBtn{
    background: #d91002;
}

.saveBtn:hover{
    background: #e81102;
}

.pagination .prev-btn, .pagination .next-btn{
    color: #fff;
    background: #d91002;
}

.pagination .prev-btn:hover, .pagination .next-btn:hover{
    background: #e81102;
}

.pagination .page-btn{
    color: #d91002;
}

.pagination .active{
    background: #d91002;
    color: #fff;
}

.alert-box-success{
    background: #04800a;
    color: #fff;
}

.alert-box-error{
    background: #960303;
    color: #fff;
}

.data-table img{
    width: 28%;
    filter: grayscale(100%) opacity(50%);
}

.dialog{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background: rgba(47, 47, 48,0.3);
    display: none;
}

.dialog-inner{
    width: 30%;
    margin: 0 auto;
    position: relative;
}

.dialog .dialog-inner .dialog-header h3{
    font-weight: 400;
    color: #8c8e8f;
} 

.dialog .dialog-inner .dialog-body p{
    color: #8c8e8f;
    font-weight: 400;
    font-size: 15px;
}

.btn-label{
    background-color: #ff0000;
    font-weight: 400;
}

@media(max-width: 768px){
    .data-table img{
        width: 85%;
        filter: grayscale(100%) opacity(50%);
    }

    .dialog .dialog-inner{
        width: 95%;
        height: auto;
        margin: 0 auto;
    }
}

/*===============================
LOGIN
===============================*/
.login-page{
    background-image: url('../image/b1.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.login-page .page-body{
    margin-top: 120px;
}

/*===============================
DASHBOARD
===============================*/
.page-data-box .data-box{
    height: 150px;
    background: #1a75ff;
    position: relative;
}

.page-data-box .data-box:before{
    content: '\f0c0';
    position: absolute;
    background-position: left;
    top: -20px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 80px;
    opacity: 0.7;
    color: #fff;
}

.page-data-box .data-sales-box{
    background: #00b300;
}

.page-data-box .data-sales-box:before{
    content: '\f07a';
    top: -15px;
}

.page-data-box .data-credits-box{
    background: #ff6600;
} 

.page-data-box .data-credits-box:before{
    content: '\f1e3';
    top: -15px;
}

.page-data-box .data-collection-box{
    background: #ff3333;
} 

.page-data-box .data-collection-box:before{
    content: '\f555';
    top: -15px;
}

.help-inline-error{
    color: #e60000;
    font-size: 12px;
}

/*=========================================
EXPORT FORM
========================================*/
.export-form .export-icon input[type=radio]{
    display: none;
}

.export-form .export-icon input[type=radio] + label{
    width: 100px;
    height: 100px;
    cursor: pointer;
    display: inline-block;
    position: relative;
}

/*.export-from .export-icon label img{*/
/*    width: 75%;*/
/*    height: auto;*/
/*}*/

.export-form .export-icon input[type=radio]:checked + label::after{
	position: absolute;
	content: "\f058";
    font-family: 'Font Awesome 5 Free';
    color: #1b71fa;
    top: -5px;
    right: 42px;
    font-size: 18px;
    font-weight: 600;
}

::-webkit-scrollbar{
    width: 8px;
}

::-webkit-scrollbar-thumb{
    background: red;
    border-radius: 15px;
}

.drop-content{
    display: none;
}

form input[type=time]:focus,
form textarea:focus,
form select:focus,
form input[type=text]:focus,
form input[type="date"]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus{
    border-color: #ff0000;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 0, 0, 0.6);
    outline: 0 none;
}