@charset "utf-8";

/* CSS Document */


/*------------------------------------

Project name: Site Template
Year created: 2018
Version #: V1_MRA -- Version# + WD TLA

--------------------------------------*/


/*-------- Used for All Pages ---------*/


/*----- for all -----*/

.ins-renderer-wrap iframe {
    height: calc(100vh - 145px);
}

.claims-register-description {
    width: 470px;
}

.claims-register .ins-table__stripe ins-tr> :last-child {
    padding-right: 20px;
}

.box {
    border: 1px solid #000;
    padding: 1rem;
    margin: 1rem;
    text-align: center;
}

.full .box {
    margin: 0;
}

.empty-space {
    height: 50px;
}


/*----- colors -----*/

.gray {
    background-color: #eeeeee;
}

.yellow {
    background-color: #ffe793;
}

.green {
    background-color: #abd0bc;
}

.blue {
    background-color: #42c0fe;
}

.pink {
    background-color: #ffb6c1;
}


/*----- borders -----*/

.border {
    border: 1px solid #0a0a0a;
}

.border-gray {
    border-color: #eeeeee;
}

.border-yellow {
    border-color: #ffe793;
}

.border-green {
    border-color: #abd0bc;
}

.border-blue {
    border-color: #42c0fe;
}

.border-pink {
    border-color: #ffb6c1;
}


/*----- fonts/content -----*/

.content-left {
    text-align: left;
}


/*----- header -----*/


/*----- footer -----*/

footer {
    background-color: #fefefe;
    padding: 70px 20px 40px 20px;
}

.footer-links h5 {
    color: #0a0a0a;
    font-size: 1.2rem;
    font-weight: 600;
}

.footer-links .menu>li>a {
    line-height: 1.5em;
    padding: 0.5rem 0rem;
}

.footer-links a {
    color: #707070;
    font-size: 1rem;
    transition: all 0.5s ease;
}

.footer-links a:hover {
    color: #0a0a0a;
    transition: all 0.5s ease;
}

.footer-links .more-categories {
    margin-top: 2rem;
}


/*gcm styles*/

@import url("https://fonts.googleapis.com/css?family=Open+Sans");
*,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
label,
select,
input {
    font-family: "Open Sans", sans-serif;
    /* color: #323D53; */
}

h3 {
    color: #323d53;
}

a,
i,
em,
.plugin-kits .brand img {
    transition: all 0.5s ease-in-out;
}

a {
    color: #1e86e3;
}

a,
input[type="button"] {
    outline: none;
}

.pagination .disabled {
    padding: 0;
}

.callout.warning {
    background-color: #ecd259;
    color: #fff;
}

[type="color"],
[type="date"],
[type="datetime-local"],
[type="datetime"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
textarea {
    font-size: 14px;
    margin: 0;
}

button {
    cursor: pointer;
}

table thead {
    background: #edf0f5;
    color: #323d53;
}

table tfoot td,
table tfoot th,
table thead td,
table thead th {
    font-size: 14px;
    font-weight: 600;
}

table tbody td,
table tbody th {
    font-size: 14px;
    color: #8c94a4;
    border-right: 1px solid #edf0f5;
}

table th {
    border-right: 1px solid #fff;
}

table th:last-child {
    border-right: 1px solid #edf0f5;
}

table tbody tr:nth-child(2n) {
    background-color: #f8f9fb;
}

.label {
    background: #f0f0f0;
    color: #333;
    font-size: 12px;
    padding: 8px 10px;
    line-height: 1.6;
}

select {
    font-size: 14px;
}

textarea {
    min-height: 7rem;
}

input:disabled,
input[readonly]:focus,
textarea:disabled,
textarea[readonly]:focus,
select:disabled,
select[readonly]:focus {
    background-color: #f5f6f8;
}

.not-found {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.not-found h1 {
    font-size: 90px;
    line-height: 90px;
}

.switch {
    display: inline-block;
}

.switch-paddle::after,
input+.switch-paddle {
    border-radius: 20px;
}

input:checked~.switch-paddle {
    background: #1e87e3;
}

.bg-dashboard {
    background: #fafafa url(../images/dashboard-bg.png) no-repeat bottom right;
}

.bg-white {
    background-color: #fff;
}

.bg-green {
    background-color: #0d8936;
}

.bg-blue {
    background-color: #1e86e3;
}

.bg-f6f7f9 {
    background-color: #f6f7f9;
}

.box {
    border: none;
    text-align: unset;
    display: inline-block;
    width: 100%;
}

.border-cbcbcb {
    border: 1px solid #cbcbcb;
    border-radius: 5px;
}

.border-bottom-eee {
    border-bottom: 1px solid #eeeeee;
}

.border-radius-5 {
    border-radius: 5px;
}

.border-radius-50per {
    border-radius: 50%;
}

.color-323d53 {
    color: #323d53;
}

.color-white {
    color: #fff;
}

.color-8c94a4 {
    color: #8c94a4;
}

.color-bec6d3 {
    color: #bec6d3;
}

.color-8c94a4 {
    color: #8c94a4;
}

.color-32b88b {
    color: #32b88b;
}

.color-f27474 {
    color: #f27474;
}

.no-padding {
    padding: 0;
}

.padding-1 {
    padding: 1rem;
}

.padding-2 {
    padding: 2rem;
}

.padding-3 {
    padding: 3rem;
}

.insurer-fields.padding-top-0 {
    padding-top: 0rem;
}

.padding-top-1 {
    padding-top: 1rem;
}

.padding-top-2 {
    padding-top: 2rem;
}

.padding-top-3 {
    padding-top: 3rem;
}

.padding-bottom-1 {
    padding-bottom: 1rem;
}

.padding-bottom-2 {
    padding-bottom: 2rem;
}

.padding-bottom-3 {
    padding-bottom: 3rem;
}

.padding-left-1 {
    padding-left: 1rem;
}

.padding-left-2 {
    padding-left: 2rem;
}

.padding-left-3 {
    padding-left: 3rem;
}

.padding-right-1 {
    padding-right: 1rem;
}

.padding-right-2 {
    padding-right: 2rem;
}

.padding-right-3 {
    padding-right: 3rem;
}

.no-margin {
    margin: 0;
}

.margin-6px {
    margin: 6px;
}

.margin-1 {
    margin: 1rem;
}

.margin-2 {
    margin: 2rem;
}

.margin-3 {
    margin: 3rem;
}

.margin-top-6px {
    margin-top: 6px;
}

.margin-top-1 {
    margin-top: 1rem;
}

.margin-top-2 {
    margin-top: 2rem;
}

.margin-top-3 {
    margin-top: 3rem;
}

.margin-bottom-6px {
    margin-bottom: 6px;
}

.margin-bottom-1 {
    margin-bottom: 1rem;
}

.margin-bottom-2 {
    margin-bottom: 2rem;
}

.margin-bottom-3 {
    margin-bottom: 3rem;
}

.margin-right-6px {
    margin-right: 6px;
}

.margin-right-1 {
    margin-right: 1rem;
}

.margin-right-2 {
    margin-right: 2rem;
}

.margin-right-3 {
    margin-right: 3rem;
}

.margin-left-6px {
    margin-left: 6px;
}

.margin-left-1 {
    margin-left: 1rem;
}

.margin-left-2 {
    margin-left: 2rem;
}

.margin-left-3 {
    margin-left: 3rem;
}

.weight-300 {
    font-weight: 300;
}

.bold {
    font-weight: bold;
}

.uppercase {
    text-transform: uppercase;
}

.full {
    max-width: 100%;
    width: 100%;
}

.font-size-36 {
    font-size: 36px;
}

.font-size-24 {
    font-size: 24px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-12 {
    font-size: 12px;
}

.position-relative {
    position: relative;
}

.order-1 {
    order: 1;
}

.display-inline-block {
    display: inline-block;
}

.box-shadow {
    box-shadow: 0 8px 20px -3px rgba(0, 0, 0, 0.1);
}


/* .sidebar {
    background: #323d53;
} */

.grid-x>.sidebar {
    width: 300px;
}

.portal-title {
    background: #0d8936;
}

.portal-title.customer {
    background: #0078c9;
}

.portal-user {
    border-bottom: #3b465e solid 1px;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.portal-user img {
    float: left;
    margin-right: 1.5rem;
    border-radius: 50%;
    width: 78px;
}

.portal-user .info {
    margin-top: 1rem;
}

.portal-user .email {
    font-size: 12px;
    color: #8c94a4;
}

.sidebar .menu {
    border-top: #283245 solid 1px;
}

.sidebar .menu ul {
    margin: 0;
}

.sidebar .menu li {
    list-style: none;
}

.sidebar .menu a i,
.sidebar .menu button i {
    margin-right: 1rem;
    color: #8e9dbc;
}

.sidebar .menu a,
.sidebar .menu button {
    color: #8e9dbc;
    border-left: #323d53 3px solid;
    padding: 1.5rem;
    display: block;
    width: 100%;
    text-align: left;
}

.sidebar .menu a:hover,
.sidebar .menu button:hover {
    background: #242d3e;
    color: #fff;
    border-left: #0d8936 3px solid;
}

.sidebar.customer .menu a:hover,
.sidebar.customer .menu button:hover {
    border-left: #0078c9 3px solid;
}

.sidebar .menu a:hover i {
    color: #fff;
}

.page-title {
    height: 92px;
}

.page-title .box {
    min-height: 92px;
    border-bottom: 1px solid #ccc;
}

.page-title h1 {
    font-size: 24px;
    line-height: 50px;
}

.login .left-panel {
    /* background: url(../images/gsa-login.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; */
    background-color: #2c3148;
}

.login .left-panel.customer {
    background: url(../images/customer-login.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.login .left-panel h1,
.login .left-panel p {
    color: #ffffff;
    font-weight: 300;
}

.login .left-panel p {
    font-size: 24px;
    opacity: 0.85;
}

.login .left-panel img {
    margin-left: -10px;
    width: 184px;
    height: auto;
    margin-bottom: 2em;
}

.login .right-panel .forgot-pass {
    display: block;
    float: right;
    font-size: 0.9em;
}

.login .right-panel img {
    width: 315px;
    margin-bottom: 3rem;
}

.filter-link {
    color: #1e86e3;
    font-size: 12px;
    font-weight: bold;
    line-height: 27px;
}

.filter .label {
    padding: 4px 10px;
}

.sorter {
    display: inline-block;
    width: 100%;
    padding: 0.5rem 1.5rem 0.5rem 0.625rem;
}

.sorter .fas {
    position: absolute;
    right: 8px;
    color: #1e87e3;
}

.cta,
.cta:focus {
    background: #1e87e3;
    color: #fff;
    padding: 4px 20px;
    display: inline-block;
    line-height: 1.6;
    transition: none;
}

.cta.secondary,
.cta.secondary:focus {
    background: #e6e6e6;
    color: #323d53;
}

.button {
    transition: none;
}

.cta:hover,
.button:hover {
    background: linear-gradient(#2a93e2, #3781d9);
    color: #fff;
}

.login>.grid-x {
    height: 100vh;
}

.login-logo {
    margin-top: 42vh;
}

.login-form-wrap {
    margin-left: 8rem;
    margin-top: 20vh;
    margin-bottom: 8rem;
}

.login-form-wrap-inner {
    width: 25rem;
}

.login-register:focus {
    background: #0d8936;
}

.login .form-cell {
    margin-top: 16rem;
}

.main-content {
    margin-bottom: 13rem;
}

.coming-soon {
    margin-top: 8rem;
}

.line {
    background: url(../images/middle-line.jpg) center center repeat-x;
    display: block;
    width: 100%;
    float: left;
}

.mobile-header {
    background: #0d8936;
}

.mobile-header button,
.mobile-header button:hover,
.mobile-header button:focus {
    background: transparent;
    color: #fff;
    float: left;
}

.mobile-header button i {
    font-size: 20px;
    color: #fff;
    margin-top: 12px;
}

.edit-link i,
.delete-link i {
    color: #8c94a4;
}

.company-details-link {
    color: #8c94a4;
}

.company-details-logo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 1px solid #e4e6ec;
    position: relative;
    overflow: hidden;
}

.company-details-logo span {
    width: 150px;
    height: 150px;
    font-size: 70px;
    text-align: center;
    display: inline-block;
    line-height: 150px;
    color: #8c94a4;
}

.company-details-logo img {
    width: 150px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.search-bar {
    background: url(../images/search-icon.png) no-repeat 96% 50%;
    padding-right: 40px;
}


/* removed .company-info label for insites label */

#edit-company-modal label {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: right;
    color: #8c94a4;
}

#edit-company-modal .callout {
    border: none;
}

#edit-company-modal .callout .icon {
    width: 40px;
}

#edit-company-modal .callout .icon i {
    font-size: 38px;
}

.white-box {
    background: #fff;
    display: inline-block;
}

.claim-status {
    color: #fff;
    font-size: 10px;
    line-height: 15px;
    width: 60px;
    display: inline-block;
    text-align: center;
    height: 18px;
    border-radius: 4px;
}

.claim-status.open {
    background: #22b88b;
}

.claim-status.close {
    background: #f27474;
}

.reveal {
    top: 50% !important;
    transform: translateY(-50%);
}

.swal-footer {
    text-align: center;
}

.swal-overlay,
.reveal-overlay {
    background-color: rgba(255, 255, 255, 0.8);
}

.swal-modal,
.reveal {
    border: solid 1px #e4e6ec;
    box-shadow: 1px 1px 3px #e4e6ed;
}

.button.file-input {
    background: #e4e6ec;
    color: #2c3148;
    padding: 7px;
    font-size: 12px;
    vertical-align: inherit;
}

.button.file-input:hover {
    background: #e4e6ec;
}

.attached-file {
    color: #2c3148;
    padding: 7px;
    font-size: 12px;
}

.delete-attachment,
.add-attachment {
    padding: 7px;
    font-size: 12px;
}

@keyframes rotating {
    from {
        transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes rotating {
    from {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 1s linear infinite;
    -moz-animation: rotating 1s linear infinite;
    -ms-animation: rotating 1s linear infinite;
    -o-animation: rotating 1s linear infinite;
    animation: rotating 1s linear infinite;
}


/* Filter options */

.filter-link i.fa-sort-down,
.filter-link i.fa-sort-up {
    vertical-align: top;
    margin-top: 6px;
    color: #1e86e3;
}

.filter-link i.fa-sort-up {
    margin-top: 8px;
}

.filter-options.hide {
    display: none;
}

.filter-options {
    background-color: #fff;
    border: 1px solid #ddd;
    -ms-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 0;
    z-index: 9999;
    position: absolute;
    overflow: hidden;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    min-width: 300px;
    top: 35px;
}

.filter-options.enlarge {
    min-width: 600px;
}

.filter-options .options,
.filter-options .buttons {
    padding: 1rem;
}

.filter-options .options {
    padding-bottom: 0;
}


/* removed for stencilised */


/* .filter-options label, .filter-options select, .filter-options input {
    width: 50%;
    float: left;
    font-size: 14px;
}

.filter-options label {
    font-weight: 700;
    margin-top: 7px;
}
 */

.filter-options .buttons {
    text-align: center;
}

.filter-options hr {
    margin: 0 auto;
}

.required-note {
    line-height: 26px;
}

.custom-date {
    width: 50%;
}

.profile-image {
    border-radius: 50%;
    border: 2px solid #cacaca;
}

.ins-table .ins-table-wrap {
    min-width: 1024px;
}


/* Filter options end */


/* Pagination controls */

.pagination-controls {
    width: 100%;
    display: inline-block;
    min-height: 1rem;
    padding: 6px 10px;
    text-align: right;
    color: #8c94a4;
}

.pagination-controls ul {
    margin-top: 5px;
}

.pagination-controls li {
    list-style: none;
    float: left;
    color: #323d53;
    margin: 0;
}

.pagination-controls li a {
    color: #323d53;
    padding: 2px 4px;
    font-size: 12px;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
}

.pagination-controls li a:hover,
.pagination-controls li.active a {
    background: #fff;
    border: 1px solid #cacaca;
}

.pagination-controls .page-size-label {
    font-size: 12px;
    line-height: 28px;
    margin-right: 0.5rem;
    margin-top: 3px;
}

.pagination-controls .page-size {
    font-size: 12px;
    width: 47px;
    line-height: 12px;
    height: 24px;
    margin-top: 6px;
    padding-right: 20px;
    padding-left: 5px;
}

.pagination-controls p {
    font-size: 12px;
    display: inline-block;
    margin: 0 auto;
    margin-right: 0.5rem;
    line-height: 28px;
}


/* Pagination controls end */


/* Export controls */

.export-controls {
    position: relative;
}

.export-controls .export-button i {
    -webkit-transition: none;
    transition: all none;
}

.export-controls .export-button i.fa-sort-down {
    color: #fff;
    vertical-align: top;
    margin-top: -2px;
}

.export-controls .export-button i.fa-sort-up {
    vertical-align: top;
    margin-top: 0;
}

.export-options.hide {
    display: none;
}

.export-options {
    background-color: #fff;
    border: 1px solid #ddd;
    -ms-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 0;
    z-index: 9999;
    position: absolute;
    overflow: hidden;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    min-width: 300px;
    top: 35px;
    right: 0;
}

.export-options .options,
.export-options .buttons {
    padding: 1rem;
    text-align: left;
}

.export-options span {
    font-weight: 700;
    font-size: 14px;
    width: 100%;
    display: inline-block;
    margin-bottom: 1rem;
}

.export-options label {
    line-height: 23px;
    vertical-align: text-bottom;
}

.export-options .item {
    margin-bottom: 6px;
}

.export-options hr {
    margin: 0 auto;
}

.export-options .buttons {
    text-align: center;
}


/* Export controls end */


/* Claim status graph */

.dashed-spacer {
    border-right: 1px dashed #8c94a4;
    width: 1px;
    height: 50%;
    margin: 0 auto;
}

.claim-status-graph .stats {
    padding: 1rem;
}

.claim-status-graph .chart {
    width: 70%;
    height: 110px;
    vertical-align: bottom;
}

.claim-status-graph h3,
.monthly-total-claim h4 {
    font-size: 18px;
    color: #8c94a4;
    font-weight: 100;
}

.claim-status-graph h4,
.monthly-total-claim h3 {
    font-size: 54px;
    color: #1e86e3;
    font-weight: 100;
    display: inline-block;
}

.monthly-total-claim h4 span {
    background: #1e86e3;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    display: inline-block;
}

.claim-status-graph .stats span {
    float: right;
    color: #8c94a4;
    font-weight: 100;
    line-height: 80px;
}

.claim-status-graph .stats span i {
    color: #8c94a4;
    position: relative;
    width: 10px;
    height: 20px;
}

.claim-status-graph .stats span i.fa-sort-up::before {
    position: absolute;
    top: 50%;
}

.claim-status-graph .stats span i.fa-sort-down::before {
    position: absolute;
    top: 10%;
}


/* Claim status graph end */


/* Admin Users styles */

.send-email {
    vertical-align: top;
    margin-top: 2px;
    cursor: auto;
}

.send-email.active {
    cursor: pointer;
}

.send-email i {
    font-size: 24px;
    color: #cacaca;
}

.send-email.active i {
    color: #1e87e3;
    width: 24px;
    height: 24px;
    display: block;
}

.name-initials {
    border-radius: 50%;
    background: #edf0f5;
    width: 50px;
    display: inline-block;
    text-align: center;
    height: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.name-initials span {
    color: #8c94a4;
}

.abide-form .form-error,
.update-claim-form .form-error,
.update-password-form .form-error,
#lodge-a-claim .form-error {
    margin-top: 0.5rem;
    margin-bottom: 0;
}

.update-claim-form textarea {
    min-height: 7rem;
}

.ui-datepicker th,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    font-size: 12px;
}

.ui-timepicker-standard a {
    font-size: 14px;
    transition: none;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 14px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    transition: none;
    top: 8px;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    color: #454545;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
    border: 1px solid #003eff;
    background: #007fff;
    color: #fff;
}

.ui-tooltip,
.arrow:after {
    background: #fff;
    border: 1px solid #aaa;
}

.ui-tooltip {
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
    box-shadow: 0 8px 20px -3px rgba(0, 0, 0, 0.1);
    color: #8c94a4;
    max-width: 150px;
}

.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}

.arrow.top {
    top: -16px;
    bottom: auto;
}

.arrow.left {
    left: 20%;
}

.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 0 8px 20px -3px rgba(0, 0, 0, 0.1);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arrow.top:after {
    bottom: -20px;
    top: auto;
}

.ui-tooltip div {
    color: #8c94a4;
}

.status-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 2550, 255, 0.5);
}

.status-overlay .status-data {
    top: 50%;
    position: fixed;
    margin: 0 auto;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.claim-field-wrap .radio label {
    display: inline-block;
    margin-right: 1rem;
}

.claim-field-wrap .time select {
    width: 3.8rem;
}

.claim-field-wrap .time .timep-seperator {
    float: left;
    margin: 9px 3px 0px;
}

.swal-button {
    background-color: #1e87e3;
    color: #fff;
}

.swal-text {
    text-align: center;
}

.claim-details-menu {
    border-bottom: 1px solid #e4e6ec;
    float: left;
}

.claim-details-menu li {
    list-style: none;
    display: inline-block;
    float: left;
}

.claim-details-menu li a {
    color: #323d53;
    padding: 0.5rem 1rem;
    float: left;
    font-size: 12px;
    transition: none;
}

.claim-details-menu li a:hover,
.claim-details-menu li a.active:hover {
    background: linear-gradient(#2a93e2, #3781d9);
    color: #fff;
}

.claim-details-menu li a.active {
    background: #1e87e3;
    color: #fff;
}

.accordion h3.ins-subheader {
    margin-bottom: 0px;
    font-size: 20px;
}

#add-task-modal.reveal,
#edit-task-modal.reveal {
    padding: 0;
    overflow: initial;
    transform: translateZ(0);
    margin-top: -375.5px;
}

button.task-status {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #eee;
}

.task-status.yellow {
    background: #fdd835;
}

.task-status.blue {
    background: #1e86e3;
}

.task-status.red {
    background: #e66759;
}

.task-status i {
    font-size: 14px;
    color: #fff;
}

.width-6 {
    width: 6%;
}

.width-10 {
    width: 10%;
}

.width-20 {
    width: 20%;
}

.width-24 {
    width: 24%;
}

.width-25 {
    width: 25%;
}

.width-50 {
    width: 50%;
}

.page-not-found {
    margin-top: 10rem;
}

.page-not-found h1 {
    color: #1677c4;
    font-size: 7rem;
    line-height: 7rem;
    font-weight: bold;
}

.page-not-found h2 {
    color: #2c3148;
    margin-bottom: 1rem;
}

.page-not-found p {
    color: #8c94a4;
    margin-bottom: 1.5rem;
}


/* Admin Users styles end */


/* Height-base media queries */

.insurer-fields {
    padding: 1rem;
}

.insurer-fields .insurer-fields-inner {
    border: 1px solid #ddd;
    padding: 2rem 1rem 1rem 1rem;
}

@media (max-height: 600px) {
    .grid-y.grid-frame {
        height: auto;
    }
    .login>.grid-x {
        height: auto;
    }
    .login .form-cell {
        margin-top: 9rem;
    }
}

@media (max-height: 800px) {
    .login .form-cell {
        margin-top: 9rem;
    }
}


/* Height-base media queries end */


/* Small only */

@media screen and (max-width: 39.9375em) {
    .mobile-menu .sidebar {
        display: block !important;
    }
    .mobile-menu .sidebar .grid-y {
        height: auto;
    }
    .login-form-wrap {
        margin: 0 auto;
        margin-top: 3rem;
    }
    .login>.grid-x {
        height: auto;
    }
    .line {
        background: none;
    }
    .filter .label {
        margin-bottom: 1rem;
    }
    .update-claim-form label {
        text-align: left;
    }
}


/* Medium and up */

@media screen and (min-width: 40em) {}


/* Medium only */

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .mobile-menu .sidebar {
        display: block !important;
    }
    .login .left-panel {
        background: #0d8936;
    }
    .login .left-panel,
    .login .left-panel>.grid-y {
        height: auto;
    }
    .login .left-panel .login-logo {
        margin-top: 3rem;
        margin-bottom: 3rem;
        height: auto;
    }
    .login-form-wrap {
        margin: 0 auto;
        margin-top: 3rem;
    }
    .line {
        background: none;
    }
    .filter .label {
        margin-bottom: 1rem;
    }
}


/* insites styles */

#app ins-sparkline .description.up span.arrow,
ins-sparkline .description span.arrow:after,
ins-sparkline .description span.arrow {
    margin-left: 0;
    overflow: initial;
}

#app ins-sparkline .description.up span.arrow,
ins-sparkline .description span.arrow:after,
ins-sparkline .description span.arrow:after {
    border: 0;
}

.container-ins-table {
    width: 100%;
    display: table;
}

.container-ins-table a .icon-edit,
.container-ins-table a .icon-view {
    color: #8c94a4;
}

.container-ins-table .v-switch {
    padding-top: 5px;
}

.container-ins-table ins-td.centered-icon .ins-td {
    text-align: center;
}

.container-ins-table ins-toggle-switch .v-switch .ins-switch {
    height: 17px;
}

ins-table .ins-table {
    overflow: auto;
}

.vertical-align-top {
    vertical-align: top;
}

.text-align-left {
    text-align: left;
}

.text-align-center {
    text-align: center;
}

.float-right {
    float: right;
}

.min-width-100 {
    min-width: 100px;
}

.padding-right-half-1 {
    padding-right: 0.5rem;
}

.ins-form-label {
    font-size: 12px;
    font-weight: 600;
    color: #2c3148;
    font-family: "Open Sans";
    margin-bottom: 2px;
}

.ins-form-label.co-ins-label {
    line-height: 2.5rem;
}

.ins-input,
.ins-select,
.ins-textarea {
    box-shadow: none;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #e4e6ec;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 0.5rem;
    padding-right: 30px;
}

.ins-input.is-invalid-input {
    margin-bottom: 0;
}

.form-error.is-visible {
    margin-bottom: 20px;
}

.ins-input:active,
.ins-select:active,
.ins-textarea:active,
.ins-input:focus,
.ins-select:focus,
.ins-textarea:focus {
    border-color: #1e86e3;
    box-shadow: none;
}

.ins-subheader {
    font-size: 24px;
    font-weight: 300;
    color: #1a1d2c;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 26px;
}

.ins-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ins-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.ins-checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    border: 1px solid #afb3bd;
}

.radio {
    position: relative;
}

.ins-radio input:checked~.ins-checkmark {
    border: solid 2px #1f86e3;
}

.ins-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.ins-radio input:checked~.ins-checkmark:after {
    display: block;
}

.ins-radio .ins-checkmark:after {
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1f86e3;
}

.ins-chart-header {
    font-size: 24px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    color: #1a1d2c;
}

.login-button button {
    width: 100%;
    padding: 15px;
    height: auto;
}

.label.ins-filter-item {
    border-radius: 4px;
    background-color: #e4e6ec;
    padding: 7px 7px;
    color: #2c3148;
}

#new-claim-modal {
    margin-top: -114.5px !important;
    top: 50% !important;
    transform: translateY(0) !important;
}

#update-claim-form .grid-x.grid-padding-x .cell:nth-child(odd) {
    /* padding-left: 0; commented to fix issue if the hide is on the middle of loop */
}

#update-claim-form .grid-x.grid-padding-x .cell:nth-child(even) {
    /* padding-right: 0; commented to fix issue if the hide is on the middle of loop */
}

.claim-details-menu .ins-tab li {
    margin-bottom: -1px;
}

.claim-details-menu .ins-tab li a {
    background: #fafbfc;
    color: #2c3148;
    font-size: 16px;
    padding: 0.5rem 28px;
    border-bottom: 1px solid #e4e6ec;
}

.claim-details-menu .ins-tab li a:hover {
    background: #fafbfc;
    color: #2c3148;
    border-bottom: 1px solid #8c94a4;
}

.claim-details-menu .ins-tab li a.active,
.claim-details-menu .ins-tab li a.active:hover {
    border-bottom: 1px solid #1e86e3;
}

.position-relative-card .ins-card-wrap {
    position: relative;
}

button.cancel-button {
    text-transform: uppercase;
    background-color: #8c94a4;
    color: #ffffff;
    font-family: "Open Sans", sans-serif !important;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 4px !important;
    top: 1px;
    position: relative;
    padding: 10px 18px;
    margin-right: 0.5em;
}

.text-align-right {
    text-align: right;
}

.ins-custom-select {
    width: 100%;
    position: relative;
}

.ins-custom-select .dropdown-container {
    position: absolute;
    top: 66%;
    width: 100%;
    box-shadow: none;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    background-color: #ffffff;
    border: 1px solid #1e90ff;
    border-radius: 0 0 4px 4px;
    z-index: 5;
}

.ins-custom-select.filter .dropdown-container {
    top: 100%;
}

.ins-custom-select .dropdown-container .ins-option {
    padding: 0.3rem 0.8rem;
    cursor: pointer;
}

.ins-custom-select .dropdown-container .ins-option:hover {
    background-color: #1e90ff;
    color: #ffffff;
}

.ins-custom-select hr {
    margin: 0;
    border-color: #e4e6ec;
}

.ins-custom-select .ins-select-value,
.ins-custom-select .ins-select-value:focus {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    cursor: pointer;
    background-color: #ffffff;
}

.ins-custom-select .ins-select-value.is-invalid-input:not(:focus) {
    background-color: #f9ecea;
}

#add-task-form .ins-select.is-invalid-input {
    margin-bottom: 0;
}

#add-task-form .form-error {
    margin-bottom: 0.5rem;
}

.reveal#addActivity span.form-error {
    margin-top: 0;
}

.reveal#addActivity .ins-textarea.is-invalid-input {
    margin-bottom: 0;
}

.select-company {
    color: #1e86e3;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}

.select-company .icons-wrap {
    font-size: 7px;
    width: 20px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
}

.select-company .icons-wrap i {
    display: block;
    margin: 3px;
}

.select-company .icons-wrap i.down {
    transform: rotate(180deg);
    margin-top: 0;
}

.ins-companies-container:hover {
    display: block;
}

.ins-companies-dropdown {
    background-color: #ffffff;
    border: 1px solid #e4e6ec;
    border-radius: 5px;
    width: 350px;
    position: absolute;
    top: 3em;
    right: 0;
    z-index: 10;
}

.scrollable {
    max-height: 253px;
    overflow: auto;
}

.scrollable::-webkit-scrollbar {
    width: 7px;
}

.scrollable::-webkit-scrollbar-track {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.scrollable::-webkit-scrollbar-thumb {
    background-color: #e4e6ec;
    border-radius: 16px;
    outline: none;
}

.search-bar-container {
    padding: 1em 1em 0 1em;
}

.ins-companies-dropdown hr {
    margin: 0;
    border-color: #e4e6ec;
}

.ins-companies-dropdown .ins-company-container {
    padding: 15px;
    font-size: 14px;
    position: relative;
    cursor: pointer;
    font-weight: normal;
}

.ins-companies-dropdown .ins-company-container:hover {
    background-color: #e4e6ec;
}

.ins-companies-dropdown .ins-company-container .icon {
    background: #fff;
    border: 1px solid #e4e6ec;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    position: absolute;
    top: calc(50% - 16px);
    overflow: hidden;
}

.ins-companies-dropdown .ins-company-container .icon span {
    color: #8c94a4;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    padding-top: 6px;
}

.ins-companies-dropdown .ins-company-container .name {
    padding-left: 40px;
    color: #8c94a4;
}

.ins-companies-dropdown .status {
    color: #8c94a4;
}

.loader:after {
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    -webkit-animation: ellipsis steps(4, end) 900ms infinite;
    animation: ellipsis steps(4, end) 900ms infinite;
    content: "\2026";
    /* ascii code for the ellipsis character */
    width: 0px;
}

@keyframes ellipsis {
    to {
        width: 1.25em;
    }
}

@-webkit-keyframes ellipsis {
    to {
        width: 1.25em;
    }
}

.currentCompany .icon {
    background: #fff;
    border: 1px solid #e4e6ec;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    position: absolute;
    top: calc(50% - 26px);
    overflow: hidden;
}

.currentCompany .icon span {
    color: #8c94a4;
    font-weight: normal;
    font-size: 1rem;
    text-transform: uppercase;
    display: block;
    padding-top: 12px;
}

.currentCompany .name {
    font-size: 1.2rem;
    font-weight: normal;
    padding-left: 3.5em;
    color: #2c3148;
}


/* hide the breadcrumbs for now */

ins-breadcrumbs {
    display: none;
}


/* override theme colors */


/* start of header */

#admin-view ins-header .ins-header-wrap {
    background-color: #0c8835;
}

#admin-view .sidebar .insites-logo-wrap {
    background-color: #1e2543;
}

#admin-view ins-instances .ins-instances-wrap:before {
    background-color: #0f7530;
}

#admin-view ins-instances .ins-instances-wrap:after {
    background-color: #119a3f;
}

ins-instances .active-instance button {
    min-width: 170px;
}
  


/* end of header */


/* start of sidebar */

#admin-view ins-sidebar-item div.ins-sidebar-item-wrap a .fas {
    color: #0c8835;
}

#admin-view ins-sidebar-item div.ins-sidebar-item-wrap.active>.ins-ripple-button>a {
    border-color: #0c8835;
}


/* end of sidebar */

.cfd {
    padding: 10px 20px;
    border-radius: 5px;
    margin: 0 0 30px;
    background: #fff5f5;
    border: 1px solid #efd3d3;
    font-size: 14px;
}

.cfd_note {
    font-size: 13px;
    color: #b3a1a1;
}

.cfd_label {
    display: inline-block;
    margin: 12px 0;
}

.fa-check {
    color: red;
}

.bulk_upload_container {}

.bulk_upload_container .close_bulk_container {
    color: #2588de;
}

.bulk_upload_container .close_bulk_container:hover {
    cursor: pointer;
}

.bulk_upload_container .dropzone {
    height: 116px;
    border: dashed 1px #bec6d3;
    padding: 8px;
    position: relative;
    margin: 0;
    background: transparent;
    margin-bottom: 30px;
    overflow-y: auto;
}

.bulk_upload_container .dropzone.dz-clickable .dz-message {
    position: absolute;
    width: 98%;
    top: 50%;
    margin: 0;
    margin-top: -26px;
}

.bulk_upload_container .dropzone.dz-clickable .dz-message * {
    color: #bbb;
    font-size: 13px;
}

.bulk_upload_container .dropzone .dz-progress,
.bulk_upload_container .dropzone .dz-size,
.bulk_upload_container .dropzone .dz-preview .dz-image {
    display: none;
}

.bulk_upload_container .dropzone .dz-details {
    padding: 0;
}

.bulk_upload_container .dropzone .dz-preview .dz-details {
    position: relative;
    padding: 0;
    display: inline;
}

.bulk_upload_container .dropzone .dz-preview {
    min-height: initial;
    margin: 0;
    display: block;
}

.bulk_upload_container .dropzone .dz-preview .dz-remove {
    font-size: 13px;
    text-align: left;
    display: inline;
    cursor: pointer;
    border: none;
    margin-left: 5px;
    display: inline;
}

.bulk_upload_container .dropzone .dz-preview .dz-details .dz-filename {
    display: inline;
}

.bulk_upload_container .dropzone .dz-preview .dz-details .dz-filename:hover span {
    border-color: transparent;
    background-color: transparent;
}

.bulk_upload_container .dropzone .dz-preview.dz-error:hover .dz-error-message,
.bulk_upload_container .dropzone .dz-preview .dz-success-mark,
.bulk_upload_container .dropzone .dz-preview .dz-error-mark,
.bulk_upload_container #dzHidden {
    display: none;
}

.bulk_upload_container .close_btn {
    font-size: 20px;
    display: inline-block;
    color: #000;
}

.bulk_upload_container .close_btn:hover {
    cursor: pointer;
    color: #2588DE;
}

.claims-register {
    position: relative;
}

.claims-register .disabledStateOnImport {
    width: 100%;
    background: #888;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    position: absolute;
    opacity: 0.5;
}

/* .claims-register .disabledStateOnImport h1 {
    
} */

/* Workers Comp Additional Styling */
/* Workers Comp Additional Styling */
/* Workers Comp Additional Styling */

/* override treeselect styling */
.vue-treeselect__input:focus {
    border: none;
    box-shadow: none;
}
/* end override treeselect styling */

.bodily-location-tag {
    font-size: 10px;
    border-radius: 2px;
    letter-spacing: .5px !important;
    cursor: text;
    line-height: 16px;
    background-color: #e6e6e6;
    margin: 0 5px 5px 0;
    padding: 4px 8px;
    display: inline-block;
    position: relative;
    text-decoration: none;
    align-items: center;
    vertical-align: middle;
    white-space: nowrap;
    color: #000;
}

.ins-custom-select.workers-compensation .ins-select-value.is-invalid-input:not(:focus) {
    background-color: transparent;
}
/* tree select error validation */
.vue-treeselect.is-invalid-input .vue-treeselect__control {
    border: 1px solid #f27474 !important;
}
/* /tree select error validation */
/* tree select styling override */
.vue-treeselect__option {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.vue-treeselect__label {
    font-size: 1rem !important;
}
.vue-treeselect__checkbox-container {
    padding-top: 10px !important;
    vertical-align: top !important;
}
.vue-treeselect__multi-value-label,
.vue-treeselect__icon.vue-treeselect__value-remove {
    background-color: #e6e6e6;
    color: #000;
}
.vue-treeselect__multi-value-label {
    font-size: 0.9rem;
    font-weight: 100;
    border-radius: 2px;
    letter-spacing: .5px !important;
    cursor: text;
    padding: 4px 8px;
    text-decoration: none;
    align-items: center;
    vertical-align: middle;
    white-space: nowrap;
}
.vue-treeselect__menu {
    height: 450px !important;
    max-height: 450px !important;
}

.vue-treeselect__label {
    overflow: visible !important;
    overflow-wrap: break-word !important;
    white-space: normal !important;
}

.bodily_location .vue-treeselect__list-item.vue-treeselect__indent-level-0 .vue-treeselect__checkbox-container {
    visibility: hidden !important;
}
.bodily_location .vue-treeselect__list-item.vue-treeselect__indent-level-2 .vue-treeselect__checkbox-container {
    visibility: visible !important;
}
.bodily_location .vue-treeselect__list-item.vue-treeselect__indent-level-3 .vue-treeselect__checkbox-container {
    visibility: hidden !important;
}
.bodily_location .vue-treeselect__list-item.vue-treeselect__indent-level-3 .vue-treeselect__label-container {
    pointer-events: none !important;
}
.bodily_location .vue-treeselect__list-item.vue-treeselect__indent-level-3 .vue-treeselect__option {
    padding-top: 0 !important;
}
.bodily_location .vue-treeselect__list-item.vue-treeselect__indent-level-2 .vue-treeselect__option.vue-treeselect__option--highlight + .vue-treeselect__list {
    background: #f5f5f5 !important;
}
.bodily_location .vue-treeselect__list-item.vue-treeselect__indent-level-3 .vue-treeselect__option.vue-treeselect__option--highlight {
    background: #fff !important;
}



.mechanism_of_injury .vue-treeselect__list-item.vue-treeselect__indent-level-0 .vue-treeselect__checkbox-container {
    visibility: hidden !important;
}
.mechanism_of_injury .vue-treeselect__list-item.vue-treeselect__indent-level-1 .vue-treeselect__checkbox-container {
    visibility: visible !important;
}
.mechanism_of_injury .vue-treeselect__list-item.vue-treeselect__indent-level-1 .vue-treeselect__option--disabled .vue-treeselect__checkbox-container {
    visibility: hidden !important;
}
.mechanism_of_injury .vue-treeselect__list-item.vue-treeselect__indent-level-2 .vue-treeselect__checkbox-container {
    visibility: hidden !important;
}
.mechanism_of_injury .vue-treeselect__list-item.vue-treeselect__indent-level-2 .vue-treeselect__label-container {
    pointer-events: none !important;
}
.mechanism_of_injury .vue-treeselect__list-item.vue-treeselect__indent-level-2 .vue-treeselect__option {
    padding-top: 0 !important;
}
.mechanism_of_injury .vue-treeselect__list-item.vue-treeselect__indent-level-1 .vue-treeselect__option.vue-treeselect__option--highlight + .vue-treeselect__list {
    background: #f5f5f5 !important;
}
.mechanism_of_injury .vue-treeselect__list-item.vue-treeselect__indent-level-2 .vue-treeselect__option.vue-treeselect__option--highlight {
    background: #fff !important;
}



.agency .vue-treeselect__list-item.vue-treeselect__indent-level-0 .vue-treeselect__checkbox-container {
    visibility: hidden !important;
}
.agency .vue-treeselect__list-item.vue-treeselect__indent-level-3 .vue-treeselect__checkbox-container {
    visibility: visible !important;
}
.agency .vue-treeselect__list-item.vue-treeselect__indent-level-4 .vue-treeselect__checkbox-container {
    visibility: hidden !important;
}
.agency .vue-treeselect__list-item.vue-treeselect__indent-level-4 .vue-treeselect__label-container {
    pointer-events: none !important;
}
.agency .vue-treeselect__list-item.vue-treeselect__indent-level-4 .vue-treeselect__option {
    padding-top: 0 !important;
}
.agency .vue-treeselect__list-item.vue-treeselect__indent-level-3 .vue-treeselect__option.vue-treeselect__option--highlight + .vue-treeselect__list {
    background: #f5f5f5 !important;
}
.agency .vue-treeselect__list-item.vue-treeselect__indent-level-4 .vue-treeselect__option.vue-treeselect__option--highlight {
    background: #fff !important;
}
/* /tree select styling override */

.ins-select.select2-hidden-accessible.is-invalid-input + .select2.select2-container.select2-container--default .select2-selection.select2-selection--single {
    border: 1px solid #f27474 !important;
}

.ins-custom-select.workers-compensation.certificates .dropdown-container {
    top: 100% !important;
    z-index: 999 !important;
}
.ins-custom-select.workers-compensation.primary-cost-center.filter,
.ins-custom-select.workers-compensation.certificates .dropdown-container {
    top: 100% !important;
}

/* Tooltip override */
.vue-tooltip {
    z-index: 10000 !important;
}
/* /Tooltip override */

/* User Story 9 */
.accordion-title.client-information {
    background-color: #66ccff;
}
.accordion-title.insurer-information {
    background-color: #ffccff;
}
.accordion-title.worker-details {
    background-color: #ffcc99;
}
.accordion-title.incident-information {
    background-color: #ccffcc;
}
.accordion-title.wage-information {
    background-color: #ccccff;
}
.accordion-title.contacts {
    background-color: #ffcccc;
}

/* /Workers Comp Additional Styling */
/* /Workers Comp Additional Styling */
/* /Workers Comp Additional Styling */



@supports (-ms-ime-align: auto) {
    .hydrated .blue {
       background-color: #1e86e3;
    }
    .hydrated .mdc-button--unelevated {
        background-color: #1e86e3;
    }
    .hydrated .mdc-button--unelevated.grey {
        background-color: #ccced3;
    }
    .hydrated .mdc-button--unelevated.negative{
        background-color: #da6868;
    }
    .hydrated .mdc-button--unelevated.positive{
        background-color: #20aa7e;
    }

}

.generate_custom_report_button ins-button button{
    background:#747474 !important;
    color: #FFFFFF !important;
}

.closeSaveButton{
    padding-left: 5px;
    padding-right: 5px;
}

.closeSaveButton ins-button button{
    width: 100%;
}

.check-icon{
    font-size: 5em;
}

.generate_custom_report_modal_height{
    max-height: 460px;
}

.workers_generate_custom_report_modal_height{
    max-height: 650px;
    height: auto;
}

.generateCustomReportTabHeads{
    font-size: 1 rem !important;
    color: #323D53 !important;
}

.float-left{
    float: left !important;
    padding-left: 1em;
}

.black-bg button {
    background-color: #2B2B2B !important;
    visibility: visible !important;
}

.grey-bg button {
    background-color: #747474 !important;
    visibility: visible !important;
}

.report-name-field{
    height: 3em;
    width: 25em;
    border-width: 5px;
    border-radius: 4px;
    border: 1px solid #747474;
    padding: 20px;
}