/* account2.css */
html {
	background:#FFF;
}
body {
	font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
}

label {
	xmargin-top: 20px;
}

.navbar {
	margin-bottom: 0px;
}

.container {
	xmax-width: 990px;
}
a {
	color: #2493e5;
}

b, strong {
	font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
}

h2, h3 {
	line-height: 30px;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 5px;
}

/* .top-nav */
.nav .dropdown-toggle .caret {
	border-top-color: #333;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
	background: none;
	color: #384145;
}

.top-nav {
	border-bottom: 1px solid #d9d9d9;
}

	.top-nav a, .top-nav span {
		font-size: 15px;
		color: #384145;
		font-weight: 700;
		line-height: 24px;
	}

	.top-nav ul.nav a:hover, .top-nav li.open a, .top-nav li.dropdown a, .top-nav li.dropdown a:focus {
		background-color:#fff;
	}

	.top-nav .navbar-nav {
		xmargin-top: 6px;
	}

	.top-nav .settings {
		padding: 8px;
		margin-left: 5px;
		padding-top: 12px;
		padding-bottom: 4px;
	}

	.top-nav .navbar-nav li a {
		line-height: 24px;
	}

	.top-nav ul.dropdown-menu li a, .top-nav li.dropdown.open li a {
		font-size: 15px;
		color: #384145;
		font-weight: 700;
	}
	
	.span2 ul.dropdown-menu li a, .span2 li.dropdown.open li a {
		font-size: 12px;
		color: #384145;
		font-weight: 500;
	}

#DashboardRow {
	background-color: #efefef;
	padding: 25px 10px;
	border: solid 1px #dedede;
	margin-bottom: 30px;
	border-radius: 3px;
}
/*    */
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}


.spacer {
	border-left: solid 1px #f8f8f8;
}

.spacer-right {
	border-right: solid 1px #f8f8f8;
}

#DashboardRow .spacer-right {
	border-right-color: #ddd;
	padding-right: 25px;
}

.next-available-time {
	font-size: 13px;
}

/* previous and favorites */


/* Account Container */

ul.navFavorite {
    list-style:none;
    padding:0px;
    margin:0px;
    height:20px;
}
ul.navFavorite li {
    float:left;
    font-size:13px;
    margin-right:10px;
}
ul.navFavorite li a:hover {
    color:#f68121;
}
.contentBox ul {
    list-style:none;
    padding:0px;
    margin:0px;
}
.editblock {
	text-align:right;
}
.lead-margin {
    margin-right:5px;
}


.starfull {
    background:url(../../images/account/starfull.png);
    display:inline-block;
    width:0px;
    height:15px;
    margin-bottom:-3px;
}
.starempty {
    background:url(../../images/account/starempty.png);
    display:inline-block;
    width:75px;
    height:15px;
    margin-bottom:-3px;
}
.stars5 {
    width:75px;
}
.stars4 {
    width:60px;
}
.stars3 {
    width:45px;
}
.stars2 {
    width:30px;
}
.stars1 {
    width:15px;
}
.rating, .lastsession {
    font-size:13px;
}
.offline {
    color:#a7a8ac;
    font-size:13px;
    font-weight:normal;
    font-style:italic;
}
.online {
    color:#60bb06;
    font-size:13px;
    font-weight:normal;
    font-style:italic;
}
.nextavailable {
    color:#a7a8ac;
    margin-left:5px;
    font-size:13px;
    font-weight:normal;
    text-align:right;
}
.contentBox .btn, .editblock {
    margin-top:15px;
}
.text {
    font-weight:normal;
    font-size:13px;
    margin-left:5px;
}

.monthly a {
    font-weight:bold;
}

.heart {
    background:url(//https://lhh-static.tutor.com/images/account/heart.png);
    display:inline-block;
    width:20px;
    height:20px;
    margin-left:5px;
}
.plus {
    background:url(//https://lhh-static.tutor.com/images/account/plus.png);
    display:inline-block;
    width:20px;
    height:20px;
    margin-left:5px;
}

.last-session-container {
	font-size: 16px;
	padding-left: 10px;
}

.last-session-details {
	margin-top: -20px;
}

.errorText
{
	color: #b94a48;
	font-weight: bold;
    display:block;
    margin-bottom:10px;
}

.settings-modal .modal-dialog {
	width: 500px;
}

.settings-modal .modal-header {
	border:none;
}

.settings-modal .modal-header  h3 {
	margin: 15px;
	margin-bottom: 0px;
	text-align: center;
}

.plan-select-container {
	margin-top: 20px;
	margin-bottom: 10px;
}

.default-bottom .icon {
	float:left;
	margin-top:-8px;
	margin-right:10px;
}

.default-bottom ul {
	list-style:none;
	padding:0;
}
.price-box-container {
	position: absolute;
	top: -60px;
	right: 15px;
	display: block;
	width:275px;
	border: 1px solid rgba(0,0,0,.2);
	border-radius:3px;
	padding:5px;
	z-index:1001;
	margin-left: auto;
	margin-right: auto;
	background-color:#fff;
}
.price-box {
	padding:20px;
}
	.price-box p {
		font-size:18px;
		font-weight:600;
	}

.request_main tr td {
	padding: 5px;
}
.modal-footer .btn-default {
	padding: 10px 25px;
}

.favorite_icon {
	margin-top:-5px;
}

.divConnect input[type="checkbox"] {
	margin-top: 0px;
}

@media (max-width: 991px) {
	.footer .footer-logo {
		display:none;
	}

	.spacer-right {
		border-right: none;
	}

	.last-session-container {
		padding: 0px;
		padding-top: 25px;
		margin-top: 25px;
		border-top: 1px solid #ddd;
	}

	.last-session-details {
		margin-top: 0px;
	}

	#DashboardRow .spacer-right {
		padding-right: 15px;
	}
}

@media (max-width: 767px) {
	.footer .footer-copy {
		text-align:center;
	}
	.top-nav .navbar-nav {
		margin:0;
	}
	.top-nav .dropdown-menu {
		padding:0;
	}
	.top-nav .navbar-nav li a {
		padding:5px 0 5px 0;
	}
	.top-nav .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
		padding:5px 0 5px 0;
	}
	.top-nav .navbar-nav .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		border: 0;
		box-shadow: none;
		display: block;
		top: 100%;
		left: 0;
		z-index: 1000;
		min-width: 160px;
	}
	h1 {
		font-size:30px;
		margin:15px 0;
	}
	h2 {
		font-size:24px;
		line-height: 26px;
	}
	h3 {
		font-size:18px;
		line-height: 20px;
	}
	#DashboardRow {
		padding:15px 0;
	}	
	.footer {
		margin:10px 0;
	}
		.footer .footer-nav {
			height: 30px;
			width: 180px;
			margin: 0 auto;
		}
		.footer ul li {
			float: left;
			margin:0 9px;
		}
	.locker-image-col {
		max-width: 47px;
		overflow-x: hidden;
	}

	.locker-name-col {
		max-width: 102px;
		overflow-x: hidden;
		white-space: nowrap;
	}
	.locker-uploaded-col {
		max-width: 74px;
		overflow-x: hidden;
		white-space: nowrap;
	}
	select {
		margin-bottom:10px;
	}
	#question-row {
		margin-top: 0px;
	}

	.settings-modal .modal-dialog {
		width: auto;
	}

}

@media (max-width: 479px) {
	
}

.navbar .nav {
	margin-top: 15px;
}