@charset "UTF-8";

/*
Name: SIT-WP-BASE
Version: 4.0.00 
Date: 2025-04-03
*/


/* @import url("./jquery-ui.css"); */
/* @import url("./sit-wp-jukepod.css"); */
/* @import url("./sit-wp-gridgallery.css"); */
@import url("./print.css");



/*--- BASIC ELEMENTS ---*/

tr {
	vertical-align: top;
}

.user-callingcard textarea,
.user-callingcard select,
.user-callingcard input{ 
	margin: 0 0 0 2rem;
	min-width:20rem;
}
.user-callingcard td span,
.user-callingcard input[type=checkbox] {
	margin: 0 0 0 2rem;
	min-width: 0;
}

/* .attachment-thumbnail{ */
	/* border-radius: 10%; */
	/* margin: 0 0 0 2rem; */
/* } */


/*--- COMPLIANCE NOTE ---*/
.compliance-notice {
	text-align: center;
	padding: 0.7em;
	position: fixed;
	width: 100%;
	z-index: 999;
}

.compliance-notice button {
	border-radius: 0.5em;
}

/* LOGIN FORM */

body.login {
	/* background: #1485ce; */
	/* background-image: url('../images/login_background_2.jpg'); */
	background-size: cover;
}

#login {
	/* background-color: #FFC300; */
	padding-bottom: 1rem !important;
	border-bottom-left-radius: 1rem;
	border-bottom-right-radius: 1rem;
}

#language-switcher {
	visibility: hidden;
}

.login form {
	/* background: #1485ce !important; */
	border: none !important;
}

.login h1 a {
	background-size: 150px !important;
	background-position: center !important;
	margin: 0 auto !important;
	height: 150px !important;
	width: 150px !important;
	
	
}

#bloginfo {
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.5em;
}

/*--- FORMS ---*/

.sitgpf{}

/*--- Registrations Form Style ---*/

.register-form { width: 70%; }
.register-form input[type="text"], input[type="email"], select, textarea
{ 
	display: block;
	margin: 0.5em 0 0.5em 0;
	width: 100%; 
}
.register-form input[type="checkbox"] {
	display: inline;
}

/*--- VISUAL EFFECTS ---*/
/* .smartpopup-container { */
  /* background-color:#eafff7!important; */
/* } */
.smartpopup {
  display: none;
}
.smartpopup h1 {  text-align: center; }
/* .smartpopup h2 { font-size: 2.0em; text-align: center; } */
/* .smartpopup h3 { font-size: 1.5em; text-align: center; } */

	
	




/*--- GRAPHIC NAVIGATION ---*/

.tile {
	border-top-left-radius: 1em;
	border-bottom-right-radius: 1em;
	display: block;
	background: no-repeat top;
	background-size: cover;
	font-size: 0.9em;
	height: 5em;
	margin: 1em 0 1em 0;
	opacity: 1.0;
	text-align: center;
}
.tile:hover {
	border-top-left-radius: 0em;
	border-top-right-radius: 1em;
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 0em;
	opacity: 1.0;
}

.tile span {
	border-bottom-right-radius: 1em;
	background-color: #000;
	display: block;
	position: relative;
	top: 3.5em;
	width: 100%;
}
.tile:hover span {
	border-bottom-right-radius: 0em;
	border-bottom-left-radius: 1em;
	opacity: 0.4;
}

@media screen and (min-width: 50em) {
	.tile {
		font-size: 2.5em;
		height: 5em;
	}
}


/*--- BOOTSTRAP Alert Styles ---*/

.chkvaldlg {}

.chkvaldlg-info {
  color: #31708f;
}

.chkvaldlg-success {
  color: #3c763d;
}

.chkvaldlg-warning {
  color: #8a6d3b;
}

.chkvaldlg-danger {
  color: #a94442;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
