﻿@charset "utf-8";

html, body {
    min-height: 100%;
    height: 100%;
}
/*@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");*/
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700,300");

body, html {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body {
    /*font-family: 'Open Sans';*/
    font-family: 'Roboto', sans-serif;
    background: #ecf0f5;
}

    body.login-page-bg {
        background: #fff;
        background-size: auto 100%;
        background-position: center center;
        background-repeat: no-repeat;
    }

        body.login-page-bg .form-control {
            height: 34px;
        }

.login + footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: #191919;
}

.wrapper {
    min-height: 100%;
    position: static;
    overflow: hidden;
}

.main-header {
    max-height: 100px;
    z-index: 1030;
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
}

.tagline {
    color: #fff;
    display: inline;
    line-height: 80px;
    font-size: 16px;
}

.clbold {
    font-weight: bold !important;
}

.main-header > .navbar {
    -webkit-transition: margin-left 0.3s ease-in-out;
    -o-transition: margin-left 0.3s ease-in-out;
    transition: margin-left 0.3s ease-in-out;
    margin-bottom: 0;
    margin-left: 230px;
    border: none;
    min-height: 40px;
    border-radius: 0;
}

.content-wrapper {
    margin-top: 120px;
}

.layout-top-nav .main-header > .navbar {
    margin-left: 0;
}

    .layout-top-nav .main-header > .navbar .navbar-nav > li {
        margin-right: 5px;
    }

        .layout-top-nav .main-header > .navbar .navbar-nav > li.dropdown.user user-menu {
            margin-right: 0;
        }

        .layout-top-nav .main-header > .navbar .navbar-nav > li > a {
            padding: 6px 15px;
            color: #fff;
            transition: .5s all;
        }

            .layout-top-nav .main-header > .navbar .navbar-nav > li > a:hover {
                color: #314582;
                background-color: #ecf0f5;
            }

        .layout-top-nav .main-header > .navbar .navbar-nav > li.active > a {
            color: #333;
            background-color: #ecf0f5;
            font-weight: 500;
        }

.skin-blue .main-header .navbar {
    background-color: #314582;
}

    .skin-blue .main-header .navbar .navbar-collapse {
        margin-top: 8px;
    }

    .skin-blue .main-header .navbar.top-menu {
        background-color: #FFF;
        background-image: none;
    }

        .skin-blue .main-header .navbar.top-menu .navbar-nav .user.user-menu span {
            line-height: 80px;
            color: #314582;
        }

        .skin-blue .main-header .navbar.top-menu .navbar-brand {
            height: 80px;
            padding: 4px 15px;
        }

            .skin-blue .main-header .navbar.top-menu .navbar-brand #imgLogo {
                max-height: 75px;
            }

.login-box, .register-box {
    width: 430px;
    margin: 10% auto;
    position: absolute;
    left: calc(50% - 180px);
}

.login-logo, .register-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
}

.login-box-body, .register-box-body {
    /*background: #fff;*/
    padding: 20px;
    border-top: 0;
    /*color: #666;*/
    /*border: 1px solid #e5e5e5;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);*/
}

    .login-box-body h1 {
        margin-bottom: 0px;
    }

    .login-box-body #btnLogin {
        margin-bottom: 10px;
    }

.login-box-msg, .register-box-msg {
    margin-top: 5px;
    margin-bottom: 0px;
    text-align: center;
    padding: 0 10px 20px 10px;
}

.has-feedback .form-control {
    padding-right: 42.5px;
}

.login-box-body .form-control-feedback, .register-box-body .form-control-feedback {
    color: #777;
}

.btn.btn-flat {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 1px;
}

.input-group-addon {
    padding: 6px 9px;
    border-radius: 0;
}

.btn-primary {
    background-color: #3c8dbc;
    border-color: #367fa9;
}

.btn {
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
    text-transform: uppercase;
}

    .btn:hover, .btn:active, .btn:focus, a:hover, a:active, a:focus {
        outline: 0;
    }

.btn-info {
    background-color: #314582;
    border-color: #314582;
}

    .btn-info:hover, .btn-info:active, .btn-info.hover {
        background-color: #1577d8;
    }

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger:hover, .btn-danger:active, .btn-danger.hover {
    background-color: #d73925;
}

.btn-success {
    background-color: #00a65a;
    border-color: #00a65a;
}

    .btn-success:hover, .btn-success:active, .btn-success.hover {
        background-color: #008d4c;
    }

.btn-warning {
    background-color: #E86A00;
}

    .btn-warning:hover, .btn-warning:active, .btn-warning:focus {
        background-color: #d6670a;
    }

.form-group {
    margin-bottom: 10px;
}

    .form-group label {
        font-size: 13px !important;
        font-weight: 500;
    }

.form-control {
    border-radius: 0;
}

.login-logo img {
    max-width: 100%;
    width: 320px;
}

.btn-primary {
    background-color: #314582;
}

    .btn-primary:hover {
        background-color: #2f3e6b;
        border-color: #2f3e6b;
    }

.login-box p.copright {
    text-align: center;
    color: #cccccc;
    padding-top: 12px;
    font-size: 12px;
}

footer .footer-bottom {
    background: #191919;
    color: #fff;
    padding: 20px 0px;
}

    footer .footer-bottom p {
        margin-bottom: 0;
    }

.content-header {
    position: absolute;
    padding: 20px 15px 0 15px;
    background: transparent;
}

    .content-header > h1 {
        margin: 0;
        font-size: 24px;
    }

        .content-header > h1 > small {
            font-size: 15px;
            display: inline-block;
            padding-left: 4px;
            font-weight: 300;
        }

    .content-header > .breadcrumb {
        float: right;
        background: transparent;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 12px;
        padding: 7px 5px;
        position: absolute;
        top: 20px;
        right: 10px;
        border-radius: 2px;
    }

        .content-header > .breadcrumb > li > a {
            color: #444;
            text-decoration: none;
            display: inline-block;
        }

            .content-header > .breadcrumb > li > a > .fa, .content-header > .breadcrumb > li > a > .glyphicon, .content-header > .breadcrumb > li > a > .ion {
                margin-right: 5px;
            }

        .content-header > .breadcrumb > li + li:before {
            content: '>\00a0';
            color: #333;
        }

.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.box-header {
    color: #444;
    display: block;
    padding: 10px 0;
    position: relative;
    margin: 0 10px;
    border-bottom: 1px solid #ecf0f5;
}

    .box-header > .fa, .box-header > .glyphicon, .box-header > .ion, .box-header .box-title {
        display: inline-block;
        font-size: 18px;
        margin: 0;
        line-height: 1;
    }

    .box-header:before, .box-body:before, .box-footer:before, .box-header:after, .box-body:after, .box-footer:after {
        content: " ";
        display: table;
    }

    .box-header:after, .box-body:after, .box-footer:after {
        clear: both;
    }

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px 15px;
}

label {
    margin-bottom: 0;
}

.form-control {
    height: 28px;
    padding: 2px 5px 3px 5px;
    box-shadow: none;
}

.form-group label.required:after {
    content: '*';
    color: red;
    display: inline-block;
}

.err-msg {
    color: red;
    font-size: 11px;
    position: relative;
    top: -3px;
}

.content {
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.date-cont {
    position: relative;
}

    .date-cont .fa-calendar {
        color: #999;
        position: absolute;
        right: 15px;
        top: 7px;
    }

.datepicker {
    z-index: 99999 !important;
}

.dataTables_wrapper .row {
    margin: 0;
}

    .dataTables_wrapper .row div[class^='col-'] {
        padding-left: 5px;
        padding-right: 5px;
    }

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}

.pagination {
    margin: 10px 0;
}

.dataTables_wrapper .dataTables_info {
    padding-top: 20px !important;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border-left: 1px solid #ddd;
    border-right: 0;
    border-top: 0;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #314582;
    border-color: #314582;
}

.pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #314582;
    outline: none;
}

.img-container .panel-heading {
    background-color: #003466;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 0px;
}

.img-container .list-inline > li {
    padding-left: 5px;
    padding-right: 5px;
}

.img-container .list-inline {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}

    .img-container .list-inline > li {
        padding-left: 5px;
        padding-right: 5px;
    }

        .img-container .list-inline > li a {
            padding: 15px;
            display: block;
        }

    .img-container .list-inline .fa {
        font-size: 21px;
        color: #fff;
    }

.img-container .panel-body {
    padding: 0px;
    text-align: center;
    overflow: hidden;
}

.thumbnail {
    text-align: center;
}

#viewport {
    /*position: relative;
	overflow: hidden;*/
    width: 100%;
    height: 100%;
    z-index: 9;
}

.ui-jqgrid .ui-jqgrid-toppager {
    height: 50px !important;
    border-top: 1px solid #ddd !important;
}

.ui-jqgrid .ui-jqgrid-hbox {
    width: 100%;
}

.viewportPAN {
    overflow-y: auto;
}

.bg-blue {
    background-color: #e3f0fd;
}

.mini-charts-item {
    margin-bottom: 30px;
    display: table;
    width: 100%;
}

    .mini-charts-item .chart {
        padding: 15px 15px;
        color: #003466;
        vertical-align: middle;
        width: 45px;
        display: inline-block;
    }

    .mini-charts-item .count {
        padding: 15px 5px;
        color: #003466;
        vertical-align: middle;
        display: inline-block;
    }

        .mini-charts-item .count h4 {
            margin-bottom: 0px;
        }

    .mini-charts-item .mini-content {
        padding: 5px 15px;
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

.mini-charts a:hover {
    text-decoration: none;
}

    .mini-charts a:hover .bg-blue {
        background: #fad64b;
        text-decoration: none;
    }

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    background: transparent !important;
    background-color: transparent !important;
    color: transparent;
}

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
    margin-bottom: 10px;
}

.no-sort::after {
    display: none !important;
}

.no-sort {
    pointer-events: none !important;
    cursor: default !important;
    background-image: none !important;
    padding-right: 5px !important;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 3px 5px !important;
}

table.dataTable thead > tr > th {
    padding-right: 20px !important;
    vertical-align: middle;
    font-weight: 500;
    font-size: 13px;
}

    table.dataTable thead > tr > th.no-sort {
        padding-right: 5px !important;
    }

table.dataTable tbody > tr > td {
    vertical-align: middle;
    font-size: 13px;
}

table.dataTable tbody th, table.dataTable tbody td a {
    padding: 0 4px;
}

table.dataTable tbody td a {
    font-size: 14px;
}

    table.dataTable tbody td a.view, table.dataTable tbody td a.files {
        color: #314582;
    }

    table.dataTable tbody td a.notes {
        color: #E86A00;
    }

    table.dataTable tbody td a.edit, table.dataTable tbody td a.download {
        color: #00a65a;
    }

    table.dataTable tbody td a.delete {
        color: #d73925;
    }

.view-record label {
}

    .view-record label.value {
        display: block;
        color: rgb(0,89,179);
        padding-left: 5px;
        font-size: 15px !important;
    }

    .view-record label.checkbox-inline.value {
        display: inline-block;
        padding-left: 20px;
    }

.view-record .form-group {
    margin-bottom: 15px;
}

.modal.modal-delete {
    top: calc(50% - 115px);
}

    .modal.modal-delete .modal-footer, .modal.modal-delete .modal-footer .col-xs-6, .modal.modal-delete .modal-footer .row {
        padding: 0;
        margin: 0;
    }

        .modal.modal-delete .modal-footer .btn-lg {
            font-size: 14px;
            line-height: 24px;
        }

    .modal.modal-delete .modal-content {
        border-radius: 0;
        border: 0;
    }

    .modal.modal-delete .modal-dialog.modal-sm {
        width: 320px;
        max-width: calc(100% - 30px);
    }

    .modal.modal-delete .modal-body p {
        font-size: 16px;
        text-align: center;
        margin-bottom: 0;
        padding: 7px 0;
    }

@media only screen and (min-width: 1367px) {
    body.login-page-bg {
        background-size: 100% 100%;
    }
}

@media only screen and (min-width: 992px) {
    .clearfix-md:before,
    .clearfix-md:after {
        display: table;
        content: " ";
    }

    .clearfix-md:after {
        clear: both;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
        margin-right: 5px;
        margin-left: 0;
    }

    .radio-inline, .checkbox-inline {
        padding-left: 14px;
    }

        .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
            margin-left: -14px;
        }

    input[type="radio"], input[type="checkbox"] {
        margin-right: 0;
    }

    .skin-blue .main-header .navbar.top-menu .navbar-brand #imgLogo {
        max-height: 76px;
    }

    .skin-blue .main-header .navbar.top-menu .navbar-nav .user.user-menu span {
        line-height: 60px;
    }

    .tagline {
        line-height: 60px;
    }

    .skin-blue .main-header .navbar.top-menu .navbar-brand {
        height: 60px;
    }

        .skin-blue .main-header .navbar.top-menu .navbar-brand #imgLogo {
            max-height: 76px;
        }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    body.login-page-bg {
        background-position: left 0;
    }

    .layout-top-nav .main-header > .navbar .navbar-nav > li {
        margin-right: 0;
    }

        .layout-top-nav .main-header > .navbar .navbar-nav > li > a {
            padding: 10px 12px;
        }

    .clearfix-sm:before,
    .clearfix-sm:after {
        display: table;
        content: " ";
    }

    .clearfix-sm:after {
        clear: both;
    }

    .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
        margin-right: 5px;
        margin-left: 0;
    }

    .radio-inline, .checkbox-inline {
        padding-left: 14px;
    }

        .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
            margin-left: -14px;
        }

    input[type="radio"], input[type="checkbox"] {
        margin-right: 0;
    }

    .skin-blue .main-header .navbar.top-menu .navbar-nav .user.user-menu span {
        line-height: 45px;
    }

    .tagline {
        line-height: 45px;
        font-size: 12px;
    }

    .skin-blue .main-header .navbar.top-menu .navbar-brand {
        height: 45px;
    }

        .skin-blue .main-header .navbar.top-menu .navbar-brand #imgLogo {
            max-height: 56px;
            margin-left: -25px;
        }
}

@media only screen and (max-width: 767px) {
    body.login-page-bg {
        background-size: cover;
        background-position: left 0;
    }

    .main-header > .navbar {
        min-height: 0;
    }

    .top-menu .navbar-header {
        display: inline-block;
    }

    .navbar-toggle {
        color: #ccc;
        border: 1px solid #ccc;
        border-radius: 0;
        padding: 7px 10px;
        margin-top: -2.5px;
        margin-right: 0;
    }

    .skin-blue .main-header .navbar .navbar-collapse {
        margin-top: 0;
        border-top: 0;
        width: calc(100% + 35px);
    }

        .skin-blue .main-header .navbar .navbar-collapse .navbar-nav {
            margin: 0px -15px;
        }

    .skin-blue .main-header .top-menu .navbar .navbar-collapse .navbar-nav {
        margin: 7.5px -15px;
    }

    .dataTables_wrapper .dataTables_length label {
        width: 100%;
    }

        .dataTables_wrapper .dataTables_length label select.form-control {
            display: inline;
            width: auto;
        }

    .content-header > .breadcrumb {
        display: block;
        float: none;
        position: RELATIVE;
        PADDING: 0 0 15PX 15PX;
    }

    .tagline {
        line-height: normal;
        font-size: 12px;
        top: -8px;
        position: relative;
        display: block;
    }

    .skin-blue .main-header .navbar.top-menu .navbar-brand #imgLogo {
        max-height: 60px;
        margin: 7px 0 7px -25px;
    }

    .skin-blue .main-header .navbar.top-menu .navbar-brand {
        height: 50px;
    }

    .content-wrapper {
        margin-top: 70px;
    }

    .layout-top-nav .main-header > .navbar .navbar-nav > li > a {
        padding: 12px 15px;
    }
}

@media only screen and (max-width: 424px) {
    .login-box, .register-box {
        max-width: calc(100% - 30px);
        position: relative;
        left: 0;
        margin-top: 0;
        padding-top: 7%;
    }

    .skin-blue .main-header .navbar.top-menu .navbar-brand #imgLogo {
        max-height: 60px;
        margin: 7px 0 7px -30px;
    }

    .radio-inline, .checkbox-inline {
        padding-left: 15px;
    }

        .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
            margin-left: -15px;
        }
}

.p-in-l-5 {
    padding-left: 5px !important;
}

.p-in-r-5 {
    padding-right: 5px !important;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

@media screen and (min-width:640px) {
    .ui-jqgrid .ui-jqgrid-btable, .ui-jqgrid .ui-jqgrid-htable {
        /*width: auto !important;*/
        width: 100% !important;
        max-width: 100% !important;
    }
}

@media screen and (max-width: 768px) {
    /*.ui-jqgrid .ui-jqgrid-bdiv{
overflow:hidden!important;
}*/
    .ui-jqgrid .ui-jqgrid-bdiv {
        overflow: inherit;
    }

    .ui-jqgrid .ui-jqgrid-pager {
        /*overflow:hidden!important;*/
        overflow: inherit;
    }

    .ui-jqgrid .ui-jqgrid-hdiv {
        overflow-x: initial;
    }

    .ui-pager-control {
        border: none !important;
        background: none !important;
    }
}

@media screen and (max-width: 768px) {
    .ui-jqgrid-bdiv {
        border-left: none !important;
    }

    .ui-jqgrid tr.jqgrow td:last-child {
        border-right: none !important;
    }

    .ui-jqgrid .ui-jqgrid-htable th {
        font-size: 11px;
    }
}

body.login-page-bg .login-box, .login-page-bg .register-box {
    position: static;
    margin: 0 auto;
    padding: 6% 0;
}

body.login-page-bg .main-header {
    max-height: initial;
    position: relative;
    width: 100%;
    float: left;
    clear: both;
}

body.login-page-bg .login + footer {
    position: fixed;
}

body.login-page-bg .wrapper {
    padding-bottom: 100px;
}

body.login-page-bg .login-page {
    background: #fff;
}


/* ============ Media Queries ============ */
@media (min-width: 1200px) {

    body.login-page-bg .login-box, .login-page-bg .register-box {
        padding: 4% 0;
    }
}

@media (max-width: 767px) {
}

@media (max-width: 768px) {
    .btn-filter {
        margin-bottom: 10px;
    }
}
