@charset "utf-8";
/**css reset*/

html, body, div, input, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}

/**************font*****/

/* iransans */
@font-face {
    font-family: 'sans';
    src: url('../fonts/IRANSANSExpanded.eot?#') format('eot'), /* IE6–8 */ url('../fonts/IRANSANSExpanded.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/IRANSANSExpanded.woff2') format('woff2');
    font-weight: normal;
}

/* iransans */
@font-face {
    font-family: 'sans';
    src: url('../fonts/IRANSans-Bold.eot?#') format('eot'), /* IE6–8 */ url('../fonts/IRANSans-Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/IRANSans-Bold.woff2') format('woff2');
    font-weight: bold;
}

body {
    direction: rtl;
    font-family: sans;
    font-size: 10pt;
    color: #2c3e50;
    background-color: #e74c3c;
    background-image: url("../img/bg.png");
    transition: all 0.4s ease-in-out;
    box-sizing: border-box;
    cursor: context-menu;
}

hr {
    background-image: linear-gradient(to left, transparent, #2c3e50, transparent);
    border: 0;
    height: 1px;
    margin: 10px 0 20px 0;
    box-sizing: content-box;
}

a {
    color: #e74c3c;
    text-decoration: none;
}

a:hover {
    color: #c0392b;
}

.clear {
    clear: both;
}

i {
    vertical-align: middle;
}

.label {
    font-weight: bold;
    display: block;
    margin-top: 15px;
    margin-bottom: 5px;
}

.label span,
.label a {
    display: inline-block;
    font-weight: normal;
    font-size: 8pt;
    padding: 0 5px;
    border-radius: 3px;
    margin-right: 5px;
    border: solid 1px #e74c3c;
    color: #e74c3c;
}

.label a {
    cursor: pointer;
}

.label a:hover {
    background: #e74c3c;
    color: #ecf0f1;
}

input[type=text],
input[type=password] {
    font-family: 'sans';
    padding: 5px 35px 5px 10px;
    border-bottom: solid 1px #2c3e50;
    background: transparent;
}

input[type=text]:focus,
input[type=password]:focus {
    border-bottom: solid 1px #e74c3c;
}

.input-i {
    position: relative;
    width: 0;
    right: 10px;
    color: #2c3e50;
    font-size: 20px;
}

.btn-red {
    display: inline-block;
    padding: 5px 25px;
    box-sizing: border-box;
    background: #e74c3c;
    color: #ecf0f1;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}

.btn-red:hover {
    background: #c0392b;
}

.box {
    display: block;
    width: calc(100% - 24px);
    max-width: 900px;
    border-radius: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
    margin-left: auto;
    margin-right: auto;
    padding: 10px 25px;
    box-sizing: border-box;
    background: #ecf0f1;
}

.msg-box {
    display: block;
    width: 100%;
    position: fixed;
    bottom: -100px;
    right: 0;
    padding: 20px;
    box-sizing: border-box;
    background: #3f3f3fdd;
    color: #ecf0f1;
    z-index: 999999;
    transition: all 0.4s ease-in-out;
}

.msg-box .msg-text {
    display: inline-block;
    width: calc(100% - 120px);
    vertical-align: middle;
    padding: 5px 0;
}

.msg-box .msg-close {
    float: left;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 20px;
    border-radius: 5px;
    cursor: pointer;
    color: #e74c3c;
}

.msg-box .msg-close:hover {
    background: #e74c3c;
    color: #ecf0f1;
}

.login-header img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    vertical-align: middle;
}

.login-header span {
    font-weight: bold;
    font-size: 24pt;
    color: #ecf0f1;
}

.login {
    max-width: 600px;
}

.login .title {
    display: block;
    font-weight: bold;
    font-size: 16pt;
    margin-bottom: 10px;
    margin-right: 15px;
}

.login-header {
    text-align: center;
    margin: 20px;
}

.login input {
    width: calc(100% - 50px);
    max-width: 350px;
}

.login .btn-red {
    display: block;
    width: 150px;
    margin: 20px auto 10px auto;
}

.menu-bar {
    background: #ecf0f1;
    padding: 10px 35px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}

.menu-bar img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    vertical-align: middle;
}

.menu-bar span {
    display: inline-block;
    font-weight: bold;
    font-size: 18pt;
    color: #2c3e50;
    vertical-align: middle;
    margin: 0 10px;
}

.menu-bar a {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    margin: 0 5px;
    color: #e74c3c;
    cursor: pointer;
    vertical-align: middle;
}

.menu-bar a:hover {
    background: #e74c3c;
    color: #ecf0f1;
}

.menu-bar .active {
    background: #e74c3c;
    color: #ecf0f1;
}

.menu-bar .out {
    float: left;
    margin-top: 12px;
}

.panel {
    margin: 20px auto;
}

.panel .title {
    display: block;
    font-weight: bold;
    font-size: 16pt;
    margin-bottom: 10px;
    margin-right: 15px;
}

.panel input {
    width: calc(100% - 50px);
    max-width: 650px;
    text-align: left;
}

.panel .btn-red {
    display: block;
    width: 200px;
    margin: 20px 0 10px 0;
}

.table-header {
    background: #e74c3c;
    color: #ecf0f1;
    padding: 5px 0;
}

.table-header span {
    display: inline-block;
    padding: 0 10px;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 10pt;
    border-right: solid 1px #ecf0f1;
}

.table-header span:first-child {
    border-right: none !important;
}

.table-row {
    padding: 5px 0;
    border-bottom: solid 1px #e74c3c;
    border-left: solid 1px #e74c3c;
    border-right: solid 1px #e74c3c;
}

.table-row:nth-child(2n - 1) {
    background: #dde4e6;
}

.table-row span {
    display: inline-block;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 9pt;
    border-right: solid 1px #e74c3c;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.table-row span:first-child {
    border-right: none !important;
}

.table-row .span-i {
    color: #e74c3c;
    font-size: 12pt;
    height: 30px;
    text-align: center;
    transition: all 0.2s ease-in-out;
}

.paging {
    text-align: center;
    margin: 20px 0 5px 0;
}

.paging a {
    display: inline-block;
    width: 35px;
    height: 22px;
    text-align: center;
    border-radius: 5px;
    border: solid 1px #e74c3c;
}

.paging a i {
    vertical-align: inherit;
}

.paging .active {
    background: #e74c3c;
    color: #ecf0f1;
    cursor: context-menu;
}

.btn-radio {
    display: inline-block;
    padding: 2px 7px;
    border-radius: 5px;
    font-size: 9pt;
    font-weight: bold;
    color: #e74c3c;
    border: solid 1px #e74c3c;
    cursor: pointer;
}

.btn-radio:hover {
    color: #c0392b;
    border: solid 1px #c0392b;
}

.radio-selected {
    color: #ecf0f1;
    background: #e74c3c;
    cursor: context-menu;
}

.radio-selected:hover {
    color: #ecf0f1;
    background: #e74c3c;
    border: solid 1px #e74c3c;
}

.btn-radio i {
    font-size: 12pt;
}

.black {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.35);
    top: 0;
    right: 0;
    z-index: 10;
}

.alert {
    display: none;
    position: fixed;
    top: 10vh;
    right: 0;
    left: 0;
    z-index: 20;
    padding: 0;
    width: 350px;
    opacity: 0.0;
    transition: all 0.2s ease-in-out;
}

.alert .title {
    padding: 5px 15px;
    font-weight: bold;
    font-size: 15pt;
}

.alert .title i {
    float: left;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    color: #7f8c8d;
}

.alert .text {
    margin: 10px 0 25px 0;
    padding: 0 15px;
    text-align: justify;
}

.alert .positive-btn,
.alert .negative-btn {
    text-align: center;
    border-top: solid 1px #bdc3c7;
    padding: 5px 0;
    font-size: 12pt;
    cursor: pointer;
    font-weight: bold;
}

.alert .positive-btn {
    color: #e74c3c;
}