body {
    margin: 0 auto 0 auto;
}

.container {
    margin-top: 1rem;
    width: unset;
    padding: unset;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1440px;
        max-width: 1440px;
    }
}

a.resource {
    font-size: 1.1rem;
}

    a.resource i {
        font-size: 1.1rem;
    }

/******loading image for claimsgrid*******/
.k-loading-image {
    /*background-image: url(../lib/kendo-ui/styles/Default/loading-image.gif) !important;*/
    /*display:none;*/
}
/*    .k-loading-image:after, .k-loading-image:before {
        position: absolute;
        top: 50%;
        left: 50%;
        display: inline-block;
        content: "";
        -webkit-box-sizing: inherit;
        box-sizing: inherit;
        border-radius: 50%;
        border: .05em solid currentColor;
        border-top-color: transparent;
        border-bottom-color: transparent;
        background-color: transparent;
    }*/

/*.k-loading-image:before {
    margin-top: -.5em;
    margin-left: -.5em;
    width: 1em;
    height: 1em;
    -webkit-animation: unset;
    animation: unset;
}

.k-loading-image:after {
    margin-top: -.25em;
    margin-left: -.25em;
    width: .5em;
    height: .5em;
    animation: unset;
}*/

.k-widget {
    font-size: 0.875rem;
    border: 0;
}

.k-grid-header .k-grid-filter.k-state-active {
    color: #C68200;
    background-color: #005695;
}

h5 .claim-grid-header-text {
    color: #212529;
}

h5 .profile-grid-header-text {
    color: #212529;
}

.navbar {
    display: block;
    padding: unset;
}

footer p {
    text-align: center;
    /*margin-top: 4em;*/
}

.summary-card {
    padding: 0 0 1px 0;
}

.claims-grid-header {
    padding-bottom: 25px;
    /*padding-left: 6.1%;*/
}

.left-plus-10 {
    margin-left: 10px;
}

/********Menu************/
.navmenu {
    list-style: none;
    list-style-type: none;
    display: block;
    padding: unset;
}

    .navmenu > li {
        display: inline-block;
        padding-right: 1rem;
    }

.navmenu-active {
    border-bottom: none;
}

.navmenu-link {
    padding-left: unset;
    padding-right: 2rem;
}

.search-action-button {
    background-color: #C68200 !important;
    color: #FFFFFF !important;
}

    .search-action-button:hover {
        transform: none !important;
        color: #FFFFFF !important;
    }

.search-action-list-button {
    background-color: #C68200;
    color: #FFFFFF !important;
    margin-left: 25px;
}

.subscribe-action-button {
    background-color: #138091;
    color: #FFFFFF !important;
    float: right;
}

.btn-policy-holder-subscribe {
    background-color: #138091;
    color: #FFFFFF !important;
    margin-left: 5px;
}

.lossrun-search {
    margin-left: -20px;
}

.subscribe-action-grid-button {
    background-color: #138091;
    color: #FFFFFF !important;
    margin-left: 5px;
}

.btn-agent-unsubscribe {
    background-color: #138091;
    color: #FFFFFF !important;
    margin-left: 5px;
}

.btn-loss-run-subscribe {
    margin: 10px 5px 5px 5px;
    float: right;
}

.btn-loss-run-inner-view {
    margin: 10px 5px 5px 5px;
    float: right;
}

.applied-filters-label {
    display: inline-block;
    margin: 15px 5px;
    font-weight: bold;
}

.search-action-header {
    height: 40px;
    background-color: #005695;
    line-height: 22px;
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
}

.search-action-text {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.search-background {
    z-index: 1;
    height: 80vh;
    background-image: url(../images/ClaimCenterBackground.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.search-box {
    height: 180px;
    width: 250px;
    float: left;
    margin-left: 60px !important;
}

.search-box-submit {
    float: left;
    padding: 60px 0px 0px 100px;
}

.search-box-input-container {
    height: 60px;
}

.search-content {
    z-index: 5;
    opacity: 1.0 !important;
    height: 425px;
    width: 777px;
    border-radius: 40px;
    background-color: #FFFFFF;
    margin: auto;
    margin-top: calc(-212px + 40vh);
}

.search-drowpdown-button {
    background-color: #005695;
    color: #FFFFFF;
}

.search-header {
    color: #005695;
    font-size: 25px;
    line-height: 49px;
    text-align: center;
    padding-bottom: 10px;
}

.search-input-group {
    padding-top: 70px;
    margin-left: auto;
    margin-right: auto;
}

.search-label {
    padding-top: 25px;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
}

.search-overlay {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#summary-welcome {
    text-align: left;
    margin-top: unset;
    /*margin-left: -9%;
height: 100%;
width: 109%;
border-radius: 3px;
padding: 1% 1% 1% 15%;*/
}

#summary-welcome-col {
    /*padding-top: 36px;*/
    padding-left: 0px;
    margin-left: 15px;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
/*.body-container {
    margin-top: 30px;
    padding-left: 1.2%;
    padding-right: 1.2%;
    width: 101%;
    margin: auto
}

.navbar-brand {
    padding: 0;
    margin-left: -15px;
}

.bg-white {
    background-color: #fff;
}

.bg-gray {
    background-color: #EFEFEF;
}*/

.input-group {
    /*width: 100%;*/
}

.input-group-addon,
.form-control {
    border-radius: 0;
    background-color: #fff;
}

.form-inline .form-control {
    vertical-align: baseline;
    width: 100%;
}

Agent search screen styling

.grid-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.8;
    z-index: 99;
}
/* Kendo Overrides */
.k-grid-filter.k-state-active {
    color: #C68200;
    background-color: #005695;
}
/* Override of kendo.bootstrap.min.cs */
.k-widget.k-tooltip-validation {
    border-color: white;
    background-color: white;
    color: red;
    font-weight: bold;
}
/* Override of kendo.bootstrap.min.cs */
.k-autocomplete, .k-block, .k-calendar .k-link, .k-calendar td, .k-calendar-container, .k-colorpicker, .k-combobox, .k-datepicker, .k-datetimepicker, .k-drag-clue, .k-dropdown, .k-dropdown-wrap, .k-editor-inline, .k-grid .k-filter-options, .k-grouping-header .k-group-indicator, .k-inline-block, .k-list-container, .k-multiselect, .k-notification, .k-numeric-wrap, .k-numerictextbox, .k-picker-wrap, .k-slider-selection, .k-slider-track, .k-split-button, .k-textbox, .k-tile, .k-timepicker, .k-tooltip, .k-touch-scrollbar, .k-treeview .k-in, .k-upload, .k-window, .k-window-action, .k-window-titleless .k-window-content {
    border-radius: 0;
}

.k-link {
    font-weight: bold;
}
/* Override of kendo.bootstrap.min.cs */
.k-block, .k-draghandle, .k-grid-header, .k-grouping-header, .k-header, .k-pager-wrap, .k-toolbar, .k-treemap-tile, html .km-pane-wrapper .k-header {
    /* background-color: #f5f5f5; */
    background-color: #fff;
}
/* Override of kendo.bootstrap.min.cs */
.k-autocomplete, .k-draghandle, .k-dropdown-wrap, .k-grid-header, .k-grouping-header, .k-header, .k-numeric-wrap, .k-pager-wrap, .k-panelbar .k-tabstrip-items .k-item, .k-picker-wrap, .k-progressbar, .k-state-highlight, .k-tabstrip-items .k-item, .k-textbox, .k-toolbar, .km-pane-wrapper > .km-pane > .km-view > .km-content {
    /* background-color: #f5f5f5; */
    background-color: #fff;
}
    /* Override of kendo.bootstrap.min.cs */
    /*.k-picker-wrap.k-state-default .k-input {
    height: 20px;
    padding: 6px 12px;
    border-radius: 0;
}*/

    .k-combobox .k-dropdown-wrap:before, .k-numeric-wrap:before, .k-picker-wrap:before {
        height: 1.65em;
        height: inherit;
    }

.TOU-content {
    max-width: 1024px;
    height: 700px;
    z-index: 5;
    border-radius: 40px;
    margin: auto;
    margin-top: 30px;
}

.TOU-ASCPSCTitle {
    font-family: Avenir, Segoe UI, Verdana, Tahoma, Arial, Helvetica;
    font-size: 15px;
    font-weight: bold;
    color: black;
}

.TOU_MakeContentsPrettyInNarrowBrowser {
    margin-left: 35px;
    margin-right: 35px;
}

.text {
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
}

.TOU-header {
    color: #005695;
    font-size: 25px;
    line-height: 49px;
    text-align: left;
    padding-bottom: 10px;
}

#search-text {
    border: solid 1px #999;
}
/* TODO: CODEREVIEW Check that CSS settings in ClaimsGrid.js should maybe go here instead*/
.summary-grid-header {
    padding-left: 14px;
    height: 17px;
    width: 104px;
    color: #5F6062;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
}

.k-grid-header th.k-with-icon .k-link {
    color: rgba(255,255,255,0.87)
}

#summary-grid-col {
    padding-right: 2px;
}

#summary-grid td {
    border: none;
}

#summary-grid .k-grid-footer td {
    border: none;
    background-color: #F0F7FC;
}

div #summary-grid .k-grid-footer .k-footer-template {
    height: 34px;
}

.k-grid-header th.k-header[data-title="Incurred"] {
    text-align: right;
}

.k-grid-header th.k-header[data-title="Paid"] {
    text-align: right;
}

.currency {
    text-align: right;
}

div #summary-grid .k-grid-footer {
    border-bottom: 0px;
    padding-right: 0px !important;
    /*Used here to override KendoUI defautl styling - could not accomplish what was needed using jQuery for unknown reasons. Other solutions are being looked into. Until then this is the most effective solution.*/
}
/*TODO: Maybe this could be structured differently: #summary .welcome h3*/
/*

#summary-welcome h3 {
    display: inline;
    height: 42px;
    width: 170px;
    color: #005695;
    font-size: 18px;
    font-weight: bold;
    line-height: 42px;
    text-align: center;
}

#summary-welcome span {
    height: 31px;
    width: 483px;
    font-size: 14px;
    line-height: 31px;
}
    */

.claim-grid-header {
    margin-top: unset;
}

.claim-grid-header-text {
    /*padding-top: 22px;*/
    display: inline-block;
    height: 34px;
    color: #005695;
    font-size: 28px;
    font-weight: bold;
    line-height: 34px;
}

.claim-grid-header-subtext {
    margin-top: 4px;
    display: inline-block;
    height: 22px;
    color: #5F6062;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
}

.search-description {
    color: #747171;
    text-align: center;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

.TOU-Document {
    height: 40px;
    background-color: #005695;
    line-height: 22px;
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
}

.grid-search-reset {
    background-color: #C68200;
    color: #FFFFFF;
    border: none;
    margin-right: 2px;
}
/* Agent search results styling */
.search-return-link {
    margin-top: 0px;
}

    .search-return-link > a {
        color: #005695;
    }

.results-header-content {
    background-color: #efefef;
    padding: 32px;
}

.results-action-header {
    color: #005695;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 20px;
}

.results-search {
    margin: auto;
}

.results-insured-content {
    padding: 32px 0 32px 0;
}

.results-insured-content-header {
    text-align: center;
    font-size: 18px;
    padding-bottom: 20px;
}

.results-insured-content-results {
    width: 650px;
    margin: auto;
    background-color: white;
    border: 1px solid gray;
    padding: 25px;
}
/* Claim grid styling */
#summary-grid-col .k-grid tr:hover {
    background: transparent;
}

#summary-grid-col .k-grid tr.k-alt:hover {
    background: #f1f1f1;
}

.body-container .k-grid tr.k-alt:hover {
    background: #bdb4af;
    background-image: none,linear-gradient(to bottom,rgba(255,255,255,.4) 0,rgba(255,255,255,0) 100%);
    background-position: 50% 50%;
}

.k-grid th {
    background-color: #005695;
    background-image: none;
    color: rgba(255,255,255,0.87);
}

.k-grid td {
    padding: 0.4em 0.6em 0.4em 0.6em;
}

.k-filter-row th, .k-grid-header th.k-header {
    border: none;
    padding: 1em;
}

.k-state-selected {
    background-color: #005695;
    background-image: none;
    color: rgba(255,255,255,0.87);
    border: none;
}

.k-floatwrap {
    padding-left: 30%;
}
/*@media screen and (max-width: 1280px) {
    #summary-welcome {
        padding: 1% 1% 1% 16%;
    }

    .claims-grid-header {
        padding-bottom: 25px;
        padding-left: 7.2%;
    }
}*/
/* Carousel */
/*.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

*/

/* Logo styling */
/*#logo {
    height: 51px;
    width: 315px;
}*/

/* Claim header styling */
.claim-detail-left-header {
    padding-left: 2.3%;
}

.claim-number {
    color: #005695;
    font-size: 28px;
    font-weight: bold;
    line-height: 34px;
}

.insured-name {
    color: #5F6062;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
}
/* Claim Information Box */
.claim-info-box {
    border-radius: 3px;
    background-color: #F0F7FC;
    height: 100%;
    padding: 1em 1em 1em 1em;
    margin-bottom: 3em;
}

.cell-header {
    text-align: right;
    font-weight: bold;
    color: #757373;
    font-size: 14px;
    line-height: 22px;
}

.cell-data {
    text-align: left;
    color: #005695;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
}

.vertical-line {
    border-right: 1px solid #CDCDCD;
    height: 80%;
    margin-top: -0.25%;
    position: absolute;
    padding-left: 50%;
}
/* styling for item div height */
.equal-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
/* Tab single item div */
.col-md-4 .col-md-12 {
    border: solid black 2px;
    border-radius: 5px;
}
/* Styling on the tab content container */
.tab-content {
    padding-left: 0em;
    padding-right: 0em;
    background-color: #EFEFEF;
    display: flex;
}

.data-header {
    color: #5c5c5c;
    font-size: 14px;
    line-height: 14px;
    text-align: right;
}
/*.card-body{
    padding: 10px 10px 5px 10px;
}*/

.card-body .data-header {
    text-align: left;
    font-size: 1.1rem;
    padding-top: 0.2rem;
    padding-bottom: 0.6rem;
}

.card-body .data-body {
    text-align: left;
    font-size: 1.1rem;
    padding-top: 0.2rem;
    padding-bottom: 0.6rem;
}

.data-body {
    color: #5C5C5C;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    display: inline-block;
}

.detail-tabs {
    border: solid #dad6d6 1px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 1%;
    width: 99%;
}
/* Tab item title */
.tab-item-title {
    color: #005695;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
}

.tab-grid-title {
    color: #005695;
    font-size: 23px;
    font-weight: bold;
    line-height: 22px;
    position: absolute;
    top: 10%;
    left: 5%;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.row .data-table-row {
    margin-bottom: 1em;
}

.tab-row {
    position: relative;
    margin: 1em .5em 1em .5em;
}

.tab-field {
    position: relative;
    background-color: white;
    border: solid 1px #EFEFEF;
    padding: 1em 2em 1em 2em;
}

.tab-field-bottom-border-white {
    position: relative;
    background-color: white;
    border: solid 1px #EFEFEF;
    padding: 1em 2em 1em 2em;
    border-bottom-color: white;
}

.tab-field-top-border-white {
    position: relative;
    background-color: white;
    border: solid 1px #EFEFEF;
    padding: 1em 2em 1em 2em;
    border-top-color: white;
}

.tab-table-field {
    margin-top: 2em;
    margin-bottom: 2em;
}

.info-sign {
    position: absolute;
    color: #daa520;
    font-size: 3em;
    z-index: 10;
    top: 30%;
    left: 1.4%;
}

.alert-field {
    background-color: #F0F7FC;
}
/* payment summary table styling */

.total-row {
    background-color: #F0F7FC;
    border-bottom: .5px solid #005695;
    font-weight: bold;
}

/* notes filter styling */
.notes-filter-field {
    margin-right: .5em;
}

#keywordsearch::placeholder {
    color: black;
}

.form-group {
    margin-bottom: 8px !important;
}

.note-title {
    color: #005695;
    padding-bottom: 1em;
    padding-top: 0;
    margin-top: 0;
}
/*Spinner*/
/*.bhhc-spinner {
        position: relative;
        left: 50%;
        top: 50%;
        z-index: 1;
        margin: -32px 0 0 -32px;
        animation: spinner 3s linear infinite;
    }
    /* BHHC animated gif spinner*/
/*.bhhc-loading {
        z-index: 1;
        text-align: center;
    }

    .bhhc-loading img {
        height: 32px;
    }

    @keyframes spinner {
        to {
        transform: rotate(360deg);
    }
}*/

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    list-style: unset;
    width: 100%;
}

    .pagination > li {
        display: inline;
    }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        z-index: 3;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7;
    }

    .pagination > li > a, .pagination > li > span {
        position: relative;
        float: left;
        padding: 6px 12px;
        margin-left: -1px;
        line-height: 1.42857143;
        color: #337ab7;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #ddd;
    }

/*.pagination-nav {
    margin-bottom: 2em;
}

.pagination-nav li {
    display: inline-block;
    border-radius: 20px;
    height: 32px;
    width: 32px;
    text-align: center;
    padding-top: 6px;
}

.pagination-nav li a {
    color: #3B3939;
    font-weight: bold;
}

.pagination-nav > .pagination-nav-control {
    border: 1px solid #CAC7C7;
}

.pagination-nav-control:hover {
    border: 1px solid #979797;
}

.pagination-active {
    background-color: #005695;
}

li.pagination-active a {
    color: white;
}*/

#paginationdropdown {
    border: 1px solid #CAC7C7;
    border-radius: 3px;
    width: 62px;
    height: 32px;
}

.page-info {
    position: relative;
    float: left;
    color: #337ab7;
    line-height: 1.42857143;
    padding-left: 12px;
    padding-top: 10px;
    display: inline;
}

.page-size {
    position: relative;
    float: left;
    color: #337ab7;
    line-height: 1.42857143;
    padding-left: 12px;
    padding-top: 2px;
    display: inline;
}

    .page-size .form-control {
        width: auto;
    }

.note-body {
    overflow: hidden;
    height: 7em;
    line-height: 1.4em;
    width: 100%;
}

.note-container {
    position: relative;
}

span.glyphicon-chevron-down {
    font-size: 10px;
}

.note-veil {
    z-index: 10;
    position: absolute;
    bottom: 0;
    width: 98%;
    height: 2em;
    background-color: grey;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(239,239,239,0.97) 100%);
}

/* injury and wages styling */

.class-code {
    position: relative;
}

li.active {
    border-bottom: solid #005695 3px;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: block;
}

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .nav > li > a.active {
                border-bottom: solid #005695 3px;
            }

            .nav > li > a:hover,
            .nav > li > a:focus {
                text-decoration: none;
                background-color: #eee;
            }

        .nav > li.disabled > a {
            color: #777;
        }

            .nav > li.disabled > a:hover,
            .nav > li.disabled > a:focus {
                color: #777;
                text-decoration: none;
                cursor: not-allowed;
                background-color: transparent;
            }

    .nav .open > a,
    .nav .open > a:hover,
    .nav .open > a:focus {
        background-color: #eee;
        border-color: #337ab7;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            background-color: #efefef;
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid #dad6d6;
            border-radius: 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd;
            }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            color: #555;
            cursor: default;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabs.nav-justified > li {
            float: none;
        }

            .nav-tabs.nav-justified > li > a {
                margin-bottom: 5px;
                text-align: center;
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto;
        }

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 0;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 0;
    }

    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 4px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a,
    .nav-pills > li.active > a:hover,
    .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #337ab7;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified {
    width: 100%;
}

    .nav-justified > li {
        float: none;
    }

        .nav-justified > li > a {
            margin-bottom: 5px;
            text-align: center;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 0;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border: 1px solid #ddd;
    }

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 0;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    /*border-top-left-radius: 0;
    border-top-right-radius: 0;*/
}

.claims-grid-head {
    width: 100%;
    /*padding-bottom: 55px;*/
}

.panel {
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    width: 100%;
}

.panel-primary {
    border-color: #337ab7;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
        padding: 10px 15px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

.panel-body {
    padding: 15px;
}

.payment-summary-panel {
    font-size: 15px;
    border: 1px solid gray;
    border-radius: 0px;
}

.panel-primary > .payment-summary-panel-heading {
    background-color: #005695;
    border-radius: 0px;
}

.panel-primary > .payment-summary-panel-body {
    border-radius: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

    .panel-primary > .payment-summary-panel-body > .payment-type-row {
        padding: 10px;
        margin-right: -14px;
    }

        .panel-primary > .payment-summary-panel-body > .payment-type-row:nth-of-type(even) {
            background-color: #f9f9f9;
            padding: 10px 8px 10px 10px;
            border-right: 1px solid transparent;
        }

    .panel-primary > .payment-summary-panel-body > .payment-type-total-row {
        padding: 10px;
        background-color: #F0F7FC;
        border-bottom: .5px solid #005695;
        font-weight: bold;
        margin-right: -14px;
    }

#claim-notes input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
    line-height: 1.4285;
}

/*.fa {
    color: #337ab7;
}*/

/* .read-more-3
    set of styles for the read more/less display of a div section
    Note: the 1.4285 is the default bootstrap line-height.  This should be replaced with the line-height variable at the time of implementing correct bootstrap.*/
.read-more-3 {
    position: relative;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    border: solid 1px #fff;
}

    .read-more-3 div.panel-collapse:not(.show) {
        display: block;
        height: calc(1.4285em*3) !important;
        overflow: hidden;
    }

.read-more-3-content {
    padding-right: 30px;
}

.read-more-3 div.panel-collapse.collapsing,
.read-more-3 div.panel-collapse.collapsing {
    min-height: calc(1.4285em*3);
}
/*Use if you want words to show*/
/*.read-more-3 a[aria-expanded="false"]:before {
    content: 'View more ';
}
.read-more-3 a[aria-expanded="true"]:before {
    content: 'View less ';
}*/

.read-more-3-button a[aria-expanded="false"] .glyphicon-chevron-down,
.read-more-3-button a[aria-expanded=true] .glyphicon-chevron-up {
    display: inline !important;
}

.read-more-3-button {
    position: absolute;
    /* left: calc(93% -3.5em);  /*This is CSS math based on 50% visible content minus half of control width */
    right: 15px;
    bottom: 0px;
    height: 2em;
    width: 2em; /*7em; for words 2em for arrows*/
    background-color: rgba(220, 218, 218, 0.4);
    padding-left: .6em;
    padding-top: .3em;
    border-radius: 5px 5px 0 0;
    z-index: 30;
    color: #225BC7;
    font-weight: bold;
}

    .read-more-3-button:hover {
        background-color: rgba(220, 218, 218, 1);
    }

.read-more {
    position: relative;
    background-color: #efefef;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .read-more div.panel-collapse[aria-expanded="false"] {
        display: block;
        overflow: hidden;
    }

.read-more-content {
    padding-right: 30px;
}

.read-more-button {
    position: absolute;
    right: 15px;
    bottom: 0px;
    height: 2em;
    width: 2em;
    background-color: rgba(220, 218, 218, 0.4);
    padding-left: .6em;
    padding-top: .3em;
    border-radius: 5px 5px 0 0;
    z-index: 30;
    color: #225BC7;
    font-weight: bold;
}

    .read-more-button:hover {
        background-color: rgba(220, 218, 218, 1);
    }

.back-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
}

.k-grid .k-grid-content {
    max-height: 550px;
}

#searchResultsGrid .k-floatwrap {
    padding-left: 0px;
}

a[aria-expanded=false] .fa-chevron-up {
    display: none;
}

a[aria-expanded=true] .fa-chevron-down {
    display: none;
}

.download-excel-btn {
    float: right;
    margin-right: 45px;
    margin-bottom: 4px;
}

.tooltipbox {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

    .tooltipbox .tooltipboxtext {
        visibility: hidden;
        width: 230px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        top: 150%;
        left: 50%;
        margin-left: -60px;
    }

        .tooltipbox .tooltipboxtext::after {
            content: "";
            position: absolute;
            bottom: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent black transparent;
        }

    .tooltipbox:hover .tooltipboxtext {
        visibility: visible;
    }

.indentation-xl {
    padding-left: 50px;
}

.left-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
}
