* {
  font-family: Gotham;
}

header {
  height: 250px;
  /* background-image: url('../img/header.png'); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  margin-bottom: 20px;
}

header .header {
  box-shadow: 0 1px 10px #444444;
  /* border-bottom: 3px solid #50b748; */
  border-bottom: 3px solid #14badcff;
}

header .header .left {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin: 50px;
  position: absolute;
}

header .header .left img {
  margin-bottom: 10px;
}

header .header .center {
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 5px;
  box-sizing: border-box;
}

header .header .center img {
  /* margin-bottom: 2px; */
}

header .header .right {
  right: 0;
  float: right;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin: 20px 50px;
  position: absolute;
}

header .header .right img:first-child {
  margin-bottom: 5px;
}

.navbar-nav {
  margin: 0;
  width: 100%;
  /* background: #213d72; */
}

.navbar-nav > li {
  width: 20%;
  text-align: center;
}

.navbar-fixed-top {
  position: relative;
}

/* .navbar-inverse {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#213d72),
    to(#213d72)
  );
  background-image: -webkit-linear-gradient(#213d72, #213d72);
  background-image: -moz-linear-gradient(#213d72, #213d72);
  background-image: -ms-linear-gradient(#213d72, #213d72);
  background-image: -o-linear-gradient(#213d72, #213d72);
  background-image: linear-gradient(#213d72, #213d72);
} */

.navbar-inverse {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#14badcff),
    to(#14badcff)
  );
  background-image: -webkit-linear-gradient(#14badcff, #14badcff);
  background-image: -moz-linear-gradient(#14badcff, #14badcff);
  background-image: -ms-linear-gradient(#14badcff, #14badcff);
  background-image: -o-linear-gradient(#14badcff, #14badcff);
  background-image: linear-gradient(#14badcff, #14badcff);
}

.navbar-inverse .navbar-nav > li > a {
  color: #fff;
  padding: 15px 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-width: 0 1px;
  /* background: #213d72; */
  background: #14badcff;
  font-weight: bold;
  /* color: #ffffff; */
  text-shadow: 0 1px 0 #444444;
  transition: all 0.5s;
  /* background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#213d72),
    to(#213d72)
  ); */
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#14badcff),
    to(#14badcff)
  );
  background-image: -webkit-linear-gradient(#14badcff, #14badcff);
  background-image: -moz-linear-gradient(#14badcff, #14badcff);
  background-image: -ms-linear-gradient(#14badcff, #14badcff);
  background-image: -o-linear-gradient(#14badcff, #14badcff);
  background-image: linear-gradient(#14badcff, #14badcff);
  /* background-image: -webkit-linear-gradient(#213d72, #213d72);
  background-image: -moz-linear-gradient(#213d72, #213d72);
  background-image: -ms-linear-gradient(#213d72, #213d72);
  background-image: -o-linear-gradient(#213d72, #213d72);
  background-image: linear-gradient(#213d72, #213d72); */
  /* background-image: -webkit-gradient(linear, left top, left bottom, from( #ee3138), to( #ee3138));
    background-image: -webkit-linear-gradient( #ee3138, #ee3138);
    background-image: -moz-linear-gradient( #ee3138, #ee3138);
    background-image: -ms-linear-gradient( #ee3138, #ee3138);
    background-image: -o-linear-gradient( #ee3138, #ee3138);
    background-image: linear-gradient( #ee3138, #ee3138); */
}

.navbar-inverse .navbar-nav > li > a:hover {
  /* border: 1px solid white; */
  /* border: 1px solid #4593f6; */
  border-width: 0 1px;
  background: #50b748;
  /* background: #c5cbcbff; */
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0 1px 0 #444444;
  transition: all 0.5s;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#50b748),
    to(#50b748)
  );

  background-image: -webkit-linear-gradient(#50b748, #50b748);
  background-image: -moz-linear-gradient(#50b748, #50b748);
  background-image: -ms-linear-gradient(#50b748, #50b748);
  background-image: -o-linear-gradient(#50b748, #50b748);
  background-image: linear-gradient(#50b748, #50b748);
  /* background-image: -webkit-gradient(linear, left top, left bottom, from( #ee3138), to( #ee3138));
    background-image: -webkit-linear-gradient( #ee3138, #ee3138);
    background-image: -moz-linear-gradient( #ee3138, #ee3138);
    background-image: -ms-linear-gradient( #ee3138, #ee3138);
    background-image: -o-linear-gradient( #ee3138, #ee3138);
    background-image: linear-gradient( #ee3138, #ee3138); */
}

.bg-header {
  color: #ffffff;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#008ceb),
    to(#0073c0)
  );
  background-image: -webkit-linear-gradient(#008ceb, #0073c0);
  background-image: -moz-linear-gradient(#008ceb, #0073c0);
  background-image: -ms-linear-gradient(#008ceb, #0073c0);
  background-image: -o-linear-gradient(#008ceb, #0073c0);
  background-image: linear-gradient(#008ceb, #0073c0);
}

.navbar .container {
  width: 100%;
}

.dropdown-menu {
  width: 100%;
}

footer {
  text-align: center;
  height: 150px;
  background-image: url("../img/footer.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  padding-top: 50px;
  float: left;
  width: 100%;
}

@media (max-width: 970px) {
  header .header .left,
  header .header .right {
    display: none;
  }
}

@media (max-width: 767px) {
  header .navbar-collapse {
    padding: 0;
    max-height: none;
    max-width: none;
    padding: 0px;
    height: auto;
  }
  .navbar-nav > li {
    width: 100%;
    text-align: center;
  }
  header .navbar-inverse .navbar-nav .dropdown .dropdown-menu li a:hover {
    font-weight: bold;
  }
  header .navbar-inverse .navbar-nav .dropdown .dropdown-menu li a {
    color: white;
  }
  .nav.nav-tabs {
    overflow-x: auto;
    white-space: nowrap;
    height: 58px;
  }
  .nav.nav-tabs li {
    float: none;
    display: inline-block;
  }
  .tab-content {
    margin-top: -16px;
  }
}

.dataTables_filter {
  display: inline-block;
  float: right;
}

.dataTables_length {
  display: inline-block;
}

.odd {
  background-color: #cbd0d6;
}

.sorting {
  background: url("../img/sort_both.png") no-repeat center right;
}

.sorting_asc {
  background: url("../img/sort_asc.png") no-repeat center right;
}

.sorting_desc {
  background: url("../img/sort_desc.png") no-repeat center right;
}

select.input-lg {
  padding: 5px 16px;
}

.select2-container {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  z-index: 2;
}

.select2-container .select2-choice {
  height: 40px;
  line-height: 40px;
}

.select2-container .select2-choice .select2-arrow b {
  margin-top: 35%;
  height: 20px;
}

.select2_validator {
  opacity: 0;
  height: 0px;
  padding: 0px;
  margin: 0px;
  border: 0px;
  float: left;
}

.formError {
  top: initial !important;
  left: initial !important;
  right: 15px;
  bottom: 40px;
}

.descriptionformError,
.notesformError,
.notes1formError,
.notes2formError,
.notes3formError {
  bottom: initial;
}

.hide-logo {
  display: none;
  width: 128px;
  margin-top: 20px;
}

.hiding {
  margin-top: 20px;
}

.filter-field {
  padding-left: 5px;
  padding-right: 20px;
}

input,
textarea,
select,
option,
.select2-result-label,
.select2-chosen,
td {
  /*text-transform: uppercase;*/
}

.institutions-container .select2-result-label,
.institutions-container .select2-chosen,
.institutions-container textarea,
.institutions-container select,
.institutions-container option,
.institutions-container input,
.institutions-container td,
.aux-container .select2-result-label,
.aux-container .select2-chosen,
.aux-container textarea,
.aux-container select,
.aux-container option,
.aux-container input,
.aux-container td {
  text-transform: none;
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
  z-index: 2 !important;
}

@media print {
  .no-print {
    display: none;
  }
  header {
    height: 130px;
  }
  header .header .left,
  header .header .right,
  header .header .right img.hide-logo {
    display: inline-block;
  }
  header .header .center,
  header .header .left label {
    display: none;
  }
  header .header .right img {
    display: none;
  }
}

.error404 h1 {
  color: #14badcff;
  font-size: 11em;
  font-family: "Lato";
  font-weight: bold;
  -webkit-text-shadow: 2px 3px 5px black;
  -moz-text-shadow: 2px 3px 5px black;
  -ms-text-shadow: 2px 3px 5px black;
  -o-text-shadow: 2px 3px 5px black;
  text-shadow: 2px 3px 5px black;
}
/* .error404 h1 {
  color: #007cd0;
  font-size: 11em;
  font-family: "Lato";
  font-weight: bold;
  -webkit-text-shadow: 2px 3px 5px black;
  -moz-text-shadow: 2px 3px 5px black;
  -ms-text-shadow: 2px 3px 5px black;
  -o-text-shadow: 2px 3px 5px black;
  text-shadow: 2px 3px 5px black;
} */

.error404 span {
  color: #14badcff;
  font-weight: bold;
}
/* .error404 span {
  color: #007cd0;
  font-weight: bold;
} */

[style="background:#14badcff;"] .modal-title{
  color:white;
}

.modal-header {
    background: #14badc !important;
    color: white !important;
}