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

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


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

input:invalid{ 
	color:red; 
	font-weight:bold;
}
input:valid{ 
	/* color:darkgreen;  */
	font-weight:normal; 
}
*:required {
  background: #feffde;
}
input[type="checkbox"] {
  appearance: none;
  position: relative;
  width: 1em;
  height: 1em;
  vertical-align: -2px;
}
input[type="checkbox"]:checked {
	appearance: auto;
}


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 {
	color: #146841;
	background-color:#ffffff;
	text-align: center;
	/* padding: 1px; */
	margin-bottom: 10px;
}

.compliance-notice span {
	display: block;
	padding: 2px;
}

.compliance-notice button {
	color: #146841;
	background: #ffffff;
	border: 3px solid #146841;
	border-radius: 10px;
}

.compliance-notice button:hover {
	color: #ffffff;
	background: #146841;
}

/* 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{}


/*--- 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;
}
