@font-face {
  font-family: 'Myriad Pro Regular';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/MYRIADPRO-REGULAR.woff") format("woff");
}

@font-face {
  font-family: 'Lexend Deca';
  src: url("../fonts/LexendDeca-Regular.eot");
  src: url("../fonts/LexendDeca-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/LexendDeca-Regular.woff2") format("woff2"), url("../fonts/LexendDeca-Regular.woff") format("woff"), url("../fonts/LexendDeca-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto-regular-webfont.woff2") format("woff2"), url("../fonts/roboto-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Myriad Pro Regular';
  margin: 0px;
  font-size: 14px;
}

a.btn, button {
  font-family: 'Myriad Pro Regular';
  text-transform: uppercase;
}

a.btn i.mdi, button i.mdi {
  font-size: 24px;
  vertical-align: middle;
}

.unbutton {
  font-size:14px !important;
  background:none !important;
  border: none !important;	
}

main {
  position: absolute;
  padding-top: 79px;
  background: #efefef;
  min-height: 1000px;
  padding-bottom: 60px;/**128px;*/
  margin: 0 !important;
}

header {
  background-color: #F8F8F8;
  position: relative;
  padding: 0px 24px;
  padding-bottom: 200px;
}

header .container {
  /* z-index: 51; */
}

header .container h1 {
  text-align: center;
  font-size: 63px;
  color: #203B70;
  margin-bottom: 48px;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
}

header nav {
  /* z-index: 100; */
  position: relative;
  top: 0px;
  margin-bottom: 128px;
  left: 0px;
  right: 0px;
  padding: 24px;
  overflow: hidden;
  background-color: transparent !important;
}

header nav [class*=btn] {
  padding: 12px 16px;
}

header nav .logo {
  float: left;
  padding: 16px;
}

header nav .logo .hover {
  white-space: nowrap;
  display: inline-block;
  max-width: 0;
  overflow: hidden;
  position: relative;
  top: 6px;
  padding-right: 0px;
  -webkit-transition: all 1.2s ease-in-out;
  transition: all 1.2s ease-in-out;
}

header nav .logo:hover > .hover {
  max-width: 300px;
  padding-right: 6px;
}

header nav .container {
  overflow: visible;
}

header nav ul {
  float: right;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

header nav ul li {
  display: inline-block;
  margin: 8px 0px;
}

header nav ul li a {
  text-decoration: none;
  padding: 12px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}

header.nav-only {
  padding-bottom: 0px;
}

header.nav-only nav {
  margin-bottom: 0px;
}

header.nav-only > .container {
  display: none;
}

footer {
  background: white;
  color: #203B70;
  font-size: 13px;
  text-align: center;
  position: relative;
  z-index: 200;
  padding: 48px 16px;
  line-height: 200%;
  -webkit-box-shadow: 0 -0.5rem 1rem rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 -0.5rem 1rem rgba(0, 0, 0, 0.05) !important;
}

footer a {
  color: inherit !important;
}

.wrapper {
  padding: 16px;
}

.input-container, .data-container {
  display: none;
}

input:active, input:focus {
  outline: 0;
}

span.required::after {
  content: "*";
  color: red;
}

.dashboard {
  background-color: #F3F3F3;
}

.dashboard nav.navbar {
  z-index: 99999;
  height: 50px;/**80px;*/
}

.dashboard span.page_title {
  font-weight: bold;
  font-size: 0px;/**29px;*/
  vertical-align: middle;
}

.dashboard nav.sidebar {
  /*background-color: #F7F8FC; *#ECECEC;*/
  background-color: #018dca;
  padding-top: 24px;
  height: 100%;
  z-index: 205;
}

.dashboard nav.sidebar i {
  font-size: 24px;
  margin-right: 12px;
  vertical-align: middle;
}

.dashboard nav.sidebar img {
  max-width: 200px;
  margin-bottom: 3em;
}

.dashboard main {
  background-color: #F7F8FC;/**#F6F6F6;*/
  padding-top: 75px;/**80px;*/
  position: relative;
}

.dashboard main .top-bg {
  height: 30px;/**200px;*/
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  /* z-index: 50; */
}

.dashboard main .container {
  padding: 0px 1.5rem;
  position: relative;
}

.dashboard footer {
  color: rgba(0, 0, 0, 0.4);
  z-index:100;
}

.notification-container {
  visibility: hidden;
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 300px;
  min-height: 100px;
  z-index: 210;
}

.notification {
  background: #333333;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: white;
  border-radius: 15px;
  display: table;
  width: 100%;
  float: right;
  overflow: hidden;
}

.notification > div {
  display: table-cell;
  overflow: hidden;
  vertical-align: middle;
}

.notification > div i {
  font-size: 36px;
  float: left;
}

.notification.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s;
}

.notification.hide {
  -webkit-animation: fadeout 0.5s 2.5s;
  animation: fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

.has-search .form-control {
  padding-left: 2.375rem;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}

.column-count-md-2 {
  -webkit-column-count: 2;
          column-count: 2;
}

.cell-quarter {
  width: 25%;
}

.bg-light-card {
	background: #F7F8FC;
}
.bg-square-blue{
	background: #7CBBE3;
}
.bg-national {
  background-color: #60b13e;
}

.bg-hospital {
  background-color: #d8af42;
}

.bg-community {
  background-color: #909090;
}
.bg-access {
  background: #089CD8 !important;
}
.bg-watch {
  background: #F6AB62 !important;
}
.bg-reserve {
  background: #F6AB62 !important;
}
.text-access-color {
  color: #089CD8 !important;
}
.text-watch-color {
  color: #F6AB62 !important;
}
.text-reserve-color {
  color: #E96960 !important;
}
#searchCountry {
  position: relative;
  display: inline-block;
}

#searchCountry input {
  min-width: 10px;
  font-size: 29px;
  font-weight: bold;
}

#searchCountry i {
  font-size: 24px;
  position: absolute;
  right: -30px;
  top: 8px;
  opacity: .5;
}

@media only screen and (max-width: 800px) {
  .column-count-md-2 {
    -webkit-column-count: 1;
            column-count: 1;
  }
  .bg-n-color {
    background: /**#39A581*/ #3C7FAA !important;
  }
  .bg-h-color {
	background: /**#F3D875*/#AE9E53 !important;
  }
  .bg-c-color {
	background: /**#C1C2B2*/#40ADA7 !important;
  }
}

@media screen and (max-width: 991px) {
  .navbar-nav {
    background: white !important;
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3);
  }
  .navbar-nav a {
    color: #333333 !important;
    padding: 1rem !important;
  }
  .bg-n-color {
    background: /**#39A581*/ #3C7FAA !important;
  }
  .bg-h-color {
	background: /**#F3D875*/#AE9E53 !important;
  }
  .bg-c-color {
	background: /**#C1C2B2*/#40ADA7 !important;
  }
}

ul.img-bullet {
  list-style-image: url("../images/infographics/virus_bullet.png");
}

.frame {
  padding: 2em;
  position: relative;
}

.frame:after, .frame:before {
  border: 8px solid #203B70;
  bottom: 0;
  content: '';
  position: absolute;
  top: 0;
  width: 10%;
}

.frame:after {
  border-left: none;
  right: 0;
}

.frame:before {
  border-right: none;
  left: 0;
}

.frame.border-national:after, .frame.border-national:before {
  border-color: #60b13e;
}

.frame.border-hospital:after, .frame.border-hospital:before {
  border-color: #d8af42;
}

.frame.border-community:after, .frame.border-community:before {
  border-color: #909090;
}

body > .print {
  display: none;
  font-size: 14px;
  color: #232323;
}

@media print {
  .notification-container, footer, nav, .container-fluid, .print-button, .leaflet-control-container, .unprint {
    display: none !important;
  }
  body > .print {
    display: block;
  }
	.bg-c-blue {
		background: #3D97D3;
	}
	.bg-n-color {
    background: /**#39A581*/ #3C7FAA !important;
	}
	.bg-h-color {
	  background: /**#F3D875*/#AE9E53 !important;
	}
	.bg-c-color {
	  background: /**#C1C2B2*/#40ADA7 !important;
	}
}

.amrs {
  padding: .5rem;
  margin: 10px auto 0px auto;
  width: 50px;
  height: 50px;
/*   border-radius: 5px; */
/*   -webkit-box-sizing: border-box; */
/*           box-sizing: border-box; */
/*   -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3); */
/*           box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3); */
}

.amrs img {
  width: 100%;
  background: none !important;
}

.amrs.amrs_A {
  background: none !important; /**#fbfbfb #DB5C53*/
}

.amrs.amrs_B {
  background: none !important; /**#ececec #E5B950*/
}

.amrs.amrs_C {
  background: none !important; /**#9ab2c4 #F0F875*/
}

.amrs.amrs_D {
  background: none !important; /**#81acd0 #5A85CF*/
}

.amrs.amrs_E {
  background: none !important; /**#5db6ff #3BCE39*/
}

.amrs.amrs_Y {
  background: none !important; /**#5db6ff #72de7b*/
}

.amrs.amrs_N {
  background: none !important; /**#ececec #e07c6a*/
}

.text-primary-hover:hover {
  color: #203B70 !important;
}

.left_thumbnail{
	float:left !important;
	margin-right:0px !important;
}
.thumbnail {
	width: 45px !important;
}
.amrs_response {
	font-size:22px !important;
	font-weight: bold;
}

.small-list-icon {
	width: 20px !important;
	height: 20px !important;
}

.medium-list-icon {
	width: 35px !important;
	height: 35px !important;
}
.metadata-show {
	font-size: 12px !important;
	color:  gray;
}
.pico-indent {
	padding-left: 5px !important;
}
.micro-indent {
	padding-left: 15px !important;
}
.minimal-indent {
	padding-left: 30px !important;
}
.regular-indent {
	padding-left: 50px !important;
}
.regular-container{
	padding: 50px !important;
}
.unregistered {
	padding-top: 50px !important;
	/* min-height:645px !important; */
}
.regular-margin {
	padding-left: 50px !important;
	padding-right: 50px !important;
}
.data-container ul li {
	font-size: 12.5px !important;
	color: #838B96 !important;
}
hr {
  border: 0;
  clear:both;
  display:block;
  width: 96%;               
  background-color:#ccc;
  height: 1px;
}
.minor-label-text {
	font-size:11.5px !important;
	font-weight: bold;
}
.major-label-text {
	font-size:14.5px !important;
	font-weight: bold;
}
.minor-note-text {
	font-size:11.5px !important;
}
.smallest-text {
	font-size:11.5px !important;	
}
.smaller-text {
	font-size:12.5px !important;	
}
.minor-text {
	font-size:14px !important;
	font-weight:normal;
}
.mini-text {
	font-size:13.5px !important;
	font-weight:normal;
}
.minor-text-body p, .minor-text-body ul li, .minor-text-body td {
	font-size:13px !important;
	font-weight:normal;
	text-align: justify;
}
.average-text {
	font-size:15px !important;
	font-weight:normal;
}
.medium-text {
	font-size:16px !important;
	font-weight:normal;
}
.subheader-text {
	font-size:18px !important;
	font-weight: normal;
}
.major-text {
	font-size:20px !important;
	font-weight: normal;
}
.normal-font-weight {
	font-weight: normal;
}
.rounded-top {
  border-top-right-radius: 10px !important;
}
.hidden-component {
  visibility:hidden !important;
  height:0 !important;
}
.capitalized {
  text-transform:capitalize !important;
}
.uppercased {
  text-transform: uppercase !important;
}
.text-n-color {
  /**#39A581 !important; text-shadow: 2px 2px white**/
  color: #3C7FAA !important;
}
.letter-spaced-min {
  letter-spacing: 1px !important;
}
.text-h-color {
  color: /**#DCA752*/ #AE9E53 !important;
  text-shadow: 1px 1px #ffffff;
/*   font-weight: bold; */
}
.text-h2-color {
  color: #8D7804 !important;
/*   text-shadow: 1px 1px #ffffff; */
}
.text-c-color {
/*   color: #969292 !important;   */
  color: #40ADA7 !important;
}
.text-t-gray {
  color: #7B7F82 !important;
}
.text-m-gray {
  color: rgb(131, 139, 150);;
}
.text-g-gray {
  color: #5F6366 !important;
}
.text-jet {
  color: #2C4A59 !important;
}
.text-p-blue {
  color: #B2C3CC !important;
}
.bg-t-gray {
  background: #7B7F82 !important;
}
.bg-az-white {
  background: #DEE8F1 !important;
}
.bg-light-gray {
  background: #F7F8FC !important;
}
.bg-p-blue {
  color: #B2C3CC !important;
}
.bg-n-color {
    background: /**#39A581*/ #3C7FAA !important;
  -webkit-print-color-adjust: exact;
}
.bg-h-color {
  background: /**#E5E1A5*/ #AE9E53 !important;
  -webkit-print-color-adjust: exact;
}
.bg-h2-color {
  background: #E5E1A5 !important;
  -webkit-print-color-adjust: exact;
}
.bg-c-color {
  background: /**#C1C2B2*/#40ADA7 !important;
  -webkit-print-color-adjust: exact;
}
.bg-access-color{
  background: #4ABBE9 !important;
}
.bg-watch-color{
  background: #F7C899 !important;
}
.bg-reserve-color{
  background: #E96960 !important;
}
.bg-success-green {
  background: #45AE5A !important;
}
.bg-fail-red {
  background: #DC5854 !important;
}
.text-fail-red {
  color: #DC5854 !important;
}
.bg-as-blue {
	background: #3F7CAC !important;
}
.highlighted-area-header {
	border-left: 8px solid #3D97D3 !important;
	background: #3D97D3 !important;
}
.highlighted-area-yellow {
	border-left: 8px solid #ffe564 !important;
	background: rgba(255,229,100,.3) !important;
}
.highlighted-area-blue {
	border-left: 8px solid #66DBFF !important;
	background: /**#D1F4FF*/ #D1EBFF !important;
}
#centered-table td,
#centered-table th{
	text-align: center
}
#white-zebra {
	border-collapse: collapse;
}
#white-zebra tr:nth-child(odd){
	background:white;	
	border: 0px;
}
#white-zebra tr:nth-child(even) {
	background: 66DBFF;
	border: 0px;
}
#white-zebra td {
	border: 0px;
}
#printableTable th {
	background: #F7F8FC /**#3D97D3*/ !important;
	color: #838B96 !important
}

#printableTable td {
	background: white /**#3D97D3*/ !important;
	color: #55595C !important
}
#plainCellTable td{
	padding-left: 5px;
	padding-right: 5px;
}
#blueWhiteTable th {
	background: #3D97D3;
	color:white;
	padding: 10px 15px;
	font-weight: normal;
	border: 1px solid #ccc;
	text-align: center;
}
#blueWhiteTable td {
	color: #838B96;
	padding: 5px 15px;
	border: 1px solid #ccc;
}

div#stickh {
  max-width: 1100px;
  max-height: 600px;
  overflow: scroll;
  position: relative;
}

#stickh table {
  position: relative;
  border-collapse: collapse;
}

#stickh td, #stickh
th {
  padding: 0.25em;
}

#stickh thead th {
  position: -webkit-sticky; /* for Safari */
  position: sticky;
  top: 0;
  background: #000;
  color: #FFF;
}

#stickh thead th:first-child {
  left: 0;
  z-index: 1;
}

#stickh tbody th {
  position: -webkit-sticky; /* for Safari */
  position: sticky;
  left: 0;
  background: #FFF;
  border-right: 1px solid #CCC;
}


.athird {
  min-width: 450px !important;
}
.two-third {
  min-width: 900px !important;
}
.ahalf {
  min-width: 650px !important;
}
.no-transform {
	text-transform:none;
}
.float-left {
	float: left;
} 
.float-left-margin {
	float: left;
	margin-right:10px;
	margin-left: 35px;
} 
.float-left-marginr {
	float: left;
	margin-right:10px;
} 
.float-right {
	float: right !important;
} 
.bg-s-blue{
	background: #708EA3 !important;
}
#listing-table td, #listing-table th{
	vertical-align:text-top !important;
	font-size:13px !important;
	color: #555;
	text-align:left;
	padding-left:5px;
}
#listing-sm-table td{
	vertical-align:text-top !important;
	font-size:11px !important;
	color: #555;
	text-align:left;
	padding-left:5px;
}
#unspaced-table td{
	margin:0 !important;
	padding:0 !important;
}
#fourth-table td {
	width: 200px !important
}
.micro-margin-top {
	margin-top:6.5px;
}
.micro-margin-tb {
	margin-top:6.5px;
	margin-bottom:6.5px;
}
.right-margin-narrow {
	margin-right: 10px !important
}
.right-padding-narrow {
	padding-right: 10px !important
}
.border-collapsed {
	border-collapse:collapse;
}
.bg-pink {
	background: #F1689E !important;
}
.bg-j-indigo {
	background: #26344F;
}
.bg-c-blue {
	background: #3D97D3;
  -webkit-print-color-adjust: exact;
}
.ifg-table td {
	text-align: center !important;
	padding: 20px 20px;
}

#menu-plain-bar ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #F7F8FC;
}
#menu-plain-bar li {
  float: left;
  border: 1px solid #E1E9EC !important;
  padding:10px 20px;
  text-align: center;
}
#menu-plain-bar li a {
  display: block;
  color: #444444;
  text-align: center;
  text-decoration: none;
}
#menu-plain-bar a li:hover {
  background-color: #E3E9F5;/**#3D97D3 #00B3E1*/;
  color: white;
}

.text-label-gray{
	color: #91999C !important;
}
.text-c-blue {
	color: #3D97D3 !important;
}
.text-center{
	text-align:center;
}
.bg-g-white{
	background: #F7F8FC;
}
.text-r-silver {
	color: #838B96;
}
.text-pink {
	color: #F1689E !important;
}
.text-turquoise {
	color: #48C1D6 !important;
}
.text-top {
	vertical-align:text-top;
}
#tb-center td{
	text-align:center;
	vertical-align:text-top;
	padding:20px;
}
.spacing-little-vertical {
	padding-top:5px !important;
	padding-bottom:5px !important;
	margin:0px !important;
}
.spacing-none {
	padding:0px !important;
	margin:0px !important;
}
.spacing-none {
	padding:0px !important;
	margin:0px !important;
}
.spacing-narrow {
	padding:20px 40px !important;
	margin:0px !important;
}
.spacing-marginized {
	padding:5px 30px 0px 30px !important;
	margin:0px !important;
}
.spacing-little {
	padding:5px 20px !important;
	margin:0px !important;
}
.spacing-little-top {
	padding:5px 0px !important;
	margin:0px !important;
}
.spacing-micro {
	padding:1px 1px !important;
	margin:0px !important;
}
.spacing-min {
	padding:10px 40px !important;
	margin:0px !important;
}
.spacing-sm {
	padding:5px 10px !important;
	margin:0px !important;
}
.border-n-color {
   border-color: #3C7FAA !important;
}
.border-h-color {
  	border-color: /**#AE9E53*/ #D3D2BA !important;
}
.border-c-color {
	border-color: /**#40ADA7*/ #BAD3D1 !important;
}
.border-none {
	border: 0px !important;
	border-radius: 0px !important;
}
.border-right-side {
	border-right: 1px solid #ccc !important;
	border-left: 0 !important;
}
.border-left-side {
	border-left: 1px solid #ccc !important;
	border-right: 0 !important;
}
.border-rightmost {
	border-right: 1px solid #ccc !important;
	border-top: 1px solid #ccc !important;
	border-bottom: 1px solid #ccc !important;
	border-left: 0 !important;
}
.border-leftmost {
	border-left: 1px solid #ccc !important;
	border-top: 1px solid #ccc !important;
	border-bottom: 1px solid #ccc !important;
	border-right: 0 !important;
}
.border-topbottom {
	border-top: 1px solid #ccc !important;
	border-bottom: 1px solid #ccc !important;
	border-left: 0 !important;
	border-right: 0 !important;
}
.border-radius-left {
	border-top-left-radius: 5px !important;
	border-bottom-left-radius: 5px !important;
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}
.border-radius-none {
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}
.border-radius-right {
	border-top-right-radius: 5px !important;
	border-bottom-right-radius: 5px !important;
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}
.border-circular-top {
	border: 0px !important;
	border-top-left-radius: 5px !important;
	border-top-right-radius: 5px !important;
}
.border-radius-medium {
	border-radius: 5px !important;
}
.margin-horizontal {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
.margin-vertical {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
.margin-micro-bottom{
	margin-bottom: 5px !important;
}
.no-decoration {
	text-decoration: none !important;
}
/** ACCORDION PLUS MINUS */
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
}

.panel-title {
    font-size: 14px;
}

.panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
}

.more-less {
    float: right;
    color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}
.border-up {
	border-top:1px solid #ccc;
	border-left:0;
	border-right:0;
	border-bottom:0;
}
.text-title {
	color: #3F3F3F;
}
.text-title-medium {
	color: #55595C;
}
#collapsible-info .card-header{
	color: #3F3F3F !important;
	background: white !important;
	padding: 15px 15px !important;
	border-top: 1px solid #ccc !important;
	border-bottom: 0px !important;
	border-left: 0px !important;
	border-right: 0px !important;
}
#collapsible-info i {
	font-size: 20px !important;
	margin-top: -5px !important;
	color: #3A97D2 !important;
}
#collapsible-info .card-content{
	text-align: justify !important;
	color: #6B6B6B !important;
	padding: 5px 20px;
}
#glance-info {
  color: #7B7F82 !important;
}
/* #tb-center */
/* .sticky-view { */
/*   margin: auto; */
/*   width: 1050px !important; */
/* } */

/* .sticky-wrapper { */
/*   position: relative; */
/*   overflow: auto; */
/*   border: 1px solid black; */
/*   white-space: nowrap; */
/* } */

/* .sticky-col { */
/*   position: sticky; */
/*   position: -webkit-sticky;     */
/*   background-color: white; */
/*   color: #333; */
/* } */

/* .sticky-first-col { */
/*   min-width: 100px; */
/*   left: 0px;     */
/* } */

/* .sticky-second-col { */
/*   min-width: 150px; */
/*   left: 100px; */
/*   color: #333; */
/* } */

.underlined {
	border-bottom: 1px solid #ccc !important;
}
.underlined-text {
	text-decoration: underline;
}
select{
  color: gray !important;;
}
.invisible {
	visibility:hidden !important;
	opacity:0 !important;
	height:0px !important;
}
.breadcrumbs-plain {
	padding:10px 0px 0px 30px !important;
	font-size:11.5px !important;
	letter-spacing: 1px !important;
}







/**TOOLTIP */

/************** Tool Tip Styles ********************************/
.tool-tip {
  display: inline-block;
  position: relative;
  margin-left: 0.5em;
}
.tool-tip .tool-tip__icon {
/*   background: transparent; */
/*   color: #3D97D3; */
/*   border-radius: 10px; */
/*   cursor: pointer; */
/*   display: inline-block; */
/*   font-style: italic; */
/*   font-family: Roboto; */
/*   height: 20px; */
/*   line-height: 1.3em; */
/*   text-align: center; */
/*   width: 40px; */
}
.tool-tip .tool-tip__info {
  display: none;
  background: #f8f8f8;
  border: 1px solid #ccc; /**27b1f0*/
  border-radius: 3px;
  font-size: 0.875em;
  padding: 1em;
  position: absolute;
/*   left: 200px; */
/*   top: 20px; */
/*   width: 250px; */
  z-index: 2;
}
.tool-tip .tool-tip__info:before, .tool-tip .tool-tip__info:after {
  content: "";
  position: absolute;
  left: -10px;
  top: 7px;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #ccc; /**27b1f0*/
}
.tool-tip .tool-tip__info:after {
  left: -8px;
  border-right-color: #f8f8f8;/**262626*/
}
.tool-tip .tool-tip__info .info {
  display: block;
}
.tool-tip .tool-tip__info .info__title {
  color: #3D97D3;
}
.tool-tip:hover .tool-tip__info, .tool-tip:focus .tool-tip__info {
  display: inline-block;
}
.text-decoration-none {
	text-decoration:none;
}
#pills-tab .nav-item a {
	padding-left: 8px !important;
	padding-right: 8px !important;
}
.btn-regular {
	padding: 0 15px !important;
}

/*# sourceMappingURL=wpra.css.map */

@font-face {
  font-family: Montserrat-Light;
  src: url("../fonts/Montserrat-Light.ttf");
  
}
@font-face {
  font-family: Montserrat-Medium;
  src: url("../fonts/Montserrat-Medium.ttf");
  
}
@font-face {
  font-family: Montserrat-Regular;
  src: url("../fonts/Montserrat-Regular.ttf");
  
}
@font-face {
  font-family: Montserrat-SemiBold;
  src: url("../fonts/Montserrat-SemiBold.ttf");
  
}
@font-face {
  font-family: Montserrat-Black;
  src: url("../fonts/Montserrat-Black.ttf");
  
}
h1,h2,h3,h4,h5,h6{
  font-family: Montserrat-SemiBold;
}
*::-webkit-scrollbar {
    width: 0.5em;
  }
   
  *::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
  }
   
  *::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
    border-radius: 10px;
  }


.bg-dark-blue {
    background: #008cc9;
}
.bg-sea-blue{
  background: #156a8f;
}
/* login Page css starts */
.login-title{
    font-family: Montserrat-SemiBold;
    margin-bottom: 0;
    font-size: 1.7rem;
}
.img_tag_line{
    font-family: Montserrat-Regular;
    color: #f9fafa;
}
.loginPage .form-control{
    border: 1px solid #bcd5e0;
    border-radius: 6px;
    font-family: Montserrat-Regular;
}
.loginForm span.text-primary{
    font-size: 0.9rem;
    font-family: Montserrat-Regular;
}
.regsect{
    font-size: 0.9rem;
    font-family: Montserrat-Regular; 
}
.regsect a{
    color: #a5b0c1;
    transition: all .5s;
}
.regsect a:hover{
    color: #203B70 !important;  
    font-family: Montserrat-SemiBold;
}
.login_btn{
    background: #008cc9;
    border: 2px solid #254475;
    font-family: Montserrat-SemiBold; 

}
.loginCardSec .card {
    height: 210px;
    overflow: hidden;
    background: #f9fafa;
    border-radius: 6px;
}
.dashCardSec .card {
    height: 150px;
    overflow: hidden;
    background: #f9fafa;
    border-radius: 6px;
}
/* login Page css ends */
.nav-link{
  font-family: Montserrat-SemiBold;
}
.welcome_text{
  font-family: Montserrat-SemiBold;
}
.dashboard main{
  background-color: #fff;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  color: #203B70;
  background-color: transparent;
  border-bottom: 2px solid #254475;
  border-radius: 0;
}
.nav-pills .nav-link{
  color: #a5b0c1;
}
main{
  height: 100%;
  min-height: 100%;
}
.flagImg{
  background: #f9fbfa;
  padding: 8px 10px;
  border-radius: 6px;
  box-shadow: 0px 0px 4px #c9c9c9;
  width: 125px;
  height: 75px;
}
.selected-box .form-control{
  border: 0;
  font-family: 'Montserrat-Black';
  font-size: 1.3rem !important;
  padding: 0;
  color: #000 !important;
}
.modeBtn {
  font-family: 'Montserrat-SemiBold';
}
#ncss, #caa, #tca{
  font-family: 'Montserrat-Regular';
  background: #f6f6f6;
  padding: 10px 12px;
  border-radius: 6px;
  margin-bottom: 2%;
}
.nationalDataPage .card{
  border: 1px solid #848484;
}
.side_navigation{
  height: calc(100vh - 200px);
  overflow: auto;
  padding-bottom: 25%;
}
.side_navigation::-webkit-scrollbar {
  width: 0.5em;
}
 
.side_navigation::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
 
.side_navigation::-webkit-scrollbar-thumb {
  background-color:rgba(255, 255, 255, 0.62);
  outline: 0px solid slategrey;
  border-radius: 10px;
}
.minor-text{
  font-family: 'Montserrat-SemiBold';
}
#awareNational .highcharts-title{
  font-family: 'Montserrat-SemiBold' !important;
  fill: #000 !important;
  font-size: 0.8rem !important;
}
.average-text{
  padding-left: 0px !important;
  font-family: 'Montserrat-Regular';
  color: #6d6d6d !important;
  cursor: pointer;
}
#awareNational .highcharts-subtitle {
  font-family: 'Montserrat-Regular';
}
#awareNational .highcharts-subtitle tspan{
  fill: #666666 !important;
}
.routeChart{
  color: #000;
  font-family: 'Montserrat-SemiBold';
}
#route-Chart .highcharts-color-0{
  fill: #f4b148;
}
#route-Chart .highcharts-color-1{
  fill:#69d0f9;
}
/* .routePie .mdi-pill, .routePie .text-orange{
  color: #f4b148 !important;
} */
.register.unregistered .col-form-label{
  font-family: 'Montserrat-Regular';
}
.register.unregistered .form-control{
  border: 1px solid #bcd5e0;
  border-radius: 6px;
  font-family: Montserrat-Regular;
}
.pages-tabs#pills-tab .nav-item a{
  padding: 6px 8px;
}
.nav-tabs.pages-tabs .nav-link.active, .nav-tabs.pages-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #018dca #018dca #018dca;
  border-radius: 6px;
}
.nav-tabs.pages-tabs .nav-link{
  border: 2px solid transparent;
}
#menu-plain-bar li{
  background: #fff !important;
  border: 0 !important;
  border-bottom: 1px solid #E1E9EC !important;
  font-family: Montserrat-Regular;
  color: #000 !important;
}
#menu-plain-bar a li:hover, #menu-plain-bar a li.active{
  background-color: white;
  color: #000;
  font-family: 'Montserrat-SemiBold';
  border-bottom: 2px solid #000 !important;
}
.modeTabs .nav-link{
  opacity: 0.3;
  font-size: 1.2rem;
  font-family: 'Montserrat-Black';
  color: #000 !important;
}
.modeTabs .nav-link.active, .modeTabs .show>.nav-link{
  opacity: 1;
  border-bottom: 0;
}
