/* Minification failed. Returning unminified contents.
(812,38): run-time error CSS1046: Expect comma, found '0'
(812,42): run-time error CSS1046: Expect comma, found '/'
 */
h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}

* {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 13px
}

body .page {
    position: relative;
    z-index: 10;
    background: #fff;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

body {
    background: #f2f7f8
}

.header_extra {
    padding-top: 0px;
}
/*header{
    background: #fff;
}*/
.d-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*Login Page*/
.login_container img.bg_logo {
    width: 100%;
    height: 100vh;
    position: absolute;
}

.login_container {
    /*background-image: url('../images/bg-01.png');*/
    background-image: url('images/11.png');
    /*background: linear-gradient( 45deg, #0a9a73, #00a3ad);*/
    background-size: cover;
    height: 100vh;
}

.login_section {
    position: relative
}

.bg_login {
    /* background: rgba(101, 134, 166, 0.25); */
    /*background: rgba(6, 158, 141, 0.64);*/
    position: relative;
    z-index: 1;
    padding: 20px;
    /* border: 1px solid #000000; */
    margin-top: 5%;
    /*box-shadow: 0px 0px 15px #218274;*/
}

.center_login {
    width: 35%;
    float: left;
    margin-top: 9%
}

.bg_logo_login {
    width: 25%;
    position: absolute;
    top: 50%;
    opacity: 0.2;
}

.left_login {
    width: 60%;
    float: left;
}

.login_header {
    text-align: center;
    color: #fff;
    /*background: linear-gradient( 45deg, #7d7d7d, #c3e2ff);*/
    padding: 10px;
}

    .login_header h2 {
        font-size: 26px;
        text-transform: uppercase
    }

.login_body {
    color: #fff;
}

.input_form {
    position: relative;
    display: flex
}

.login_body input.form-control, .login_body input.form-control:focus {
    background: transparent;
    border: 1px solid #dfdfdf;
    border-radius: 0px;
    color: #fff;
    box-shadow: none;
}


.login_body .form-control:focus {
    box-shadow: 0px 0px 10px #036253 !important;
}

.login_body .input_form i.fa {
    position: relative;
    top: 0px;
    padding: 9px 15px;
    font-size: 20px;
    float: left;
    background: #00a3ad;
    color: #000;
}

.login_body input.form-control::placeholder {
    color: #fff
}

input.btn.btn-primary {
    background: #1f9cd6;
    border: 0px solid #bebebe;
    width: 100%;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #fff;
}

    input.btn.btn-primary:hover, input.btn.btn-primary:focus, input.btn.btn-primary:active {
        background: #097cb1 !important;
        border: 0px solid #fff !important;
        box-shadow: none;
        color: #fff;
    }

.dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.container-fluid.body-content {
    min-height: 84.5vh;
    overflow: hidden;
    overflow-y: auto;
}

footer {
    background: #fff;
    padding: 5px;
}
/*footer.text-center {
        margin-top:20px;
        position: absolute;
        display: table;
        background: #fff;
        width: 100%;
        bottom:0px;
    }*/
/*Premises page*/
.card {
    padding: 10px 20px 10px 20px;
    z-index: 1;
}

.m-table__main .ui-jqgrid-view {
    margin-top: 10px;
}

.card_heading h4 {
    line-height: 1;
    font-size: 16px;
}

.ui-th-ltr, .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr, .ui-jqgrid .ui-jqgrid-btable tr.jqgrow td {
    line-height: 1.4;
}

.ui-jqgrid .ui-jqgrid-htable .ui-jqgrid-labels th {
    /*background: #f2f7f8 !important;*/
    background: #0178bc;
    color: #000 !important
}

.m-table__main .ui-jqgrid .ui-jqgrid-htable .ui-th-div {
    color: #fff !important;
    text-align: center !important;
}

.m-table__main .table td, .ui-state-hover {
    background: transparent !important;
}

.ui-jqgrid-bdiv #purchaseorderview tr:nth-child(odd) {
    /*background: #f8f8f8 !important;*/
}

.ui-jqgrid .ui-jqgrid-pager {
    width: 100% !important;
    background: #ffffff !important;
    border-bottom: 1px solid #dedede !important;
}

.it_assets .ui-jqgrid-hdiv.ui-state-default.ui-corner-top {
    overflow: inherit;
}

.it_assets .ui-jqgrid tr.footrow-ltr td {
    border: 0px !important;
}

.it_assets .ui-jqgrid-bdiv {
    overflow-x: hidden;
    display: table-caption;
}

.forgot_password a {
    color: #fff !important;
}

    .forgot_password a:hover {
        text-decoration: underline
    }

a.btn.btn-primary {
    padding: 5px 15px;
    background: #f18b2f;
    border: 1px solid #f18b2f;
    font-size: 14px;
    font-weight: normal;
}

    a.btn.btn-primary:hover {
        background: #fcac65;
        border: 1px solid #fcac65;
    }

.ui-state-hover a i.fa {
    color: #000;
}

/*==== loader styles ======*/
.c-loader {
    position: fixed;
    z-index: 9999;
    top: -1%;
    height: 100%;
    width: 100%;
    background: #fff;
    opacity: 0.8;
}



.c-loader__container {
    margin: 0 auto;
    width: 100px;
    position: relative;
    margin-top: 20%;
}



.c-loader__inner, .c-loader__outer {
    position: absolute;
    width: 120px;
    height: 120px;
    animation: spin 1s infinite;
    -moz-animation: spin 1s infinite;
    -webkit-animation: spin 1s infinite;
    animation-timing-function: cubic-bezier(.26,.66,.36,.34);
    transform: perspective(200px);
    -ms-transform: perspective(200px);
    -moz-transform: perspective(200px);
    -webkit-transform: perspective(200px);
    animation-timing-function: cubic-bezier(.26,.66,.36,.34);
    -moz-animation-timing-function: cubic-bezier(.26,.66,.36,.34);
    -webkit-animation-timing-function: cubic-bezier(.26,.66,.36,.34);
}



.c-loader__outer {
    border: 8px solid #67B7DC;
    border-radius: 50%;
    top: 0;
}



.c-loader__img {
    background: url('../../Assets/images/title-only-leaf.png') center center no-repeat;
    width: 100%;
    height: 200px;
    position: absolute;
    top: -40px;
    left: 11px;
    background-color: #fff;
    z-index: -11;
}



.c-loader__inner {
    content: "";
    width: 98px;
    height: 98px;
    display: block;
    top: 11px;
    left: 11px;
    position: relative;
    border-radius: 50%;
    border: 8px solid #FDD400;
    animation-delay: 1.5s;
}



@keyframes spin {
    0% {
        transform: rotateY(0);
    }



    40% {
        transform: rotateY(180deg);
    }



    100% {
        transform: rotateY(180deg);
    }
}



@-webkit-keyframes spin {
    0% {
        transform: rotateY(0);
    }



    40% {
        transform: rotateY(180deg);
    }



    100% {
        transform: rotateY(180deg);
    }
}



@-moz-keyframes spin {
    0% {
        transform: rotateY(0);
    }



    40% {
        transform: rotateY(180deg);
    }



    100% {
        transform: rotateY(180deg);
    }
}
/*==== End loader styles ======*/
/*Modal Popup*/
.modal-header.-bg-green {
    padding: 5px 20px;
    background: linear-gradient(to right,#0178bc 0,#00bdda 100%);
}

h4.modal-title {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
}
h5.modal-title{
    color:#fff;
}
.modal-header .close {
    position: absolute;
    right: 0px;
    top: 0px;
    background: #0099ca;
    opacity: 1;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

    .modal-header .close span {
        color: #fff;
        font-weight: normal;
        text-align: center;
        position: relative;
        top: -15px;
        left: -9px;
        font-size: 25px;
    }

.modal-body form label.control-label {
    margin: 0px;
}

.modal-body form .form-group {
    margin-bottom: 5px;
}
.over_flow{
    overflow-x:auto;
}
.save_buttons button.btn {
    padding: 5px 15px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: normal;
}

.save_buttons {
    float: right !important;
    width: 100%;
    text-align: right;
    padding: 10px;
    /*border-top: 1px solid #dedede;*/
    margin-top: 10px;
}

.card {
    padding: 20px;
    box-shadow: inset 0px 0px 8px #006166;
}


/*menu css*/
.nav_menu {
    /*background: linear-gradient(to right,#590dbe,#02b3bb);*/
    background: #fff;
    padding: 0px 20px;
    float: left;
    width: 100%;
    line-height:27px;
}

nav.navbar.navbar-inverse {
    padding: 0px;
}

ul.nav.navbar-nav {
    margin: 0px;
    display: table;
    width: 100%;
    font-weight:500;
}

    ul.nav.navbar-nav li {
        float: left;
        color: #fff;
        padding: 5px 10px;
    }

        ul.nav.navbar-nav li a {
            float: left;
            color: #000;
        }

.nav li:hover {
    /*background: #73236b;*/
    color: #fff
}

li.active {
    background: rgb(242,247,248);
    color: #fff
}

.dropdown-menu li.active, .dropdown-menu li:hover {
    background: rgba(0,158,251,0.1)
}

.dropdown-menu li:hover {
    background: rgba(83,83,83,0.1)
}
/*.active a {
    color: #ffffff !important;
}*/
ul.nav.navbar-nav li .dropdown-menu li:hover a, ul.nav.navbar-nav li .dropdown-menu li.active a {
    color: #276bbc !important;
    width: 100%
}

ul.nav.navbar-nav li .dropdown-menu li a {
    color: #232323 !important;
}

.nav li:hover .dropdown-menu {
    display: block;
    position: absolute;
    top: 35px;
    padding: 10px 0px;
    border-radius: 0px;
    width: 210px;
    margin-left: -20px;
    z-index: 2;
}

.navbar-nav .dropdown-menu {
    left: auto;
    font-weight:400
}

ul.nav.navbar-nav li a .dropdown-menu li a {
    float: left;
    color: #fff;
    padding: 2px 20px;
    width: 100%;
}

.dropdown-menu li {
    width: 100%;
}

.ui-jqgrid .ui-jqgrid-htable th {
    padding: 7px 20px !important;
    border: 1px solid #e7ecf1 !important;
}

ul.nav.navbar-nav li .dropdown-menu li a {
    color: #000
}

ul.nav.navbar-nav li .dropdown-menu li:hover a, ul.nav.navbar-nav li .dropdown-menu li.active a {
    color: #a9449f;
}

ul.nav.navbar-nav li a .dropdown-menu li:hover a {
    background: #f1f1f1;
    color: #fff
}

.main-notification {
    margin: 0px;
}

    .main-notification i.fa {
        font-size: 30px;
        float: left;
    }

.header-info {
    float: left;
    padding-left: 10px;
    margin-top: 2px;
}

.main-notification.navbar-nav .dropdown-menu {
    top: 30px !important;
}

.btn.btn-sm.btn-warning {
    background: #0178bc;
    color: #fff;
    border: 0px;
    padding: 8px 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
}

.fl_right {
    position: relative;
    left: 93%;
}

.del_fl_right {
    position: relative;
    left: 78%;
    padding: 8px 20px;
    font-size: 14px;
    border-radius: 5px;
}

.ui-jqgrid .ui-jqgrid-ftable {
    display: none;
}

.btn.btn-sm.btn-warning:hover {
    background: #0583cd;
    color: #fff;
}

.btn-cancel {
    color: #fff;
    background-color: #f18b2f;
    border-color: #f18b2f;
    font-size:13px;
}

    .btn-cancel:hover {
        color: #fff;
        background-color: #ee7d16;
    }

.map_user {
    color: #7239ea !important;
}

    .map_user:hover {
        color: #000 !important;
    }
.plant_disable{
    color:red !important;
}
.plant_enable{
    color:green !important;
}
/*.modal-lg, .modal-xl {
    max-width: 1100px;
}*/
/*Singlesect css*/
/*.select2-container {
    width: 100% !important;
}*/
.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
    border-radius: 0px !important;
    height: 35px;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 35px
    }

/*Multiselect css*/
.btn-group {
    width: 100% !important;
    border: 1px solid #e4e4e4;
    height: 35px;
    text-align: left;
}

button.multiselect.dropdown-toggle.btn.btn-default {
    text-align: left;
}

.dropdown-toggle::after {
    position: absolute;
    right: 10px;
    top: 10px;
}

.multiselect-container > li > a > label {
    padding-left: 20px;
}

.multiselect-container li.active {
    background: #d9d9d9;
    color: #fff;
}

modal-body ul {
    display: flex;
    align-items: center;
}

.modal-body li label {
    margin: 0px;
    display: block;
    line-height: 1.4;
}

.modal-body ul i.fa {
    float: left;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 20px;
    color: #016b6e;
}

.modal-body li {
    float: left;
    font-size: 12px;
    background: #6f6f6f;
    text-align: center;
    border-radius: 10px;
    padding: 10px 20px;
    list-style-type: none;
    color: #fff;
}

.modal-body .approved .cr {
    background: #0178bc;
}
.ap1 {
    background: #0583cd !important;
}
.ap2 {
    background: #f18b2f !important;
}
.ap4 {
    background: #28a745 !important;
}

#tracking .modal-lg, .modal-xl {
    max-width: 95%;
}

.modal-body ul {
    display: flex;
    align-items: center;
}

.ui-jqgrid .ui-jqgrid-btable tr.jqgrow td {
    padding: 5px 20px !important;
}

.btn.btn-default.btn-sm {
    background: #dedede;
}

    .btn.btn-default.btn-sm:hover {
        background: #bebebe;
    }

/*td.ui-sgcollapsed.sgcollapsed{
    width:61px ;
}*/

.add_form_ label.control-label {
    margin: 0px;
    font-size: 13px;
}

select.form-control, select.form-control option {
    font-size: 14px;
}

.ui-state-hover .color_black a {
    color: #000 !important
}

.m-table__main .ui-jqgrid-view {
    z-index: 0;
}

.stage {
    background: #e0d5ef;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #7239ea;
    padding: 10px 20px;
}

    .stage h4, .card h4 {
        font-weight: normal;
        margin: 0px;
    }

    .stage h4 {
        font-size: 18px;
    }


.card h4 {
    color: #fff;
}

.stage p, .stage h4, .stage label {
    margin: 0px;
    line-height: 1
}

.stage_details {
    border: 1px solid #757575;
    border-top: 0px;
    padding: 0px 20px;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .stage_details p {
        text-align: left;
        width: 34%;
        padding: 3px 10px;
        border: 1px solid #757575;
    }

.tabs {
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0 4px 4px -2px rgb(0 0 0 / 50%);
}

.tab {
    width: 100%;
    color: white;
    overflow: hidden;
}

input.form_tabs {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
/* Accordion styles */
input.form_tabs {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.tabs {
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
}

.tab {
    width: 100%;
    color: white;
    overflow: hidden;
}

.tab-label {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    background: #e0d5ef;
    font-weight: bold;
    cursor: pointer;
    margin: 0px !important;
    color: #7239ea;
}

    .tab-label:hover {
        background: #e0d5ef;
    }

    .tab-label::after {
        content: "❯";
        width: 1em;
        height: 1em;
        text-align: center;
        transition: all 0.35s;
    }

.tab-content {
    max-height: 0;
    padding: 0 1em;
    color: #2c3e50;
    background: white;
    transition: all 0.35s;
}

.tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: #2c3e50;
    cursor: pointer;
}

    .tab-close:hover {
        background: #1a252f;
    }

input:checked + .tab-label {
    background: #e0d5ef;
}

    input:checked + .tab-label::after {
        transform: rotate(90deg);
    }

input:checked ~ .tab-content {
    max-height: 100vh;
    padding: 1em;
}

.card .card_heading h4 {
    color: #000;
}

h4.font_size_ {
    font-size: 16px !important;
}

footer p {
    color: #000
}

.from_section_ {
    border: 1px solid #dedede;
    margin-top: 30px;
    float: left;
    width: 100%;
    padding: 10px 20px;
    box-shadow: inset 0px 0px 10px #7239ea;
}

.card_heading.float-right {
    width: 100%
}

.from_section_ h4 {
    color: #000;
    font-size: 20px;
    margin-bottom: 10px;
}

.table_iniat_ th {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    background: #e0d5ef;
    padding: 10px 20px !important;
    line-height: 1.2;
}

.table_iniat_ select.form-control {
    height: 35px;
    border-radius: 0px;
}

.table_iniat_ th:nth-child(1) {
    width: 140px;
}

.table_iniat_ th:nth-child(2) {
    width: 100px;
}

.header_logo {
    box-shadow: 0px 0px 2px;
    padding: 5px 0px;
    background: linear-gradient(to right,#0178bc 0,#00bdda 100%);
}

.logo_text h4 {
    color: #fff;
    text-transform: uppercase;
}

.main-notification i.fa {
    color: #fff;
}

.header-info span {
    color: #fff
}

.stage h4 {
    color: #7239ea
}

.tab-label {
    font-size: 16px;
    font-weight: normal
}

table th {
    background: #e0d5ef;
}

.ui-state-hover a:hover {
    color: #1976d2 !important
}

.logo_text {
    position: relative;
    left: -20px;
}

.ui-widget-content a.icon_color {
    color: #333 !important;
}

.color_red {
    color: #ff0000;
}
/*.save_buttons .btn.btn-sm.btn-warning{
    padding:6px 20px
}*/
.history_table_ th {
    padding: 8px 20px !important;
    line-height: 1.2;
}

.table td, .table th {
    vertical-align: middle
}

.status_text {
    font-weight: 400;
}

.single_dropdown .select2-container {
    width: 100% !important;
}

.width_100 {
    float: left;
    width: 100% !important;
}


.left_login {
    width: 58%;
    float: left;
    margin-left: 80px;
}

.bg_login {
    box-shadow: 0px 0px 15px rgba(0,0,0,0.16)
}

.center_login {
    width: 34%;
    float: left;
    margin-top: 9%;
}

.login_header {
    text-align: center;
    color: #000;
    padding: 10px 0px;
}

    .login_header h2 {
        font-size: 26px;
        text-transform: uppercase;
        font-weight: bold;
        color: #1f9cd6;
    }

    .login_header span {
        color: #000;
        margin-top: 12px;
        float: left;
        width: 100%;
        margin-bottom: 20px;
        font-size: 20px;
    }

.login_body {
    color: #000;
}

    .login_body label {
        display: inline-block;
        margin-bottom: 0.5rem;
        color: #000;
        margin-bottom: 0px;
        font-size: 17px;
    }

.forgot_password a {
    float: right;
    color: #000 !important;
    font-size: 17px;
}

.login_body input.form-control, .login_body input.form-control:focus {
    color: #000;
    height: 40px;
}

select[readonly] option, select[readonly] optgroup {
    display: none;
}
.mf-4 {
    margin-top: 2.5rem !important;
}
/*.mf-5 {
    margin-top: .5rem !important;
}*/
.ad {
    color:#fff;
    background: orange;
    border-radius: 50%;
    padding: 2px 5px 2px 5px;
    font-size: 12px;
    font-weight: 400;
}
.ad:hover{
    color:#000;
}
.vi {
    color:#fff;
    background: #138496;
    border-radius: 50%;
    padding: 2px 5px 2px 5px;
    font-size: 12px;
    font-weight: 400;
}
.vi:hover{
    color:#000;
}
.sel {
    color: #fff;
    background: #28a745;
    border-radius: 50%;
    padding: 2px 5px 2px 5px;
    font-size: 12px;
    font-weight: 400;
}
.sel:hover{
    color:#000;
}

.a-link
{
    color:blue;
    text-decoration:underline;
}

.is-valid .field-validation-error {
    display: none;
}

.t-rejected {
    background: #dc3545 !important;
}

/*start customize scroll bar styles*/
div::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}

div::-webkit-scrollbar-thumb {
    background: #0583cd;
    border-radius: 6px;
    /*box-shadow: 4px 2px 5px #006666;*/
}

/*end styles*/

.note_msg
{
    margin-left:545px;
}
.approved
{
    background:green !important;
}
.pending {
    background: orange !important;
}
.rejected {
    background: red !important;
}
.jggrid-highlight_green{
    background:#9dfe60 !important;
}
.jggrid-highlight_red {
    background: #fe6260 !important;
}
label.tab-label {
    display: block;
}

.tab-label span:nth-child(1) {
    color: #f18b2f;
    font-size: 16px;
}

.tab-label span:nth-child(2) {
    color: #000;
    font-size: 16px;
}
li.approved.-two {
    background: transparent !important;
    padding: 0px;
}

    li.approved.-two ul {
        padding: 0px;
        display: inline-grid
    }

    li.approved.-two li {
        margin-bottom: 10px;
        float: none
    }
.tab-label::after {
    position: absolute;
    right: 25px;
}
.track-auto {
    margin: auto;
}
.ui-autocomplete {
    position: absolute;
    z-index: 99999999999999 !important;
    background: white;
    overflow: auto;
    max-height: 200px;
    padding: 10px;
    width: auto;
}
.code_completed {
    width: 100% !important;
    height: auto !important;
    padding: 5px 10px !important;
}
.m_utlization {
    background: #ffffff !important;
}

.modal-body {
    overflow-x: auto !important;
}
