/*Zarzuela Page Yellows:
Yellow: #F9BA32
Dark Yellow: #e5a72d
Light Yellow: #facd6b;
Off-White: #ECF0F1;
*/

.bg-dark {
  background-color: #f9ba32 !important;
}

.navbar-nav > li > a:hover {
  background-color: #e5a72d;
}

.navbar-nav > li > a.active {
  background-color: #ecf0f1 !important;
  color: #e5a72d !important;
  font-weight: 800;
}

.searchbtn,
.searchbtn:hover,
.searchbtn:active,
.searchbtn:focus,
.searchbtn:visited,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  border: 0px;
  font-family: "CovesLight";
  color: #ecf0f1;
  font-size: 24px;
}

.searchbtn:hover,
.searchbtn:active,
.searchbtn:focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  background-color: #e5a72d !important ;
  box-shadow: 0 0 0 0.2rem rgba(250, 205, 107, 0.4) !important;
}

.submitbtn:focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 205, 107, 0.4) !important;
}

.submitbtn {
  background-color: #f9ba32;
  border-radius: 5px;
  font-size: 20px;
  color: #fff;
  width: 150px;
}

.searchbtn {
  background-color: #f9ba32;
  border-radius: 0px 0px 5px 5px;
  margin-bottom: 30px;
  width: 200px;
  margin-left: auto;
}

.searchbtn img {
  margin-top: 7px;
  height: 20px;
  width: 20px;
  float: left !important;
}

.btn-default {
  background-color: #facd6b !important;
}

.btn-default:hover {
  background-color: #f9ba32 !important;
  border-color: #f9ba32 !important;
  color: #fff;
}

.btn-info.active {
  background-color: #e5a72d !important;
}

.btn-info {
  font-size: 16px;
  background-color: #facd6b !important;
  border-color: #e5a72d !important;
  color: #000;
}

.btn-info.active {
  background-color: #e5a72d !important;
  border-color: #f9ba32 !important;
  box-shadow: 0 0 0 0.1rem #facd6b;
}

.btn-info:hover {
  background-color: #f9ba32 !important;
  border-color: #f9ba32 !important;
}
.searchmenucontainer {
  padding-bottom: 10px;
}
#desktopsearchmenu {
  width: 1140px;
  margin: 0 auto;
}

.searchbtn {
  width: 200px;
  margin-bottom: 0px;
  margin-left: auto;
}

.popover-content > a {
  border-bottom: 1px dotted black;
  text-decoration: none;
  text-decoration-color: none;
}

.popover-header {
  font-size: 16px;
}

.popover-body {
  font-size: 14px;
}

.popover-body > a {
  text-decoration: all;
}

label {
  margin-top: 5px;
  margin-left: 10px;
  font-size: 14px;
}

.big-checkbox {
  width: 20px;
  height: 20px;
}

#desktopsearchmenu .form-control {
  margin: 5px;
  font-size: 16px;
}

#zarzueladatatable_wrapper {
  margin-left: 10px;
  margin-right: 10px;
}

#zarzuelaariadatatable_wrapper {
  margin-left: 10px;
  margin-right: 10px;
}

table.datatable thead th {
  background-color: #3d3d3d;
  color: #ecf0f1;
  font-family: "CovesLight";
  font-weight: normal !important ;
  font-size: 20px;
  padding-left: 5px !important;
  padding-right: 5px !important;
}

#zarzueladatatable td {
  font-size: 12px;
}

#zarzuelaariadatatable td {
  font-size: 12px;
}

#zarzueladatatable thead > tr > .sorting {
  font-weight: normal;
}
#zarzueladatatable th.sorting {
  padding-top: 2px;
  padding-bottom: 2px;
}

#zarzuelaresults {
  margin-left: 10px;
  margin-right: 10px;
}

#zarzuelaariadatatable thead > tr > .sorting {
  font-weight: normal;
}
#zarzuelaariadatatable th.sorting {
  padding-top: 2px;
  padding-bottom: 2px;
}

#zarzuelaariaresults {
  margin-left: 10px;
  margin-right: 10px;
}

.pdfbutton {
  background-color: #f9ba32;
  border: 2px solid #f9ba32;
  border-radius: 5px;
  padding: 3px 5px;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}

.pdfbutton:hover {
  background-color: white;
  color: #f9ba32;
  text-decoration: none;
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  #desktopsearchmenu {
    width: 940px;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  #desktopsearchmenu {
    width: 720px;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  #desktopsearchmenu {
    width: auto;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
}
