/*!
 * Datepicker for Bootstrap v1.10.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (https://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  border-radius: 4px;
  direction: ltr; }

.datepicker-inline {
  width: 220px; }

.datepicker-rtl {
  direction: rtl; }

.datepicker-rtl.dropdown-menu {
  left: auto; }

.datepicker-rtl table tr td span {
  float: right; }

.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px; }

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute; }

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute; }

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px; }

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px; }

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px; }

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px; }

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px; }

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px; }

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15); }

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff; }

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none; }

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent; }

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #777777; }

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eeeeee;
  cursor: pointer; }

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #777777;
  cursor: default; }

.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0; }

.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2; }

.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb; }

.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb; }

.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2; }

.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5; }

.datepicker table tr td.highlighted.focused {
  background: #afd9ee; }

.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777777; }

.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733; }

.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400; }

.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00; }

.datepicker table tr td.today:active,
.datepicker table tr td.today.active {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00; }

.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400; }

.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733; }

.datepicker table tr td.today.focused {
  background: #ffc966; }

.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777777; }

.datepicker table tr td.range {
  color: #000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0; }

.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c; }

.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d; }

.datepicker table tr td.range:active,
.datepicker table tr td.range.active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d; }

.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c; }

.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb; }

.datepicker table tr td.range.focused {
  background: #d5d5d5; }

.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #777777; }

.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3; }

.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6; }

.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0; }

.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0; }

.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6; }

.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3; }

.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3; }

.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777777; }

.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417; }

.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608; }

.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c; }

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c; }

.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608; }

.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417; }

.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777777; }

.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616; }

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737; }

.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737; }

.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616; }

.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #777777;
  border-color: #555555; }

.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #337ab7;
  border-color: #2e6da4; }

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px; }

.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eeeeee; }

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: default; }

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #337ab7;
  border-color: #2e6da4; }

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #777777; }

.datepicker .datepicker-switch {
  width: 145px; }

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer; }

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee; }

.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden; }

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle; }

.input-group.date .input-group-addon {
  cursor: pointer; }

.input-daterange {
  width: 100%; }

.input-daterange input {
  text-align: center; }

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px; }

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0; }

.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px; }

/*# sourceMappingURL=bootstrap-datepicker3.css.map */
nav.navbar {
  background-color: #fff;
  border-bottom: 1px solid #b8b8b8; }
  nav.navbar .container {
    background-color: transparent; }
  nav.navbar .navbar-toggle {
    background-color: #eee; }
    nav.navbar .navbar-toggle.collapsed {
      background-color: transparent;
      border-color: #eee; }
    nav.navbar .navbar-toggle .icon-bar {
      background-color: #999; }
  nav.navbar .header-row {
    border-bottom: 1px solid #b8b8b8; }
    nav.navbar .header-row .logo-row {
      padding: 0; }
    nav.navbar .header-row .logo {
      display: block; }
    nav.navbar .header-row .form-row {
      padding-top: 10px; }
      nav.navbar .header-row .form-row form {
        line-height: 35px; }
        nav.navbar .header-row .form-row form input[type="text"], nav.navbar .header-row .form-row form input[type="password"] {
          max-width: 120px; }
        nav.navbar .header-row .form-row form .form-group {
          padding-top: 5px; }
          nav.navbar .header-row .form-row form .form-group.pull-right {
            padding-top: 0; }
    nav.navbar .header-row .inline-menu {
      display: none; }
    @media (min-width: 480px) {
      nav.navbar .header-row .inline-menu {
        display: block; }
      nav.navbar .header-row #logo {
        float: left; }
        nav.navbar .header-row #logo img {
          margin: 0 auto; } }
    @media (min-width: 768px) {
      nav.navbar .header-row .inline-menu {
        display: none; }
      nav.navbar .header-row #logo {
        margin-top: 5px;
        float: none; }
        nav.navbar .header-row #logo img {
          max-width: 100%;
          max-height: none; }
      nav.navbar .header-row button.navbar-collapse, nav.navbar .header-row .header-join-link.pull-right {
        display: none; } }
  @media (min-width: 480px) {
    nav.navbar .header-row {
      padding: 10px 0; } }
  nav.navbar .nav-row .menu-row {
    display: block; }
    nav.navbar .nav-row .menu-row .btn-lg {
      padding: 6px 16px;
      font-size: 14px;
      line-height: 1.42857143;
      border-radius: 4px;
      margin: 8px 0; }
  @media (min-width: 480px) {
    nav.navbar .nav-row .menu-row {
      display: none; } }
  nav.navbar .nav-row .navbar-nav > li > a .fa {
    font-size: 0.9em;
    margin-right: 5px;
    position: relative;
    top: -1px;
    display: inline; }
  nav.navbar .nav-row .form-inline {
    background-color: #fff;
    border-top: 1px solid #cfcfcf;
    margin: 0 -15px;
    padding: 15px; }
  @media (max-height: 414px) and (orientation: landscape) {
    nav.navbar .nav-row .navbar-nav {
      text-align: center; }
      nav.navbar .nav-row .navbar-nav > li {
        display: inline-block; } }
  @media screen and (min-width: 768px) {
    nav.navbar .nav-row .navbar-nav {
      float: none;
      text-align: center; }
      nav.navbar .nav-row .navbar-nav > li {
        display: inline-block;
        float: none;
        height: 60px; }
        nav.navbar .nav-row .navbar-nav > li:first-child > a {
          padding-left: 0; }
          nav.navbar .nav-row .navbar-nav > li:first-child > a:after {
            display: none; }
        nav.navbar .nav-row .navbar-nav > li:last-child > a {
          padding-right: 0; }
        nav.navbar .nav-row .navbar-nav > li > a {
          display: block;
          font-size: 16px;
          line-height: 60px;
          padding: 0 20px;
          color: #000;
          font-weight: bold; }
          nav.navbar .nav-row .navbar-nav > li > a:hover {
            background-color: #fff;
            color: #0AA6D4; }
          nav.navbar .nav-row .navbar-nav > li > a:focus {
            background-color: #fff;
            color: #0AA6D4; }
          nav.navbar .nav-row .navbar-nav > li > a:after {
            content: "";
            font-weight: normal;
            background-color: #cfcfcf;
            width: 1px;
            height: 25px;
            position: absolute;
            top: 50%;
            margin-top: -12px;
            left: -2px; }
        nav.navbar .nav-row .navbar-nav > li.active a {
          color: #0AA6D4; }
    nav.navbar .nav-row .form-inline {
      display: none; } }
  nav.navbar .nav-latest-videos {
    display: none;
    padding-bottom: 10px; }
    nav.navbar .nav-latest-videos h3 {
      font-size: 16px;
      margin-top: 10px; }
    nav.navbar .nav-latest-videos .col-md-3 {
      width: 20%; }
    nav.navbar .nav-latest-videos div.item a i.fa {
      margin: -22px 0 0 -19px; }

body.join main {
  margin-top: 110px; }

main {
  margin-top: 95px; }
  main.join, main.entrance {
    margin-top: 0; }

@media (min-width: 480px) {
  main {
    margin-top: 51px; } }

@media (min-width: 768px) {
  body.join main {
    margin-top: 88px; } }

@media (min-width: 768px) {
  main {
    margin-top: 149px; } }

body {
  background-position: center 90px; }

#navbar-collapsed > div > ul > li > a:focus {
  background-color: #fff; }

#carousel div.item img {
  border: none; }

div.item img {
  border: 1px solid transparent; }

div.item .text-justify {
  margin-top: 10px; }

div.item h1 {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 10px 0; }

div.item .tags {
  font-size: 12px;
  padding: 5px 0;
  margin: 10px 0; }
  div.item .tags a {
    color: #0AA6D4;
    display: inline; }
    div.item .tags a:after {
      content: ", "; }

div.item span.name {
  display: block;
  color: #000;
  font-weight: bold;
  line-height: 14px;
  margin-top: 5px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

div.item span.duration {
  display: block;
  color: #000;
  margin-bottom: 10px; }

div.item a {
  display: block;
  position: relative; }
  div.item a i.fa {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -29px 0 0 -25px;
    z-index: 1; }

div.item.story {
  padding-top: 20px; }
  div.item.story h1 {
    font-size: 32px; }
  div.item.story a, div.item.story a:hover {
    color: #0AA6D4; }

@media (min-width: 768px) {
  div.item .tags {
    text-align: right; }
  div.item:hover img {
    opacity: 80;
    filter: alpha(opacity=8000);
    border: 1px solid #0AA6D4; }
  div.item a:hover {
    color: #0AA6D4; }
    div.item a:hover img {
      opacity: 80;
      filter: alpha(opacity=8000);
      border: 1px solid #0AA6D4; } }

.cta a, a.cta {
  font-size: 18px;
  font-weight: bold; }
  .cta a:hover, a.cta:hover {
    color: #0AA6D4 !important; }

@media (min-width: 768px) {
  .cta a, a.cta {
    font-size: 24px; } }

.about-title {
  color: #fff; }

.model-profile {
  padding-top: 10px;
  padding-bottom: 25px; }
  .model-profile h1 {
    font-size: 24px;
    margin-top: 0; }
  .model-profile .item.item-sm {
    padding-bottom: 30px; }

div.join-inline {
  height: 300px;
  width: 100%;
  margin-bottom: 20px; }
  div.join-inline iframe {
    background-color: #f7f7f7;
    position: relative;
    width: 100%;
    height: 100%; }

@media (min-width: 992px) {
  div.join-inline {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 19px;
    right: 0;
    height: auto;
    width: 50%;
    margin-bottom: 0; } }

body.join-inline {
  background: none;
  background-color: #f7f7f7;
  padding: 0 20px;
  text-align: center; }
  body.join-inline h1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px; }
  body.join-inline form {
    text-align: left; }
    body.join-inline form label {
      font-weight: normal;
      display: block; }
    body.join-inline form div.actions {
      margin-top: 10px; }
  @media (min-width: 480px) {
    body.join-inline h1 {
      font-size: 36px; } }

.btn-join {
  background-color: #0AA6D4;
  color: #fff;
  font-weight: bold; }
  .btn-join:visited, .btn-join:active {
    color: #fff; }
  .btn-join:hover, .btn-join:focus {
    background-color: #0AA6D4;
    color: #fff; }

body.join nav.navbar {
  border-bottom: none; }

body.join .join-banner {
  padding: 0; }

body.join .join-lock .fa {
  font-size: 6em;
  line-height: 1;
  margin-bottom: -2em; }

body.join .join-lock p {
  margin: 0;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1; }

@media (min-width: 768px) {
  body.join .join-lock .fa {
    font-size: 12em; } }

body.join h2 {
  font-size: 20px;
  border-bottom: 0; }

body.join .form-row {
  border: 1px solid #ddd;
  padding: 15px 0 0;
  margin-bottom: 15px; }
  body.join .form-row div.col-md-5 {
    border-right: 1px solid #ddd; }
  body.join .form-row label {
    font-weight: normal;
    display: block; }
    body.join .form-row label > div {
      margin-right: 10px; }

body.join p.disclaimer {
  color: #999;
  font-size: 11px; }

body.join hr {
  border: none;
  background-color: #eee;
  height: 2px; }

body.join div.buttons {
  margin: 20px 0 15px;
  text-align: center; }

body.join .preview-row > div {
  padding: 0; }

/* Webkit */
.error-fld::-webkit-input-placeholder {
  color: #ff0000; }

/* Firefox 4-18 */
.error-fld:-moz-placeholder {
  color: #ff0000; }

/* Firefox 19+ */
.error-fld::-moz-placeholder {
  color: #ff0000; }

/* IE10+ */
.error-fld:-ms-input-placeholder {
  color: #ff0000; }

footer {
  background-color: #f1f1f1;
  border-top: 1px solid #eee;
  padding: 0;
  color: #999;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 266px; }
  footer.no-links {
    pointer-events: none; }
  footer a {
    color: #999 !important;
    text-transform: uppercase; }
    footer a:hover {
      text-decoration: underline; }
  footer .container {
    background-color: #f1f1f1; }
  footer h5 {
    color: #999;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase; }
  footer ul {
    list-style: none;
    padding: 0; }
  footer > div.container > div.row:last-child > div.col-xs-12:last-child {
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding: 20px 0 0; }

.overflow-no {
  background: none;
  overflow: hidden;
  position: fixed; }

.notouch .overflow-no {
  position: static; }

div.entrance {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  -webkit-overflow-scrolling: touch;
  background-color: #c8c8c8;
  z-index: 10000;
  overflow-y: auto; }
  div.entrance .container {
    border: 10px solid #423838;
    border-radius: 5px;
    background: #e8e6e7 url("/sites/tkc/liverpool/img/entrance-bg.jpg") no-repeat;
    background-position: 0 0;
    max-width: 820px; }
  div.entrance .logo {
    margin-top: 20px;
    margin-bottom: 20px; }
  div.entrance .warning-entry {
    margin-bottom: 20px; }
    div.entrance .warning-entry .warning-wrapper {
      background-color: #423838;
      padding: 15px 15px 5px;
      color: #fff; }
      div.entrance .warning-entry .warning-wrapper a {
        color: #fff;
        font-weight: normal;
        text-decoration: underline; }
        div.entrance .warning-entry .warning-wrapper a:hover {
          text-decoration: underline; }
    div.entrance .warning-entry p {
      font-size: 11px; }
  div.entrance .buttons {
    margin: 20px 0; }
  div.entrance .btn {
    background-color: #5f5959;
    color: #fff;
    font-weight: bold; }
  div.entrance .btn.btn-enter {
    background-color: inherit;
    color: inherit; }
  div.entrance .btn.btn-exit {
    background-color: inherit;
    color: inherit; }
  div.entrance .footer {
    font-size: 11px;
    text-align: center;
    color: inherit; }
    div.entrance .footer a {
      color: inherit; }
    div.entrance .footer p {
      margin-bottom: 2px; }
  @media (min-width: 768px) {
    div.entrance .warning-entry {
      margin-bottom: 0; }
    div.entrance .entrance-wrapper {
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center; } }

html {
  position: relative;
  min-height: 100%; }

body {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
  background-image: url("/sites/tkc/liverpool/img/background-photo.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #fff;
  color: #333;
  margin-bottom: 266px; }

a, a:visited, a:link {
  color: #000;
  text-decoration: none; }

strong.homeCtaTopAnchor {
  color: #0AA6D4; }

a:hover, strong.homeCtaTopAnchor:hover {
  color: #0AA6D4; }

a.open-video {
  color: #0AA6D4; }
  a.open-video:visited, a.open-video:link {
    color: #0AA6D4; }
  a.open-video:hover {
    color: #0AA6D4; }

h2 {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 3px solid #000;
  padding: 0 0 5px;
  margin: 15px 0;
  text-transform: uppercase; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

@media (min-width: 768px) {
  h3 {
    font-size: 40px; } }

a.header-member-link {
  background-color: #0AA6D4;
  color: #fff;
  font-weight: bold;
  margin-right: 10px;
  border: 1px solid #0AA6D4; }
  a.header-member-link:visited, a.header-member-link:active {
    color: #fff; }
  a.header-member-link:hover, a.header-member-link:focus {
    background-color: #0AA6D4;
    color: #fff; }

a.header-join-link {
  background-color: #0AA6D4;
  color: #fff;
  font-weight: bold;
  margin-right: 10px;
  border: 1px solid #0AA6D4; }
  a.header-join-link:visited, a.header-join-link:active {
    color: #fff; }
  a.header-join-link:hover, a.header-join-link:focus {
    background-color: #0AA6D4;
    color: #fff; }

.live-cam-row {
  display: none; }

@media (min-width: 768px) {
  .live-cam-row {
    display: block;
    padding: 5px; } }

.container {
  background-color: #fff; }

@media (min-width: 992px), (min-width: 1200px) {
  .container {
    width: 960px; } }

.wrap-readmore {
  display: none; }

.btn-readmore {
  display: inline-block; }

@media screen and (min-height: 667px) {
  .wrap-readmore {
    display: block; }
  .btn-readmore {
    display: none; } }

.form-control {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border-width: 2px;
  height: 38px;
  padding: 8px 12px;
  -webkit-appearance: none; }
  .form-control:focus {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }

.vjs-error-display {
  display: none; }

.af-row {
  padding-top: 5px !important;
  padding-bottom: 0 !important; }

.fa-fw {
  width: 1em !important;
  text-align: center; }

/** ENTRANCE **/
/** SLIDER **/
.carousel-action {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  color: #000;
  z-index: 1; }

.carousel-control {
  opacity: 0.7;
  z-index: 2; }

.carousel-control:hover {
  opacity: 1; }

.left-icon {
  /*background: transparent url("/sites/tkc/liverpool/img/slider-left.png") no-repeat center; */
  background: #2e2e2e;
  padding-top: 4px;
  position: absolute;
  top: 43%;
  z-index: 5;
  display: inline-block;
  height: 50%;
  height: 50px;
  width: 50px;
  left: 0;
  color: #7e8785 !important; }

.right-icon {
  /* background: transparent url("/sites/tkc/liverpool/img/slider-right.png" no-repeat center;*/
  background: #2e2e2e;
  padding-top: 4px;
  position: absolute;
  top: 43%;
  z-index: 5;
  display: inline-block;
  height: 50px;
  width: 50px;
  right: 0;
  color: #7e8785 !important; }

.carousel-indicators {
  right: 20px;
  width: 31%;
  left: inherit;
  text-align: right;
  bottom: 10px; }

.carousel-indicators li {
  width: 15px;
  height: 4px;
  color: #fff;
  background-color: #525252;
  border: none; }

.carousel-indicators li:hover {
  background-color: #00ffcc; }

.carousel-indicators li.active {
  width: 15px;
  height: 4px;
  background-color: #00ffcc; }

.slider-container {
  /* background: transparent url("/sites/tkc/liverpool/img/slider-bg.gif"); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

/*** CONTENT PAGE ***/
.player-row {
  position: relative; }

.fa-play-circle {
  padding: 1px; }

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
  height: 100%; }

.sort-dropdown {
  color: #9e9e9e; }

.dropdown-menu {
  background-color: #fff; }

.btn-sort {
  background-color: #fff;
  border-color: #ccc;
  color: #333;
  padding: 0;
  font-family: 'Lato';
  border-radius: 5px !important;
  margin-left: 5px !important; }
  .btn-sort:focus, .btn-sort:active, .btn-sort:hover {
    background-color: #fff;
    border-color: #ccc;
    color: #333; }

.btn-sort .sort-contents {
  padding: 10px 15px;
  float: left;
  width: 180px;
  text-align: left;
  border-right: 1px solid #ccc; }

.btn-sort:hover .sort-contents {
  border-right: 1px solid #ccc !important; }

.button-caret {
  text-align: right;
  font-size: 1.5em;
  padding: 5px 15px;
  float: right; }

.btn-sort:hover .sort-contents {
  border-right: none; }

.become-a-model-container {
  padding: 25px;
  font-size: 14px; }

.dropdown-menu {
  padding: 0;
  margin-left: 5px; }

.divider {
  margin: 0 !important; }

.sort-item {
  background-position: 5px 12px;
  text-align: left;
  padding-left: 10px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  width: 180px;
  font-family: 'Lato';
  color: #9e9e9e !important; }

.sort-item i {
  margin: 0 15px 0 5px; }

.sort-item i.last {
  margin-left: 30px; }

a.sort-item:hover {
  color: #000 !important; }

/** PAGING **/
.pages-container {
  margin: 10px 7px; }

.pages-container .one-page-link {
  display: inline-block;
  padding: 1px 6px;
  font-family: 'Lato';
  background-color: #000;
  font-size: 18px;
  text-align: center;
  color: #fff;
  border: 1px solid #000; }

.pages-container .one-page-link.active {
  background-color: #fff;
  color: #000; }

.pages-container .one-page-link:hover {
  background-color: #fff;
  color: #000; }

.no-access-container {
  color: #fff;
  background: #000;
  width: 100%;
  text-align: right;
  padding: 20% 0;
  position: absolute;
  z-index: 1;
  height: 100%;
  opacity: 0.9;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.no-access-top-line {
  font-size: 52px;
  font-weight: bold;
  padding-right: 15%; }

.no-access-middle {
  padding-right: 15%; }

.no-access-link {
  color: #0AA6D4 !important;
  text-decoration: underline !important;
  font-weight: bold;
  padding-right: 15%; }

/** VIDEO PLAYER **/
.player-overlay-row {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  z-index: 1001;
  background-color: #666; }

.player-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1002;
  opacity: 1; }

.video-player {
  position: relative; }

/**** FOOTER ****/
.sort-row {
  padding: 20px 0; }

.become-a-model-form {
  margin-top: 15px; }

.become-a-model-form .mail-icon {
  padding-right: 20px; }

.become-a-model-form .frm-label {
  font-size: 24px;
  display: inline-block; }

.become-a-model-form .eml {
  margin-top: -8px;
  margin-left: 15px; }

.btn-become {
  font-size: 18px;
  font-weight: bold;
  border: 0;
  color: #34495e; }

.become-model-envelope {
  float: left;
  margin-top: -5px;
  margin-right: 10px; }

@media screen and (max-width: 991px) {
  .become-a-model-form {
    text-align: center; }
  .become-a-model-form .form-group {
    width: 100%; }
  .become-a-model-form .frm-label {
    font-size: 18px; }
  .become-a-model-form .eml {
    margin: 0;
    width: 30%; }
  .become-model-envelope {
    margin-top: -10px;
    margin-right: 5px;
    width: 100%;
    float: none;
    margin: auto;
    display: block; }
  body {
    margin-bottom: 0px; }
  footer {
    position: relative; } }

@media screen and (max-width: 767px) {
  .become-a-model-form .frm-label {
    font-size: 18px;
    width: 100%; }
  .become-a-model-form .eml {
    margin: 0;
    width: 65%;
    display: inline-block; } }

@media screen and (max-width: 578px) {
  .open-video {
    font-size: 0.7em !important; }
  .left-icon {
    width: 30px;
    height: 32px;
    padding-top: 0px; }
  .right-icon {
    width: 30px;
    height: 32px;
    padding-top: 0px; }
  .left-icon .fa, .right-icon .fa {
    font-size: 1.5em; }
  .become-a-model-form .frm-label {
    font-size: 14px; } }

.become-a-model-frm-result {
  margin-bottom: 250px; }

.close-video {
  position: absolute;
  right: 20px;
  top: 15px;
  padding: 2px;
  color: #464646;
  cursor: pointer;
  z-index: 2;
  font-size: 1.5em; }

.close-video:hover {
  color: #000; }

.vjs-poster {
  background-size: cover; }

.vjs-fullscreen {
  padding-top: 0px; }

.player-data {
  width: 100%;
  height: 100%; }

.cptcha {
  position: absolute;
  top: -9999px;
  left: -9999px; }

/*home.announcement modal*/
.verticalButton {
  padding: 5px 0px 0px 0px;
  width: 170px;
  height: 35px;
  text-transform: uppercase;
  background: #1881ce;
  border-radius: 0px 0px 0px 0px;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  position: fixed;
  right: -68px;
  top: 50%; }

.verticalButton:hover {
  color: #fff; }

.verticalButton:visited {
  color: #fff; }

.modal-content-announcement {
  border: 1px solid #222;
  background-color: #3b3b3b;
  opacity: 99%; }

.modal-backdrop {
  z-index: 1 !important; }

.modal-dialog {
  z-index: 2 !important; }

.modal-header-announcement {
  border: 1px solid #222; }

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 0 #fff; }

.announcement {
  margin: 0;
  font-size: 1vw; }

.announcement p {
  position: initial;
  font-size: 20px;
  padding: 5%;
  font-weight: bold; }

.announcement a {
  color: #00BAFF; }

.announcement-img {
  width: 85%;
  margin: 0 auto; }

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .verticalButton {
    width: 150px;
    height: 30px;
    font-size: 15px;
    right: -62px;
    top: 55%; }
  .announcement p {
    font-size: 16px; }
  .announcement p small a {
    font-size: 12px; } }

section.sites {
  padding-top: 20px; }
  section.sites div.site-container {
    background-color: transparent;
    margin: 0px 15px 15px;
    overflow: hidden;
    padding: 15px; }
    section.sites div.site-container div.thumb {
      position: relative; }
    section.sites div.site-container div.site-info h3 {
      color: #000;
      line-height: 1.5;
      margin: 0 0 2px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 24px; }
      section.sites div.site-container div.site-info h3 a {
        color: #000; }
        section.sites div.site-container div.site-info h3 a:hover {
          color: #000; }
    section.sites div.site-container div.site-info p {
      color: #999;
      font-size: 14px; }
    section.sites div.site-container div.site-scenes {
      clear: left;
      margin-top: 20px; }

section.model-application {
  padding-top: 20px; }
  section.model-application h3 {
    font-size: 24px;
    color: #0AA6D4;
    border-bottom: 1px solid #eee;
    margin: 10px 0;
    padding: 0 0 10px 0; }
  section.model-application .model-applicaton-form label {
    font-size: 24px; }
