/********* Customised CSS for current OPAC app. ***********/

@font-face {
	font-family: 'proxima_softsemibold';
	src: url("./fonts/proximasoft-semibold-webfont.woff2") format("woff2"), 
    url("./fonts/proximasoft-semibold-webfont.woff") format("woff"), 
    url("./fonts/proximasoft-semibold-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'proxima_softregular';
	src: url("./fonts/proximasoft-regular-webfont.woff2") format("woff2"), 
    url("./fonts/proximasoft-regular-webfont.woff") format("woff"), 
    url("./fonts/proximasoft-regular-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal
}


#inputSearchHome::placeholder {
  color: #ffffff !important;
  opacity: 1; /* Firefox */
}
#inputSearchHome::-ms-input-placeholder { /* Edge 12 -18 */
  color: #ffffff !important;
}
/********************* jquery-ui.min.css Timepicker *********************/

.ui-datepicker {
  max-width: 250px;
  padding: .2em .2em 0;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 12px;
  margin: 1px 0;
}

.ui-datepicker table {
  width: 100%;
  font-size: 12px;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker .ui-datepicker-buttonpane { 
  display: none;
}


/********************* js/libs/select2/dist/css/select2.css *********************/

.select2-selection__rendered {
	line-height: 38px !important
}

.select2-container .select2-selection--single {
	height: 39px !important
}

.select2-selection__arrow {
	height: 40px !important
}

.select2-selection__rendered {
  line-height: normal !important
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #ffffff !important;  
}  


/********************* bootstrap.min.css *********************/

.modal-footer{
  justify-content: flex-end; /* Right align buttons with flex property because text-align doesn't work on flex items*/
  justify-content: center;
}



/************************ Library Header ***************************/

.top-bar {
  
  width: 100%;
  background: #005233;
  z-index: 9;
  font-size: 16px;
  height: 50px
}

#pHead {
  z-index: 150;
  background:rgba(0,0,0,0.5); 
  
  left: 0;
  right: 0;
  opacity: 1;  
}

#logo img{
  max-width: 100%;  
  padding-left: 20px
}

@media only screen and (max-width: 792px) { 
  height: 75.5px;
}  

.topHeader{  
  font-size: 1em;
  
  margin-left: auto;
  margin-right: auto;
  
  vertical-align: middle;    
}

.topHeader .logo {
  margin: 18px 0px;
  width: 295px;
  height: 65px;
  display: block;
  /* background-image: url(../img/logo-reversed.svg); */
  background-image: url(https://www.stjohnscollege.edu.au/wp-content/uploads/2023/05/StJohns_logomaster_RGB_white.svg);
  background-size: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  text-indent: -999em;
  left: -20px;
}

#navigation-wrapper{   
  width: 100%;  
}

#navigation-wrapper .navbar-nav{
  padding-top: 10px
}

.subheading{  
  display: inline-block;
  float: right;
  padding-top: 5px;
}
.subheading H1 a{
  color: #ffffff;
}
.subheading H1 a:hover{
  text-decoration: none;
}

/************************ Library Footer ***************************/

#footer .container {
  background: #013b25;  
  color: #ffffff;
}


#footer a{ 
  color: #ffffff;
  font-weight: 300;
}

#footer .logo-footer {
  margin: 18px 0px;
  width: 295px;
  height: 65px;
  display: block;
  /* background-image: url(../img/logo-reversed.svg); */
  background-image: url(https://www.stjohnscollege.edu.au/wp-content/uploads/2023/05/StJohns_logomaster_RGB_white.svg);
  background-size: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  text-indent: -999em;
  left: -20px;
}

#footer .copyright, #footer .credit {
  color: #778f9b;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.1px;
  display: block;
}
#footer .credit {
  float: right
}  

@media (min-width: 896px) {
  #footer .footer-usyd-logo.tablet {
    max-width: 134px;
    margin-right: 0;
    float: right
  }
}
@media (min-width: 640px) {
  #footer .footer-usyd-logo.tablet {
    display: block;
  }
}

.green-bg form button:hover, .green-bg .btn:hover, .green-bg .tribe-mobile-day 
.tribe-events-read-more:hover, .tribe-mobile-day .green-bg .tribe-events-read-more:hover, .green-bg form input[type=submit]:hover {
  color: #005233;
}

@media (min-width: 896px) {
  .page-footer .apply {
    margin-right: 0;
  }
}

.svg-inline--fa.fa-w-16 {
  width: 1em;
}
svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -.125em;
}
form button, .btn, .tribe-mobile-day .tribe-events-read-more, form input[type=submit] {
  border: 1px solid #007549;
  background: transparent;
  font-size: 12px;
  /*text-transform: uppercase;*/
  line-height: 18px;
  padding: 12px 20px;
  font-weight: 600;
  position: relative;
  color: #ffffff;
  transition: color 0.2s ease;
  border-radius: 100px;
  text-decoration: none;
  letter-spacing: 1px;
  display: inline-block;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
}
form button .fa, form button .svg-inline--fa, .btn .fa, .tribe-mobile-day .tribe-events-read-more .fa, 
  .btn .svg-inline--fa, .tribe-mobile-day .tribe-events-read-more .svg-inline--fa, form input[type=submit] .fa, form input[type=submit] .svg-inline--fa {
  margin-right: 9px;
  margin-left: -6px;
  vertical-align: middle;
}
.green-bg form button, .green-bg .btn, .green-bg .tribe-mobile-day .tribe-events-read-more, .tribe-mobile-day .green-bg .tribe-events-read-more, .green-bg form input[type=submit] {
  border-color: white;
  color: white;
}

#footer .btn.apply:hover, .btn.btn-primary:hover{
  background: #ffffff !important;
  color: #005233;
  transition: 0.8s;
}
#footer .btn.apply{
  margin-top: 20px;
  float: right
}