*{
    font-family: iran-sans;
}

body {
    direction: rtl;
    text-align: right;
    position: absolute;
    width: 100%;
}

.sidebar{
    font-size: 14px;
}

.nav{
    padding-right: 0;
}

.sidebar-minify-btn {
    float: left;
    padding: 5px 10px 5px 20px !important;
    border-radius: 0 20px 20px 0;
}

.pager .next>a, .pager .next>span, .panel-heading-btn {
    float: left;
}

.fa, .fab, .fal, .far, .fas{
    line-height: 2;
}

.div-center {
    margin: auto 0 auto auto !important;
}

.input-group-addon:last-child, .input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text{
    border-radius: 0.25rem 0 0 0.25rem;
}

.input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child){
    border-radius: 0 0.25rem 0.25rem 0;
}

.btn-group .btn.btn-yellow:not(.active)+.btn.btn-yellow, .input-group-append .btn.btn-yellow, .input-group-btn .btn.btn-yellow:not(.active)+.btn.btn-yellow {
    border-right-color: #bfa300;
    border-left: 0px;
}

.panel-heading-btn {
    position: relative;
    top: 2px;
}

.grid-icon{
    font-size: 1.1rem !important;
}

.form-check-box {
    display: table;
}

.form-check-box .form-check-box-input {
    display: table-cell;
    width: 60px;
}

.form-check-box .form-check-box-label {
    display: table-cell;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
}

.dataTables_length, div.dataTables_info {
    float: right;
    margin: 0;
}

.dataTable {
    width: 100% !important;
}

.dataTables_filter input{
    margin: 0 !important;
}

div.dataTables_wrapper div.dataTables_paginate {
    text-align: left;
}

.widget-stats .stats-icon {
    right: auto;
    left: 15px;
}

.dropdown-menu {
    text-align: right;
}

.image-preview-clear {
    border-radius: 0;
}

.image-preview-input {
    position: relative;
    overflow: hidden;
    margin: 0px;
    color: #333;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    height: 34px;
    box-sizing: border-box;
}

.image-preview-input span {
    position: relative;
    top: -5px;
}

.image-preview-input input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.image-preview-input-title {
    margin-left: 2px;
}

.fail-pass span{
    display: inline-block;
    width: 130px;
    padding: 13px 0;
    margin-left: 5px;
    float: right;
    font-size: 12px;
}

.jBox-Notice-green .jBox-container {
    color: #fff;
    background: #3b9a00;
}

.panel-footer-btn {
    min-width: 200px;
}

.panel-footer-btn i {
    float: right;
    font-size: 0.6rem;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    padding-left: 10px;
}

.btn-group-tag button{
    min-width: 80px;
}

/* MONITORING */

.panel-items {
    padding: 0;
    margin: 0;
}

.panel-items li {
    list-style: none;
}

.panel-items li span {
    display: block;
    padding: 5px;
    width: 100%;
    text-align: center;
    color: #FFF;
}

.panel-items li span:not(:first-child) {
    color: #000;
    font-weight: 600;
}

.panel-items li {
    background-color: #eee;
    border-radius: 5px;
    margin-bottom: 3px;
}

.server-led-status {
    position: absolute;
    left: 20px;
    display: inline-block;
    width: 70px;
    color: #fff;
    height: 70px;
    font-weight: 600;
    border-radius: 50%;
    border: 2px solid #fff;
    white-space: nowrap;
    text-align: center;
    padding: 22px 0;
}

div.dataTables_wrapper div.dataTables_processing {
    background-color: #00acac;
    color: #fff;
}

@media (max-width: 767px) {
    .login .login-header .brand .logo {
        margin-bottom: 20px;
    }
}

.captcha-img {
    width: 100%;
    text-align: center;
    background-color: #ededed;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 2px;
    height: 36px;
}

.chart-feedback-count {
    width: 100%;
    font-size: 15px;
    font-weight: bold;
}

.panel-body {
    position: relative;
}

.has-loading {
    top: 0;
    right: 0 ;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.has-loading > .loading-details {
    width:120px;
    height: 80px;
    text-align: center;
    top: -40px;
    position: relative;
}

.has-loading > .loading-details .fa-spinner {
    color: #4f6262 !important;
}
