﻿/* UI refresh*/
.narmsform-control {
    display: inline;
    width: auto !important; /* overrides bootstrap 100% setting */
}

/* DevX overrides*/
.dx-datagrid .dx-row > td {
    padding: 2px;
}

.dx-scrollable-scroll {
    height: 15px !important;
}

.dx-scrollbar-hoverable {
    height: 15px !important;
}  

/* bread crumbs */
.breadCrumbLink {
    color: #000;
    font-size: 1.2rem;
    text-decoration: underline;
}

    .breadCrumbLink a:hover {
        text-decoration: none;
    }

/* bootstrap overrides */
label {
    cursor: default;
}

/* buttons that contain a font awesome icon */
.quick-button:not(.active):hover {
    background-color: #ddd !important;
}

.quick-button {
    background-color: white !important;
}

/* Common */
.href {
    cursor: pointer;
    color: #075290;
    text-decoration: underline;
}

.href:hover {
    text-decoration: none;
}

.clear {
    clear: both;
}

.separateControls {
    margin-right: 8px;
}

.floatRight {
    float: right;
}

.floatLeft {
    float: left;
}

.bold {
    font-weight: bold;
}

/* Site */
h3 label {
    cursor: default;
}

.smallIcon {
    width: 18px;
}

.viewSelect {
    float: right;
    display: inline-block;
    font-size: 1.1em;
    /*margin-top: -40px;*/
    padding-right: 5px;
}

.viewSelect a {
    padding-left: 10px;
}

.viewSelect span {
    padding-left: 10px;
}

#disclaimer {
    padding: 0 5px 5px 5px;
}

#contentArea label {
    display: inline-block;
}

#FilterOptions label {
    display: block;
}

.module-typeA > h3 > span > label {
    margin-top: 4px;
    vertical-align: top;
}

/* jqplot 
----------------------------------------------------------*/
/* override bootstrap conflict with legend in plot, south east corner being clipped

*/
.jqplot-table-legend {
    border-collapse: initial !important;
}

/* give space between legend labels */
td.jqplot-table-legend {
    padding-left: 4px;
    white-space: nowrap;
}

#SingleLineChart .jqplot-highlighter-tooltip, #MultiLineChart .jqplot-highlighter-tooltip {
    z-index: 10;
}
/*--------------------------------------------------------*/

/* popup for jqplot image save */
#imgdiv {
    background-color: rgba(140,140,140,.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 1000;
}

#imgtbl {
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    margin-top: 5%;
}

#imgcell {
    vertical-align: middle;
    text-align: right;
    padding: 3px;
}

#btnImgClose {
    margin-bottom: 3px;
}


span.aspNetDisabled label {
    cursor: not-allowed;
}


/* Content Boxes 
----------------------------------------------------------*/

#SearchArea {
    display: inline-block;
    float: left;
    width: 100%;
}

#RightColumn {
    display: inline-block;
    float: left;
    width: 100%;
}

.contentBox {
    border: 1px solid #888;
    border-radius: 3px;
    margin: 0 5px;
    padding: 5px;
}

div .contentBox > label {
    font-weight: bold;
}

#CurrentFilters > div > label {
    font-weight: bold;
}

#CurrentFilters > div > div {
    border: 1px solid #3d316a;
    display: inline-block;
    margin: 0 0 3px 3px;
    padding: 2px 8px 0 8px;
}

.contentAreaLargeMap {
    height: 280px;
}

.contentAreaLargeTabular {
    height: 410px;
    overflow-x: auto;
    overflow-y: auto;
}

.contentAreaSmallTabular {
    height: 440px;
    overflow-x: auto;
    overflow-y: auto;
}

/* DO NOT DELETE -- THIS IS USED FOR CALCULATING THE SCROLLBAR WIDTH FOR OVERFLOW-X AND HEIGHT FOR OVERFLOW-Y*/
.scrollbar-measure {
    width: 100px;
    height: 100px;
    overflow: scroll;
    position: absolute;
    top: 0;
    background-color: orange;
    z-index: 1500;
}

.contentAreaSmallChart {
    height: 376px;
}
.contentAreaMultiLineChart {
    height: 400px;
}
div.contentBoxQuickStats {
    background: none;
    border: 1px solid transparent;
    padding: 3px;
    /*margin-top: -5px;*/
}

div.title {
    font-size: 18px;
    font-weight: bold;
}

div.contentBoxDownloads {
    background: none;
    border: 1px solid transparent;
    padding: 3px;
    /*margin-top: -5px;*/
}

div.contentBoxDownloads div.title {
    font-size: 18px;
    font-weight: bold;
    background: #DAD5EB;
    padding: 6px 12px 5px 14px;
    margin: 0;
}

div.contentBoxDownloads div.stat {
    background: #F3F2F9;
    padding: 2px 10px 2px 10px;
    margin: 1px 0;
}

div.contentBoxDownloads div.links {
    padding: 7px 7px 7px 7px;
}

div.contentBoxDownloads div.footer {
    background: #DAD5EB;
    min-height: 5px;
}

div.contentBoxQuickStats div.title {
    font-size: 18px;
    font-weight: bold;
    background: #DAD5EB;
    padding: 6px 12px 5px 14px;
    margin: 0;
}

div.contentBoxQuickStats div.stat {
    background: #F3F2F9;
    padding: 2px 10px 2px 10px;
    margin: 1px 0;
}

div.contentBoxQuickStats div.links {
    padding: 7px 7px 7px 7px;
}

div.contentBoxQuickStats div.footer {
    background: #DAD5EB;
    min-height: 5px;
}

div.contentBoxQuickStats div.stat div.number {
    display: table-cell;
    text-align: center;
    min-width: 60px;
    background: #EAEAEA;
    padding: 7px 3px 5px 3px;
    margin: 0 15px 0 0;
    font-weight: bold;
    font-size: 1.1em;
}

div.contentBoxQuickStats div.stat div.statistic {
    display: table-cell;
    padding-left: 7px;
}

.contentColumnLinks {
    display: inline-block;
    float: left;
    margin: 5px 8px;
}

/* centering divs */
div.outer {
    width: 100%;
    text-align: center;
}

div.inner {
    height: auto;
    position: relative;
    overflow: auto;
    display: inline-block;
    font-size: smaller;
}

div.key {
    float: left;
    padding: 9px;
}

div.keyline {
    min-width: 110px;
}

.chartTooltip {
    font-family: Arial;
    font-size: 1em;
}

.chartTooltipLabel {
    font-weight: bold;
}

#QuickLinks > div > div > label {
    font-weight: bold;
}

#accordion .ui-state-active {
    background: #65cdd6 !important;
}

#accordion h2 {
    background: #b0d2ed !important;
}

#accordion > div {
    padding: 10px 10px 2px 10px;
}

#MainTabular {
    overflow-x: auto;
    line-height: 130%;
    padding-top: 10px;
}

.information {
    width: 14px;
    cursor: pointer;
    margin-top: -3px;
}

/* Template Overrides
----------------------------------------------------------*/

form {
    margin-bottom: 0;
}

.breadcrumbs .bread-crumb {
    margin-bottom: 0;
}

#wrapper [class*=module] {
    margin-bottom: 5px;
}

.accordion {
    margin-bottom: 5px !important;
}

/* map stuff */
.lblYear {
    text-align: center;
    font-size: 1.4em;
    color: #454545;
    font-weight: 800;
}

.sliderMap {
    margin: 5px 10px 5px 10px;
    width: 90%;
}

#noDataBar {
    background-image: url("../../Resources/MapLegendNodata.png");
    border: 1px solid #bbbbbb;
    height: 13px;
}

#zeroBar {
    background-color: #ffffff;
    border: 1px solid #bbbbbb;
    height: 13px;
}

.divSearchField {
    float: left;
    padding-left: 4px !important;
    padding-right: 2px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.leftNavHeading {
    background-color: #B0D2ED;
    font-size: larger;
    font-weight: bold;
    padding: 5px;
}

.topNavGroup {
    background-color: #DAD5EB !important;
}

.filterDropDown {
    margin-top: 0px;
}

.patternDropDown {
    height: 8px;
    width: 280px;
}

.middle {
    display: inline-block;
    margin-top: 3px;
}

/* vector map overrides  */
.jvectormap-tip {
    position: absolute;
    display: none;
    border: solid 1px #CDCDCD;
    border-radius: 3px;
    background: #eee; /* 292929 */
    color: black; /* white */
    font-family: sans-serif, Verdana;
    font-size: smaller;
    padding: 3px;
    border: solid 1px #888; /* added */
}

.jvectormap-legend {
    background: white; /* black */
    color: black; /* white */
    border-radius: 3px;
    border: solid 1px #888; /* added */
}

.jvectormap-legend-cnt-h .jvectormap-legend {
    float: left;
    margin: 0 10px 0 0; /* 0 10px 10px 0 */
    padding: 3px 3px 1px 3px;
}

#lineGraphKey {
    background-image: url("../../Resources/LineGraphKey.png");
    background-repeat: no-repeat;
    height: 15px;
}

#lineGraphPreliminaryKey {
    background-image: url("../../Resources/LineGraphPreliminaryKey.png");
    background-repeat: no-repeat;
    height: 15px;
}

#confidenceInterval {
    background-color: #dddddd;
    height: 15px;
}

.plotBarLegend {
    margin-left: 3%;
}

.graphPlotKey {
    height: 12px;
    width: 60px;
}

#susceptibleBar {
    background-color: #A9D272;
}

#resistantBar {
    background-color: #F6563E;
}

#intermediateBar {
    background-color: #FAE149;
}

#preliminaryBar {
    background-color: rgb(205, 219, 242);
    margin-left: auto;
    margin-right: auto;
}

.fixedHeader {
    /*border-bottom: 2px dashed lightgray;*/
    padding: 10px;
}

    .fixedHeader thead td:last-child, tbody td:last-child {
        border-left: none;
        border-right: none;
    }


/** toolbar on modules **/
.mod-toolbar {
    display: block;
    height: 20px;
}

.toolbar-download-icon {
    width: 16px;
    cursor: pointer;
    float: right;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

    .toolbar-download-icon:hover {
        border-bottom: 2px solid #333;
    }

.dropdownChanger span {
    margin-left: 15px;
    display: inline-block;
}

    .dropdownChanger span input, .dropdownChanger span label {
        display: inline-block;
    }

@media screen and (max-width : 800px) {
    .largeScreen {
        display: none;
    }

    .smallScreen {
        display: inline-block;
    }
}

@media screen and (min-width : 800px) {
    .largeScreen {
        display: inline-block;
    }

    .smallScreen {
        display: none;
    }
}

.ddlItalic option, .ddlItalic {
    font-style: italic;
}

@media screen and (max-width : 975px) {
    #divEnvironment {
        font-size: 20px;
        color: red;
        position: relative;
        left: 16px;
    }
}

@media screen and (min-width : 975px) {
    #divEnvironment {
        font-size: 20px;
        color: red;
        position: relative;
        top: -26px;
        margin-bottom: -26px;
        left: 16px;
    }
}

@media screen and (max-width : 750px) {
    #divEnvironment {
        font-size: 20px;
        color: red;
        position: relative;
        left: 16px;
    }

    /*.contentAreaLargeTabular table {
        height: 400px;
        width: 600px !important;
        overflow-x: auto;
        overflow-y:hidden;
    }

    .contentAreaSmallTabular table {
        height: 400px;
        width: 600px !important;
        overflow-x: auto;
        overflow-y:hidden;
    }


    .contentAreaLargeTabular {
        height: 400px;
        width: 600px !important;
        overflow-x: auto;
        overflow-y:hidden;
    }

    .contentAreaSmallTabular {
        height: 400px;
        width: 600px !important;
        overflow-x: auto;
        overflow-y:hidden;
    }*/

    @media screen and (max-width : 800px) {
        .largeScreen {
            display: none;
        }

        .smallScreen {
            display: inline-block;
        }
    }

    @media screen and (min-width : 800px) {
        .largeScreen {
            display: inline-block;
        }

        .smallScreen {
            display: none;
        }
    }
}

.preliminaryDataDisclaimer {
    font-size: 10px;
}

.btnHiddenDrugUpdate {
    display: none;
}

.chosen-container-single .chosen-single span {
    color: #000;
    display: inline;
    text-decoration: none;
}

.ContentAreaMultiLineChart {
    max-width: 600px;
    width: 100%;
}

/* overrides for by pattern dropdown */
.chosen {
    width: 215px;
}

.chosen-container-single .chosen-search {
    width: 180px;
}

.chosen-container-single .chosen-single {
    height: 30px;
    line-height: 30px;
}

.chartToggleControl input[type=radio] {
    margin-top: -2px;
    margin-right: 5px;
}

.popover-title {
    font-size: 20px;
}

#wrapper [class*=module] {
    overflow: visible;
}

.popover-content {
    font-weight: 100;
}

/* override to fix spacing on multi-select */
.ui-multiselect-checkboxes label span {
    padding-left: 4px;
}

.ui-multiselect {
    font-family: Lato,"Helvetica Neue" !important;
}

.RadioButtonListMultiPLotView {
    display: inline-block;
    height: 17px;
}

/* advanced reporting styles */
#reportSearchParams {
    z-index: 1000;
    background-color: white;
    /*position: fixed; */
    display: flex;
    flex-wrap: wrap;
}

#reportSearchParams > div {
    margin-left: 5px;
}

.reportFootnotes {
    font-size: 8pt;
}

/* tooltips */
.tooltip-header {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 5px;
    border-bottom: 1px solid #c5c5c5;
    text-align: left;
}

.tooltip-body {
    width: 210px;
}

.tooltip-body .series-value-pair {
    display: block;
}

.tooltip-body .series-name {
    font-weight: normal;
    opacity: 0.6;
    display: inline-block;
    line-height: 1.5;
    padding-right: 10px;
    width: 155px;
    text-align: left;
}

.tooltip-body .value-text {
    display: inline-block;
    line-height: 1.5;
    width: 45px;
}

.tooltip-cell-header {
    font-size: 12pt;
    font-weight: normal;
    text-align: center;
}

.tooltip-cell-top-border {
    border-top: solid 1px gray;
}

table.tooltip-sections {
    /*border-collapse: separate;*/
    /*border-spacing: 0;*/
}

td.tooltip-sections-left-border {
    border-left: solid 1px gray !important;
}

.tooltip-percent {
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
}

.tooltip-counts {
    font-size: 10pt;
    text-align: center;
}

.tooltip-conclusion {
    font-size: 10pt;
    text-align: center;
}

.export-button {
    margin-top: 8px;
    margin-bottom: 8px;
    position: relative;
    float: right
}

/* MIC Distribution */
.drug-name {
    text-align: center;
}
.drug-information {
    text-align: left;
}

#MICDistribution .cell {
    border-top: solid 2px lightgray;
    border-bottom: solid 2px lightgray;
}
#MICDistribution .cell-outside-range {
    background-color: lightgray;
}

#MICDistribution .cell-susceptible {
    position: relative;
    /*background-color: #c6ffc2;/
    background-color: #eeeeee;
    font-size: 11pt;*/
}

#MICDistribution .cell-susceptible-overlay {
    display: none;
    position: absolute;
    top: -4px; /* or whatever */
    left: 30px; /* or whatever, position according to taste */
    filter: alpha(opacity=10); /* for <= IE 8 */
    color: black;
    opacity: 0.1; /* Firefox, Chrome, Safari, Opera, IE >= 9 (preview) */
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

#MICDistribution .cell-intermediate {
    position: relative;
    /*background-color: #ffffc2;
    background-color: #aaaaaa;
    font-size: 11pt;*/
}

#MICDistribution .cell-intermediate-overlay {
    display: none;
    position: absolute;
    top: -4px;
    left: 18px;
    color: black;
    opacity: 0.1;
    filter: alpha(opacity=10); /* for <= IE 8 */
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

#MICDistribution .cell-resistant {
    position: relative;
    /*background-color: #ffc2c2;
    background-color: #888888;
    font-size: 11pt;*/
}
#MICDistribution.dx-widget {
    font-size: 12px;
}
#MICDistribution .cell-resistant-overlay {
    display: none;
    position: absolute;
    top: -4px;
    left: 0px;
    color: black;
    opacity: 0.1; /* Firefox, Chrome, Safari, Opera, IE >= 9 (preview) */
    filter: alpha(opacity=10); /* for <= IE 8 */
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

#MICDistribution .cell-lowbreakpoint {
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: green;
}

#MICDistribution .cell-highbreakpoint {
    border-left-style: dashed;
    border-left-width: 2px;
    border-left-color: red; 
}

.header-total {
    text-align: center;
}

/* vogel */
#yearlyResistance .header-year {
    text-align: center;
}

#yearlyResistance .cell-count {
    text-align: center;
    font-size: x-small;
}

#yearlyResistance .drug-group-resistantBP {
    font-size: x-small;
}

#yearlyResistance .cell-percentage {
    text-align: center;
}

#yearlyResistance .cell-notTested {
    text-align: center;
}

#yearlyResistance .chart-cell {
    overflow: visible;
}

.tableDrugs {
    /*font-size: 12px !important;*/
    border-collapse: collapse;
}

.tooltip-drugGroup-header {
    text-align: left;
    font-size: 10pt;
}

/* workaround for template bug */
.forceWhiteBackground {
    background-color: white;
}