/*!
 * Theme Name: Default
 * Package : DashLite
 * Author: Softnio
 * Author URI: http://themeforest.net/user/softnio
 * Version	 :	1.0.0
 * Updated	 :	07.23.2020
**/
.badge-moda{
    position: relative;
    top: -2px;
    margin-left: 10px;
}
table{
    width: 100% !important;
}
table tr th{
    background: #e85347 !important;
    color: white !important;
    vertical-align: middle !important;
}
table tr.bg-red td{
    background: #e7f7f2 !important;
    color: #e85347 !important;
}
table tr td a{
    color: #e85347;
    font-weight: 700;
}
.label-module{
    position: absolute;
    left: 54%;
    top: 10%;
}
.module-illustration{
    min-height: 120px;
    background-color: #eee;
    overflow: hidden;
}
.module-info{
    padding: 20px;
}
.card-permissions{
    box-shadow: none !important;
}
.nk-tb-item{
    cursor: pointer !important;
}
.removeRow td{
    background: #e7f7f2 !important;
}
.control-readonly{
    background: #f9f9f9 !important;
}
.dt-paging-button.page-item.active,
.dt-paging-button.page-item.active:focus
{
    color: white;
}
.dt-paging-button.page-item.active .page-link:hover{
    color: rgba(255,255,255,.8) !important;
}
.dt-scroll{
    border-radius: 3px !important;
    overflow: hidden !important;
}
.card-permission .card-inner{
    min-height: 250px !important;
}
.bg-success{
    background: #0fac81 !important;
}
.dataTables_scrollHeadInner{
    width: 100% !important;
}
.mr-2{
    margin-right: 20px;
}
.copyto small{
    font-size: 9px;
}
.copyto p{
    margin: 0px;
    position: relative;
    top: -2px;
}
.row-hidden, .row-hidden-single{
    display: none !important;
}
.row-show, .row-show-single{
    display: flex !important;
}
.badge-role{
    margin-right: 3px;
}
.page-icon{
    background: white;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 20px;
    border: 2px solid #0fac81 !important;
}
.page-icon img{
    border-radius: 50%;
}
.nk-custom-padding{
    padding-left: 20px;
    padding-right: 30px !important;
}