﻿/*============================= Grid Themeing ============================*/
.ui-th-column, .ui-jqgrid .ui-jqgrid-htable {
    /*border: 1px solid white;*/
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    background: rgb(213, 214, 218);
    box-shadow: none;
    /*#327d78;*/
}

.ui-search-clear {
    display: none;
}

.ui-jqgrid .loading {
    position: absolute;
    top: 40%;
    left: 22%;
    width: auto;
    z-index: 101;
    padding: 10px;
    margin: 5px;
    text-align: center;
    font-weight: bold;
    display: none;
    border-width: 2px !important;
    font-size: 11px;
}

.ui-jqgrid .ui-jqgrid-caption {
    font-size: 16px;
    color: black;
}

.ui-jqgrid .ui-pg-table td {
    color: black;
}

.ui-jqgrid .ui-pg-selbox {
    font-size: .8em;
    line-height: 18px;
    display: block;
    height: 18px;
    margin: 0;
    color: #002825;
}

.ui-search-input, .ui-jqgrid .ui-pg-input {
    color: #494d93;
}

.ui-jqgrid-title {
    font-family: sans-serif;
    font-size: 13px;
    color: white;
}

.ui-widget.ui-widget-content {
    border: unset;
    /*1px solid rgb(209, 210, 228);*/
}

.ui-row-ltr {
    height: 25px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    /*border: 1px solid white;*/
    /*background: #d7ebf9 url(images/ui-bg_glass_80_d7ebf9_1x400.png) 50% 50% repeat-x;*/
    font-weight: bold;
    color: black;
    background: rgb(228, 228, 228);
}

.ui-pager-control {
    background: rgb(228, 228, 228);
}

.ui-jqgrid .ui-jqgrid-pager .ui-pg-div {
    box-shadow: none;
    border-radius: 25%;
    outline: 0;
    color: black;
}

.ui-jqgrid-titlebar, .ui-jqgrid-titlebar-close {
    display: none;
}

.ui-jqgrid .ui-jqgrid-titlebar {
    padding: .1em .1em .1em .1em;
    position: relative;
    border-left: 0 none;
    border-right: 0 none;
    border-top: 0 none;
    box-shadow: none;
}

.ui-jqgrid-bdiv {
    background: white;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid rgb(221 221 221);
    font-weight: bold;
    color: #000;
    box-shadow: none;
}

.ui-jqgrid .ui-pg-table {
    background: rgb(228, 228, 228);
    box-shadow: none;
}

.ui-search-toolbar th {
    background: #494d93;
    box-shadow: none;
}

.jqgrid-rownum {
    background: rgb(228, 228, 228);
    box-shadow: rgba(255, 255, 255, 0.4) 2px 2px 2px inset, rgba(0, 0, 0, 0.4) -2px -2px 2px inset;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    border: 1px solid rgb(221 221 221);
    border-radius: 0px;
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #fff;
    color: #0c0c0c;
    border-radius: 0px;
}


    .ui-state-highlight, .ui-widget-content .ui-state-highlight {
        border: 1px solid rgb(221 221 221);
        background: #d5d6da;
        color: #060606;
    }

.ui-jqgrid .ui-jqgrid-pager {
    border-left: 0 none !important;
    border-right: 0 none !important;
    border-bottom: 0 none !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    height: 33px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 11px;
}

.ui-search-toolbar {
    border-top: 1px solid rgb(221 221 221);
}

.ui-widget-header {
    border: 1px solid #293846;
    background: #293846;
    color: #ffffff;
    font-weight: bold;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-radius: 0px;
}
/*.ui-widget-content:nth-of-type(even) {
    background: white;
}*/

.ui-widget-content:nth-of-type(odd) {
    background: #f3f3f4;
    border: 1px solid rgb(221 221 221);
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: none;
    background: #03A9F4;
    font-weight: 600;
    color: black;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #ddd;
    background: #f3f3f4 !important;
    font-weight: bold;
    color: black;
}

.dataTables_length {
    width: auto !important;
}

.form-inline {
    display: initial !important;
}

.dataTables_wrapper:after {
    visibility: visible !important;
    clear: revert !important;
    height: 0;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 85%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #777;
}

    .label-default[href]:hover,
    .label-default[href]:focus {
        background-color: #5e5e5e;
    }

.label-primary {
    background-color: #337ab7;
}

    .label-primary[href]:hover,
    .label-primary[href]:focus {
        background-color: #286090;
    }

.label-success {
    background-color: #5cb85c;
}

    .label-success[href]:hover,
    .label-success[href]:focus {
        background-color: #449d44;
    }

.label-info {
    background-color: #5bc0de;
}

    .label-info[href]:hover,
    .label-info[href]:focus {
        background-color: #31b0d5;
    }

.label-warning {
    background-color: #f0ad4e;
}

    .label-warning[href]:hover,
    .label-warning[href]:focus {
        background-color: #ec971f;
    }

.label-danger {
    background-color: #d9534f;
}

    .label-danger[href]:hover,
    .label-danger[href]:focus {
        background-color: #c9302c;
    }

.modal-dialog {
    /*max-width: 860px !important;*/
    margin: 1.75rem auto;
}
