﻿body {
    background-color: #ffffff !important;
}

.modal-open .modal {
    z-index: 999999999999999999999;
}

.list-group-field {
    padding: 5px;
}

.list-group-field1 {
    padding: 5px !important;
}

.b {
    padding: 5px !important;
}

.searchContainer .has-backend-pagination {
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

    .searchContainer .has-backend-pagination .search-action-button-container {
        position: absolute;
        right: 59px;
        top: 3px;
        z-index: 99;
    }



.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.searchContainer .has-backend-pagination .search-action-button-container .btn.btn-primary {
    border-radius: 8px;
    padding: 8px 12px;
}

    .searchContainer .has-backend-pagination .search-action-button-container .btn.btn-primary.btn-reset {
        background-color: #cab55f;
        border: 1px solid #d8d8d8;
        color: #ffffff;
    }

.searchContainer .has-backend-pagination .searchField .input-group {
    padding-left: 0;
    width: calc(100% - 56px);
}

.searchField .input-group {
    padding-left: 0;
    width: calc(100% - 25%);
}

.input-group-addon {
    background-color: #f0f0f0;
    font-size: 21px;
    border-color: #e4e4e4;
    border-radius: 8px;
    color: #747474;
    border-right: 1px solid #e2e2e2 !important;
}

.module-menu-container {
    /*width: 909px;*/
    width: 680px;
}

.ui-grid-pager-row-count-picker {
    float: none !important;
    padding: 0px !important;
}

.modal-backdrop {
    z-index: 999;
}

.staff-img {
    width: 100%;
}

.ui-grid-pager-row-count-picker {
    float: none !important;
    padding: 0px !important;
    position: absolute;
    right: 20px;
    top: 13px;
}

.ui-grid-pager-count-container {
    position: absolute;
    left: 45%;
    font-weight: 500;
}

/*.homeBody .module-list {
    display: none !important;
}*/

.homeBody .system-admin {
    right: 0;
}

.logo-2 p {
    margin-bottom: 0;
}

.navbar-toggle-btn {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}

.system-admin {
    position: absolute;
    top: 0;
    right: 60px;
    z-index: 999999;
}

.logo-2 {
    width: 465px;
    padding-top: 15px;
    font-size: 12px;
}

.logo-text {
    position: absolute;
    left: 36%;
    top: 60%;
}

.sidebar-toggle-btn {
    display: none;
}

.sidebar {
    /*z-index: 9999;*/
    top: 66px !important;
    padding-top: 25px !important;
    background-color: #2d6847;
    overflow: hidden;
}

/*.homeBody .module-list-button-icon {
    display: none;
}

.homeBody .sidebar-toggle-btn {
    display: none;
}*/
.sidebar-toggle-btn {
    position: absolute;
    left: 5%;
    background-color: #cccccc;
}


#user-menu {
    min-width: 200px !important;
}

.menu-thumbnail {
    padding-top: 0px;
    z-index: 9999999;
}

td {
    border-right: 1px solid #cccccc;
}

.text-entry {
    padding-bottom: 10px;
}

.jstree-width {
    width: 400px;
}

.panel-body {
    padding: 5px !important;
}

.ui-grid-pager-panel {
    position: relative !important;
    border-top: 1px solid #ccc;
    background-color: #FAFAFA;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    display: flex;
    align-items: center;
}

.searchField .input-group-addon.search-clear-button {
    background-color: #cab55f;
    border: 1px solid #b6a55f;
    z-index: 9999;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 0;
    transition: all 0.3s ease 0s;
}

    .searchField .input-group-addon.search-clear-button:hover {
        background-color: #bda957;
        border: 1px solid #b6a355;
    }

    .searchField .input-group-addon.search-clear-button #searchclear {
        height: 41px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        font-size: 21px;
        top: -1px;
    }

.n-pagination {
    font-size: 14px;
    border: 1px solid #ccc;
    padding: 10px;
    display: flex;
    align-items: center;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 15px;
    border-top: none;
    background-color: #FAFAFA;
}

    .n-pagination .page-count {
        padding: 6px 10px;
        margin: 5px 0 10px 10px;
        border: 1px solid #e4e4e4;
        border-radius: 4px;
    }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #CAB55F !important;
    border-color: #CAB55F !important;
}

.n-pagination .total-count {
    color: #9b9b1d;
}

.pagination > li > a, .pagination > li > span {
    color: #393939;
    font-weight: bold;
}

@media only screen and (min-width: 768px) {
    .sidebar-btn {
        display: none !important;
    }

    .sidebarCollapse {
        display: none !important;
    }

    .jstree-width {
        right: auto;
        left: 0;
        padding: 0px !important;
    }
}

.mod-list {
    position: absolute !important;
    right: 8px !important;
    top: 0 !important;
}

.module-btn-mobile {
    display: none;
    padding: 1px 10px;
}

.module-btn-desktop {
    display: block;
}

.home-menu-box.ng-scope:hover {
    background-color: #f1f5f8;
}

@media only screen and (max-width: 991px) {
    .homeBox {
        padding: 5px !important;
    }
}

@media only screen and (max-width: 954px) {
    ul.module-list .dropdown-menu .home-menu-box {
        height: 89px;
        width: 170px;
        float: left;
    }

    .homeBox {
        padding: 15px !important;
    }

    .module-menu-container {
        width: 680px;
    }

    ul.module-list .dropdown-menu .homeBox h2 {
        font-size: 12px;
        margin-bottom: 0;
    }

    .homeBody .select-user {
        position: absolute;
        left: 70%;
    }
}

@media only screen and (max-width: 1065px) {
    .logo-2 p {
        display: none;
        text-indent: -999999px;
    }

    .logo-2 {
        padding-top: 0;
    }

        .logo-2 img {
            width: 10%;
            height: auto;
            padding-top: 9px;
        }
}

@media only screen and (max-width: 767px) {
    .sidebarCollapseWebClass {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .system-admin {
        position: absolute;
        top: 77px;
        right: 0;
        width: 100%;
        background-color: #f7f7f7;
    }

        .system-admin a.dropdown-toggle {
            display: none;
        }

    .modal .homeBox {
        width: 173px !important;
    }

    .modal .home-menu-box {
        border: 1px solid #f5f5f5;
    }

    .module-btn-mobile {
        display: block;
        border: none;
        margin-top: 0;
    }

    .navbar-nav .open .dropdown-menu {
        display: table;
        width: 100%;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    }

    ul.module-list .dropdown-menu .home-menu-box {
        display: table-cell;
        float: none;
        height: auto;
    }

        ul.module-list .dropdown-menu .home-menu-box a {
            padding: 5px;
            height: auto;
            display: inline-block;
        }

    .module-thumbnail {
        position: absolute !important;
        right: 0;
        left: auto !important;
    }

    .main-title {
        text-align: center !important;
        margin: -14px -15px 15px;
    }

    .sidebar {
        z-index: 9999 !important;
        top: 66px !important;
        padding-top: 0px !important;
    }

    .sidebar-btn {
        position: absolute;
        right: -42px;
        top: 7px;
        z-index: 0;
        /*border-color: #484a75;*/
        border-color: #484a75;
        padding: 9px 10px;
        /*background-color: #484a75;*/
        background-color: #484a75;
    }

        .sidebar-btn .icon-bar {
            display: block;
            width: 22px;
            height: 2px;
            background-color: #fff;
        }

            .sidebar-btn .icon-bar + .icon-bar {
                margin-top: 4px;
            }

    .homeBox h2 {
        font-size: 12px !important;
    }

    .sidebar-toggle-btn {
        display: block;
    }

    .sidebar-toggle-area {
        margin-left: 0px !important;
    }

    .homeBody .module-list {
        display: none;
    }

    .sidebar-toggle-btn {
        position: absolute;
        left: 26%;
        top: -3px;
    }

    .logo-text {
        position: absolute;
        left: 25%;
        top: 67%;
    }

    .navbar {
        min-height: 66px !important;
        height: 120px;
    }

    .navbar-toggle .sidebar-toggle-btn .collapsed #menu-nav-tree {
        position: absolute;
        left: 50%;
        top: 120%;
    }

    .navbar-nav > li > .dropdown-menu .sys {
        display: block !important;
    }

    .sidebar.active {
        left: 300px;
        transition: 1s;
    }

    .sidebar {
        left: 0;
        transition: 1s;
    }

    .dropdown .mod-list {
        position: absolute !important;
        right: 0 !important;
    }

    .navbar-nav > li > .dropdown-menu .sys {
        display: block !important;
    }

    .logo-text {
        position: absolute;
        left: 27%;
        top: 57%;
    }
    /* .caret { */
    /*     display: none; */
    /* } */
    .logo {
        position: absolute;
        top: 5%;
    }

    .navbar-nav .system-admin .dropdown-menu {
        display: block !important;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        padding: 10px !important;
    }
    /* .navbar-toggle { */
    /*     display: block !important; */
    /* } */
    .jstree-width {
        width: 354px;
    }
}

@media only screen and (max-width: 713px) {
    .homeBox {
        padding: 5px !important;
        width: 160px !important;
    }
}

@media only screen and (min-width: 650px) and (max-width: 709px) {
    .homeBox {
        padding: 5px !important;
        width: 160px !important;
    }
}

@media only screen and (max-width: 649px) {
    .homeBox {
        padding: 5px !important;
        width: 221px !important;
    }

    .version-info {
        position: relative !important;
        top: 20px;
        text-align: right;
        font-size: 10px !important;
    }
}

@media only screen and (max-width: 651px) {
    .main-title {
        margin: -14px -15px 15px !important;
    }
}

@media only screen and (max-width: 550px) {
    .logo-text {
        position: absolute;
        left: 15%;
        top: 73%;
        text-align: center;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        padding: 10px !important;
    }
}

@media only screen and (max-width: 557px) {
    .homeBody .navbar-nav .dropdown-menu {
        display: block !important;
    }

    .navbar-nav > li > .dropdown-menu .sys {
        display: block !important;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        padding: 10px !important;
    }
}

@media only screen and (max-width: 425px) {
    .navbar-nav .open .dropdown-menu > li > a {
        padding: 10px !important;
    }

    .system-admin .nav > li > a {
        padding: 6px 21px !important;
    }

    .logo {
        position: absolute;
        top: 6%;
    }

    .jstree-width {
        width: 291px;
        right: auto;
        left: 0;
    }

    .logo-text-area {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .logo-text {
        font-size: 12px;
        color: #318572;
        font-weight: bold;
        position: absolute;
        left: 5%;
        text-align: center;
        top: 60%;
    }

    .inner-body .navbar-nav .system-admin .dropdown-menu {
        display: block;
    }

    .homeBody .navbar-nav .system-admin .dropdown-menu {
        display: block !important;
    }

    .navbar-nav > li > .dropdown-menu .sys {
        display: block !important;
    }

    .version-info {
        position: relative !important;
        top: 9px;
        text-align: right;
        font-size: 10px !important;
    }

    .sidebar-toggle-btn {
        position: absolute;
        left: 369px;
        top: 124px;
        background-color: #183554;
        border: #183554;
    }

    .open > .dropdown-menu .module-thumbnail {
        left: 50% !important;
        position: absolute !important;
    }

    .uib-datepicker-popup.dropdown-menu {
        padding: 5px !important;
        /* left: auto !important; */
        /* right: 0; */
        width: 290px;
        z-index: 999999;
    }

    .uib-datepicker-popup .btn-sm,
    .btn-group-sm > .btn {
        padding: 4px 10px !important;
    }

    .version-info {
        position: relative !important;
        top: 0;
        text-align: right;
        font-size: 10px !important;
    }
}

@media only screen and (max-width: 375px) {
    .main-title {
        margin: -14px -15px 15px;
    }

    .logo img {
        width: 100px;
        height: auto;
    }

    .logo-2 {
        width: auto !important;
    }

    .homeBox p {
        padding: 1px;
        width: 26px;
        height: 26px;
    }

    ul.module-list .dropdown-menu .home-menu-box {
        width: auto;
    }

        ul.module-list .dropdown-menu .home-menu-box a {
            width: 97px;
        }

    .homeBox h2 {
        font-size: 11px !important;
    }

    .modal .homeBox {
        width: 155px;
    }

    .jstree-width {
        width: 253px;
        right: auto;
        left: 0;
    }

    .version-info {
        position: relative !important;
        top: 0;
        text-align: right;
        font-size: 10px !important;
    }
}
