/*-- Date 12-04-2025 By Sarantis location ELiDOC --*/
@import url(../base/base.css);
@import url(material-icons.css);
@import url(style.css);
@import url(webopacAir.css);
/* open-sans-regular - latin_greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('fonts/open-sans-v15-latin_greek-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/open-sans-v15-latin_greek-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-italic - latin_greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'),
       url('fonts/open-sans-v15-latin_greek-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/open-sans-v15-latin_greek-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600 - latin_greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('fonts/open-sans-v15-latin_greek-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/open-sans-v15-latin_greek-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600italic - latin_greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'),
       url('fonts/open-sans-v15-latin_greek-600italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/open-sans-v15-latin_greek-600italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - latin_greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('fonts/open-sans-v15-latin_greek-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/open-sans-v15-latin_greek-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700italic - latin_greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'),
       url('fonts/open-sans-v15-latin_greek-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/open-sans-v15-latin_greek-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-800 - latin_greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),
       url('fonts/open-sans-v15-latin_greek-800.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/open-sans-v15-latin_greek-800.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-800italic - latin_greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'),
       url('fonts/open-sans-v15-latin_greek-800italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/open-sans-v15-latin_greek-800italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
html {
  background-color: #252525;
}
body, body.normal, body.large, body.largest {
    color: #969a9d;
}
body, div, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, form, textarea, p, td, input {
    font-family: 'Open Sans', sans-serif !important;
}
body.normal {
	font-size: 14px;
}
body.large {
	font-size: 16px;
}
body.largest {
	font-size: 18px;
}
/* basic1 an einai liga ta items, kollane kato sto footer */
/* .basic1 #wrapperinner > #content { */
  /* display: flex; */
  /* flex: 1 0 auto; */
  /* align-items: end; */
/* } */
p {
  font-size: inherit;
  margin: 0 0 5px;
}
.normal .apptitle h2 {
  font-size: initial;
}
.mainOptions .iWantTo {
    color: inherit;
    font-size: initial;
    font-style: italic;
}
#wrapperinner {
    flex-flow: column nowrap;
}
#wrapperinner > div#header {
  background-color: #000;
}
#wrapperinner > div#header a {
  border: 0 !important;
}
#header {
  max-height: 300px;
}
.topbar {
  border-bottom: 1px solid rgba(77, 77, 77, 0.4);
}
.topbar-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 40px;
}
.topbar-flex-item {
  flex: calc(100% / 3);
  box-sizing: border-box;
}
.topbar-left {
  display: flex;
  justify-content: left;
  align-items: center;
}
.topbar-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.topbar-right {
  display: flex;
  justify-content: right;
  align-items: center;
}
.topbar-right a {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  padding: 7px 3px !important;
}
.topbar-right a:hover {
  color: #4d9bda !important;
}
.top-switch-theme {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.1);
}
.top-switch-theme .btn {
  display: flex;
  font-weight: 400;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  user-select: none;
  background-image: none;
  height: 40px;
  padding: 0 5px;
  margin: 0;
  cursor: pointer;
}
.top-switch-theme .btn-dark {
  cursor: default;
}
.top-switch-theme .btn-light::after {
    content: "\f185";
    font: normal normal normal 22px / 1 FontAwesome;
    text-rendering: auto;
    color: #a86d00;
    padding-left: 5px;
}
.top-switch-theme .btn-light:hover::after {
    color: #4d9bda;
}
.top-switch-theme .btn-dark::before {
    content: "\f186";
    font: normal normal normal 22px / 1 FontAwesome;
    text-rendering: auto;
    color: #777;
    padding-right: 5px;
}
.top-switch-theme .btn-light:hover, .top-switch-theme .btn-light:focus {
    color: #4d9bda !important;
}
.top-switch-theme .btn-dark:hover, .top-switch-theme .btn-dark:focus {
    color: inherit !important;
}
@media screen and (max-width: 750px) {
    .top-switch-theme .btn-light, .top-switch-theme .btn-dark {
        color: transparent  !important;
        font-size: 0;
    }
}
#header-wrapper{
  display: flex;
  width: 100%;
  height: 100px;
  align-items: center;
  text-align: center;
}
.header-block {
  height: 70px;
  display: flex;
  align-items: center;
}
.header-left{
  width: 30%;
  order: 1;
  justify-content: left;
}
.header-center{
  width: 40%;
  order: 2;
  justify-content: center;
}
.header-right{
  width: 30%;
  order: 3;
  justify-content: right;
}
@media (max-width: 1000px) {
  #header-wrapper{
    flex-wrap:wrap;
    height: 200px;
  }
  .header-center {
    width: 100%;
    order: 3;
  }
  .header-left{
    width: 50%;
  }
  .header-right{
    width:50%;
    order:2;
  }
}
@media (max-width: 700px) {
  .header-left img {
	max-width: 370px;
  }
}
@media (max-width: 600px) {
  #header-wrapper{
    height: 210px;
  }
  .header-left {
    width: 100%;
	justify-content: center;
  }
  .header-right {
    width: 100%;
	justify-content: left;
	border-top: 1px solid rgba(0,0,0,.15);
	border-bottom: 1px solid rgba(0,0,0,.15);
  }
}
#library-logo {
    width: 127px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: contain;
    background-image: url(/iguana/uploads/image/library-logo-left-dark.png);
    background-repeat: no-repeat;
    background-position: 0% 0%;
}
#library-logo-en {
    width: 127px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: contain;
    background-image: url(/iguana/uploads/image/library-logo-left-en-dark.png);
    background-repeat: no-repeat;
    background-position: 0% 0%;
}
.logo a {
  font-size: 0 !important;
}
#header .searchbox .searchBoxForm .searchsubmit {
  padding: 0;
}
.searchbox {
  padding: 0 !important;
  margin: 0 auto;
  height: 50px !important;
  width: 100% !important;
  max-width: 100%;
  box-shadow: none;
  border-radius: 100em;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(66, 66, 66);
}
.smallsearch div.searchbox > form, #header div.searchbox > form {
  border: 0 !important;
  box-shadow: none !important;
  max-width: 100%;
  width: auto !important;
  background-color: #111;
}
#header div.searchbox div.searchterm {
  padding: 0 !important;
  margin: 0 !important;
}
#body #wrapper #header .searchterm > input, #body #wrapper .smallsearch .searchterm > input {
  color: gray !important;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 0;
  margin: 0;
  padding: 0 0 0 5px;
  position: absolute;
  height: 50px !important;
  font-weight: 500;
  font-style: normal !important;
  left: 0;
  width: 100% !important;
}
#header div.searchbox .searchsubmit > input {
  background: url(images/search-g.png) no-repeat !important;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 50px;
  width: auto;
  padding: 0;
  min-width: 69px;
  background-position: 50% !important;
  font-size: 0;
}
#header div.searchbox .searchsubmit > input:hover, #header div.searchbox .searchsubmit > input:focus {
  background-color: #4d9bda !important;
}
.language-connect {
  display: flex;
  padding: 0 3px;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 960px) {
.language-connect {
  margin-right: 75px;
}
}
.language-connect .row {
  float: none !important;
}
.lang-switch span, .user-connect span {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.lang-switch span a {
  text-transform: uppercase;
  padding: 0 0 0 .25rem !important;
}
.lang-switch span a::before {
  content: '' !important;
}
.lang-switch span a:hover {
  color: #4d9bda !important;
}
.lang-switch span:lang(el)::before {
  content: '';
  background-color: transparent;
  width: 30px;
  height: 30px;
  display: inline-block;
  white-space: normal;
  background: url(images/el_gr.png) no-repeat scroll left center;
}
.lang-switch span:lang(en)::before {
  content: '';
  background-color: transparent;
  width: 32px;
  height: 32px;
  display: inline-block;
  white-space: normal;
  background: url(images/en_gb.png) no-repeat scroll left center;
}
.user-connect {
    border-left: 1px solid #a1a1a1;
}
.user-connect span a {
  font-weight: 600;
  text-transform: uppercase;
  border: 0 !important;
  color: #5d730f !important;
  padding: 0 0 0 .25rem !important;
}
.user-connect span a::before, .userlogon span a::before, .user-connect span a::before, .userlogout span a::before {
    content: none !important;
}
.user-connect span::after, .userlogon span::after, .user-connect span::after, .userlogout span::after {
    content: '';
    background-color: transparent;
    width: 28px;
    height: 26px;
    display: inline-block;
    white-space: normal;
    background: url(images/user-login.png) no-repeat scroll right center;
    background-size: contain;
	-webkit-filter: brightness(250%);
	filter: brightness(250%);
}
.loginu {
    background-image: url(/iguana/uploads/image/loginU.png);
    background-repeat: no-repeat;
    height: 64px;
    width: 64px;
    display: block;
    background-size: contain;
    padding: 0;
    margin: 0;
}
.LoginDialog .logonOption label {
    font-weight: bold;
}
#LoginDialog a {
    margin-top: 3px;
    border: 0;
	color: inherit !important;
}
#LoginDialog a::before {
    font-size: .8rem !important;
    line-height: 1.2rem !important;
}
.LoginDialog .logonOption input {
    background: none;
}
.searchbutton a::before {
  content: '' !important;
}
.searchbutton a {
  letter-spacing: 1px;
  padding: 8px !important;
}
.searchbutton {
  background-color: transparent;
  border: 1px solid rgba(121, 121, 121, 0.5);
  border-top-left-radius: 12px;
}
.mobile-menu { display:none; }
@media only screen and (max-width: 960px) {
    .mobile-menu { display:inline-block; padding:0 20px; background:#333; position: absolute; right: 10px; height: 40px; text-shadow: none; text-decoration: none !important; font-size: 40px; cursor: pointer; line-height: 1 !important; user-select: none; border: 1px solid #a1a1a1  !important; }
    .sarantis-menu { display:none; }
    .sarantis-menu ul { height:auto; padding: 0; overflow: hidden !important;}
    .show { display:block !important; }
    .sarantis-menu ul li, .sarantis-menu ul li a {
        float: none !important;
		margin: 0 auto;
		text-align: center;
    }

}
.imghome {
  max-height: 41px;
  height: 41px;
  overflow: hidden;
  cursor: pointer;
}
.imghome a {
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    max-height: 41px;
    height: 41px;
}
.imghome a::before {
    font-family: "Material Icons";
    content: "home";
    font-size: 36px;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
}
.imghome a span {
  display: none !important;
}
.imghome a span::before {
  content: none !important;
}
ul.mainnavigation > li.hasmenu > a > span {
  background: none;
}
ul.mainnavigation > li.hasmenu > a > span::before {
  speak: none;
  font-family: WebopacAir !important;
  content: "\e905";
  position: relative;
  font-size: 0.6rem;
  line-height: inherit;
  padding-right: 5px;
  color: #4d9bda;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  font-weight: bold;
}
.hasmenu > .link {
  cursor: default !important;
}
.hasmenu ul li a {
  margin: .75rem 0;
}
ul.mainnavigation > li > a > span::before {
  speak: none;
  font-family: WebopacAir !important;
  content: "\e903";
  position: relative;
  font-size: 0.6rem;
  line-height: inherit;
  padding-right: 5px;
  color: #4d9bda;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  font-weight: bold;
}
#navigation .link {
  border: 0 !important;
}
@media screen and (max-width: 500px) {
  body ul.mainnavigation ul {
    z-index: 1;
  }
}
ul.mainnavigation > li:hover, ul.mainnavigation > li:active {
  background-color: #333;
  box-shadow: none;
}
ul.mainnavigation > li > ul {
  background-color: #333;
  padding: 0 5px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  z-index: 1;
}
ul.mainnavigation > li > ul > li {
  width: 100%;
}
ul.mainnavigation > li > ul > li > a {
  font-weight: normal;
}

ul.navigation .imgfacebook, ul.navigation .imginstagram, ul.navigation .imgyoutube, ul.navigation .fafacebook, ul.navigation .fainstagram, ul.navigation .fayoutube {
  float: right;
  display: flex
;
}
.fafacebook, .fainstagram, .fayoutube {
  padding: 0 5px;
}
.fafacebook a, .fainstagram a, .fayoutube a{
  display: flex !important;
}
.fafacebook a::before {
  font-family: "FontAwesome";
  content: "\f09a";
  font-size: 24px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  padding-right: 5px;
  line-height: 2.5rem;
}
.fainstagram a::before {
  font-family: "FontAwesome";
  content: "\f16d";
  font-size: 24px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  padding-right: 5px;
}
.fayoutube a::before {
  font-family: "FontAwesome";
  content: "\f167";
  font-size: 24px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  padding-right: 5px;
}
.fafacebook span, .fainstagram span, .fayoutube span {
  background: none !important;
  padding: 0 !important;
  line-height: 41px !important;
}
.fafacebook > a > span::before, .fainstagram > a > span::before, .fayoutube > a > span::before {
    display: none !important;
}
#lightbox {
	width: 100% !important;
	max-width: 390px !important;
	border: 1px solid #555 !important;
	-moz-box-shadow: 0 1px 3px #000;
	-webkit-box-shadow: 0 1px 3px #000;
	box-shadow: 0 1px 3px #000;
	background-color: transparent !important;
}
#lightbox .inner {
	background-color: #252525;
    border-radius: 6px;
}
#lightbox .inner .reserve {
  display: none;
}
#lightbox .close {
  background: url("/iguana/uploads/image/close_icon.png") no-repeat 0 0 !important;
  width: 32px !important;
  height: 32px !important;
  cursor: pointer;
}
#lightbox .close span {
  width: 32px;
  height: 32px;
  display: inline-block;
}
#lightbox a {
  border-bottom: 1px solid #969a9d;
  color: #969a9d;
}
#lightbox .inner .cover img {
    -moz-box-shadow: 0 0 2px #d2d2d2 !important;
    -webkit-box-shadow: 0 0 2px #d2d2d2 !important;
    box-shadow: 0 0 2px #d2d2d2 !important;
    max-width: 120px;
}
#lightbox .inner .content {
  width: 230px !important;
}
#lightbox .inner .content .title {
  width: auto !important;
}
@media (max-width: 700px) {
  #lightbox {
	max-width: 380px;
  }
}
.carousel-container {
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, .5);
}
.carousel-container .maintitle {
    font-weight: bold;
    font-size: 95%;
}
.river-front {
  padding: 5px 0 25px;
}
.River .container {
    padding-top: 40px !important;
}
.River .ui {
  right: 5px !important;
}
.River .ui > div {
  padding: 9px !important;
}
.River .ui .play {
  background-color: #4d9bda !important;
}
.River .ui .pause, .River .ui .left, .River .ui .right {
  background-color: rgba(255, 255, 255, 0.3) !important;
  color: initial !important;
}
.River .ui .pause a, .River .ui .left a, .River .ui .right a {
  border: 0 !important;
}
.River .cover {
    -webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.River .cover:hover {
    -webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.River .cover .inner {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
	box-shadow: none !important;
	background-color: transparent !important;
}
.River .cover img {
    border-radius: 5px;
	padding: 5px;
	border: 1px solid #000;
}
.River .cover img[src*="NoImage"] {
    min-height: 111px;
}
.River .cover a {
  border-bottom: 0 !important;
}
.intro-frontpage {
  margin: 20px auto;
}
.intro-frontpage-wrapper {
  padding: 15px;
  background-color: rgba(237, 237, 237, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 6px;
}
.intro-frontpage-container {
  overflow: hidden;
}
.intro-frontpage-item-row {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
}
/* 50% commented > idia deksia-aristera */
.intro-frontpage-item {
  display: flex;
  /* flex: 50%; */
  flex-direction: column;
  padding: 0 15px;
  justify-content: center;
}
@media (max-width: 768px) {
  .intro-frontpage-item-row {
    flex-direction: column;
  }
}
.intro-frontpage-item-row img {
  border: none;
  box-shadow: none;
  margin: 0 auto;
  border-radius: 6px;
}
.intro-frontpage-item h1 {
  text-align: center;
  padding: 10px 5px;
}
.intro-frontpage-p {
  display: flex;
  ustify-content: center;
  margin: 5px auto 20px;
}
.pic-right {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.pic-right .apptitle {
  border-bottom: 0;
  border-top: 1px solid #4d9bda;
  padding: 0;
  margin-bottom: 0;
}
.button-custom-3-w-arrow {
  background-color: #1c629b;
  color: #fff !important;
  border-radius: 4px;
  padding: 16px;
  white-space: normal !important;
  word-wrap: break-word;
  font-weight: 600;
  font-size: 110%;
  text-align: center;
}
.button-custom-3-w-arrow::after {
  display: inline-block;
  padding-left: 8px;
  content: "\1F86A";
  transition: transform 0.3s ease-out;
}
.button-custom-3-w-arrow:hover, .button-custom-3-w-arrow:active {
  background-color: #666;
  text-decoration: none !important;
  font-weight: 600 !important;
}
.button-custom-3-w-arrow:hover::after {
  transform: translateX(4px);
}
#wrapperinner > div#navigation {
    box-shadow: none;
	background: #000 !important;
	border-color: rgba(77, 77, 77, 0.4);
}
/* Menu > Kentro */
.navigation.mainnavigation {
    display: flex;
    justify-content: center;
}
@media only screen and (max-width: 960px) {
.navigation.mainnavigation {
    flex-direction: column;
}
}
#additionalbefore ul.appLinks>li>a:hover span, #divBrowseOptions .option a:hover, #divInterests .add a:hover, #divInterests .generalInfo a.NeedHelp:hover span, #divListOptions .option a:hover, #divListOptions a:hover, #divListOptions ul a:hover, #divLists a:hover, #divRecordOptions .option a:hover, #divResultsOptions .option a:hover, #divResultsOptions ul a:hover, #divReviews .addReviewLink a:hover, #divReviews .deleteReviewLink a:hover, #divReviews .editReviewLink a:hover, #divSearchResultsCMS .shortRecord a:hover, #divSearchScreen .more a:hover, #divSearchScreen .switchSearchAdvanced a:hover span, #divSearchScreen .switchSearchExpert a:hover span, #itemDetailsLink a:hover, #moreInfo a:hover, #optionsExpanded div.option a:hover, #sOptions .advancedLink a:hover span, #vote a:hover, .EditBorrowerData .helpLink a:hover span, .LinkRequest .linkEntry .buttons a:hover span, .RelatedWorks .briefMainTitle .link2.textLink, .RelatedWorks .briefMainTitle .link2.textLink span, .RichTextItem .additional a:hover span, .SearchBox #sBoxOptions .advancedLink a:hover span, .SearchResults .leftDiv .switchSearchSimpleEmbedded a:hover, .UserActivities .navigation a:hover, .addMoodLink a:hover, .browseNavOptions a:hover, .calendarLinkDiv div a:hover, .cancelAll a:hover, .cancelSelected a:hover, .deleteSelected a:hover, .dijitDialog a:hover, .divVlink .linkVlink a:hover span, .feedItemInner a:hover, .headerReviews, .helpLink a:focus, .helpLink a:hover, .itemCover .reserveItem a:hover span, .itemFull .reserveItem a:hover span, .itemText .reserveItem a:hover span, .modifyData a:hover, .newRequest a:hover, .otherSources .externalLink a:hover span, .recordDisplayElement .data .link2.textLink, .recordDisplayElement .data .link2.textLink span, .recordDisplayElement div.FullRequest a.linkTo:hover span, .recordDisplayElement div.FullUrl a.linkTo:hover span, .relAuthors .relAuthor a:hover span, .renewAll a:hover, .renewSelected a:hover, .searchFormSimple .switchSearchSimple a:hover span, .searchTree.textOnly a:hover, .selectAll a:hover, .selectPublic a:hover, .showItemDetails a:hover, .viewInfo a:hover, .zeroHits .altTerm a:hover, .zeroHits .linkVlink a:hover, .zeroHits .searchAll a:hover, a.link2:hover, a.sortOK:hover>span, div.appcontent div.singleEvent a:hover {
    color: #4d9bda !important;
}
.searchStart .switch span, .searchStart .more span, .searchResults .switch span, .searchResults .more span, #divResultsOptions .option span {
    color: #999 !important;
}
.searchStart .switch span:hover, .searchStart .more span:hover, .searchResults .switch span:hover, .searchResults .more span:hover, #divResultsOptions .option span:hover, .searchStart .more a:hover {
    color: #4d9bda !important;
}
.searchStart .switch a::before, .searchStart .more a::before {
    color: #4d9bda !important;
}
.searchResults .switch a::before, .searchResults .more a::before, .searchResults .option a::before {
    color: #4d9bda !important;
}
.application .SearchScreen input[type="text"], .updListName {
  background: #333;
}
.searchRecord .mainOptions .recordOptions {
    padding-left: 0;
}
.searchRecord .option a, .searchResults .option a {
    margin: 7px auto;
}
.searchRecord .option span {
  font-size: initial;
  color: #4d9bda !important;
}
.menuSearchIcon span {
    padding: 0 1rem 0 1.5rem !important;
}
.menuSearchIcon span::after {
    content: "\e902";
    left: 1px !important;
	color: #41b7a2 !important;
}
.applicationcontainer {
  border: none;
  box-shadow: none;
  background-color: transparent;
  margin: 0;
  padding: 0;
}
.applicationcontainer .appcontent {
  padding: 0;
}
.searchRecord #column1 .applicationcontainer, .searchRecord #column2 .applicationcontainer {
  padding: 0 0.5rem;
}
/* Titlos sto Record Me External providers > Like & share > Place above content content */
.searchRecord .Record .apptitle {
    height: 0;
    margin: 1px 0 5px;
    padding: 0;
    min-height: 0;
    display: inline-block;
    /* max-width: 175px; */  /* Me Pinterest */
	max-width: 125px;
}
.searchRecord .applicationcontainer .ItemDetails .apptitle {
    border-bottom: 0;
    border-top: 1px solid #333;
    margin-bottom: 0;
}
.searchRecord .ItemDetails .itemTable {
  min-width: 100%;
  line-height: initial;
}
.searchRecord .ItemDetails .itemTable tr {
  background: #222 !important;
  border: solid .1rem #333;
  vertical-align: initial;
}
.searchRecord .ItemDetails .itemTable th, .searchRecord .ItemDetails .itemTable td {
  border-left-color:#333 !important;
}
.applicationcontainer .apptitle h1, .applicationcontainer .apptitle h2 {
    color: #969a9d;
}
#LoginDialog button, #body #wrapper .dijitButton button, #body #wrapper a.link2.button, #body #wrapper button.link2.button, #body a.sortOK, .RichTextItem .StyleButton, .RichTextItem .StyleButton:hover, .application.CurrentReservations .topInfo a, .application.RichTextItem .searchsubmit>input, .buttonLink span, .buttonLink span:hover, .dialogButtons button.dijitButtonNode, .dijitDialog button, .link2.button, .link2.button:hover, .topInfo a, .topInfo a:hover, button.link2 {
    box-shadow: none !important;
}
#recordDisplay .urlicon a::before {
	font-family: WebopacAir !important;
	font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	speak: none;
    content: "\e903";
    font-size: .6rem;
    line-height: .9rem;
    color: #027be7;
}
.recordDisplayElement {
    margin-bottom: 10px;
}
.recordDisplayElement .image a {
    border-bottom: none !important;
}
.recordDisplayElement .title {
    vertical-align: top;
}
.QRcode img {
    margin: auto;
    max-width: 80px;
}
.buttonLink span, .dijitButton, .dijitButton *, .RichTextItem .StyleButton, .RichTextItem .StyleButton *, .topInfo a {
  background: #252525 !Important;
}
#divSearchScreen .searchPostText {
  margin: 0.5rem 0 0 !important;
  text-align: center;
  background-color: #222 !important;
  border-color: #111 !important;
}
#divSearchScreen.simple .searchFormSimple > div.switch, #divSearchScreen.expert .searchForm > div.switch {
  float: none;
  padding: 10px 0;
  display: flex;
  justify-content: center;
}
.application .SearchScreen .switch > div {
  background-color: rgba(77, 77, 77, 0.4);
  padding: 8px 10px;
  border: 1px solid #555;
}
.application .SearchScreen .switch > div a {
  border-color: transparent !important;
}
.searchForm .more a::before, .switchSearchExpert a::before, .switchSearchSimple a::before {
  position: inherit !important;
}
.searchResults #column1 .applicationcontainer, .searchResults #column2 .applicationcontainer {
  padding: 0 0.5rem;
}
.Availability.summary.available > span {
  background: url("/iguana/uploads/image/ok.gif") no-repeat 0 0 !important;
}
.Availability.summary.onorder > span, .Availability.summary.notavailable > span {
  background: url("/iguana/uploads/image/notok.gif") no-repeat 0 0 !important;
}
.searchResults .results .navigation img {
    display: none;
}
.SearchResults .navigation li {
    padding-bottom: 5px;
}
.searchResults .results .navigation .navigationPrevious span, .searchResults .results .navigation .navigationNext span {
    background: none;
    height: initial;
    width: initial;
    padding: 9px;
    font-size: initial;
    font-weight: inherit;
    border: none;
}
.results .navigation .navigationPrevious span::before {
    position: relative;
    content: "";
    display: inline-block;
    top: 0;
    width: 1em;
    height: 1em;
    border-right: 0.4em solid #4d9bda;
    border-top: 0.4em solid #4d9bda;
    transform: rotate(225deg);
    padding: 0;
    vertical-align: middle;
}
.results .navigation .navigationNext span::before {
    position: relative;
    content: "";
    display: inline-block;
    top: 0;
    width: 1em;
    height: 1em;
    border-right: 0.4em solid #4d9bda;
    border-top: 0.4em solid #4d9bda;
    transform: rotate(45deg);
    padding: 0;
    vertical-align: middle;
}
.searchResults .results .navigation li:not([class]) span {
  padding: .7rem 1rem;
  background-color: #555;
  font-size: initial;
  color: #969a9d !important;
}
.searchResults .results .navigation li:not([class]) span:hover {
  color: #4d9bda !important;
}
.searchResults .results .navigation li:not([class]) span.navigationPageCurrent {
  line-height: 1.1em;
  color: #4d9bda !important;
}
.SearchResults .filterInfo {
  width: 0;
  border: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
}
.SearchResults .filterInfo #sourceInfo, .SearchResults .filterInfo #filterApplied {
  display: none;
}
#hdgAlertResults .searchKey {
  color: #016259;
  font-size: initial;
  font-style: italic;
}
#divRestrictions .restrictionHeader img {
  vertical-align: sub;
  margin: 0 5px;
  height: 15px;
  filter: invert(70%);
}
#recordDisplay .recordTable tbody tr:first-child td {
  padding-top: 2px;
}
@media screen and (max-width: 1200px) {
  #recordDisplay .recordTable tbody tr:first-child td {
    white-space: break-spaces;
  }
}
#recordDisplay .FullMaterialType, .recordDisplayElement .FullMaterialType, .recordDisplayElement .briefMaterial {
    color: #537774;
}
#shelfMarks {
  background-color: rgba(177, 201, 208, 0.1);
  padding: 0 5px;
  margin-top: 10px;
}
#shelfMarks .serialsItemDetails a {
    color: inherit !important;
    border: 0 !important;
}
#shelfMarks table caption {
  border-bottom: 1px dotted #666;
  margin-bottom: 10px;
  padding-bottom: 5px;
  color: inherit;
  font-size: initial;
}
#shelfMarks .displayTable tr td {
    padding-left: 0;
}
#shelfMarks .displayTable tr.notavailable td.availStatus {
    color: #cb7c7c;
}
#shelfMarks .displayTable tr.available td.availStatus {
    color: #47bf47;
}
.resultsLinks {
  margin: 0 auto 15px;
  text-align: center;
  border-radius: 4px;
  background-color: #555;
  border-color: transparent;
}
.resultsLinks #showSearchScreen {
    margin: 5px;
}
.RecordFull span {
  line-height: 1.5;
}
#SearchHistory .textLink {
  border-bottom: none !important;
  color: #005d86 !important;
}
#SearchHistory .textLink::before {
  content: "»";
  padding-right: 5px;
}
.Restrictions .restrictionHeader {
  font-style: initial;
}
.Restrictions .restriction a {
  border-bottom: 0 !important;
}
.searchStart #column999 .applicationcontainer {
  background-color: #fbfbfb;
  box-shadow: 0 1px 2px 1px rgba(51,51,51,.1);
}
.frontcovers {
  display: none;
}
.searchStart .frontcovers {
  display: block;
}
.searchStart .dijitInputField INPUT, .searchStart .dijitTextBox, .searchStart .dijitSpinner {
  height: 32px !important;
  font-size: inherit !important;
}
.searchStart .dijitComboBox {
  height: 30px;
}
.dijitComboBox {
  background-color: #333;
  border-color: #333 !important;
}
.serialsFilterTable tr {
  line-height: 2.5;
}
.serialsFilterTable select {
  padding: 3px 5px;
  margin-left: 5px;
}
.ItemDetails tr, .LoanHistory tr, .PaymentsDue tr, .RichTextItem .appcontent tr, .dj_ie .ItemDetails tr td, .dj_ie .ItemDetails tr th, .dj_ie .LoanHistory tr td, .dj_ie .LoanHistory tr th, .dj_ie .PaymentsDue tr td, .dj_ie .PaymentsDue tr th, .dj_ie .RichTextItem .appcontent tr {
  border-bottom-color: #ccc;
}
/* sarantis RatingVotes */
.LightAir .rating, .DarkAir .rating {
  display: none;
}
.applicationcontainer .apptitle {
  border-color:#000;
  margin-bottom: .5rem;
  padding-bottom: .25rem;
  padding-left: 0;
}
.applicationcontainer .maintitle::before {
  speak: none;
  font-family: WebopacAir !important;
  content: "\e903";
  position: relative;
  font-size: 0.6rem;
  line-height: inherit;
  padding-right: 5px;
  color: #4d9bda;
  font-style: normal;
  font-variant:normal;
  text-transform: none;
  font-weight: bold;
  vertical-align: bottom;
}

/* sarantis UserLoggin */
.UserActivities {
    padding-right: 10px;
}
.UserActivities .apptitle {
    border-top: 0 !important;
}
.UserActivities ul li > a::before, .PersonalData .modifyData a::before, .listInfo a::before {
    line-height: 1.1rem !important;
}
.UserActivities ul li a > span, .PersonalData .modifyData a span, .listInfo a > span {
    margin-left: 10px;
	color: #d7d7d7 !important;
}

#flextitle {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 5px;
}
#flextitlecontent {
    margin: 0 auto;
    color: #016259;
    border-bottom: 1px solid #016259;
    display: inline-block;
}
#flexcovers {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}
.flexlink a {
    border: none !important;
}
.fleximg {
    width: 105px;
    height: 140px;
    border: none !important;
    border-radius: 4px;
    margin: 5px 10px !important;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.fleximg:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.sarantis-image {
    overflow: hidden;
}
.sarantis-image img {
  border-radius: 5px;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.sarantis-image:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.sarantis-news .top {
  text-align: center;
  overflow: hidden;
}
.newsitems .items .itemList {
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: left;
}
.newsitems .items .itemList .listItem {
  margin-bottom: 6px;
  cursor: pointer;
  display: block;
  float: left;
  width: 100%;
  border: 1px solid #e7ebec;
  border-radius: 8px;
  max-width: 99%;
}
.newsitems .items .itemList .listItem .thumb {
  height: auto !important;
}
.newsitems .items .itemList .listItem .title {
  font-size: 100% !important;
}
.newsitems .items .itemList .listItem .summary, .newsitems .items .itemList .listItem .summary p {
  height: auto !important;
}
.newsitems .items .itemList .listItem .title, .newsitems .items .itemList .listItem .summary {
  padding: 3px !important;
}
.newsitems .items .itemList .listItem .from {
  position: relative !important;
  left: 0;
}
.newsitems .pager .navigation > li {
  min-height: 30px;
}
.newsitems .pager li > span {
  padding: 5px 14px;
  background-color: transparent;
  border: 1px solid #ddd;
}
.newsitems .pager li > span > a {
  border-bottom: 0 !important;
}

/* sarantis Front-Icons Responsive */

/* .front-icons-container { */
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* text-align: center; */
  /* padding-top: 15px; */
  /* padding-bottom: 25px; */
/* } */
/* .front-icons-container-item { */
  /* flex: 1 1 0px; */
  /* margin-bottom: 15px; */
/* } */
/* @media (max-width: 800px) { */
  /* .front-icons-container-item { */
    /* flex: 100%; */
  /* } */
/* } */
/* .front-icons-container-item a { */
  /* border: 0 !important; */
/* } */
/* .front-icons-container-item img { */
  /* max-width: 120px; */
/* } */
/* .front-icons-container-item span { */
  /* display: block; */
  /* text-decoration: none; */
  /* font-weight: bold; */
  /* padding: 5px 0; */
/* } */

/* sarantis Front-Icons Responsive + Max-Height */
.front-icons-container {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.front-icons-container-item {
  flex: 1 1 0px;
  padding: 0 3px 50px 3px;
  max-height: 175px;
}
@media (max-width: 800px) {
  .front-icons-container-item {
    flex: 100%;
  }
}
.front-icons-container-item a {
  border: 0 !important;
}
.front-icons-container-item img {
  max-height: 100%;
  max-width: 100%;
}
.front-icons-container-item span {
  display: block;
  text-decoration: none;
  font-weight: bold;
  padding: 5px 0;
}

.sarantis-map-contact {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin: 0;
}
.sarantis-map {
  flex: 50%;
  padding: 0;
}
.sarantis-map p {
  margin: 0;
}
.sarantis-map-frame {
  height: 400px;
  filter: grayscale(50%) brightness(90%);
  -webkit-filter: grayscale(50%) brightness(90%);
  -moz-filter: grayscale(50%) brightness(90%);
}
.sarantis-contact {
  flex: 50%;
  padding: 0;
  display: flex;
  background-color: rgba(237, 237, 237, 0.04);
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sarantis-contact-frame {
  width: 100%;
  height: auto;
}
.sarantis-contact-container {
  display: flex;
  flex-direction: column;
}
.contact-top {
  width: 100%;
  height: auto;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: start;
  text-align: center;
}
.contact-block-title {
  font-weight: 600;
  padding: 2px 0;
}
.contact-details {
  list-style: none !important;
}
.contact-details li {
  margin-left: 0;
}
.contact-details li i {
  padding-right: 5px;
}
.contact-bottom {
  width: 100%;
  min-height: 190px;
  display: flex;
  justify-content: center;
  align-items: end;
  text-align: center;
}
.contact-block-bottom table {
  width: 100%;
  min-width: 222px !important;
  color: #666;
}
.contact-block-bottom tr {
  background-color: #222 !important;
  border-bottom-color: #555 !important;
}
.contact-block-bottom td {
  border-left-color: #555 !important;
}
@media (max-width: 1000px) {
  .sarantis-map, .sarantis-contact {
    flex: 100%;
  }
}
#wrapperinner > div#footer {
  background-color: transparent;
  border-top: 1px solid rgba(0, 0, 0, .7);
}
#footer a {
  border: 0 !important;
}
#footerinner {
  height: auto;
  margin-left: 0;
}
#footer .footer {
  padding: 2px 2px 10px 2px;
}
.footerlinks li, .social-inner li {
  margin: 0;
}
.footerlinks li, .footer-copyright {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: .1em;
  border-right-width: 0;
  border-left-width: 0;
  border-color: #4d9bda;
}
.bottombar a {
  color: initial;
}
.bottombar-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.bottombar-flex-item {
  flex: calc(100% / 3);
  box-sizing: border-box;
}
.footerlinks {
  padding: 5px;
}
.bottombar-left {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: right;
  order: 1;
}
.bottombar-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  order: 2;
}
.footer-social {
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-inner {
  margin: 5px auto 10px;
}
.social-inner li {
  display: inline-block;
  background-color: #4d9bda;
  border-radius: 50%;
}
.sosialspan {
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
}
.social-inner a {
  text-decoration: none !important;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.social-inner a:hover, .social-inner a:focus {
  color: #fff !important;
}
.footer-copyright {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bottombar-right {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: left;
  order: 3;
}
@media (max-width: 768px) {
  .bottombar-flex-item {flex: 100%;}
  .bottombar-left {justify-content: center;order: 2;}
  .bottombar-center {order: 1;}
  .bottombar-right {display: none;}
}
.sarantis-footer {
  color: #999;
}
.sarantis-footer li {
  padding: 5px 0;
  margin: 0;
}
#footer .payoff {
  display: none;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #333;
    text-decoration: none;
}
.citeCopy {
    margin-top: 5px;
    margin-left: 2px;
    padding-top: 5px;
    clear: right;
}
.btn-moreopen {
    border: 1px solid rgba(0, 0, 0, .5);
	background-color: rgba(172, 172, 172, 0.5);
}
.btn-moreopen .fa {
    font-size: 16px;
    padding-right: 6px;
}
.btn-moreopen a {
    border-bottom: 0 !important;
}
.btn-moreopen a:hover, .btn-moreopen a:active, .btn-moreopen a:focus {
    text-decoration: none !important;
}
.responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-responsive {
  max-width: 100%;
  height: auto;
  margin: 0 auto !important;
  border: none !important;
  box-shadow: none !important;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.no-border-shadow-margin {
  border: 0 !important;
  box-shadow: none !important;
  margin: 0 auto !important;
}
/* Scroll-to-top button styling */
#scrollToTopBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: #4d9bda;
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
#scrollToTopBtn:hover {
  background-color: #555;
  transform: translateY(-5px);
}
#scrollToTopBtn::after {
    content: "\f106";
    font-family: 'FontAwesome';
    font-size: 40px;
    display: inline-block;
    height: 55px;
	line-height: 1.2;
}
#scrollToTopBtn.show {
  display: flex;
}

.dijitDialogUnderlay {
  background: #222 !important;
}
#additionalContainer, .dijitDialog {
  background: #222 !important;
}
#searchHistoryTable thead {
  background-color: #333;
}

/* External providers > Like & share > Place in separate div */
/* #externalLikeShare.likeseparatediv { */
    /* top: 45% !important; */
    /* width: 45px !important; */
    /* background: #666 !important; */
    /* border: 0 !important; */
    /* border-top-right-radius: 6px !important; */
    /* border-bottom-right-radius: 6px !important; */
	/* z-index: 3; */
/* } */
/* #externalLikeShare.likeseparatediv > div { */
    /* padding: 7px 0 !important; */
/* } */
/* #externalLikeShare #facebookshare a { */
    /* height: 32px !important; */
    /* width: auto !important; */
    /* background: url(images/facebook.png) center no-repeat !important; */
    /* color: transparent; */
/* } */
/* #twittershare img { */
    /* display: none !important; */
/* } */
/* #twittershare a { */
    /* background: url(images/twitter.png) center no-repeat; */
    /* display: block; */
    /* height: 32px; */
    /* width: auto; */
    /* text-decoration: none; */
    /* color: transparent; */
/* } */
/* #pinterestshare a { */
    /* background: url(images/pinterest.png) center no-repeat !important; */
    /* display: block !important; */
    /* height: 30px !important; */
    /* width: auto !important; */
    /* text-decoration: none !important; */
    /* color: transparent !important; */
    /* border-radius: 0 !important; */
    /* padding: 0 !important; */
    /* font: unset !important; */
    /* box-shadow: none !important; */
/* } */

/* External providers > Like & share > Place above content content - MONO Full record options */
#externalLikeShare {
    /* margin: 0 auto 5px !important; */
}

/* External providers > Like & share > Place above content content */
/* #externalLikeShare { */
    /* display: inline-flex !important; */
    /* justify-content: center; */
    /* width: auto !important; */
    /* border-bottom-left-radius: 6px; */
    /* border-bottom-right-radius: 6px; */
    /* margin: 0 auto 5px !important; */
    /* background-color: #444; */
/* } */

/* External providers > Like & share > Place below content */
/* #externalLikeShare { */
    /* display: inline-flex !important; */
    /* justify-content: center; */
    /* width: auto !important; */
    /* border-top-left-radius: 6px; */
    /* border-top-right-radius: 6px; */
    /* margin: 10px auto 0 !important; */
    /* background-color: #444; */
/* } */

.searchRecord .likeabovecontent::before {
    font-family: "Material Icons";
    content: "share";
    font-size: 40px;
	color: #4d9bda;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	float: left;
}
#externalLikeShare > div {
    padding: 5px 10px!important;
}
#externalLikeShare #facebookshare a {
    height: 32px !important;
    width: 32px !important;
    background: url(images/facebook.png) center no-repeat !important;
    color: transparent;
	border: 0 !important;
	filter: invert(70%);
}
#twittershare img, .pin-it img {
    display: none !important;
}
#twittershare a {
    background: url(images/twitter.png) center no-repeat;
    display: block;
    height: 32px;
    width: 28px;
    text-decoration: none;
    color: transparent;
	border: 0 !important;
	filter: invert(70%);
}
#pinterestshare a {
    background: url(images/pinterest.png) center no-repeat !important;
    display: block !important;
    height: 32px !important;
    width: 32px !important;
    text-decoration: none !important;
    color: transparent !important;
    border-radius: 0 !important;
    padding: 0 !important;
    font: unset !important;
    box-shadow: none !important;
	border: 0 !important;
	filter: invert(70%);
}

#collapseExpandLA.expanded::after, #collapseExpandPD.expanded::after, .dijitTitlePane .dijitOpen::after {
    color: #666;
}

ul.dijitMenu {
  box-shadow: none !important;
}
li.dijitMenuItem {
  background-color: #333;
  font: inherit;
}
select {
  padding: 8px;
  border-radius: 2px;
  border: 1px solid transparent;
  background-color: #555;
  color: #969a9d;
}
::-moz-selection {
    color: white;
    background: #000;
}
  ::selection {
    color: white;
    background: #000;
}

@media screen and (max-width: 750px) {
  body#body #content #columnwrapper div.column {
    width: 100%;
  }
}
