﻿.modal-xl {
    width:1050px!important;
}
.modal-xxl {
    width: 1400px !important;
}
.homeSaveButton {
    position: relative;
    top: 0;
    right: 2%;
}

.header-background {
    background-color: #d15601 !important;
}
.header-background-dev {
    background-color: #090400 !important;
    color:#fff;
}
.env-label {
    text-decoration: none;
    float: left;
    margin-top: 10px;
    font-style: bold;
    font-size: 20px;
    margin-left: 20px;
}

.logoutButton {
    color: #001F5B;
    background-color: #fff;
    opacity: 1;
    filter: alpha(opacity=25);
    border-radius: 0px;
    position: absolute;
    top: 0;
    right: 2%;
}

.customCenter {
    width: 30%;
    margin-left: 35%;
}

.disabledCL {
    cursor: not-allowed !important;
    pointer-events: none !important;
    color: grey !important;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.tal {
    text-align: left;
}

.vam {
    vertical-align: middle;
}

div.container {
    width: 100%;
    border: 1px solid gray;
}

.header {
    padding: .25em;
    background-color: steelblue;
    clear: left;
    text-align: right;
    margin: 15px;
    color: white;
}

footer {
    padding: .25em;
    background-color: whitesmoke;
    clear: left;
    text-align: right;
}

.modal-footer {
    padding: 1em;
    clear: left;
    text-align: right;
    background-color: transparent !important;
}

.grid_input_box {
    max-width: 60px;
}

nav {
    float: left;
    max-width: 320px;
    min-width: 290px;
    margin: 0;
    padding: 1em;
    min-height: 30px;
}

    nav ul {
        border: 1px solid #D3D3D3;
    }

    nav li {
        text-align: left;
        border-bottom: 1px solid #D3D3D3;
        width: 290px;
    }

        nav li:last-child {
            border-bottom: none;
        }

.infoTitle {
    background-color: steelblue;
    color: white;
    font-weight: bold;
    font-size: medium;
    width: 290px;
    text-align: center;
}

loginTitle {
    background-color: steelblue;
    color: white;
    font-weight: bold;
}

.tabBar {
    background-color: white !important;
    font-weight: normal !important;
    font-size: 14px !important;
    text-align: left !important;
    width: auto !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    font-weight: bold;
    border: 5px solid lightgray;
    border-bottom-color: transparent !important;
    margin-bottom: -5px;
}

.nav-tabs {
    border-bottom: 5px solid lightgray;
}

.nav-tabs:hover {
    cursor: pointer;
}

main {
    margin-left: 170px;
    padding: 1em;
    overflow: hidden;
    min-height: 500px;
}

.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.contact-info-form {
    list-style-type: none;
    margin: 30px 0;
    padding: 0;
}

    .contact-info-form li {
        margin: 10px 0;
    }

    .contact-info-form label {
        display: inline-block;
        width: 100px;
        text-align: right;
        font-weight: bold;
    }

.search {
    position: relative;
}

    .search input {
        text-indent: 30px;
    }

    .search .fa-search {
        position: absolute;
        top: 24px;
        left: 7px;
        font-size: 15px;
    }

@media (min-height: 392px) {
    .modal-lg {
        height: 80%;
        min-width:1100px;
    }

    .modal-body-iframe {
        height: 550px;
    }

    .modal-body-image {
        height: 650px;
    }

    .modal-body-account-selector {
        height: 470px;
        overflow-y: auto;
    }
}

.transaction-image {
    position: center;
    height: 650px;
    width: 100% !important;
}

a.menu_links {
    cursor: pointer;
}

#parent {
    padding: 1px;
    width: 290px;
}

.child {
    float: left;
    margin: 0px 10px 0px 0px;
    color: #000000;
    background: #ffffff;
    width: 290px;
}

.info-img {
    width: 100%;
    height: 100%;
}

.no-border {
    border: none !important;
}

.no-top-border {
    border-top: none !important;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 4px !important;
}

.table-hover > tbody > tr:hover {
    cursor: pointer;
}

.table-hover > tbody > tr.yellowBackgroud:hover > td {
    background-color: #ffbf00;
}

.tableScrollbar {
    /*max-height: 250px;*/
    overflow-y: auto;
}

.tableLargeScrollbar {
    height: 715px;
    overflow-y: auto;
}

.tableMediumScrollbar {
    max-height: 210px;
    overflow-y: auto;
}

.tableSmallScrollbar {
    height: 150px;
    overflow-y: auto;
}

.detailTable {
    width: 100%;
    margin-bottom: 0px;
    font-size: smaller;
    border-collapse: collapse;
}

    .detailTable td {
        padding: 7px;
        border: #4e95f4 1px solid;
    }

    .detailTable tr:nth-child(odd) {
        background: #FFFFFF;
    }

    .detailTable tr:nth-child(even) {
        background: #f5f5f5;
    }

    .detailTable td button {
        padding: 1px;
    }

.selected {
    background-color: #7FDBFF; 
}

.posNum {
    color: red;
}

.negNum {
    color: green;
}

.changedValue {
    background-color: yellow;
}

.yellowBackgroud {
    background-color: #ffbf00;   
}

.blueBackgroud {
    background-color: steelblue;
}

.lightblueBackground {
    background-color: lightblue;
}
.hearingBackground {
    color: red;
    font-weight: bold;
}



.hearingPreBackground {
    color: #0e45f9;
    font-weight: bold;
}







.lightblueBorder {
    border: 4px solid lightblue;
}
.blackBorder {
    border: 4px solid black;
}
.puPaymentIdMatch {
    /*background-color: Highlight !important;*/
    background-color: lightgray !important;
}

.purPaymentIdMatch {
    background-color: red;
}

.hoverPuMatch {
    background-color: Highlight !important;
    border: solid;
    border-color: yellow;
}

.hoverPurMatch {
    background-color: red !important;
    border: solid;
    border-color: yellow;
}

.navbar-header {
    float: left;
    /*padding: 15px;*/
    text-align: center;
    width: 100%;
}

.navbar-brand {
    float: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.noBorderCol {
    border: none !important;
    margin-bottom: 0px !important;
}

.colWidth15p {
    width: 15%;
}

.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /*background-color: rgba(0,0,0,0.3);*/
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
            -ms-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
        }

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.contact-info-form {
    list-style-type: none;
    margin: 30px 0;
    padding: 0;
}

    .contact-info-form li {
        margin: 10px 0;
    }

    .contact-info-form label {
        display: inline-block;
        width: 100px;
        text-align: right;
        font-weight: bold;
    }

.hide-grid-header .k-grid-header {
    display: none;
}

.k-grid .k-grid-header .k-header .k-link {
    /*height: auto;*/
}

.k-grid .k-grid-header .k-header {
    white-space: normal;
    height: 1.5em;
    margin-top: 0px;
}

.k-grid td {
    padding: 0.1em 0.1em;
}

.notes-bar {
    margin-top: 0px;
    height: 25em;
    width: 100%;
    overflow-y: auto;
    margin-bottom: 10px;
}

.child-tab {
    margin-top: 0px;
    height: 30em;
    width: 100%;
    overflow-y: auto;
    margin-bottom: 10px;
}

.payment-view {
    margin-top: 0px;
    height: 25em;
    overflow: scroll;
    margin-bottom: 10px;
}

.address-grid {
    height: 15em;
    width: 100%;
    overflow-y: auto;
    margin-bottom: 10px;
}

label input[type=checkbox] {
    margin-top: 5px;
}

.gridInput {
    width: 100%;
}

.powerbi-frame-xl {
    min-width: 1200px;
    height: 915px;
}

.width-auto {
    width: auto;
}

.account-search {
    min-width: 250px;
}

.searchText {
    min-width: 140px;
}

.grid-item {
    height: 26px !important;
    padding: 0px 12px !important;
}

.grid-date-item {
    width: 50px !important;
    height: 26px !important;
    padding: 0px 12px !important;
}

#adjust-left .dropdown-menu {
    margin: 2px -120px;
}

#vpsnav {
    top: 0;
    position: fixed;
    /*left: 0;*/
    right: 0;
    margin: 0 auto;
    z-index: 1030;
    height: 50px;
    background-color: whitesmoke;
}

#vpsExpandNav {
    top: 0;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1030;
    height: 40px;
}

#navbar {
    cursor: pointer;
}

.nav-menu {
    top: 0;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1030;
    height: 40px;
}

.navTitle {
    line-height: 0px;
    margin-right: -50px;
}

.navTitleSecurityCode {
    line-height: 0px;
    margin-right: -140px;
}

body {
    padding-top: 40px;
}

.navbar .navbar-header {
    float: none;
}

.navbar .navbar-toggle {
    display: block;
    margin-top: 8px;
    margin-right: 15px;
    
    padding: 9px 10px 9px 10px;
}

.security-code {
    margin-top: 0px;
    margin-right: 5px;
    position: relative;
    float: right;
}

.security-code-icon {
    margin-top: 0px;
    margin-right: 30px;
    position: relative;
    float: right;
    cursor: pointer;
}

.menu-refresh-icon {
    color: #337ab7 !important;
    cursor: pointer;
}

.colorRed {
    color: red;
}

.borderRed {
    border-style: solid;
    border-color: red;
    border: 2.5px solid red;
}

.margin-top-2 {
    margin-top: 2px !important;
}

.margin-top-neg-20 {
    margin-top: -20px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.marginBottom20 {
    margin-bottom: 20px !important;
}

.margin-bottom-neg-10 {
    margin-bottom: -10px !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.width-10-percent {
    width: 10% !important;
}

.width-15-percent {
    width: 15% !important;
}

.width-50-percent {
    width: 50% !important;
}

.width-75-percent {
    width: 75% !important;
}

.min-height-30 {
    min-height: 31em;
}

.padding-2 {
    padding: 2px;
}

.padding-10 {
    padding: 10px;
}

.marginTop45 {
    margin-top: 45px;
}

.text-center {
    text-align: center;
}
.adjDateWidth {
    width: 104px;
}
.adjCurrencyWidth {
    width: 70px;
}
.adjColumnWidth {
    width: 90px;
}
.display-inherit {
    display: inherit !important;
}

.navbar .navbar-collapse.collapse {
    display: none !important;
}

.navbar .navbar-nav {
    float: none !important;
    margin-top: -20px;
}

    .navbar .navbar-nav > li {
        float: none;
    }

.navbar .navbar-collapse.collapse.in {
    display: block !important;
}

.account-lookup {
    margin-top: 12px;
    margin-left: -10px;
    width: 100%;
    /*overflow-y: hidden;*/
}

.tableScrollbar {
    overflow-x: auto !important;
    overflow-y: hidden !important;
}

.tableXYScrollbar {
    overflow-x: auto !important;
    overflow-y: auto !important;
}

.height170 {
    height: 170px;
}

.k-gantt-toolbar .k-button, .k-gantt > .k-header .k-link, .k-gantt > .k-header li, .k-grid .k-header .k-button, .k-scheduler .k-header .k-button, .k-scheduler .k-header .k-link, .k-scheduler .k-header li, .km-pane-wrapper .k-header .k-button {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.k-header.k-grid-toolbar {
    background-color: #565656;
    padding: 0 0 0 0 !important;
    vertical-align: top !important;
    height: auto !important;
}

.k-filter-row th, .k-grid-header th.k-header {
    padding: 0.5rem 0 0.5rem 0.5rem !important;
    background: #fff !important;
}

.k-grid td {
    padding: 0.1rem 0 0.1rem 0.1rem !important;
}

.k-button, .k-toolbar .k-button {
    line-height: 0.5rem;
    padding: 4px 14px;
    vertical-align: top !important;
}

.k-grid tbody > .k-alt {
    background: #f2f2f1 !important;
}

.k-grid th a.k-state-active {
    background-color: Highlight;
}

.center {
    margin: auto;
    width: 35%;
    padding: 10px;
}

.pagination-non-revenue {
    margin: -10px;
    margin-right: 10px;
}

.non-revenue-top {
    display: inline-block;
}

.add-item {
    /*margin: 0 auto;*/
    margin-left: 20px;
    margin-right: 20px;
    padding: 5px;
}

/*.form-control {
    outline: 0;
    border-color: #ECECEC;
    border-style: solid;
    border-width: 1px;
    width: 95%;
    background-color: #ffffff;
    padding: 6px;
    border-radius: 2px;
    margin-bottom: 5px;
    font-size: 14px;
}*/

.autocomplete-holder {
    position: relative;
}

.autocomplete-dropdown {
    border-color: #ececec;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    width: 250px;
    padding: 6px;
    cursor: pointer;
    z-index: 9999;
    position: absolute;
    /*top: 32px;
    left: 0px;
    */
    margin-top: -6px;
    background-color: #ffffff;
}

.autocomplete-searching {
    color: #acacac;
    font-size: 14px;
}

.autocomplete-description {
    font-size: 14px;
}

.autocomplete-row {
    padding: 5px;
    color: #000000;
    margin-bottom: 4px;
}

    .autocomplete-selected-row, .autocomplete-row:hover {
        background-color: lightblue;
        color: #ffffff;
    }

.autocomplete-image-holder {
    padding-top: 2px;
    float: left;
    margin-right: 10px;
    margin-left: 5px;
}

.autocomplete-image {
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border-color: #ececec;
    border-style: solid;
    border-width: 1px;
}

.autocomplete-image-default {
    /* Add your own default image here
     background-image: url('/assets/default.png');
    */
    background-position: center;
    background-size: contain;
    height: 34px;
    width: 34px;
}

.createDate {
    width: 12%;
}

.addButton {
    width: 1%;
    color: #337ab7;
    cursor: pointer;
}

.highlightText {
    color: #337ab7;
    font-weight: 500;
}

.grayText {
    color: #777;
    font-weight: 500;
}

.whiteText {
    color: white;
}

.sortSelected {
    font-weight: bolder;
    text-decoration: underline;
}

@media print {
    .output {
        height: 8.5in;
        width: 11in;
    }

    body * {
        visibility: hidden;
    }

    #section-to-print, #section-to-print * {
        visibility: visible;
        overflow: visible;
        display: inline;
        /*height: 8.5in;
        width: 11in;*/
        /*border:none;
        top:-30px;*/
    }
}

.sub-menu {
    border: none !important;
}

.sub-menu-item {
    border-bottom: none;
    list-style-type: none !important;
    color: #777 !important;
}

.powerbi-report {
    position: absolute;
    height: 100%;
    width: 100%;
    border: none;
}

.inline-block {
    display: inline-block;
    margin-right: 10px;
}

.inline-block-float-right {
    display: inline-block;
    float: right;
}

.cursor-pointer {
    cursor: pointer;
}

.disable {
    color: #E6E6E6;
    cursor: not-allowed;
}

.colWidth300 {
    width: 300px;
}

ul.list-group:after {
    clear: both;
    display: block;
    content: "";
}

.list-group-item {
    float: left;
}

.appealForm {
    margin-bottom: 10px;
}

.appealFormTable {
    margin-bottom: -20px;
}

.appealFormAttachment {
    margin-left: -10px;
    margin-bottom: -10px;
}


.ta-editor {
    min-height: 50px;
    height: auto;
    overflow: auto;
    font-family: inherit;
    font-size: 100%;
    margin: 20px 0;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.form-attach-limit {
    /*float: left;*/
    color: #8a8a8a;
    font-size: 11px;
    cursor: default;
    margin: 20px 50px 0 0;
}

.infoColor {
    color: #337ab7;
}

.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

.floatLeft {
    float: left;
    margin-right: 10px;
}

.displayInlineFlex {
    display: inline-flex;
}

.badContact {
    color: #d9534f !important;
/*    border-color: #d43f3a !important;
*/}

.primaryContact {
    border-color: #20b261 !important;
    color: #20b261 !important;
}

.paymentSection {
    margin-top: 0px;
    margin-left: 0px;
}

.formCheckbox {
    width: 30px;
    height: 30px;
    margin-top: -7px;
}
/* Style The Dropdown Button */
.dropbtn {
    /*background-color: #4CAF50;
    color: white;*/
    /*padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;*/
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    /*position: relative;
    display: inline-block;*/
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    margin-top: 10px;
    margin-left: -13px;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-align: left;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #f1f1f1;
        }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    /*background-color: #3e8e41;*/
    /*background-color: #337ab7;*/
}

.datepicker-left {
    position: relative;
    z-index:1000;
}

    .datepicker-left .dropdown-menu {
        left: auto !important;
        right: 0px;
    }

.typeahead-field input[type="search"]::-webkit-search-cancel-button {
    /*Bootstrap 3 override*/
    -webkit-appearance: searchfield-cancel-button !important;
}

.stickyTable {
    display: table;
    width: 100%;
    table-layout: fixed;
    box-sizing: border-box;
}

.stickyRow {
    display: block;
    position: sticky;
    top: 0;
    background-color: whitesmoke;
    display: block;
}

.showNone {
    visibility: hidden;
}

.disabled {
    cursor: not-allowed;
}

.whiteBackground {
    background: #ffffff;
}

.marginNone {
    margin: 0px 0px 0px 0px;
}

.textAlignRight {
    text-align: right;
}

.summaryItem {
    font-weight: bold;
    padding-right: 5%;
    text-align: left;
}

#accountLookupTable th {
    border-right: none;
}

#accountLookupTable td {
    border-left: none;
}

#paymentTable td {
    text-align: right;
}

.input-group-button {
    padding: 0 0 0 5px;
    border-color: transparent;
    background: none;
}

.create-batch-label {
    background-color: transparent;
    border: none;
    font-weight: bold;
}

.inlineTable {
    display: inline-block;
    padding: 2%;
    width: auto;
}

thead th {
    position: sticky;
    top: 0;
    background-color: #ffffff;
}

.account-lookup-container {
    background-color: lightgray;
    padding-left: 0px;
    padding-right: 10px;
}

.mt-5 {
    margin-top: 5px
}

.mt-10 {
    margin-top: 10px
}

.mb-5 {
    margin-bottom: 5px;
}

.mr-5 {
    margin-right: 5px;
}

.ml-5 {
    margin-left: 5px;
}

.bt-none {
    border-top: none;
}

.height-10 {
    height: 10px
}

.table-caption {
    max-width: 100%;
    font-weight: 700;
    color: #333;
}

.padding-0 {
    padding: 0px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    left: 0;
    background-color: white;
    border: 1px solid gray;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

    .sidenav a {
        padding: 8px 8px 8px 32px !important;
        /*padding: 10px 15px 10px 25px !important;*/
        text-decoration: none;
        font-size: large;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            background-color: whitesmoke;
            color: #337ab7;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

#main {
    transition: margin-left .5s;
    padding: 16px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

.nav-link[data-toggle].collapsed:after {
    content: "▾";
}

.nav-link[data-toggle]:not(.collapsed):after {
    content: "▴";
}

.active, a:hover {
    background-color: whitesmoke;
    color: #337ab7;
}

.main-item {
    color: #333;
}

ul.Tags {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-left:10px;
}

    ul.Tags li {
        padding: 2px;
    }

.tagItem {
    border: #EAECEE 1px solid;
    border-radius: 10px;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #ffeac4;
    margin-right: 5px;
    vertical-align: middle;
    font-size: 12px;
}
.tagItemIcon {
    width: 15px;
    line-height: 10px;
    border-radius: 50%;
    text-align: center;
    font-size: 10px;
    border: 2px solid #7c0000;
    color: white;
    background-color: #7c0000;
    cursor:pointer;
}

.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 13px;
        width: 13px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 17px;
}

    .slider.round:before {
        border-radius: 50%;
    }
.disabledCLS {
    cursor: not-allowed !important;
    pointer-events: none !important;
    background-color: grey !important;
}

.CTIOlogo {
    height: 40px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 15px;
}

.navbar-default .navbar-toggle {
    border-color: white;
}

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: white;
    }

        .navbar-default .navbar-toggle:hover .icon-bar,
        .navbar-default .navbar-toggle:focus .icon-bar {
            background-color: #d15601;
        }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: white;
    }

    .logoanc:hover{
        background:initial !important;
    }


.hiddensignaturesvg {
    display: none;
}

.hiddensignature {
    font-weight: bold;
    color: #d15601;
    z-index: 99;
}

    .hiddensignature a {
        color: #d15601;
        text-decoration: none;
        z-index: 99;
    }

    .hiddensignature:hover ~ .hiddensignaturesvg {
        display:inline-block;
        margin-left: 10px;
        /*position: absolute;*/
        z-index: 2;
        background-color:blanchedalmond;
    }

.disabledDIV {
    pointer-events: none;
    opacity: 0.5;
    background: #CCC;
}


.ZoomInIcon {
    background-color: lightgray;
    color: #d20404;
    border-radius: 20px;
    /* padding: 10px; */
    width: 40px;
    height: 40px;
    position: absolute;
    text-align: center;
    font-size: 20px;
    opacity: 50%;
    padding-top: 5px;
    margin-top: 10px;
    font-weight: bold;
    margin-left: 20px;
}
.ZoomOutIcon {
    background-color: lightgray;
    color: #d20404;
    border-radius: 20px;
    /* padding: 10px; */
    width: 40px;
    height: 40px;
    margin-top: 60px;
    position: absolute;
    text-align: center;
    font-size: 20px;
    opacity: 50%;
    padding-top: 5px;
    margin-left: 20px;
    font-weight: bold;
}
.ZoomRotateIcon {
    background-color: lightgray;
    color: #d20404;
    border-radius: 20px;
    /* padding: 10px; */
    width: 40px;
    height: 40px;
    margin-top: 110px;
    position: absolute;
    text-align: center;
    font-size: 20px;
    opacity: 50%;
    padding-top: 5px;
    margin-left: 20px;
    font-weight: bold;
}




.imageThumbnailSummary {
    margin-bottom: 20px;
    padding-bottom: 10px;
    width: 90px;
    padding: 5px;
    height: 90px;
    text-align: center;
    cursor: pointer;
}

/*Tool tip changes*/
.my-tooltip {
    position: absolute;
    right: 30px;
    top: 0;
    border-radius: 50%;
    cursor: pointer;
    padding: 0.2em 0.5em;
    background: lightgray;
}

.my-tooltip-content {
    display: none;
    position: absolute;
    background-color: #333;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    z-index: 1;
}

.my-tooltip:hover .my-tooltip-content {
    display: block;
}

.tableCreateMeeting {
   
}

    .tableCreateMeeting tr {
        margin-top: 10px;
        margin-bottom: 10px;

    }
    .tableCreateMeeting tr td{
        margin-top: 10px;
        margin-bottom: 10px;
        padding-top:5px;
        padding-bottom:5px;
        font-weight:bold;
    }

.divCreateMeeting {
    text-align:center;
    margin:20px;
}

.divAdjGrid {

}

.divAdjGrid table {
    font-size:10px
}

    .divAdjGrid table tr {
        margin:0px !important;
        padding:0px;
    }
    .divAdjGrid table tr td {
        margin: 0px !important;
        padding: 0px;
       
    }
        .divAdjGrid table tr th {
           vertical-align:top;
        }


.auditors-tab {
    display: inline-block;
    padding: 10px 20px;
    margin: 5px;
    cursor: pointer;
    background-color: #ddd;
    border-radius: 5px;
}

.auditors-active-tab {
    background-color: #4285f4;
    color: white;
}

.auditors-tab-content {
    border: 1px solid #ccc;
    padding: 10px;
    margin-top: 10px;
}

/* Custom tooltip style */
.custom-tooltip .tooltip-inner {
    background-color: white !important;
    color: black !important;
    border: 1px solid #ddd !important;
    padding: 8px;
    max-width: 300px;
    max-height: 200px;
    overflow-y: auto;
}

.custom-tooltip .tooltip-arrow {
    border-top-color: white !important;
}

