body {
    margin: 0;
    padding: 0;
    font-family: Helvetica, sans-serif;
    background: #203360 url(../images/main-backgroundN.jpg) 80px 135px no-repeat;
    background-size: cover;
}

.mgnbtm {
    margin-bottom: 20px;
}

.clear {
    clear: both;
}

.nopad {
    padding: 0 !important;
}

label {
    display: inline-block;
    max-width: 100%;
    margin: 5px 0 7px;
    font-weight: 700;
}

.mgntop {
    margin-top: 50px;
}
/* Landing Page Styles Starts Here*/
.landingbg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(../images/mainbgN.png) no-repeat;
    background-size: cover;
    top: 135px;
}

.contentpnl {
    background: rgba(10,7,29,0.2);
    border: 1px solid rgba(116,163,187,0.4);
    border-radius: 7px;
    padding: 20px 0;
    position: fixed;
    left: 20px;
    right: 20px;
    top: 155px;
    bottom: 20px;
}

.radialpnl {
    width: 85%;
    margin: 0 auto;
    margin-top: 8%;
}

.radial {
    width: 232px;
    height: 232px;
    background: rgba(10,7,29,0.5);
    margin: 0 auto;
    border-radius: 50%;
    line-height: 210px;
    display: block;
}

.contentpnl a:hover {
    text-decoration: none;
}

.contentpnl h1 {
    color: #fff;
    font-size: 26px;
    font-family: inherit;
    text-transform: uppercase;
    margin: 20px 0;
}
/* Landing Page Styles Ends Here*/

.loginpnlbg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/login-backgroundN.jpg) center center no-repeat;
    background-size: auto auto;
    background-size: cover;
    z-index: -1;
}

.loginpanel {
    margin-top: 13%;
    margin-left: 45%;
    width: 26.4%;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.55);
    color: #FFF;
    padding: 40px 80px 34px;
    position: relative;
}

.btn {
    border-radius: 3px;
    background: #1972a5;
    color: #fff;
    border: 0;
    padding: 8px 15px;
    font-size: 14px;
    margin-top: 10px;
    cursor: pointer;
}

.loginpanel a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.pwordshow {
    position: absolute;
    top: 164px;
    right: 11%;
    color: #AAAAAA;
    cursor: pointer;
    font-size: 15px;
    color: #333;
    opacity: 0.5;
}

    .pwordshow:hover {
        color: #333;
    }

.error {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
    width: 94%;
}

.error-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.signouthold {
    position: fixed;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    bottom: 0;
    padding: 10px;
    background-color: transparent;
    z-index: 5;
    background: rgba(0,0,0,.4);
}

.animated {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -360deg);
        transform: rotate3d(0, 0, 1, -360deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -360deg);
        transform: rotate3d(0, 0, 1, -360deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

.signoutpnl {
    background-color: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    text-align: center;
    margin: auto;
    position: relative;
    width: 500px;
    height: 321px;
    padding: 20px;
}

    .signoutpnl .info {
        font-size: 60px;
        line-height: 80px;
        text-align: center font-family: Open Sans, sans-serif;
        color: #3fc3ee;
        width: 80px;
        height: 80px;
        border: 4px solid #9de0f6;
        border-radius: 50%;
        margin: 20px auto 30px;
        padding: 0;
        position: relative;
    }

    .signoutpnl h2 {
        color: #595959;
        font-size: 30px;
        text-align: center;
        font-weight: 600;
        text-transform: none;
        position: relative;
        margin: 0 0 .4em;
        padding: 0;
        display: block;
        word-wrap: break-word;
    }

    .signoutpnl .content {
        font-size: 18px;
        text-align: center;
        font-weight: 300;
        position: relative;
        float: none;
        margin: 0;
        padding: 0;
        line-height: normal;
        color: #545454;
        word-wrap: break-word;
    }

.btnn {
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    margin: 15px 5px 0;
    padding: 10px 32px;
}

    .btnn:focus {
        outline: 0;
        box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50,100,150,.4);
    }

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 135px;
    background: #203360;
    z-index: 9;
}

.logo {
    margin-top: 32px;
    margin-left: 20px;
    display: block;
}

.navbar {
    padding: 0 !important;
}

.navbar-nav li {
    padding: 21px;
    border-top: 5px solid transparent;
}

    .navbar-nav li:hover {
        border-top: 5px solid #afd740;
    }

.navbar-nav .nav-item .nav-link {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

.navbar-nav li a img {
    display: block;
    margin: 0 auto 12px;
}

.navbar-nav .dropdown-menu {
    padding: .2rem 0;
    top: 76%;
    right: 0;
}

    .navbar-nav .dropdown-menu li a {
        color: #333;
    }

.btn-group .dropdown-menu {
    margin: 0.250rem 22px 0 !important;
}

.btn-group {
    margin-top: 50px;
    margin-left: 40px;
    margin-right: 42px;
}

.heading {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}

.inputhold {
    position: relative;
}

    .inputhold .txtbox {
        width: 100%;
        padding: 0 30px;
        background: #374870 url(../images/srchiconlft.png) 7px 10px no-repeat;
        color: #fff;
        border: 0;
        margin-bottom: 15px;
        height: 34px;
    }

    .inputhold .clearbtn {
        background: #2b3e68;
        color: #ccc;
        padding: 2px 10px;
        border-radius: 3px;
        position: absolute;
        right: 5px;
        top: 3px;
        text-decoration: none;
    }

.gobtn {
    background: #3b4e78;
    color: #ccc;
    padding: 4px 5px !important;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
    height: 33px;
}

.pnl1 {
    background-color: rgba(10, 7, 29, 0.2);
    border: 1px solid;
    border-color: rgba(255,255,255, 0.2);
    border-radius: 7px;
    padding: 25px 22px 20px;
}

    .pnl1 h6 {
        color: #fff;
        font-weight: bold;
        float: left;
    }

    .pnl1 hr {
        background: #fff;
    }

.tab {
    overflow: hidden;
}

.pnl1 hr {
    border: 0;
    border-bottom: 1px solid #fff;
    padding: 0;
    margin: 0;
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 4px 22px;
    transition: 0.3s;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

    .tab button:hover {
        background-color: #ddd;
        color: #333;
    }

    .tab button.active {
        background-color: rgba(255, 255, 255, 0.3);
        color: #fff;
    }

.tabcontent {
    display: none;
    padding: 6px 0;
    border-top: none;
}

.pnl2 {
    background-color: rgba(10, 7, 29, 0.5);
    border-radius: 7px;
    padding: 25px 22px 8px;
    overflow-x: auto;
}

.tblhold {
    font-size: 14px;
}

    .tblhold .table {
        margin-bottom: 15px;
    }

        .tblhold .table > tbody > tr > td {
            border-bottom: 1px solid #666578;
            color: #fff;
            line-height: 1.8;
        }

        .tblhold .table > thead > tr > th {
            background-color: rgba(125, 119, 136, 0.5);
        }

        .tblhold .table > thead > tr > th {
            padding: 5px 8px;
            color: #fff;
            white-space: nowrap;
        }

        .tblhold .table > thead > tr > th {
            border-bottom: 0;
        }

        .tblhold .table > tbody > tr > td {
            border-top: 0;
        }

.table td, .table th {
    padding: 5px !important;
    border-top: 0 !important;
}

.table th {
    border: 0 !important;
}

.addlink {
    text-decoration: none;
    margin-bottom: 5px;
    float: right;
    color: #fff;
    font-size: 14px;
}

    .addlink:hover {
        text-decoration: none;
        color: #fff;
        opacity: 0.5;
    }

.filterpnl a {
    color: #12befe;
    font-size: 14px;
}

    .filterpnl a:hover {
        text-decoration: none;
    }

.filterpnl {
    padding: 20px 0 20px;
}

.slctmenu {
    float: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url(../images/downarrow.png) 95% 13px no-repeat;
    border: 1px solid #bbb;
    padding: 0 40px 0 6px;
    font-weight: normal;
    height: 34px;
    border-radius: 5px;
    width: 100%;
    border: 0;
    height: 34px;
}

.title {
    font-size: 16px;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
}

.viewdata {
    font-size: 16px;
    color: #00c0ff;
    margin-top: 5px;
    margin-bottom: 5px;
}

.txtbox {
    padding: 0 25px 0 8px;
    border-radius: 5px;
    border: 0;
    width: 100%;
    height: 34px;
}

    .txtbox:read-only {
        opacity: 0.5;
    }

    .txtbox:-moz-read-only {
        opacity: 0.5;
    }

.slctMenureadOnly {
    opacity: 0.5;
}

.txtarea {
    width: 100%;
    height: 95px;
    padding: 5px 25px 0 8px;
    border-radius: 5px;
    border: 0;
}

.poptxtarea {
    width: 100%;
    height: 120px;
    padding: 10px 25px 0 15px;
    border-radius: 5px;
    border: 1px solid #b4dbed;
    margin: 0;
}

.btnhold {
    float: right;
    margin-top: 50px;
    margin-right: 13px;
}

.modal-body .btn {
}

.btnn {
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 7px 30px;
    background: transparent;
    text-decoration: none;
}

    .btnn:hover {
        text-decoration: none;
    }

.greenbg {
    background: #5cb85c;
}

.greybg {
    background: #aaa;
}

.chklist .modal-content {
    padding: 10px 20px 25px;
}

.chklist .modal-header {
    border-bottom: 0;
    padding-bottom: 0;
}

.notify {
    margin-top: 48px;
}

.listt {
    border-bottom: 1px solid #e3e3e3;
    padding: 5px 0;
    position: relative;
}

.modal-body {
    padding: 5px 15px !important;
}

.listclose {
    position: absolute;
    right: 0;
    top: 17px;
    font-size: 20px;
    font-weight: bold;
}

    .listclose:hover {
        text-decoration: none;
    }

    .listclose:focus {
        text-decoration: none;
    }

small {
    color: #23527c;
}

.modal-title {
    font-size: 16px;
    font-weight: bold;
}

.clearnoti {
    position: relative;
    top: 3px;
    text-decoration: none;
}

.close {
    color: #23527c !important;
    opacity: 1 !important;
    padding-top: 10px !important;
}

.modal-dialog {
    margin-top: 16% !important;
}

.radiobtn {
    width: 50%;
    padding: 0 15px;
    color: #fff;
}

.savcanbtn {
    width: auto;
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff !important;
    padding: 7px 30px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 30px;
}

    .savcanbtn:hover {
        text-decoration: none;
    }
.radiusbtn {
    width: auto;
    border: 1px solid #fff;
    border-radius:5px;
    color: #fff !important;
    padding:5px 10px;
    display: inline-block;
    line-height: 14px;
    margin-top:10px;
}
.radiusbtn:hover {
        text-decoration: none;
    }
.radiusbtn img {
        margin-bottom:5px;
    }
.validmsg {
    padding: 0 10px 4px 10px;
    color: #fff;
    background: #d9534f;
    position: absolute;
    right: 0;
    top: 37px;
    line-height: 1.4;
    margin: 0 17px;
    z-index: 9;
}

.validmsgtxtarea {
    top: 98px;
}

.pagination {
    float: right;
}

.page-link {
    background-color: #263257 !important;
    border: 1px solid #465170 !important;
}

    .page-link.active {
        background: #525b79 !important;
        color: #fff;
    }

.pagination-sm .page-link {
    color: #fff !important;
}

.pagination-sm .page-item:last-child .page-link {
    color: #9399aa !important;
    font-size: 12px !important;
    padding: .32rem .5rem !important;
}

.pagination-sm .page-item:first-child .page-link {
    color: #9399aa !important;
    font-size: 12px !important;
    padding: .32rem .5rem !important;
}

.listright {
    margin: 0;
    padding: 0;
    float: right;
    margin-bottom: 5px;
}

    .listright li {
        list-style: none;
        display: inline-block;
        margin-left: 20px;
    }

        .listright li a {
            color: #fff;
            text-decoration: none;
        }

            .listright li a:hover {
                opacity: 0.8;
            }

.noitem {
    text-align: center;
}

select::-ms-expand {
    display: none;
}

.ellip {
    white-space: nowrap;
    width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chklstsrch {
    margin: 0;
    padding: 0;
}

    .chklstsrch li {
        display: block;
        color: #fff;
        margin: 13px 0;
    }

        .chklstsrch li a {
            color: #fff;
        }

        .chklstsrch li span {
            margin-right: 10px;
        }

.listlft {
    padding-top: 13px;
    height: 500px;
    overflow-y: auto;
}

.listrgt {
    padding-top: 41px;
    height: 500px;
    overflow-y: auto;
}

.viewchklist {
    padding-top: 41px;
    margin: 0 auto;
    width: 500px;
}

.viewchkbox {
    text-align: center;
}

    .viewchkbox label {
        float: none !important;
    }

.whitetxt {
    color: #fff !important;
    margin-top: 5px !important;
}

.custompad {
    padding-top: 77px;
}

.tblhold .tableinner tr th {
    background-color: rgba(125, 119, 136, 0.5);
}

.tblhold .tableinner tr td {
    background-color: rgba(225, 225, 225, 0.1);
    border-bottom: 1px solid #666578;
}

.tblhold table.table-expandable > tbody > tr:nth-child(odd) {
    cursor: pointer;
}

.tblhold table.table-expandable.table-hover > tbody > tr:nth-child(even):hover td {
    background-color: white;
}

.tblhold table.table-expandable > tbody > tr div.table-expandable-arrow {
    background: transparent url(../images/uparrow.png) no-repeat scroll center center;
    width: 16px;
    height: 16px;
    display: block;
    margin-top: 6px;
}

    .tblhold table.table-expandable > tbody > tr div.table-expandable-arrow.up {
        background: transparent url(../images/dwnarrow.png) no-repeat scroll center center;
        width: 16px;
        height: 16px;
        display: block;
        margin-top: 6px;
    }

/*Custom Radio Styles*/
.tblhold label {
    display: inline;
    margin-bottom: 3px;
    cursor: pointer;
}

.tblhold .regular-radiobtn {
    display: none;
}

    .tblhold .regular-radiobtn + label {
        background-color: #242f4d;
        border: 2px solid #8c8c8c;
        padding: 9px;
        border-radius: 50px;
        display: inline-block;
        position: relative;
        float: left;
        margin-right: 6px;
    }

.tblhold .chktitle {
    position: relative;
    top: 2px;
}

.tblhold .regular-radiobtn:checked + label {
    background-color: transparent;
    border: 2px solid #fff;
    color: #333;
}

    .tblhold .regular-radiobtn:checked + label:after {
        content: '•';
        font-size: 29px;
        position: absolute;
        top: -21px;
        left: 3px;
        color: #fff;
        font-weight: bold;
    }

.tblhold label {
    display: inline;
    margin-bottom: 3px;
}

.tblhold .critical {
    display: none;
}

    .tblhold .critical + label {
        background-color: transparent;
        border: 2px solid rgba(255,255,255,0.5);
        padding: 9px;
        border-radius: 50px;
        display: inline-block;
        position: relative;
        margin-right: 6px;
    }

.tblhold .chktitle {
    position: relative;
    top: 2px;
}

.tblhold .critical:checked + label {
    background-color: #e63245;
    border: 2px solid #e63245;
    color: #fff;
}

    .tblhold .critical:checked + label:after {
        content: '✓';
        font-size: 14px;
        position: absolute;
        top: -5px;
        left: 3px;
        font-weight: bold;
    }


/*Custom Checkbox Styles*/
.tblhold label {
    display: inline;
    margin-bottom: 3px;
    cursor: pointer;
}

.tblhold .regular-checkbox {
    display: none;
}

    .tblhold .regular-checkbox + label {
        background-color: #242f4d;
        border: 2px solid #8c8c8c;
        padding: 9px;
        border-radius: 50px;
        display: inline-block;
        position: relative;
        float: left;
        margin-right: 6px;
    }

.tblhold .chktitle {
    position: relative;
    top: 2px;
}

.tblhold .regular-checkbox:checked + label {
    background-color: #fff;
    border: 2px solid #fff;
    color: #333;
}

    .tblhold .regular-checkbox:checked + label:after {
        content: '✓';
        font-size: 14px;
        position: absolute;
        top: -5px;
        left: 3px;
        color: #333;
        font-weight: bold;
    }

.tblhold label {
    display: inline;
    margin-bottom: 3px;
}

.tblhold .critical {
    display: none;
}

    .tblhold .critical + label {
        background-color: transparent;
        border: 2px solid rgba(255,255,255,0.5);
        padding: 9px;
        border-radius: 50px;
        display: inline-block;
        position: relative;
        margin-right: 6px;
    }

.tblhold .chktitle {
    position: relative;
    top: 2px;
}

.tblhold .critical:checked + label {
    background-color: #e63245;
    border: 2px solid #e63245;
    color: #fff;
}

    .tblhold .critical:checked + label:after {
        content: '✓';
        font-size: 14px;
        position: absolute;
        top: -5px;
        left: 3px;
        font-weight: bold;
    }



.pnl1 label {
    display: inline;
    margin-bottom: 3px;
}

.pnl1 .nrmlchkbox {
    display: none;
}

    .pnl1 .nrmlchkbox + label {
        background-color: transparent;
        border: 2px solid rgba(255,255,255,0.5);
        padding: 9px;
        border-radius: 50px;
        display: inline-block;
        position: relative;
        float: left;
        margin-right: 6px;
        cursor: pointer;
    }

.pnl1 .nrmlchkbox {
    position: relative;
    top: 2px;
}

    .pnl1 .nrmlchkbox:checked + label {
        background-color: #fff;
        border: 2px solid #fff;
        color: rgba(10, 7, 29, 0.5);
    }

        .pnl1 .nrmlchkbox:checked + label:after {
            content: '✓';
            font-size: 14px;
            position: absolute;
            top: -3px;
            left: 3px;
            font-weight: bold;
        }

.modal-body label {
    display: inline;
    margin-bottom: 3px;
}

.modal-body .critical {
    display: none;
}

    .modal-body .critical + label {
        background-color: transparent;
        border: 2px solid #aaa;
        padding: 9px;
        border-radius: 50px;
        display: inline-block;
        position: relative;
        float: left;
        margin: 0;
        top: 1px;
    }

.modal-body .chktitle {
    position: relative;
    top: 2px;
}

.modal-body .critical:checked + label {
    background-color: #e63245;
    border: 2px solid #e63245;
    color: #fff;
}

    .modal-body .critical:checked + label:after {
        content: '✓';
        font-size: 14px;
        position: absolute;
        top: -2px;
        left: 3px;
        font-weight: bold;
    }

.datepickk {
    width: 70% !important;
    margin-right: 5px;
}

.smltxtbox {
    width: 80px !important;
    margin-right: 10px;
    padding: 0 10px;
}

.smlslctbox {
    width: 100px !important;
    margin-right: 10px;
    padding: 0 10px;
    background-position: 90% 13px;
}

.weeklypdng {
    padding-left: 25px !important;
}

.monthlypdng {
    padding-left: 0 !important;
}

.yearlypdng {
    padding-left: 0 !important;
}

.slceuserbtn {
    background: #3b4e78;
    color: #fff !important;
    padding: 6px 10px 9px !important;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
    height: 33px;
}

    .slceuserbtn:hover {
        background: #4b5e88;
    }

.modal-body .table > tbody > tr > td {
    border-bottom: 1px solid rgba(125, 119, 136, 0.5);
    color: #333;
    line-height: 1.8;
}

.modal-body .table > thead > tr > th {
    background-color: #3b4e78;
    color: #333;
}

.modal-body .table > thead > tr > th {
    padding: 5px 8px;
    color: #fff;
    white-space: nowrap;
    border: 0 !important;
}

.modal-body .table > thead > tr > th {
    border-bottom: 0;
}

.modal-body .table > tbody > tr > td {
    border-top: 0;
}

.modal-body .table > tbody > tr.current {
    background: #dadada;
}

.modal-body .srchbox {
    width: 100%;
    padding: 0 10px;
    line-height: 30px;
    border: 1px solid rgba(125,119, 136, 0.8);
    border-radius: 3px;
    margin-bottom: 10px;
    margin-top: 10px;
    background: url(../images/srchiconlft.png) 98% 8px no-repeat;
}

.scrolldiv {
    overflow-y: auto;
    height: 300px;
    border: 1px solid rgba(125,119, 136, 0.5);
}

.bothdate {
    padding: 0 8px 0 8px;
    font-size: 14px;
}

.glryhold {
    width: 56%;
    background: rgba(255,255,255,0.2 );
    border-radius: 5px;
    min-height: 503px;
    padding: 15px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.glrytbl {
    width: 42%;
    background: rgba(255,255,255,0.2 );
    border-radius: 5px;
    height: 590px;
    padding: 15px;
    margin-bottom: 20px;
}

    .glrytbl .rpthold th {
        background: rgba(255,255,255,0.2);
        padding: 5px;
        padding-top: 5px;
        color: #fff;
        font-size: 14px;
        font-weight: normal;
        padding-top: 2px;
    }

    .glrytbl .rpthold td {
        padding: 10px 5px;
        color: #fff;
        font-size: 12px;
        font-weight: normal;
    }

    .glrytbl hr {
        border-bottom: 1px solid #9596a4;
    }

    .glrytbl table td {
        padding: 8px 5px;
        color: #fff;
        font-size: 13px;
        font-weight: normal;
    }

.driverhold {
    float: right;
    text-align: right;
    margin-bottom: 5px;
}

.drivername {
    color: #fff;
}

.drivertime {
    color: #00c0ff;
    font-size: 12px;
}

.divider {
    height: 1px;
    margin: 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu {
    padding: .2rem 0 !important;
}

.cmntpopup {
    padding: 10px;
    border: 1px solid #ddd;
    height: 100px;
    background: #fff;
    width: 100%;
    border-radius: 5px;
}

.signdivhold {
    float: right;
    text-align: center;
}

.signdiv {
    float: right;
    width: 170px;
    height: 55px;
    margin-bottom: 5px;
}

.uploadfile img {
    cursor: pointer;
    box-shadow: 1px 3px 5px 0px #000;
    border-radius: 50%;
}

    .uploadfile img:hover {
        box-shadow: none;
        border-radius: 50%;
        margin-top: 3px;
    }

    .uploadfile img:focus {
        box-shadow: none;
    }

.note {
    position: relative;
}

    .note span {
        position: absolute;
        top: -10px;
        right: -10px;
        background: #ff0000;
        color: #fff;
        padding: 3px;
        border-radius: 30%;
        min-width: 25px;
        min-height: 25px;
        line-height: 17px;
        text-align: center;
        font-size: 12px;
        display: block;
    }

.greyout > :not(.title) /*, .greyout > .title span*/ {
    opacity: 0.7;
}

.greyout {
    opacity: 0.7;
}

.chkhead {
    display: inline-block;
    vertical-align: top;
}

.sort {
    display: inline-block;
    vertical-align: middle;
}

    .sort a {
        height: 7px;
        display: block;
        margin: 2px 0;
    }

        .sort a img {
            vertical-align: top;
        }
.chklisttemp {
    width:30%;
    margin:0 auto;
}
.chklisttemppnl {
    margin: 0 auto;
    width: 500px;
}
    .chklisttemppnl h6 {
        color:#fff;
    }

.poptxtbox {
    border:1px solid #b4dbed;
    width:100%;
    margin:10px 0 0;
    padding:5px 10px;
}
.radiusbtnblu {
    width: auto;
    border:0;
    border-radius:3px;
    color: #fff !important;
    padding:10px 20px;
    display: inline-block;
    line-height: 14px;
    margin-top:10px;
    line-height: 1;
    float:right;
    cursor:pointer;
}
.radiusbtnblu:hover {
        text-decoration: none;
    }
.popvalmsg{
    top: 46px;
    left: 0;
    margin: 0;
}
.saveicon {
    background: url('../images/savesmall.png') 10px 11px no-repeat;
    width: auto;
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff !important;
    padding: 7px 30px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 30px;
    font-weight:normal;
}

    .saveicon:hover {
        text-decoration: none;
    }

.reporthold {
    border:2px solid rgba(10, 7, 29, 0.5);
    width:100%;
    color:#fff;
    margin:10px 0;
}
    .reporthold h5 {
        background:rgba(10, 7, 29, 0.5);
        text-align:center;
        color:#fff;
        font-size:13px;
        padding: 5px;
        margin-bottom:0;
    }
    .reporthold .repcont {
        text-align:center;
        padding: 12px 10px;
    }
    .reporthold .repcontfull {
        text-align:center;
        padding: 12px 10px;
        height:122px;
        overflow:auto;
    }
.statushold {
    color:#92c37d;
    float:right;
    padding-right:7px;
}
.statholdcont {
    color: #92c37d;
    float: right;
    padding-bottom: 5px;
}
.addrs {
    height:70px;
    overflow-y: auto;
}















@media (min-width: 992px) and (max-width: 1199px) {
    .loginpanel {
        margin-top: 16%;
        margin-left: 41%;
        width: 36%;
        padding: 40px 50px 34px;
    }

    .pwordshow {
        right: 12%;
    }

    .datepickk {
        width: 75% !important;
    }

    .weeklypdng {
        padding-left: 15px !important;
    }

    .monthlypdng {
        padding-left: 15px !important;
    }

    .yearlypdng {
        padding-left: 16px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .loginpanel {
        margin-top: 16%;
        margin-left: 41%;
        width: 36%;
        padding: 40px 50px 34px;
    }

    .contentpnl {
        position: unset;
        margin: 0 25px;
    }

    .landingbg {
        position: relative;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .navbar-nav li {
        padding: 20px 9px;
    }

    .btn-group {
        margin-left: 20px;
        margin-right: 20px;
    }

    .logo {
        margin-top: 40px;
        margin-left: 20px;
    }

    .filterpnl a {
        margin-left: 15px;
    }

    .custompad {
        padding: 77px 0 0 0 !important;
    }

    .datepickk {
        width: 90% !important;
    }

    .weeklypdng {
        padding-left: 15px !important;
    }

    .monthlypdng {
        padding-left: 15px !important;
    }

    .yearlypdng {
        padding-left: 15px !important;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .pwordshow {
        top: 160px;
    }
}

/*Custom*/
.mt-10 {
    margin-top: 10px;
}
.rowhide{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.groupbox { border: 2px solid #fff; padding: 10px; }