/*color:#3eb4e7; - blue*/
/*color:#f68121; - orange*/
/*color:#808080; - gray footer */

body {
    font-family: "proxima-nova", Helvetica, Arial, Verdana, sans-serif;
	xbackground: #F7F7FF;
}
input, button, select, textarea, option, input[type="text"] {
    font-family: 'Lato', sans-serif;
    xcolor:#3eb4e7;
}
input[type="password"] {
    xcolor:#3eb4e7;
}

.footer {
    font-size: 14px;
	text-align: center;
	margin-top: 20px;
}

.alert-error {
    background:#f68121;
    border-color:#e06e11;
}
.alert-success {
    background:#60bb06;
    border-color:#52a203;
}
.alert {
    padding:5px;
    text-align:center;
    color:#FFF;
    font-size:16px;
    text-shadow: none;
    position:relative;
}
.alert p {
    margin-top:10px;
}

/* Custom container */
.container-narrow {
	margin: 0 auto;
	max-width: 1000px;
	background:#FFF;
}
hr {
	margin: 10px 0 20px 0;
}
.ultra-bold {
    font-weight:900;
}

/* Placeholder HTML5 ONLY */
input::-webkit-input-placeholder { /* WebKit browsers */
    xcolor:#3eb4e7;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    xcolor:#3eb4e7;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
    xcolor:#3eb4e7;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
    xcolor:#3eb4e7;
}
.lockersuccess {
    color:#60bb06;
	font-weight: bold;
    display:block;
    margin-bottom:10px;
}

/* Blue ok-icon */
.blue-circle {
    background-color:#3eb4e7;
    height: 15px;
    width: 15px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.icon-ok {
    margin-left:3px;
}

/* Form Button */
.btn-form {
    font-weight:bold;
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #3eb4e7;
	background-image:none;
	border-color: #3eb4e7;
}
.btn-form:hover {
    color: #FFFFFF;
	background-color:#58c6f6;
}
.btn-form:active, .btn-form.active, .btn-form.disabled, .btn-form[disabled] {
	color: #FFFFFF;
	background-color:#3eb4e7;
}

/* Form Style */
.errorText
{
	color: #b94a48;
	font-weight: bold;
    display:block;
    margin-bottom:10px;
}
form {
    margin:0px;
}
.form-style {
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #000;
    background: #FFF;
    padding:20px;
    -moz-box-shadow: 0px 0px 9px #888;
    -webkit-box-shadow: 0px 0px 9px #888;
    box-shadow: 0px 0px 9px #888;
    margin: 0 auto;
}
.form-style legend {
    border:none;
    margin:0px;
    padding-bottom:20px; /*padding instead of margin here for safari*/
    text-align:center;
    font-size:32px;
    line-height:32px;
    font-weight:900;
}

label {
	margin-top: 10px;
    font-weight:bold;
    text-align:left;
	display: inline-block;
}

input[type="text"] {
    box-sizing: border-box;
}

.errormsg
{
	top: -5px;
	position: relative;
	font-weight: bold;
}

input::-webkit-input-placeholder { /* WebKit browsers */
    xcolor: #999;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    xcolor: #999;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
    xcolor: #999;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
    xcolor: #999;
}
.default_option, input[type="text"].default_option {
	xcolor: #999;
}

.thumbimage {
	max-width: 85px;	
}

.client-portal-admin {
	background-color: #3eb4e7;
	color: white;
	padding: 15px;
}

.client-portal-button, .client-portal-button:hover {
	display: block;
	float: right;
	margin-left: 15px;
	background: none;
	background-color: orange;
	color: white;
}

@media (max-width: 479px) { /* 479px */
	.hiden-iphone-vertical {
		display: none;
	}
}
.extra-padding {
	padding-left:40px;
	padding-right:40px;
}

.inner-container {
	padding: 0px;
}

@media (max-width: 767px) {
	.inner-container {
		padding: 15px;
	}
}

.link-text {
	padding:0px 0;
	line-height:20px;
}
@media (max-width: 767px) {
	body {
		padding-right: 0px;
		padding-left: 0px;
	}
	.navbar-fixed-top {
		margin-left:-10px;
		margin-right:-10px;
	}	
	.link-text {
		padding:6px 0;
		line-height:30px;
	}
	.not-ready-for-session {
		display: none;
	}
}


.favoriteContainer .tutor-search-row, .sessionContainer.tutor-search-row {
	cursor: default;
}

.favoriteContainer .tutor-search-row:hover, .sessionContainer.tutor-search-row:hover {
	background-color: white;
}

.favoriteContainer.connectionstatus0 {
	opacity: .5;
}

.favoriteContainer.connectionstatus0.remove {
	opacity: 1;
}