
/* SimpleSAML */

.enablebox table {
	border: 1px solid #eee;
    width: initial;
	margin-left: 1em;
}
.enablebox.mini table {
	float: right;
}
.enablebox tr td {
	padding: .5px 1em 1px .5em;
	margin: 0px;
}
.enablebox {
	font-size: 85%;
}
.enablebox tr.enabled td {
	background: #eee;
}
.enablebox tr.disabled td {
	background: #ccc;
}


.btn, .btnaddonright {
	color: #000000;
	border: 1px solid #eee;
	border-radius: 3px;
	background-color: #eee;
	background-image: linear-gradient(#fcfcfc, #eee);
	text-align: center;
	padding: 5px;
	cursor: hand;
}

.btn:hover, .btnaddonright:hover {
	border-color: #ccc;
	background-color: #ddd;
	background-image: linear-gradient(#eee, #ddd);

}

.btn img,
.btnaddonright img {
	max-height: 15px;
	max-width: 15px;
}

.input-group {
	display: table;
}

.input-group pre {
	background: white;
	position: relative;
	width: 100%;
	vertical-align: middle;
	border: 1px solid #eee;
	padding: 0.5em;
	display: table-cell;
}

.input-group .btnaddonright {
	position: relative;
	display: inline-block;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 0;
	border-top-right-radius: 3px;
	border-left: none;
}

.input-group .btnaddonright:hover {
	border-left: 1px solid #ccc;
}

.input-group .input-left {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 0;
}

.alert-danger {
    border: #ad2323 solid 2px;
    background: rgb(255, 229, 229);
    padding: 10px;
    margin: 15px;
}

.alert-danger A {
    color: #ad2323;
}

.caserr {
	color: #ad2323;
	font-weight: 600;
}

.pw_reset_box {
	margin-top:7px;
	font-weight: bold;
	font-size: 15.4px;
	background-color: #E5E5E5;
	padding: 5px 2.5px;
}

.pw_reset_box .bold-link {
	font-size: 15.4px;
}

form {
    text-align: center;
    margin-top: 1.5em;
}

input.textfield {
    height: 30px;
    width: 400px;
    margin: 1em;
}

input#submit {
    border: none;
    display: inline-block;
    cursor: pointer;
    color: #000;
    background-color: #ffb500;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 7px 16px;
    text-decoration: none;
    -o-transition: background-color .5s, color .5s;
    -ms-transition: background-color .5s, color .5s;
    -moz-transition: background-color .5s, color .5s;
    -webkit-transition: background-color .5s, color .5s;
    transition: background-color .5s, color .5s;
}

input#submit:hover {
    background-color: #4f2c1d;
    color: #fff;
}

label, .fake-label {
	display: inline-block;
	width: 80px;
	text-align: right;
}
	
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}
input:-moz-placeholder, textarea:-moz-placeholder {
	color: #fff;
	opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
	color: #fff;
	opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}

#content {
	/* jank the footer up so contact info on screen */
	min-height: calc(75vh - 250px);
}
	
.svg-icon svg {
	width: 1.28571429em;
	color: #E5A202;
	vertical-align: middle;
	padding-right: 0.5em;
}
.svg-icon.marker svg {
	width: 1em;
	color: #E5A202;
	vertical-align: text-top;
	padding-right: 0.5em;
}

.contact-method {
	white-space: nowrap;
	padding-right: 1.5em;
}

.contact-method a {
	color: #4f2c1d;
	text-decoration: none;
}


/* Mobile mode */
@media only screen and (max-width: 550px) {
	.row input {
		height: 35px;
		margin-bottom: 20px;
		width: 100%;
		box-sizing: border-box;
		font-size: 16px;
		border-color: #CCCCCC;
		-webkit-appearance: none;
		margin-left: 0;
		margin-right: 0;
	}
	.row input#submit {
		box-sizing: content-box;
		margin-top: 10px;
		margin-bottom: 10px;
		width: 100%;
		cursor: pointer;
		height: 35px;
		font-size: 20px;
		padding: 5px 0 5px 0;
	}
	.row label, .row .fake-label  {
		display: none;
	}
	input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
		color: #aaa;
		opacity: 1;
	}
	input:-moz-placeholder, textarea:-moz-placeholder {
		color: #aaa;
		opacity: 1;
	}
	input::-moz-placeholder, textarea::-moz-placeholder {
		color: #aaa;
		opacity: 1;
	}
	input:-ms-input-placeholder, textarea:-ms-input-placeholder {
		color: #aaa;
		opacity: 1;
	}

	.contact-method {
		display: inline-block;
		width: 250px;
		text-align: left;
	}
}
