/*
 *  --- AUTO-GENERATED ---
 * Please edit the LESS files
 */
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700);
@font-face {
  font-family: 'Gotham-Bold';
  src: url('/fonts/Gotham_OTF/Gotham-Bold.otf');
}
@font-face {
  font-family: 'Gotham-Book';
  src: url('/fonts/Gotham_OTF/Gotham-Book.otf');
}
@font-face {
  font-family: 'Gotham-Light';
  src: url('/fonts/Gotham_OTF/Gotham-Light.otf');
}
@font-face {
  font-family: 'Gotham-Thin';
  src: url('/fonts/Gotham_OTF/Gotham-Thin.otf');
}
@font-face {
  font-family: 'Gotham-Black';
  src: url('/fonts/Gotham_OTF/Gotham-Black.otf');
}
@font-face {
  font-family: 'Gotham-Medium';
  src: url('/fonts/Gotham_OTF/Gotham-Medium.otf');
}
/* Default link style */
a,
.dataset-heading a {
  color: #007CE0;
  text-decoration: none;
}
a:hover,
.dataset-heading a:hover,
a:focus,
.dataset-heading a:focus {
  color: #00447a;
  text-decoration: none;
}
/* END Default link style */
.table-valign {
  display: table;
  position: relative;
}
.table-valign-content {
  display: table-cell;
  vertical-align: middle;
}
.pagination,
.module .pagination {
  background: #eeeeee;
  border-top: none;
  height: 45px;
  margin: 0;
  padding: 0;
}
.pagination ul,
.module .pagination ul {
  line-height: 45px;
  overflow: hidden;
  border-radius: 0;
}
.pagination li,
.module .pagination li {
  display: inline;
}
.pagination li a,
.module .pagination li a,
.pagination li a:hover,
.module .pagination li a:hover,
.pagination li a:focus,
.module .pagination li a:focus {
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  background-color: #fff;
  border: none;
  margin-left: -2px;
  display: inline-block;
  width: 45px;
  padding: 0;
  line-height: 45px;
}
.pagination li.active a,
.module .pagination li.active a {
  background-color: #1ebfb3;
  color: #fff;
}
.pagination li.disabled a,
.module .pagination li.disabled a {
  cursor: default;
}
/* Alter page-header style - used with nav-tabs */
.page-header {
  background: none;
  border-bottom: 3px solid #eeeeee;
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
  padding: 0;
  margin: 0;
}
.page-header.page-header-gray {
  border-bottom-color: #cccccc;
}
.page-header.page-header-gray .nav-tabs a:hover {
  background-color: inherit;
}
.page-header .nav-tabs {
  margin-bottom: -3px;
}
/* END Alter page-header style */
.nav-tabs {
  border-bottom: 3px solid #eeeeee;
}
.nav-tabs.nav-tabs-gray {
  border-bottom-color: #cccccc;
}
.nav-tabs.nav-tabs-gray > li.active > a {
  background-color: inherit;
}
.nav-tabs > li {
  margin-bottom: -3px;
}
.nav-tabs > li > a {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding-left: 30px;
  padding-right: 30px;
  letter-spacing: 0.03em;
  color: #888888;
  border: none;
}
.nav-tabs > li > a:hover {
  color: #f2645a;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: none;
  background-color: inherit;
  border-bottom: 3px solid #f2645a;
  color: #f2645a;
}
.nav-tabs .hdx-tab-button i {
  display: none;
}
/* END Style tabs*/
/* Button style */
.btn {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0;
  background-image: none;
  text-shadow: none;
  border: 1px solid inherit;
  background-color: #888888;
  color: #fff;
}
.btn ~ .btn {
  margin-left: 15px;
}
.btn:hover,
.btn:focus,
.btn.active {
  background-color: #888888;
  border-color: #888888;
  opacity: 0.7;
  box-shadow: none;
  color: #fff;
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0;
  background-position: inherit;
}
.btn.hdx-btn.org-btn {
  min-width: 100px;
  margin-left: 0;
  background-color: #007CE0;
  color: #fff;
}
.btn-inverted {
  color: #888888;
  background-color: #fff;
  border: 1px solid #cccccc;
  box-shadow: none;
}
.btn-inverted:hover,
.btn-inverted:focus {
  background-color: #fff;
  opacity: 0.7;
  color: #888888;
}
.btn-demo {
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 8px 10px;
  margin-right: 20px;
  background: none;
  box-shadow: none;
}
.btn-primary {
  background-color: #007CE0;
  color: #fff;
}
.btn-danger {
  background-color: #f2645a;
}
.btn-empty,
.btn-empty-black {
  background: none;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none;
  width: auto;
  color: #007CE0;
}
.btn-empty:hover,
.btn-empty-black:hover,
.btn-empty:focus,
.btn-empty-black:focus {
  color: #007CE0;
  background: none;
}
.btn-empty-black {
  color: #000;
}
.btn-empty-black:hover,
.btn-empty-black:focus {
  color: #000;
}
.btn-blue-on-white,
.btn-blue-on-white:hover,
.btn-blue-on-white:focus {
  color: #007CE0;
  background-color: #fff;
}
.resource-item .hdx-btn-group {
  position: absolute;
  top: 14px;
  right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.btn.hdx-btn.resource-btn {
  background-color: #888888;
  color: white;
  border: 0;
  line-height: 35px;
  margin-left: 10px;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 0 20px;
}
.btn.hdx-btn.resource-btn.resource-icon-btn {
  width: 35px;
  padding: 0;
}
.btn.hdx-btn.resource-icon-btn img {
  width: 14px;
  margin-bottom: 5px;
}
/* END Button style*/
/* Order DropDown style */
.control-order-by {
  float: right;
  height: inherit;
}
.control-order-by label {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #888888;
  letter-spacing: 0.03em;
  line-height: 20px;
}
.control-order-by .orderDropdown {
  display: inline;
}
.control-order-by .orderDropdown .dropdown-toggle {
  background-color: #fff;
  border: none;
  color: #007CE0;
  text-align: left;
  margin-top: -4px;
  padding: 0;
}
.control-order-by .orderDropdown .dropdown-toggle .caret {
  margin-top: 6px;
}
.control-order-by .orderDropdown .dropdown-toggle:hover,
.control-order-by .orderDropdown .dropdown-toggle:focus {
  color: #00447a;
}
.control-order-by .orderDropdown .dropdown-toggle-text {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #007CE0;
  letter-spacing: 0.03em;
}
.control-order-by .orderDropdown .dropdown-toggle-text:hover,
.control-order-by .orderDropdown .dropdown-toggle-text:focus {
  color: #00447a;
}
/* END DropDown style */
.ckan-icon {
  display: inline-block;
  vertical-align: text-bottom;
  position: relative;
  top: 2px;
  width: 16px;
  height: 16px;
  background-image: url("../../../../base/images/sprite-ckan-icons.png");
  background-repeat: no-repeat;
  background-position: 16px 16px;
}
/* Style dataset labels */
.dataset-resources {
  margin-top: 8px;
  padding: 0;
}
.dataset-resources li {
  display: inline;
}
.dataset-resources li a {
  background-color: #aaaaaa;
}
/* Style dataset icons */
.label-icons span {
  font-size: 15px;
  color: #888888;
  margin-left: 10px;
  padding-top: 3px;
}
.label-icons span.download-counts {
  font-size: 12px;
}
ul.dataset-resources li + li.label-icons {
  border-left: 1px solid #888888;
  margin-left: 10px;
}
/* END Style dataset icons */
/* Label style (eg. tags) */
.label {
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #FFFFFF;
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 4px;
  padding: 3px 10px;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  min-width: 0;
  vertical-align: middle;
}
.label.label-small {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 400;
  font-size: 9px;
  letter-spacing: 0.01em;
  line-height: 16px;
  margin-right: 0;
  padding: 0 5px;
  margin-bottom: 3px;
}
/* Pill styling - seem to be the similar to labels, but gray and with a button*/
.pill {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 5px 15px;
  margin-right: 20px;
  margin-bottom: 20px;
  display: inline-block;
  background-color: #888888;
  border-radius: 0;
}
.pill .icon-remove,
.pill .glyphicon-remove {
  cursor: pointer;
  margin-left: 20px;
}
/* END Pill styling */
/* END Label style */
.label[data-format=html],
.label[data-format*=html] {
  background-color: #55a1ce;
}
.label[data-format=json],
.label[data-format*=json] {
  background-color: #ef7100;
}
.label[data-format=xml],
.label[data-format*=xml] {
  background-color: #ef7100;
}
.label[data-format=text],
.label[data-format*=text] {
  background-color: #74cbec;
}
.label[data-format=csv],
.label[data-format*=csv] {
  background-color: #dfb100;
}
.label[data-format=xls],
.label[data-format*=xls] {
  background-color: #2db55d;
}
.label[data-format=zip],
.label[data-format*=zip] {
  background-color: #686868;
}
.label[data-format=api],
.label[data-format*=api] {
  background-color: #ec96be;
}
.label[data-format=pdf],
.label[data-format*=pdf] {
  background-color: #e0051e;
}
.label[data-format=rdf],
.label[data-format*=rdf],
.label[data-format*=nquad],
.label[data-format*=ntriples],
.label[data-format*=turtle] {
  background-color: #0b4498;
}
/* END Style dataset labels */
.resource-item {
  position: relative;
  padding: 10px 10px 10px 60px;
  margin-bottom: 0px;
}
.resource-item .format-label {
  position: absolute;
  top: 10px;
  left: 10px;
}
.format-label {
  display: inline-block;
  vertical-align: text-bottom;
  position: relative;
  top: 2px;
  width: 16px;
  height: 16px;
  background-image: url("../../../../base/images/sprite-ckan-icons.png");
  background-repeat: no-repeat;
  background-position: 16px 16px;
  text-indent: -900em;
  background: url("../../../../base/images/sprite-resource-icons.png") no-repeat 0 0;
}
.format-label {
  width: 32px;
  height: 35px;
  background-position: 0px -62px;
}
.format-label[data-format=rdf],
.format-label[data-format*=rdf] {
  width: 32px;
  height: 35px;
  background-position: -32px -62px;
}
.format-label[data-format=pdf],
.format-label[data-format*=pdf] {
  width: 32px;
  height: 35px;
  background-position: -64px -62px;
}
.format-label[data-format=api],
.format-label[data-format*=api] {
  width: 32px;
  height: 35px;
  background-position: -96px -62px;
}
.format-label[data-format=zip],
.format-label[data-format*=zip] {
  width: 32px;
  height: 35px;
  background-position: -128px -62px;
}
.format-label[data-format=xls],
.format-label[data-format*=xls] {
  width: 32px;
  height: 35px;
  background-position: -160px -62px;
}
.format-label[data-format=csv],
.format-label[data-format*=csv] {
  width: 32px;
  height: 35px;
  background-position: -192px -62px;
}
.format-label[data-format=txt],
.format-label[data-format*=txt] {
  width: 32px;
  height: 35px;
  background-position: -224px -62px;
}
.format-label[data-format=xml],
.format-label[data-format*=xml] {
  width: 32px;
  height: 35px;
  background-position: -256px -62px;
}
.format-label[data-format=json],
.format-label[data-format*=json] {
  width: 32px;
  height: 35px;
  background-position: -288px -62px;
}
.format-label[data-format=html],
.format-label[data-format*=html] {
  width: 32px;
  height: 35px;
  background-position: -320px -62px;
}
/*These styles will be probably be deprecated after next sprint*/
/* style the filter items present in the left side dark section*/
.secondary .nav-simple .nav-item {
  padding: 0;
  margin: 0;
}
.secondary .nav-simple .nav-item.active {
  background-color: #8ca0a6;
}
.secondary .nav-simple .nav-item.active a:after {
  content: "x";
  float: right;
}
/* END style the filter items present in the left side dark section*/
/* style search form present in the dataset lists*/
.search-form {
  margin-bottom: 20px;
  padding-bottom: 25px;
}
.search-form .search-input {
  position: relative;
  margin-bottom: 20px;
}
.search-form .search-input input {
  margin: 0;
  width: 100%;
  height: auto;
}
.search-form .search-input button {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 10px;
  height: 20px;
  padding: 0;
  border: none;
  background: transparent;
}
.search-form .search-input button span {
  display: none;
}
.search-form .search-input.search-giant input {
  font-size: 16px;
  padding: 15px;
}
.search-form .search-input.search-giant button {
  margin-top: -15px;
  right: 15px;
  height: 30px;
}
.search-form .search-input.search-giant button i {
  font-size: 28px;
  width: 28px;
}
.search-form .control-order-by label,
.search-form .control-order-by select {
  display: inline;
}
.search-form .control-order-by select {
  width: 160px;
  margin: 0;
}
.search-form h2 {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 0;
  margin-top: 20px;
}
.search-form .filter-list {
  line-height: 32px;
  margin: 10px 0 0 0;
}
.search-form .filter-list .pill {
  line-height: 21px;
}
.search-form .filter-list .extra {
  margin-top: 10px;
  font-size: 18px;
  font-weight: normal;
}
.search-form.no-bottom-border {
  border-bottom-width: 0;
  margin-bottom: 0;
}
/* END style search form*/
.js .js-hide {
  display: none;
}
.js .js-hide.active {
  display: block;
}
label {
  cursor: pointer;
  font-size: 14px;
}
label:after {
  content: ":";
}
label.radio:after,
label.checkbox:after {
  content: "";
}
input[type=radio],
input[type=checkbox] {
  position: relative;
  top: 7px;
  padding: 0;
  margin: 0;
}
input[type=radio].checkbox-onown,
input[type=checkbox].checkbox-onown {
  top: 0;
}
select {
  padding: 4px;
}
textarea {
  max-width: 100%;
}
.control-group .btn {
  position: relative;
  top: -2px;
}
.control-full input,
.control-full select,
.control-full textarea {
  height: auto;
  width: 100%;
}
.control-medium input,
.control-medium select,
.control-medium textarea {
  width: 320px;
}
@media (max-width: 768px) {
  .control-medium input,
  .control-medium select,
  .control-medium textarea {
    width: 100%;
    min-height: 28px;
  }
}
.form-actions .control-required-message {
  float: left;
  margin-left: 20px;
  margin-bottom: 0;
  line-height: 30px;
}
.form-actions .control-required-message:first-child {
  margin-left: 0;
}
.form-actions {
  background: none;
  margin-left: -25px;
  margin-right: -25px;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .form-actions {
    text-align: right;
  }
}
.form-horizontal .control-label {
  width: 120px;
}
.form-horizontal .controls {
  margin-left: 130px;
}
.form-horizontal .control-medium .info-block.info-inline {
  width: 165px;
}
.form-horizontal .info-block:before {
  font-size: 2.2em;
  position: absolute;
  left: 0;
  top: 2px;
}
.form-horizontal .info-inline:before {
  top: 8px;
}
.info-block .icon-large,
.info-inline .icon-large {
  float: left;
  font-size: 22px;
  margin-right: 15px;
}
.form-horizontal .form-actions {
  padding-left: 25px;
  padding-right: 25px;
}
.form-inline input {
  padding-bottom: 9px;
}
.form-inline select {
  margin-top: 0;
}
.form-inline .btn {
  margin-left: 5px;
}
.form-narrow label {
  margin-bottom: 0;
}
.form-narrow select {
  width: 100%;
}
.form-narrow .form-actions {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px 0;
}
.form-select label {
  margin-right: 5px;
}
.simple-input label,
.simple-input button {
  display: none;
}
.simple-input .field {
  position: relative;
}
.simple-input .field input {
  width: 100%;
  height: auto;
  margin: 0 -7px;
  padding: 7px 5px;
}
.simple-input .field .btn-search {
  position: absolute;
  display: block;
  height: 17px;
  width: 17px;
  padding: 0;
  top: 50%;
  right: 0;
  margin-top: -10px;
  background-color: transparent;
  border: none;
  color: #999;
}
.simple-input .field .btn-search:hover {
  color: #000;
}
.editor textarea {
  border-radius: 3px 3px 0 0;
  border-bottom: none;
}
.editor .editor-info-block {
  border-radius: 3px 3px 0 0;
  display: block;
  float: none;
  padding: 4px 10px;
  background: #ebebeb;
  width: auto;
  border: 1px solid #ccc;
  border-top: none;
  font-size: 11px;
  color: #282828;
}
.editor .editor-info-block a {
  text-decoration: none;
}
@media (max-width: 768px) {
  [data-module="custom-fields"] .input-prepend .add-on {
    display: block;
  }
}
@media (max-width: 480px) {
  [data-module="custom-fields"] .input-prepend {
    width: 100%;
  }
  [data-module="custom-fields"] .control-custom input {
    width: 100%;
    min-height: 28px;
  }
}
.form-section {
  padding: 30px 0;
}
.control-medium .error-block {
  width: 318px;
}
.control-full .error-block {
  width: auto;
}
.control-group.error .input-prepend .error-block,
.control-custom.error .error-block {
  width: auto;
}
.control-custom.error .error-block {
  width: 401px;
}
.control-select.error .error-block {
  width: 196px;
}
.control-group.error .controls.error input,
.control-group.error .controls.error textarea {
  border: 1px solid #f2645a;
}
.control-group.error .controls.error .error-block {
  color: #f2645a;
}
.control-full .select2-container {
  max-width: 100%;
}
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* List header */
.list-header {
  margin-top: 25px;
  height: 50px;
  border-bottom: 1px solid #cccccc;
  vertical-align: middle;
  line-height: 49px;
  padding: 0;
  padding-right: 15px;
  background-color: #edf6fd;
}
.list-header .list-header-title {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.list-header .header-search {
  line-height: 18px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #888888;
  padding: 7px 6px;
  width: 400px;
  border: 1px solid #cccccc;
  border-radius: 6px;
}
.list-header .header-search:focus {
  outline: none;
}
.list-header .dropdown.orderDropdown .dropdown-toggle {
  cursor: pointer;
}
.list-header .list-header-showall {
  color: #333333;
}
.list-header .list-header-showall > span:before {
  content: "|";
  color: #888888;
  margin-left: 10px;
  margin-right: 10px;
}
.list-header .list-header-showall > span:first-child:before {
  content: "";
  margin-right: 0;
}
.list-header .list-header-showall > span input[type="radio"] {
  position: absolute;
  visibility: hidden;
}
.list-header .list-header-showall > span input[type="radio"]:checked ~ label {
  color: #000000;
  cursor: default;
}
.list-header .list-header-showall > span input[type="radio"] ~ label {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #007CE0;
  cursor: pointer;
}
.list-header .list-header-showall > span input[type="radio"] ~ label:after {
  content: "";
}
.list-header .list-header-right-side {
  text-align: right;
}
.list-header.list-header-min ~ .list-header-filters {
  display: none;
}
.list-header.list-header-min ~ .list-header-apply {
  display: none;
}
.list-header.list-header-min .header-search {
  visibility: hidden;
}
.list-header.list-header-min .filters-actions {
  visibility: hidden;
}
.list-header-filters {
  height: 50px;
  border-bottom: 1px solid #cccccc;
  vertical-align: middle;
  line-height: 49px;
  padding: 0;
  padding-right: 15px;
  background-color: #eeeeee;
  padding-left: 15px;
}
.list-header-filters .filters-title {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #888888;
}
.list-header-filters .filter-item {
  width: 130px;
  margin-right: 15px;
}
.list-header-filters .ms-parent {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-left: 5px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 12px;
}
.list-header-filters input[type="checkbox"] {
  top: 0;
}
.list-header-filters input[type="checkbox"]:disabled ~ label {
  color: #cccccc;
}
.list-header-filters input[type="checkbox"] ~ label {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #888888;
}
.list-header-filters input[type="checkbox"] ~ label:after {
  content: none;
}
.list-header-filters .ms-choice {
  display: block;
  height: 30px;
  line-height: 30px;
  border: 1px solid #cccccc;
  color: #007CE0;
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: 700;
  margin-bottom: 3px;
}
.list-header-filters .ms-choice:focus,
.list-header-filters .ms-choice.open {
  outline: none;
  border-color: #007CE0;
}
.list-header-filters .ms-choice .placeholder {
  font-weight: 400;
  color: #007CE0;
  padding: 0 10px;
}
.list-header-filters .ms-choice > div {
  top: 11px;
  right: 6px;
  width: auto;
  height: auto;
  background: none;
  border-left-width: 7px;
  border-right-width: 7px;
  border-top-width: 7px;
  margin: 0;
}
.list-header-filters .ms-choice > div.open {
  border-top: none;
  border-bottom: 7px solid #007CE0;
}
.list-header-filters .ms-drop {
  overflow: visible;
  line-height: 20px;
  width: 245px !important;
  margin-left: -57.5px;
  margin-top: 10px;
  border: 1px solid #007CE0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 15px 0;
}
.list-header-filters .ms-drop .ms-search {
  padding: 0 15px;
  line-height: 30px;
}
.list-header-filters .ms-drop .ms-search input {
  background: #FFF url('../vendor/multiple-select-1.1.0/multiple-select.png') no-repeat 100% -19px;
}
.list-header-filters .ms-drop .nice-arrow {
  border-top: 1px solid #007CE0;
  border-left: 1px solid #007CE0;
  background-color: #fff;
  height: 10px;
  width: 10px;
  position: absolute;
  z-index: 10001;
  top: -8px;
  left: 117.5px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -ms-transform-origin: 20% 40%;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  -webkit-transform-origin: 20% 40%;
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  transform-origin: 20% 40%;
}
.list-header-filters .ms-drop ul {
  padding: 0 14px;
  margin-top: 10px;
}
.list-header-filters .ms-drop ul li {
  padding: 0 5px;
}
.list-header-filters .ms-drop ul li:hover {
  background-color: #edf6fd;
}
.list-header-filters .ms-drop ul li label {
  margin: 2px 0;
  width: 165px;
  font-size: 12px;
  font-weight: 400;
}
.list-header-filters .ms-drop ul li label:after {
  content: "";
}
.list-header-filters .ms-drop ul li label input {
  top: -1px;
}
.list-header-filters .ms-drop ul li span {
  float: right;
  font-size: 10px;
  line-height: 24px;
}
.list-header-filters .filters-actions {
  padding-left: 10px;
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #007CE0;
}
.list-header-filters .filters-actions .loading .loading-image {
  visibility: visible;
  margin-right: 3px;
}
.list-header-filters .filters-actions .loading .main-action,
.list-header-filters .filters-actions.error .main-action {
  color: #888888;
  cursor: not-allowed;
}
.list-header-filters .filters-actions .row {
  line-height: 1;
}
.list-header-filters .filters-actions .loading-image {
  margin-bottom: -37px;
  visibility: hidden;
}
.list-header-filters .filters-actions .list-header-showall {
  margin-top: 19px;
  text-align: right;
}
.list-header-filters .filters-actions.error .filter-results {
  color: #f2645a;
}
.list-header-filters .filters-actions .filter-results {
  margin-top: 6px;
  font-size: 10px;
  text-align: right;
}
.list-header-filters .filters-actions .filter-action-item .main-action {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 400;
  font-size: 12px;
  cursor: pointer;
}
.list-header-filters .filters-actions .filter-action-item:before {
  content: "|";
  margin-left: 2px;
  margin-right: 5px;
}
.list-header-filters .filters-actions .filter-action-item:first-child:before {
  content: "";
  margin: 0;
}
.list-header-apply {
  height: 50px;
  border-bottom: 1px solid #cccccc;
  vertical-align: middle;
  line-height: 49px;
  padding: 0;
  padding-right: 15px;
  background-color: #eeeeee;
  height: 30px;
  line-height: 29px;
  display: none;
  padding-left: 15px;
}
.list-header-apply .filter-results {
  color: #007CE0;
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 400;
  font-size: 13px;
}
.list-header-apply .filter-results.error {
  color: #f2645a;
}
.list-header-apply .filter-results.error ~ .loading-div .main-action {
  display: none;
}
.list-header-apply .filter-results.error ~ .loading-div .or-text {
  display: none;
}
.list-header-apply .filter-results.error ~ .loading-div .reset-action {
  background: #f2645a;
  color: #ffffff;
  padding: 2px 6px;
}
.list-header-apply .filter-action-item .btn {
  padding: 2px 6px;
  text-transform: none;
  margin-top: -2px;
}
.list-header-apply .filter-action-item .btn.main-action {
  background-color: #007CE0;
}
.list-header-apply .filter-action-item .btn.reset-action {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 400;
  font-size: 12px;
  background: transparent;
  color: #007CE0;
  padding: 2px 0px;
}
.list-header-apply .loading-image {
  display: none;
}
.list-header-apply .loading-image.loading {
  display: block;
  padding-top: 12px;
}
.list-header-apply .loading-image.loading ~ .filters-actions {
  display: none;
}
/* END List header */
.hdx-form {
  color: #333333;
}
.hdx-form .background-gray {
  background-color: #eeeeee;
}
.hdx-form .background-white {
  background-color: #fff;
}
.hdx-form .label-title-style {
  font-family: 'Gotham-Light', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
  text-transform: uppercase;
}
.hdx-form .form-section {
  padding: 30px 0;
}
.hdx-form .form-section h3 {
  color: #007CE0;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin: 0;
}
.hdx-form .form-section h3 ~ p {
  color: #888888;
}
.hdx-form .form-section .sample-text {
  font-family: 'Gotham-Light', sans-serif;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
}
.hdx-form .form-hr {
  background-color: #cccccc;
  border: 0 none;
  height: 1px;
  margin: 0 -5px;
}
.hdx-form.edit-mode .hdx-form-breadcrumb {
  background-color: #888888;
}
.hdx-form.edit-mode .hdx-form-breadcrumb .breadcrumb {
  background-color: #888888;
}
.hdx-form .hdx-form-breadcrumb {
  padding: 20px 0;
  background-color: #007CE0;
  font-family: 'Gotham-Light', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
}
.hdx-form .hdx-form-breadcrumb .breadcrumb {
  margin: 0;
  background-color: #007CE0;
}
.hdx-form .hdx-form-breadcrumb .breadcrumb li {
  opacity: 0.6;
}
.hdx-form .hdx-form-breadcrumb .breadcrumb li.active {
  color: #fff;
  opacity: 1;
}
.hdx-form .hdx-form-breadcrumb .breadcrumb li .circle {
  display: block;
  height: 20px;
  width: 20px;
  line-height: 20px;
  -moz-border-radius: 50%;
  /* or 50% */
  border-radius: 50%;
  /* or 50% */
  background-color: #fff;
  color: #007CE0;
  text-align: center;
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-right: 5px;
}
.hdx-form .hdx-form-breadcrumb .breadcrumb > li + li:before {
  content: ">";
  float: left;
  color: #fff;
}
.hdx-form label.control-label {
  color: #333333;
}
.hdx-form label.control-label:after {
  content: "";
}
.hdx-form .form-group.required .control-label:after {
  content: "*";
  color: #f2645a;
  font-size: 16px;
}
.hdx-form .form-group .control-label {
  font-family: 'Gotham-Light', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
  text-transform: uppercase;
}
.hdx-form .form-group .control-label:after {
  content: "";
}
.hdx-form .form-group .error-block {
  color: #f2645a;
  display: none;
}
.hdx-form .form-group .error .form-control {
  border-color: #f2645a;
}
.hdx-form .form-group .error .error-block {
  display: inherit;
}
.hdx-form .form-group .radio,
.hdx-form .form-group .checkbox {
  margin-top: 0;
  margin-bottom: 5px;
}
.hdx-form .form-group .radio label:after,
.hdx-form .form-group .checkbox label:after {
  content: "";
}
.hdx-form .form-group .radio input,
.hdx-form .form-group .checkbox input {
  margin-top: 4px;
  top: 0;
}
.hdx-form .form-group .form-control {
  background-color: #fff;
  min-height: 44px;
  height: auto;
  border-color: #cccccc;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.hdx-form .form-group .form-control.select2-container {
  border: none;
}
.hdx-form .form-group .form-control.select2-container .select2-choice {
  box-shadow: none;
  border-color: #cccccc;
}
.hdx-form .form-group .form-control.select2-container .select2-choice .select2-arrow {
  background-color: #fff;
  border: none;
}
.hdx-form .form-group .form-control.select2-container .select2-choice .select2-arrow b {
  border-top-color: #888888;
}
.hdx-form .form-group .form-control.select2-container .select2-choice.select2-default > .select2-chosen {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #cccccc;
}
.hdx-form .form-group .form-control.select2-container .select2-choice > .select2-chosen {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.hdx-form .form-group .form-control.select2-container-multi.choices-orange .select2-choices .select2-search-choice {
  background-color: #f2645a;
}
.hdx-form .form-group .form-control.select2-container-multi .select2-choices {
  border-color: #cccccc;
  border-radius: 6px;
  min-height: 44px;
}
.hdx-form .form-group .form-control.select2-container-multi .select2-choices .select2-search-field input {
  height: 42px;
  margin: 0;
  border: none;
}
.hdx-form .form-group .form-control.select2-container-multi .select2-choices .select2-search-choice {
  background-color: #888888;
  background-image: none;
  color: #fff;
  font-family: 'Gotham-Medium', sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  height: 30px;
  line-height: 30px;
  margin: 0;
  margin-top: 6px;
  margin-left: 10px;
  padding: 0;
  padding-left: 10px;
  padding-right: 35px;
  outline: none;
  border: none;
  border-radius: 0;
}
.hdx-form .form-group .form-control.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close {
  background-color: white;
  left: auto;
  top: 1px;
  right: 13px;
  background: none;
  width: 10px;
  height: 1px;
}
.hdx-form .form-group .form-control.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:before {
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  content: "\e014";
  color: #fff;
  font-size: 15px;
}
.hdx-form .form-group .form-control.select2-dropdown-open .select2-choice {
  border-color: #007CE0;
}
.hdx-form .form-group .form-control.select2-dropdown-open .select2-choices {
  border-color: #007CE0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}
.hdx-form .form-group .form-control:focus {
  border-color: #007CE0;
}
.hdx-form .form-group .form-control::-webkit-input-placeholder {
  color: #cccccc;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 15px;
}
.hdx-form .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #cccccc;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 15px;
  opacity: 1;
}
.hdx-form .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #cccccc;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 15px;
  opacity: 1;
}
.hdx-form .form-group .form-control:-ms-input-placeholder {
  color: #cccccc;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 15px;
}
.hdx-form .form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
.hdx-form .form-horizontal .controls {
  margin-left: 170px;
}
.hdx-form .form-horizontal .control-label {
  float: left;
  text-align: left;
  padding-top: 15px;
  width: 160px;
}
.hdx-form .form-horizontal .checkbox {
  padding-top: 0;
}
.hdx-form input[type=radio],
.hdx-form input[type=checkbox] {
  top: auto;
}
ul.list-horizontal {
  list-style: none;
  display: inline;
  padding: 0;
  margin: 0;
  margin-left: 10px;
}
ul.list-horizontal li {
  display: inline;
}
ul.list-horizontal li:before {
  content: "|";
  margin: 0 10px;
}
ul.list-horizontal li:first-child:before {
  content: "";
  margin: auto;
}
.drag-drop-component {
  padding: 15px;
  padding-bottom: 0;
  margin-bottom: 10px;
  background-color: #fff;
}
.drag-drop-component.drag-drop-ghost {
  opacity: 0.4;
}
.drag-drop-component .cloud-img {
  height: 21px;
  margin-right: 3px;
}
.drag-drop-component label.control-label {
  color: inherit;
  font-weight: inherit;
}
.drag-drop-component .list-horizontal li.or-separator:before {
  content: "or";
}
.drag-drop-component .drag-drop-area {
  position: relative;
}
.drag-drop-component .drag-drop-area .drag-drop-content {
  border-radius: 6px;
  border: 3px dashed #cccccc;
  background-color: #eeeeee;
  padding: 30px;
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #888888;
  letter-spacing: 0.03em;
  text-align: center;
}
.drag-drop-component .drag-drop-area .drag-drop-content .drag-text2 {
  display: none;
}
.drag-drop-component .drag-drop-area .drop-here-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.drag-drop-component .drag-drop-area.drop-incoming .drag-drop-content {
  background-color: #007CE0;
  color: #fff;
  border-color: #fff;
}
.drag-drop-component .drag-drop-area.drop-incoming .drag-drop-content .drag-text1 {
  display: none;
}
.drag-drop-component .drag-drop-area.drop-incoming .drag-drop-content .drag-text2 {
  display: block;
}
.drag-drop-component .drag-drop-area.drop-incoming .browse-button {
  display: none;
}
.drag-drop-component .drag-drop-area .browse-button {
  color: #007CE0;
  cursor: pointer;
  position: relative;
  margin: 0;
}
.drag-drop-component .drag-drop-area .browse-button:after {
  content: none;
}
.drag-drop-component .drag-drop-area .browse-button span {
  position: relative;
  z-index: 100;
}
.drag-drop-component .drag-drop-area .browse-button input[type="file"] {
  position: absolute;
  z-index: 99;
  height: 1px;
  width: 1px;
  opacity: 0;
  padding: 0;
  top: 0;
}
.form-explanation p + p {
  margin-top: 30px;
}
.form-explanation .cloud-img {
  height: 21px;
  margin-right: 3px;
}
/* Body Background */
body {
  background-size: cover;
  background: #1ebfb3 url("/images/homepage/map.png") fixed;
  min-width: 1260px;
  color: #888888;
  font-family: 'Source Sans Pro', sans-serif;
}
/* END Body Background */
h1 {
  font-size: 28px;
}
h2 {
  font-size: 21px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 14px;
}
h1,
h2,
h3,
h4 {
  line-height: 1.5;
}
h1 small,
h2 small,
h3 small,
h4 small {
  font-size: 14px;
}
.newHeader .header-user-box,
.newHeader .header-user-box > span > a {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  color: #eeeeee;
}
.newHeader .header-user-box i,
.newHeader .header-user-box > span > a i {
  display: none;
}
.newHeader .header-user-name {
  color: #f2645a;
}
.newHeader .header-nav-bg {
  background-color: #fff;
}
.newHeader .header-nav-border {
  border-bottom: 3px solid #cccccc;
}
.newHeader .header-nav {
  height: 55px;
}
.newHeader .header-nav .table-valign {
  height: 55px;
}
.newHeader .header-user-bg {
  background-color: #333333;
}
.newHeader .submitData {
  /*Submit Data Button*/
  background-color: #f2645a;
  border-radius: 6px;
  display: inline-block;
  padding: 10px 30px;
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
.newHeader #feedback-button {
  /* Feedback Button */
  background-color: #888888;
  border-radius: 20px;
  padding: 10px 15px 10px;
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 31px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: none;
  text-decoration: none;
}
.newHeader .dropdown-menu {
  margin: 0;
}
.newHeader .dropdown-menu > li > a:hover,
.newHeader .dropdown-menu > li > a:focus {
  color: #fff;
  background-color: #007CE0;
  background-image: none;
}
.newHeader .crises-menu {
  padding: 0;
  width: 250px;
}
.newHeader .crises-menu li.crises-group {
  text-transform: uppercase;
  color: #888888;
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 400;
  font-size: 12px;
  padding: 10px 20px;
  border-bottom: 1px solid #eeeeee;
}
.newHeader .crises-menu li.crises-group:last-child {
  border-bottom: none;
}
.newHeader .crises-menu li.crises-group ul {
  padding: 0;
  list-style: none;
  text-transform: none;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.newHeader .crises-menu li.crises-group ul li {
  padding-top: 5px;
  font-size: 12px;
}
.newHeader .crises-menu li.crises-group ul li a {
  color: #000;
  font-size: 14px;
}
.newHeader .crises-menu li.crises-group ul li a:hover {
  text-decoration: none;
}
.newHeader .crises-menu li.crises-group ul li .crises-datasets {
  line-height: 1;
}
/* HEADER Search Widget  */
.header-nav-search {
  height: 55px;
  margin-left: 15px;
  width: 310px;
  border-bottom: 3px solid #888888;
  margin-bottom: -3px;
}
.header-nav-search .header-search-form {
  margin: 0;
  padding: 0;
}
.header-nav-search .header-search-form .input-prepend {
  margin: 0;
}
.header-nav-search .header-search-form .icon-search {
  margin: 0 20px;
  font-size: 20px;
  line-height: 28px;
}
.header-nav-search .header-search-form .filter-icon {
  visibility: hidden;
  color: #007CE0;
  font-size: 20px;
  cursor: pointer;
}
.header-nav-search .header-search-form input,
.header-nav-search .header-search-form input:focus {
  border: none;
  text-shadow: none;
  box-shadow: none;
  transition: none;
  width: 224px;
  margin: 0;
  padding: 0;
  height: 28px;
  background: transparent;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  outline: none;
  color: #000;
}
.header-nav-search .header-search-form input::-webkit-input-placeholder,
.header-nav-search .header-search-form input:-ms-input-placeholder {
  color: #dadada;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
.header-nav-search .header-search-form input:-moz-placeholder,
.header-nav-search .header-search-form input::-moz-placeholder {
  color: #dadada;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  opacity: 1;
}
.newHeader .header-nav .header-nav-search .header-search-form input::-webkit-input-placeholder {
  color: #dadada;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
/* HDX Version display */
.hdxLogo {
  position: relative;
}
.logo #hdxVersion {
  color: #888888;
  position: absolute;
  float: left;
  font-size: 10px;
  left: 99px;
  top: 27px;
  width: 0;
  display: none;
  line-height: 22px;
}
.logo .logo-img:hover ~ #hdxVersion {
  display: block;
}
.logo .logo-img {
  background-image: url("/images/homepage/logo-hdx.svg");
  background-repeat: no-repeat;
  background-size: 126px 31px;
  width: 126px;
  height: 31px;
  min-width: 126px;
  min-height: 31px;
}
/* END HDX Version display */
/* Style links inside header-nav, main navigation links */
.mainLinks.mainLinks-gray > li > a {
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #cccccc;
  line-height: 1;
}
.mainLinks.mainLinks-gray > li > a:hover,
.mainLinks.mainLinks-gray > li > a:focus {
  color: #cccccc;
}
.mainLinks {
  padding-left: 20px;
  margin: 0;
}
.mainLinks > li {
  display: inline;
}
.mainLinks > li > a {
  margin-left: 15px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  letter-spacing: 0.03em;
  line-height: 31px;
  text-transform: uppercase;
}
.mainLinks > li > a:hover,
.mainLinks > li > a:focus {
  color: #000000;
}
.mainLinks > li > a:after {
  content: "|";
  margin-left: 15px;
}
.mainLinks > li > a:focus {
  text-decoration: none;
  cursor: pointer;
}
.mainLinks > li .dropdown-menu a:hover {
  background-color: #FFFFFF;
  color: #333333;
  text-decoration: underline;
}
.mainLinks > li #crises-label:after {
  content: '\25bc';
  margin-left: 3px;
  font-size: 13px;
}
.mainLinks > li:first-child > a {
  margin-left: 0;
}
.mainLinks > li:last-child > a:after {
  content: "";
  margin: 0;
}
/* Style breadcrumbs */
.toolbarRow {
  background-color: #eeeeee;
  height: 20px;
}
.toolbarRow .toolbar {
  margin: 0;
  padding: 0;
}
.toolbarRow .toolbar .breadcrumb {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
}
.toolbarRow .toolbar .breadcrumb > li {
  text-shadow: none;
  white-space: nowrap;
}
.toolbarRow .toolbar .breadcrumb > li:after {
  content: " / ";
}
.toolbarRow .toolbar .breadcrumb > li.active:after {
  content: "";
}
.toolbarRow .toolbar .breadcrumb > li.active a {
  color: #333333;
  font-weight: bold;
}
.toolbarRow .toolbar .breadcrumb > li a {
  color: #333333;
}
.toolbarRow .toolbar .breadcrumb > li + li::before {
  content: "";
  padding: 0;
}
/* END Style breadcrumbs */
/* Style Caret */
.caret {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #007CE0;
  vertical-align: top;
}
/* END Style Caret */
.offset1andHalf {
  margin-left: 12.5% !important;
}
/* Customize fixed Bootstrap layout -- ugly hacking :) */
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 1170px;
  padding: 0;
}
.paddingRowHack {
  margin-left: -45px;
  margin-right: -45px;
}
.paddingRowHack .paddingLeftHack {
  padding-left: 45px;
  margin-left: 0;
}
.paddingRowHack .paddingRightHack {
  padding-right: 45px;
  margin-right: 0;
}
body {
  line-height: 20px;
}
/* END - Customize fixed Bootstrap layout */
/* Style default Primary */
[role=main] .primary {
  width: 100%;
  float: none;
  padding-left: 0;
}
[role=main] .secondary {
  margin: 0;
  padding-right: 15px;
  /* mimic the left 45 padding */
  width: 100%;
  color: #ffffff;
}
.secondary input {
  color: #333;
}
/* END Style default Primary */
/* Change the default style for ul items */
ul.hdx-bs3 {
  padding-left: 0;
  list-style-type: none;
}
/* Style pagination */
.pagination {
  display: block;
  text-align: center;
  height: 45px;
}
/* END Style pagination */
/* END Change the default style for ul items */
/* Missing styles due to removal of BS 2.3 + other fixes */
.uppercase {
  text-transform: uppercase;
}
.form-actions {
  margin-right: 0;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background: none;
}
/* END Missing styles due to removal of BS 2.3 */
/* Fix search widget */
/* Fix size due to different box-sizing */
.form-search .input-append .searchInput {
  width: 266px;
  float: left;
}
/* Fix button position */
.form-search .input-append .input-group-addon {
  padding: 0;
  border: none;
  float: left;
}
/* END Fix search widget */
/* Utility classes */
.whiteBackground {
  background-color: #ffffff;
}
/* END Utility classes */
/* Style Select2 Dropdown */
.select2-container .select2-choice .select2-arrow {
  width: 42px;
}
/* END Style Select2 Dropdown */
/* Fix header styles */
.newHeader .header-nav .header-nav-search {
  height: 58px;
}
/* END Fix header styles */
/* Social widget - share */
.resource-social a {
  line-height: 31px;
  vertical-align: middle;
  display: block;
  margin-bottom: 5px;
}
.resource-social a i {
  font-size: 31px;
  width: 31px;
  padding-right: 5px;
  vertical-align: middle;
}
.resource-social a span {
  font-size: 14px;
  vertical-align: middle;
  line-height: 25px;
}
.resource-social a:hover {
  text-decoration: none;
}
/**/
/* search_form.html customisations */
.list-items.search-form {
  border-bottom: none;
  margin: 0;
  padding: 0;
}
.list-items.search-form h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.list-items.search-form .search-input.search-giant input {
  border-radius: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.list-items.search-form .search-input {
  margin-bottom: 25px;
}
/* END search_form.html customisations */
/* Style Modal Dialogs */
.modal.in {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1041;
}
.modal.in .modal-dialog {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Safari */
  width: initial;
}
.modal.in .modal-dialog .modal-content {
  min-width: 370px;
  min-height: 360px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.modal.in .modal-dialog .modal-content .modal-header {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  background-color: #007CE0;
  letter-spacing: 0.01em;
  line-height: 20px;
  padding: 20px;
}
.modal.in .modal-dialog .modal-content .modal-header .close {
  margin-left: 20px;
  float: right;
  top: 0;
  color: #fff;
  opacity: 1;
}
.modal.in .modal-dialog .modal-content .modal-body {
  min-height: 193px;
  padding: 30px 30px 0;
}
.modal.in .modal-dialog .modal-content .modal-body .nav-tabs {
  border-color: #cccccc;
}
.modal.in .modal-dialog .modal-content .modal-body .nav-tabs h4 {
  margin: 0;
}
.modal.in .modal-dialog .modal-content .modal-body input[type="text"] {
  height: 44px;
  line-height: 14px;
  border-color: #ffffff;
  box-shadow: none;
  padding-left: 15px;
  font-size: 14px;
  color: #000000;
  border-radius: 3px;
  border: 1px solid #ffffff;
}
.modal.in .modal-dialog .modal-content .modal-body input[type="text"]:disabled {
  background-color: #eeeeee;
}
.modal.in .modal-dialog .modal-content .modal-footer {
  padding: 30px;
  box-shadow: none;
  border-top: none;
  position: relative;
  bottom: 0;
  right: 0;
}
.modal.in .modal-dialog .modal-content .modal-footer .btn-large {
  min-width: 150px;
}
.modal.in .modal-dialog .modal-content .modal-footer .btn-large.btn-empty {
  min-width: 0;
  margin-right: 30px;
  color: #000;
}
/* END Style Modal Dialogs */
/* Style placeholders */
::-webkit-input-placeholder {
  color: #cccccc;
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #cccccc;
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  opacity: 1;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #cccccc;
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #cccccc;
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
}
/* END Style placeholders */
/* Style Dashboard - Newsfeed list */
.activity {
  margin: 10px 0;
  padding: 0;
  list-style-type: none;
  background: transparent url('../../../../base/images/dotted.png') 14px 0 repeat-y;
}
.activity .load-less {
  margin-bottom: 15px;
}
.activity .item .actor .gravatar {
  position: absolute;
  top: 0;
  left: 40px;
  border-radius: 100px;
}
/* END Style Dashboard - Newsfeed list */
.hide-heading {
  display: none;
}
/* Style Sysadmin settings*/
.user-list {
  margin: 0;
  list-style: none;
}
.user-list li {
  margin: 0 0 10px 0;
}
.user-list .gravatar {
  vertical-align: -4px;
  margin-right: 3px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
/* END Style Sysadmin settings*/
/* Actions button list */
.actions li {
  display: inline-block;
}
/* END - Actions button list */
.red {
  color: #ff0000;
}
nav.mobile-only {
  display: none;
}
@media (max-width: 767px) {
  body.home .search-ahead {
    width: 120%;
  }
}
/* Actions */
.base-actions-menu a.btn.hdx-btn {
  margin-left: 12px;
}
.base-actions-menu ul {
  list-style: none;
}
.base-actions-menu ul li {
  line-height: 16px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 14px;
  display: inline;
  margin-right: 16px;
}
.base-actions-menu ul li:last-child {
  margin-right: 0;
}
.base-actions-menu ul li:first-child:before {
  border: none;
}
.base-actions-menu ul li:before {
  content: "";
  border-left: 1px solid #888888;
  height: 16px;
  margin-right: 16px;
}
.base-actions-menu ul li.delete-override a {
  color: #f2645a;
  text-transform: none;
}
.base-actions-menu ul li a i {
  margin-right: 5px;
}
.base-actions-menu ul li .direct-share-links {
  position: relative;
  bottom: -5px;
}
/* END - Actions */
.no-margin {
  margin: 0;
}
#error-page {
  min-height: 400px;
  height: 70vh;
  background: url("/images/page404/pxel_bg.png");
  background-size: 10px 20px;
  background-repeat: repeat;
  position: relative;
}
#error-page .error-message-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 450px;
  text-align: center;
  color: #333333;
}
#error-page .error-message-container img {
  height: 90px;
}
#error-page .error-message-container h1 {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  margin: 20px 0;
}
#error-page .error-message-container p {
  margin: 20px 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 14px;
}
