﻿
@media print {
    header, menu, .panel-footer, .navbar-btn {
        display: none;
    }

    .config {
        display: none;
    }

    #button {
        display: none;
    }

    table tr td {
        overflow: inherit !important;
    }

    input {
        border: none !important;
        margin: 0px !important;
        line-height: inherit !important;
        padding: inherit !important;
        font-size: inherit !important;
    }

    select {
        display: none !important;
    }

    table thead {
        border-bottom: solid 0.1px #f6f6f6;
    }

    .report-panel {
        overflow-y: visible !important;
        height: 100% !important;
    }

    .log-table-body {
        overflow-y: visible !important;
        height: 100% !important;
        width: 100% !important;
    }

    .table-layout-footer {
        visibility: hidden !important;
    }
}

* {
    font: normal 12px tahoma;
}

body {
    overflow-y: hidden !important;
    padding-top: 120px;
    padding-bottom: 20px;
    background-color: #fafafa;
}

.sppc-navbar-brand:hover, .sppc-navbar-brand:active {
    text-decoration: none;
}

.sppc-navbar-brand-new:hover, .sppc-navbar-brand-new:active {
    text-decoration: none;
}

.top-logo {
    margin-top: 1px;
    width: 81px;
    height: 48px;
    float: right;
    background-color: transparent;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 5px;
    padding-right: 5px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input:invalid {
    border-color: #b94a48;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.sppc-navbar-header {
    float: right;
}

.sppc-navbar-brand {
    float: right;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    color: white;
}

.sppc-navbar-brand-new {
    float: right;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    color: black;
}

.grid {
    /*border: 0.5px #f1f1f1 solid;*/
    width: 100%;
}

    .grid thead {
        background-color: #e9e9e9;
    }

    .grid tr {
    }

    .grid thead tr th {
        height: 45px;
        /*background-color: #cccdd1;*/
        /*background-color: #f6f6f8;*/
        text-align: right;
        /*border-left: 0.5px solid #ebebeb;*/
        /*border-bottom: 0.5px solid #ebebeb;*/
        padding-right: 15px;
    }

    .grid tbody tr td {
        height: 25px;
        /*background-color: #f7f6f6;*/
        border-bottom: 0.5px solid #ebebeb;
        user-select: none;
        border-left: 0.5px solid #ebebeb;
        padding-right: 15px;
    }

    .grid tfoot tr th {
        height: 28px;
        /*background-color: #f1f1f1;*/
        background-color: #f6f6f8;
        text-align: right;
        padding-right: 15px;
    }

    .grid thead tr td,
    .grid tbody tr th,
    .grid tfoot tr th {
        width: 150px;
        padding: 5px;
        max-width: 20%;
        text-wrap: none;
        text-overflow: ellipsis;
    }

.grid-row-selected {
    background-color: #3276b1;
    color: white;
}

.grid2 .ui-grid-header-cell {
}

.ui-grid-column-menu-button {
    display: none;
}

.table-layout {
    margin: 0px !important;
    border: none !important;
    padding: 0px !important;
}

.table-layout-sidebar {
    padding: 0px !important;
    display: block !important;
    width: 220px !important;
    height: 100% !important;
}

.panel .panel-default {
    padding: 0px !important;
}

.menubar-ul {
    position: absolute;
    width: 220px !important;
    height: 100% !important;
    top: 160px;
    right: 0px;
    bottom: 25px;
    height: auto !important; /*460px;*/
    border: none;
    /*background-color: #f6f6f6;*/
    border-radius: 10px 10px 5px 5px;
    padding: 1px 0px 0px 0px;
    border: 1px solid transparent;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    overflow-y: scroll;
    /*border-color: #dddddd;*/
}

.menubar-li-header {
    height: 51px;
    padding-top: 8px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
    text-align: center;
    align-items: center;
    line-height: 48px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    /*border-color: #dddddd;*/
    border: 1px solid transparent;
    background-color: #f5f5f5;
    color: black;
    border-bottom: 1px solid #d4d4d4;
}

.table-layout-main {
    display: block;
    position: absolute;
    right: 0px;
    top: 118px;
    left: 0px;
    bottom: 25px;
    padding: 1px !important;
    border: none !important;
}

.table-layout-footer {
    height: 25px;
    color: white;
    background-color: #090934;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    /*border-top: 0.5px #d4d4d4 solid;*/
}

.ui-grid {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
}

.grid-heading {
    height: 28px;
    position: relative;
    background-color: white;
    transform: translateZ(0);
    box-sizing: content-box;
    border-radius: 0px;
}

.grid-body .ui-grid {
    border: none;
}

.grid-body {
    border: 1px solid #d4d4d4;
    position: absolute;
    top: 40px;
    left: 0px;
    right: 0px;
    bottom: 50px;
    overflow: auto;
    background-color: white;
}

.grid-heading {
    background-color: #fbfbfb;
}

    .grid-heading h5 {
        margin: 0px;
    }

.grid-edit {
    overflow-y: scroll;
}

.grid-footer {
    position: absolute;
    /*top: 50px;*/
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 24px;
    background-color: #f2f2f2;
    transform: translateZ(0);
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    border-top: 1px solid #d4d4d4;
    box-sizing: content-box;
    border-radius: 0px;
}


.log-table-body {
    display: block;
    overflow-y: scroll;
    height: 385px;
    width: 100%;
}

.report-panel {
    overflow-y: scroll;
    height: 150px;
}

.report-panel-heading {
    padding: 0px;
}

.print {
    display: none;
}

.report thead :first-child th {
    border-top: solid 2px #ffffff;
    text-align: center;
}

.report thead :first-child :first-child {
}

.report thead :first-child :last-child {
}

.report thead :nth-child(2) th {
    text-align: right;
    border-top: solid 0.1px #eeeeee;
}

.report tbody :nth-child(2n+1) td {
    border-top: solid 2px #ffffff;
    vertical-align: central;
    text-align: center;
}

.report tbody :nth-child(2n+1) :first-child {
}

.report tbody :nth-child(2n+1) :last-child {
}

.report tbody :nth-child(2n+2) td {
    height: 45px;
    width: inherit;
    vertical-align: top;
    max-width: 300px;
    direction: ltr;
    padding: 5px;
    border: none;
    border-bottom: 3px solid #ffffff;
    overflow-wrap: break-word;
}

*, body {
    direction: rtl;
    font: normal 12px tahoma;
}

.top-logo {
    margin-top: 10px;
    width: 71px;
    height: 32px;
    float: right;
}

.sppc-navbar-brand:hover, .sppc-navbar-brand:active {
    text-decoration: none;
}

.result-area {
    border: 0.5px #f1f1f1 solid;
    background-color: #f7f6f6;
    width: 100%;
    height: 250px;
    direction: ltr;
    overflow-y: scroll;
}

button:last-child {
    font-family: Tahoma;
}

.navbar {
    border: 0px;
}

.breadcrumb {
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    border-radius: 0px;
    padding: 8px 17px;
}

    .breadcrumb > li + li:before {
        /*content: "\f0d9";*/
        padding: 0px;
        color: #003cff;
        content: 'chevron_left';
        font-size: 16px;
        vertical-align: bottom;
        width: 15px;
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        line-height: 0.8;
        letter-spacing: normal;
        text-transform: none;
        display: inline-block;
        white-space: nowrap;
        word-wrap: normal;
        direction: rtl;
        font-feature-settings: 'liga';
    }

    .breadcrumb li {
        /*background-image: url(image/breadcrumb.jpg);
    color: forestgreen;*/
    }


.ui-menu {
    width: 150px;
}

.ui-icon-caret-1-e {
    background-position: -96px 0 !important;
}

.ui-menu .ui-menu-icon {
    left: 0px !important;
    right: unset !important;
}

.ui-widget.ui-widget-content .ui-custom-menu {
    border: none;
}

.ui-custom-menu {
    /*width: inherit !important;*/
    text-align: right;
    line-height: 30px;
    width: 220px !important;
    height: 100% !important;
    border: none;
    overflow: auto;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);*/
    /*height: auto !important; /*460px;*/
    /*border: none;
                border-radius: 10px 10px 5px 5px;
                border: 1px solid transparent;
                box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
                overflow-y: scroll;*/
    /*background-color: #f6f6f6;*/
    /*padding: 10px 15px !important;*/
    /*position: relative;*/
}

.li-custom-menu {
    display: block;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    height: 35px;
    line-height: 25px;
}

    .li-custom-menu:hover {
        background-color: none;
    }

    .li-custom-menu a:hover {
        text-decoration: none;
    }


.li-custom-menu-item .ui-state-active {
    background: none !important;
}

.table-layout-main-login-box {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    min-height: 450px;
    max-width: 400px;
    height: 450px;
}

.navbar-default {
    background-color: #151599;
}

.header-menu-text:focus, .header-menu-text:hover {
    background-color: #151599 !important;
}

.panel-heading {
    padding: 14px 15px;
}

.sppc-nav-menu-title:hover {
    color: #b2b2b2 !important;
}

.sppc-nav-menu-title:focus, .sppc-nav-menu-title:active {
    color: black !important;
}

select option {
    min-height: 25px;
}
