﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/* Input hover styles*/
input[type='text'], input[type='password'], select, textarea {
    border-radius: 4px;
    border: 1px solid #ccc;
}

    input[type='text']:hover, input[type='button']:hover, input[type='password']:hover, input[type='email']:hover,
    input[type='submit']:hover, select:hover, textarea:hover, button:hover,
    .fabutton:hover {
        border: 1px solid #333;
        box-shadow: 0 4px 4px -2px gray;
    }

input[type='button']:hover, button:hover, .button:hover, .fabutton:hover {
    background-color: #efefef;
    background-color: #C2DFFF;
    background-color: rgb(0,120,215, 0.2);
    opacity: 1.0;
}

input[type='checkbox']:hover,
input[type='radio']:hover {
    border: 1px solid #c0392b;
    box-shadow: 0 0 4px #c0392b;
}

input[type='text']:focus,
input[type='password']:focus,
select:focus, textarea:focus {
    outline: 0;
    border: 1px solid #0078d7;
    box-shadow: 0 0 2px #0078d7;
}


.navbar {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#topnavbar {
    border-top: 3px solid #dee2e6;
    border-top: 2px solid #1b6ec2;
    border-top: 1px solid cornflowerblue;
    border-top: 1px solid rgba(3,102,214,0.6);
    border-top: 1px solid #999;
}

    #topnavbar .active {
        font-weight: 500;
        border-bottom: 2px #0366d6 solid;
        border-bottom: 2px rgba(3,102,214,0.6) solid;
    }

    #topnavbar a:hover {
        text-decoration: underline;
        background-color: #e6f9ff;
    }

a.navbar-brand {
    white-space: nowrap;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.okmsgcolorchange {
    color: green !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-item a:hover {
    color: #ff0000;
    text-decoration: underline;
}

.navbar .tblogo {
    min-height: 32px;
    max-height: 32px;
    max-width: 60px;
    vertical-align: middle;
}

.navbar-prod {
/*    color: #daa520;*/
/*    color: #5f9ea0;*/
    color: #777;
}

/* Sticky footer styles
-------------------------------------------------- */
html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

app {
    position: relative;
    display: flex;
    flex-direction: column;
}

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.main {
    flex: 1;
}

    .main .top-row {
        background-color: #f7f7f7;
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
    }

        .main .top-row > a, .main .top-row .btn-link {
            white-space: nowrap;
            margin-left: 1.5rem;
        }

        .main .top-row a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    min-width: 250px;
}

    .sidebar .top-row {
        background-color: rgba(0,0,0,0.4);
    }

    .sidebar .navbar-brand {
        font-size: 1.1rem;
    }

    .sidebar .oi {
        width: 2rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
    }

    .sidebar .nav-item {
        font-size: 0.9rem;
        padding-bottom: 0.5rem;
    }

        .sidebar .nav-item:first-of-type {
            padding-top: 1rem;
        }

        .sidebar .nav-item:last-of-type {
            padding-bottom: 1rem;
        }

        .sidebar .nav-item a {
            color: #d7d7d7;
            border-radius: 4px;
            height: 3rem;
            display: flex;
            align-items: center;
            line-height: 3rem;
        }

            .sidebar .nav-item a.active {
                background-color: rgba(255,255,255,0.25);
                color: white;
            }

            .sidebar .nav-item a:hover {
                background-color: rgba(255,255,255,0.1);
                color: white;
            }

.content {
    padding-top: 1.1rem;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.welcomeTitle {
    color: #5f9ea0;
    color: #daa520;
}

.dashboard-title {
    text-align: center;
}

.Detail, .hdrTitle {
    color: #900;
    color: #5f9ea0;
    color: #daa520;
}

.hdrSubTitle {
    color: #C4941C;
    font-weight: 500;
}

.sort-link {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}

#arowBottom1, #arowUp1 {
    cursor: pointer;
}

.back-icon {
    max-width: 36px;
    max-height: 36px;
    color: #7f8c8d;
    cursor: pointer;
}

.dlg-back-icon {
    padding-top: 6px;
    max-width: 48px;
    max-height: 48px;
    color: #7f8c8d;
    cursor: pointer;
}

    .dlg-back-icon:hover {
        color: #f00;
    }

.dlg-close-icon {
    padding-top: 4px;
    padding-right: 2px;
    min-width: 50px;
    max-width: 72px;
    min-height: 20px;
    max-height: 36px;
    color: #7f8c8d;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: right;
    vertical-align: middle;
    cursor: pointer;
}

    .dlg-close-icon:hover {
        color: #f00;
    }

#lsctrlright, #lsctrlright2 {
    float: right;
}

.search-Input {
    width: 100%;
    text-align: center;
}

    .search-Input > input {
        padding-left: 8px;
        width: 50%;
        margin-top: 4px;
        margin-bottom: 4px;
        min-height: 32px;
        border: none;
        border: 1px solid #ccc;
        border-radius: 16px;
    }


    .search-Input > button {
        min-width: 60px;
        min-height: 20px;
    }

.advanced-search {
    text-align: center;
    margin-bottom: 6px;
}

    .advanced-search > input {
        padding: 4px;
        margin: 2px;
        border: 1px solid #ccc;
        border-radius: 16px;
        width: 170.67px;
    }

    .advanced-search > button {
        margin-top: -45px;
        margin-left: 5px;
    }


    .advanced-search .top {
        text-align: center;
        margin-bottom: 6px;
        margin-left: -143px;
    }

        .advanced-search .top > input {
            padding: 4px;
            margin: 2px;
            border: 1px solid #ccc;
            border-radius: 16px;
            width: 170.67px;
        }


        .advanced-search .top > select {
            padding: 4px;
            margin: 2px;
            border: 1px solid #ccc;
            border-radius: 16px;
            color: #999;
            width: 170.67px;
            height: 34px;
            -moz-appearance: none;
        }

    .advanced-search input[type="date"]::-webkit-calendar-picker-indicator {
        background: none;
    }

    .advanced-search .dob {
        color: #999;
        width: 170.67px;
    }

    .advanced-search #clear_fields span {
        font-size: medium;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }

::placeholder {
    color: #999;
    opacity: 1;
}


.srch-results {
    font-size: 110%;
    font-weight: 600;
    color: #7f8c8d;
}


.dtl-link:hover, .dtl-link:hover:after,
.dtl-link:hover:before,
.dtl-link:hover span {
    color: red;
    text-decoration: underline;
    cursor: pointer;
}

td.trans-link {
    color: blue;
    text-decoration: underline;
}

.trans-link:hover, .trans-link:hover:after,
.trans-link:hover:before,
.trans-link:hover span {
    color: red;
    text-decoration: none;
    cursor: pointer;
}

#dtltable th, #dtltable td {
    border-top: none;
}

#dtltable th {
    color: #7f8c8d;
    font-weight: normal;
}

.error-row {
    background: #ffdee9;
    background: #ffe7ea;
    background: #fff3f4;
    background: #ffe7ea;
}

.errorMsg {
    color: red;
    text-align: center;
}

.error {
    color: red;
    font-size: 12px;
}

.rawDataError {
    color: red;
    font-size: 12px;
}

.rawDataOk {
    color: green;
    font-size: 12px;
}

.select-row {
    background-color: #fdfbc3;
}


@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: .8rem;
    white-space: nowrap;
    line-height: 30px; /* Vertically center the text there */
    text-align: center;
}

/* START: view tabs styles */
.tabbar {
    padding-left: 8px;
}

    .tabbar th {
        background-color: #ddd;
        color: #fff;
        border-bottom: none;
    }

    .tabbar td {
        /*background-color: #999;*/
        border-bottom: none;
    }

    .tabbar td, .tabbar th {
        /*border-right: 1px solid #ddd;*/
    }

        .tabbar td:last-child, .tabbar th:last-child {
            border-right: none;
        }

    .tabbar a {
        text-decoration: none;
    }

    .tabbar th, .tabbar th a:link, .tabbar th a:visited {
        color: #fff;
    }

    .tabbar td, .tabbar td a:link, .tabbar td a:visited {
        color: #555;
    }

    .tabbar th a:hover {
        text-decoration: underline;
    }

div.tabbar th, div.tabbar td {
    font-size: 100%;
}

.tabbar td, .tabbar th, .tabbar li {
    padding: 4px 6px;
    font-weight: normal;
    white-space: nowrap;
}

#viewtabs, #viewtabs2, #clientviewtabs2 {
    padding-top: 6px;
    margin: 2px 20px 2px;
    border-bottom: 6px #7f8c8d solid;
    line-height: 1.0;
}

#viewtabs2, #clientviewtabs2 {
    padding-top: 0px;
    border-bottom: none;
    padding-left: 0px;
    margin-left: 0px;
}

    #viewtabs td, #viewtabs th, #viewtabs2 li {
        padding: 0px 12px 0px 4px;
    }

    #clientviewtabs2 li {
        padding: 2px 12px 4px 4px;
    }

#viewtabs td {
    border-bottom: none;
    /*background-color: #eee;
        border-right: 1px solid #333;
        border-left: 1px solid #fff;
        border-top-left-radius: 6px;*/
}

#viewtabs th {
    background-color: #7f8c8d;
    border-bottom: none;
    /*border-left: 1px solid #fff;*/
    /*border-right: 1px solid #333;*/
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #fff;
    font-weight: bold;
}

#viewtabs2 li a:hover, #clientviewtabs2 li a:hover {
    color: red;
    text-decoration: underline;
}

#viewtabs2 .active {
    border-bottom: 3px #7f8c8d solid;
}

#clientviewtabs2 .active {
    border-bottom: 2px #0366d6 solid;
    border-bottom: 2px rgba(3,102,214,0.6) solid;
}


#clientviewtabs2 {
    padding-top: 4px;
    padding-bottom: 4px;
    margin: 0px;
    background-color: #e9ecef;
    background-color: #ffe7ea;
    background-color: #e6f9ff;
    line-height: 0.6;
    width: 102%;
    border-bottom: 1px solid #ccc;
    margin-left: -15px;
    margin-bottom: 4px;
}

    #clientviewtabs2 a {
        color: #555;
    }

    #clientviewtabs2 li {
        background-color: #e9ecef;
        background-color: #ffe7ea;
        background-color: #e6f9ff;
        font-size: 0.90rem;
        color: #000;
    }

    #clientviewtabs2 .breadcrumb {
        background-color: #e9ecef;
        background-color: #ffe7ea;
        background-color: #e6f9ff;
        padding: 0px 0px;
        margin-left: -15px;
        margin-bottom: 4px;
        padding-left: 24px;
    }


/* END: view tabs styles */
#topselector {
    overflow-y: auto;
    min-height: 200px;
    max-height: 300px;
    margin-bottom: 20px;
}

    #topselector:hover {
        overflow-y: auto;
    }

.control-label {
    font-size: 0.8rem;
    line-height: 1.2;
}

dt {
    font-size: 0.92rem;
}

#homepeoplesearchcontainer {
    margin-top: 40px;
    text-align: center;
    width: 100%;
}

#homerecentlyviewed {
    text-align: center;
}

#recentlyviewedtbl {
    border: outset 0pt;
    border: none;
    border-spacing: 0;
    width: auto;
    padding: 100px;
    text-align: center;
    width: 100%;
}

#recentlyviewed {

}


.recentlyviewedLabel {
    font-size: 0.9rem;
    color: #788b91;
}

#mylockedclients {
    font-size: 100%;
}

.gray-secTitle {
    padding-top: 2px;
    padding-bottom: 4px;
    margin: 0px;
    font-size: 1.0rem;
    font-weight: 500;
    color: #788b91;
    text-decoration: none;
    line-height: 1.3;
    background: linear-gradient(rgba(238, 238, 238, 0.9),rgba(238, 238, 238, 0.5));
}

#mylockSecTitle {
    padding-top: 2px;
    padding-bottom: 4px;
    margin: 0px;
    font-size: 1.0rem;
    font-weight: 500;
    color: #788b91;
    text-decoration: none;
    line-height: 1.3;
    background: linear-gradient(rgba(238, 238, 238, 0.9),rgba(238, 238, 238, 0.5));
}

#mylockSecTitle .lnkul {
    font-size: 80%;
}

    #mylockSecTitle .lnkul a:link, #mylockSecTitle .lnkul a:visited, #mylockSecTitle .lnkul a:active {
        color: blue;
        text-decoration: underline;
    }

        #mylockSecTitle .lnkul a:hover {
            color: #ff0000;
            background-color: yellow;
            text-decoration: none;
        }

#homeusrmsg {
    opacity: 0.6;
}

#homesearchinput > input {
    width: 45%;
    min-height: 40px;
    border-radius: 20px;
}

#homesearchbutton {
    margin-top: 10px;
}

.breadcrumb {
    background-color: #fff;
    width: auto;
}

#clientbreadcrumb, #driverbreadcrumb, #vehiclebreadcrumb {
    background-color: #e9ecef;
    background-color: #ffe7ea;
    background-color: #e6f9ff;
    line-height: 0.6;
    margin-top: -15px;
    width: 102%
}

    #clientbreadcrumb .breadcrumb, #driverbreadcrumb .breadcrumb, #vehiclebreadcrumb .breadcrumb {
        background-color: #e9ecef;
        background-color: #ffe7ea;
        background-color: #e6f9ff;
        font-size: 0.80rem;
    }

#clientbreadcrumb2, #driverbreadcrumb2, #vehiclebreadcrumb2 {
    line-height: 0.6;
    margin-top: 0px;
    width: 100%;
}

    #clientbreadcrumb2 .breadcrumb, #driverbreadcrumb2 .breadcrumb, #vehiclebreadcrumb2 .breadcrumb {
        font-size: 0.80rem;
    }

.form-group #date_closed {
    font-weight: normal;
}

.form-group #action_taken_by {
    font-weight: normal;
}

#clientIntroSection1 {
    display: none;
}

#arowUp1 {
    display: none;
}

}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modalPolicy {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    width: 100%; /* Full width */
    overflow: auto; /* Enable scroll if needed */
}
/* Modal Content/Box */
.modal-content {
    background-color: #ffffbb;
    margin: 15% auto;
    border: 1px solid #888;
    width: 40%;
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.modal .modalPolicy .modal-content #r1_label, #r2_label, #r3_label {
    margin-top: -17px;
    margin-left: 19px;
}

.modal .modalPolicy .modal-content #p1, #p2, #p3, #p4 {
    margin-top: -16px;
}

#bt_periods {
    font-size: medium;
    background-color: rgb(255, 236, 156);
}

.sectitleCheckBox {
    display: inline-flex;
    margin-bottom: -13px;
}

.behindtitle {
    margin-left: 10px;
    margin-top: 5px
}

.policy-modal-content {
    margin: auto;
    width: 60%;
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .5);
    border-radius: 8px;
}

.editdeleteall-modal-content {
    margin: auto !important;
    width: 60% !important;
    background-color: white !important;
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .5);
    border-radius: 8px !important;
}

.modaltitle {
    display: inline-flex;
    color: #daa520;
    font-size: 1.25rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: 8px;
}


.dropdown-menu {
    border: 1px solid #dfdfdf;
    border: 1px solid #ccc;
    /*    position: relative;
    visibility: hidden;
    min-width: 128px;*/
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 12px;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,
.navbar .dropdown-menu {
    margin-top: 0;
}

.dropdown-menu {
    background-color: #ffffe0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}

.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

#signoutcss {
    color: red;
    margin-left: -12px;
    margin-top: 10px;
}

#memo_pdf:hover {
    text-decoration: underline;
    cursor: pointer;
}

#report_server:hover {
    text-decoration: underline;
    cursor: pointer;
}

.client-icon {
    color: #daa520 !important;
}

.driver-icon {
    color: orange !important;
}

.vehicle-icon {
    color:  darkseagreen !important;
}

.policy-icon {
    color: olivedrab !important;
}


.activity-icon {
    color: antiquewhite !important;
}

.closeday-icon {
    color: darkgrey !important;
}

.report-icon {
    color: gainsboro !important;
}

.admin-icon {
    color: moccasin !important;
}

.contactus-icon {
    color: wheat !important;
}

.lockediconcell {
    width: 90px;
    min-width: 90px;
    max-width: 90px
}

#login img {
    margin: 10px 0;
}

#login .center {
    text-align: center;
}

#login .login {
    max-width: 450px;
    margin: 35px auto;
}

#login .login-form {
    padding: 0px 25px;
}

#login .input-group-text {
    background: #5088e2 !important;
    color: white !important;
    border: 0 !important;
    width: 40px;
    border-radius: 0.25rem 0 0 0.25rem !important;
}

#login .login-text {
    border-radius: 0 0.25rem 0.25rem 0 !important;
}

#login .internal-btn{
    color: white;
    cursor: pointer;
}

.nsm-bg-color {
    background: #5088e2 !important;
}

#opracctsummary table td, #opracctsummary table th {
    border-bottom: none;
}

.pointer {
    cursor: pointer;
}

.invoice-period-group {
    background-color: white !important;
}

.invoice-subgroup {
    color: #99B4D1 !important;
    font-size: 85% !important;
    font-weight: bold !important;
    background-color: white !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    border: none !important;
}

.invoice-group, .invoice-group td, .billing-item, .billing-item td {
    background-color: #f9f9f9 !important;
}

.file-item-link {
    color: #1b6ec2;
}

.file-item {
    color: #1b6ec2;
    border: 1px solid #bfdaf6;
    border-radius: 8px;
    padding: 5px;
    margin-right: 4px;
    display: inline-block;
    background-color: #e1eefb;
}

.file-item i {
    color: #69a9ea;
    margin-left: 10px;
}

.file-remove-icon {
    color: rgba(0,0,0,0) !important;
    cursor: pointer;
}

.file-attachment-container:hover .file-remove-icon {
    color: rgb(193,27,23, 0.7) !important;
}

.file-attachment-container {
    margin-right: 15px;
    padding: 5px;
    border: 2px solid rgba(0,0,0,0);
    border-radius: 8px;
    white-space: nowrap;
}

    .file-attachment-container:hover {
        border: 2px solid rgb(0,120,215, 0.7);
        border-radius: 8px;
    }

    .file-attachment-container i {
        color: #1b6ec2;
    }

    .file-attachment-container a:hover {
        text-decoration: none !important;
    }

.new-file-attachment-container a:hover {
    text-decoration: none !important;
}

.case-update-icon {
    color: #DD0000;
}

.case-abandoned {
    color: #7f8c8d !important;
}

.case-open {
    color: rgb(0,120,215, 0.7) !important;
}

.case-resolved {
    color: rgb(27,146,18, 0.7) !important;
    font-size: 0.8rem;
}

.case-closed {
    color: rgb(193,27,23, 0.7) !important;
    font-size: 0.8rem;
}

.case-has-attachment {
    color: rgb(0,0,0, 0.7) !important;
    font-size: 0.8rem;
}

.icon-image {
    color: #4f74bf;
}

.icon-spreadsheet, .icon-document {
    color: #99BC85;
}

.icon-text {
    color: #387ADF;
}

.icon-message {
    color: #D1A83C;
}

.icon-pdf {
    color: #BE3144;
}

.icon-default {
    color: #000;
}