@charset "UTF-8";
@import url(fonts.css); /* import fonts  */

/* CSS Reset */
body {
    direction: rtl;
    font-family: IRANSans, tahoma;
    font-size: 13px;
}

p {
    line-height: 180%;
}

/* Elements Style */
.page-title {
    font-size: 20px;
    padding-top: 4px;
    padding-bottom: 6px;
    width: unset;
}

.page-btns {
    float: left;
    width: unset;
}

.act-icon {
    border-radius: 50%;
    color: #8ca6bc;
    font-size: 16px;
    padding-top: 3px;
    text-align: center;
    width: 22px;
    height: 22px;
}

.act-icon:hover {
    background-color: #26B99A;
    color: #FFF;
}

a.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
}

.form-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 750px;
}

.form-header {
    background-color: #ededed;
    border-radius: 5px;
    margin-top: 15px;
    padding: 6px;
    text-align: center;
    font-weight: bold;
}

@media (max-width: 767px) {
    .form-header {
        margin-top: 5px !important;
    }

    .page-title, .page-btns {
        padding-right: 5px;
        padding-left: 5px;
    }

    .page-btns .btn {
        margin-left: 0;
    }
}

.form-icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.input-xs {
    height: 22px !important;
    padding: 1px 4px !important;
    font-size: 11px !important;
}

.appform {
    background-color: #f2f2f2;
    padding: 6px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.appform .apptoggle {
    display: block;
    color: #999;
}

.datatable {
    width: 100%;
}

.datatable th {
    background-color: #ededed;
    border: 2px solid #fff;
    text-align: center;
    padding: 5px;
}

.datatable th .form-control {
    display: inherit;
    max-width: 130px;
}

.datatable th.blankth {
    background-color: #fff;
    width: 15px;
}

.datatable td {
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 4px;
    text-align: center;
}

.datatable tr {
    transition: all 0.4s;
}

.datatable tr:nth-child(odd) {
    background-color: #fff;
}

.datatable tr:nth-child(even) {
    background-color: #f7f7f7;
}

.datatable tr:hover {
    background-color: #eaf5f2;
}

.datatable.compress td {
    padding: 0 !important;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        margin-bottom: 0;
        border: none;
    }

    .datatable td {
        border: none;
        border-top: 1px solid #eee;
        border-radius: 0;
        padding: 10px 4px;
    }

    .datatable tr {
    }
}

tr.bg-danger {
    background-color: #f2dede !important;
}

.cq-red {
    background-color: #e75f51;
    color: #fff;
}

.text-light {
    color: #999;
}

.bg-red-balance {
    background-color: #f36254 !important;
    color: #fff !important;
}

.bg-green-balance {
    background-color: #2fd4a7 !important;
    color: #fff !important;
}

.box-res {
    display: inline-block;
    font-size: 95%;
    line-height: 100%;
    padding: 1px;
    color: #999;
    background-color: #fff;
    border: 1px solid #ddd;
}

.box-own {
    display: inline-block;
    font-size: 95%;
    line-height: 100%;
    padding: 3px 2px 1px 2px;
    color: #fff;
    background-color: #bbb;
}

.box-fullname {
    line-height: 100%;
    font-size: 95%;
    color: #888;
}

tr.pagebar-row,
tr.pagebar-row:hover {
    background: none !important;
    height: 100px;
}

tr.pagebar-row td {
    text-align: inherit;
}

.pagebar {
    width: 300px;
}

.pagebar select,
.pagebar button {
    height: 30px;
    float: right;
    background-color: #fff;
    border: 1px solid #CCC;
}

.pagebar select {
    padding: 0 25px;
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
}

.pagebar button {
    margin: 0 !important;
    padding-top: 5px;
}

.pagebar button:hover:not([disabled]),
.pagebar select:hover {
    background-color: #dde8e5;
    cursor: pointer;
}

.pagebar button.fst {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.pagebar button.lst {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pagebar button.mdl {
    border-right: none;
    border-left: none;
}

.pagebar button[disabled] {
    color: #999;
}

.blanktd {
    background-color: transparent !important;
    border: none;
}

.bill-units {
    max-height: 350px;
    overflow: auto;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding-right: 10px;
}

.bill-units label,
.bill-units input[type="checkbox"] {
    font-weight: normal;
    cursor: pointer;
}

.bill-units ul {
    list-style: none;
}

.label-green {
    background: #26B99A !important;
    color: #fff;
    padding: 1px 4px;
    border-radius: 4px;
}

.label-red {
    background: #E74C3C !important;
    color: #fff;
    padding: 1px 4px;
    border-radius: 4px;
}

.label-orng {
    background: #F39C12 !important;
    color: #fff;
    padding: 1px 4px;
    border-radius: 4px;
}

.label-blue {
    background: #5bc0de !important;
    color: #fff;
    padding: 1px 4px;
    border-radius: 4px;
}

.label-gray {
    background-color: #e5e5e5 !important;
    color: #666;
    padding: 1px 4px;
    border-radius: 4px;
}

.badge.badge-sm {
    padding: 2px 4px;
}

a.spec-content {
    display: block;
    padding: 6px 6px;
    margin-bottom: 16px;
    text-indent: 1px;
    background-color: #eeeeee;
    border-radius: 4px;
    font-size: 16px;
}

p.formula {
    text-align: center;
    background-color: #bedee9;
    color: #07406e;
    border-radius: 5px;
}

.checklabel {
    cursor: pointer;
    font-weight: normal;
    margin-left: 20px;
    line-height: 230%;
}

.bold {
    font-weight: bold !important;
}

.arrow-td {
    vertical-align: middle !important;
    padding: 0 !important;
}

.x_content > .row {
    margin-left: -5px;
    margin-right: -5px;
}

.x_content > .row > div {
    padding-left: 3px;
    padding-right: 3px;
}

.dark_scrollbar {
    overflow-y: auto;
}

.dark_scrollbar::-webkit-scrollbar {
    width: 4px;
}

.dark_scrollbar:hover::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.2);
}

#PageContent {
    position: fixed;
    width: 100%;
    left: 0;
    top: 47px;
    bottom: 56px;
    padding: 10px;
    z-index: 800;
    background-color: #fff;
    overflow: auto;
}

.apptabs {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1020;
    min-height: 40px;
    background-color: #2e516b;
}

.apptabs .row {
    padding: 0 8px;
}

.apptabs .row div {
    padding: 8px 5px 2px 5px;
}

.apptabs a {
    display: inline-block;
    color: #bbbbbb;
    font-size: 12px;
}

.apptabs a.active,
.apptabs a:hover {
    color: #fff;
}

.apptabs a .fa {
    font-size: 18px !important;
}

.apptabs .badge {
    position: absolute;
    top: 5px;
}

@media (max-width: 430px) {
    .apptabs .badge {
        left: 8px;
    }
}

a.app-dl {
    display: block;
    padding: 6px;
    text-align: center;
    color: #999;
    background-color: #e2e2e2;
}

a.app-dl:hover {
    color: #fff;
    background-color: #cdcdcd;
}

/* Live Search calass */
ul.liveSrchResult {
    padding: 0;
    margin-bottom: 2px;
    list-style: none;
    background-color: #fff;
    border-right: solid 8px #ccc;
    border-left: solid 3px #ccc;
}

ul.liveSrchResult li {
    line-height: 130%;
    padding: 4px 5px;
    border-bottom: 1px solid #eee;
}

ul.liveSrchResult li:hover {
    background-color: #ddd;
    cursor: pointer;
}

.tooltip-inner {
    font-family: tahoma;
    font-size: 11px;
}

.popover-content {
    font-family: IRANSans, tahoma;
    font-size: 85%;
    line-height: 180%;
}
