body {
    font-family: 'Arial', sans-serif;
}

@media screen and (max-width: 991px) {
    .main-body {
        max-width: 100%;
        margin: 0;
        padding: 0;
    }

    .subcontainer {
        border: none;
    }
}

.subcontainer {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
}

/* unvisited link */
a:link {
  color: #3BB8A4;
}

/* visited link */
a:visited {
  color: #1EA48E;
}

/* mouse over link */
a:hover {
  color: #004136;

}

/* selected link */
/*a:active {
  color: blue;
}*/

.agency-header {
    width: 100%;
    position: fixed;
    z-index: 10;
}

.agency-header .upper-header-black {
    background: #000;
    height: 28px;
}

.agency-header .upper-header-left {
    width: 25%;
}

.agency-header .upper-header-right {
    float: right;
    padding-left: 4%;
}

.agency-header .small-nyc-logo {
    height: 28px;
    /*width: 40px;*/
    margin: 0 10px 0 -1px;
}

.agency-header .upper-header-black-title {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 0 0 0 10px;
}

.agency-header .upper-header-three-one-one {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    margin: 0 5px;
}

.agency-header .upper-header-three-one-one a {
    color: #fff;
}

.agency-header .upper-header-search {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    margin-left: 5px;
}

.agency-header .upper-header-search a {
    color: #fff;
}

.banner {
    min-height: 385px;
    background: #ccc;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.transparent_div {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1110px;
    height: 386px;
    background-color: #000000;
    opacity: 0.5;
}

.title {
    position: absolute;
    color: #ffffff;
    opacity: 0.85;
    font-size: 60px;
    top: 80px;
    left:75px;
}

.sidenav {
    width: 150px; /* Set the width of the sidebar */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    overflow-x: hidden; /* Disable horizontal scroll */
    float: left;
}

/* The navigation menu links */
.sidenav a {
    height: auto;
    padding: 10px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #ccc;
    color: #000;
}

.sidenav a.active {
    /*background: #9bd16e;*/
    background: #3bb8a4;
    font-weight: 700;
    color: #fff;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #000;
    text-decoration: none;
    background: #3bb8a5;
}

/* Style page content */
.main {
    margin-left: 150px; /* Same as the width of the sidebar */
    padding: 10px;
    border-left: 1px solid #ccc;
}

/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

.page-section {
    margin: 0 0 25px;
}

.tab-body {
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    padding: 25px 0px;
}

.info-box {
    /*background: #9bd16e;*/
    background: #3bb8a5;
    text-transform: uppercase;
    margin: 2% 5%;
    padding: 15px;
    font-size: 14px;
}

@media (min-width: 768px) {
    .info-box {
        margin: 0 4%;
    }
}

.info-box-header {
    color: #fff;
}

/* Customize the label (the container) */
.radio-group .radio-item {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  letter-spacing: 2px;
  font-family: 'Lato' sans-serif;
  width:40%;
  /*margin-left: 20%;*/
}

/* Hide the browser's default radio button */
.radio-group .radio-item input {
  position: absolute;
  opacity: 0;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #eeeeee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-item:hover input ~ .checkmark {
  background-color: #dcdcdc;
}

/* When the radio button is checked, add a blue background */
.radio-item input:checked ~ .checkmark {
  /*background-color: #9bd16e;*/
  background-color: #3bb8a5;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-item input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-item .checkmark:after {
    top: 7px;
    left: 7px;
    width: 11px;
    height: 11px;
    border-radius: 5px;
    background: #fff;
    border-radius: 50%;
    background: #ffffff;
}

.rc-slider-handle{
  border-color: #5bcbba;
}

.rc-slider-handle:hover{
  border-color: #3bb8a5;
}

/* Create customize table */

/* empty cells */
#cells-empty {
    border-style: solid;
    border-width: 0px;
}

#cells-year-header {
    border-style: solid;
    border-width: 0.5px;
    border-color: #e7eaec;
    background-color: #92E4D6;
    text-align: center;
}

#cells-header {
    border-style: solid;
    border-width: 0.5px;
    border-color: #e7eaec;
    text-align: center;
    padding: 0px 5px;
}

#cells-regular {
    border-style: solid;
    border-width: 0.5px;
    border-color: #e7eaec;
    text-align: right;
}

#cells-sector {
    border-style: solid;
    border-width: 0.5px;
    border-color: #e7eaec;
    background-color: #3bb8a4;
    text-align: left;
}

#cells-category {
    border-style: solid;
    border-width: 0.5px;
    border-color: #e7eaec;
    background-color: #b0e2db;
    text-align: left;
}

#cells-totals {
    border-style: solid;
    border-width: 0.5px;
    border-color: #e7eaec;
    background-color: #058C75;
    color: white;
    text-align: right;
}

.button {
    margin: 5px;
    background-color: #eeeeee;
    border-width: 1px;
    border-color: #dcdcdc;
    color:#000000;
    font-weight: normal;
    width: 150px;
}

.button:hover {
    background-color: #3bb8a4;
    border-width: 1px;
    color:#ffffff;
    font-weight: bold;
}

.button:click {
    background-color: #000000;
    border-width: 1px;
    color:#ffffff;
    font-weight: bold;
}

.button:focus {
    outline: none;
}

.button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.button:disabled:hover {
  background-color: #eeeeee;
  color:#000000;
  font-weight: normal;
  opacity: 0.6;
  cursor: not-allowed;
}



.footer {
    width: 100%;
    position: relative;
    z-index: 0;
}

.footer .footer_black {
    background: #000;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    padding: 10px 0 0 10px;
    text-align: justify;
    height: 135px;
}

.footer .footer_left {
    width: 50%;
    float: left;
}

.footer .footer_left a {
    color: #fff;
}

.footer .footer_right {
    float: right;
    padding-left: 2%;
    overflow: hidden;
}

.footer .footer_right_lower {
    overflow: hidden;
    /*position: absolute;*/
}

.footer .logo {
    height: 25px;
    /*width: 40px;*/
    margin: 10px 10px 10px 10px;
}

.footer .copyright {
    font-size: 11px; 
    display:block;
    float:left;
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 10px;
}

.footer .footer_bottom {
    background: #000;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    padding: 10px 0 0 0px;
    height: 50px;
}

.footer .logo_platforms {
    height: 35px;
    /*width: 40px;*/
    margin: 0px 0px 0px 0px;
}


.footer .nyc-logo {
    height: 80px;
    /*width: 40px;*/
    margin: 0px 0px 0px 0px;
    float: left;
}





.agency-footer .upper-footer-black-title {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 0 0 0 10px;
}

.agency-footer .upper-footer-three-one-one {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    margin: 0 5px;
}

.agency-footer .upper-footer-three-one-one a {
    color: #fff;
}

.agency-footer .upper-footer-search {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    margin-left: 5px;
}

.agency-footer .upper-footer-search a {
    color: #fff;
}


._dash-undo-redo {
  display: none;
}



.modal {
    display: none;
}

.modal .modalContent {
  /* This way it could be display flex or grid or whatever also. */
  /*display: block;*/
  
  /* Probably need media queries here */
  width: 600px;
  max-width: 100%;
  
  height: 400px;
  max-height: 100%;
  
  position: fixed;
  
  z-index: 102;
  
  left: 50%;
  top: 50%;
  
  /* Use this for centering if unknown width/height */
  transform: translate(-50%, -50%);
  
  /* If known, negative margins are probably better (less chance of blurry text). */
  /* margin: -200px 0 0 -200px; */
  
  background: white;
  box-shadow: 0 0 60px 10px rgba(0, 0, 0, 0.8);
  border-radius: 10px;
}

.modal .modalOverlay {
    /*display: block;*/
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.3;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
}

.modal .modalText {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 0px 20px 20px 20px;
  margin:50px 0px 0px 0px;
}

.close-button {
    margin: 5px;
    background-color: #eeeeee;
    border-width: 1px;
    border-color: #dcdcdc;
    color:#000000;
    font-weight: normal;
    width: 25px;
    z-index: 1000;
}

.close-button:hover {
    background-color: #3bb8a4;
    border-width: 1px;
    color:#ffffff;
    font-weight: bold;
}

.close-button:click {
    background-color: #000000;
    border-width: 1px;
    color:#ffffff;
    font-weight: bold;
}

.close-button:focus {
    outline: none;
}

#modal-button{
    background: transparent;
    border: none !important;
}