/*** REGISTER LOGIN ***/
.user #content{
	background:none;
}
.login-wrap,.registerWrap{
	margin:30px auto;
	padding:20px;
	background:#fff;
	float:none;
}
#content #formRegister, #content #formLogin {
	padding: 8px 15px 50px;
	width: 100%;
	float: left;
	display: block;
	clear: both;
	height: auto !important;
	margin-bottom: 100px;
}


#content .search ul.register-form li .forgotPasswordSection, 
#content .search ul.register-form li .submit{
	float: right;
	text-align: right;
}

.forgotPasswordSection .alert {
	padding: 15px 0 15px 15px;
}

#content .search ul.register-form li .rememberMe {
/* 	margin: 15px 0 0 100px; */
}

#content .search #formLogin .register-form .signupNow {
	margin: 60px 0 0;
	text-align: right;
}

#content .search #formLogin .register-form .signupNow a {
	color: #6c6c6c;
	font-weight: bold;
	display: block;
	float: right;
	padding: 3px;
}

#content .search #formLogin .register-form .signupNow a:hover, #content .search #formLogin .register-form .signupNow a span
	{
	color: orange;
}

#formLogin .register-form {
	width: 100%;
	float: left;
	margin: 0;
/* 	padding-right: 80px; */
	border: 0;
}

#content .search ul.register-form li {
/* 	display: block; */
/* 	margin: 10px 0; */
/* 	overflow: hidden; */
}

#content .search ul.register-form li label {
	margin: 13px 0 0;
}

#content .search ul.register-form li label.error {
	float: none;
	width: auto;
}

#content .search ul.register-form li.formElement input {
/* 	width: 70%; */
/* 	float: right; */
}

#content #formRegister .regDesc {
/* 	float: left; */
	margin-top: 20px;
	background: transparent;
	border: 0;
	font-size: 12px;
	text-align:left;
}

#formRegister .regDesc .notice {
	color: #6c6c6c;
	font-weight: bold;
	font-size: 12px;
}

#formRegister .regDesc .notice span {
	color: orange;
}

#formRegister .regDesc ul {
/* 	width: 350px; */
	border: 1px solid #ebeff2;
	font-size: 12px;
	padding: 20px;
	background: #fafcfc;
    overflow:hidden;
}

#formRegister .regDesc ul li {
	display: block;
	margin: 10px 0;
}

#formRegister .regDesc h3 {
	font-size: 13px;
	font-weight: bold;
	color: orange;
}

#content .socialLogin {
	padding: 30px 0 130px 0;
/* 	float: left; */
	border-left: 1px solid #eee;
	position: relative;
/* 	width: 100%; */
}

@media only screen and (max-width: 768px) {
	#content .socialLogin {
		border-left: 0;
	}
}

#content #formRegister .socialLogin {
	padding: 30px 15px;
}

#content .socialLogin li {
	margin: 10px 5px;
}

#content #formRegister .socialLogin .register-form .agree,
#content #formRegister .socialLogin .register-form .subscription {
	margin-left:0;
}
#content .socialLogin .socialRegisterButton {
	padding:3px 10px;
	height:30px;
	line-height:26px;
	font-size:12px;
	min-width:250px;
	margin-top: 20px;
}
#content .socialLogin .socialRegisterButton:hover {
	background:#999;
}

#content .socialLogin input.fbButton {
	background: #5F78AB;
}

#content .socialLogin input.fbButton:hover {
	background: #163E6A;
}

#content .socialLogin input.vkButton {
	background: #658AB0;
}

#content .socialLogin input.vkButton:hover {
	background: #4E7199;
}

/*
#content .socialLogin div {
	margin: 0px;
	float: none;
	text-align: center;
}
*/

#formRegister .facebookRegister {
	float: right;
	width: 330px;
}

#formRegister .facebookRegister h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

/* #content #formRegister .register-form { */
/* 	float: left; */
/* 	width: 370px; */
/* 	margin-right: 60px; */
/* } */

#content #formRegister .register-form .repassword {
	margin: 15px 0 0;
	float: none;
}


#content #formRegister .register-form .captchaForm div {
	float: none;
	width: auto;
	margin-left: 22%;
}

#content #formRegister .register-form .captchaForm label {
	float: none;
	width: auto;
	margin: 15px 0 5px;
	display: block;
}

#content #formRegister .register-form .captchaForm .captcha {
	overflow: hidden;
}

/* #content #formRegister .register-form .agree { 
 	margin-left: 80px; 
 } */

/*#content #formRegister .register-form .submit {
	margin: 40px 90px 0 0;
}*/

#content #formRegister .facebookLogin {
	margin: 0 0 0 105px;
}

#content #formRegister .facebookLogin div {
	float: none;
}
.register-form .formElement{
	margin-top:15px;
}

/*** WORKPLACE ***/

table.tablesorter tbody td {
	border: 0;
}

.menulist {
	padding:20px;
}

.menulist > div > a {
	background: #fefefe;
	border: 1px solid #eaf0f7;
	border-radius: 5px;
	text-align: center;
	color: #8e9091;
	font-size: 12px;
}

#wrap .menulist span {
	margin: 20px 0;
	display:block;
}

#wrap .menulist .m-img {
	height: 70px;
}

#wrap .menulist .m-img img {
	background: #fff;
}

#wrap .menulist .m-bottom, 
#wrap .menulist  .m-title{
	color: #163e6a;
	font-weight: bold;
}

.menulist .m-status {
	font-size: 13px;
}

.menulist .m-middle {
	font-size: 11px;
}

#wrap .menulist .m-middle, 
#wrap .menulist .m-status{
	margin: 30px 0 10px;
}

#wrap .menulist .m-status2 {
	margin: 10px 0 0;
}

#wrap .menulist .m-middle2 {
	margin: 5px 0 10px;
	line-height: 1;
}

.menulist .m-middle img, 
.menulist .m-middle2 img{
	vertical-align: middle;
	margin-right: 10px;
}

.menulist .menu-account-settings .m-middle img {
	vertical-align: bottom;
}

.menulist .m-number {
	color: #f78f1f;
}

.menulist strong {
	color: #163e6a;
}

.menulist a {
	display: block;
	padding: 10px;
}

.menulist a:hover {
	background: #fafafa;
	color: #163E6A;
}

/*** ORDERS ***/
.orders {
	margin: 10px 0 30px;
}

.orders .callcenterbtn {
	background: #bbb url(/images/icon-callcenter.png) no-repeat 5px center;
	width: 150px;
	height: 24px;
	line-height: 23px;
	display: block;
	padding: 2px 2px 2px 24px;
	text-align: center;
	margin-bottom: 20px;
}

.orders .callcenterbtn:hover {
	background: #999 url(/images/icon-callcenter.png) no-repeat 5px center;
}

.orders .tablesorter td {
	padding: 10px;
	font-size: 14px;
}

.orders .tablesorter th {
	
}

.orders .order-type {
	width: 15%;
	text-align: center;
}

.orders .order-dest {
	width: 35%;
}

.orders .order-date {
	width: 15%;
}

.orders .tablesorter td.order-price {
	color: #008DFF;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	width: 15%;
}

.orders .order-status {
	width: 15%;
	color: orange;
}

.ordersearch {
	overflow: hidden;
	padding: 10px;
	background: #f9f9f9;
	margin-bottom: 20px;
}

.ordersearch li {
	float: left;
	margin: 5px;
	line-height: 28px;
}

.ordersearch td {
	padding: 3px;
}

#tableSorterOrders td, #tableSorterFinalized td {
	padding: 10px 3px;
	font-size: 11px;
	font-weight: normal;
	border-top: 1px solid #ddd;
}

#tableSorterOrders th {
	white-space: normal;
}

tr.order:hover {
	background: #eee;
}

tr.order td.itemStatus {
	font-weight: bold;
}

tr.status3 {
	background: #fafafa;
}

tr.status4 {
	background: #b4f6b6;
}

tr.status5 {
	background: #BCCDE5;
	color: #fff
}

tr.status6 {
	background: red;
	color: #fff
}

tr.order.status5:hover {
	background: #BCCDE5;
	color: #333
}

tr.order td {
	cursor: pointer;
}

.modifyTicket ul {
	overflow: hidden;
	width: 100%;
	border-top: 1px solid #eee;
	padding: 10px 0;
}

.modifyTicket li {
	float: left;
	margin-right: 10px;
	padding: 3px;
}

.modifyTicket li.mod-title {
	width: 150px;
}

.modifyTicket li label {
	margin-right: 10px;
}

.modifyTicket li.submit {
	float: right;
}

.modifyTicket {
	margin: 20px auto;
	background: #fafafa;
	overflow: hidden;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #eee;
	display: none;
}

.modifyTicket .ticketNotice {
	margin-bottom: 5px;
}

.modifyTicket div {
	margin-bottom: 10px;
}

.modifyTicket table {
	width: 100%;
}

.modifyTicket table th {
	text-align: left;
	background: #BACBE2;
	color: #fff;
	padding: 5px;
}

.modifyTicket table td {
	padding: 5px;
	font-weight: bold;
	vertical-align: top;
	border-right: 1px solid #BACBE2;
}

.modifyList {
	margin: 10px auto;
}

.reservation .FormTable .modifySubTable {
	margin-left: 20px;
	background: #eee;
	border: 1px solid #ccc;
}

.reservation .FormTable .modifySubTable th {
	background: transparent;
	font-weight: bold;
	color: #333;
}

table.fullcollapsed {
	margin: 0 0 20px;
	width: 100%;
}

table.fullcollapsed th, table.fullcollapsed td {
	padding: 5px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	vertical-align: middle;
}

/*** PROFILE PAGE ***/
.user-profile h2 {
	margin: 10px 0 20px;
}

table.tablesorter tbody#spoTable td {
	color: #000;
	padding: 5px;
	padding-top: 10px;
	font-weight: normal;
	font-size: 12px;
}

table.tablesorter tbody#spoTable td.big {
	color: #038ff8;
	font-size: 16px;
	font-weight: bold;
}

select.aseats, select.cseats, select.iseats {
	font-size: 14px;
}

#profileForm {
	border-bottom: 1px solid #eee;
}

.user-profile form th {
	white-space: nowrap;
}

.user-profile form th div {
	white-space: nowrap;
	max-width: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.user-profile form th, .user-profile form td {
	text-align: left;
	font-weight: normal;
	border: 0;
	color: #555;
	vertical-align: top;
}

.user-profile form input[type='text'], .user-profile form select,
	#content .user-profile form #email {
	width: 100%;
	font-size: 12px;
	color: #999;
}

#content .user-profile form .usernamesurname {
	width: 100%;
}

#content .user-profile form .r-contact #gsm {
	width: 100%;
}

#content .user-profile form .passEndDate {
	width: 80px;
}

#profileForm .regMailTitle {
	color: #163E6A;
	font-weight: bold;
	text-align: right;
}

#profileForm .regMail, #content .user-profile a {
	color: orange;
}

#content .user-profile a:hover {
	color: #aaa;
}

.user-profile form label {
	font-weight: normal;
	color: #777;
}

.inner label {
	font-weight: bold;
	color: #405C87;
}

body input.delete {
	color: #DE3838;
	background: transparent;
	padding: 0;
	font-size: 13px;
	font-weight: normal;
}

body input.delete:hover {
	color: orange;
	background: transparent;
}

body input.add {
	color: #9FBAD8;
	background: transparent;
	padding: 0;
}

body input.add:hover {
	color: orange;
	background: transparent;
}

.user-profile form .seperatePassenger td {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}

.user-profile .dd.borderRadius, .user-profile .dd.borderRadiusTp,
	.user-profile .dd.borderRadiusBtm {
	width: 100px !important;
}

.user-profile #frmNewPassenger .tr-1 td, .user-profile #frmNewPassenger .tr-1 th,
	.user-profile #frmNewPassenger .tr-3 td, .user-profile #frmNewPassenger .tr-3 th,
	.user-profile #frmNewPassenger .tr-5 td, .user-profile #frmNewPassenger .tr-5 th
	{
	background: #fafafa;
}

#frmPassenger {
	display: none;
}

.user-profile form .typeSelect {
	width: 75px;
	padding-left: 2px;
}

.genders label.error {
	margin-top: 28px;
	position: absolute;
	left: 0;
}

/*** CHANGE PASSWORD ***/
.changePassword {
	margin: 10px 0;
}

.changePasswordLink {
	color: orange;
}

.changePasswordLink:hover {
	color: #aaa;
}

#passwordForm {
	display: none;
	margin-top: 30px;
}

#passwordForm table {
	width: 690px;
}

#passwordForm table input[type="text"] {
	width: 98%;
}

#passwordForm th, #passwordForm td {
	text-align: left;
	font-weight: normal;
	border: 0;
	color: #555;
	vertical-align: top;
	width: 27%;
}

#passwordForm td.submitNew {
	width: 19%;
}
#passwordForm td.submitNew input {
	width: 100%;
	height:45px;
	background:orange;
}
#passwordForm td input {
	width: 94%;
}

#passwordForm .password-container {
	position: relative;
}

#passwordForm .strength-indicator {
	float: none !important;
	font-weight: bold;
	font-size: 11px;
	right: 325px;
	margin: 0 !important;
	position: absolute;
	text-align: center;
	top: 0;
}

.strength-indicator .meter {
	display: block;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	width: auto !important;
	float: none !important;
	height: 18px;
	line-height: 18px;
	padding: 2px;
}

.strength-indicator .strong {
	background: #7cc6f5;
	color: #fff;
}

.strength-indicator .medium {
	background: #f5dd7c;
}

.strength-indicator .week {
	background: #e5e8eb;
}

.strength-indicator .no-match {
	color: #FF7B78 !important;
}

/*** MOBILE APP PAGE ***/
#wrap .inner .innerContent h3.mobileTitle {
	margin: 30px 0;
}

.inner .innerContent ul.mobileApps {
	list-style: none;
	overflow: hidden;
	margin-bottom: 30px;
	padding: 0;
}

.mobileApps li {
	float: left;
	text-align: center;
}

.mobileApps li.center {
	margin: 0 20px;
	width: 40%;
	text-align: center;
}

.mobileApps li div {
	height: 200px;
	padding-top: 30px;
}

.mobileApps li.center div {
	padding-top: 7px;
	height: 230px;
}

.mobileApps li h4 {
	color: orange;
	font-size: 14px;
	margin: 0 0 25px;
}

#wrap .mobileApps li.center .appDownload {
	margin-top: 3px;
}

.mobileApps li .appDownload a {
	color: orange;
	font-weight: bold;
	font-size: 10px;
}

.mobileApps li .appDownload a:hover {
	color: #333;
}

.mobileApps li .appDownload img {
	width: 150px;
}
.popup {
	background:#fff !important;
	padding:10px;
}
.otherPayment{
	margin-top:10px;
}
.paymentOptions td{
	vertical-align:top;
}