/*@import "theme.css";*/
* {
    margin: 0;
    padding: 0;
}

body {
    direction: rtl;
    font-size: 14px;
    font-family: Tahoma, sans-serif;
    /*font-family: Vazirmatn, sans-serif !important;*/
    text-align: right;
}

.loading {
    display: inline-block;
    min-width: 24px;
    min-height: 24px;
    text-align: center;
    background: url(../img/loading.gif) no-repeat center center;
}

.line-through {
    text-decoration: line-through;
    color: #b8bb85;
}

#navbarApp.navbar-top {
    margin: 0;
    padding: 0;
}

#navbarApp a.navbar-link {
    display: inline-block;
    padding: 10px;
    text-decoration: none;
    color: #fff;
}

div.form {
    padding: 10px;
    background: #eee;
}

div.form input, select {
    padding: 5px;
}

.cursor_pointer {
    cursor: pointer;
}

a.disabled {
    pointer-events: none;
    cursor: default;
    color: var(--gray);
}

.borderless, .borderless > li, .borderless > td, .borderless > th, .borderless > tr > td, .borderless > tr > th, .borderless > thead > tr > td, .borderless > tbody > tr > td {
    border: none;
}

.scrolled_600 {
    max-height: 600px;
    overflow: auto;
}

.scrolled_400 {
    max-height: 400px;
    overflow: auto;
}

.scrolled_800 {
    max-height: 800px;
    overflow: auto;
}

.rtl {
    direction: rtl
}

.ltr {
    direction: ltr
}

/*ul.navbar-nav li a.active {*/
/*    !*color: #000;*!*/
/*}*/
#bottomSection .admin-links {
    margin-top: 2px;
    padding-top: 5px;
}

#bottomSection .admin-links ul {
    display: block !important;
    text-align: center;
}

#bottomSection .admin-links ul li {
    display: inline-block !important;
    margin-left: 5px;
}

#bottomSection {
    /* position: absolute;*/
    /*bottom: 10px;*/
    /*left: 0;*/
    /*right: 0;*/
    margin-top: 300px;
}

#bottomSection .copyright {
    font-size: 0.7rem;
    color: #999;
}

a {
    font-weight: bold;
}

a:hover {
    text-decoration: none;
    font-weight: normal;
}

/*.btn-info:hover {*/
/*    background: #F7D600;*/
/*    border-color: #F7D600;*/
/*}*/
/*.btn-info {*/
/*    background: #bea70e;*/
/*    border-color: #bea70e;*/
/*}*/

.navbar-right .dropdown-menu {
    position: absolute;
    right: 0;
    z-index: 1050;
    top: 30px;
}

.navbar-left .dropdown-menu {
    position: absolute;
    left: 0;
    z-index: 1050;
    top: 30px;
}

.required:after {
    content: '*';
    color: var(--danger);
}

.error {
    color: var(--danger);
}

input::-webkit-input-placeholder {
    color: var(--placeholder) !important;
}

input:-moz-placeholder {
    color: var(--placeholder) !important;
}

.blink, blink {
    -webkit-animation: blinker 1.5s linear infinite;
    -moz-animation: blinker 1.5s linear infinite;
    -o-animation: blinker 1.5s linear infinite;
    animation: blinker 1.5s linear infinite;
    /*color: red;*/
    /*font-family: sans-serif;*/
}

@keyframes blinker {
    100% {
        background-color: var(--placeholder-box);
        /*opacity: 0;*/
    }
    50% {
        background-color: var(--placeholder-box-0);
    }
}

.text-blink {
    -webkit-animation: tblinker 1.5s linear infinite;
    -moz-animation: tblinker 1.5s linear infinite;
    -o-animation: tblinker 1.5s linear infinite;
    animation: tblinker 1.5s linear infinite;
    /*color: red;*/
    /*font-family: sans-serif;*/
}

@keyframes tblinker {
    50% {
        opacity: 0;
    }
}

.placeholder {
    width: 100%;
    /*background: url("../img/placeholder.png") center center;*/
    background-color: var(--placeholder-box);
    background-size: auto;
    text-align: center;
    vertical-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
}

.table-responsive.grab {
    cursor: grab;
}

.table-responsive.grabbing {
    cursor: grabbing;
}
ul.navbar {
    list-style: none;
}
.navbar-left {
    float: left;
}