﻿@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400&display=swap');

/* CSS Document */

a,
a:active,
a:hover,
a:visited {
    text-decoration: none;
    color: inherit;
}

* {
    font-family: 'Roboto', sans-serif;
}

body {
    line-height: 1;
    font-size: 14px;
}
/* ----------------------------------------------- Custom Checkbox ----------------------------------------------- */

.custom-check {
    display: none;
}

    .custom-check + label {
        color: #999;
        font-size: 14px;
        position: relative;
        margin: 0;
        padding-left: 30px;
        font-weight: normal;
    }

        .custom-check + label:before {
            width: 20px;
            height: 20px;
            position: absolute;
            content: "";
            border: 1px solid #607D8B;
            left: 0;
            top: -4px;
            transition: all 0.3s;
            background: #fff;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            cursor: pointer;
        }

    .custom-check:checked + label:before {
        background: #0054a6;
        border-color: #0054a6;
    }

    .custom-check + label:after {
        width: 12px;
        height: 7px;
        position: absolute;
        content: "";
        transition: all 0.3s;
        left: 4px;
        border: 2px solid transparent;
        transform: rotate(0deg);
        top: 1px;
    }

    .custom-check:checked + label:after {
        border-left-color: #fff;
        border-bottom-color: #fff;
        transform: rotate(-45deg);
    }

.custom-control {
    padding-left: 0;
}
/* -----------------------------------------------End Custom Checkbox ----------------------------------------------- */


/* ----------------------------------------------- Custom Scroller ----------------------------------------------- */
/* width */
::-webkit-scrollbar {
    width: 8px;
    border-radius: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #2fa3be;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
/* ----------------------------------------------- Custom Scroller End ----------------------------------------------- */


.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #30aecf;
    outline: 0;
    box-shadow: 0 0 10px #03a9f44a;
}


::-webkit-input-placeholder {
    font-size: 14px !important;
    color: black;
}

.form-control {
    font-size: 14px !important;
}

input.form-control ::placeholder {
    color: black;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-size: 12px !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 12px !important;
}


.bold {
    font-weight: 500;
}

.bg-blue {
    background-image: url(../images/bg-blue.jpg);
    background-position: center;
    background-attachment: scroll;
    background-size: cover;
    min-height: 100vh;
    width: 100vw;
}

.relative {
    position: relative;
}

.wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.whitebox {
    background: #fff;
    padding: 20px;
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,.125);
}

.max-w1 {
    max-width: 400px;
    width: 100%;
}

.wrapper img.login-logo {
    width: 100%;
    max-width: 160px;
}

h3 {
    font-size: 18px;
    letter-spacing: -0.05em;
}

.form-group.relative .fa {
    position: absolute;
    left: 6px;
    top: 11px;
    color: #9E9E9E;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}

.form-group.relative input {
    padding-left: 30px;
}

.btn.btn-grey {
    background: #999;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    transition: all 0.3s ease-in-out;
    line-height: 22px;
}

    .btn.btn-grey:hover,
    .btn.btn-grey:focus,
    .btn.btn-grey:active {
        background: #607D8B;
        outline: none;
        box-shadow: none;
    }

.whitebox .footer {
    font-size: 13px;
    color: #999;
}

.form-group.active.relative .fa {
    color: #0054a6;
    box-shadow: 0 0 10px #03a9f44a;
}

/* Dashboard */
a.navbar-brand .img-fluid.logo {
    width: 100%;
    max-width: 90px;
    margin-right: 20px;
}

a.navbar-brand .mini-logo {
    display: none;
}

nav.navbar {
    padding-top: 0;
    padding-bottom: 0;
    height: 48px;
}

    nav.navbar.navbar-expand-lg.navbar-light.bg-light {
        border-bottom: 1px solid rgba(0,0,0,0.125);
        background: #fff !important;
    }

span.profile-pic-header img {
    max-width: 32px;
    border: 1px solid #ddd;
    border-radius: 50px;
    margin-right: 5px;
}

span.nav-left-toggle {
    padding: 7px 7px;
    margin-left: 8rem;
    cursor: pointer;
    font-size: 18px;
    color: #000;
}

.navigation {
    background: #005E9A;
    width: 270px;
    position: fixed;
    top: 48px;
    bottom: 0;
    padding: 10px 0px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    z-index: 999;
}

    .navigation .heading {
        font-size: 12px;
        padding: 10px 20px;
        color: rgba(255,255,255,.5);
    }

    .navigation ul.menu {
        list-style: none;
        margin: 0;
        padding: 0;
    }

.navbar-toggler {
    margin-left: auto;
    color: #000 !important;
}

.dash-left-nav .navigation ul.menu li a {
    padding: 15px;
    display: block;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}

    .dash-left-nav .navigation ul.menu li.active a,
    .dash-left-nav .navigation ul.menu li a:hover,
    .dash-left-nav .navigation ul.menu li a:focus {
        background: rgba(1,7,14,0.5);
    }

    .dash-left-nav .navigation ul.menu li a span.fa {
        margin-right: 10px;
        font-size: 18px;
    }

.content-wrapper {
    margin-top: 48px;
    margin-left: 270px;
    background: #f5f5f5;
    transition: all 0.3s ease-in-out;
}


body.mini-nav .dash-left-nav .navigation ul.menu li a {
    font-size: 0;
}

body.mini-nav
.navigation .heading {
    font-size: 0;
}

body.mini-nav
.navigation {
    width: 48px;
}

body.mini-nav
.content-wrapper {
    margin-left: 48px;
}

body.mini-nav img.img-fluid.logo {
    display: none;
}

body.mini-nav a.navbar-brand .mini-logo {
    display: block;
    max-width: 30px;
}

body.mini-nav span.nav-left-toggle {
    margin-left: 0rem;
}

body.mini-nav .navbar {
    padding-left: 6px;
}




.content-wrapper .inner-header {
    padding: 25px 20px;
    background: url(../images/bg-blue-pageheader.jpg);
    background-size: cover;
    border-bottom: 2px solid #0054A6;
}

    .content-wrapper .inner-header h2 .fa {
        color: #0054A6;
        margin-right: 10px;
        font-size: 28px;
    }

    .content-wrapper .inner-header h2 {
        font-size: 24px;
    }

.content-wrapper .inner-data-box {
    padding: 20px;
    min-height: calc(100vh - 172px);
    background-color: white;
}


footer.footer-dash {
    margin-left: 270px;
    padding: 10px;
    background: #c4edf9;
    text-align: center;
    font-size: 13px;
    color: #005e9a;
    transition: all 0.3s ease-in-out;
}

.shad {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.sm-box {
    max-width: 620px;
}

.md-box {
    max-width: 800px;
}

.sm-box, .md-box {
    margin: 0 auto;
    width: 100%;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 5px;
}

body.mini-nav footer.footer-dash {
    margin-left: 48px;
}


.white-box {
    background: #fff;
    padding: 15px;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 3px;
}

button.accordion-heading:hover,
button.accordion-heading:active,
button.accordion-heading:focus {
    outline: none;
}


button.accordion-heading.collapsed:after {
    content: '\f077';
    position: absolute;
    right: 0;
    top: 37%;
    font: normal normal normal 14px/1 FontAwesome;
}

button.accordion-heading:after {
    content: '\f078';
    position: absolute;
    right: 0;
    top: 37%;
    font: normal normal normal 14px/1 FontAwesome;
}

button.accordion-heading {
    background: transparent;
    display: block;
    width: 100%;
    border: none;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 0;
    position: relative;
}

.button-div .btn {
    color: #fff;
    border: 1px solid #005083;
    width: 31%;
    background-color: #005e9a;
    border-radius: .25rem;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    display: block;
    margin: 0 auto;
}

.multiple-checkbox {
    width: 100%;
    height: 150px;
    position: relative;
    overflow-y: scroll;
    overflow: auto;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: .375rem .75rem;
}

    .multiple-checkbox li {
        list-style: none;
        line-height: 30px;
        width: 100%;
    }

        .multiple-checkbox li label {
            font-size: 14px;
            color: #495057;
        }

        .multiple-checkbox li .form-group {
            margin: 0px;
        }
/* End Dashboard */

/***** 10-05-2020 *****/

.card-header {
    background: #005e9a;
    color: #fff;
}


.paginate_button {
    border-radius: 0 !important;
}


#example_filter input {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
}



.ui-dorp a {
    color: #fff;
}

.ui-dorp .dropdown dd,
.ui-dorp .dropdown dt {
    margin: 0px;
    padding: 0px;
}

.ui-dorp .dropdown ul {
    margin: -1px 0 0 0;
}

.ui-dorp .dropdown dd {
    position: relative;
}

.ui-dorp .dropdown a,
.ui-dorp .dropdown a:visited {
    color: #000;
    text-decoration: none;
    overflow-y: scroll;
}

.ui-dorp .dropdown dt a {
    /*background-color: #fff;*/
    display: block;
    padding: 10px;
    height: auto;
    overflow: hidden;
    border: 0;
    width: 100%;
}

    .ui-dorp .dropdown dt a span,
    .ui-dorp .multiSel span {
        cursor: pointer;
        display: inline-block;
        padding: 0;
        font-weight: 400;
        color: #495057;
    }

.ui-dorp .dropdown, .dropleft,
.ui-dorp .dropright, .dropup {
    position: relative;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

    .ui-dorp .dropdown dd ul {
        background-color: #fff;
        border: 1px solid #e0dede;
        border-radius: 2px;
        color: #000;
        display: none;
        left: 0px;
        padding: 12px;
        position: absolute;
        top: 2px;
        width: 100%;
        list-style: none;
        height: 133px;
        overflow: auto;
        z-index: 99;
    }

.mutliSelect ul li {
    line-height: 35px;
    font-weight: 300;
    font-size: 16px;
    border-bottom: 1px solid #cecbcb;
    letter-spacing: 0.5px;
}

    .mutliSelect ul li input[type="checkbox"] {
        margin-right: 10px;
    }

.ui-dorp .dropdown span.value {
    display: none;
}

.ui-dorp .dropdown dd ul li a {
    padding: 5px;
    display: block;
}

    .ui-dorp .dropdown dd ul li a:hover {
        background-color: #fff;
    }

.ui-dorp button {
    background-color: #6BBE92;
    width: 302px;
    border: 0;
    padding: 10px 0;
    margin: 5px 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
}


.ui-dorp {
    min-height: 170px;
}
/* for loader :Start*/
.loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
}

.loading-image {
    position: absolute;
    top: 150px;
    left: 300px;
    z-index: 100;
}

/* for loader :End*/





/*End Media Query*/
/*loader-position*/
.loader-position {
    position: absolute;
    top: 25%;
    left: 43%;
}

.loader2 {
    position: absolute;
    top: 30%;
    left: 48%;
}
/*snoozer validation color*/
#snoozeTime-error {
    margin-top: 9px;
    color: red;
    float: left;
    font-size: 12px;
}

.Grid {
    border: 1px solid #ccc;
    border-collapse: collapse;
    background-color: #fff;
}

    .Grid th {
        background-color: #B8DBFD;
        color: #333;
        font-weight: bold;
    }

    .Grid th, .Grid td {
        padding: 5px;
        border: 1px solid #ccc;
    }

    .Grid img {
        cursor: pointer;
    }

.ChildGrid {
    width: 100%;
}

    .ChildGrid th {
        background-color: #6C6C6C;
        color: #fff;
        font-weight: bold;
    }
.ExtendedColor {
    color: #7030A0;
}
#SqlResultDiv {
    overflow: scroll;
}

.innerTable {
     max-height: 200px !important;
    overflow: auto;
    max-width:300px;
  /*  width: 500px;*/
    /*overflow: scroll;
    width: 70%;*/
}
.popup-table {
    min-height: 450px;
    overflow-y: auto;
    max-height: 200px;
}
.viewBtn {
    background: #005e9a;
    color: #ffff;
    padding: 0px 10px;
    font-size: 14px;
}
/*#alertLogDataTable th:nth-of-type(3) {
    max-width: 80px !important;*/
/*min-width: 80px !important;*/
/*width: 40px !important;
    overflow: auto;
}
#alertLogDataTable th:nth-of-type(2) {
    max-width: 205px !important;
    min-width: 205px !important;
    width: 205px !important;
    overflow: auto;
}
.ChildGrid th:nth-of-type(2) {
    max-width: 150px !important;
    min-width: 150px !important;
    width: 150px !important;*/
/*}*/
/*Start Media Query --- Please put all respective media queries in bottom of this page*/
@media only screen and (max-width:1024px) {
    .mob-center {
        text-align: center;
    }
}

@media only screen and (max-width:768px) {
    .collapse.show {
        display: block;
        position: absolute;
        top: 48px;
        background: #fff;
        left: 0;
        right: 0;
        border-bottom: 1px solid #ddd;
        padding-left: 55px;
    }

    ul.navbar-nav.ml-auto {
        text-align: right;
        padding-right: 15px;
        padding-bottom: 5px;
    }

    nav.navbar {
        height: auto;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .content-wrapper {
        margin-left: 48px;
    }
}



/* Smaller than standard 960 (devices and browsers) */

@media only screen and (min-width:768px) and (max-width:991px) {
}


/* Smaller than standard 768 (devices and browsers) */

@media only screen and (min-width: 768px) {
    .btn + .btn {
        margin-left: 20px;
    }
}


/* Smaller than standard 480 (devices and browsers) */

@media screen and (max-width: 480px) {
    h3 {
        font-size: 16px;
    }

    .max-w1 {
        max-width: 300px;
    }

    span.nav-left-toggle {
        margin-left: 0;
    }
}


/* Smaller than standard 767 (devices and browsers) */

@media screen and (max-width: 767px) {
}


/* Smaller than standard 340 (devices and browsers) */

@media only screen and (max-width: 340px) {
}


/* Smaller than standard 321 (devices and browsers) */

@media only screen and (max-width: 321px) {
}