* {
    box-sizing: border-box !important;
}

.box {
    margin: 0 20px;
}

i.fa.fa-sort, i.fa.fa-sort-asc, i.fa.fa-sort-desc {
    color: black;
}

@media print {


    .screenable {
        display:none;
    }

    .printable thead i {
        display:none;
    }

    .printable thead .slider {
        display:none;
    }

    .printable thead .slider-label {
        display:none;
    }

    thead .btn-xs {
        display:none;
    }

    .printable thead th {
        background-color: #578fd2 !important;
    }

    .printable thead th .axis-container div {
        border-left: black 1px dashed;
        /*background-color: #cccccc !important;*/
    }

    .printable thead th * {
        color: #ffffff !important;
    }

}

.screenable {
    width: 100%;
    position: fixed !important;
    top: 0 !important;
    z-index: 1 !important;
    box-shadow: 0px 2px 2em 0px rgba(0,0,0,0.3);
}

.printable {
    width: 100%;
    position: relative;
    background: #fff;
    z-index: 0;
    padding: 0px;
    margin: 0;
    display: block;
    box-sizing: border-box;
}

@media screen {
    .printable thead {
        display: none;
    }
    .printable {
        margin-top: 110px !important;
    }
}

/**
 * Chrome
 */

.nav-intro {
    border-bottom: 5px solid  rgba(44, 127, 184, 1);
}

.nav-data {
    border-bottom: 5px solid rgba(252, 141, 89, 1);
}

.nav-faqs {
    border-bottom: 5px solid rgba(127, 205, 187, 1);
    border-color:  #7FCDBB;
}

.well.intro {
    background-color: rgba(44, 127, 184, 0.3);
}

.well.data {
    background-color:  rgba(252, 141, 89, 0.3);
}

.well.faqs {
    background-color: rgba(127, 205, 187, 0.3);
}


.simple-navbar {
    display: block;
    border-bottom: 3px solid #275F55;
    width: 100%;
    padding-left: 30px;
}

.simple-navbar h1 {
    display: inline-block;
    padding: 7px 0 0 0;
    margin: 10px 5px -4px 5px;
    height: 43px;
    font-size: 22px;
}

.simple-buttons {
    margin-right: 25px;
}

.simple-link {
    cursor: pointer;
    border: 1px solid
    border-style: solid;
    border-bottom-width: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: inline-block;
    margin: 13px 5px 0px 5px;
    text-align: center;
    height: 40px;
    padding: 5px 0 0 0;
    width: 100px;
    font-size: 18px;
}

.simple-link:hover {
    border-bottom-width: 8px;
    vertical-align: bottom;
}

.simple-link.active {
    font-style: bold;
    vertical-align: bottom;
}

/**
 * Data table
 */

.table {
    margin: 0 !important;
    min-width: 883px;
    overflow: visible;
}

th {
    padding: 10px 10px 0px 10px !important;
}

th:first-child {
    min-width: 200px;
}

th:last-child {
    padding: 0px !important;
    min-width: 266px;
}

#intro th {
    padding: 10px 10px 10px 10px !important;
    min-width: 266px;
    font-size: 1.2em;
}

td {
    text-align: center;
    vertical-align: middle !important;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
}

td:first-child {
    padding-left: 10px !important;
    text-align: left;
}

.hide {
    display: none;
}

.slider-container {
    position: relative;
    padding: 10px 0px 0px !important;
    margin: 0 !important;
    min-width: 230px;
    width: 100%;
    height: 100px;
    cursor: pointer;
    display: block;
    text-align: center;
    vertical-align: top;
}

.slider-container p {
    margin-bottom: 0;
}

.slider {
    margin: 0 !important;
    margin-left: 10% !important;
    margin-right: 10% !important;
    max-width: 100% !important;
    width: 80% !important;
    padding: 0px !important;
    vertical-align: top;
    cursor: pointer;
}

.slider input {
    cursor: pointer;
    padding:0 !important;
    margin: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
    display: inline-block !important;
}

.slider-label {
    margin: auto auto;
    font-size: 12px;
    max-width: 80%;
    width: 80%;
    height: 15px;
    display: block;
}

.left {
    float: left;
}

.right {
    float: right;
}

.axis-container {
    position: relative;
    margin-left: 15px;
    /*opacity: 0.2;*/
    /*width: calc(100% - 45px);*/
}

.tick {
    width: 1px;
    height: 738px;
    padding-top: 0px;
    margin: 0;
    top: 0px;
    position: absolute;
    z-index: 1000;
    border-left: 1px dashed black;
}

.tick-label {
    position: relative;
    margin-left: -16px;
    z-index: 1001;
    font-weight: 200 !important;
    font-size: 18px;
    color: #ffffff;
}

.modal-open .modal {
    overflow-x: visible;
    overflow-y: visible;
}

.modal-body {
    margin: 0px 20px;
}

.modal.tick {
    width: 1px;
    height: 65px;
    padding-top: 0px;
    margin: 0;
    top: -15px;
    position: absolute;
    z-index: 2000;
    border-left: 1px dashed black;
    display: inline-block;
}

.modal.tick-label {
    position: relative;
    margin-left: -16px;
    z-index: 2001;
    font-weight: 200 !important;
    font-size: 18px;
    color: black;
    display: inline-block;
}

#axis {
    width: 100%;
    height: 2px;
    padding: 0;
    margin-top: 0px;
    background-color: red;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    border: 1px solid white;
    background-color: black;
    position: absolute;
    top: 7px;
    padding:0;
    margin:0;
}

.bar {
    vertical-align: middle;
    display: inline-table;
    margin: 10px 0 0 !important;
    padding: 0 !important;
    height: 25px;
}

.bar-chart{
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
    width: 100%;
    height: 100%;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: none; /*1px solid #dddddd;*/
    position: relative !important;
    white-space: nowrap;
    display: inline-block;
    /*background-color: white !important;*/
}

.chart-cell {
    background-color: #f9f9f9;
    height: 50px;
}

.dropdown > ul {
    display: none;
}
.dropdown .fa-caret-up {
    display: none;
}

.dropdown.open > ul {
    display: block;
}

.dropdown.open .fa-caret-down {
    display: none;
}
.dropdown.open .fa-caret-up {
    display: inline;
}


/* options */
.options {
    width: 500px;
    padding: 20px;
    margin: 20px;
    background-color: #fff;
    border: 1px solid grey;
    border-color: #ddd;
    border-width: 1px;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.popover-title {
    background-color: #578fd2;
    color: white;
}

.popover-content {
    color: black;
}

.tooltip {
    border-radius: 50%;
    max-width: 400px !important;
}

.tooltip-inner {
    font-size: 14px;
    background-color: #ffffff;
    color: black;
    border: 1px solid black;
}

.tooltip-arrow {
    font-size: 20px;
    color: white;
    background-color: #ffffff;
}

.navbar {
    position: static;
}

#map {
    height: 200px;
    width: 200px;
}

.footer {
  color: white;
  background-color: #475E63;
  padding: 20px 60px;
  font-size: 14px;
  margin: 50px 0px 0px 0px !important;
}

#intro th {
    background-color: #343456;
    color: rgba(255,255,255,0.7);
    padding: 20px;
}

#intro td, #intro th {
    text-align: left;
    display: grid;
    width: 200px;
}

#intro td a, #intro th a {
    text-align: left;
    margin: 0px 20px;
    display: block;
    width: 200px;
}

#intro .table.col-md-3 {
    display: block;
    width: 500px;
}

/*
#intro {
    margin: 0 50px;
}

#intro tr {
    height: 40px;
}

#intro td a {
    text-align: left !important;
    margin: 30px;
    padding: 20px;
}

*/
.two-col {
    /*-webkit-columns: 2 !important;
    -webkit-column-count: 2 !important; */
    column-width: 24em;
    -webkit-column-width: 24em;
    -moz-column-width: 24em;
}

.really-two-cols {
/*    -webkit-columns: 2;
    columns: 2; */
    column-width: 24em;
    -webkit-column-width: 24em;
    -moz-column-width: 24em;
}


.no-break {
    -webkit-column-break-inside:avoid;
    -moz-column-break-inside:avoid;
    -o-column-break-inside:avoid;
    -ms-column-break-inside:avoid;
    column-break-inside:avoid;
}

.bg-danger {
    padding: 10px;
}
