﻿body {
    font-size: 0.750em;
}

.pcoded-main-container {
    margin-left: 0;
}

.pcoded-content {
    padding: 15px;
}
.gajc-main-menu-item a i {
    margin-left:3px;
    position:absolute;
    top:3px;
}
.gajc-setting-menu-item .drp-user > a i {
    margin-left: 3px;
    position: absolute;
    top: 3px;
}
.pcoded-header.headerpos-fixed ~ #main-page-pills {
    /*margin-top:30px;*/
    background: #fff;
    padding: 5px 15px;
    top: 30px;
    position: fixed;
    width: 100%;
    min-height: 25px;
    /*z-index: 1029;*/
    z-index: 9;
}

#main-page-pills .nav-link {
    padding: 0.2rem 1rem;
    border-radius: 3px;
}

.pcoded-header.headerpos-fixed ~ .pcoded-main-container {
    padding-top: 60px;
    height: 50vh;
}

.pcoded-header {
    min-height: 30px;
}

    .pcoded-header .dropdown .dropdown-toggle,
    .pcoded-header .navbar-nav > li {
        line-height: normal;
    }

    .pcoded-header .navbar-nav .pro-body {
        padding: 5px 0 !important;
    }

        .pcoded-header .navbar-nav .pro-body li a {
            padding: 5px !important;
        }

    .pcoded-header .navbar-nav .gajc-sub-menu {
        max-height: 80vh;
        overflow-x: auto;
    }

    .pcoded-header.header-blue a {
        color: #fff;
    }
    .pcoded-header .navbar-nav .nav-item a {
        font-size: 13px;
        position:relative;
    }


div.fixed-footer {
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 5px 0;
    position: fixed;
    font-size: 16px;
    width: 100%;
    z-index: 99999;
    float: left;
    vertical-align: middle;
    margin: 0 0 0;
    font-weight: bold;
    background-color: #fff;
    box-shadow: 2.94px 1px 3px 0.06px rgba(4,26,55,0.16);
    border-top: 1px solid #ccc;
}

.card {
    padding: 0 !important;
    margin-bottom: 10px !important;
}

    .card .card-header {
        padding: 7px 10px !important;
        border-bottom: solid 2px #ccc;
    }

        .card .card-header + .card-block, .card .card-header + .card-block-big {
            padding: 10px;
        }

        .card .card-header .card-header-right .control-label {
            display: inline !important;
        }

        .card .card-header h5 {
            font-size: 12px !important;
        }

.form-control:focus {
    box-shadow: 0 0 0 0.1rem rgba(64, 153, 255, 0.25);
}

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .form-control, .input-group-sm > .custom-select, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-append > .btn {
    border-radius: 2px;
}

.form-group {
    font-weight: 600;
}

.form-inline label {
    justify-content: flex-start;
    text-align: left;
    align-items: initial;
    display: block !important;
}

.modal-title {
    font-size: 12pt;
}

.modal-header {
    padding: 10px 15px;
}

.modal-body {
    padding: 10px 15px;
}

.btn-sm {
    padding: 7px 14px;
    line-height: 14px;
    font-size: 12px;
}

.btn-default {
    color: #0378ff;
    background-color: #fff;
    border-color: #4099ff;
}

.table {
    margin-bottom: 0px;
}

    .table.dataTable[class*="table-"] thead th,
    .table > thead > tr > th {
        border-bottom-color: #ccc;
        background: #c6c5c5;
    }

    .table td, .table th {
        padding: 5px;
    }

    .table.dataTable {
        border-collapse: collapse !important;
    }

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}

.dataTables_scrollBody thead tr {
    visibility: collapse !important;
}

table.row-clickable tbody tr {
    cursor:pointer;
}
table.row-pointer tbody tr {
    cursor: pointer;
}
table tbody tr.row-clickable {
    cursor: pointer;
}
table.row-dbclickable tbody tr {
    cursor: pointer;
}
table tbody tr.selected td, table tbody tr.selected th {
    background-color: #f3f7b4;
}
.color-link, .color-link:hover {
    color: #007bff !important;
    cursor: pointer;
}
#loading {
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0
}
.theme-loader {
    height: 100%;
    width: 100%;
    background: #fff;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0
}

    .loader-track {
        left: 50%;
        top: 50%;
        position: absolute;
        display: block;
        width: 150px;
        height: 150px;
        margin: -75px 0 0 -75px
}

    .loader-track:after, .loader-track:before {
        content: "";
        border-radius: 50%;
        position: absolute;
        z-index: 1;
        border: 4px solid #4099ff;
        border-top-color: transparent;
        border-bottom-color: transparent
    }

    .loader-track:after {
        width: 100%;
        height: 100%;
        animation: move 1.4s linear infinite
    }

    .loader-track:before {
        width: 80%;
        height: 80%;
        top: 10%;
        left: 10%;
        animation: move 1.2s linear infinite
    }

    .loader-track .loader-bar {
        left: 50%;
        top: 50%;
        position: absolute;
        display: block;
        width: 90px;
        height: 90px;
        top: 30px;
        left: 30px
    }

    .loader-track .loader-bar:after, .loader-track .loader-bar:before {
        content: "";
        border-radius: 50%;
        position: absolute;
        z-index: 1;
        border: 4px solid #4099ff;
        border-top-color: transparent;
        border-bottom-color: transparent
    }

    .loader-track .loader-bar:after {
        width: 100%;
        height: 100%;
        animation: move 1s linear infinite
    }

    .loader-track .loader-bar:before {
        width: 60%;
        height: 60%;
        top: 20%;
        left: 20%;
        animation: move 0.8s linear infinite
    }
@keyframes move {
    100% {
        transform: rotate(360deg)
    }
}

@media (min-width: 576px) {
    .form-inline .form-group {
        display: inline-block;
        padding: 0 5px;
    }

        .form-inline .form-group:first-child {
            padding-left: 0px;
        }

        .form-inline .form-group:last-child {
            padding-right: 0px;
        }
}

@media (max-width: 576px) {
    .form-inline .form-group {
        width: 100%;
    }
}
.highlight, .highlight td {
    background-color: rgba(64, 153, 255, 0.25);
}
.form-group-dt .date {
   clear:both;margin-right:5px;
}
.form-group-dt .date{
    width:130px;
    display:inline-flex;
}
.form-group-dt .time {
    width: 175px;
    display: inline-flex;
}
    .form-group-dt .time select {
        padding-left: 1px;
        padding-right: 1px;
    }
.card .card-header .card-header-right {
    border-radius: 0 0 0 7px;
    right: 14px;
    top: 5px !important;
    display: inline-block !important;
    float: right;
    padding: 3px 0 !important;
    position: absolute;
}
.hidden{
    display:none; 
}
.chk-print-guard, .chk-print-th, .table tbody tr > td .custom-checkbox, .chk-select-th {
    display: inline-block;
    min-height: 0px;
}

    .chk-print-guard .custom-control-label::after, .chk-print-th .custom-control-label::after, .table tbody tr > td .custom-checkbox .custom-control-label::after {
        top: 0px;
    }

    .chk-print-guard .custom-control-label::before, .chk-print-th .custom-control-label::before, .table tbody tr > td .custom-checkbox .custom-control-label::before {
        top: 0px;
    }
.form-group-dt {
    padding-left: 5px;
    padding-right: 5px;
}

.table td .btn-sm, .table th .btn-sm {
    padding: 3px 14px;
    font-size: 13px;
}
#statusBarInfo
{
    position : absolute;
    bottom : 11px;
    right : 3px;
    color : black;
    font-size : 12px;
    font-weight : 200;
}
.trRed td {
  
    color: #ff0000 !important;
}