﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');


@font-face {
    font-family: "droid Naskh";
    src: url('../fonts/DroidNaskh-Regular.woff');
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    /*font-family: Tahoma;*/
}

@media (min-width:1200px) {
    .col-xl-9 {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

@media (min-width:1400px) {
    .col-xl-9 {
        max-width: 90%;
        flex: 0 0 90%;
    }
}

@media (min-width:1500px) {
    .col-xl-9 {
        max-width: 80%;
        flex: 0 0 80%;
    }
}

@media (min-width:1600px) {
    .col-xl-9 {
        max-width: 75%;
        flex: 0 0 75%;
    }
}

body {
    text-align: unset;
}

.arabic-font, body, tbody tr td, .panel-body, .dropdown-profile li a span {
    /*font-family: Tahoma;
    font-family: 'Cairo', sans-serif;
    font-size: 16px;*/
}

.table-responsive {
    /* box-shadow: 0px 0px 20px #e3e3e3;
    border-radius: 4px;*/
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
}

.table > thead > tr {
    /*background: linear-gradient(to left bottom, #3d506d, rgba(7, 96, 139, 0.74));*/
    background-color: #4a74b8;
}

.table tr td:first-child, .table tr th:first-child {
    padding-left: 16px;
}

.table tr td:last-child, .table tr th:last-child {
    /*padding-right: 16px;*/
}

.table > thead > tr > th {
    font-weight: normal;
    /*background-color: #3d506d;*/
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

/*.table > thead > tr > th:first-child {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        overflow: hidden;
    }

    .table > thead > tr > th:last-child {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }*/

.checkbox_blk, .radio_blk {
    direction: ltr;
}

.checkbox-list li {
    margin-bottom: 20px;
}

.checkbox-list td {
    padding-bottom: 20px;
}

.checkbox-list li:last-child {
    margin-bottom: 0px;
}

.checkbox-list {
    margin-bottom: 15px;
    margin-top: 15px;
}

.checkbox-btn label, .radio-btn label {
    font-size: 14px;
    padding-right: 28px;
}

.radio-box {
    height: 40px;
    line-height: 40px;
}

    .radio-box .btn-clear {
        float: right;
    }

.checkbox-btn label::before, .radio-btn label::before {
    left: auto;
    right: 4px;
}

.checkbox-btn label::after, .radio-btn label::after {
    left: auto;
    right: 0px;
}

.wait-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.70);
    left: 0px;
    top: 0px;
    z-index: 999;
    text-align: center;
    display: none;
}

    .wait-layer i {
        font-size: 40px;
    }

.alert-success-new {
    color: #468847;
    background-color: #DFF0D8;
    border-color: #D6E9C6;
    font-weight: bold;
    /*margin-left: 10px;
    margin-right: 10px;*/
    margin: 0px;
}

.alert-success-new-ar {
    float: right;
    direction: ltr;
}

.alert-danger-new {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-danger-new-ar {
    float: right;
    direction: rtl;
}

.main-menu {
    direction: ltr;
    margin-bottom: 45px !important;
    margin-top: 121px;
}

    .main-menu li {
        position: relative;
    }

        .main-menu li a {
            /*padding-top: 3px !important;*/
        }

.sidebar .nano-content > ul li > a > .sidebar-collapse-icon {
    float: right;
}

.sidebar .nano-content > ul li ul li a::after {
    left: 23px;
    top: 17px;
}

.sidebar .nano-content > ul li ul li.active a::after {
    background-color: #4a74b8;
}

.sidebar .nano-content > ul > li > ul > li.label, .sidebar .nano-content > ul > li > ul > li.content, .sidebar .nano-content > ul > li > ul > li > a {
    padding-left: 45px;
    padding-right: 10px;
}

.sidebar i {
    margin-right: 5px;
    float: left;
    margin-top: 6px;
}

.en-menu {
    display: block;
    font-size: 12px;
    margin-right: 27px;
    height: 16px;
    line-height: 16px;
}

.en-text {
    display: block;
    font-size: 12px;
    line-height: 12px;
    color: rgba(255, 255, 255, 0.71);
    font-weight: normal;
    direction: ltr;
}

.en-sub-menu {
    display: block;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
}

.header-icon {
    /*padding: 6px 0px 13px;*/
    margin-right: 95px;
}

.header::before {
    background-size: 100% 95px;
    top: -19px;
}

.head_txt {
    font-size: 18px;
    margin-top: 16px;
}

.drop-down {
    right: auto;
    left: 0px;
    /*top: 30px;*/
}

.user-avatar i {
    font-size: 14px;
    margin-right: 5px;
    margin-left: 5px;
}

.page-title-ar {
    float: right;
    direction: rtl;
}

.table {
    direction: ltr;
}

    .table th {
    }

    .table thead tr th:last-child {
        text-align: left;
        /*width: 55px;*/
    }

    .table tbody tr td:last-child {
        text-align: left;
    }

.form-control {
    direction: ltr;
    background-color: #f2f2f2;
    border: 0px !important;
}

    .form-control:hover, .form-control:active, .form-control:focus, .form-control.active {
        box-shadow: none;
        background-color: #e0e5e9;
        border: none;
    }

.field-title-ar {
    font-size: 14px;
    color: #3a3a3a;
    font-weight: bold;
}

.field-title-en {
    /*display: block;    */
}

.required-text {
    float: right;
}

.line-button {
    margin-top: -10px;
}

.checkbox-btn, .radio-btn {
    margin-left: 50px;
    position: relative;
    padding-right: 0px;
    margin-right: 0px;
}

.filter-row {
    direction: ltr;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    line-height: unset;
    border-right: 1px solid #e8e8e8;
}

.copyright_txt {
    position: fixed;
    background-color: #fff;
}

    .copyright_txt p {
        margin-top: 10px;
        margin-bottom: 10px;
    }

.sidebar .nano-content > ul > li > ul > li.active > a, .sidebar .nano-content > ul > li > ul > li.open > a, .sidebar .nano-content > ul > li > ul > li > ul {
    background: #e8e8e8;
}

.panel {
    direction: ltr;
}

.sesn_sch_blk .panel-title a {
    padding: 15px 15px 15px 30px;
}

.sesn_sch_blk #accordion .panel-heading a::before {
    right: auto;
    left: 15px;
}

.card {
    transition: ease all 0.3s;
}

    .card[aria-expanded="true"] {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

.sesn_sch_blk .card i.other-games {
    width: auto;
    background: transparent;
    border-radius: 0px;
    display: inline-block;
    padding: 0px;
    transition: ease all 0.3s;
    border-radius: 10px;
    overflow: hidden;
}

    .sesn_sch_blk .card i.other-games img {
        filter: none;
        max-height: 140px;
    }

.no-data {
    float: left;
    direction: ltr;
    margin-top: 5px;
}

.t-number {
    float: left;
    display: block;
    padding: 10px;
    background-color: #fff;
    margin-top: -10px;
    margin-left: 10px;
    border-radius: 5px;
}

.g-number {
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 2px 8px;
    background-color: #e6e7f0;
    border-radius: 5px;
    color: #8a8a8a;
}

.dir-rtl {
    direction: rtl;
}

.rate-card-table {
    width: 100%;
}

    .rate-card-table th {
        font-weight: bold;
        font-size: 14px;
        padding: 10px 13px !important;
        height: 50px;
        color: #000;
        /*font-family: Tahoma;*/
        text-align: center;
        vertical-align: middle !important;
    }

    .rate-card-table td {
        text-align: center;
        vertical-align: middle;
    }

.table.rate-card-table tbody tr td:last-child {
    text-align: center;
}

.position-title {
    font-weight: normal !important;
    background-color: #f2f3fc;
}

    .position-title div {
        width: 40px;
    }

.position-title-1 div {
    width: 70px;
}

.rate_blk .table tr td {
    position: relative;
}

    .rate_blk .table tr td input {
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

        .rate_blk .table tr td input:hover {
            background-color: #f2f3fc;
        }

        .rate_blk .table tr td input:focus {
            background-color: #fff;
            box-shadow: 0px 0px 8px #c6c6c6;
            position: absolute;
            left: -1px;
            top: -1px;
            z-index: 99;
            border-radius: 0px;
            cursor: text;
            border: 1px solid #51a8ff;
            width: calc(100% + 2px);
            height: calc(100% + 2px);
        }

.rate-card-header-table {
    direction: ltr;
    margin: 0 auto;
}

    .rate-card-header-table th {
        text-align: center;
        /*font-family: Tahoma;*/
        font-weight: bold;
        background-color: #f2f3fc;
        border: 1px solid #d1d1d1 !important;
        padding: 15px;
        height: 50px;
    }

.bg-white {
    background-color: #fff;
}

.add-results-link {
    display: block;
    width: 145px;
    background-color: #4D99C4;
    text-align: center;
    border-radius: 10px;
    padding: 5px;
    color: #fff !important;
    font-size: 1rem;
    font-weight: 400;
}

.dash_top .stat-widget-one .stat-text {
    font-weight: normal;
    color: #3a3a3a;
}

.color-primary-1 {
    color: #6da5e1;
}

.border-primary-1 {
    border-color: #6da5e1 !important;
}

.chart-tooltip {
    background-color: #fff;
    z-index: 999;
    direction: ltr;
    text-align: right !important;
}

/*.highcharts-label > span {
    left: 0px !important;
    top: 0px !important;
}*/

.highcharts-label span {
    text-decoration: none !important;
    color: black !important;
}

.highcharts-button tspan, .highcharts-button text {
    /*font-family: tahoma !important;*/
    font-weight: bold !important;
}

.header-table th {
    width: 33.33% !important;
}

    .header-table th:first-child {
        border-left: 1px solid #e7e7e7;
    }

    .header-table th:last-child {
        border-bottom: 0px;
        border-right: 1px solid #e7e7e7;
    }

.header-table td {
    font-size: 22px;
}

    .header-table td:first-child {
        border-left: 1px solid #e7e7e7;
    }



/*=============Thread==============*/
.messaging {
    max-width: 950px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.inbox_msg {
    border: 1px solid #c4c4c4;
    clear: both;
    padding: 30px 0 50px 0;
    overflow: hidden;
}

.received_msg {
    display: inline-block;
    padding: 0 0 0 10px;
    vertical-align: top;
    width: 92%;
}

.received_withd_msg {
    background: #fafafa none repeat scroll 0 0;
    border-radius: 15px 15px 15px 0;
    color: #4c5667;
    font-weight: 600;
    font-size: 14px;
    margin: 0;
    padding: 5px 10px 5px 12px;
    width: 100%;
    border: 1px solid #e6e6e6;
}

.time_date {
    color: #747474;
    display: block;
    font-size: 12px;
    margin-bottom: 8px;
}

.received_withd_msg p span /*, .sent_msg p span, .info-msg p span*/ {
    display: block;
    font-weight: 700;
}

.type_msg {
    border-top: 1px solid #c4c4c4;
    position: relative;
    margin-top: 15px;
}

.messaging .msg_send_btn {
    background: #2d6302 none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    height: 33px;
    position: absolute;
    right: 7px;
    top: 23px;
    width: 33px;
}

.messaging .input_msg_write input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #e6e6e6;
    color: #4c4c4c;
    font-size: 15px;
    min-height: 48px;
    width: 100%;
}

.input_msg_write {
    margin-top: 15px;
}

.received_msg {
    display: inline-block;
    padding: 0 0 0 10px;
    vertical-align: top;
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
}

.received_withd_msg {
    width: 100%;
}

.incoming_msg {
    max-width: 950px;
    margin: auto;
}

.clarification-data {
    background: #eee none repeat scroll 0 0;
    border-radius: 15px;
    color: #4c5667;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid #e6e6e6;
    padding: 5px 10px 5px 12px;
}

.clarification-dataParent {
    max-width: 950px;
    width: 100%;
    margin-bottom: 20px;
    margin: 0 auto;
}


.clarification-text span, .documents-support span {
    display: block;
    font-weight: 700;
}

.documents-support {
    text-align: right;
}

    .documents-support img {
        width: 30px;
        height: auto;
        margin: 5px;
    }

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.small-text {
    float: none !important;
    font-size: 16px;
    color: #999;
}

.vtext {
    /*transform: rotate(21deg);
    -ms-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    line-height: 56px !important;
    max-width: 30px;*/
}

.tip {
    cursor: pointer;
}

.tooltip-inner {
    min-width: 100px;
    max-width: 100%;
}

.r-color-0 {
    background-color: #ccffcc;
}

.r-color-1, .r-color-8 {
    background-color: #7dcc55;
}

.r-color-box-1, .r-color-box-8 {
    padding: 0px !important;
}

    .r-color-box-1 div, .r-color-box-8 div {
        width: 100%;
        height: 100%;
        background-color: #7dcc55;
        padding: 10px 13px;
    }

.r-color-2, .r-color-9 {
    background-color: #c4d79b;
}

.r-color-box-2, .r-color-box-9 {
    padding: 0px !important;
}

    .r-color-box-2 div, .r-color-box-9 div {
        width: 100%;
        height: 100%;
        background-color: #c4d79b;
        padding: 10px 13px;
    }

.r-color-3, .r-color-10 {
    background-color: #e6b8b7;
}

.r-color-box-3, .r-color-box-10 {
    padding: 0px !important;
}

    .r-color-box-3 div, .r-color-box-10 div {
        width: 100%;
        height: 100%;
        background-color: #e6b8b7;
        padding: 10px 13px;
    }

.r-color-4, .r-color-11 {
    background-color: #fabf8f;
}

.r-color-box-4, .r-color-box-11 {
    padding: 0px !important;
}

    .r-color-box-4 div, .r-color-box-11 div {
        width: 100%;
        height: 100%;
        background-color: #fabf8f;
        padding: 10px 13px;
    }

.r-color-5, .r-color-12 {
    background-color: #dce6f1;
}

.r-color-box-5, .r-color-box-12 {
    padding: 0px !important;
}

    .r-color-box-5 div, .r-color-box-12 div {
        width: 100%;
        height: 100%;
        background-color: #dce6f1;
        padding: 10px 13px;
    }

.r-color-6, .r-color-13 {
    background-color: #fde9d9;
}

.r-color-box-6, .r-color-box-13 {
    padding: 0px !important;
}

    .r-color-box-6 div, .r-color-box-13 div {
        width: 100%;
        height: 100%;
        background-color: #fde9d9;
        padding: 10px 13px;
    }

.r-color-7, .r-color-14 {
    background-color: #ccc0da;
}

.r-color-box-7, .r-color-box-14 {
    padding: 0px !important;
}

    .r-color-box-7 div, .r-color-box-14 div {
        width: 100%;
        height: 100%;
        background-color: #ccc0da;
        padding: 10px 13px;
    }

#clockdiv > div {
    padding: 3px 10px;
}

#clockdiv div > span {
    padding: 0px 20px;
}

.flag-box {
    line-height: 16px;
    margin-top: 10px;
}

.flag-row {
    display: block;
    height: 30px;
}

.flag-green, .flag-red {
    width: 20px;
    height: 20px;
    background-color: #26b726;
    float: right;
    margin-right: 6px;
    margin-left: 8px;
}

.flag-red {
    background-color: #ed1f24;
}

.header-cup {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 40px;
}


/*left to right menu*/
.sidebar {
    /*left: unset;
    right: 0;*/
}

.header {
    margin-left: unset;
    /*transition: margin-right 300ms ease-in-out 0s;
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size:cover;*/
    border-bottom: 10px solid #3d506d;
}

.header-site {
    /*background-image: url(../images/bg.jpg);
    background-repeat: repeat;*/
}

.header-bg {
    /*background-image: url(../images/bg-left.png);
    background-repeat: no-repeat;
    background-position: -200px 0px;*/
    height: 114px;
    overflow: hidden;
}

.logo-text {
    color: #fff;
    font-size: 26px;
    padding-top: 20px;
}

.header-bg-site {
    background-image: none;
    background-repeat: no-repeat;
    background-position: -200px 0px;
    height: 111px;
    overflow: hidden;
}

.login-logo {
    width: 450px;
    margin-top: 12px;
}

.login-logo-inner {
    width: 310px;
    margin-top: 12px;
}

.side-logo {
    width: 138px;
    margin: 0 auto;
}

.sidebar.sidebar-shrink ~ .content-wrap {
    margin-left: 250px;
}


.sidebar-hide .sidebar.sidebar-hide-to-small {
}

.sidebar-hide .sidebar.sidebar-shrink.sidebar-hide-to-small ~ .content-wrap {
    margin-left: 60px;
}

.sidebar-hide .sidebar.sidebar-shrink.sidebar-hide-to-small ~ .header {
    margin-left: 0px;
}

.logocup {
    position: absolute;
    left: 8px;
    top: -13px;
}

.header-icon {
    margin-right: unset;
    margin-left: 0px;
    padding: 3px 0px;
    text-align: right;
}

.role-title {
    color: #3d506d;
}

.logout-btn {
    float: right;
    /*box-shadow: 0px 0px 12px #d9d9d9;*/
    padding: 5px 15px;
    margin-top: 6px;
}

.side-logo-mobile {
    width: 60px;
}

.head_txt {
    margin-top: 27px;
    margin-right: 45px;
}

@media (max-width: 767px) {
    .header:before {
        background: none;
    }
}


.sidebar-hide .sidebar.sidebar-hide-to-small .nano-content > ul > li > a, .sidebar-hide .sidebar.sidebar-hide-to-small .nano-content > ul > li > a > span.en-menu {
    font-size: 0;
}

.sidebar-hide .sidebar.sidebar-hide-to-small .nano-content > ul > li > ul {
    left: 60px;
    /*right: 100%;*/
    background-color: #fff !important;
    overflow: auto !important;
}

.sidebar-hide .sidebar.sidebar-hide-to-small .nano-content > ul > li > ul {
    overflow: scroll;
    height: 500px;
}

.print {
    float: left;
    background: #ed1f24;
    border-color: #ed1f24;
}

.btn-red:hover, .btn-red:active {
    background: #2f96c8;
    color: #fff;
}

#datatable-editable caption {
    display: none;
}

.edit-column, .delete-column {
    width: 70px;
    text-align: center !important;
}

.basic-form {
    direction: ltr;
}

.table-btn i {
    font-size: 18px;
}

/*.table-btn-delete {
    color: #ed1f24;
}*/

.label-form-control {
    background-color: rgba(224, 229, 233, 0.4);
    line-height: 2;
    height: auto;
}

    .label-form-control:hover, .label-form-control:focus, .label-form-control:active {
        background-color: rgba(224, 229, 233, 0.4);
    }

.form-control:disabled {
    opacity: .65;
    cursor: not-allowed !important;
    background-color: #f2f2f2;
}

.form-control[readonly] {
    background-color: #e5edfb;
}

.nodata {
    font-style: italic;
    color: #8a8a8a;
    padding-right: 15px !important;
}

.card {
}

.card-in {
}

.card-title {
    background-color: #fff;
    width: 100%;
    padding: 15px;
    padding-bottom: 0px;
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
    border-bottom: 3px solid #3d506d;
    /*position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 99;*/
}

.card-title-in {
    /*box-shadow: 0px 0px 10px #999;*/
    /*background: linear-gradient(to left bottom, #3d506d, rgba(7, 96, 139, 0.74));*/
    background-color: #fff;
    padding-left: 0px;
    padding-right: 0px;
}

.card-in-action {
    padding-top: 46px;
    border-bottom: 1px solid #e7e7e7 !important;
    direction: ltr;
}

.card-action {
    padding: 0px;
    top: 10px;
    /*box-shadow: 0px 0px 10px rgba(153, 153, 153, 0.50);*/
    border-top: 1px solid #e7e7e7 !important;
    background: none;
    background-color: #fff;
}

.card-title-in h4 {
    color: #3a3a3a;
    line-height: normal;
}

.ticket-box {
    display: none;
}

    .ticket-box.active {
        display: flex;
    }

/*.reject-box > .col-lg-12 {
    padding-top: 0px;
}

.reject-box .card-in {
    margin-top: 0px;
}*/

.reject-box .card-title-in {
    background: none;
    background-color: rgba(224, 229, 233, 0.2);
}

    .reject-box .card-title-in h4 {
        color: #3a3a3a;
    }

#main-content {
    padding-bottom: 50px;
}

    #main-content > .row > .col-lg-12 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

        #main-content > .row > .col-lg-12 > .card-in {
            margin-top: 0px;
            margin-bottom: 0px;
            border-top: 0px;
            border-bottom: 0px;
        }

    #main-content .row:last-child .card-in {
        /*border-bottom: 3px solid #3d506d;*/
    }

.btn-waiting {
    opacity: .65 !important;
    cursor: not-allowed !important;
}

.section-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 999;
    text-align: center;
    display: none;
}

    .section-loader img {
        width: 50px;
        position: absolute;
        top: 20%;
    }

.denominations-table {
    width: 400px;
}

    .denominations-table th {
        width: 33%;
        text-align: center !important;
        background-color: #d5d5d7;
        border: 1px solid #444444;
        padding: 5px;
    }

    .denominations-table td {
        width: 33%;
        height: 40px;
        text-align: center !important;
        background-color: #c8d8f2;
        border: 1px solid #444444;
    }

        .denominations-table td:nth-child(2) {
            padding: 0px;
        }

        .denominations-table td:last-child {
            background-color: #ece5ed;
        }

        .denominations-table td input {
            width: 100%;
            height: 40px;
            text-align: center;
            border: 0px;
            background-color: transparent;
        }

.denomination-input:focus, .denomination-input:active {
    background-color: #deeafe;
}

.alert-icon {
    float: right;
    font-size: 20px;
    margin-top: 1px;
    margin-left: 10px;
}

.voucher-card {
    padding-top: 20px;
}

.voucher-card-body {
    width: 800px;
    margin: 0 auto;
    direction: ltr;
}

.voucher-header {
    text-align: center;
    border-bottom: 2px solid #c66372;
}

    .voucher-header img {
        width: 800px;
    }

.voucher-title {
    /*font-family: Arial;*/
    font-size: 30px;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
    position: relative;
    width: auto;
}

    .voucher-title span {
        border-bottom: 2px solid #c66372;
    }

.voucher-title-number {
    font-size: 28px;
}

.voucher-text {
    /*font-family: Arial;*/
    font-size: 26px;
    color: #000;
    font-weight: bold;
    margin-top: 40px;
    position: relative;
    width: auto;
}

.voucher-subtext {
    /*font-family: Arial;*/
    font-size: 24px;
    color: #000;
    font-weight: bold;
    margin-top: 40px;
}

.voucher-table table {
    border: 3px solid #000;
    margin: 0 auto;
    margin-top: 40px;
}

    .voucher-table table tr:first-child td:first-child {
        vertical-align: top;
    }

    .voucher-table table td {
        /*font-family: Arial;*/
        font-size: 26px;
        color: #000;
        font-weight: bold;
        border: 2px solid #000;
        padding: 5px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

.voucher-number {
    font-size: 22px;
}

.footer-text {
    /*font-family: Arial;*/
    font-size: 20px;
    color: #000;
    margin-top: 40px;
    border-top: 2px solid #c66372;
    font-weight: bold;
    text-align: justify;
}

.voucher-red-text {
    color: #c66372 !important;
}

.voucher-amount-words {
    font-size: 24px;
}

.label-area {
    padding: .375rem .75rem;
    background-color: rgba(224, 229, 233, 0.4);
    line-height: 2;
    padding-top: 0px;
}

.ui-widget {
    direction: ltr !important;
}

.datepicker[readonly] {
    background-color: #f2f2f2 !important;
}

.invoice-box {
    padding-top: 20px;
}

.report-filters {
    direction: ltr;
    margin-bottom: 14px;
    margin-top: 14px;
}

.controls {
    text-align: left;
}

.ltrtd {
    direction: ltr;
}

.aligncenter {
    text-align: center;
    font-weight: bold;
}

.signature {
    padding-top: 40px;
    padding-bottom: 70px;
}

.reports-table thead tr th:last-child {
    text-align: right;
    width: auto;
}

.reports-table tbody tr td:last-child {
    text-align: right;
}

.reports-table td, .reports-table th {
    border: 1px solid #dee2e6;
}

.reports-table > thead > tr > th {
    border-top: 1px solid #e7e7e7;
}

.reports-table.table > thead > tr {
    background: none;
    background-color: #f0f0f0;
}

    .reports-table.table > thead > tr > th {
        color: #3a3a3a;
    }

.reports-table.table tbody tr:hover {
    background-color: #fff !important;
}



.signtable td {
    font-weight: bold;
    text-align: center;
}

.signtable th {
    font-weight: bold;
    text-align: center;
}

.signtable thead tr th:last-child {
    text-align: right;
    width: auto;
}

.signtable thead tr th:last-child {
    text-align: center !important;
}

.reports-table thead tr th:last-child {
    width: auto;
}

.report-control {
    border: 1px solid #a9a9a9 !important;
    background-color: #fff;
    color: #000;
    width: 100%;
}

.table-reports {
    box-shadow: none;
}

.attachment-button {
    position: absolute;
    left: 14px;
    top: 7px;
    color: #fff !important;
}

.invoice-control-div {
    position: relative;
}

.invoice-control-delete {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
}

    .invoice-control-delete .card {
        margin: 0px;
        border-top: 0px;
    }

.invoice-control-delete-button {
    float: left
}

.receipt-text {
    /*font-family: Arial;*/
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

.receipt-table > tbody > tr > td:first-child {
    width: 500px;
}

.receipt-table > tbody > tr > td {
    padding-top: 10px;
}

.receipt-table > tbody > tr:first-child > td {
    padding-top: 20px;
}

.receipt-bordered-table {
    float: right;
    margin-right: 20px;
}

    .receipt-bordered-table td {
        border: 2px solid #000;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center !important;
    }

.receipt-line-height {
    line-height: 34px;
    padding-top: 30px !important;
}

.receipt-sign-table {
    width: 100%;
}

    .receipt-sign-table td {
        width: 33%;
        text-align: center !important;
        vertical-align: top;
    }

        .receipt-sign-table td div {
            width: 150px;
            border-top: 1px solid #000;
            margin: 0 auto;
        }

.reverse-card .voucher-card-body {
    width: 960px;
}

.reverse-card input[type=text] {
    border: 0px;
    border-bottom: 2px solid #000;
}

.reverse-card .receipt-table > tbody > tr > td:first-child {
    width: 520px;
}

.reverse-list-table {
    margin-right: 0px;
    margin-top: 50px;
}

    .reverse-list-table tr td:last-child {
        text-align: right !important;
    }

.span-label {
    display: inline-block;
    width: 80px;
    border-bottom: 2px solid #000;
    text-align: center;
}

.reverse-card .receipt-sign-table td {
    width: 25%;
}

.reverse-card .btn-create {
    /*font-family: Tahoma;*/
}

.dir-ltr {
    direction: ltr;
}

.reports-main table th, .reports-main table td, .reports-main .reports-table thead tr th:last-child, .reports-main .reports-table tbody tr td:last-child {
    text-align: center;
}

.report-text {
    /*font-family: Arial;*/
    font-size: 20px;
}

.approval-type-div {
    margin-bottom: 10px;
}

.special-section {
    font-size: 14px;
    color: #3a3a3a;
    font-weight: bold;
    background-color: #fff;
}

.sign-border {
    border-top: 1px solid #000;
    padding-top: 5px;
}

.table-btn-edit {
    padding: 5px 10px;
    min-width: 100%;
}

.table-btn-delete {
    padding: 5px 10px;
    min-width: 100%;
}

.gdlr-logo-overlay {
    position: absolute;
    left: 400px !important;
    top: 0;
    filter: alpha(opacity=5);
    transform: skew(-45deg);
    -webkit-transform: skew(-45deg);
    -moz-transform: skew(-45deg);
    -o-transform: skew(-45deg);
    background-color: #e5e5e5;
    width: 100%;
    height: 111px;
    opacity: .4;
}

/*.table {
    border: 1px solid #dee2e6;
}*/

.table > tbody > tr > td:last-child {
    border-right: 0px;
    padding-right: 10px;
}

/*.table > tbody > tr:last-child > td {
    border-bottom: 1px solid #dee2e6;
}*/

.field-title {
    max-width: 300px;
}

.focus-textbox {
    width: 0px !important;
    height: 0px !important;
    border: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
    outline: none !important;
}

.dataTables_filter {
    float: left !important;
    margin-left: 15px;
    margin-top: 10px;
}

.dataTables_length {
    float: right !important;
    margin-top: 12px;
    margin-right: 15px;
}

.dataTables_info {
    margin-left: 15px;
}

table.dataTable.no-footer, table.dataTable thead th, table.dataTable thead td {
    border-bottom: 0px !important;
}

.padding-l-r-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.items-wrap {
    border-top: 3px solid #e8e8e8;
    margin-top: 10px;
}

    .items-wrap:first-child {
        border-top: 0px;
        margin-top: 0px;
    }

.current-link-button {
    position: absolute;
    right: 15px;
    bottom: 8px;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 10px !important;
}

    table.dataTable thead th:first-child, table.dataTable thead td:first-child {
        padding-left: 16px !important;
    }



.summary-table {
    width: auto;
    margin-bottom: 20px;
    border: 1px solid #e8e8e8;
}

    .summary-table tr td:first-child {
        font-weight: bold;
        min-width: 150px;
    }

span.form-control {
    line-height: 30px;
    background-color: #e5edfb;
}

    span.form-control:hover {
        background-color: #e5edfb;
    }


.card-loader {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 0.50);
    z-index: 999;
    text-align: center;
    padding: 25px;
}

    .card-loader i {
        font-size: 50px;
        color: #4a74b8;
    }

.select2-container--default .select2-selection--single {
    border: 0px !important;
    height: 42px !important;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        background-color: #f2f2f2;
        height: 42px !important;
        padding: .375rem .95rem !important;
        font-family: "Open Sans", sans-serif !important;
        font-size: 15px !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 7px !important;
    }

.select2-container--default.select2-container--disabled .select2-selection--single {
    opacity: .65;
    cursor: not-allowed !important;
}

.btn-danger.disabled, .btn-danger:disabled {
    cursor: not-allowed;
}

.permissions-table {
    width: 100%;
}

    .permissions-table tbody tr td:last-child {
        text-align: left;
    }

    .permissions-table td {
        position: relative;
        width: 25%;
    }

    .permissions-table input {
        position: absolute;
        top: 14px;
        left: 10px;
    }
    
    .permissions-table label {
        padding: 10px;
        background-color: #f2f3fc;
        display: block;
        width: 100%;
        padding-left: 30px;
        cursor: pointer;
    }

    .permissions-table td:nth-child(2n+2) label {
        background-color: #dff3e3;
    }

.btn-history {
    margin-right: 10px;
}

.alert-info {
    color: #595959;
    background-color: #e5eefd;
    border-color: #e5eefd;
    font-size: 16px;
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.03);
}