@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?r295r2');
  src: url('../fonts/icomoon.eot?#iefixr295r2') format('embedded-opentype'), url('../fonts/icomoon.ttf?r295r2') format('truetype'), url('../fonts/icomoon.woff?r295r2') format('woff'), url('../fonts/icomoon.svg?r295r2#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-pdf-icon:before {
  content: "\e600";
}
.icon-word-icon:before {
  content: "\e601";
}
.icon-excel-icon:before {
  content: "\e602";
}
.icon-powerpoint-icon:before {
  content: "\e603";
}
.icon-image-icon:before {
  content: "\e604";
}
.icon-compressed-icon:before {
  content: "\e605";
}
.icon-file-icon:before {
  content: "\e606";
}
.icon-download-icon:before {
  content: "\e607";
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.hidden {
  display: none;
}
* html .clearfix {
  zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}
/* IE7 */
html {
  height: 100%;
}
body {
  margin: 0px;
  padding: 0px !important;
  background-color: white;
  font-family: 'Open Sans', Arial;
  height: 100%;
}
body > .toolbar {
  display: none !important;
}
a {
  color: #136fb6;
}
#header {
  width: 100%;
  height: 72px;
  background-color: #136fb6;
  position: static;
  left: 0px;
  top: 0px;
  z-index: 4000;
  -webkit-transition: top 0.3s ease-out 0s;
  -moz-transition: top 0.3s ease-out 0s;
  -o-transition: top 0.3s ease-out 0s;
  transition: top 0.3s ease-out 0s;
}
#header .header-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
#header .header-wrapper .menu-button {
  width: 71px;
  height: 71px;
  background: url(../images/menu-icon.png) 50% 50% no-repeat;
  cursor: pointer;
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
}
#header .header-wrapper .logo {
  float: left;
  width: 105px;
  height: 72px;
  display: block;
}
#header .header-wrapper .logo img {
  max-width: 100%;
  margin-top: 18px;
  display: block;
  max-width: 57px;
}
#header .header-wrapper .logo.iom {
  float: right;
  width: 45px;
}
#header .header-wrapper .logo.iom img {
  margin: 15px auto 0;
  max-width: 47px;
}
#header .header-wrapper .links {
  padding: 0px;
  margin: 0px;
  float: right;
  position: relative;
}
#header .header-wrapper .links .hover {
  position: absolute;
  top: 0px;
  width: 0px;
  height: 72px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
#header .header-wrapper .links li {
  float: left;
  list-style: none;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  padding: 0px;
}
#header .header-wrapper .links li:last-child {
  margin-right: 10px;
}
#header .header-wrapper .links li.active {
  background-color: rgba(255, 255, 255, 0.2);
}
#header .header-wrapper .links li.active a {
  border-bottom: 3px solid orange;
}
#header .header-wrapper .links li a {
  display: block;
  height: 72px;
  line-height: 72px;
  font-size: 13px;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  padding: 0px 22px;
  font-family: 'Open Sans', Arial !important;
  text-shadow: 0px 1px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
}
#header .header-wrapper .links li a .menu-badge {
  height: 17px;
  line-height: 17px;
  vertical-align: middle;
  color: #136fb6;
  text-align: center;
  padding: 0px 6px;
  text-decoration: none;
  border-radius: 15px;
  margin-left: 5px;
  font-size: 12px;
  font-weight: normal;
  background-image: none !important;
  max-width: 15% !important;
  display: inline-block !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: -4px;
  background-color: white;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.25);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.25);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.25);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
#header .header-wrapper .social-nav {
  list-style: none;
  width: 70px;
  height: 40px;
  margin-top: 25px;
  float: right;
  padding: 0px;
  margin-bottom: 0px;
}
#header .header-wrapper .social-nav li {
  float: left;
  width: 50%;
  height: 30px;
}
#header .header-wrapper .social-nav li.facebook a {
  background-image: url(../images/facebook.png);
}
#header .header-wrapper .social-nav li.twitter a {
  background-image: url(../images/twitter.png);
}
#header .header-wrapper .social-nav li a {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
  width: 20px;
  height: 20px;
}
.page-wrapper {
  height: 100%;
}
.page-wrapper .program-item {
  width: 100%;
  height: 100%;
  /* overflow: hidden; */
}
.page-wrapper .program-item .bg-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  /*padding: 100px 0px;*/
  overflow: hidden;
}
.page-wrapper .program-item .bg-wrapper:after {
  /*background-image: none !important;*/
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: fixed;
  background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  content: "";
  top: 0px;
  left: 0px;
  position: absolute;
  opacity: 0.075;
  width: 100%;
  height: 100%;
  content: attr(data-stellar-background-ratio);
}
.page-wrapper .program-item .bg-wrapper .next-button {
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 45px;
  background: url(../images/arrow-down.png) 50% 10px no-repeat;
  -webkit-border-top-right-radius: 45%;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 45%;
  -moz-border-radius-topright: 45%;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 45%;
  border-top-right-radius: 45%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 45%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: bottom 0.2s ease-in 0;
  -moz-transition: bottom 0.2s ease-in 0;
  -o-transition: bottom 0.2s ease-in 0;
  transition: bottom 0.2s ease-in 0;
  z-index: 5;
  cursor: pointer;
}
.page-wrapper .program-item .bg-wrapper .next-button:hover {
  bottom: 0px;
}
.page-wrapper .program-item .content-image {
  max-width: 1200px;
  margin: 0 auto;
}
.page-wrapper .program-item .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.page-wrapper .program-item .wrapper .program-logo {
  max-width: 100%;
  margin-bottom: 30px;
}
.page-wrapper .program-item .wrapper .img-wrapper {
  float: left;
  width: 48%;
  margin-left: 2%;
  max-width: 350px;
  margin-top: 20px;
}
.page-wrapper .program-item .wrapper .img-wrapper img {
  max-width: 100%;
}
.page-wrapper .program-item .wrapper .content {
  width: 48%;
  float: right;
  color: white;
  margin-left: 2%;
}
.page-wrapper .program-item .wrapper .content .title {
  font-size: 32px;
  font-family: 'Open Sans', Arial;
  font-weight: bolder;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 17px;
}
.page-wrapper .program-item .wrapper .content .body {
  font-size: 13px;
  line-height: 18px;
  margin-top: 0px;
  margin-bottom: 20px;
}
.page-wrapper .program-item .wrapper .content .link {
  display: block;
  padding: 10px 15px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  border: 1px solid white;
  text-decoration: none;
  color: white !important;
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s ease-out 0s;
  -moz-transition: background-color 0.3s ease-out 0s;
  -o-transition: background-color 0.3s ease-out 0s;
  transition: background-color 0.3s ease-out 0s;
  padding-right: 35px;
  background: url(../images/arrow-right.png) no-repeat 92% 50%;
}
.page-wrapper .program-item .wrapper .content .link:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.page-wrapper .program-item .wrapper .procedures-wrapper {
  margin-top: 88px;
  position: relative;
  float: none;
  clear: both;
}
.page-wrapper .program-item .wrapper .procedures-wrapper h3 {
  font-size: 12px;
  color: white;
  margin: 0px;
  text-transform: uppercase;
  font-weight: normal;
}
.page-wrapper .program-item .wrapper .procedures-wrapper hr {
  border: none 0px white;
  height: 1px;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.48);
  position: absolute;
  right: 0px;
  top: 0px;
  width: 90%;
}
.page-wrapper .program-item .wrapper .procedures-wrapper .procedures {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.page-wrapper .program-item .wrapper .procedures-wrapper .procedures li {
  float: left;
  margin-top: 45px;
  width: 13.66666666666667%;
  margin-right: 3%;
}
.page-wrapper .program-item .wrapper .procedures-wrapper .procedures li .img-wrapper {
  float: none;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  height: 68px;
}
.page-wrapper .program-item .wrapper .procedures-wrapper .procedures li .img-wrapper img {
  max-width: 100%;
  border-style: none !important;
}
.page-wrapper .program-item .wrapper .procedures-wrapper .procedures li span {
  font-size: 12px;
  color: white;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
  max-width: 115px;
}
.page-wrapper .program-item.green {
  background-color: #13a21a;
}
.page-wrapper .program-item.green .bg-wrapper:after {
  background-image: url(../images/biometric-bg-img.jpg);
}
.page-wrapper .program-item.green .procedures li {
  width: 20% !important;
}
.page-wrapper .program-item.green .next-button {
  background-color: #0a8811;
}
.page-wrapper .program-item.blue {
  background-color: #136fb6;
}
.page-wrapper .program-item.blue .img-wrapper {
  max-width: none;
  float: right;
}
.page-wrapper .program-item.blue .img-wrapper img {
  border: 3px none white;
}
.page-wrapper .program-item.blue .next-button {
  background-color: #005597;
}
.page-wrapper .program-item.blue .content {
  float: right;
  margin-left: 0px;
  margin-right: 2%;
}
.page-wrapper .program-item.blue .bg-wrapper:after {
  background-image: url(../images/dtm-bg-img.jpg);
}
.page-wrapper .program-item.orange {
  background-color: #c47c27;
}
.page-wrapper .program-item.orange .next-button {
  background-color: #af6917;
}
.page-wrapper .program-item.gray {
  background-color: #b0b0b0;
}
.page-wrapper .program-item.gray .next-button {
  background-color: #989898;
}
.main-content {
  max-width: 1200px;
  margin: 0 auto;
}
.main-content > h1 {
  color: #136fb6;
}
.profile-wrapper {
  background-color: #fff;
  display: none;
}
.profile-wrapper .main-content {
  max-width: 1200px;
  margin: 0 auto;
}
.profile-wrapper .main-content .header {
  padding: 50px 0px 50px 0px;
}
.profile-wrapper .main-content .header .threshold-print {
  float: left;
  margin-top: 28px;
  width: 16.5%;
}
.profile-wrapper .main-content .header .threshold-print .option {
  width: auto;
  float: left;
}
.profile-wrapper .main-content .header .threshold-print .option .icon {
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ccc;
  float: left;
  margin-right: 10px;
}
.profile-wrapper .main-content .header .threshold-print .option span {
  text-transform: uppercase;
  font-size: 11px;
  color: #6d6d6d;
  display: block;
  margin-top: -5px;
}
.profile-wrapper .main-content .header .threshold-print .option .title {
  font-weight: bold;
  color: #585858;
  font-size: 19px;
  text-transform: uppercase;
  margin-top: 0px;
}
.profile-wrapper .main-content .header .threshold-print .threshold .icon {
  background-color: #f5f5f5;
}
.profile-wrapper .main-content .header .threshold-print .threshold.flag-normal .icon {
  background: url(../images/threshold-passed-large.png) no-repeat 50% 50% #3ab80e;
}
.profile-wrapper .main-content .header .threshold-print .threshold.flag-warning .icon {
  background: url(../images/threshold-failed-large.png) no-repeat 50% 50% #d4d200;
}
.profile-wrapper .main-content .header .threshold-print .threshold.flag-critical .icon {
  background: url(../images/threshold-failed-large.png) no-repeat 50% 50% #a91901;
}
.profile-wrapper .main-content .header .threshold-print .threshold.flag-neutral .icon {
  background: url(../images/threshold-failed-large.png) no-repeat 50% 50% #cccccc;
}
.profile-wrapper .main-content .header .threshold-print .threshold.flag-neutral .title {
  font-size: 11px;
}
.profile-wrapper .main-content .header .threshold-print .print {
  cursor: pointer;
}
.profile-wrapper .main-content .header .threshold-print .print .icon {
  background: url(../images/print.png) no-repeat 50% 50% #cccccc;
}
.profile-wrapper .main-content .header .profile-tools {
  width: 35%;
  float: left;
  padding: 22px 0px 15px 0px;
}
.profile-wrapper .main-content .header .profile-tools #print-button {
  width: 20%;
}
.profile-wrapper .main-content .header .profile-tools #print-button .icon {
  background: url(../images/print-icon.png) no-repeat 50% 50%;
}
.profile-wrapper .main-content .header .profile-tools #map-button {
  width: 20%;
}
.profile-wrapper .main-content .header .profile-tools #map-button .icon {
  background: url(../images/arrow-up.png) no-repeat 50% 50%;
}
.profile-wrapper .main-content .header .profile-tools #download-button {
  width: 30%;
}
.profile-wrapper .main-content .header .profile-tools #download-button .icon {
  background: url(../images/download-arrow.png) no-repeat 50% 50%;
}
.profile-wrapper .main-content .header .profile-tools #reach-profile-button {
  display: none;
  width: 30%;
}
.profile-wrapper .main-content .header .profile-tools #reach-profile-button .icon {
  background: url(../images/reach-profile.png) no-repeat 50% 50%;
}
.profile-wrapper .main-content .header .profile-tools #reach-profile-button .reach-profiles-wrapper {
  display: none;
  position: relative;
  padding-top: 14px;
}
.profile-wrapper .main-content .header .profile-tools #reach-profile-button .reach-profiles-wrapper .pin {
  width: 23px;
  height: 14px;
  display: block;
  position: absolute;
  top: 0px;
  left: 52px;
  background: url(../images/reach-rpofiles-pin.png) 50% 50% no-repeat;
  z-index: 100;
}
.profile-wrapper .main-content .header .profile-tools #reach-profile-button #reach-profiles {
  padding: 0px 0px 0px 0px;
  margin: 0;
  border: 1px solid #eee;
  width: 220px;
  list-style: none;
  text-align: center;
  position: relative;
  z-index: 50;
  background-color: white;
  box-shadow: 0px 2px 5px 1px rgba(120, 120, 120, 0.3);
  max-height: 196px;
  overflow-y: auto;
}
.profile-wrapper .main-content .header .profile-tools #reach-profile-button #reach-profiles img {
  max-width: 100%;
  cursor: default !important;
}
.profile-wrapper .main-content .header .profile-tools #reach-profile-button #reach-profiles:last-child {
  border-style: none !important;
}
.profile-wrapper .main-content .header .profile-tools #reach-profile-button #reach-profiles li a {
  display: block;
  padding: 10px 20px;
  font-size: 13px;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
  height: 28px;
  line-height: 28px;
  color: #393939;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.profile-wrapper .main-content .header .profile-tools #reach-profile-button #reach-profiles li a:hover {
  background-color: #fafafa;
}
.profile-wrapper .main-content .header .profile-tools #reach-profile-button:hover .reach-profiles-wrapper {
  display: block;
}
.profile-wrapper .main-content .header .profile-tools .tool {
  width: 25%;
  height: 30px;
  line-height: 20px;
  float: left;
  cursor: pointer;
  background-color: white;
}
.profile-wrapper .main-content .header .profile-tools .tool .icon {
  width: 20px;
  height: 20px;
  margin: 0 auto 5px auto;
}
.profile-wrapper .main-content .header .profile-tools .tool .title {
  font-size: 12px;
  color: #393939;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}
.profile-wrapper .main-content .header .location {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 24px 2% 22px 2%;
  width: 45%;
  float: left;
  padding-left: 10px;
  list-style: none;
  color: #585858;
  margin: 0px;
}
.profile-wrapper .main-content .header .location li {
  /*background: url(../images/location-arrow.png) no-repeat 65% 5px;
          float: left;
          min-width: 80px;*/
  display: inline-block;
  margin-right: 14%;
}
.profile-wrapper .main-content .header .location li:last-child {
  background-image: url("") !important;
}
.profile-wrapper .main-content .header .location li .admin-boundary {
  font-size: 11px;
  text-decoration: uppercase;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}
.profile-wrapper .main-content .header .location li .location {
  font-size: 13px;
}
.profile-wrapper .main-content .profile-detail {
  position: relative;
}
.profile-wrapper .main-content .profile-detail .pws_tabs_list {
  padding: 0px !important;
}
.profile-wrapper .main-content .profile-detail .slide .detail-tab-wrapper {
  padding: 0px 0px 0px 50px !important;
}
.profile-wrapper .main-content .profile-detail .panel-box {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  min-height: 192px;
  width: 46%;
  float: left;
  margin-bottom: 60px;
  box-sizing: border-box;
  position: relative;
}
.profile-wrapper .main-content .profile-detail .panel-box.wide {
  width: 100%;
}
.profile-wrapper .main-content .profile-detail .panel-box.col-2 .wrapper .content {
  width: 48%;
  float: left;
  margin-right: 2%;
}
.profile-wrapper .main-content .profile-detail .panel-box.col-3 .wrapper .content {
  width: 30.3%;
  float: left;
  margin-right: 3%;
}
.profile-wrapper .main-content .profile-detail .panel-box.col-4 .wrapper .content {
  width: 24%;
  float: left;
  margin-right: 1%;
}
.profile-wrapper .main-content .profile-detail .panel-box.right {
  float: right;
}
.profile-wrapper .main-content .profile-detail .panel-box .title {
  color: #136fb6;
  margin-top: 0px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #136fb6;
  margin-bottom: 30px;
}
.profile-wrapper .main-content .profile-detail .panel-box .title span {
  display: inline-block;
  background-color: #136fb6;
  font-size: 12px;
  color: white;
  padding: 7px 10px;
}
.profile-wrapper .main-content .profile-detail .panel-box .wrapper .content-separator {
  position: absolute;
  width: 1px;
  top: 0px;
  height: 100%;
  left: 50%;
  background-color: #f6f6f6;
  display: none;
}
.profile-wrapper .main-content .profile-detail .panel-box .wrapper .row:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.profile-wrapper .main-content .profile-detail .panel-box .wrapper .content .sub-title {
  color: #333333;
  font-size: 13px;
  margin: 0px;
}
.profile-wrapper .main-content .profile-detail .panel-box .wrapper .content ul.options {
  list-style: none;
  padding: 0px;
  margin: 0px;
  width: 50%;
  float: right;
}
.profile-wrapper .main-content .profile-detail .panel-box .wrapper .content ul.options li {
  float: right;
}
.profile-wrapper .main-content .profile-detail .panel-box .wrapper .content ul.options li.active a {
  color: #444 !important;
}
.profile-wrapper .main-content .profile-detail .panel-box .wrapper .content ul.options li a {
  display: block;
  padding: 0px 0px 10px 15px;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  color: #aaa;
  font-weight: normal;
}
.profile-wrapper .main-content .profile-detail .panel-box .wrapper .content.lat-long .image-wrapper {
  text-align: left;
  width: 25%;
  float: left;
  margin-top: 10px;
  display: none;
}
.profile-wrapper .main-content .profile-detail .panel-box .wrapper .content.lat-long .image-wrapper img {
  max-width: 100%;
}
.profile-wrapper .main-content .profile-detail .panel-box .wrapper .content.lat-long .content-wrapper {
  width: 100%;
  float: none;
}
.profile-wrapper .main-content .profile-detail .panel-box .wrapper .content table {
  width: 100%;
  margin-bottom: 40px;
}
.profile-wrapper .main-content .profile-detail .panel-box .wrapper .content table tr {
  padding: 18px 0px;
  border-style: none !important;
  font-size: 13px;
}
.profile-wrapper .main-content .profile-detail .panel-box .wrapper .content table tr th {
  font-size: 12px;
  color: #a0a0a0;
  text-transform: uppercase;
  text-align: left;
  font-weight: normal;
}
.profile-wrapper .main-content .profile-detail .panel-box .wrapper .content table tr td {
  vertical-align: top;
  padding: 10px 0px;
  border-bottom: 1px solid #efefef;
  padding-right: 20px;
}
.profile-wrapper .main-content .profile-detail .panel-box .wrapper .content .label-value {
  color: #6d6d6d;
  margin-bottom: 30px;
}
.profile-wrapper .main-content .profile-detail .panel-box .wrapper .content .label-value .label {
  font-size: 13px;
  display: block;
}
.profile-wrapper .main-content .profile-detail .panel-box .wrapper .content .label-value .value {
  font-weight: 600;
  font-size: 15px;
  display: block;
}
.profile-wrapper .main-content .profile-detail .panel-box .wrapper .content .label-value .value .value {
  display: inline !important;
}
.profile-wrapper .main-content .profile-detail .panel-box .wrapper .content .label-value .value ul,
.profile-wrapper .main-content .profile-detail .panel-box .wrapper .content .label-value .value ol {
  padding: 0px;
  margin: 0px;
  list-style-position: inside;
  line-height: 25px;
}
.profile-wrapper .main-content .profile-detail .panel-box .wrapper .content .label-value .value.flag-normal {
  line-height: 18px;
  vertical-align: top;
  color: #3ab80e;
  font-weight: 600;
}
.profile-wrapper .main-content .profile-detail .panel-box .wrapper .content .label-value .value.flag-normal:after {
  display: inline-block;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: '';
  margin-left: 5px;
  background: url(../images/threshold-passed-small.png) no-repeat 50% 50% #3ab80e;
}
.profile-wrapper .main-content .profile-detail .panel-box .wrapper .content .label-value .value.flag-warning {
  line-height: 18px;
  vertical-align: top;
  color: #d4d200;
  font-weight: 600;
}
.profile-wrapper .main-content .profile-detail .panel-box .wrapper .content .label-value .value.flag-warning:after {
  display: inline-block;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: '';
  margin-left: 5px;
  background: url(../images/threshold-failed-small.png) no-repeat 50% 50% #d4d200;
}
.profile-wrapper .main-content .profile-detail .panel-box .wrapper .content .label-value .value.flag-critical {
  line-height: 18px;
  vertical-align: top;
  color: #a91901;
  font-weight: 600;
}
.profile-wrapper .main-content .profile-detail .panel-box .wrapper .content .label-value .value.flag-critical:after {
  display: inline-block;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: '';
  margin-left: 5px;
  background: url(../images/threshold-failed-small.png) no-repeat 50% 50% #a91901;
}
.cccm-structure .main-content {
  padding: 50px 0px;
}
.cccm-structure .main-content > h1 {
  color: #136fb6;
  width: 65%;
  float: left;
}
.cccm-structure .options {
  margin-top: 14px;
}
.cccm-structure .options #cccm-map-types {
  display: block;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  /* line-height: 47px; */
  list-style: none;
  margin-top: 0px;
  /* margin-left: -31px; */
}
.cccm-structure .options #cccm-map-types li {
  float: left;
  width: 30%;
  border-bottom: 1px solid #ccc;
  /* text-align: center; */
  font-weight: normal;
  cursor: pointer;
  color: #010101;
  border-right: 1px solid white;
  margin-right: 3%;
  padding: 15px 0px;
  text-transform: uppercase;
}
.cccm-structure .options #cccm-map-types li.active {
  color: #136fb6;
  /* background-color: #efefef; */
  border-bottom: 3px solid #136fb6;
  font-weight: bold;
}
.cccm-structure .counters .item {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 70px;
  text-align: left;
  margin-bottom: 5px;
  background-color: #fafafa;
  /* border-bottom: 18px; */
}
.cccm-structure .counters .item .value {
  display: block;
  width: 70px;
  height: 70px;
  line-height: 50px;
  text-align: center;
  /* float: left; */
  /* background-color: #fafafa; */
  font-size: 28px;
  font-weight: bold;
  color: #136fb6;
  /* margin-bottom: 15px; */
  /* margin-right: 10px; */
  margin: 0 auto;
  line-height: 70px;
  /* border: 1px solid #eeeeee; */
  border-radius: 50%;
  /* margin-bottom: 20px; */
  /* margin-top: 4px; */
  float: left;
}
.cccm-structure .counter-option {
  margin-bottom: 40px;
  float: right;
  width: 33%;
  margin-top: 26px;
}
.cccm-structure #cccm-structure-map {
  margin-bottom: 10px;
  height: 700px;
}
#footer {
  border-top: #bbb 1px none;
  padding: 50px 0px 30px 0px;
  font-size: 14px;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
  min-height: 50px;
}
#footer .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
#footer .wrapper .links-copyright {
  margin: 10px 40px;
}
#footer .wrapper .donors {
  display: block;
  margin: 0px 20px 30px 20px;
  padding: 0px;
  text-align: center;
}
#footer .wrapper .donors li {
  display: inline;
  display: inline-block;
  height: 40px;
  margin: 0px 25px;
}
#footer .wrapper .donors li img {
  max-height: 40px;
  height: auto;
  width: auto;
}
#footer .social-media {
  float: right;
  color: #136fb6;
  padding: 15px 0px 0px 0px;
  width: 240px;
  font-size: 13px;
}
#footer .social-media .social-nav {
  list-style: none;
  width: 60px;
  height: 20px;
  margin: 0px;
  float: right;
  padding: 0px;
}
#footer .social-media .social-nav li {
  float: left;
  width: 30px;
  height: 30px;
}
#footer .social-media .social-nav li.facebook a {
  background-image: url(../images/facebook.png);
}
#footer .social-media .social-nav li.twitter a {
  background-image: url(../images/twitter.png);
}
#footer .social-media .social-nav li a {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
  width: 16px;
  height: 16px;
}
#footer .copy-right {
  float: none;
  clear: both;
  font-size: 11px;
  margin-top: 5px;
  margin-bottom: 0px;
  text-align: center;
}
#footer .links {
  padding: 0px;
  margin: 0px 0px 15px 0px;
  text-align: center;
  display: block;
}
#footer .links li {
  list-style: none;
  padding: 0px 5px 0px 0px;
  display: inline-block;
}
#footer .links li:after {
  content: '\000B7';
  margin-right: 10px;
  font-weight: bold;
}
#footer .links li a {
  font-size: 11px;
  text-decoration: none;
  color: #3a3a3a;
  margin-right: 10px;
  text-transform: uppercase;
}
#footer .links li a:hover {
  -webkit-transition: color 0.5s ease-in 0;
  -moz-transition: color 0.5s ease-in 0;
  -o-transition: color 0.5s ease-in 0;
  transition: color 0.5s ease-in 0;
  color: #136fb6;
}
.select2-drop {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.select2-container {
  border: 1px solid #bbb !important;
  overflow: hidden;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.select2-container .select2-choice .select2-arrow b {
  background-position: 2px 8px !important;
}
.select2-container .select2-choice .select2-arrow {
  right: 10px !important;
}
.contact-form #edit-submit {
  padding: 14px;
  background-color: white;
  color: #136fb6;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #bbb;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
.select2-results .select2-highlighted {
  background-color: #136fb6;
}
.select2-results li {
  font-size: 14px;
}
#filters {
  width: 17.96875%;
  display: none;
  position: absolute;
  right: 30px;
  top: 56px;
  min-height: 400px;
}
#filters .filter-wrapper-col2 .filter-item:last-child {
  float: right !important;
}
#filters .filter-wrapper-col2 .filter-item {
  width: 48%;
}
#filters .filter-wrapper-col2 .filter-item input {
  border: 1px solid #bbb !important;
  border-left: none !important;
}
#filters .filter-wrapper-col2.number-filter .filter-item .select2-container {
  border-right: none !important;
}
#filters .filter-item {
  margin-bottom: 20px;
  /*border-bottom: 2px solid #dadada;
    .border-radiuses(2px, 2px, 2px, 2px);
    */
}
#filters .filter-item > label {
  background-color: #136fb6;
  color: white;
  text-transform: uppercase;
  font-size: 11px;
  padding: 6px 8px;
  display: inline-block;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#filters .filter-item .select2-container {
  border: 1px solid white;
  overflow: hidden;
  /*box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.12);*/
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#filters .filter-item .operator-select {
  font-size: 15px;
}
#filters .filter-item .operator-select .select2-container {
  width: 35% !important;
  font-size: 18px;
  font-weight: bold;
  float: left;
}
#filters .filter-item .operator-select .select2-container .select2-choice .select2-arrow {
  display: none;
}
#filters .filter-item .operator-select .select2-container .select2-choice {
  text-align: center;
}
#filters .filter-item .operator-select .select2-container .select2-choice > .select2-chosen {
  margin: 0px;
}
#filters .filter-item .operator-select > input[type=text] {
  float: left;
  width: 63%;
  padding: 0px 0;
  border-style: none;
  font-size: 13px;
  height: 39px;
  outline: none;
  text-align: center;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#map-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#map-wrapper.non-map #site-map {
  display: none;
}
#map-wrapper.non-map #filters {
  width: 46%;
  right: 2%;
  top: 56px;
}
#map-wrapper.non-map #filters .filter-item > label {
  background-color: #ffffff;
  color: #136fb6;
  padding-left: 0px;
  font-weight: bold;
}
#map-wrapper.non-map #filters .action-button {
  display: block;
}
#map-wrapper.non-map #stat-filter-wrapper {
  width: 50%;
  display: block;
  position: relative;
}
#map-wrapper.non-map #stat-filter-wrapper #stat-wrapper {
  width: 46%;
  left: 2%;
  top: 86px;
  min-height: 200px;
}
#map-wrapper.non-map #search-results {
  width: 46%;
  height: auto;
  top: 84px;
  right: 2%;
  padding-left: 0px;
  padding-right: 0px;
  background: none;
}
#map-wrapper.non-map #search-results .panel-header {
  background-color: white !important;
  left: 3%;
}
#map-wrapper.non-map #search-results .panel-header .toggle-btn {
  display: none;
}
#map-wrapper.non-map #search-results #search-results-nav-left,
#map-wrapper.non-map #search-results #search-results-nav-right {
  display: none;
}
#map-wrapper.non-map #search-results .wrapper {
  height: auto;
}
#map-wrapper.non-map #search-results .wrapper .items {
  height: auto;
}
#map-wrapper.non-map #search-results .wrapper .items .result-item {
  position: static;
  margin-bottom: 24px;
}
#map-wrapper #site-map {
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
#map-wrapper #reset-map {
  width: 48.5%;
  float: right;
  height: 54px;
  margin-top: 3px;
  background: url(../images/reset-map.png) 50% 50% no-repeat white;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.17);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border-style: none !important;
  cursor: pointer;
  height: 57px;
  display: none;
}
#map-wrapper #trend-button,
#map-wrapper #dtm-button {
  width: 48.5%;
  float: left;
  margin-top: 3px;
  background-color: white;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.17);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border-style: none !important;
  cursor: pointer;
  height: 57px;
  line-height: 57px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
#map-wrapper #trend-button span,
#map-wrapper #dtm-button span {
  display: inline-block;
  height: 57px;
}
#map-wrapper #trend-button span img,
#map-wrapper #dtm-button span img {
  vertical-align: middle;
}
#map-wrapper #dtm-button {
  float: right;
}
#map-wrapper #base-map-toggle {
  width: 48.5%;
  float: left;
  height: 54px;
  margin-top: 3px;
  background: url(../images/basemap.png) 50% 50% no-repeat white;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.17);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border-style: none !important;
  cursor: pointer;
  height: 57px;
  display: none;
}
#map-wrapper #base-map-toggle1 {
  width: 50%;
  float: left;
  height: 54px;
  margin-top: 2px;
  display: block;
}
#map-wrapper #base-map-toggle1 .toggleButton {
  background-color: white;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.17);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-style: none !important;
  width: auto !important;
  height: 55px;
}
#map-wrapper #base-map-toggle1 .toggleButton .basemapImage {
  height: 100%;
  width: auto !important;
  background: url(../images/basemap.png) 50% 50% no-repeat white;
}
#map-wrapper #base-map-toggle1 .toggleButton img {
  display: none;
}
#map-wrapper #base-map-toggle1 .toggleButton .basemapTitle {
  width: auto !important;
  display: none;
}
#map-wrapper #search-results {
  background-color: #f5f5f5;
  border-top: 1px solid #d4d4d4;
  padding: 36px 8%;
  position: absolute;
  bottom: 0px;
  width: 84%;
  height: 98px;
  bottom: -171px;
  -webkit-transition: bottom 0.3s ease-in 0;
  -moz-transition: bottom 0.3s ease-in 0;
  -o-transition: bottom 0.3s ease-in 0;
  transition: bottom 0.3s ease-in 0;
  z-index: 40;
}
#map-wrapper #search-results.minimized .panel-header .toggle-btn {
  background-image: url(../images/small-arrow-up.png);
}
#map-wrapper #search-results.open {
  display: block;
}
#map-wrapper #search-results.open .panel-header {
  display: block;
}
#map-wrapper #search-results .panel-header {
  background-color: #f5f5f5;
  border-top: 1px solid #d4d4d4;
  border-left: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
  border-bottom: none;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  left: 8%;
  height: 38px;
  width: 150px;
  top: -38px;
  line-height: 38px;
  padding: 0px 15px;
  font-size: 14px;
  display: none;
}
#map-wrapper #search-results .panel-header .toggle-btn {
  width: 28px;
  height: 28px;
  cursor: pointer;
  display: block;
  float: right;
  background: url(../images/small-arrow-down.png) no-repeat 50% 50%;
  display: inline-block;
  margin-top: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: background-color 0.3 ease-in 0;
  -moz-transition: background-color 0.3 ease-in 0;
  -o-transition: background-color 0.3 ease-in 0;
  transition: background-color 0.3 ease-in 0;
}
#map-wrapper #search-results .panel-header .toggle-btn:hover {
  background-color: #f1f1f1;
}
#map-wrapper #search-results .nav-left {
  width: 42px;
  height: 100px;
  background: url(../images/slider-arrow-left.png) 50% 50% no-repeat;
  top: 40px;
  left: 30px;
  position: absolute;
  cursor: pointer;
}
#map-wrapper #search-results .nav-right {
  width: 42px;
  height: 100px;
  background: url(../images/slider-arrow-right.png) 50% 50% no-repeat;
  top: 40px;
  right: 30px;
  position: absolute;
  cursor: pointer;
}
#map-wrapper #search-results > .wrapper {
  height: 120px;
  overflow: hidden;
  position: relative;
}
#map-wrapper #search-results > .wrapper .items {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 115px;
}
#map-wrapper #search-results > .wrapper .result-item {
  width: 244px;
  height: 66px;
  float: left;
  margin-right: 28px;
  background-color: white;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  position: absolute;
  border: 1px solid #ddd;
  border-left: 5px solid #ccc;
  padding: 16px;
}
#map-wrapper #search-results > .wrapper .result-item:hover {
  background-color: #fCfCfC;
}
#map-wrapper #search-results > .wrapper .result-item .title {
  margin: 0px;
  color: #222;
  font-size: 15px;
  font-weight: 500;
}
#map-wrapper #search-results > .wrapper .result-item .wrapper .label-value {
  font-size: 13px;
  margin-top: 5px;
  text-align: left;
  color: #888;
}
#map-wrapper #search-results > .wrapper .result-item .wrapper .label-value .label {
  display: inline;
  margin-right: 5px;
}
#map-wrapper #search-results > .wrapper .result-item .wrapper .label-value .value {
  display: inline;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#map-wrapper #stat-wrapper {
  width: 17.6875%;
  position: absolute;
  left: 84px;
  top: 86px;
  min-height: 200px;
}
#map-wrapper #stat {
  visibility: hidden;
  width: 100%;
  height: 210px;
  position: static;
  background-color: white;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.17);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#map-wrapper #stat .highcharts-container {
  top: -80px;
}
.pop-up {
  width: 400px;
  height: 300px;
  background-color: white;
  position: relative;
  /*
   position: absolute;
   top: 30%;
   left: 50%;
   margin-left: -200px;
   margin-top: -112px;
   */
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.17);
}
.pop-up .pin {
  position: absolute;
  bottom: -13px;
  left: 50%;
  margin-left: -6px;
  width: 20px;
  height: 20px;
  background: url(../images/pop-up-pin.png) 50% 100% no-repeat;
}
.pop-up .header {
  padding: 15px 10px 15px 29px;
  position: relative;
  margin-bottom: 15px;
  min-height: 32px;
}
.pop-up .header .controls {
  width: 30%;
  float: left;
}
.pop-up .header .controls a {
  width: 33.3%;
  height: 40px;
  float: left;
}
.pop-up .header .controls .site-profile-btn {
  cursor: pointer;
  background: url(../images/pop-up-profile.png) no-repeat 50% 50% transparent;
}
.pop-up .header .controls .close-btn {
  background: url(../images/pop-up-close.png) no-repeat 50% 50% transparent;
  cursor: pointer;
}
.pop-up .header .controls .zoom-btn {
  background: url(../images/pop-up-zoom-marker.png) no-repeat 50% 50% transparent;
  cursor: pointer;
}
.pop-up .header .title-bar {
  width: 70%;
  float: left;
}
.pop-up .header .title-bar .title {
  /*color: #383838;*/
  font-size: 17px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.pop-up .header .title-bar .title .sub-title {
  font-size: 12px;
  display: block;
  font-weight: normal;
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pop-up .header .title-bar .label-value {
  float: left;
  margin-right: 18px;
  font-size: 10px;
  color: #bbbbbb;
}
.pop-up .header .title-bar .label-value .label {
  text-transform: uppercase;
}
.pop-up .header .title-bar .label-value .value {
  font-weight: bold;
  font-size: 11px;
}
.pop-up .content {
  padding: 10px 40px 25px 40px;
  position: relative;
}
.pop-up .content .pop-up-nav-left {
  position: absolute;
  width: 27px;
  height: 58px;
  left: 3px;
  top: 50%;
  margin-top: -60px;
  background-color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  background: url(../images/popup-nav-left.png) 50% 50% no-repeat white;
  display: none;
}
.pop-up .content .pop-up-nav-right {
  position: absolute;
  width: 27px;
  height: 58px;
  right: 3px;
  top: 50%;
  margin-top: -60px;
  background-color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  background: url(../images/popup-nav-right.png) 50% 50% no-repeat white;
}
.pop-up .content .wrapper {
  height: 210px;
  overflow: hidden;
}
.pop-up .content .wrapper ul.groups {
  margin: 0px;
  padding: 0px;
  list-style: none;
  position: relative;
}
.pop-up .content .wrapper ul.groups li {
  width: 100%;
  position: absolute;
  top: 0px;
}
.pop-up .content .wrapper ul.groups li.page-1 {
  left: 0px;
}
.pop-up .content .wrapper ul.groups li.page-2 {
  left: 100%;
}
.pop-up .content .wrapper .label-value {
  font-size: 13px;
  margin: 0px 0px 20px 0px;
  float: left;
  width: 48%;
  text-align: left;
  margin-right: 2%;
}
.pop-up .content .wrapper .label-value.wide {
  width: 100% !important;
}
.pop-up .content .wrapper .label-value .label {
  text-transform: none;
  display: block;
  color: #aaa;
}
.pop-up .content .wrapper .label-value .value {
  font-size: 13px;
}
.pop-up .content .wrapper .label-value .value .coordinate sup {
  font-size: 10px;
  margin-left: 1px;
}
.coordinate {
  margin-left: 0px;
}
.coordinate sup {
  font-size: 10px;
  margin-left: 1px;
}
.action-button {
  padding: 14px;
  background-color: white;
  color: #136fb6;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #bbb;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
.profile-header {
  padding: 55px 0px;
  background-color: #3ab80e;
  -webkit-transition: backgroundColor 0.4s ease-out 0s;
  -moz-transition: backgroundColor 0.4s ease-out 0s;
  -o-transition: backgroundColor 0.4s ease-out 0s;
  transition: backgroundColor 0.4s ease-out 0s;
}
.profile-header .wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.profile-header .wrapper .title {
  font-family: 'Open Sans', Arial;
  color: white;
  font-size: 36px;
  font-weight: bold;
  margin: 0px;
  float: left;
  width: 53%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.profile-header .wrapper .infos {
  float: right;
  width: 47%;
  border-bottom: 1px solid white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: -16px;
}
.profile-header .wrapper .infos .section {
  width: 33.3%;
  float: left;
}
.profile-header .wrapper .infos .section .label-value {
  border-bottom: 4px solid white;
  max-width: 70%;
  min-height: 41px;
}
.profile-header .wrapper .infos .section .label-value .label {
  font-size: 12px;
  text-transform: uppercase;
  color: white;
}
.profile-header .wrapper .infos .section .label-value .value {
  font-size: 22px;
  font-weight: bold;
  display: block;
  color: white;
  padding-bottom: 15px;
}
.pws_tabs_controll {
  list-style: none;
  padding: 0px;
  margin-top: 0px;
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 50px;
}
.pws_tabs_controll li {
  text-transform: uppercase;
}
.pws_tabs_controll li a {
  color: #777 !important;
  cursor: pointer;
  font-size: 12px;
  background-color: transparent !important;
  padding: 0.9375em 1.175em !important;
}
.pws_tabs_controll li a:hover {
  color: #136fb6 !important;
}
.pws_tabs_controll li a.pws_tab_active {
  border-bottom: 3px solid #3ab80e;
}
.pws_tabs_controll li:hover {
  color: #444;
}
.pws_tabs_list1 {
  padding: 0px !important;
  background-color: transparent !important;
}
.pws_tab_single {
  width: 100% !important;
  padding: 0px !important;
  top: 0px !important;
}
.pws_tab_single > h2 {
  display: none;
}
.pws_tab_single {
  background-color: white;
}
.pws_tabs_container.vertical ul.pws_tabs_controll {
  width: 16%;
  float: left;
  border-style: none;
}
.pws_tabs_container.vertical ul.pws_tabs_controll li {
  display: block !important;
}
.pws_tabs_container.vertical ul.pws_tabs_controll li a {
  padding-left: 0px !important;
}
.pws_tabs_container.vertical ul.pws_tabs_controll li a.pws_tab_active {
  border-style: none;
  font-weight: bold;
  color: #136fb6 !important;
}
.pws_tabs_container.vertical .pws_tabs_list {
  width: 82%;
  margin-left: 2%;
  float: left;
}
.ps-scrollbar-x-rail,
.ps-scrollbar-y-rail {
  opacity: 0.6 !important;
}
#demography-panel-box .content {
  width: 40%;
  margin-left: 4%;
}
#demography-panel-box .chart-wrapper {
  width: 50% !important;
  margin-left: 0px !important;
}
.pws_tab_single {
  transform: scale(1) !important;
}
.esriPopupWrapper {
  border-style: none;
  box-shadow: none !important;
}
.esriPopup {
  padding: 0px;
}
.esriPopup .contentPane {
  overflow: hidden !important;
  padding: 0px !important;
  font-family: 'Open Sans';
  border-style: none !important;
  background-color: #ffffff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.17);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.esriPopup .contentPane .header {
  border-style: none !important;
}
.esriPopup .actionsPane {
  display: none !important;
}
#page-overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: 10000;
  background: #fff;
}
#page-desc-wrapper {
  visibility: hidden;
  display: table;
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0.8);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 90000000000000;
  top: 0px;
}
#page-desc-wrapper #page-desc {
  display: table-cell;
  overflow: auto;
  z-index: 90000000;
  vertical-align: middle;
}
#page-desc-wrapper #page-desc h1 {
  color: #136fb6;
  margin-top: 0px;
  width: 80%;
  float: left;
}
#page-desc-wrapper #page-desc .close {
  float: right;
  width: 50px;
  height: 50px;
  background: url(../images/close-popup.png) no-repeat 50% 50%;
  cursor: pointer;
}
#page-desc-wrapper #page-desc .page-desc-content {
  margin-top: 0px;
  width: 70%;
  max-width: 1000px;
  padding: 40px 3% 50px 3%;
  max-height: 400px;
  box-shadow: 0px 2px 9px 2px rgba(0, 0, 0, 0.15);
  background-color: white;
  margin: -20px auto 0px auto;
}
@media only screen and (max-device-width: 1024px) {
  html,
  body,
  .page-wrapper {
    height: auto !important;
    overflow: visible !important;
  }
  #trend-button {
    display: none !important;
  }
  #header {
    position: static !important;
  }
  #header .menu-button {
    display: block !important;
  }
  #header ul.links {
    width: 260px;
    height: 100%;
    position: fixed !important;
    top: 0px;
    left: -260px;
    display: block;
    z-index: 100000000;
    background: white;
    overflow: auto;
  }
  #header ul.links li {
    float: none !important;
    width: auto !important;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
  }
  #header ul.links li.active {
    border-style: none !important;
    background-color: #136fb6 !important;
  }
  #header ul.links li.active a {
    color: white !important;
    border-style: none !important;
  }
  #header ul.links li a {
    color: #333333 !important;
    height: 50px !important;
    line-height: 50px !important;
    text-shadow: none !important;
    position: relative;
  }
  #header .logo {
    width: 60px !important;
  }
  #header .logo.cccm {
    position: absolute;
    left: 50%;
    margin-left: -60px;
  }
  #header .logo.cccm img {
    max-width: 45px !important;
    margin-top: 21px !important;
  }
  #header .logo.iom {
    position: absolute;
    left: 50%;
    margin-left: 10px;
  }
  #header .logo.iom img {
    margin-top: 18px !important;
    max-width: 40px !important;
  }
  #header ul.social-nav {
    width: 85px !important;
  }
  #cccm-structure-map {
    height: 300px !important;
  }
  .cccm-structure .counter-option {
    width: 80% !important;
    margin: 0 auto;
  }
  .cccm-structure .counter-option .counters .item {
    width: 50% !important;
    float: left !important;
    text-align: center;
  }
  .biometric-wrapper {
    height: auto !important;
  }
  .biometric-wrapper .main-content {
    float: none !important;
    width: auto !important;
    position: relative !important;
    height: auto !important;
  }
  .biometric-wrapper .main-content .site-wrapper {
    min-height: 500px;
  }
  .biometric-wrapper .main-content .site-wrapper #sites-table {
    margin: 0px !important;
  }
  .biometric-wrapper .main-content .site-wrapper #sites-toast {
    top: 125px;
    width: 250px;
    margin-left: -132px;
  }
  .biometric-wrapper #map-wrapper {
    float: none !important;
    width: auto !important;
    height: 400px !important;
    margin-top: 0px !important;
  }
  .biometric-wrapper #map-wrapper #biometric-map {
    margin: 0px !important;
  }
  .biometric-wrapper .biometric-panel {
    position: static;
    height: auto;
    padding: 15px 0px 25px 0px;
  }
  .biometric-wrapper .biometric-panel #filters {
    width: auto !important;
    float: none !important;
    margin: 0 25px;
  }
  .biometric-wrapper .biometric-panel .controls-wrapper {
    width: auto !important;
    float: none !important;
  }
  #map-wrapper {
    height: auto !important;
  }
  #map-wrapper #site-map {
    height: 400px !important;
  }
  #map-wrapper #stat-filter-wrapper {
    margin: 35px 25px;
  }
  #map-wrapper #stat-filter-wrapper #stat-wrapper {
    position: static !important;
    width: 48% !important;
    float: left;
  }
  #map-wrapper #stat-filter-wrapper #stat-wrapper #reset-map,
  #map-wrapper #stat-filter-wrapper #stat-wrapper #base-map-toggle {
    display: none !important;
  }
  #map-wrapper #stat-filter-wrapper #stat-wrapper #stat {
    width: 100% !important;
  }
  #map-wrapper #stat-filter-wrapper #filters {
    position: static !important;
    width: 48% !important;
    float: right;
  }
  #map-wrapper #stat-filter-wrapper #filters .filter-item {
    border-style: none !important;
  }
  #map-wrapper #stat-filter-wrapper #filters .filter-item label {
    color: #555 !important;
    font-weight: bold;
    background-color: transparent !important;
  }
  #map-wrapper #stat-filter-wrapper #filters .filter-item input[type=text] {
    border: 1px solid #bbb !important;
    box-sizing: border-box;
    box-shadow: none;
    border-left-style: none;
  }
  #map-wrapper #stat-filter-wrapper #filters .select2-container {
    box-shadow: none !important;
    border: 1px solid #bbb !important;
  }
  #map-wrapper #stat-filter-wrapper #filters #search-button {
    width: auto !important;
    display: block;
    color: white;
    background-color: #136fb6;
    border-style: none;
  }
  #map-wrapper #stat-filter-wrapper #filters #clear-button {
    width: auto !important;
    display: block;
    margin-top: 10px;
  }
  #map-wrapper #stat-filter-wrapper #stat {
    float: left;
    width: 48%;
    position: static;
    margin-top: 96px;
    box-shadow: none !important;
  }
  #map-wrapper #search-results {
    top: 480px;
    left: 40px;
    bottom: auto !important;
    height: 400px !important;
    width: 44% !important;
    background-color: white !important;
    padding: 10px 0px !important;
    display: none;
  }
  #map-wrapper #search-results .panel-header {
    background-color: white !important;
    display: block !important;
    left: 50% !important;
    margin-left: -91px !important;
  }
  #map-wrapper #search-results .panel-header .toggle-btn {
    display: none !important;
  }
  #map-wrapper #search-results .nav-left,
  #map-wrapper #search-results .nav-right {
    display: none;
  }
  #map-wrapper #search-results > .wrapper .items {
    overflow: scroll !important;
  }
  #map-wrapper #search-results #search-results-nav-left {
    left: 10px !important;
  }
  #map-wrapper #search-results #search-results-nav-right {
    right: 10px !important;
  }
  #map-wrapper #search-results .wrapper {
    height: auto !important;
  }
  #map-wrapper #search-results .wrapper .items {
    height: 340px !important;
  }
  #map-wrapper #search-results .wrapper .items .result-item {
    width: auto !important;
    float: none !important;
    position: static !important;
    margin-bottom: 13px !important;
    margin-right: 5px !important;
    height: auto !important;
  }
  #map-wrapper #search-results .wrapper .items .result-item .population-label-value {
    display: none !important;
  }
  .profile-header {
    padding: 25px 0px !important;
  }
  .profile-header .wrapper .title {
    width: 100% !important;
    float: none !important;
    margin-bottom: 20px;
  }
  .profile-header .wrapper .infos {
    width: 100% !important;
    float: none !important;
  }
  .profile-wrapper .main-content {
    max-width: auto !important;
    margin: 0 25px !important;
  }
  .profile-wrapper .main-content .header .threshold-print {
    width: 18% !important;
  }
  .profile-wrapper .main-content .header .threshold-print .threshold {
    width: 100% !important;
  }
  .profile-wrapper .main-content .header .threshold-print .print {
    display: none !important;
  }
  .profile-wrapper .main-content .header .location {
    width: 74% !important;
    float: left !important;
  }
  .profile-wrapper .main-content .header .profile-tools {
    background: #fafafa;
    width: 95% !important;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  .profile-wrapper .main-content .header .profile-tools .tool {
    width: 25% !important;
    background: transparent;
  }
  .profile-wrapper .main-content .header .profile-tools .tool .icon {
    float: left;
  }
  .profile-wrapper .main-content .header .profile-tools .tool .title {
    text-align: left;
    margin-left: 31px;
    display: block;
  }
  .profile-wrapper .main-content .panel-box.col-4 .wrapper .content {
    width: 49% !important;
    margin-left: 0px !important;
  }
  .profile-wrapper .profile-header .wrapper {
    max-width: auto !important;
    margin: 0 25px !important;
  }
  .cccm-structure .main-content {
    padding: 50px 0px;
  }
  .cccm-structure .main-content > h1 {
    width: 100%;
    float: none;
    text-align: center;
  }
  .cccm-structure .main-content > h1 br {
    display: none;
  }
  .cccm-structure .options {
    width: 80%;
    margin: 0 auto;
    margin-top: 24px;
  }
  .cccm-structure .counter-option {
    margin-bottom: 40px;
    float: none;
    width: auto;
    margin-top: 26px;
  }
}
.biometric-wrapper {
  height: auto;
}
@media only screen and (max-width: 767px) {
  .counters .item {
    width: auto !important;
    float: none !important;
  }
  .cccm-structure .main-content > h1 {
    margin-bottom: 0px;
    font-size: 26px;
  }
  .cccm-structure .options #cccm-map-types li {
    width: auto !important;
    float: none !important;
    margin-bottom: 10px;
  }
  .cccm-structure .counter-option .counters .item {
    width: 100% !important;
    float: none !important;
    background-color: transparent !important;
    line-height: 13px;
    margin-bottom: 29px;
  }
  .cccm-structure .counter-option .counters .item .value {
    float: none !important;
    margin: 0 auto !important;
  }
  .biometric-wrapper .main-content .site-wrapper {
    overflow-x: auto !important;
  }
  .biometric-wrapper .main-content .site-wrapper #sites-table {
    width: 600px !important;
  }
  .biometric-wrapper .biometric-panel #filters .filter-item {
    width: 100% !important;
    margin-right: 0px !important;
  }
  .biometric-wrapper .biometric-panel #filters #search-button {
    width: 100% !important;
    max-width: 100% !important;
    margin: 20px 0px 0px 0px !important;
  }
  .biometric-wrapper .biometric-panel .controls-wrapper .item {
    width: 48% !important;
    margin-right: 2% !important;
  }
  #map-wrapper #stat-filter-wrapper #filters {
    width: 100% !important;
    float: none !important;
  }
  #map-wrapper #stat-filter-wrapper #filters .filter-item {
    width: 100% !important;
    margin-right: 0px !important;
    float: none !important;
  }
  #map-wrapper #stat-filter-wrapper #stat-wrapper {
    width: 100% !important;
    float: none !important;
    margin: 86px 0px 30px 0px !important;
  }
  #map-wrapper #stat-filter-wrapper #stat-wrapper #stat {
    margin-top: 0px !important;
    height: auto !important;
  }
  #map-wrapper #search-results {
    position: relative;
    width: 90% !important;
    margin: 0 auto;
    top: auto;
    left: auto;
    margin-top: 60px;
  }
  #map-wrapper #search-results .nav-left,
  #map-wrapper #search-results .nav-right {
    display: none;
  }
  #map-wrapper #search-results .panel-header {
    left: 50% !important;
    margin-left: -91px !important;
    text-align: center !important;
  }
  #map-wrapper #search-results .panel-header .toggle-btn {
    display: none !important;
  }
  #map-wrapper #search-results .wrapper {
    height: 300px;
    overflow: hidden;
    position: relative;
  }
  #map-wrapper #search-results .wrapper .items {
    height: 100%;
  }
  #map-wrapper #search-results .wrapper .items .result-item {
    height: 42px;
    float: none;
    margin: 0px;
    width: 100%;
    position: static;
    overflow: hidden;
    margin-bottom: 12px;
  }
  .profile-header .wrapper .infos {
    border-style: none !important;
  }
  .profile-header .wrapper .infos .section {
    width: 49% !important;
    margin-right: 1%;
  }
  .profile-header .wrapper .infos .section .label-value {
    border-style: none;
    max-width: 100% !important;
  }
  .profile-header .wrapper .infos .section .label-value .value {
    font-size: 12px;
  }
  .profile-wrapper .main-content .header .profile-tools .tool {
    width: 90% !important;
    background: transparent;
    padding: 20px 0px;
  }
  #print-button {
    display: none !important;
  }
  .profile-wrapper .main-content .header {
    padding: 10px 0px !important;
  }
  .profile-wrapper .main-content .header .threshold-print {
    width: 100% !important;
    float: none !important;
    margin-bottom: 10px;
  }
  .profile-wrapper .main-content .header .location {
    width: 100% !important;
    float: none;
    margin-bottom: 10px;
  }
  .profile-wrapper .main-content .header .location li {
    width: 100%;
    float: none;
    margin-bottom: 15px;
    background-image: none;
  }
  .profile-wrapper .main-content .panel-box .content {
    width: 100% !important;
    margin-right: 0px !important;
  }
  .profile-wrapper .main-content .panel-box.col-4 .wrapper .content {
    width: 100% !important;
    margin-right: 0px !important;
  }
  #demography-panel-box .chart-wrapper {
    width: 100% !important;
    margin-bottom: 20px;
  }
}
.print #profile-detail-tab,
.print .pws_tabs_list {
  width: 100%;
  margin-left: 0px !important;
}
.print .panel-box {
  min-height: 0px !important;
  margin-bottom: 10px !important;
}
@media print {
  #header,
  #footer {
    display: none;
  }
  .demo-clearfix {
    display: none;
  }
  * {
    -webkit-print-color-adjust: exact;
  }
  #profile-detail {
    display: none;
  }
  .profile-wrapper .main-content .profile-detail .panel-box .title span {
    background-color: #136fb6 !important;
  }
  #search-results {
    display: none !important;
  }
  #filters,
  #stat,
  #reset-map,
  #base-map-toggle {
    display: none;
    visibility: hidden;
  }
  .pws_tabs_controll {
    display: none;
  }
  .panel-box .wrapper .content ul.options {
    display: none;
  }
  #demography-panel-box {
    /*width: 100% !important;*/
  }
  #chart-wrapper {
    /*width: 600px !important;*/
    margin-bottom: 20px;
  }
  .population-idps {
    width: 100% !important;
    margin-bottom: 20px;
  }
  #profile-detail-tab,
  .pws_tabs_list {
    width: 100% !important;
    margin: 0px !important;
    height: auto !important;
    position: static !important;
  }
  #profile-detail-tab .pws_tab_single,
  .pws_tabs_list .pws_tab_single {
    -webkit-transition: all 0s ease-in 0;
    -moz-transition: all 0s ease-in 0;
    -o-transition: all 0s ease-in 0;
    transition: all 0s ease-in 0;
    position: static !important;
    opacity: 1 !important;
  }
  #map-wrapper {
    height: auto !important;
  }
  #map-wrapper #site-map {
    height: 500px;
  }
  .profile-header {
    padding: 25px 0px !important;
  }
  .profile-header .wrapper {
    padding: 0px 25px !important;
  }
  .profile-header .wrapper .title {
    width: 100% !important;
    float: none !important;
    margin-bottom: 20px !important;
    font-size: 27px !important;
  }
  .profile-header .wrapper .infos {
    width: 100% !important;
    float: none !important;
  }
  .profile-header .wrapper .infos .section .label-value .value {
    font-size: 18px !important;
  }
  .profile .header {
    padding: 20px 0px !important;
  }
  .profile .header .profile-tools {
    display: none;
  }
  .population-idps {
    margin-left: 0px !important;
  }
  .profile-wrapper .main-content .header .threshold-print {
    display: none;
  }
  .profile-wrapper .main-content .header .location {
    float: left;
  }
}
.toast {
  position: absolute;
  width: 480px;
  margin-left: -240px;
  top: 85px;
  font-size: 14px;
  background: white;
  left: 50%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  z-index: 400;
  display: none;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.17);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#profile-detail {
  display: none;
}
#profile-detail-tab {
  position: relative;
}
#profile-loading {
  top: 100px;
  position: static;
  margin: 50px auto 150px auto;
}
.loading {
  width: 50px;
  height: 50px;
  background: url(../images/loading.gif) 50% 50% no-repeat white;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: 40%;
  margin-top: -25px;
  z-index: 1000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: none;
}
span.badge {
  display: block;
  background: #eee;
  padding: 3px;
  border-radius: 50%;
  min-width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  color: #222;
  font-weight: normal;
  margin-left: -30px;
  float: left;
  margin-top: -1px;
}
.gm-style {
  font-family: 'open sans', Arial, sans-serif !important;
  font-size: 12px !important;
}
#flag-system-legend {
  padding: 0px;
  margin: 0px;
  margin-top: 20px;
  padding-top: 24px;
  border-top: 1px solid #ccc;
  list-style: none;
  max-width: 130px;
  display: none;
}
#flag-system-legend h3 {
  color: #777 !important;
  cursor: pointer;
  font-size: 12px;
  background-color: transparent !important;
  margin-top: 8px;
  text-transform: uppercase;
}
#flag-system-legend li {
  padding: 10px 0px 9px 0px !important;
  padding: 0px;
  cursor: default !important;
  color: #777 !important;
  cursor: pointer;
  font-size: 12px;
  background-color: transparent !important;
}
#flag-system-legend li .icon {
  float: left;
  margin-right: 10px;
  display: inline-block;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#flag-system-legend li.flag-normal .icon {
  background: url(../images/threshold-passed-small.png) no-repeat 50% 50% #3ab80e;
}
#flag-system-legend li.flag-warning .icon {
  background: url(../images/threshold-failed-small.png) no-repeat 50% 50% #d4d200;
}
#flag-system-legend li.flag-critical .icon {
  background: url(../images/threshold-failed-small.png) no-repeat 50% 50% #a91901;
}
.profile {
  position: relative;
}
/*
 * qTip2 - Pretty powerful tooltips - v2.2.1
 * http://qtip2.com
 *
 * Copyright (c) 2014
 * Released under the MIT licenses
 * http://jquery.org/license
 *
 * Date: Sat Sep 6 2014 08:21 EDT-0400
 * Plugins: None
 * Styles: core
 */
.qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 280px;
  min-width: 50px;
  font-size: 11px;
  line-height: 12px;
  text-transform: uppercase;
  direction: ltr;
  box-shadow: none;
  padding: 0;
}
.qtip-content {
  position: relative;
  padding: 5px 9px;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word;
}
.qtip-titlebar {
  position: relative;
  padding: 5px 35px 5px 10px;
  overflow: hidden;
  border-width: 0 0 1px;
  font-weight: bold;
}
.qtip-titlebar + .qtip-content {
  border-top-width: 0 !important;
}
/* Default close button class */
.qtip-close {
  position: absolute;
  right: -9px;
  top: -9px;
  z-index: 11;
  /* Overlap .qtip-tip */
  cursor: pointer;
  outline: medium none;
  border: 1px solid transparent;
}
.qtip-titlebar .qtip-close {
  right: 4px;
  top: 50%;
  margin-top: -9px;
}
* html .qtip-titlebar .qtip-close {
  top: 16px;
}
/* IE fix */
.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon {
  display: block;
  text-indent: -1000em;
  direction: ltr;
}
.qtip-icon,
.qtip-icon .ui-icon {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
}
.qtip-icon .ui-icon {
  width: 18px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  text-indent: 0;
  font: normal bold 10px/13px Tahoma, sans-serif;
  color: inherit;
  background: transparent none no-repeat -100em -100em;
}
/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
/* Default tooltip style */
.qtip-default {
  border: 1px solid #136fb6;
  background-color: #136fb6;
  color: white;
}
.qtip-default .qtip-titlebar {
  background-color: #FFEF93;
}
.qtip-default .qtip-icon {
  border-color: #CCC;
  background: #F1F1F1;
  color: #777;
}
.qtip-default .qtip-titlebar .qtip-close {
  border-color: #AAA;
  color: #111;
}
.qtip .qtip-tip {
  margin: 0 auto;
  overflow: hidden;
  z-index: 10;
}
/* Opera bug #357 - Incorrect tip position
https://github.com/Craga89/qTip2/issues/367 */
x:-o-prefocus,
.qtip .qtip-tip {
  visibility: hidden;
}
.qtip .qtip-tip,
.qtip .qtip-tip .qtip-vml,
.qtip .qtip-tip canvas {
  position: absolute;
  color: #123456;
  background: transparent;
  border: 0 dashed transparent;
}
.qtip .qtip-tip canvas {
  top: 0;
  left: 0;
}
.qtip .qtip-tip .qtip-vml {
  behavior: url(#default#VML);
  display: inline-block;
  visibility: visible;
}
.document_info {
  max-width: 550px;
  margin: 30px auto;
  text-align: center;
}
.document_info h1 {
  display: block !important;
  color: #136fb6;
  margin: 32px 0px 10px 0px;
  line-height: 40px;
  font-size: 28px;
}
.document_info .document_file_size {
  color: white;
  font-size: 11px;
}
.document_info .document_icon {
  background: url(../images/document.png) 50% 50% no-repeat;
  width: 107px;
  height: 110px;
  margin: 0px auto;
}
.document_info .document_info_type_date {
  color: #afafaf;
  font-size: 16px;
  font-weight: bold;
}
.document_info .document_info_body {
  color: #747474;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 30px;
}
.document_info .document_file_type {
  font-size: 20px;
  color: white;
  font-weight: bold;
  padding-top: 44px;
  text-align: center;
  display: block;
  text-transform: uppercase;
}
.document_info .document_info_download {
  margin: 42px auto;
  position: relative;
}
.document_info .document_info_download:before {
  content: '';
  height: 1px;
  border-bottom: 1px solid #cccccc;
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0px;
}
.document_info .document_info_download a {
  transition: all 0.25s ease-in 0s;
  position: relative;
  border: 1px solid #cccccc;
  padding: 11px;
  display: block;
  width: 100px;
  color: #136fb6;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  margin: 0 auto;
  z-index: 10;
  background-color: white;
  box-shadow: 0px 0px 1px 14px #fff;
}
.document_info .document_info_download a:hover {
  background-color: #136fb6;
  color: white;
  border-color: #136fb6;
}
.document_info .go-back {
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
}
#document_search_results table thead th {
  font-size: 14px;
}
#document_search_results table thead th:first-child {
  padding-left: 10px;
}
#document_search_results table tr.even {
  background-color: #fcfcfc !important;
}
#document_search_results table tr td {
  font-size: 14px;
  padding: 15px 0px;
}
#document_search_results table tr td:first-child {
  padding-left: 10px;
}
#document_search_results table tr td.active {
  background-color: white !important;
}
#document_search_results table tr a {
  color: #136fb6;
  text-decoration: none;
  font-size: 14px;
}
table {
  width: 100%;
}
table#sites-table thead {
  cursor: default !important;
  text-transform: none;
  font-size: 12px;
  font-weight: normal;
  background-color: #fff;
  background: #f7f4f4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f7f4f4 29%, #ededed 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29%, #f7f4f4), color-stop(100%, #ededed));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f7f4f4 29%, #ededed 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f7f4f4 29%, #ededed 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f7f4f4 29%, #ededed 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f7f4f4 29%, #ededed 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f4f4', endColorstr='#ededed', GradientType=0);
  /* IE6-9 */
}
table#sites-table thead td {
  padding: 20px 0px;
  font-size: 13px;
  color: #030303;
  cursor: default !important;
}
table#sites-table thead td:first-child {
  padding-left: 10px;
}
table#sites-table tr.even {
  background-color: #fcfcfc !important;
}
table#sites-table tr {
  -webkit-transition: backgroundColor 0.5s none 0s;
  -moz-transition: backgroundColor 0.5s none 0s;
  -o-transition: backgroundColor 0.5s none 0s;
  transition: backgroundColor 0.5s none 0s;
  cursor: pointer;
  background-color: transparent !important;
}
table#sites-table tr.summary {
  background-color: #f3f8fb !important;
  border: none !important;
}
table#sites-table tr.site-stat-wrapper {
  visibility: hidden;
  cursor: default !important;
  height: 0px;
  overflow: hidden;
}
table#sites-table tr.site-stat-wrapper #site-stat {
  padding: 20px 60px;
}
table#sites-table tr.site-stat-wrapper .loading {
  top: 50%;
}
table#sites-table tr.total {
  background-color: #136fb6 !important;
}
table#sites-table tr.total td {
  color: white !important;
}
table#sites-table tr:hover td {
  color: #136fb6;
}
table#sites-table tr td:first-child {
  padding-left: 10px;
}
table#sites-table td {
  margin-right: 5px;
  padding: 16px 0px;
  color: #555 !important;
  position: relative;
}
table#sites-table td .arrow {
  display: block;
  position: absolute;
  left: 16px;
  top: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  opacity: .8;
}
table#sites-table td .names {
  margin-left: 30px;
}
table#sites-table td .names p.type {
  font-size: 10px;
  margin: 0px;
  color: #aaa;
  text-transform: uppercase;
}
table#sites-table td:hover {
  color: #136fb6 !important;
}
table tbody {
  border-style: none !important;
}
table thead {
  color: #333333;
  font-size: 13px;
  margin: 0px;
  font-weight: bold;
}
table thead a {
  text-decoration: none;
  color: #333333 !important;
  font-weight: bold;
}
table tr {
  padding: 18px 0px;
  border-style: none !important;
  font-size: 13px;
  background-color: white !important;
}
table tr th {
  font-size: 12px;
  color: #a0a0a0;
  text-transform: uppercase;
  text-align: left;
  font-weight: normal;
  border-style: none !important;
}
table tr td {
  vertical-align: top;
  padding: 10px 0px;
  border-bottom: 1px solid #efefef;
  padding-right: 20px;
}
.site-profile-wrapper {
  height: 100%;
}
.trend {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 40px !important;
  display: none;
  margin-bottom: 20px;
}
.trend .page-title {
  margin-bottom: 20px;
}
.trend .page-title h1 {
  width: 50%;
  float: left;
}
.trend .page-title #back-to-profile {
  width: 150px;
  float: right;
  background-color: #136fb6;
  font-size: 14px;
  text-transform: uppercase;
  color: white;
  height: 52px;
  cursor: pointer;
  line-height: 52px;
  text-align: center;
  margin: 0.67em 0;
}
.trend .side-bar {
  width: 24%;
  float: left;
}
.trend .side-bar .trend-filter {
  margin-bottom: 25px;
}
.trend .side-bar .trend-filter h1 {
  margin: 5px 0px;
  font-size: 12px;
  text-transform: uppercase;
}
.trend .side-bar .trend-filter label {
  font-size: 12px;
}
.trend .side-bar .trend-filter #add-site {
  display: block;
  margin-top: 10px;
}
.trend .side-bar ul.trend-sites {
  list-style: none;
  padding: 0px;
  margin: 0px;
  min-height: 50px;
  max-height: 150px;
  overflow-y: auto;
}
.trend .side-bar ul.trend-sites li {
  display: block;
  height: 20px;
  border-bottom: 1px solid #eee;
  padding: 10px 0px;
}
.trend .side-bar ul.trend-sites li a.remove {
  display: block;
  margin-right: 2%;
  width: 10%;
  height: 20px;
  cursor: pointer;
  background: url(../images/close-btn.png) 50% 50% no-repeat;
  float: left;
}
.trend .side-bar ul.trend-sites li .title {
  display: block;
  width: 88%;
  height: 20px;
  font-size: 14px;
  float: left;
}
.trend .side-bar #trend-apply-button {
  background-color: #136fb6;
  color: white;
  margin-top: 20px;
  display: block;
}
.trend .trend-view {
  width: 70%;
  margin-left: 4%;
  float: left;
}
.trend .trend-view .sector-title {
  margin-top: 0px;
  font-size: 20px;
  color: #ccc;
  margin-bottom: 0px;
}
.trend .trend-view .indicator-title {
  margin-top: 0px;
  font-size: 30px;
  color: #136fb6;
  margin-bottom: 0px;
}
.trend .trend-view .trend-chart-wrapper {
  min-height: 400px;
  position: relative;
}
.trend .trend-view #trend-chart {
  width: 100%;
  height: 400px;
  margin-top: 40px;
}
.trend .trend-view .round-title {
  margin-top: 0px;
  font-size: 15px;
  color: #777;
  margin-bottom: 0px;
}
.page-title {
  margin-bottom: 50px;
}
.page-title h1 {
  color: #136fb6;
  font-size: 35px;
  margin-bottom: 5px;
  margin-top: 0px;
}
.page-title p {
  font-size: 12px;
  color: #555;
}
.biometric-panel {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 100px;
  display: block;
  z-index: 9000;
  background-color: white;
  box-shadow: 0px -2px 13px -2px rgba(0, 0, 0, 0.2);
}
.biometric-panel .highcharts-container {
  width: 100% !important;
}
.biometric-panel #site-type-chart {
  width: 40%;
  height: 166px;
  float: left;
  margin-top: 8px;
}
.biometric-panel #filters {
  width: 50%;
  display: block;
  position: static;
  float: right;
  min-height: 0px;
}
.biometric-panel #filters .filter-item {
  float: left;
  width: 17%;
  margin-right: 1%;
  margin-bottom: 0px;
  margin-top: 23px;
}
.biometric-panel #filters .filter-item > label {
  font-weight: normal;
  text-align: center;
  color: #222;
  display: block;
  background-color: transparent !important;
  font-size: 10px !important;
  padding-top: 8px;
}
.biometric-panel #filters .action-button {
  border-style: none;
  padding: 0px;
  width: 9%;
  max-width: 85px;
  background: url(../images/pop-up-zoom-marker.png) no-repeat 50% 50% transparent !important;
  height: 41px;
  margin-top: 23px;
  background-color: #136fb6 !important;
}
.biometric-panel .controls-wrapper {
  width: 50%;
  float: left;
}
.biometric-panel .controls-wrapper .item {
  float: left;
  width: 20%;
  text-align: center;
  text-transform: uppercase;
  padding-top: 22px;
  height: 78px;
  /* background-color: white; */
  /* box-shadow: 0px 1px 5px 1px #ddd; */
  /* height: 130px; */
}
.biometric-panel .controls-wrapper .item .title {
  font-size: 10px;
  color: white;
  /* padding: 5px 0px; */
  color: #777;
  padding-bottom: 12px;
}
.biometric-panel .controls-wrapper .item.download {
  cursor: pointer;
}
.biometric-panel .controls-wrapper .item.download:hover {
  background-color: #fafafa;
}
.biometric-panel .controls-wrapper .item img {
  max-width: 100%;
  height: 25px;
  display: block;
  margin: 0 auto;
}
.biometric-panel .controls-wrapper .item .value {
  font-size: 15px;
  color: #136fb6;
  padding-top: 5px;
  border-radius: 5px 5px 0px 0px;
  font-weight: bold;
}
.download-popup {
  width: 400px;
  height: 256px;
  background-color: white;
  border: 1px solid #ccc;
  position: fixed;
  left: 50%;
  margin-left: -220px;
  top: 50%;
  margin-top: -102px;
  z-index: 10000;
  padding: 20px 40px;
  box-shadow: 0px 2px 14px 1px rgba(0, 0, 0, 0.2);
  display: none;
}
.download-popup p {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 27px;
}
.download-popup a.current-site,
.download-popup a.entire-site {
  display: block;
  background-color: #fafafa;
  border: 1px solid #ccc;
  padding: 16px;
  margin-bottom: 25px;
  text-align: center;
  cursor: pointer;
  color: #333;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.download-popup a.current-site:hover,
.download-popup a.entire-site:hover {
  border-color: #136fb6;
}
.download-popup a.cancel-download {
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
}
.node-error-page {
  max-width: 400px;
  margin: 0 auto;
}
.node-error-page p {
  color: #747474;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 30px;
}
.node-error-page a {
  margin-top: 20px;
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
}
#cccm-structure-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
#cccm-structure-wrapper #cccm-structure-map {
  height: 800px;
}
.latest-documents-slider-wrapper {
  height: 442px;
  margin-bottom: 140px;
  position: relative;
}
.latest-documents-slider-wrapper .nav-left {
  position: absolute;
  top: 50%;
  margin-top: -36px;
  left: -60px;
  width: 37px;
  height: 72px;
  background: url(../images/doc-slider-nav-left.png) no-repeat 50%;
  cursor: pointer;
}
.latest-documents-slider-wrapper .nav-right {
  position: absolute;
  top: 50%;
  margin-top: -36px;
  right: -60px;
  width: 37px;
  height: 72px;
  background: url(../images/doc-slider-nav-right.png) no-repeat 50%;
  cursor: pointer;
}
.latest-documents-slider-wrapper .slider {
  overflow: hidden;
  position: relative;
  margin-left: -8px;
  margin-right: -3px;
}
.latest-documents-slider-wrapper .latest-documents {
  width: auto;
  height: 442px;
  padding-top: 2px;
  padding-left: 2px;
  position: relative;
}
.latest-documents-slider-wrapper .latest-documents .latest-documents-group {
  width: 100%;
  height: 425px;
  margin-right: -12px;
  top: 0px;
  position: absolute;
  margin-left: 8px;
}
.latest-documents-slider-wrapper .latest-documents .latest-documents-group .document {
  width: 50%;
  margin: 0px 0px 12px 0px;
  float: left;
}
.latest-documents-slider-wrapper .latest-documents .latest-documents-group .document .wrapper {
  padding: 30px 40px;
  height: 153px;
  background-color: white;
  margin-right: 12px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.latest-documents-slider-wrapper .latest-documents .latest-documents-group .document.latest .wrapper {
  padding: 30px 40px;
  height: 380px;
  background-color: #136fb6;
}
.latest-documents-slider-wrapper .latest-documents .latest-documents-group .document.latest .wrapper .body {
  display: block;
}
.latest-documents-slider-wrapper .latest-documents .latest-documents-group .document.latest a,
.latest-documents-slider-wrapper .latest-documents .latest-documents-group .document.latest div,
.latest-documents-slider-wrapper .latest-documents .latest-documents-group .document.latest span {
  color: white !important;
}
.latest-documents-slider-wrapper .latest-documents .latest-documents-group .document.latest .new:before {
  background-color: white !important;
}
.latest-documents-slider-wrapper .latest-documents .latest-documents-group .document.latest .body {
  height: 209px;
  overflow: hidden;
  font-size: 16px;
  line-height: 26px;
  margin-top: 38px;
}
.latest-documents-slider-wrapper .latest-documents .latest-documents-group .document .header {
  margin-bottom: 20px;
}
.latest-documents-slider-wrapper .latest-documents .latest-documents-group .document .header .icon {
  width: 18%;
  float: left;
  height: 108px;
  font-size: 108px;
  color: #136fb6;
  display: block;
  cursor: pointer;
}
.latest-documents-slider-wrapper .latest-documents .latest-documents-group .document .header .icon:hover {
  color: #2886ce;
}
.latest-documents-slider-wrapper .latest-documents .latest-documents-group .document .header .title-date {
  float: left;
  height: 108px;
  overflow: hidden;
  width: 75%;
  margin-left: 6px;
}
.latest-documents-slider-wrapper .latest-documents .latest-documents-group .document .header .title-date .new {
  font-size: 14px;
  color: #818181;
  margin-right: 10px;
  text-transform: uppercase;
  display: inline;
  display: inline-block;
}
.latest-documents-slider-wrapper .latest-documents .latest-documents-group .document .header .title-date .new:before {
  content: '';
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #136fb6;
  display: inline-block;
  margin-right: 4px;
}
.latest-documents-slider-wrapper .latest-documents .latest-documents-group .document .header .title-date .date {
  font-size: 14px;
  color: #818181;
  text-transform: uppercase;
  display: inline;
  display: inline-block;
}
.latest-documents-slider-wrapper .latest-documents .latest-documents-group .document .header .title-date .title {
  font-size: 24px;
  font-weight: bold;
  color: #136fb6;
  height: 84px;
  overflow: hidden;
  margin-top: 5px;
  line-height: 28px;
  display: block;
  text-decoration: none;
}
.latest-documents-slider-wrapper .latest-documents .latest-documents-group .document .header .title-date .title:hover {
  color: #2886ce;
}
.latest-documents-slider-wrapper .latest-documents .latest-documents-group .document .body {
  display: none;
}
.latest-documents-slider-wrapper .latest-documents .latest-documents-group .document .footer {
  border-top: 1px solid #e4e4e4;
  padding-top: 15px;
  font-size: 14px;
  color: #787878;
}
.latest-documents-slider-wrapper .latest-documents .latest-documents-group .document .footer .document-type {
  width: 50%;
  float: left;
}
.latest-documents-slider-wrapper .latest-documents .latest-documents-group .document .footer .file-type-download {
  width: 50%;
  float: left;
  text-align: right;
}
.latest-documents-slider-wrapper .latest-documents .latest-documents-group .document .footer .file-type-download .file-type {
  margin-right: 10px;
}
.latest-documents-slider-wrapper .latest-documents .latest-documents-group .document .footer .file-type-download .extension {
  text-transform: uppercase;
}
.latest-documents-slider-wrapper .latest-documents .latest-documents-group .document .footer .file-type-download .download {
  text-decoration: none;
  color: #787878;
}
.latest-documents-slider-wrapper .latest-documents .latest-documents-group .document .footer .file-type-download .download .icon-download-icon {
  font-size: 12px;
  color: #136fb6;
  margin-right: 4px;
}
.latest-documents-slider-wrapper .latest-documents .latest-documents-group .document-tip {
  width: 100%;
  height: 106px;
  top: 50%;
  margin-top: -53px;
  position: absolute;
}
.latest-documents-slider-wrapper .latest-documents .latest-documents-group .document-tip hr {
  width: 80%;
  margin: 0px 10%;
  background-color: #ddd;
  border-style: none;
  height: 1px;
  position: absolute;
  top: 53px;
}
.latest-documents-slider-wrapper .latest-documents .latest-documents-group .document-tip .tip {
  margin: 0 auto;
  position: relative;
  display: block;
  width: 348px;
  background-color: #f2f2f2;
  padding: 0px 30px;
  font-size: 18px;
  text-decoration: none;
}
.latest-documents-slider-wrapper .latest-documents .latest-documents-group .document-tip .tip img {
  display: block;
  float: left;
  width: 64px;
  margin-right: 6px;
}
.latest-documents-slider-wrapper .latest-documents .latest-documents-group .document-tip .tip h3 {
  width: 230px;
  font-weight: normal;
  float: left;
  margin: 0px;
  font-size: 18px;
  line-height: 28px;
  margin-top: 6px;
}
.latest-documents-slider-wrapper .latest-documents .latest-documents-group .document-tip .tip h3 .doc-text {
  text-transform: uppercase;
  font-size: 38px;
  font-weight: bold;
}
.documents-description {
  margin-bottom: 100px;
}
.documents-description .question {
  width: 20%;
  float: left;
  color: #136fb6;
  font-size: 22px;
  line-height: 38px;
}
.documents-description .question em {
  font-size: 50px;
  display: block;
}
.documents-description .description {
  float: right;
  width: 70%;
  margin-left: 10%;
  font-size: 18px;
  color: #111111;
  line-height: 30px;
}
.documents-description .description .search-document-button {
  display: block;
  padding: 10px 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #136fb6;
  text-align: center;
  text-decoration: none;
  margin-top: 20px;
  width: 170px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.documents-description .description .search-document-button:hover {
  background-color: #fbfbfb;
}
.document-counters {
  margin-bottom: 130px;
  padding: 0px;
  list-style: none;
  position: relative;
  display: none;
}
.document-counters .line {
  position: absolute;
  border-top: 1px solid #ccc;
  top: 32px;
  width: 80%;
  margin: 0px 10%;
}
.document-counters li {
  display: block;
  width: 20%;
  float: left;
  text-align: center;
  position: relative;
  z-index: 1;
  margin: 0px !important;
  margin-bottom: 30px !important;
}
.document-counters li .count {
  width: 65px;
  height: 65px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #136fb6;
  color: white;
  font-size: 23px;
  line-height: 65px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}
.document-counters li .title {
  font-size: 16px;
  font-weight: bold;
  width: 70%;
  margin: 0 auto;
  color: #136fb6;
  text-transform: uppercase;
}
.views-exposed-form {
  background-color: white;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  padding: 52px 28px;
  margin-bottom: 70px;
}
.views-exposed-form:before {
  font-size: 14px;
  font-weight: bold;
  width: 70%;
  margin: 0 auto;
  color: #136fb6;
  text-transform: uppercase;
  content: 'Search Documents';
  position: absolute;
  top: -40px;
  left: 0px;
}
.views-exposed-form .views-exposed-widget {
  width: 21%;
  float: left;
  margin-right: 2%;
  padding-left: 0px !important;
}
.views-exposed-form .views-exposed-widget.views-widget-filter-created {
  width: 42%;
}
.views-exposed-form .views-exposed-widget.views-widget-filter-created .form-item-created-min {
  width: 45%;
  float: left;
  margin-right: 5%;
}
.views-exposed-form .views-exposed-widget.views-widget-filter-created .form-item-created-max {
  width: 45%;
  float: left;
  margin-top: -36px;
}
.views-exposed-form .views-exposed-widget.views-widget-filter-created .form-item-created-max label {
  margin-top: 20px;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}
.views-exposed-form .views-exposed-widget > label {
  margin-top: 20px;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 0px;
}
.views-exposed-form .views-exposed-widget .form-text {
  display: block;
  height: 41px !important;
  line-height: 41px;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 8px;
}
.views-exposed-form .views-submit-button {
  float: left;
  margin-top: 40px;
  width: 60px;
  height: 42px;
  overflow: hidden;
  padding: 0px;
  margin-right: 0px;
  margin-top: 25px;
  display: block;
}
.views-exposed-form .views-submit-button input {
  height: 42px !important;
  line-height: 148px !important;
  display: block;
  border-style: none;
  margin-top: 0px !important;
  background: url(../images/pop-up-zoom-marker.png) no-repeat 50% 50% #136fb6 !important;
}
.document-search-wrapper {
  margin-bottom: 40px;
}
.document-search-wrapper > h3 {
  font-size: 14px;
  color: #136fb6;
  margin-bottom: 30px;
}
.document_search_results > h3 {
  font-size: 14px;
  color: #136fb6;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.document_search_results > h3 span.counter {
  font-size: 14px;
  color: #5a5a5a;
  text-transform: none;
}
#document_search_results {
  display: block;
}
.document-items {
  margin-right: -30px;
}
.document-items .document-item {
  width: 25%;
  float: left;
  margin-bottom: 30px;
  transition: all 0.4s ease-in-out;
  position: relative;
}
.document-items .document-item:hover {
  transform: scale(1.1);
  z-index: 100;
}
.document-items .document-item:hover .download {
  background-color: #f4f4f4 !important;
}
.document-items .document-item .wrapper {
  position: relative;
  background-color: white;
  margin-right: 30px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  padding: 20px 20px 0px 20px;
}
.document-items .document-item .wrapper .new {
  width: 30px;
  height: 30px;
  background-color: #136fb6;
  line-height: 30px;
  font-size: 9px;
  font-weight: bold;
  position: absolute;
  top: -15px;
  right: -15px;
  color: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  text-transform: uppercase;
}
.document-items .document-item .wrapper .header {
  font-size: 13px;
  color: #9b9b9b;
  overflow: hidden;
  height: 32px;
}
.document-items .document-item .wrapper .header .doc-info {
  width: 50%;
  float: left;
}
.document-items .document-item .wrapper .header .doc-info .icon {
  height: 50px;
  font-size: 30px;
  color: #136fb6;
  margin-right: 10px;
  vertical-align: middle;
}
.document-items .document-item .wrapper .header .doc-info .info {
  line-height: 30px;
}
.document-items .document-item .wrapper .header .doc-info .info .extension {
  text-transform: uppercase;
}
.document-items .document-item .wrapper .header .date {
  width: 50%;
  float: left;
  text-align: right;
  text-transform: uppercase;
  line-height: 30px;
}
.document-items .document-item .wrapper .title {
  margin: 24px 0px;
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  display: block;
  text-decoration: none;
  height: 90px;
  overflow: hidden;
}
.document-items .document-item .wrapper .footer {
  background-color: #f7f7f7;
  margin: 0px -20px;
  height: 52px;
  padding-left: 20px;
  position: relative;
}
.document-items .document-item .wrapper .footer .type {
  font-size: 13px;
  color: #3a3a3a;
  float: left;
  line-height: 52px;
  width: 70%;
}
.document-items .document-item .wrapper .footer .download {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 65px;
  border-left: #dcdcdc 1px solid;
  text-align: center;
  line-height: 52px;
  background-color: #f6f6f6;
}
.latest-documents-compact-slider {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  width: 17.6875%;
  height: 60px;
  position: absolute;
  overflow: hidden;
  background-color: white;
  -webkit-transition: background-color 0.5s ease-in-out 0s;
  -moz-transition: background-color 0.5s ease-in-out 0s;
  -o-transition: background-color 0.5s ease-in-out 0s;
  transition: background-color 0.5s ease-in-out 0s;
  z-index: 1000;
}
.latest-documents-compact-slider .latest-docs-button {
  line-height: 60px;
  text-align: center;
  color: #136fb6;
  cursor: pointer;
  -webkit-transition: color 0.5s ease-in-out 0s;
  -moz-transition: color 0.5s ease-in-out 0s;
  -o-transition: color 0.5s ease-in-out 0s;
  transition: color 0.5s ease-in-out 0s;
}
.latest-documents-compact-slider .more-docs {
  position: absolute;
  width: 150px;
  height: 50px;
  cursor: pointer;
  top: 7px;
  right: 70px;
  text-decoration: none;
  line-height: 50px;
  display: none;
}
.latest-documents-compact-slider .close {
  position: absolute;
  width: 50px;
  height: 50px;
  background: url(../images/close-popup.png) no-repeat 50% 50%;
  cursor: pointer;
  top: 7px;
  right: 17px;
  display: none;
}
.latest-documents-compact-slider.hidden-documents {
  background-color: #136fb6;
}
.latest-documents-compact-slider.hidden-documents .latest-docs-button {
  color: white;
}
.latest-documents-compact-slider.open .latest-docs-button {
  text-align: left !important;
  padding: 0 30px;
}
.latest-documents-compact-slider .documents-wrapper {
  background-color: #fafafa;
  padding: 30px;
  display: none;
}
.latest-documents-compact-slider .documents-wrapper .document-item {
  margin-bottom: 0px !important;
}
.documents-search-anchor {
  margin-top: -200px;
}
.document-detail-wrapper {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  padding: 40px;
  background-color: white;
  max-width: 70%;
  margin: 50px auto;
}
.dcm .sites-listing {
  margin-top: 0px;
}
.dcm .page-wrapper {
  display: none;
}
.dcm .page-wrapper.site-page-wrapper {
  display: block;
}
.dcm .add-new-btn {
  float: right;
  display: block;
  width: 96px;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #136fb6;
  text-decoration: none;
  text-align: center;
  margin-top: 12px;
  background-color: #136fb6;
  color: white;
}
.dcm .form {
  display: none;
}
.dcm .form h3.entity-name {
  font-size: 26px;
  color: #136fb6;
  margin-top: 0px;
  margin-bottom: 5px;
  width: 70%;
  float: left;
}
.dcm .form h3.entity-name.untitled {
  color: #DDD !important;
}
.dcm .form .form-col {
  width: 100%;
  margin-right: 5%;
  float: left;
  margin-bottom: 40px;
}
.dcm .form .form-col .form-col-title {
  border-bottom: 1px solid #136fb6;
  margin-bottom: 5px;
}
.dcm .form .form-col .form-col-title label {
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  background-color: #136fb6;
  padding: 10px;
  color: white;
}
.dcm .form .form-col .form-save-button,
.dcm .form .form-col .form-cancel-button {
  isplay: block;
  width: 150px;
  height: 48px;
  line-height: 48px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #DDD;
  color: #136fb6;
  float: left;
  text-decoration: none;
  text-align: center;
  margin-right: 14px;
  margin-top: 12PX;
  -webkit-transition: background-color 0.3s ease-in 0s;
  -moz-transition: background-color 0.3s ease-in 0s;
  -o-transition: background-color 0.3s ease-in 0s;
  transition: background-color 0.3s ease-in 0s;
}
.dcm .form .form-col .form-save-button:hover,
.dcm .form .form-col .form-cancel-button:hover {
  background-color: #fafafa;
}
.dcm .form .form-col .form-item input[type="text"],
.dcm .form .form-col .form-item input[type="password"] {
  display: block;
  height: 41px !important;
  line-height: 41px;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 8px;
}
.dcm .form .form-col .form-item .label {
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
}
.dcm .dashboard {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  width: 87%;
  float: right;
  background-color: white;
}
.dcm .dashboard .form {
  display: none;
}
.dcm .dashboard .site-info-wrapper {
  display: none;
  position: relative;
}
.dcm .dashboard .site-info-wrapper .back-button {
  margin-top: 28px !important;
  padding-top: 0px !important;
  line-height: 48px !important;
  margin-bottom: 35px !important;
  height: 48px !important;
  width: 134px !important;
}
.dcm .dashboard .wrapper {
  padding: 20px 30px;
  position: relative;
}
.dcm .dashboard .wrapper .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url(../images/loading.gif) 50% 50% no-repeat rgba(255, 255, 255, 0.8);
  z-index: 100;
}
.dcm .dashboard .wrapper h1 {
  margin: 20px 0px 10px 0px !important;
  font-size: 30px;
  color: #136fb6;
}
.dcm .dashboard .wrapper .site-profile-form {
  display: none;
}
.dcm .dashboard .wrapper .back-button {
  display: block;
  background-color: #CCC;
  height: 20px;
  font-size: 13px;
  line-height: 20px;
  color: white;
  width: 136px;
  margin-bottom: 35px;
  padding: 5px;
  text-align: center;
  height: 27px;
  margin-top: -20px;
  padding-top: 26px;
  cursor: pointer;
}
.dcm .dashboard .wrapper .form-submission-controls .button {
  display: block;
  width: 96px;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #ccc;
  color: #136fb6;
  float: left;
  text-decoration: none;
  text-align: center;
  margin-right: 14px;
  margin-top: 12PX;
  -webkit-transition: background-color 0.3s ease-in 0s;
  -moz-transition: background-color 0.3s ease-in 0s;
  -o-transition: background-color 0.3s ease-in 0s;
  transition: background-color 0.3s ease-in 0s;
}
.dcm .dashboard .wrapper .form-submission-controls .site-approval-status-wrapper {
  width: 342px;
  float: left;
  margin-left: 22px;
  margin-top: 15px;
}
.dcm .dashboard .wrapper .form-submission-controls .site-approval-status-wrapper > label {
  display: block;
  float: left;
  font-weight: normal;
  margin-right: 7px;
  line-height: 45px;
}
.dcm .dashboard .wrapper .form-submission-controls .site-approval-status-wrapper .select2-container {
  width: 150px !important;
  display: block;
  float: left;
}
.dcm .dashboard .wrapper .form-submission-controls .site-approval-status-wrapper .button {
  margin-left: 16px;
  margin-top: 0px !important;
}
.dcm .dashboard .wrapper .form-submission-controls .form-status {
  float: right;
  width: 240px;
  background-image: none;
  background-color: transparent;
  text-align: right;
  font-weight: bold;
  display: none;
  line-height: 73px;
  color: #3ab80e;
}
.dcm .dashboard .wrapper .form-submission-controls .form-status:before {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: url(../images/form-success.png) no-repeat 50% 50% #3ab80e;
  content: '';
  display: inline-block;
}
.dcm .dashboard .wrapper .form-submission-controls .form-status.error {
  color: #a91901;
}
.dcm .dashboard .wrapper .form-submission-controls .form-status.error:before {
  background: url(../images/form-failed.png) no-repeat 50% 50% #a91901;
}
.dcm .dashboard .wrapper .profile-filter .views-exposed-widget {
  width: 16%;
}
.dcm .dashboard .wrapper .profile-filter .views-submit-button {
  width: 8%;
}
.dcm .dashboard .wrapper .views-exposed-form {
  padding: 0px;
  box-shadow: none !important;
  margin: 18px 0px 39px 0px;
  border-bottom: 1px solid #CCC;
  padding-bottom: 40px;
  margin: 0px -30px 30px -30px;
  padding: 0px 30px 33px 30px;
}
.dcm .dashboard .wrapper .views-exposed-form .views-exposed-widget {
  margin-right: 0px !important;
}
.dcm .dashboard .wrapper #filter-status .names {
  color: #136fb6;
}
.dcm .dashboard .wrapper #filter-status .names:hover {
  text-decoration: underline;
}
.dcm .dashboard .wrapper table {
  border: 1px solid #ddd;
}
.dcm .dashboard .wrapper table tr.header {
  background-color: #fafafa !important;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}
.dcm .dashboard .wrapper table tr.header th {
  font-weight: bold;
  padding: 17px 27px;
}
.dcm .dashboard .wrapper table tr td {
  padding-right: 20px;
  padding: 17px 27px;
  vertical-align: middle;
}
.dcm .dashboard .wrapper table tr td .entity-listing-title {
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
}
.dcm .dashboard .wrapper table tr td .location {
  color: #888;
  font-size: 14px;
}
.dcm .dashboard .wrapper table tr td.control-wrapper {
  padding-left: 0px;
  padding-right: 0px;
}
.dcm .dashboard .wrapper table tr td .delete-item {
  display: block;
  width: 22px;
  height: 22px;
  cursor: pointer;
  background: url(../images/delete-icon.png) 50% 50% no-repeat;
  display: inline-block;
  margin-right: 5px;
}
.dcm .dashboard .wrapper table tr td .enabled-item {
  background: url(../images/enabled-icon.png) 0% 50% no-repeat;
  padding-left: 20px;
}
.dcm .dashboard .wrapper table tr td .disabled-item {
  background: url(../images/disabled-icon.png) 0% 50% no-repeat;
  padding-left: 20px;
}
.dcm .dashboard .validation-message {
  display: none;
}
.dcm .dashboard .validation-message.error {
  background-image: none;
  font-size: 13px;
  color: #CC0000;
  background-color: transparent;
  margin-top: 5px;
  margin-bottom: 33px;
}
.dcm .controls {
  float: left;
  height: 400px;
  width: 12%;
}
.dcm .controls ul {
  padding: 0px;
  list-style: none;
}
.dcm .controls ul li a {
  display: block;
  margin-left: -10px;
  padding: 15px 0px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 15px;
  cursor: pointer;
}
.dcm .controls ul li a:hover {
  font-weight: bold;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline !important;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}
.dcm-search-results {
  position: relative;
}
.dcm-search-results .search-results-header,
.dcm-search-results .search-results-footer {
  height: 80px;
}
.dcm-search-results .pagination-wrapper {
  display: block;
  width: 510px;
  float: left;
}
.dcm-search-results .total-counter {
  display: block;
  float: left;
  width: 200px;
  text-align: left;
  margin-top: 27px;
  margin-left: 10px;
}
.dcm-search-results .search-result-wrapper {
  min-height: 300px;
  position: relative;
}
.dcm-search-results .search-result-wrapper .toast {
  position: absolute;
  top: 150px;
}
.dcm-search-results .search-result-wrapper .loading {
  top: 55%;
}
.pop-up-window-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  top: 0px;
  left: 0px;
  z-index: 1000;
  display: table;
  visibility: hidden;
}
.pop-up-window-wrapper .pop-up-window {
  display: table-cell;
  vertical-align: middle;
}
.pop-up-window-wrapper .pop-up-window .pop-up-window-content {
  width: 468px;
  height: 225px;
  background-color: white;
  margin: 0 auto;
  padding: 47px;
  box-shadow: 0px 0px 17px -2px rgba(0, 0, 0, 0.3);
}
.pop-up-window-wrapper .pop-up-window .pop-up-window-content .title {
  margin-top: 0px;
  font-size: 27px;
  color: #136fb6;
}
.pop-up-window-wrapper .pop-up-window .pop-up-window-content .content {
  height: 116px;
  font-size: 15px;
}
.pop-up-window-wrapper .pop-up-window .pop-up-window-content .footer {
  border-top: 1px solid #ddd;
  padding-top: 17px;
  text-align: center;
}
.pop-up-window-wrapper .pop-up-window .pop-up-window-content .footer .btn {
  display: inline-block;
  height: 45px;
  background-color: #136fb6;
  line-height: 45px;
  padding: 0px 30px;
  color: white;
  cursor: pointer;
  margin-right: 5px;
}
