@import url("https://fonts.googleapis.com/css2?family=Karla:wght@400;700&family=Open+Sans:ital,wght@0,700;1,400&family=Spectral:wght@400;700&display=swap");

.cefaslogo {
  filter: drop-shadow(0px 0px 20px #FFF) drop-shadow(0px 0px 30px #FFF);
  width: 100%;
  height: 65px;
  background-color: #AEADFF;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  display: block;
}

@media (min-height: 481px) and (min-width: 430px) {
  .cefaslogo {
    width: 320px;
    height: 80px;
    position: absolute;
    top: 32px;
    left: 25px;
    z-index: 1;
    background-color: transparent;
    background-position: top left;
  }
  .homepage-sections {
    position: absolute;
    top: 157px;
    left: 0;
    z-index: 1;
  }
}

@media (max-width: 400px) {
  .visible600,
  .visible600plus {
    display: none;
  }
  .visible300 {
    display: block;
  }
}
@media (min-width: 401px) and (max-width: 600px) {
  .visible300,
  .visible600plus {
    display: none;
  }
  .visible600 {
    display: block;
  }
}
@media (min-width: 601px) {
  .visible300,
  .visible600 {
    display: none;
  }
  .visible600plus {
    display: block;
  }
}

.img-responsive {
  display: auto;
  max-width: inherit;
  height: auto;
}

.img-responsive img,
img.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

img {
  max-width: 100%;
}

h1 {
  margin-bottom: 30px;
  font-family: "Spectral", serif;
  font-size: 40px;
  font-weight: bold;
}

.jPushMenuBtn {
  position: absolute;
}

.home-header {
  margin-top: 20px;
  margin-bottom: 20px;
}

.lead {
  /*  color: #007CAB;*/
  font-size: 17px;
  display: block;
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .lead {
    font-size: 19px;
  }
}

.hometitle {
  text-align: center;
}

@media (min-width: 786px) {
  .hometitle {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 992px) {
  .hometitle {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.homepage-sections .active {
  background-color: #01007e;
}

.chevron-down {
  background-color: #007caa;
  color: #fff;
  height: 45px;
  width: 45px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
  text-align: center;
  line-height: 45px;
}

.homepage-sections {
  display: none;
}

.home-news-seperator {
  width: 70px;
  border-top: 2px solid #000;
  margin-top: 20px;
  margin-bottom: 20px;
}

.navbar-toggle {
  float: left;
  border-color: #01007e;
  background-color: #01007e;
  color: #fff;
  margin: 0;
  margin-top: 65px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 80%;
  border-radius: 0;
  z-index: 500;
}

.homepage-sections p {
  margin: 5px 0;
  padding: 0;
}

.homepage-sections p a {
  margin: 0;
  padding: 5px 25px;
  background-color: #01007e;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  font-size: 25px;
  font-weight: 400;
}

.homepage-sections p a:hover {
  background-color: #01003e;
  color: white;
}

.row-spacer {
  margin-top: 30px;
}

.contact-button-div {
  height: 100%;
  position: relative;
}

.align-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 70;
}

.btn-contact {
  display: inline-block;
  background: #fff;
  border-radius: 0;
  margin-right: 30px;
}

.btn-contact:after {
  background: #fff;
  content: "\f054";
  font-family: FontAwesome;
  width: 30px;
  padding-left: 10px;
}

.contact-container {
  margin-right: -15px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  float: right !important;
}

/* service list */

.service-list,
.item-group {
  border-radius: 0;
  border: 0px solid #fff;
  box-shadow: none;
  border-bottom: 1px solid #007cab;
}

.service-list .list-group-item,
.service-list .list-group-item3,
.service-list .list-group-item4,
.service-list .list-group-item5,
.service-list .list-group-item6,
.service-list .list-group-item7,
.service-list .list-group-item8 {
  display: block;
  border-top: 1px solid #007cab;
  border-bottom: 1px solid white !important;
  border-left: 0px solid #fff;
  border-right: 0px solid #fff;
  border-radius: 0;
}

.service-list a {
  color: #01007e;
  text-decoration: none !important;
}

.service-list a:hover,
.service-list a:active {
  background-color: #e2e7ea;
  text-decoration: none;
}

.service-list .list-group-item3 {
  display: block;
  padding: 10px 15px;
  border-top: 1px solid #01007e;
  border-bottom: 1px solid white !important;
  border-left: 0px solid #fff;
  border-right: 0px solid #fff;
  border-radius: 0;
}

.service-list .list-group-item4 {
  padding: 3px;
  padding-left: 30px;
  font-size: 16px;
  margin-bottom: -1px;
  border-top: 1px solid white !important;
  border-bottom: 0px solid white !important;
}

.service-list .list-group-item5 {
  padding: 3px;
  padding-left: 45px;
  font-size: 16px;
  margin-bottom: -1px;
  border-top: 1px solid white !important;
  border-bottom: 0px solid white !important;
}

.service-list .list-group-item6 {
  padding: 3px;
  padding-left: 60px;
  font-size: 16px;
  margin-bottom: -1px;
  border-top: 1px solid white !important;
  border-bottom: 0px solid white !important;
}

.service-list .list-group-item7 {
  padding: 3px;
  padding-left: 75px;
  font-size: 16px;
  margin-bottom: -1px;
  border-top: 1px solid white !important;
  border-bottom: 0px solid white !important;
}

.service-list .list-group-item8 {
  padding: 3px;
  padding-left: 90px;
  font-size: 16px;
  margin-bottom: -1px;
  border-top: 1px solid white !important;
  border-bottom: 0px solid white !important;
}

.current {
  font-weight: bold;
  padding-left: -1ch;
  text-indent: -1ch;
}

.current::before {
  content: ">";
  font-weight: normal;
  position: relative;
  left:0;
}

.tree-selected {
  color: #fff;
  background: #007caa;
  display: block;
}

.btn-email {
  color: #fff;
  background-color: #007caa;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-email:hover,
.btn-email:focus,
.btn-email:active,
.btn-email.active,
.open > .dropdown-toggle.btn-email {
  color: #000;
  background-color: #f99d1b;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-email:active,
.btn-email.active,
.open > .dropdown-toggle.btn-email {
  background-image: none;
}

/* Accordion */

.accordion .panel-heading {
  background: #d7edf9;
  border-radius: 0;
}

.accordion .active .panel-heading {
  background: #d1dbe2;
}

.accordion .panel-heading a {
  text-decoration: none !important;
  width: 90%;
  font-weight: normal !important;
  display: inline-block;
}

.panel-group .panel {
  border-radius: 0;
  border: none;
  box-shadow: none;
}

.panel-heading [data-toggle="collapse"]:before {
  font-family: FontAwesome;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  content: "\f068";
  margin-right: 7px;
}

.panel-heading [data-toggle="collapse"].collapsed:before {
  font-family: FontAwesome;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  content: "\f067";
  margin-right: 7px;
}

/* tabs */

.nav-tabs {
  border-bottom: 1px solid #007caa;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: 1px solid #007caa;
  border-bottom-color: transparent;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #007caa;
}

/* Override max container width from bootstrap */

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

/* pagination overrides */

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #007caa;
  border-color: #007caa;
}

.pagination > li > a,
.pagination > li > span {
  color: #007caa;
}

/* data tables overrides */

.dataTables_wrapper .dataTables_paginate .paginate_button {
  display: inline !important;
}

table.dataTable thead th,
table.dataTable thead td {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

/* Log in */

.logincanvas {
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  width: 100%;
  background-color: #007caa;
  color: #fff;
  min-height: 200px;
  padding: 60px 0;
  position: fixed;
}

#CloseOverlay {
  position: fixed;
  z-index: 600;
  right: 60px;
  top: 0;
  width: 60px;
  height: 60px;
  background: #e6edf0;
  padding: 0;
  margin: 0;
  border: 1px solid transparent;
  color: #007cab;
}

.top-controls {
  position: absolute;
  z-index: 500;
  top: 0;
  right: 0;
  left: auto;
  bottom: auto;
  width: 60px;
  height: 65px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}

.top-controls button {
  width: 60px;
  height: 60px;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background-color: #01007e;
  color: #fff;
}

.top-controls button:hover,
.top-controls button:focus {
  color: #d7edf9;
}

.top-controls button.login-toggle {
  background-color: #01007e;
}

/* For Twitter */

.twitterbox {
  background-color: #e2e7ea;
  padding: 1em;
}

.twitterbox h3 {
  margin-top: 0;
}

/* Footer Logo */

.footer-wrapper {
  margin-top: auto;
  border-top: 1px solid #01007e;
}

.footer {
  padding-top: 100px;
  padding-bottom: 2em;
  font-size: 13px;
}

.footer .topbar {
  border-top: 1px solid #007caa;
  margin-top: 2em;
  height: 0;
  margin-bottom: 2em;
}

.footer strong {
  font-size: 16px;
  line-hieght: 20px;
}

.footer-logo {
  /*border-left: 2px solid #898700;*/
  border-left: 2px solid #000;
  padding: 25px 0 0 7px;
  /*font-size: 16px;	font-weight: bold;	font-family: Helvetica, Arial;*/
  font-family: Helvetica, Arial;
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  overflow: visible;
  white-space: nowrap;
  background-image: url(/images/org_crest_27px_x2.png);
  background-position: 6px top;
  background-size: auto 22px;
  background-repeat: no-repeat;
  margin: 0;
  display: block;
  color: #000 !important;
  margin-bottom: 1em;
}

.footer-logo:active,
.footer-logo:hover {
  text-decoration: none;
  color: #000;
}

.footer-bar {
  background-color: #01007e;
  color: #fff;
  border-radius: 0;
  min-height: 90px;
  line-height: 1.75em;
  font-size: 13px;
}

.footer-bar p {
  vertical-align: middle;
  margin-top: 32px;
}

.footer-connect {
  font-weight: bold;
  font-size: 16px;
  line-height: 68px;
}

.footer-bar a {
  background-color: #01007e;
  color: #fff;
}

.footer .nav > li > a {
  padding: 3px 5px;
  line-height: 16px;
  color: #007caa;
}

.footer .nav > li > a strong {
  color: #007caa;
}

.footer-bar i {
  margin: 8px;
  vertical-align: middle;
}

/* Homepage buttons */

.thumbnaillabel {
}

a.hoverfade:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* Fix for chrome shake: http://stackoverflow.com/questions/12980153/image-moves-on-hover-chrome-opacity-issue */
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

a.hoverfade img {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  /* Fix for chrome shake: http://stackoverflow.com/questions/12980153/image-moves-on-hover-chrome-opacity-issue */
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

.btn-cefas,
.btn-cefas-home {
  background-color: #01007e;
  background-repeat: repeat-x;
  border-color: #01007e;
  color: #fff;
  border-radius: 0;
  white-space: normal;
  text-align: left;
  font-weight: normal !important;
  font-size: 20px;
}

.btn-cefas-large {
  font-size: 25px;
}

.btn-cefas:hover,
.btn-cefas:focus {
  background-color: #01003e;
  background-position: 0 -15px;
  color: white;
}

.btn-cefas-home:hover,
.btn-cefas-home:focus {
  background-color: #f99d1b;
  background-position: 0 -15px;
  color: #000;
  border-right-color: #fff;
}

.btn-cefas:active,
.btn-cefas.active {
  background-color: #f99d1b;
  border-color: none;
  /* #007CAA; /*#005275;*/
  border-radius: 0;
  color: #000;
}

.dropdown-menu {
  background-color: #007cab;
  border-color: none;
  /* #007CAA; /*#005275;*/
  border-radius: 0;
  color: #fff;
}

.btn-cefas-home:active,
.btn-cefas-home.active,
.dropdown-menu-home {
  background-color: #f99d1b;
  border-color: none;
  /* #007CAA; /*#005275;*/
  border-right-color: #fff;
  border-radius: 0;
  color: #000;
}

.btn-cefas.dropdown-toggle {
  border-left: 1px solid #fff;
}

.btn-cefas-home.dropdown-toggle {
  border-left: 1px solid #fff;
}

ul.btn-cefas-dropdown {
  width: 96%;
}

button.btn-cefas-home.btn-cefas-dropdown {
  width: 90%;
}

div.btn-cefas-dropdown {
  width: 97%;
  margin-bottom: 2em;
}

.dropdown-menu > li > a {
  background-color: #007caa;
  border-color: #007caa;
  color: #fff;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #01003e !important;
  border-color: #F276c80 !important;
  color: white;
  background-image: none;
  filter: none;
}

.open > .dropdown-toggle {
  background-color: #007caa;
}

/* ==========================================================================   Dream Design's custom styles   ========================================================================== */

.bold-links a {
  font-weight: bold;
}

html,
body {
  font-family: "Karla", sans-serif;
  background-color: #fff;
  line-height: 1.5;
}

/* Smartphones (landscape) ----------- */

@media only screen and (min-width: 320px) and (max-width: 568px) and (orientation: landscape) {
}

/* Smartphones (portrait) ----------- */

@media only screen and (min-width: 320px) and (max-width: 568px) and (orientation: portrait) {
}

@media only screen and (min-width: 569px) and (max-width: 767px) and (orientation: portrait) {
}

/* iPads (portrait) ----------- */

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
}

/* iPads (landscape) ----------- */

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
}

/* Desktops and laptops piccoli ----------- */

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
}

/* Desktops and laptops ----------- */

@media only screen and (min-width: 1201px) and (max-width: 1365px) {
}

/* Large screens ----------- */

@media only screen and (min-width: 1825px) and (max-width: 2500px) {
}

#SearchOverlay {
  position: absolute;
  display: none;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  overflow: auto;
  background: #f7f7f7;
  background: rgba(255, 255, 255, 0.9);
  z-index: 6000;
  padding-top: 1em;
  padding-top: 160px;
}

#SearchResults {
  margin-top: 60px;
  /*background: #fff;*/
  padding: 1em;
}

.cse .gsc-control-cse,
.gsc-control-cse {
  background-color: transparent !important;
  border: 0px solid !important;
}

.gsc-results-wrapper-visible {
  padding: 1em;
  background: #fff;
}

.gsc-input,
.gsc-search-button {
  font-size: 24px !important;
}

input.gsc-search-button {
  font-size: 24px !important;
  height: 40px !important;
  background-color: #007caa !important;
  border: 1px solid #007caa !important;
  color: #fff !important;
  border-radius: 0 !important;
  font-weight: normal !important;
}

.gsc-clear-button {
  display: none !important;
}

.gsc-search-box tr {
  border: none;
}

.gsc-input {
  border-color: #007caa !important;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths,
.col-xs-5ths-2,
.col-sm-5ths-2,
.col-md-5ths-2,
.col-lg-5ths-2,
.col-xs-5ths-3,
.col-sm-5ths-3,
.col-md-5ths-3,
.col-lg-5ths-3 {
  /*	width: 376px;*/
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
}

@media (min-width: 569px) {
  .col-xs-5ths,
  .col-sm-5ths,
  .col-md-5ths,
  .col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 20%;
    float: left;
    margin-bottom: 0;
  }
  .col-xs-5ths-2,
  .col-sm-5ths-2,
  .col-md-5ths-2,
  .col-lg-5ths-2 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 40%;
    float: left;
    margin-bottom: 0;
  }
  .col-xs-5ths-3,
  .col-sm-5ths-3,
  .col-md-5ths-3,
  .col-lg-5ths-3 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 60%;
    float: left;
    margin-bottom: 0;
  }
}

.col-sm-5ths-3 .col-sm-4 {
  width: 100%;
  margin-left: 0;
  float: none;
  margin-bottom: 45px;
}

.col-sm-5ths-3 .col-sm-8 {
  width: 100%;
  margin-left: 0;
  float: none;
  margin-bottom: 45px;
}

@media (min-width: 569px) {
  .col-sm-5ths-3 .col-sm-4 {
    width: 33%;
    float: left;
    margin-bottom: 0;
  }
  .col-sm-5ths-3 .col-sm-8 {
    width: 66%;
    float: left;
    margin-bottom: 0;
  }
}

.pad-right {
  display: inline-block;
  padding-right: 20px;
}

/*** Main menu ***/

.navmenu-fixed-left {
  background-color: #007cab;
  color: #fff !important;
}

.mavmenu-fixed-left a,
.mavmenu-fixed-left a:hover,
.navmenu-default .navmenu-nav > li > a,
.navbar-default .navbar-offcanvas .navmenu-nav > li > a {
  color: #fff !important;
}

.navmenu-default .navmenu-nav > .active > a,
.navbar-default .navbar-offcanvas .navmenu-nav > .active > a,
.navmenu-default .navmenu-nav > .active > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav > .active > a:hover,
.navmenu-default .navmenu-nav > .active > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav > .active > a:focus {
  background-color: #007caa;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}

table {
  width: 98%;
}

tr {
  border-bottom: 1px solid #007cab;
  margin: 0;
}

th {
  margin: 0;
  padding: 2px;
  background-color: #007cab !important;
  color: #fff;
}

td {
  margin: 0;
  padding: 2px;
}

table.dataTable thead .sorting_asc,
table.dataTable thead .sorting,
table.dataTable thead .sorting_desc {
  background-image: none !important;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
  color: #fff;
}

.noborder,
tr.noborder td,
td.noborder,
table.noborder tr td,
span.noborder table tr td,
.noborder tr {
  /* override of default */
  border-bottom: none #ffffff !important;
}

.breadcrumb {
  background-color: white;
  border-bottom: 1px solid #01007e;
  border-radius: 0;
  padding: 8px 0px;
  margin-top: 15px;
  color: #01007e !important;
}

.breadcrumb a,
.breadcrumb > .active {
  color: #01007e;
}

.breadcrumb > li + li:before {
  content: "\003e";
  padding: 0 5px;
  color: #01007e;
}

/* Push Menu */

/* General styles for all menus */

.cbp-spmenu {
  position: fixed;
}

.cbp-spmenu .list-group-item {
  background-color:  #01007e;
}
.cbp-spmenu .list-group-item:hover {
  background-color:  #01003e;
}

.maincanvas {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
  width: 240px;
  height: 100%;
  top: 0;
  z-index: 1000;
  overflow-y: auto;
}

@media (min-height: 390px) {
  .cbp-spmenu-vertical {
    padding-top: 60px;
  }
}

@media (min-height: 481px) and (min-wdith: 768px) {
  .cbp-spmenu-vertical {
    padding-top: 120px;
  }
}

.cbp-spmenu-vertical a {
  padding: 1em;
  color: #fff;
}

.cbp-spmenu-horizontal {
  width: 100%;
  height: 200px;
  left: 0;
  z-index: 1000;
  overflow: hidden;
}

.cbp-spmenu-horizontal a {
  color: #0094ca;
  font-weight: bold;
  margin-top: 5px;
  display: inline-block;
}

.cbp-spmenu-horizontal h3 {
  height: 100%;
  width: 20%;
  float: left;
}

.cbp-spmenu .nav > li > a:hover,
.cbp-spmenu .nav > li > a:active {
  background: #01003e;
  color: white;
}

.cbp-spmenu-left {
  left: -240px;
  background: #01007e;
  color: #fff;
}

.cbp-spmenu-left li {
  border: none;
}

.cbp-spmenu-left.menu-open {
  left: 0px;
}

.cbp-spmenu-top {
  top: -200px;
  background: #01007e;
  color: #fff;
}

.cbp-spmenu-top.menu-open {
  top: 0px;
}

.push-body-toright {
  position: relative;
  overflow-x: hidden;
  left: 240px;
}

.push-body-tobottom {
  top: 200px;
  position: relative;
  overflow-y: hidden;
}

/* Transitions */

.cbp-spmenu,
.maincanvas {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Lightbox */

body:after {
  /* Preload images */
  content: url(../Images/close.png) url(../Images/loading.gif) url(../Images/prev.png) url(../Images/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../Images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../Images/prev.png) left 48% no-repeat;
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../Images/next.png) right 48% no-repeat;
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 16px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../Images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.staff-footer {
  margin-top: 3em;
  margin-bottom: 3em;
  border-top: 1px solid #007caa;
  padding-top: 1em;
}

.logo-spacer {
  display: inline-block;
  padding-bottom: 20px;
  min-width: 200px;
}
