/*@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700);*/

/******** 1. General ********/
body {
  color: #595959;
  background-color: #f5f5f5;
  font-family: 'Roboto', sans-serif;
  padding: 0px !important;
  margin: 0px !important;
  font-size: 14px;
}
html {
  overflow-x: hidden;
  position: relative;
  min-height: 100%;
}
/*uma's*/
/* For 508  ***/
.focusRedBorder {
border:3px outset red
}
/******** 2. Left Panel (aside navigation) ********/
aside.left-panel {
  background-color: #006271;
  width: 250px;
  position: fixed;
  height: 100%;
  top: 0px;
  left: 0px;
  overflow-y:auto;
}

aside.left-panel.collapsed {
  overflow: visible !important;
  position: absolute;
  bottom: 0px;
}
    
aside.left-panel.lg {
  width: 250px;
}

aside.left-panel.lg + .content {
  margin-left: 250px;
}
    
/***** 2.1 LOGO *****/
.logo {
  padding-top: 0px;
  padding-bottom: 10px;
  text-align: center;
}
.cdc-logo {
  margin-top: 5px;
  width: 400px;
}
.logo-expanded {
  font-size: 24px;
  letter-spacing: .05em;
  color: #fff !important;
  font-weight: 700;
  /*text-transform: uppercase;*/
  margin-left: 15px;
  margin-top: 5px;
  
}
.logo-expanded i {
  font-size: 28px;
  vertical-align: middle;
  color: #95358F;
  display: block;
}
.burger-menu {
  margin-top: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 0px !important;
}
.burger-menu2 {
  margin-top: 5px !important;
  margin-right: 0px !important;
  margin-bottom: 5px !important;
  border-radius:4px;
  border: 1px solid #7d7d85;
  background-color:transparent;
}
.burger-menu2:hover {
  background-color: #ccc;
  color: #fff;
}
.burger-menu2:focus {
  background-color: #ccc;
  color: #fff;
}
.menu-arrow {
    -webkit-transition: -webkit-transform 0.15s;
    -o-transition: -o-transform 0.15s;
    transition: transform .15s;
    position: absolute;
    right: 20px;
    display: inline-block;
    font-family: 'Material-Design-Iconic-Font';
    text-rendering: auto;
    line-height: 18px;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 15px;
}
.menu-arrow:before {
    content: '\f2fb';
}
.has-submenu.active .menu-arrow {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #005760;
}
.zmdi-close {
  padding: 2px 6px;
  color: #006271;
  background-color: #eee;
  border: 1px solid #005760;
  border-radius: 3px;
  font-weight: 700;
}

.zmdi-close:hover {
  padding: 2px 8px;
  font-size: 18px;
  font-weight: 900;
  color: #006271;
  background-color: #d5dadd;
  border-color: #005760;
  border-radius: 4px;
}
/*10/10/17*/
.imgLogo:focus {
    outline: 2px dotted orange !important;
}
/******** 2.2 Navigation *******/

.navigation {
  margin: 35px 0px 20px;
}

.navigation > ul > li {
  position: relative;
}

.navigation > ul > li.active.has-submenu:after,
.navigation > ul > li.has-submenu:hover:after {
  color: #fff;
}

.navigation > ul > li > a {
  display: block;
  padding: 6px 15px;
  color: #DEDEDE;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  font-weight: 400;
  outline: none !important;
}
.navigation > ul > li > a .badge {
  margin-top: 5px;
  float: right;
}
aside.left-panel.collapsed .navigation > ul > li > a .badge {
  display: none;
}

.navigation > ul > li > a:hover {
  color: #fff;
}

.navigation > ul > li:hover > a,
.navigation > ul > li.active:hover > a,
.navigation > ul > li.active > a{
  color: #fff;
  background: #005760;
  border-left: 6px solid #96368D;
}

.navigation ul li a i {
  margin-right: 6px;
  font-size: 18px;
  width: 25px;
  float: left;
}

.navigation ul li a .nav-label {
  vertical-align: middle;
}

.collapsed .navigation ul li a i {
  float: none;
}


/*** 2.3 Sub Menu ***/
.navigation ul li ul {
  display: none;
  background-color: #006A75;
  padding-bottom: 10px;
}

aside:not(.collapsed) .navigation ul li.active ul {
  display: block;
}

.navigation ul li ul li a {
  padding: 2px 25px 2px 55px;
  color: #9E9E9E;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  font-size: 14px;
  border-left: 0px solid #9E9E9E;
  text-align: left;
  display: block;
  outline: none !important;
}

.navigation ul li ul li a:hover {
  color: #ddd;
}

.navigation ul li ul li.active a {
  color: #eeeeee !important;
}

/*** Compare Maps Buttons ***/
.bytwoControls {
  padding-left: 15px;
}
.raceControls {
  margin-top: 1rem;
  padding-left: 15px;
}
.x2-bttn {
  transition: background .5s;
  padding: 3px 6px;
  background-color: #fff;
  color:#333;
  border: 1px solid rgba(218, 230, 236, 0.8);
}
.x2-bttn:hover {
  background-color: #d5dadd; 
  border: 1px solid rgba(218, 230, 236, 0.9);
}
.x2-bttn:focus {
  background-color: #d5dadd; 
  border: 1px solid rgba(218, 230, 236, 0.9);
}
.x2-bttn.active {
  background-color: #d5dadd; 
  border: 1px solid rgba(218, 230, 236, 0.9);
}
.ageBttn {
  transition: background .5s;
  width: 92%;
  /*margin-bottom: 5px;*/
  margin-left: 10px;
  padding: 3px 8px;
  background-color: #fff;
  color:#333;
  font-size: 1.22rem;
  border: 1px solid rgba(218, 230, 236, 0.8);
}
.ageBttn:hover {
  background-color: #d5dadd; 
  border: 1px solid rgba(218, 230, 236, 0.9);
}
.ageBttn:focus {
  background-color: #d5dadd; 
  border: 1px solid rgba(218, 230, 236, 0.9);
}
.yearBttn {
  transition: background .5s;
  margin-top: .5rem;
  margin-left: 10px;
  padding: 3px 8px;
  width: 92%;/* 150px */;
  background-color: #fff;
  color:#333;
  border: 1px solid rgba(218, 230, 236, 0.8);
  font-size: 1.22rem;
}
.yearBttn:hover { 
  background-color: #d5dadd; 
  border: 1px solid rgba(218, 230, 236, 0.9);
}
.yearBttn:focus { 
  background-color: #d5dadd; 
  border: 1px solid rgba(218, 230, 236, 0.9);
}
.raceBttn {
  transition: background .5s;
  width: 92%;
  margin-top: 0px;
  /*margin-bottom: 5px;*/
  padding: 3px 2px;
  margin-left: 10px;
  background-color: #fff;
  color:#333;
  font-size: 1.22rem;
  border: 1px solid rgba(218, 230, 236, 0.8);
}
.raceBttn:hover {
  background-color: #d5dadd; 
  border: 1px solid rgba(218, 230, 236, 0.9);
}
.raceBttn:focus {
  background-color: #d5dadd; 
  border: 1px solid rgba(218, 230, 236, 0.9);
}
.mapRadioBttns {
  margin-top: 1rem;
  padding-left: 15px;
  color: #DEDEDE;
}
.yearRadioBttns {
  margin-top: 1rem;
  padding-left: 5px;
  color: #DEDEDE;
}
.sexRadioBttns{
  margin-left: 15px;
  color: #DEDEDE;
}
.radio {
  margin-top: 5px;
}
.nav-titles {
  margin-top: 10px;
  margin-bottom: 5px;
  padding-left: 15px;
  color: #DEDEDE;
  font-size: 16px;
}
.infoText {
  text-align: center;
  font-size: 12px;
  /*color: #DEDEDE;*/
}
.lineBreak {
  margin:10px 0px 0px;
  background-color: #DEDEDE;
}
.lineBreak2 {
  margin:8px 0px 0px;
  background-color: #DEDEDE;
}
.backBttn {
  transition: background .5s;
  min-width: 40px;
  padding: 3px 6px;
  color: #333;
  background-color: #fff;
  border: 1px solid rgba(218, 230, 236, 0.8);
}
.backBttn:hover {
  background-color: #d5dadd; 
  border: 1px solid rgba(218, 230, 236, 0.9);
}
.backBttn:focus {
  background-color: #d5dadd; 
  border: 1px solid rgba(218, 230, 236, 0.9);
}
.backBttn.active {
  background-color: #d5dadd; 
  border: 1px solid rgba(218, 230, 236, 0.9);
}
.fwdBttn {
  transition: background .5s;
  min-width: 40px;
  padding: 3px 6px;
  color: #333;
  background-color: #fff;
  border: 1px solid rgba(218, 230, 236, 0.8);
}
.fwdBttn:hover {
  background-color: #d5dadd; 
  border: 1px solid rgba(218, 230, 236, 0.9);
}
.fwdBttn:focus {
  background-color: #d5dadd; 
  border: 1px solid rgba(218, 230, 236, 0.9);
}
.fwdBttn.active {
  background-color: #d5dadd; 
  border: 1px solid rgba(218, 230, 236, 0.9);
}
.zmdi-fast-rewind {
  font-size: 18px;
}
.zmdi-fast-forward {
  font-size: 18px;
}
/******************** 3.Top Header ****************/
    
header {
  background-color: #fff;
  padding-top: 4px;
  padding-bottom: 5px;
}

.navbar-toggle {
  margin: 8px 20px 8px 0px;
  display: block;
  padding-left: 0px;
  color:#fff;
}

.navbar-toggle .icon-bar {
  margin-left: 5px;
  background-color: #7d7d85;
}

.app-search {
  position: relative;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 15px;
}
.app-search a {
  position: absolute;
  top: 8px;
  right: 15px;
  color: #c4c4cd;
}

.app-search .form-control,
.app-search .form-control:focus {
  border: none;
  font-size: 13px;
  color: #444444;
  padding-left: 20px;
  background: #edf1f2;
  box-shadow: none;
  border-radius: 34px;
  margin-top: 1px;
}

.app-search .form-control::-moz-placeholder {
  color: #c4c4cd;
}
.top-nav .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background: #f5f5f5;
}

.dropdown .extended {
  width: 280px;
  padding: 0;
  margin-left: -1px;
  z-index: 3;
  -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  border: none;
  max-height: 330px;
  margin-top: 4px;
}

.dropdown .extended li {
  border-bottom: 1px solid #f0f0f0;
  line-height: 20px;
}

.dropdown .extended li a {
  padding: 10px 20px !important;
}

.dropdown .extended i {
  float: left;
  width: 38px;
  margin-right: 10px;
  text-align: center;
  margin-top: 5px;
}

.dropdown .extended p {
  font-weight: 600;
  background-color: #F5F5F5;
  padding: 10px 15px 11px 15px;
  margin-bottom: 0px;
}

.dropdown .pro-menu {
  width: 200px;
}

.Leftmenu-trigger {
  cursor: pointer;
  font-size: 16px;
  line-height: 64px;
  padding: 0px 15px 0px 7px;
}

.badge.up {
  position: relative;
  top: -12px;
  padding: 3px 6px;
  margin-left: -13px;
}

.top-nav ul.top-menu > li {
  margin-left: 10px;
}

.top-menu li {
  height: 100%;
  display: inline-block;
  position: relative;
  float: left;
  line-height: 50px;
  padding: 0px;
}

.top-menu li >a {
  color: #979898;
  text-align: center;
  padding: 22px 15px;
  font-size: 16px;
}

.top-menu li >a:hover,.top-menu li >a:focus,.top-menu li >a:active {
  background-color: #F5F5F5;
}

.top-menu .dropdown-menu li {
  width: 100%;
  text-align: left !important;
}

.top-menu .dropdown-menu li a {
  font-size: 14px;
  text-align: left;
  padding: 5px 15px;
}

.username {
  font-size: 14px;
  vertical-align: middle;
  margin-left: 3px;
}

.header-noti li a {
  font-size: 14px;
}


/***************** 4.Content Area  ****************/
.row {
  background-color: #F5F5F5;
}
.logoArea {
  background-color: #fff;
}
#mapContent {
  background-color: #F5F5F5;
}
.modalBgColor {
  background-color: #006271;
}
.modalBttn{
  background-color: #006271;
  border-color: #006271;
}
.modalBttn:hover, 
.modalBttn:focus.active {
  background-color: #005760;
  border-color: #005760;
}
.chart1Container {
  background-color: #F5F5F5;
  /*margin-bottom: 10px;*/
  padding-top: 10px;
  /*padding-bottom: 10px;*/
}
.chart2Container {
  background-color: #F5F5F5;
  /*margin-bottom: 10px;*/
  padding-top: 10px;
  padding-bottom: 10px;
}
/*.chart1Container.active {
  border-radius: 8px;
  -webkit-box-shadow: 2px 10px 32px -5px rgba(0,0,0,0.76);
  -moz-box-shadow: 2px 10px 32px -5px rgba(0,0,0,0.76);
  box-shadow: 2px 10px 32px -5px rgba(0,0,0,0.76);
}
.chart1Container:hover {
  border-radius: 8px;
  -webkit-box-shadow: 2px 10px 32px -5px rgba(0,0,0,0.76);
  -moz-box-shadow: 2px 10px 32px -5px rgba(0,0,0,0.76);
  box-shadow: 2px 10px 32px -5px rgba(0,0,0,0.76);
}
.chart2Container.active {
  border-radius: 8px;
  -webkit-box-shadow: -2px 10px 32px -5px rgba(0,0,0,0.76);
  -moz-box-shadow: -2px 10px 32px -5px rgba(0,0,0,0.76);
  box-shadow: -2px 10px 32px -5px rgba(0,0,0,0.76);
}
.chart2Container:hover {
  border-radius: 8px;
  -webkit-box-shadow: -2px 10px 32px -5px rgba(0,0,0,0.76);
  -moz-box-shadow: -2px 10px 32px -5px rgba(0,0,0,0.76);
  box-shadow: -2px 10px 32px -5px rgba(0,0,0,0.76);
}*/
.map1Container,
.map2Container {
  background-color: #F5F5F5;
}
.map1Container.active {
  border-radius: 8px;
  -webkit-box-shadow: 2px 10px 32px -5px rgba(0,0,0,0.76);
  -moz-box-shadow: 2px 10px 32px -5px rgba(0,0,0,0.76);
  box-shadow: 2px 10px 32px -5px rgba(0,0,0,0.76);
  z-index: 1;
}
/*.map1Container:hover {
  border-radius: 8px;
  -webkit-box-shadow: 2px 10px 32px -5px rgba(0,0,0,0.76);
  -moz-box-shadow: 2px 10px 32px -5px rgba(0,0,0,0.76);
  box-shadow: 2px 10px 32px -5px rgba(0,0,0,0.76);
}*/
.map2Container.active {
  border-radius: 8px;
  -webkit-box-shadow: -2px 10px 32px -5px rgba(0,0,0,0.76);
  -moz-box-shadow: -2px 10px 32px -5px rgba(0,0,0,0.76);
  box-shadow: -2px 10px 32px -5px rgba(0,0,0,0.76);
}
/*.map2Container:hover {
  border-radius: 8px;
  -webkit-box-shadow: -2px 10px 32px -5px rgba(0,0,0,0.76);
  -moz-box-shadow: -2px 10px 32px -5px rgba(0,0,0,0.76);
  box-shadow: -2px 10px 32px -5px rgba(0,0,0,0.76);
}*/
.linkMenu ul li {
  display: inline-block;
}
.btn-link {
  padding: 6px 5px;
  color:#494949!important; /*#23527c*/;
}
/*10/10/17 uma*/
.btn-link:focus {
    outline: 1px solid orange;
}
/*.portlet-heading {
  text-align: center;
}*/
.mapBttn {
  transition: background .5s;
  background-color: #fff;
  color:#333;
  border: 1px solid rgba(218, 230, 236, 0.8);
}
.mapBttn:hover {
  background-color: #d5dadd; 
  border: 1px solid rgba(218, 230, 236, 0.9);
}
.mapBttn:focus {
  background-color: #d5dadd; 
  border: 1px solid rgba(218, 230, 236, 0.9);
}

.tableBttn {
  transition: background .5s;
  background-color: #fff;
  color:#333;
  border: 1px solid rgba(218, 230, 236, 0.8);
}
.tableBttn:hover {
  background-color: #d5dadd; 
  border: 1px solid rgba(218, 230, 236, 0.9);
}
.tableBttn:focus {
  background-color: #d5dadd; 
  border: 1px solid rgba(218, 230, 236, 0.9);
}
.mapZoomBttn {
  transition: background .5s;
  background-color: #fff;
  color: #333;
  border: 1px solid rgba(218, 230, 236, 0.8);
}
.content-wrapper{
  padding-top: 0px !important;
}
.content {
  margin-left: 250px;
}
.content {
  padding-left: 0px;
  padding-right: 0px;
}
.wraper {
  padding-top: 20px;
  padding-bottom: 0px;
}
.page-title {
  padding: 10px 0px;
}
.page-title h3 {
  margin: 0px;
  font-size: 18px; /*4/24/18 Patty wants it bigger*/
  text-align: center;
  color: #696969;
}
.collapsed + .content .footer{
  left: 0px !important;
}
.nav-bttns {
  padding-left: 0px;
}
.bttn-color {
  padding: 6px 10px;
  transition: background .5s;
  background-color: #95358F;
  color: #fff;
}
.bttn-color a {
  color: #fff;
}
.bttn-color:hover {
  background-color: #682564;
  color: #fff;
}
.bttn-color:focus {
  background-color: #682564;
  color: #fff;
  outline: 1px solid orange;
}
.bttn-color.active {
  background-color: #682564;
  color: #fff;
}
.bttn-color.active:focus{
     outline: 1px solid orange;
} 
.topLinks {
  padding-left: 0px;
}
.d-bttn {
  transition: background .5s;
  background-color: #fff;
  color:#333;
  border: 1px solid rgba(218, 230, 236, 0.8);
}
.d-bttn:hover {
  background-color: #EDF3F6; 
  border: 1px solid rgba(218, 230, 236, 0.9);
}
.d-bttn:focus {
  background-color: #EDF3F6; 
  border: 1px solid rgba(218, 230, 236, 0.9);
}
.d-bttn.active {
  background-color: #EDF3F6; 
  border: 1px solid rgba(218, 230, 236, 0.9);
}
.usaMap {
  width: 100%;
}

/***************** 5.Charts ****************/
.portletWrapper {
  padding: 15px 0 0 0;
}
.chartWrapper {
  padding: 10px;
}
.d-bttn2 {
  padding: 2px 8px;
  transition: background .5s;
  background-color: #fff;
  color: #333;
  border: 1px solid #939393 /*rgba(218, 230, 236, 0.8);*/
}
.d-bttn4 {
  padding: 2px 8px;
  transition: background .5s;
  background-color: #fff;
  color: #333;
  border: 1px solid #939393 /*rgba(218, 230, 236, 0.8);*/
}
.allstatesChart {
  padding: 0px 10px;
  background-color: #F5F5F5;
  margin-bottom: 10px;

}
.d-bttn3 {
  padding: 2px 8px;
  transition: background .5s;
  background-color: #fff;
  color: #333;
  border: none
}

/***************** 6.Legend ****************/
.legendWrapper {
  margin-bottom: 5px;
  padding: 0px 10px;
  min-height: 21px;
  background-color: transparent;
  display: flex;
  flex-wrap: wrap;

}
.dataBox {
  font-family: 'Roboto', sans-serif;
  font-size: 90%;
  font-weight: 600;
  flex-grow: 1;
  text-align: center;
  border: 1px solid #646464;
}
.dNotAvailable {
  color: #000;
  background-color: rgba(225, 225, 225,1 );
}
.dSuppressed {
  color: #000;
  background-color: rgba(225, 225, 225,1 );
}
.white {
  color: #000;
  background-color: rgba(225, 225, 225, 1);
  flex-grow: 2; 
}
.yellow {
  color: #000;
  background-color: rgba(255, 252, 209, 0.694118);
}
.lightGreen {
  color: #000;
  background-color: rgba(199, 233, 180, 0.917647);
}
.grean {
  color: #000;
  background-color: rgba(127, 205, 187, 0.847059);
}
.teal {
  color: #000;
  background-color: rgba(65, 182, 196, 0.701961); 
}
.skyBlue {
  color: #000;
  background-color: rgba(29, 145, 192, 0.756863); 
}
.lightBlue {
    color: #000;
    background-color: rgba(34, 94, 168, 0.74902);
}
.darkBlue {
  color: #fff;
  background-color: rgba(12, 44, 132, 0.901961);
}



/***************** 7.Footer ****************/
.footerTitle {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  font-size: 14px;
  color: #333;
}
.footerSubtitle {
  text-align: center;
  font-size: 12px;
  color: #333;
}
.footnotesTxt {
  padding: 0px 15px 10px 15px;
  color: #333;
   
}
.footnotesTxt2 {
  color: #333;
  font-size:0.75em;
  margin-top:10px;
}
/*.footnotesTxt h5{
  margin: 0px;
  font-size: 16px;
  color: #696969;
}*/
.footerBG {
  background-color: #FAFAFA;
}
.container.footerBG {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.contactBG {
  background-color: #fff;
}
footer a, footer a:visited, footer a:hover,footer a:focus {
  color: #054274;
}

footer {
    clear:both;
  font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  background-color: #fff;
}
footer .container {
  max-width: 100%;
  width: 100%;
}
footer .nav li a:hover, footer .nav li a:focus {
  background-color: transparent;
}
footer .social-media {
  background: silver;
  min-height: 36px;
  padding-right: 0px;
  padding-left: 0px;
}
footer .social-media a{
  padding-top: 6px;
  padding-bottom: 0;
  padding-right: 0;
  margin: 0 5px 0 0;
}
footer .cdc-links {
  background: #e5e5e5;
  min-height: 0;
  margin-left: -15px;
  margin-right: -15px;
}
footer .cdc-links a{
  padding-top: 10px;
  padding-bottom: 5px;
  color: #404040;
  margin-right: 10px;
}
footer .cdc-links a:hover{
  text-decoration: underline;
}
footer .cdc-contact {
  margin-top: 22px;
}
footer .cdc-contact address{
  line-height: 25px;
  color: #404040;
}
footer .cdc-contact .cdc-url a{
  color: #404040;
}
footer .nav-pills {display: inline-block;}

html .tp-sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0,0,0,0);
border: 0;
}
span[class*=sprite-] {
margin: 0 5px;
display: block;
background-image: url(https://www.cdc.gov/TemplatePackage/3.0/images/ss.png);
background-repeat: no-repeat;
background-color: transparent;
}

span[class*=sprite-24], i[class*=sprite-24], img[class*=sprite-24] {
height: 25px;
min-height: 25px;
max-height: 25px;
width: 25px;
min-width: 25px;
max-width: 25px;
}
.sprite-24-govd {
background-position: 0 -85px;
}
.sprite-24-facebook {
background-position: -52px -85px;
}
.sprite-24-twitter {
background-position: -78px -85px;
}
.sprite-24-youtube {
background-position: -26px -85px;
}
.sprite-24-instagram {
background-position: -233px -85px;
}
.sprite-24-listen {
background-image: url(https://www.cdc.gov/TemplatePackage/3.0/images/sm.png) !important;
background-position: -155px -85px;
}
.sprite-24-watch {
background-image: url(https://www.cdc.gov/TemplatePackage/3.0/images/sm.png) !important;
background-position: -129px -85px;
}
.sprite-24-rss {
background-position: -155px -85px;
}

@media only screen and (max-width: 991px) {
  .cdc-local  {text-align: right;}
  footer .cdc-links {
    background: transparent;
    margin-top: 15px;
  }
  footer .cdc-links h6 {
    font-size: 14px;
    font-weight: 700;
    color: #404040;
  }
  footer .cdc-links a {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  footer .social-media a {
      padding-right: 10px;
      padding-left: 0;
  }
  .cdc-links .nav-pills {
    width: 50%;
    float: left;
  }
  .cdc-links .nav-pills li{
    width: 100%;

  }
  .cdc-links .nav-pills a{
    padding-left: 0;

  }
  footer .cdc-contact .container{
    padding: 0;
  }
}
.icon-red{
    color:red;
}
.icon-green{
    color:green;
}
.icon-minus{
     color: #717171;
}
/*uma's css for panel*/
.clickable{
    cursor: pointer;   
}

.panel-heading span {
  margin-top: -20px;
  font-size: 15px;
}
#divFilters .panel{
    border-radius:0px!important;
    margin-bottom:0px;
}
#divFilters .panel-heading{
    border-top-left-radius:0px!important;
    border-top-right-radius:0px;
}
#divFilters .panel-body{
     padding:2px 2px 2px 2px;
}
/*#divFilters .dropdown-menu {
max-height: 300px;
overflow-y: auto;
overflow-x: hidden;
}*/
.btn.sharp {
  border-radius:0;
}
.panel-body .list-group-filter li.active { 
    background-color: #82a9cf;
    color:#ffffff;
   
}
.panel-body .list-group-filter li a:hover {
    background-color: transparent;
     /*text-decoration: none;*/
}
.panel-body .list-group-filter li{
    padding-left:15px;
}
.list-group-filter{
    margin-bottom:0px;
}
.list-group-filter>ul{
    margin-bottom:0px;
}
 .bottomright {
     position:absolute; 
     bottom:160px;  
     margin-bottom:7px; 
     margin:7px; 
     right: 0;
 }

.btn-group-landing>.btn.active, .btn-group-landing>.btn:hover {
    background-color: #50749e !important;
    border: none;
    box-shadow: none;
}
.btn-primary {
  background-color: #2076BB;
  border-color: #2076BB;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    border: none;
    background-color: #50749e !important;
}

/***************** 8.Panel-Tab-Accordions ****************/
.nav.nav-tabs+.tab-content,.tabs-vertical-env .tab-content {
  background: #FFF;
  padding: 30px;
  margin-bottom: 30px;
}

.nav.nav-tabs>li.active>a,.tabs-vertical-env .nav.tabs-vertical li.active>a {
  border: 0;
  background-color: #fff;
  border-top: 2px solid #D8D6D6;
}

.nav.nav-tabs>li>a {
  border: none;
  background-color: #eee;
  margin-right: 5px;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
  border-radius: 0;
  border-top: 2px solid #eee;
}

.nav.nav-tabs>li:last-of-type a {
  margin-right: 0px;
}

.nav.nav-tabs {
  border-bottom: 0;
}

.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus ,.tabs-vertical-env .nav.tabs-vertical li.active>a {
  border: none;
  border-top: 2px solid #D8D6D6;
}

.tabs-vertical-env {
  margin-bottom: 30px;
}

.tabs-vertical-env .nav.tabs-vertical {
  min-width: 120px;
  width: 150px;
}

.tabs-vertical-env .nav.tabs-vertical, .tabs-vertical-env .tab-content {
  display: table-cell;
  vertical-align: top;
}

.panel-group .panel .panel-heading a[data-toggle=collapse].collapsed:before, .panel-group .panel .panel-heading .accordion-toggle.collapsed:before {
  content: '\f067';
}

.panel-group .panel .panel-heading a[data-toggle=collapse]:before, .panel-group .panel .panel-heading .accordion-toggle:before {
  float: right;
  display: block;
  content: '\f068';
  font-family: 'FontAwesome';
  font-size: 14px;
  width: 25px;
  text-align: right;
}

.panel-group .panel .panel-heading a[data-toggle=collapse], .panel-group .panel .panel-heading .accordion-toggle {
  display: block;
}

.tabs-vertical-env .nav.tabs-vertical li>a {
  background-color: #eee;
  margin-bottom: 5px;
  text-align: center;
  white-space: nowrap;
}

.panel-group .panel .panel-heading+.panel-collapse .panel-body {
  border-top: 1px solid #DDDDDD;
  margin-top: 15px;
}

.panel-group.panel-group-joined .panel+.panel, .panel-group-joined .panel-group .panel+.panel {
  margin-top: 0;
  border-top: 1px solid #ddd;
}

.table>thead>tr>td.middle-align, .table>tbody>tr>td.middle-align, .table>tfood>tr>td.middle-align, .table>thead>tr>th.middle-align, .table>tbody>tr>th.middle-align, .table>tfood>tr>th.middle-align {
  vertical-align: middle;
}
/* Modal-use */
.modal-content .nav.nav-tabs+.tab-content, .tabs-vertical-env .tab-content, .modal-content .panel-group {
  margin-bottom: 0px;
}

.modal-content .panel {
  border-top: none;
}


/***************** 9.Portlets ****************/
.portlet {
  margin-bottom: 10px;
  background: #fff;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  border: 1px solid rgba(0,0,0,0.08);
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.portlet2 {
  margin-bottom: 10px;
  background: #fff;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  border: 1px solid rgba(0,0,0,0.08);
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.portlet .portlet-heading {
  padding: 15px;
  line-height: 38px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
}

.pHeading {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.portlet-subheading {
  padding-top: 0px;
  line-height: 38px;
  border-radius: 3px;
  color: #fff;
}

.portlet-subheading h3 {
   font-size: 12px;
   margin: 0px;
   padding: 15px 0px 15px 0px;
}

.portlet .portlet-heading .portlet-title {
  float: left;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
}

.portlet .portlet-heading .portlet-widgets {
  position: relative;
  text-align: right;
  float: right;
  padding-left: 15px;
  display: inline-block;
  font-size: 15px;
  line-height: 0px;
}

.portlet-body {
  background: #fff;
  padding: 0px 15px 15px 15px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.text-dark {
      color: #595959;
}
/*.portlet {
  background: #fff;
  padding: 15px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}*/

.portlet .portlet-heading .portlet-widgets .divider {
  margin: 0 5px;
}

.portlet .portlet-heading.bg-purple a, .portlet .portlet-heading.bg-info a, .portlet .portlet-heading.bg-success a, .portlet .portlet-heading.bg-primary a, .portlet .portlet-heading.bg-danger a, .portlet .portlet-heading.bg-warning a, .portlet .portlet-heading.bg-inverse a,.portlet .portlet-heading.bg-pink a {
  color: #fff;
}

.portlet .portlet-heading a {
  color: #4c4c4c;
}

.panel-disabled {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  bottom: 15px;
  background: rgba(243,242,241,0.5);
}


#divAge, #divAgeRt{
    width:30px;
    display:inline!important
}
.multiselect-container {
    min-width:125px;
}

/* =============== RESPONSIVE =================== */

@media (max-width: 1365px) {
  .dataBox {
    font-family: 'Roboto', sans-serif;
    min-width: 25%;
  }
  .page-title h3 {
    font-size: 16px;
  }
}


/*** Aside Collapsed ***/
@media (min-width: 769px) {
  aside.left-panel.collapsed {
    width: 75px;
    text-align: center;
    display: none;
  }

  aside.left-panel.collapsed + .content {
    margin-left: 0px !important;
  }

  aside.left-panel.collapsed .user .user-login,
aside.left-panel.collapsed span.nav-label {
    display: none;
  }

  aside.left-panel.collapsed .navigation > ul > li > a {
    padding: 15px;
  }
  aside.left-panel.collapsed .navigation > ul > li > a:hover {
    background-color: #272c35;
    border-left: 3px solid #6e8cd7;
  }

  aside.left-panel.collapsed i.fa {
    font-size: 22px;
  }

  aside.left-panel.collapsed .navigation > ul > li.has-submenu:after {
    display: none;
  }
}

/*** Aside Collapsed Sub Menu ***/
@media (min-width: 769px) {
  aside.left-panel.collapsed .navigation ul li ul {
    position: absolute;
    z-index: 3;
    left: 100%;
    top: 0px;
    background-color: #272c35;
    box-shadow: none;
    padding: 10px 0px;
    min-width: 200px;
    display: none;
  }

  aside.left-panel.collapsed .navigation > ul > li:hover > ul {
    display: none;
  }
  aside.left-panel.collapsed .navigation > ul > li:hover > ul

  aside.left-panel.collapsed .navigation ul li ul li a {
    border: 0px;
    color: #b4b6bd;
    padding: 8px 25px 8px 40px;
    display: none;
  }

  aside.left-panel.collapsed .navigation ul li ul li a:hover {
    color: #fff;
  }
}
@media (max-width: 768px) {
    
    
    
  aside.left-panel.collapsed {
    width: 250px;
    left: 0px;
    overflow: hidden !important;
  }

  aside.left-panel.collapsed + .content {
    margin-left: 0px;
    transform: translate3d(250px, 0px, 0px);
    -ms-transform: translate3d(250px, 0px, 0px);
    -webkit-transform: translate3d(250px, 0px, 0px);
    -moz-transition: translate3d(250px, 0px, 0px);
    -o-transition: translate3d(250px, 0px, 0px);
  }

  aside.left-panel {
    left: 100%;
  }

  .footer {
    left: 0;
  }

  section.content {
    margin-left: 0px;
  }

  .content > .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-header h1 {
    margin-top: 0px;
  }

  .dataBox {
    font-family: 'Roboto', sans-serif;
    min-width: 25%;
  }
  .nav-bttns {
    text-align: center;
  }
  .bttn-color {
    margin-right: 5px;
    padding: 3px 10px;
  }
   /*.footnotesTxt2{
         text-overflow: ellipsis; 
         white-space: nowrap;
         overflow: hidden;
    }*/
}

@media (max-width: 450px) {

  .username {
    display: none;
  }
  .dropdown .extended i {
    display: none;
  }
  .page-title h3 {
    font-size: 14px;
  }
  .mapBttn {
    padding: 3px 6px; 
  }
  .tableBttn {
    padding: 3px 6px;
  }
  .d-bttn {
    padding: 3px 6px;
  }
  .cntrls {
    float: left;
  }
  .dataBox {
    font-family: 'Roboto', sans-serif;
    min-width: 25%;
  }
  .nav-bttns {
    text-align: center;
  }
  .bttn-color {
    margin-right: 5px;
    padding: 3px 10px;
  }
   /*** uma's code****/
    .portlet .portlet-heading {
        padding:6px;
        line-height:28px;
    }
    .atlas-plus-logo{
        height:39px;
    }
    .footnotesTxt{
        font-size: 0.75em; 
    }
    .portlet-subheading h3 {
        font-size: 10px;
    }
    /*.footnotesTxt2{
         text-overflow: ellipsis; 
         white-space: nowrap;
         overflow: hidden;
          font-size: 0.75em; 
    }*/
    /*.footnotesTxt2:hover {
    width: 100%;
    }*/
    .chart1Container {
        margin-bottom:0px;
        padding-bottom:0px;
    }
    .chart2Container {
        padding-top:0px;
        padding-bottom:0px;
    }
}
/*
.ehe {
    fill: none;
    stroke-dasharray: 900;
    stroke-dashoffset: 900;
    animation: dash 2s linear infinite;
}

@keyframes dash {
    from {stroke-dashoffset: 900}
    to {stroke-dashoffset: 0}
    transition-timing-function: ease-in;
}*/


