/* Minification failed. Returning unminified contents.
(24,21): run-time error CSS1030: Expected identifier, found ','
(24,27): run-time error CSS1031: Expected selector, found ')'
(24,27): run-time error CSS1025: Expected comma or open brace, found ')'
 */
/*Global override begin*/
#top-nav li {
    float: left;
    margin: 0 0;
    border-right: 3px solid white;
    text-align: center;
    padding: 0;
    display: block;
    height: 100%;
}

#modalChart text {
    width: 400px;
}

#body_wrapper {
    background-color: #fff;
}

.one-third {
    width: 33.33%;
}
/*Global override end*/
.force_font *:not(h1,h2,h3) {
    font-family: Arial !important;
    font-size: 16px !important;
    /*width:100%;*/
}

.force_form_font * {
    font-family: Arial !important;
    font-size: 14px !important;
    /*width:100%;*/
}

.small_font * {
    font-family: Arial !important;
    font-size: 12px !important;
}

.small_font p {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
}

.img-thumbnail:hover,
.img-thumbnail:focus,
.img-thumbnail.active {
    border-color: #337ab7;
}

.img-thumbnail {
    margin-bottom: 20px;
    width: 100%;
    background-color: #dae9f5;
    padding: 0px;
}

svg {
    border-radius: inherit;
}

.breadcrumb {
    padding-top: 0px !important;
    padding-right: 0px !important;
    background-color: transparent !important;
}

.underline {
    text-decoration: underline;
}

.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    background-color: #bdd2ff;
    color: midnightblue;
    border-radius: 8px;
    font-size: 12px;
    padding: 1em;
    /*display: none;*/
}

.topdropdown {
    position: fixed;
    top: 3em;
    right: 0px;
    text-decoration: none;
    background-color: #DAE9F5;
    color: white;
    border-radius: 10px;
    font-size: 12px;
    padding: 2em;
    z-index: 10;
}

.multiselect .k-animation-container {
    margin-left: -8px !important;
}

.k-webkit .menustate .k-animation-container {
    margin-left: 6px !important;
    top: 36px !important;
    text-align: left;
}

k-webkit .k-animation-container {
    margin-left: -8px !important;
}

.k-webkit .measureclass .k-animation-container {
    margin-left: 0px !important;
    margin-right: 20px;
}

k-webkit .topdropdown .stateclass .k-animation-container {
    margin-top: 2px !important;
}

.measureclass .k-animation-container {
    margin-left: 0px !important;
}


.stateclass .k-animation-container {
    margin-left: 15px !important;
}
/*.topdropdown .k-animation-container {
    margin-top: 12px !important;
      left: -12px !important;
}*/
.k-animation-container {
    margin-left: 15px !important;
    margin-right: 30px;
    text-align: left;
}

.k-ie .topdropdown .population .k-animation-container {
    margin-top: 2px !important;
    left: -70px !important;
}

.k-ie .topdropdown .stateclass .k-animation-container {
    margin-top: 2px !important;
    left: -2px !important;
    margin-left: 15px;
}
/*.k-ie .topdropdown .population .k-animation-container  {
    margin-top: 12px !important;
    left: -12px !important;
}*/
.seconddropdown {
    left: -82px !important;
}

.k-ff {
    overflow: scroll !important;
}

.topdropdown .k-dropdown {
    background-color: #bdd2ff;
}

.k-select {
}

.k-state-default {
    border-color: cornflowerblue !important;
}

.back-to-top:hover {
    background-color: rgba(135, 135, 135, 0.50);
}

@media (min-width: 200px) and (max-width:768px) {

    .topdropdown {
        display: none;
    }
}

.table-primary th {
    background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
    background-image: -o-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#2d6ca2));
    background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #2b669a;
    color: white;
}


.table-gray th {
    background-color: gainsboro;
    color: black;
}



.panel-heading h4, .panel-heading h2, .panel-heading h3 {
    color: white !important;
}

.thumbnail-chart .k-chart {
    height: 200px;
}

#home-pie-funding-chart .k-chart {
    height: 165px;
    margin-top: -10px;
    margin-bottom: -10px;
}

#home-pie-individuals-chart .k-chart {
    height: 165px;
    margin-top: -10px;
    margin-bottom: -10px;
}

.popdomain-pie-chart .k-chart {
    height: 400px !important;
}

#home-measurechart .k-chart {
    height: 250px !important;
}


.breadcrumb {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

ul.more-dropdown {
    list-style: none;
    width: 200px; /* Set width of the dropdown */
    background: #428bca;
    overflow: no-display;
    display: none;
    position: absolute;
    z-index: 999;
    border-radius: 8px;
    text-align: left;
    left: 250px;
}

.col-sm-4 ul.more-dropdown {
    left: 250px !important;
}

.col-sm-6 ul.more-dropdown {
    left: 400px !important;
}

.col-sm-8 ul.more-dropdown {
    left: 565px !important;
}

.col-sm-12 ul.more-dropdown {
    left: 865px;
}


.col-sm-12 ul.more-dropdown {
    left: 870px;
}

.more-icon:hover ul {
    display: block;
    -webkit-transition: all 1000ms cubic-bezier(0.055, 0.020, 1.000, 1.000);
    -moz-transition: all 1000ms cubic-bezier(0.055, 0.020, 1.000, 1.000);
    -o-transition: all 1000ms cubic-bezier(0.055, 0.020, 1.000, 1.000);
    transition: all 1000ms cubic-bezier(0.055, 0.020, 1.000, 1.000); /* custom */
    -webkit-transition-timing-function: cubic-bezier(0.055, 0.020, 1.000, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.055, 0.020, 1.000, 1.000);
    -o-transition-timing-function: cubic-bezier(0.055, 0.020, 1.000, 1.000);
    transition-timing-function: cubic-bezier(0.055, 0.020, 1.000, 1.000); /* custom */
}

.more-dropdown li a.btn-link {
    color: white !important;
}


.verticalLine {
    position: absolute;
    border-left: 1px solid #dae9f5;
    height: 180px;
    margin-top: 13%;
    margin-left: 4px;
}


.panel-overlay {
    border-radius: 10px;
    background: rgba(135, 135, 135, 0.50);
    padding: 2px;
    margin-top: 0px;
    height: auto;
    vertical-align: central;
    text-align: center;
}

.panel-overlay-transparent {
    border-radius: 10px;
    border: 1px solid #f6eeee;
    padding: 4px;
    margin-top: 0px;
    height: auto;
    vertical-align: central;
    text-align: center;
    box-shadow: 0px 0px 10px 6px rgba(223,232,235,0.83);
}

.narrative_content img {
    display: inline-block;
    vertical-align: middle;
    max-height: inherit;
    max-width: inherit;
    margin-bottom: 20px;
}

.narrative_content.trick {
    display: inline-block;
    vertical-align: middle;
    height: 130px;
}

.chartWrapper {
    padding: 15px;
}

.chart-footnote {
    font-size: 10px;
    text-align: left;
    padding-left: 45px;
}

.shortNamePadding {
    margin: 0 !important;
}

.white {
    color: white !important;
}

.withmargin {
    margin-right: 5px;
    padding-right: 5px;
}

#menu h2 {
    font-size: 1em;
    text-transform: uppercase;
    /*padding: 5px 10px;*/
}
/*.k-header{
       text-align: left !important;
   }*/
.floatingButton {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1;
    padding: 5px;
}

.menuWrapper {
    width: 960px;
    margin: 0px auto;
    height: 400px;
    align-content: center;
    background: transparent;
}

.watermark {
    padding-top: 35%;
    margin-right: 20%;
    top: 3%;
    right: 5%;
    left: 9%;
    width: 90%;
    height: 74%;
    position: absolute;
    background-color: gainsboro;
    filter: "alpha(opacity=60)";
    opacity: .4;
    font-size: 18px;
}

.watermarkmultiyear {
    padding-top: 15%;
    margin-right: 0%;
    top: 3%;
    right: 0;
    left: 4.1%;
    width: 95%;
    height: 79%;
    position: absolute;
    background-color: gainsboro;
    filter: "alpha(opacity=60)";
    opacity: .4;
    font-size: 18px;
}

.watermarkmultiyear_comm {
    padding-top: 15%;
    margin-right: 0%;
    top: 3%;
    right: 0;
    left: 6.5%;
    width: 93%;
    height: 79%;
    position: absolute;
    background-color: gainsboro;
    filter: "alpha(opacity=60)";
    opacity: .4;
    font-size: 18px;
}

.watermarkmultiyear-legendfit {
    padding-top: 15%;
    margin-right: 0%;
    top: 3%;
    right: 0;
    left: 4.1%;
    width: 95%;
    height: 75%;
    position: absolute;
    background-color: gainsboro;
    filter: "alpha(opacity=60)";
    opacity: .4;
    font-size: 18px;
}



.watermarkNPM1 {
    padding-top: 18%;
    margin-right: 2%;
    top: 3%;
    right: 1%;
    left: 7%;
    width: 93%;
    height: 85%;
    position: absolute;
    background-color: gainsboro;
    filter: "alpha(opacity=60)";
    opacity: .4;
    font-size: 18px;
    text-align: center;
}

.watermarkNPMDashboard {
    padding-top: 14%;
    margin-right: 2%;
    top: 3%;
    right: 1%;
    left: 4%;
    width: 96%;
    height: 85%;
    position: absolute;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    /*opacity:0.4;*/
    /*//filter: "alpha(opacity=60)";*/
}

.watermarkStratifier {
    padding-top: 17%;
    margin-right: 2%;
    top: 3%;
    right: 1%;
    left: 4%;
    width: 93%;
    height: 75%;
    position: absolute;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    opacity:0.4;
    /*filter: "alpha(opacity=60)";*/
}

.watermarkSPM{
    padding-top: 14%;
    margin-right: 2%;
    top: 3%;
    right: 1%;
    left: 7%;
    width: 93%;
    height: 75%;
    position: absolute;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    /*opacity:0.4;*/
    /*filter: "alpha(opacity=60)";*/
}

.watermarkSPMZoom {
    padding-top: 14%;
    margin-right: 2%;
    top: 23%;
    right: 1%;
    left: 7%;
    width: 93%;
    height: 40%;
    position: absolute;
    filter: "alpha(opacity=60)";
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}


.watermarkNPM {
    padding-top: 33%;
    margin-right: 20%;
    top: 3%;
    right: 5%;
    left: 15%;
    width: 86%;
    height: 86%;
    position: absolute;
    background-color: gainsboro;
    filter: "alpha(opacity=60)";
    opacity: .4;
    font-size: 18px;
}

.watermarkComm {
    padding-top: 30%;
    margin-right: 18%;
    top: 3%;
    right: 5%;
    left: 14%;
    width: 85%;
    height: 85%;
    position: absolute;
    background-color: gainsboro;
    filter: "alpha(opacity=60)";
    opacity: .4;
    font-size: 18px;
}

.verticalLineNPM {
    position: absolute;
    border-left: 1px solid #dae9f5;
    height: 180px;
    margin-top: 9.5%;
    margin-left: 4px;
}


#viewChartModal .k-chart {
    height: 600px;
}

#nav.affix {
    position: fixed;
    top: 0;
    /*width: 100vw;*/
    z-index: 10;
    background-color: #bdd2ff;
    /*background-color:#163760;*/
    color: white;
}

.content-padding {
    padding: 8px;
}

.two-column {
    background: white;
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none; /* This makes sure that we can still click outside of the modal to close it */
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}

h1 {
    margin: 32em;
}

.km-switch-label-on {
    background-color: green;
}
/*#home-pie-chart3 .k-chart {
    height:300px;
}*/


.spacedDivs {
    margin-right: 10px;
}

.round-button {
    width: 36px;
    height: 36px;
    border-radius: 100%;
}

.round-button-big {
    width: 53px;
    height: 53px;
    border-radius: 100%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    padding: 12px 3px 3px 3px;
    margin: 3px;
    float: none;
}

.rectangular-button-big {
    width: 160px;
    height: 30px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    padding: 4px 3px 3px 3px;
    margin: 3px;
    float: none;
}

.reverse-elements-div {
    display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    justify-content: center;
    display: flex;
    flex-wrap: wrap-reverse;
    align-items: center;
}

.big-bar {
    margin: 1px;
    padding: 4PX;
    border: solid 1px;
    height: auto;
    border-radius: 25px;
    vertical-align: middle;
}

.bg-orange {
    color: #fff;
    background-color: #ca605e;
}

.text-orange {
    color: #ca605e;
}

.btn-orange, .btn-orange:focus {
    background-color: #ca605e;
    color: #fff;
}

    .btn-orange:hover {
        color: #fff;
        background-color: rgb(246, 156, 17);
    }

    .btn-orange.active {
        color: #fff;
        background-color: #4f4bb0;
    }


.btn-blue, .btn-blue:focus {
    background-color: #b9c59b;
    color: #fff;
}

    .btn-blue:hover {
        color: #fff;
        background-color: rgb(246, 156, 17);
    }

    .btn-blue.active {
        color: #fff;
        background-color: #4f4bb0;
    }




.bg-lightblue {
    color: #fff;
    background-color: #4a8dc7;
}

.text-lightblue {
    color: #4a8dc7;
}

.btn-lightblue, .btn-lightblue:focus {
    background-color: #4a8dc7;
    color: #fff;
}

    .btn-lightblue.active {
        color: #fff;
        background-color: #4f4bb0;
        /*border-color   :#1c5ed5;*/
    }

    .btn-lightblue:hover {
        color: #fff;
        background-color: #427ae0;
        /*border-color   :#1c5ed5;*/
    }


.pieStateSnapshot .k-chart {
    height: 220px;
    margin-bottom: -10px;
    margin-top: -20px;
}

.pietotalReach .k-chart {
    height: 160px;
    margin-bottom: -10px;
    margin-top: -20px;
}

.columnPercentServed .k-chart {
    height: 100px;
    margin-bottom: -10px;
    margin-top: -20px;
}

.snapShotServiceLevelChart .k-chart {
    height: 220px;
    margin-bottom: -10px;
    margin-top: -20px;
}

.img-container {
    display: inline-block;
    position: relative;
}

.positioning {
    position: absolute;
    right: 15px;
    bottom: 22px;
    background-color: red;
    color: white;
    padding: 4px;
    font-size: 17px;
    line-height: 18px;
}

.corners {
    border-radius: 25px;
    border: 1px solid gainsboro;
    padding: 5px;
}

.squareBox {
    width: 7px;
    height: 7px;
    display: inline-block;
    margin-right: 5px;
    margin-top: -2px;
}

#readmore, #readLess, #readmore2, #readLess2 {
    color: midnightblue;
    font-weight: bolder;
    font-style: italic;
    font-size: small;
}

.dont-break-out {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.icon-background {
    color: #ffffc0;
}

.stateInfoPopOver {
    margin-left: -15px;
    position: relative;
}

.nav-tabs > li:not(.active) > a {
    color: black !important;
}

.nav-tabs > li:not(.active) {
    background-color: lightgray !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus {
    background-color: #337AB7 !important;
    color: white !important;
}

.popover {
    word-wrap: break-word;
    width: 275px;
}

.InsuranceCoverageChartNavigatorList {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #f1f1f1;
}
    /*.InsuranceCoverageChartNavigatorList li {
        display:inline;
        float:left;
    }*/

    .InsuranceCoverageChartNavigatorList > li a {
        display: block;
        color: #000;
        padding: 8px 0 8px 16px;
        text-decoration: none;
        cursor: pointer;
    }

        .InsuranceCoverageChartNavigatorList > li a.active {
            background-color: #337ab7;
            color: white;
        }

    .InsuranceCoverageChartNavigatorList li a:hover:not(.active) {
        background-color: #555;
        color: white;
    }

    .InsuranceCoverageChartNavigatorList a:hover:before {
        content: "";
        position: relative;
        display: inline-block;
        top: 0%; /* <-- change value to better position */
        left: -10px; /* centers the element's left edge */
        margin-left: -14px; /* <-- moves it back half it's own width */
        width: 0px; /* <-- don't need unit on 0 */
        height: 0px; /* <-- don't need unit on 0 */
        border-left: 7px solid #337ab7;
        border-right: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-top: 7px solid transparent; /* <-- change to bottom for up arrow */
    }

.no-scrollbar .k-grid-content {
    overflow-y: visible;
}

.no-scrollbar .k-grid-header {
    padding-right: 1px !important;
}

.switch-field {
    font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
    padding: 5px;
    overflow: hidden;
}

.switch-title {
    margin-bottom: 6px;
}

.switch-field input {
    display: none;
}

.switch-field label {
    float: left;
}


.switch-field label {
    display: inline-block;
    width: 155px;
    background-color: #Dae9f5;
    color: rgba(0, 10, 0, 0.6);
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    text-shadow: none;
    padding: 6px 14px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    /*-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);*/
    /*-webkit-transition: all 0.1s ease-in-out;
  -moz-transition:    all 0.1s ease-in-out;
  -ms-transition:     all 0.1s ease-in-out;
  -o-transition:      all 0.1s ease-in-out;
  transition:         all 0.1s ease-in-out;*/
}

    .switch-field label:hover {
        cursor: pointer;
    }

.switch-field input:checked + label {
    background-color: #337AB7;
    /*-webkit-box-shadow: none;
  box-shadow: none;*/
    color: #ffffff;
}

.switch-field label:first-of-type {
    border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
    border-radius: 0 4px 4px 0;
}


.switch-field-vertical {
    font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
    padding: 5px;
    overflow: hidden;
}

.switch-title-vertical {
    margin-bottom: 6px;
}

.switch-field-vertical input {
    display: none;
}

.switch-field-vertical label {
    float: none;
}


.switch-field-vertical label {
    display: inline-block;
    width: 210px;
    background-color: #Dae9f5;
    color: rgba(0, 10, 0, 0.6);
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    text-shadow: none;
    padding: 6px 14px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    /*-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);*/
    /*-webkit-transition: all 0.1s ease-in-out;
  -moz-transition:    all 0.1s ease-in-out;
  -ms-transition:     all 0.1s ease-in-out;
  -o-transition:      all 0.1s ease-in-out;
  transition:         all 0.1s ease-in-out;*/
}


    .switch-field-vertical label:hover {
        cursor: pointer;
    }

.switch-field-vertical input:checked + label {
    background-color: #337AB7;
    /*-webkit-box-shadow: none;
  box-shadow: none;*/
    color: #ffffff;
}

.switch-field-vertical label {
    border-radius: 3px 3px 3px 3px;
}

.stratifier-switch-size {
    width: 180px !important;
}

/*.switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}*/


.center_text {
    width: 100%;
    height: 150px;
    line-height: 150px;
}

.center_div {
    position: relative;
    width: 100%;
    height: 50%;
    top: 25%;
    margin: 0 auto;
}

.appYearDropdown span.k-widget {
    width: 125px;
    margin-top: 10px;
}

.appYearDropdown div.k-animation-container {
    margin-top: 10px;
    line-height: 300px;
    height: 300px;
}

.stateRegionDropdownForDashboard span.k-widget {
    width: 210px;
    margin-top: 2px;
}

.stateRegionDropdownForDashboard div.k-animation-container {
    margin-top: 10px;
}

.multiSelectBox .k-widget {
    border-color: cornflowerblue !important;
    min-height: 32px;
    margin-top: 10px;
}


.resource-thumbnail {
    background-color: #f1f1f1;
    border-color: white;
    border-width: medium;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.resource-header {
    color: #1f4e79;
}

.pad_bottom5 {
    padding-bottom: 5px !important;
}

.pad_bottom10 {
    padding-bottom: 10px !important;
}

.pad_top15 {
    padding-top: 15px !important;
}

.pad_top13 {
    padding-top: 13px !important;
}

.pad_top20 {
    padding-top: 20px !important;
}

.pad_top5 {
    padding-top: 5px !important;
}

.pad_right5 {
    padding-right: 5px !important;
}

.pad_left25 {
    padding-left: 25px !important;
}

.no-margin {
    margin: 0px 0px 0px 0px;
}

.font13 {
    font-size: 13px !important
}

.font12 {
    font-size: 12px !important
}

.bggray {
    background-color: #e9ebf5 !important;
    border-color: #c0c1c7;
}

.InsuranceCoverageMenu {
    margin-top: 150px;
}

@media (max-width: 767px) {
    .InsuranceCoverageMenu {
        margin-top: 0px;
        margin-left: 15%;
    }
}

.bordered-Cornered-div {
    border-color: rgba(0, 0, 0, 0.2);
    border-radius: 10%;
}

.width500 {
    width: 500px !important;
}

.width400 {
    width: 400px !important;
}

.esmbtn {
    color: #f25022;
}

    .esmbtn:hover {
        background-color: transparent;
        text-decoration: none;
        color: #ca605e;
    }

.k-loading-image {
    background-image: none;
    /*-webkit-animation:  fa-spinner fa-spin fa-3x fa-fw center;
  animation: fa-spinner fa-spin fa-3x fa-fw center;*/
    /*-webkit-animation: fa-spin   ;
  animation: fa-spin 2s  ;*/
    /*-webkit-animation:   fa-spin  2s  infinite;
  animation:  fa-spin 2s infinite    ;*/
}


    .k-loading-image::before {
        font-family: FontAwesome;
        content: "\f110";
        font-size: 50px;
        /*width:100%;
  height:100%;*/
        position: absolute;
        top: 50%;
        left: 50%;
        /*-webkit-animation: fa-spin 2s infinite linear;*/
        animation: fa-spin 2s infinite linear;
    }


.k-loading-color::before {
    width: 100%;
    height: 100%;
}

.form-group.required .control-label:after {
    content: "*";
    color: red;
}


#warnIcon {
    color: goldenrod !important;
    margin-top: 3px;
}

.k-chart-tooltip {
    font-family: Arial, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-variant: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    opacity: 1;
}

a[name] {
    color: black !important;
    text-decoration: none;
    background-color: none;
}

.k-loading-image {
    opacity: 0.6;
    background-color: lightgray;
}

.form5ViewDataTable {
    text-align: center !important;
    border-radius: 0 0 0 0 !important;
    background-color: #3476AF !important;
    background-image: none !important;
    border-color: #2b669a !important;
}


.k-tooltip {
    background-position-x: 0px !important;
    background-position-y: 0px !important;
    text-align: left !important;
}

.searchTips_link {
    font-family: open_sansregular, arial;
    font-size: 14.4px;
}

