
.error2{
	border:3px solid #ff0000 !important;
}


.stmn, .stmn a{
	color: #198a0e;
	font-weight: bold;
}

#stmn-key{
	display:none;
	text-align: center;
}

.hidden{
	display: none;
}

.centered{
	text-align: center;
}

.error-message{
	display:none;
	color:#ff0000;
}

h2.first-time{
	display:block;
	margin:0 0 20px 62px;
	float:none;
	line-height: 40px;
}

#first-time-container label, #forgot-pass-container label, #reset-pass-container label {
	display:block;
	font-weight: 700;
	margin-bottom:10px;
}

#signinbox input[type="text2"],
#first-time-container input[type="text2"],
#first-time-container input[type="email"],
#forgot-pass-container input[type="email"],
#reset-pass-container input[type="text2"]{
	display:block;
	width:100%;
	width:calc(100% - 30px);
	margin-bottom:15px;
	background:#fff;
}

#first-time-container input[type="text2"],
#first-time-container input[type="email"],
#forgot-pass-container input[type="email"],
#reset-pass-container input[type="text2"]{
	width:60%;
}

input[type="text2"]{
	border:1px solid #c3c3c4;
	border-radius:3px;
	background:none;
	font-family: 'Lato', sans-serif;
	font-size:18px;
	line-height: 1.33;
	height:46px;
	padding:0 10px;
	color:#444;
	font-weight: normal;
}

.submitButton{
	padding:10px 25px;
	background:#105f8a;
	font-family: 'Lato', sans-serif;
	font-size:18px;
	text-decoration:none;
	border-radius: 3px;
	color:#fff;
	border:none;
	margin:15px 0;
}

#popup-summary{
	height:350px;
	overflow: auto;
}

#request-email-change-body, #request-account-name-change-body{
	height:300px;
	width:100%;
}

#unavailable-settings .datepicker{
    margin-right: 15px !important;
    width: 180px !important;
    padding: 0 10px !important;
}


.attention-minor{
	text-align: center;
	margin-bottom: 6px;
}

:root {
	--gap: 10px;                               /* keep in sync with .row gap */
	--col: calc((100% - 3 * var(--gap)) / 4);  /* width of one 1/4 column (minus gaps) */
}

.row-grid {
	display: grid;
	gap: var(--gap);
	align-items: center;    /* vertical centering within each cell */
	margin-bottom: 20px;
}

.row-grid-extra > * {
	display: flex;          /* keeps vertical centering for labels/inputs */
	align-items: center;
	padding: 10px;
	min-height: 40px;
	min-width: 0;           /* prevents overflowing inputs */
	box-sizing: border-box;
}

/* 4-column rows: 4 equal tracks */
.row--4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* 2-column rows: first matches a 1/4 column, second fills the rest */
.row--2 {
	grid-template-columns: var(--col) 1fr;
}

/* Form controls fill their cell */
.row-grid input[type="text"],
.row-grid input[type="email"],
.row-grid select,
.row-grid textarea {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.row-grid select, #onsite_choice {
	padding: 4px 8px 4px 8px;
	height: 46px;
}

/* (Optional) Responsive stacking */
@media (max-width: 720px) {
  .row--4 { grid-template-columns: repeat(2, 1fr); }
  .row--2 { grid-template-columns: 1fr; }
}


.onsites_checkbox_holder div{
	display: inline-block;
	width: 250px;
}

#onsite_supes_notations{
	width: 100%;
	height: 120px;
	padding: 8px;
}

.three-column-holder {
	display: grid;
	grid-template-columns: repeat(3, 1fr); /* 3 equal columns */
	gap: 10px; /* optional spacing between columns */
}

.three-column-holder > div {
	background-color: #ddd;
	border: 1px solid #999;
	padding: 20px;
}













/* throbber */
#sk-folding-cube-holder{
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width:50px;
	height:40px;
	margin-left: -25px;
	margin-top: -20px;
	/*background-color: #000000;*/
	z-index:999999999999;
}

.spinner {
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}


.sorttab a{
	text-decoration: underline !important;
}

.sorttab a:hover{
	text-decoration: none !important;
}
