/* version 2019.11.21.00 */
/* Start azdcs.list.css */
.pagesidenav .nav-pills > li.active > a,
.pagesidenav .nav-pills > li.active > a:hover,
.pagesidenav .nav-pills > li.active > a:focus,
.pagesidenav .panel-primary > .panel-heading,
.pagesidenav .panel-body .nav-pills > li.active > a,
.pagesidenav .panel-body .nav-pills > li.active > a:hover,
.pagesidenav .panel-body .nav-pills > li.active > a:focus {
    background-color: rgb(51, 122, 183);
    font-weight: bold;
    border-right: 5px solid #f5822f;
    color: white;
    padding: 10px 15px;
}

.fixedSideNav {
    position: fixed;
    padding-left: 0;
    padding: 5px;
    width: inherit;
}

.colorActive {
    background-color: rgb(93, 138, 133) !important;
    font-weight: bold;
    border-bottom: 2px solid white;
    border-right: 7px solid rgb(254, 216, 69);
    color: white !important;
    padding: 10px 15px;
}

.colorNotActive {
    background-color: rgb(231, 231, 231);
    color: rgb(31, 77, 116);
    border: none;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0px;
}

.panel-primary,
.panel,
.panel-body .nav-pills > li > a {
    border: none;
    color: black;
}

.nav-icon {
    color: black;
    float: left;
    padding-top: 8px;
    padding-right: 5px;
    padding-left: 5px;
    text-align: right;
}

.nav-li {
    padding: 0;
    overflow: auto;
}

.xrm-attribute-value-empty,
.xrm-editable-adx_weblinkset.xrm-entity-value-empty {
    display: none !important;
}

.panel {
    margin-top: 15px;
}

.view-grid table a {
    color: #293e83;
}

/* End azdcs.list.css */
/* Start azdcs.customgrid.css */
.jsgrid-grid-body {
    overflow: auto;
}

    /*.jsgrid-pager{
    float: left;
}*/

    .jsgrid-grid-body .jsgrid-cell {
        border: none !important;
        border-bottom: 1px solid #ddd !important;
    }

.jsgrid-grid-body {
    border: none !important;
}

.jsgrid-grid-header {
    border: none !important;
    overflow-y: hidden !important;
}

.jsgrid jsgrid-table .jsgrid-row:focus {
    background-color: rgb(216, 216, 216) !important;
}

/*.jsgrid-header-row > .jsgrid-header-cell:first-child .jsgrid-header-cell:before {
    background-color: unset;
}*/
.jsgrid-filter-row input {
    width: 64% !important;
    padding: 0rem 0.2rem !important;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
}

.jsgrid-header-row > .jsgrid-header-cell {
    color: #293e83;
    font-weight: bold;
    font-family: SegoeUI, "Segoe UI";
    background-color: white !important;
    border: none !important;
    border-bottom: 1px solid #ddd !important;
    font-size: 15px;
}

.jsgrid-filter-row > .jsgrid-cell,
.jsgrid-insert-row > .jsgrid-cell {
    border: none !important;
    border-bottom: 1px solid #ddd !important;
}

.jsgrid-cell i,
.searchSection i,
#search-panel i,
.searchBtn i {
    color: #045999;
}

.jsgrid-grid-body .jsgrid-alt-row .jsgrid-cell {
    padding: 12px 7.5px;
    font-size: 15px;
}

.jsgrid-header-scrollbar {
    background-color: white;
}

.jsgrid-selected-row .jsgrid-cell {
    background-color: rgb(216, 216, 216) !important;
}

.jsgrid-row > .jsgrid-cell {
    background: #fbfbfb;
}

.jsgrid-alt-row > .jsgrid-cell {
    background: #fff !important;
}

#jsGridPortalDocument,
#jsGrid,
#jsGridArtifact {
    padding: 0 !important;
}

.jsgrid-grid-body .jsgrid-row:first-child .jsgrid-cell,
.jsgrid-grid-body .jsgrid-alt-row:first-child .jsgrid-cell {
    text-align: left;
}

#invoiceLineItemsTable td {
    border: 1px solid;
    background: #ddd;
}

.jsgrid-cell,
.jsgrid-header-cell {
    font-size: 15px !important;
}

.jsgrid-table {
    width: 100% !important;
}

.view-grid,
.view-grid td,
.view-grid th,
.view-grid td a,
.view-grid th a {
    font-size: 15px;
}

#billedJSGrid td.jsgrid-cell.jsgrid-control-field {
    padding-left: 0px;
    padding-right: 5px;
    width: 30px !Important;
}

#billedJSGrid th.jsgrid-header-cell.jsgrid-control-field {
    padding-left: 0px;
    padding-right: 5px;
    width: 30px !Important;
}

#unbilledJSGrid td.jsgrid-cell.jsgrid-control-field {
    padding-left: 0px;
    padding-right: 5px;
    width: 30px !Important;
}

#unbilledJSGrid th.jsgrid-header-cell.jsgrid-control-field {
    padding-left: 0px;
    padding-right: 5px;
    width: 30px !Important;
}

#serviceApprovalJSGrid td.jsgrid-cell.jsgrid-control-field {
    padding-left: 0px;
    padding-right: 5px;
    width: 30px !Important;
}

#serviceApprovalJSGrid th.jsgrid-header-cell.jsgrid-control-field {
    padding-left: 0px;
    padding-right: 5px;
    width: 30px !Important;
}
/* End azdcs.customgrid.css */

.yui-skin-sam,
.xrm-editable-overlay {
    /*display: none;*/
}

textarea {
    resize: none;
}

.pagesidenav panel {
    margin-top: 0;
}

.loggedInData {
    display: inline-block;
    vertical-align: middle;
}

.pagemain {
    background-color: white;
    padding-bottom: 20px;
    min-height: calc(100vh - 247px);
}

.nav-panel-body {
    background-color: rgb(231, 231, 231);
}

.pagesidenav {
    background-color: rgb(231, 231, 231);
}

    .pagesidenav li i {
        padding-top: 11px;
        padding-left: 11px;
        padding-right: 10px;
        z-index: 100;
    }

    .pagesidenav li.active i {
        color: white;
    }

    .pagesidenav > div {
        padding-right: 0;
        padding-left: 0;
        overflow-y: auto;
        position: absolute;
        left: 0;
        width: inherit;
        overflow-x: hidden;
    }

    .pagesidenav #listNavigation {
        position: fixed;
        width: inherit;
    }

.invoiceSearchButton {
    background-color: #e7e7e7;
    border: none;
    color: rgb(172, 172, 172);
    text-align: right;
}

.invoiceSearchHead {
    overflow: hidden;
    padding: 10px;
    padding-top: 20px;
}

.invoiceSearch {
    float: left;
    width: 23%;
    background-color: #e7e7e7;
    margin-right: 10px;
}

.home-communications,
.home-communications:active,
.home-communications.active,
.home-communications:focus,
.home-communications.focus,
.home-communications:focus,
.home-communications.focus {
    font-size: 18px;
    float: right;
    color: #000 !important;
    padding: 0;
    background-color: #dce3ea !important;
    border-color: #dce3ea !important;
    outline: none;
    text-decoration: none;
    width: 35px;
    height: 30px;
}

    .home-communications:hover,
    .home-communications:active:hover {
        background-color: #ccd0d4 !important;
    }

.datepicker .table-condensed {
    margin: 5px;
    margin-left: 5px !important;
}

.status {
    margin-left: -10px;
}

#content_form, .homesec3 {
    min-height: calc(100vh - 247px);
}

.container-fluid {
    min-height: calc(100vh - 247px);
}

.footer-content,
.footer-content:focus {
    color: white;
    width: 60px;
    padding: 5px;
    padding-left: 0;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #204d74;
}

.footer-content:hover {
    color: #fff;
}

.footer-icons {
    color: white;
    font-size: 16px;
    padding: 14px 8px;
    margin: 10px;
    border: 1px solid rgb(32, 77, 116);
    border-radius: 30px;
}

    .footer-icons:hover {
        border: 1px solid;
        border-radius: 30px;
        border-color: #ebf0f3;
        background-color: #333;
        color: white;
    }

.form-control {
    color: #333;
}

.crmEntityFormView .cell label {
    color: #847f7f !important;
    font-weight: 100;
}

#EntityFormPanel div table {
}

.page-heading > nav {
    padding: 10px;
    padding-left: 0;
    font-size: 13px;
    border-radius: 4px;
}

.alert-danger {
    background-color: #ebccd1;
    border-color: #ebccd1;
    color: #721c24;
    border-radius: 4px;
}

.azdcs_loading {
    font-weight: bold;
}

h3.azdcs-loading {
    text-align: center;
    font-weight: bolder;
}

.jsgrid-grid-body .jsgrid-row .jsgrid-cell,
.jsgrid-grid-body .jsgrid-alt-row .jsgrid-cell,
.jsgrid-header-row > .jsgrid-header-cell {
    text-align: left;
}

.input-group-addon {
    background-color: white;
    border: 1px solid #293e83;
    color: #293e83;
}

.breadcrumb {
    font-size: 12px;
    margin-bottom: 0;
}

.remove-value {
    display: none;
}

.crmEntityFormView .subgrid-cell label {
    color: #ed862d !important;
    font-size: 18px;
    font-weight: 100;
}

.input-group-addon:last-child {
    border-left: 1px solid #293e83;
}

.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle,
.btn-info,
.btn-primary,
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle,
.btn:hover,
.btn:focus,
.btn.focus,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active:hover {
    background-color: #293e83;
    color: white;
    border-color: #293e83;
}

.btn-default,
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle,
.btn-default:hover,
.btn-default:focus,
.btn.focus,
.btn-default:focus,
.btn-default.focus {
    background-color: white;
    color: #293e83;
    border-color: #293e83;
}

/*********************************************************/
body {
    font-family: "Helvetica", "Times New Roman" !important;
}

.footer-bottom {
    padding: 0px !important;
}

footer .footer-top {
    min-height: unset !important;
    padding: 10px 30px;
}

footer .footer-bottom .container {
    margin-left: 15px !important;
}

#cah_questions legend {
    border-bottom: none !important;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: bold;
}

#cah_questions fieldset {
    padding: 15px !important;
}

#cah_warning {
    padding: 15px !important;
}

footer .footer-top .container {
    margin-left: 0px !important;
    padding-left: 0px !important;
}

.dropdown a {
    color: #293e83 !important;
}

.breadcrumb > .active {
    color: #293e83 !important;
    text-decoration: none !important;
}

.page-header {
    margin-bottom: unset;
    margin-top: unset;
}

    .page-header h2 {
        margin-top: 0;
        margin-bottom: 0;
        color: #666;
        font-size: 20px;
    }

.entitylist .view-grid table thead tr th {
    /*font-size: 14px !important;*/
    width: unset !important;
}

@media (min-width: 1200px) {
    .navbar-right {
        margin-right: unset;
    }
}

.view-grid th {
    width: unset !important;
}
/************************************/
a.skip-link {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: #182857;
    color: white !important;
}

.navbar-nav > li > .dropdown-menu {
    padding: 0;
    margin-top: -8px !important;
}

.dropdown-menu > li > a {
    margin-left: 0;
    padding: 4px 5px;
    text-decoration: none;
}

a.skip-link:focus,
a.skip-link:active {
    color: #fff;
    background-color: rgb(0, 0, 0);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    text-align: center;
    font-size: 1.2em;
    z-index: 999;
    padding: 20px;
}

div:focus,
div:active {
    outline: none;
}

a.home-icon {
    top: -28px;
    width: 59px;
    height: 87px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.loggedInHeading {
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #006699;
    text-align: center;
    padding-top: 8px;
    text-align: center;
    margin-bottom: 0;
}

.loggedInData {
    transition: transform 0.2s;
    width: max-content;
    margin: 20px 30px;
    display: inline-block;
}

    .loggedInData:hover {
        transform: scale(1.05);
    }

.navbar-brand {
    padding-top: 0px;
}

.navbar-static-top .navbar-header {
    padding-top: 6px !important;
}

footer .footer-top {
    min-height: 140px;
    background-color: #5e8a85 !important;
}

#mainContent {
    min-height: calc(100vh - 376px);
}

.crmEntityFormView .cell div.info.required.unrequired label:after {
    color: blue;
}

td.clearfix.cell {
    vertical-align: bottom;
}

.dcs-btn {
    margin-left: 5px;
}

.crmEntityFormView .tab-column tr td.clearfix.cell {
    vertical-align: top;
}

.overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(127, 127, 127, 0.5);
    z-index: 9;
}

.overlay_inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlay_content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.entitylist-search input {
    border: 1px solid #293e83 !important;
    height: 36px !important;
    padding: 0px !important;
    margin: 0px !important;
    padding-left: 5px !important;
}

.entitylist-search button {
    height: 36px !important;
}

.crmEntityFormView {
    padding-left: 0px !important;
}

    .crmEntityFormView .cell {
        padding: 0 10px 15px;
    }

    .crmEntityFormView .tab .tab-column {
        padding-left: 0px;
    }

.container-fluid {
    padding: 0px !important;
}

.page-heading {
    padding: 15px;
}

.right-column .page-heading {
    padding: 0px;
    margin-bottom: 20px;
}

.right-column #mainContent,
#mainContent {
    margin: 0px;
}

.fixedSideNav {
    padding: 0 !important;
}

.modal-form .modal-body iframe {
    height: 75vh !important;
}

.home_section #mainContent {
    margin: 0 auto;
}

.mrp-section-msg {
    padding: 15px 0px 0px 15px;
    display: block;
}

.layout2 {
    padding-right: 0;
    background-color: rgb(231, 231, 231);
}

.entitylist-search {
    border: 0px;
    margin-right: 15px;
}

.jsgrid-grid-body {
    overflow-y: auto !important;
    overflow-x: auto !important;
}

    .jsgrid-grid-body .jsgrid-alt-row .jsgrid-cell {
        padding: 0.5em 0.5em !important;
    }

.entity-associate .selected-records .item .remove {
    margin-left: 15px;
}

.page-copy {
    margin-bottom: 0px;
}

.sectionBased {
    border: 0;
}

    .sectionBased fieldset {
        padding: 0px;
        margin-bottom: 20px !important;
        border: 1px solid #f3f3f3;
        margin-top: 0 !important;
    }

.tabBased fieldset {
    padding: 15px;
    margin-bottom: 0px !important;
}

.tabBased {
    border: 1px solid #f3f3f3;
    margin-bottom: 20px !important;
}

.crmEntityFormView legend,
.crmEntityFormView .tab-title,
.tab-title {
    background: #f3f3f3;
    padding: 10px;
    color: #ed862d;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: normal;
}

.crmEntityFormView legend {
    margin-bottom: 0px !important;
}

.sectionBased table.section {
    margin: 15px 0px !important;
    width: 100% !important;
}

.tabBased table.section {
    width: 100% !important;
}

#fileUploadControl {
    border: 1px solid #f3f3f3;
    margin-bottom: 20px;
    padding: 20px;
}

    #fileUploadControl span {
        margin-bottom: 10px;
        display: block;
        font-weight: bold;
    }

.breadcrumb > li + li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    font-weight: bold;
    font-size: 10px;
}

.breadcrumb > li + li.active:before {
    margin-right: 3px;
}

.crmEntityFormView .section-title.show-bar {
    padding-bottom: 10px;
}

.crmEntityFormView .tab {
    margin-left: 0px !important;
}

.crmEntityFormView fieldset:empty {
    padding: 0px !important;
    border: 0px !important;
    margin: 0px !important;
}

.jsgrid-grid-body,
#unbilledSubgrid #unbilledJSGrid .jsgrid-grid-header,
#serviceApprovalSubgrid #serviceApprovalJSGrid .jsgrid-grid-header {
    width: inherit;
}

.grid-actions {
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.entity-grid .grid-actions {
    padding-right: 15px;
    margin-top: 15px;
}

.homebg {
    background: #5c8b85;
    min-height: 340px;
    padding: 20px;
    text-align: left;
    margin-right: -15px;
}

.hometitle {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fcd345;
    font-size: 18px;
    font-family: "Segoe UI";
    margin-bottom: 6px;
}

.homedes {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: "Segoe UI";
    font-size: 14px;
    color: #fff;
    text-align: left;
}

.homebold {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    font-size: 14px;
    font-family: "Segoe UI";
    text-decoration: underline;
    font-weight: bold;
    margin: 10px 0px;
}

.homedes a:link, .homedes a {
    color: white
}

    .homedes a:hover {
        color: #293e83
    }

.dotbrd {
    margin: 20px -20px;
    border-bottom: 1px dashed #fcd345;
}

.home_section .jsgrid-header-row th:last-child {
    text-align: right;
}

.home_section .jsgrid-header-row .fa {
    margin-left: 10px;
}

.jsgrid-selected-row > .jsgrid-cell {
    background: transparent !important;
    cursor: default !important;
}

.submissionform .tabBased fieldset legend {
    background: transparent;
}

.text-muted {
    top: 6px !important;
    left: 10px !important;
}

.submissionform .modal-lg {
    width: 70% !important;
}

.printBtn {
    text-align: right;
    margin-bottom: 10px;
}

.tabBased fieldset legend {
    background: transparent !important;
}

.subdescription {
    font-size: 16px;
    line-height: 30px;
    border: 1px solid #e5e5e5;
    padding: 30px;
    background: #f9f9f9;
    margin-bottom: 30px;
    margin-top: 20px;
}

.graybg {
    background-color: rgb(231, 230, 230);
    margin: 0px 0px 20px;
}

    .graybg img {
        margin-right: 15px;
        margin-bottom: 15px;
    }

    .graybg .col-md-6:nth-child(1) {
        border-right: 10px solid #fff;
    }

    .graybg .col-md-6:nth-child(2) {
        border-left: 10px solid #fff;
    }

    .graybg .col-md-6 {
        min-height: 240px;
        padding: 20px;
    }

.home_section {
    margin-top: 20px;
}

    .home_section footer {
        margin-top: 20px;
    }

    .home_section .panel {
        border: 1px solid #dce3ea;
    }

    .home_section .panel-info > .panel-heading {
        background-color: #dce3ea;
        border-color: #dce3ea;
        font-size: 18px;
    }

    .home_section .jsgrid-grid-body .jsgrid-cell {
        border-bottom: none !important;
    }

    .home_section .jsgrid-pager-container {
        border-top: 1px solid #dce3ea;
    }

        .home_section .jsgrid-pager-container .jsgrid-pager {
            text-align: right;
            padding: 10px;
        }

            .home_section .jsgrid-pager-container .jsgrid-pager a {
                color: black;
            }

    .home_section #collapseThree .jsgrid-grid-body {
        overflow: auto;
    }

#azdcs_form {
    margin: 0px !important;
}

.dropdown.action {
    float: right;
}

.placementscroll {
    overflow-y: auto;
    height: 200px;
    border: 1px solid #ccc;
    background-color: #ffffff;
    padding: 10px;
}
    /* width */
    .placementscroll::-webkit-scrollbar {
        width: 10px;
    }

    /* Track */
    .placementscroll::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    /* Handle */
    .placementscroll::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 10px;
    }

        /* Handle on hover */
        .placementscroll::-webkit-scrollbar-thumb:hover {
            background: #555;
        }
    /* width */
    .placementscroll::-webkit-scrollbar {
        width: 10px;
    }

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.view-grid table th {
    color: #293e83;
}

.profilemain fieldset,
.titleivform fieldset {
    padding: 0px;
    margin-bottom: 20px !important;
    border: 1px solid #f3f3f3;
    margin-top: 0 !important;
}

.profilemain table.section,
.titleivform table.section {
    margin: 15px 0px !important;
    width: 100% !important;
}

.profileleft .well {
    background: transparent;
    border: 0;
    padding: 10px;
}

    .profileleft .well img {
        width: 40px;
        margin-right: 10px;
        margin-bottom: 50px;
        float: left;
    }

.enteredVacancy {
    text-align: left !important;
}

.errormsg {
    color: red;
    margin: 10px 0 0 10px;
    display: block;
}

.successmsg {
    color: green;
    margin: 10px 0 0 10px;
    display: block;
}

.vacancygrid,
.jsGridArtifact,
.jsGridPortalDocument,
.invoicelinedetailsgrid {
    width: auto !important;
    padding-bottom: 50px;
    height: 100%;
}

.actionright {
    float: right;
}

.vacancygrid,
.jsGridArtifact,
.jsGridPortalDocument,
.invoicelinedetailsgrid {
    margin-bottom: 40px;
    clear: both;
}

.container.quickform {
    width: 100%;
}

#content-container .tab fieldset {
    padding: 15px;
    margin-bottom: 0px !important;
}

#content-container .tab {
    border: 1px solid #f3f3f3;
    margin-bottom: 20px !important;
}

    #content-container .tab table.section {
        width: 100% !important;
    }

.searchleft {
    float: left;
    width: 25%;
    background-color: #e7e7e7;
    margin-right: 20px;
    padding: 20px;
}

    .searchleft .btn {
        margin-left: 10px;
        margin-top: 10px;
    }

    .searchleft td.clearfix.cell {
        vertical-align: bottom;
        padding: 10px;
    }

    .searchleft #SearchButton {
        margin: 10px;
        width: 94%;
        background-color: #337ab7;
        border: 1px solid #337ab7;
    }

    .searchleft .tab {
        padding: 5px;
    }

    .searchleft .invoiceSearchHead {
        overflow: hidden;
        padding-top: 0px;
    }

.searchright {
    padding: 20px;
    float: left;
    width: 73%;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.crmEntityFormView .cell.crmquickform-cell:first-child {
    border-right: 0px;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    background-color: #204d74;
    color: #fff !important;
}

.pagination > li > a,
.pagination > li > span {
    padding-top: 10px;
}

.form-readonly {
}

#content-container .form-readonly .tab fieldset {
    padding: 0px;
    margin-bottom: 0px !important;
}

#content-container .form-readonly .tab {
    border: 0px solid #f3f3f3;
    margin-bottom: 0px !important;
}

.view-pagination {
    margin-bottom: 20px;
}

.crmEntityFormView .cell input[type="text"],
.crmEntityFormView .cell select,
.crmEntityFormView .cell textarea,
.crmEntityFormView table.table td {
    outline: 0px !important;
}

.btn {
    min-width: 100px;
}

.view-grid .btn,
.entitylist-search .btn,
.input-group .btn,
.accordion .btn {
    min-width: unset;
}

.btnsubmit {
    margin-right: 10px;
}

.btnsave {
    margin-left: 10px;
}

.form-action-container-left .btn {
    margin-top: 15px;
    margin-right: 10px;
}

.invoicelinedetailsdiv .actionright {
    margin: 15px;
}

.tabPortalDocument .actionright {
    margin: 0px 15px;
}

.providerresponseform .row.form-custom-actions .col-sm-6 {
    width: 100% !important;
}

.footericons {
    margin-top: 30px;
}

footer p {
    margin: 0px;
}

.btnreturn {
    margin-left: 10px;
}

.jsgrid-search-mode-button {
    float: right;
}

.p20 {
    padding: 20px;
}

.adddiv {
    overflow-y: auto;
    height: 150px;
    border: 1px #6699cc solid;
    background-color: #ffffff;
}

.chkinput {
    border: none;
    width: 25px;
    text-align: left;
}

.mandatory {
    color: #a94442;
}

.etvrequestdetails .entity-grid .grid-actions {
    padding-right: 5px;
    margin-top: 0px;
}

.crmEntityFormView textarea[readonly],
.crmEntityFormView textarea.form-control.readonly,
.crmEntityFormView textarea.form-control[readonly][disabled],
.form-readonly textarea.form-control {
    border: 1px solid #f3f3f3 !important;
    outline: 0px !important;
    padding: 10px;
}

.subheading {
    color: #ed862d !important;
    font-size: 18px;
    font-weight: 100;
    margin: 15px 5px 0px;
}

    .subheading label {
        font-weight: normal !important;
    }

fieldset a {
    color: #293e83 !important;
    text-decoration: underline;
}

.workflow-link,
.workflow-link:active,
.workflow-link:hover,
.workflow-link:focus,
.workflow-link.focus {
    background-color: #293e83;
    color: white;
    border-color: #293e83;
}

.dropdown-menu .workflow-link {
    background-color: white;
}

footer .container {
    width: 100% !important;
}

.btn-info,
.btn-primary {
    color: #fff !important;
    text-decoration: none;
}

.dis {
    color: lightgrey !important;
    cursor: not-allowed;
    pointer-events: none;
    cursor: default;
}

    .dis:hover:not(.active) {
        background-color: transparent !important;
        border-radius: 5px;
        color: white;
    }

.mrp div.actions {
    display: none;
}

.bankdetails #fileUploadControl {
    padding: 0px;
}

.titleshow {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 40px;
    background: #204d74;
    z-index: 10;
    padding: 15px;
    font-size: 18px;
    margin: 0 -15px;
    font-weight: 100;
    color: #fff;
}

    .titleshow span {
        color: white;
        position: absolute;
        top: 6px;
    }

.view-grid table th a {
    text-decoration: none;
}

.label-primary {
    background-color: #293e83;
    min-width: 100px;
    display: inline-block;
    text-align: center;
    padding: 10px;
    cursor: pointer;
}

.btn.disabled,
.btn[disabled]:hover,
fieldset[disabled] .btn:hover {
    background-color: #293e83;
}

.searchright .jsgrid {
    width: unset !important;
}

.sectionBased .actionright {
    margin-right: 15px;
}

.form-action-container-left #consent {
    margin-right: 40px;
}

.billingbtns {
    padding: 20px;
}

    .billingbtns .row {
        margin-bottom: 20px;
    }

    .billingbtns button {
        margin-top: 25px;
    }

.crmEntityFormView textarea.form-control.readonly,
.crmEntityFormView textarea.form-control[readonly][disabled],
.form-readonly textarea.form-control {
    margin-left: -10px;
}

.mleftmenu {
    display: none;
}

.mleftmenuitems {
    display: block;
}

.pagesidenav {
    z-index: 1;
}

.mleftmenuitems .hidden-xs {
    display: block;
}

@media (max-width: 767px) {
    .mleftmenuitems .hidden-xs {
        display: block !important;
    }

    [data-name*="hidden"] {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .footerleft,
    .footericons {
        width: 100%;
        display: inline-flex;
        margin-top: 0px;
    }

    footer .footer-bottom .container {
        margin: 0px !important;
        padding: 0px !important;
    }

    .navbar .dropdown a {
        color: white !important;
    }

    .graybg {
        background-color: rgb(231, 230, 230);
        margin: 0px 0px 20px;
    }

        .graybg .col-md-6:nth-child(1) {
            border-right: 0px solid #fff;
            border-bottom: 15px solid #fff;
        }

        .graybg .col-md-6:nth-child(2) {
            border-left: 0px solid #fff;
        }

        .graybg .col-md-6 div {
            clear: both;
        }

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus,
    .navbar-inverse .navbar-toggle {
        border-color: #fff;
    }

    .carousel-caption {
        top: -30px !important;
        left: 30px !important;
        text-align: left !important;
        font-size: 10px !important;
    }

    .carousel-title {
        font-size: 18px !important;
    }

    .carousel-caption p {
        font-size: 10px !important;
        margin-bottom: 25px !important;
    }

    .carousel-button,
    .carousel-button:focus {
        padding: 5px 10px !important;
    }

    .carousel-indicators {
        bottom: -10px !important;
    }

    .homebg {
        margin-right: 0px;
        margin-top: 15px;
    }

    .entitylist-search {
        width: 100%;
        margin-bottom: 15px;
    }

    .grid-actions a.btn.action {
        margin-left: 0px;
        margin-bottom: 10px;
    }

    #serviceApprovalJSGrid input[type="checkbox"] {
        margin-left: -5px;
    }

    .dropdown.action {
        position: unset;
        float: unset;
    }

    .mleftmenu {
        display: block;
        float: unset;
        border: 1px solid #666;
        border-radius: 3px;
    }

    .navbar-toggle .icon-bar {
        background: #666;
    }

    .pagesidenav > div {
        width: 100%;
    }

    .pagesidenav #listNavigation {
        border-top: 1px solid #ccc;
        position: unset;
    }

    .mleftmenuitems {
        display: none;
    }

        .mleftmenuitems .panel {
            margin-top: 0px;
        }

        .mleftmenuitems .col-md-10.pull-right {
            width: 88%;
        }

    .fixedSideNav {
        position: unset;
    }

    .searchleft {
        margin-bottom: 15px;
        width: 100%;
    }

    .searchright {
        width: 100% !important;
    }

    .profileleft {
        background: rgb(231, 231, 231);
    }

    [data-name*="hidden"] {
        display: none !important;
    }

    .submissionform .modal-lg {
        width: 95% !important;
        margin: 10px auto;
    }

    .grid-actions ul.view-select {
        margin-left: -15px;
        margin-bottom: 10px;
    }

    .pagesidenav {
        z-index: 3;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .searchleft {
        margin-bottom: 15px;
        width: 100%;
    }

    .searchright {
        width: 100% !important;
    }

    [data-name*="hidden"] {
        display: none !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    .searchleft {
        margin-bottom: 15px;
        width: 100%;
    }

    .searchright {
        width: 100% !important;
    }

    [data-name*="hidden"] {
        display: none !important;
    }

    .pagesidenav {
        z-index: 3;
    }
}

.agencyTransfer {
    width: 100%;
}

.btnprint {
    margin-bottom: 10px;
}

.topheader .navbar-toggle {
    margin-top: 22px;
    border-radius: 3px;
}

.navbar-static-top.navbar .navbar-collapse {
    max-height: unset !important;
}

[data-name*="hidden"] {
    display: none !important;
}

.crmEntityFormView .form-control.readonly,
.crmEntityFormView .form-control[readonly][disabled],
.form-readonly .form-control,
.form-control[readonly],
fieldset[disabled] .form-control {
    background: transparent;
    box-shadow: none;
}

.invoiceLinesGridDiv .invoicelinedetailsgrid {
    margin-bottom: 0px !important;
}

.invoiceLinesGridDiv .pager {
    text-align: center;
    margin: 0px !important;
}

    .invoiceLinesGridDiv .pager .pagination > li > span {
        width: auto;
    }

    .invoiceLinesGridDiv .pager .pagination > li > page-link:hover {
        color: blue;
        cursor: pointer;
    }

.invoiceLinesGridDiv .pagination {
    margin: 0px;
}

.invoiceLinesGridDiv .page-link {
    cursor: pointer;
    color: #293e83;
}

.messageblock,
.actionblock {
    margin-top: 15px;
}

.actionblock {
    padding: 0px !important;
}

.alert {
    padding: 6px 10px !important;
    border-radius: 4px !important;
}

.invoicelinedetailsgrid,
.centralgrid {
    max-height: 400px;
    min-height: 50px;
}

    .invoicelinedetailsgrid .jsgrid-grid-body,
    .centralgrid .jsgrid-grid-body {
        max-height: 340px;
        min-height: 50px;
    }

.searchright {
    min-height: 500px;
}

    .searchright .alert-warning {
        margin-top: 20px;
    }

.sl {
    float: left;
    padding-right: 5px;
}

.stoggle {
    padding: 10px;
    border: none;
    display: none;
    background-color: #5c8b85;
    color: white;
}

.invoiceSearchHead {
    font-size: 20px;
}

    .invoiceSearchHead .fa-redo-alt {
        font-size: 17px;
    }

    .invoiceSearchHead .fa-angle-left {
        font-size: 24px;
    }

.control .input-group div.text-muted {
    display: none;
}

/*.fa-trash-o:before {
    content: "\f1f8" !important;
}*/

.fa-trash-o {
    margin-right: 5px;
}

#Appointment_Information {
    height: 500px !important;
}

.amendmentReq iframe {
    height: 305px !important;
    overflow: hidden;
    scrolling: no !important;
}

.PersonDetails {
    margin-left: -10px;
}

div[data-name="General"] {
    border: 1px solid #f3f3f3 !important;
    padding: 10px;
}

/*.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044" !important;
}*/

#providerListContainer .label-primary {
    text-align: left !important;
    white-space: normal !important;
    line-height: 15px;
}
/*
.fa-sign-in:before {
    content: "\f2f6" !important;
}*/

.alert-info {
    background-color: #204d74;
    color: #fff;
}

.alert-danger {
    padding: 6px 10px !important;
}

@media (max-width: 1199px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #fff !important;
    }
}

