@CHARSET "UTF-8";
@import url(reset.css);
@import url(lib.css);
/* By Angelos & Thanos*/
#footer-wrap {
  display: none!important;
}
html, body{
	background: #FFFFFF url(../img/backend/body.png) 0 0 repeat-x;
	color: #595a5c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 100%;
}
a:link, a:visited, a:active, a:hover{
	color: #63A8C9;
	outline: none;
	text-decoration: none;
}
header {
	background: #0f5b7e;
    min-height: 150px;
    position: fixed;
    z-index: 99;
    width: 100%;
    width: calc(100% - 40px);
    padding: 10px 20px;
}
/*Admin Style Changes Starts*/
.booking-filters .pj-button {
	background: #FFF !important;
	padding: 10px 20px !important;
	border: 1px solid #CCC !important;
	color: #B7B7B7 !important;
}
.booking-filters .pj-button.pj-button-active,
.booking-filters .pj-button:hover {
	background: #ECE9FE !important;
}
.booking-filters .pj-form-field-search {
	background-color: #EEECED;
    border-radius: 20px;
    color: #BABABA;
    padding: 10px 10px;
}
.booking-filters .pj-form-field-search::-webkit-input-placeholder { color: #BABABA; }
.booking-filters .pj-form-field-search::-moz-placeholder { color: #BABABA; }
.booking-filters .pj-form-field-search:-ms-input-placeholder { color: #BABABA; }
.booking-filters .pj-form-field-search:-moz-placeholder { color: #BABABA; }
.booking-filters button.pj-button-detailed {
    vertical-align: baseline !important;
    padding: 4px 8px !important;
}
#grid .pj-paginator {
	text-align: center;
}
#grid .pj-paginator .pj-paginator-list {
	float: none;
	margin-left: 0px;
}
#grid .pj-paginator .pj-paginator-list a,
#grid .pj-paginator .pj-paginator-list a:hover {
	background: #FAC63E;
	color: #FFF;
	height: 20px;
    padding: 3px 3px;
    width: 20px;
    border-radius: 100%;
}
#grid .pj-paginator .pj-paginator-list a.pj-paginator-list-active,
#grid .pj-paginator .pj-paginator-list a.pj-paginator-list-prev,
#grid .pj-paginator .pj-paginator-list a.pj-paginator-list-next {
	background: transparent;
	color: #000;
}
#grid .pj-paginator .pj-paginator-list a.pj-paginator-list-prev,
#grid .pj-paginator .pj-paginator-list a.pj-paginator-list-next {
	font-style: italic;
	border-radius: 0;
	width: auto;
	height: auto;
}
span.menu-calendar:after {
    content: "\f073";
    font: normal normal normal 16px/1 FontAwesome;
    color: #8F7633;
}
span.menu-statistics:after {
    content: "\f080";
    font: normal normal normal 16px/1 FontAwesome;
    color: #8F7633;
}
.logo-wrapper {
	width: 100%;
    float: left;
    text-align: center;
    background: #4F4872;
    padding: 10px 0 30px;
    height: 200px;
}
.logo-wrapper .primary-logo {
	height: 60px;
	width: 100%;
	float: left;
}
.logo-wrapper .secondary-logo {
	height: 120px;
	margin-top: 20px;
	width: 100%;
	float: left;
}
.logo-wrapper .secondary-logo span {
	width: 120px;
    height: 120px;
    background: #FFF;
    display: inline-block;
    line-height: 120px;
    border-radius: 100%;
    vertical-align: baseline;
}
.logo-wrapper .secondary-logo span img {
	display: inline-block;
	vertical-align: middle;
}
.logo-wrapper img {
	max-height: 90%;
	max-width: 90%;
}
.menu-wrapper {
	width: calc(100% - 190px);
    float: left;
    position: fixed;
    background: #4F4872;
    padding: 0 0 25px 0;
    z-index: 99;
}
.top-menu { margin-right: 20px; }
.top-menu a {
	color: #FFF;
    padding: 14px 0;
    vertical-align: middle;
    display: inline-block;
}
.info-block { margin-right: 50px; }
.top-menu ul { float: right; }
.top-menu ul li {
	display: inline-block;
	vertical-align: top;
}
.top-menu ul li a { padding: 14px 14px; }
.top-menu ul li a.menu-logout { background-color: #4F4872; }
.info-block { margin-top: 70px; color: #FFF; }
.date-block { display: inline-block; }
.date-block span {
    display: inline-block;
}
.date-block span.time {
    font-size: 32px;
}
.date-block span label {
    display: block;
}
.contact-info {
	display: inline-block;
	float: right;
	font-size: 13px;
}
.right-fixed-block {
	position: fixed;
    background: #4F4872;
    top: 171px;
    width: 50px;
    height: 65px;
    right: 0;
}
.page-title {
	color: #4F4872;
    font-size: 21px;
    margin-top: 10px;
    margin-bottom: 20px;
    text-transform: none;
}
.page-head {
	width: 100%;
	display: inline-block;
	min-height: 60px;
	position: relative;
	margin-left: -20px;
    padding: 0 20px;
    border-bottom: 1px solid #D7D7D7;
}
.page-head .page-title {
	width: 50%;
	float: left;
	height: 60px;
	line-height: 60px;
	margin: 0;
}
.page-head .page-title img { vertical-align: middle; }
.page-head .page-actions {
	width: calc(50% - 100px);
    float: left;
    height: 60px;
    line-height: 55px;
    padding-right: 100px;
    text-align: right;
}
.page-head .page-actions .action-title {
	color: #B7B7B9;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
}
.page-head .page-actions .add-item {
	position: absolute;
    right: -1px;
    width: 80px;
    top: -20px;
    bottom: 1px;
    background: #FAC63E;
    color: #FFF;
    font-size: 60px;
    text-align: center;
    line-height: 60px;
    padding-top: 14px;
}
.ui-tabs {
	background: transparent;
    width: 100%;
    display: block;
    margin-bottom: 0px;
    float: left;
}
.ui-tabs-nav {
	background: transparent;
	border: none;
	border-radius: 0px;
}
.ui-tabs-nav .ui-state-default {
	background: transparent;
	border: none;
	border-radius: 0px;
}
.ui-tabs-nav .ui-state-default a {
	color: #949494;
	border-bottom: 2px solid transparent;
	font-size: 16px;
}
.ui-tabs-nav .ui-state-default a,
.ui-tabs-nav .ui-state-default a { border-bottom: 5px solid transparent; }
.ui-tabs-nav .ui-state-default.ui-state-active a,
.ui-tabs-nav .ui-state-default:hover a {
	color: #4E4E50;
	border-bottom: 5px solid #F8C44C;
}
#header a {
	display:none!important;
}
#header a.viewOnline {
    color: #ffffff;
    display: block!important;
    float: left;
    font-size: 14px;
    height: 32px;
    left: 14%;
    line-height: 33px;
    max-width: 200px;
    position: relative;
    top: -32px;
    width: 100%;
}
#header a.viewOnline:hover {
    color: #00b9eb;
}
#processing {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color:#E5E5E5;
	color:#000000;
	display:none;
	font-weight:bold;
	left:50%;
	padding:5px 8px;
	position:absolute;
	top:20px;
	width:auto;
	z-index:9999;
}
#container{
	min-height: 100%;
	width: 100%;
}
#header{
	background:#23282d;
	height: 32px;
	position: fixed;
	margin: 0 auto;
	width: 100%;
	z-index: 99999;
}
#logo{
	display: block;
	width: 552px;
	margin: 0 auto;
	height: 118px;
}
#middle{
	background: #FFF;
	padding: 0;
	height: 97vh;
	margin: 0 auto;
	width: 100%;
}
#leftmenu{
	float: left;
	position: fixed;
	top: 0px;
	width: 190px;
}
#right {
    float: left;
    left: 190px;
    position: relative;
    top: 0px;
    width: calc(100% - 240px);
    z-index: 99;
}
#footer-wrap{
	background: #f6f5f5 url(../img/backend/footer.png) 0 0 repeat-x;
	height: 40px;
	margin-top: -40px;
	width: 100%;
}
#footer{
	height: 40px;
	margin: 0 auto;
	position: relative;
	width: 1040px;
}
#footer p{
	position: absolute;
	top: 15px;
	right: 0;
}
.content-top{
	height: 0px;
	overflow: hidden;
}
.content-middle {
    background: #ECEDF2 none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    padding: 20px 50px;
    margin-top: 171px;
    min-height: 80vh;
}
.content-bottom {
	height: 0px;
	overflow: hidden;
}
.leftmenu-top{
	background: transparent;
	height: 0px;
	overflow: hidden;
	width: 160px;
}
.leftmenu-middle{
	background: #363638;
	overflow: hidden;
	width: 190px;
	height: 100vh;
}
.leftmenu-bottom{
	background: transparent;
	height: 0px;
	overflow: hidden;
	width: 240px;
}
/* Login */
#login-left {
	position: fixed;
	height: 100vh;
	width: 30%;
	left: 0;
	background: #4F4872;
}
#login-right {
	position: fixed;
	width: 70%;
	left: 30%;
	height: 100vh;
	top: 0;
	bottom: 0;
	background-image: url(../img/backend/login-bg.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.login-box-custom {
	padding: 20px 40px;
}
.login-box-custom .primary-logo {
	text-align: left;
}
.login-box-custom .primary-logo img {
	max-width: 180px;
}
.login-box-custom .login-title {
	color: #EBEBEB;
	font-size: 24px;
	width: 100%;
	float: left;
}
.login-box-custom .pj-form-field-custom { width: 100%; }
.login-box-custom input[type="text"],
.login-box-custom input[type="password"] {
	background: transparent;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #EBEBEB;
    color: #EBEBEB;
    border-radius: 0;
    height: 40px;
    padding: 0 10px;
    outline: none;
    width: calc(100% - 60px);
}
.login-box-custom input:-webkit-autofill {
	background: transparent;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #EBEBEB;
    color: #EBEBEB;
    border-radius: 0;
}
.login-box-custom .pj-form-field-before {
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #EBEBEB;
	background: transparent;
	width: 40px;
	height: 40px;
}
.login-box-custom .pj-form-field-icon-email {
	background-image: url(../img/backend/login-email-icon.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 25px;
	height: 25px;
}
.login-box-custom .pj-form-field-icon-password {
	background-image: url(../img/backend/login-pass-icon.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 25px;
	height: 25px;
}
.login-box-custom .form {
    width: 100%;
    float: left;
    margin-top: 30px;
}
.login-box-custom .form .form-submit {
	margin-top: 30px;
}
.login-box-custom .form .form-submit a {
	margin: 10px 0 0 0;
    float: left;
    color: #A4A5A7;
}
.login-box-custom .form .form-submit input {
	float: right;
	background: #FFB933;
    border: none;
    color: #FFF;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 40px;
    height: 40px;
    padding: 0 30px;
    box-shadow: none;
}
#login-content{
	margin: 80px auto 0;
	min-height: 220px;
	height: auto !important;
	height: 220px;
	width: 560px;
}
#login-content h3{
	color: #6f8a9f;
	font-weight: bold;
	font-size: 1.4em;
	margin: 40px 0 10px 0;
	text-align: center;
	text-transform: uppercase;
}
.login-box{
	width: 517px;
	height: 197px;
	background: url(../img/backend/login.png) 0 0 no-repeat;
	overflow: hidden;
	padding: 20px;
}
.booking-filters {
	width: calc(100% - 100px);
    background: #FFF;
    display: inline-block;
    padding: 40px 50px;
}
.booking-filters-advanced.pj-form-filter-advanced {
	margin: 0;
}
.booking-grid {
	display: inline-block;
	width: 100%;
	margin-top: -3px;
	padding-bottom: 50px;
}
.booking-filters-advanced .pj-form-search {
	background: #FFF;
}
#grid .pj-table th {
	border: none;
	background: #4F4872;
	color: #FFF;
	padding: 10px 5px;
    text-transform: uppercase;
}
#grid .pj-table th:first-child,
#grid .pj-table td:first-child {
	width: 50px;
	text-align: center;
	border-left: 3px solid transparent;
}
#grid .pj-table .pj-table-row-hover,
#grid .pj-table .pj-table-row-even {
    background-color: #FFF;
}
#grid .pj-table .pj-table-row-active {
	background: #ECE9FE;
}
#grid .pj-table .pj-table-row-active td:first-child {
	border-left: 3px solid #FAC63E;
}
#grid .pj-table td {
	border: none;
	border-bottom: 1px solid #EBEBEB;
	color: #7d7d7d;
    font-size: 14px;
}
#grid .pj-paginator {
	position: relative;
    overflow: visible;
    display: inline-block;
    background: #FFF;
    padding: 10px 20px;
}
#grid .pj-paginator .pj-menu-list-wrap {
	left: 66px !important;
	top: 36px !important;
}
.booking-filters .add-button {
	background: #FAC63E !important;
    border: none !important;
    color: #FFF !important;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 40px;
    box-shadow: 1px 3px 10px #CCC;
}
.new-reservation-head {
	display: inline-block;
    width: 100%;
    padding: 20px 0;
}
.new-reservation-head .new-reservation-title {
	float: left;
    width: 50%;
    color: #0f5b7e;
    font-size: 20px;
}
.new-reservation-head .new-reservation-form-action {
	float: right;
    width: 50%;
    text-align: right;
}
.new-reservation-head .cancel-book {
	background: #FFF;
    border: 1px solid #CCC;
    padding: 10px 16px;
    text-transform: uppercase;
    border-radius: 40px;
    font-weight: 700;
    color: #CCC;
    font-size: 14px;
    margin-right: 20px;
}
.new-reservation-head .save-book {
	background: #FBC740;
    border: 1px solid #FBC740;
    padding: 10px 16px;
    text-transform: uppercase;
    border-radius: 40px;
    font-weight: 700;
    color: #FFF;
    font-size: 14px;
    cursor: pointer;
}
#tabs ul.tab-ul {
	background: none;
    border: none;
    padding: 0;
    border-bottom: 1px solid #CCC;
}
.rental-details {
	width: 70%;
	float: left;
}
.price-details {
	width: 25%;
	float: left;
	margin-left: 5%;
}
.price-details p {
	margin: 0 !important;
	padding: 0 !important;
	display: none;
}
.rental-details .rental-detail-box {
	border: 2px solid #0f5b7e;
	padding: 20px;
	border-radius: 0px;
	background: transparent;
	width: calc(100% - 44px);
    margin-bottom: 0;
}
.reminder-buttons {
	width: 100%;
	text-align: center;
}
.reminder-buttons input {
	background: #FBC740;
    border: none;
    color: #FFF;
    font-weight: 600;
    margin: auto;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 40px;
    margin-bottom: 20px;
}
.form .rental-details legend {
	float: left;
    width: 100%;
    background: none;
    color: #003366;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 600;
}
.form .rental-detail-box p {
    width: calc(50% - 10px);
    float: left;
    margin: 10px 0;
    padding: 0;
    margin-left: 10px;
}
.form .rental-detail-box p:nth-child(2n+2) {
    margin-right: 10px;
    margin-left: 0;
}
.form .rental-detail-box p label,
.form .rental-detail-box p span {
	width: 100%;
	color: #A8A8A8;
	font-size: 14px;
	display: block;
	float: left;
}
.rental-detail-box p input,
.rental-detail-box p span input {
	border-radius: 0 !important;
    height: 36px !important;
    border: 1px solid #CCC !important;
    padding: 0px 30px !important;
    width: calc(100% - 62px) !important;
}
.rental-detail-box p select,
.rental-detail-box p span select {
	border-radius: 0 !important;
    height: 38px !important;
    border: 1px solid #CCC !important;
    padding: 0px 9px !important;
    width: 100% !important;
}
.rental-detail-box p .chzn-container {
	width: 100% !important;
	display: block;
}
.rental-detail-box p .chzn-container.chzn-container-single .chzn-single {
	background: #FFF;
    border-radius: 0px;
    height: 36px;
    line-height: 35px;
}
.rental-detail-box p .chzn-container.chzn-container-single .chzn-single div {
	top: 5px;
}
.pj-date-field:before {
    content: "\f073";
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 16px;
    font-family: 'FontAwesome';
    font-weight: lighter;
    color: #A8A8A8;
}
.rental-details .extras-box {
	width: calc(100% - 2px);
    border-radius: 0;
    border: 2px dashed #CCC;
    border-top: 0;
}
.form .price-details fieldset {
	background: transparent;
	border: none;
	color: #0f5b7e;
}
.form .price-details fieldset legend {
	background: transparent;
	color: #0f5b7e;
	text-transform: uppercase;
	font-size: 14px;
    font-weight: bold;
    padding: 0;
}
.form .price-details table {
	width: 100%;
}
.form .price-details table td {
	padding: 10px 0;
	display: table-cell !important;
}
.form .price-details table td:last-child {
	text-align: right;
}
.form .price-details table .extras-tr td {
	padding: 0;
}
.form .price-details table td.blue-bd {
	border-bottom: 1px solid #0f5b7e;
}
.form .price-details table tr.bg-blue td {
	background: #0f5b7e;
	padding: 10px;
	color: #FFF;
}
.form .price-details table tr.bg-blue td:first-child {
	padding-right: 0;
}
.form .price-details table tr.bg-blue td:last-child {
	padding-left: 0;
}
.form .price-details table tr.total-amount td {
	text-transform: uppercase;
	font-size: 14px;
}
.cr-button-validate-save {
	background: #FBC740;
    border: 1px solid #FBC740;
    padding: 10px 16px;
    text-transform: uppercase;
    border-radius: 40px;
    font-weight: 700;
    color: #FFF;
    font-size: 14px;
    cursor: pointer;
}
#opExtraAdd {
    background: #FFF;
    border: 1px solid #CCC;
    padding: 10px 16px;
    text-transform: uppercase;
    border-radius: 40px;
    font-weight: 700;
    color: #CCC;
    font-size: 14px;
    margin-right: 20px;
}
/* Overall Calendar Page */
.calendar-wrapper .date-filter .dateto { padding-left: 10px; }
.calendar-wrapper .date-filter button { border-radius: 20px; }
.calendar-wrapper .date-filter-field:after {
    content: 'to';
    position: absolute;
    left: 94px;
    top: 0px;
}
.calendar-wrapper .info-right {float: right;line-height: 33px;}
.calendar-wrapper {
	width: 100%;
    background: #FFF;
    display: inline-block;
    padding: 20px 20px;
    margin-left: -20px;
}
.calendar-wrap {
	width: calc(100% - 42px);
	position: relative;
	display: inline-block;
	margin: 40px auto 20px -20px;
	padding-left: 56px;
}
.calendar-wrap .calendar-wrap-scroll {
    overflow-y: visible;
    overflow-x: auto;
}
.calendar-wrap table {
	border: none;
	border-collapse: collapse;
}
.calendar-wrap table td {
	padding: 4px 2px 1px;
	border: 1px solid #CCC;
}
.calendar-wrap table tr.month-title td  {
	background: #4F4872;
	color: #FFF;
	padding: 10px;
}
.calendar-wrap table tr.day-title td {background: #EBEBEB;}
.calendar-wrap table tr.day-title td.weekend-day {background: #D7D7D7;}
.calendar-wrap table tr.month-title td:first-child,
.calendar-wrap table tr.day-title td:first-child {
	background: none;
	border: none;
	height: auto;
}
.calendar-wrap table tr.day-title td:first-child {
	border-bottom: 1px solid #CCC;
	padding-top: 5px;
}
tr.day-title td, tr.type-row td, td.available-colomn {
    width: 52px !important;
    max-width: 52px !important;
}
.calendar-wrap table td .calendar-fields input[type="text"] {
    max-width: 41px !important;
    margin-left: 2px;
}
.calendar-wrap table tr td:first-child {
    position: absolute;
    margin-top: 0;
    left: 0px;
    text-align: center;
    height: 71px;
    border: none;
    border-bottom: 1px solid #CCC;
    width: 66px;
}
.calendar-wrap table tr.type-row td {
    height: 70px;
}
.calendar-wrap table tr.type-row td .custom-price {
	border-top: 1px solid #CCC;
    margin-top: 4px;
    padding-top: 6px;
}
.calendar-wrap table tr.type-row td .custom-price input { margin: 0; }
.calendar-wrap table tr.type-row td img {
	width: 100%;
	max-width: 50px;
	margin-top: 10px;
}
.calendar-wrap table tr.type-row td.available-colomn { background: #C2DEA4; }
.calendar-wrap table tr.type-row td.not-available-colomn { background: #F26D80; }
.calendar-wrap table td .calendar-fields { text-align: center; }
.calendar-wrap table td.full-booking-day,
.type-calendar table td.full-booking-day {
	background: #D30400 !important;
}
.calendar-wrap table td .calendar-fields input[type="text"]{
	max-width: 60px;
	margin-top: 4px;
	text-align: center;
	height: 20px;
	border: none;
	box-shadow: none;
	background: #FFF;
	display: block;
}
.calendar-fields span.info {
	color: #9EC670;
    display: inline-block;
    width: 13px;
    font-size: 16px;
    margin-left: 4px;
    cursor: pointer;
    height: 13px;
    border-radius: 100%;
}
.not-available-colomn .calendar-fields span.info {
	color: #EE405A;
}
.loading-spin {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: rgba(000,000,000,0.5);
    right: 0;
}
.calendar-fields .price-info-block {
	position: absolute;
    width: 320px;
    margin-left: -128px;
    background: #0f5b7e;
    color: #FFF;
    text-align: left;
	z-index: 999;
}
.calendar-fields .price-info-block:after {
    content: "";
    width: 0px;
    height: 0px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #0f5b7e;
    margin-left: 0px;
    bottom: -20px;
    left: calc(50% - 20px);
    position: absolute;
}
.calendar-fields .price-info-block .price-info-half {
	width: 50%;
    float: left;
}
.calendar-fields .price-info-block .price-info-half.price-info-pricing {
    width: 45%;
    white-space: nowrap;
	line-height:9px;
}
.calendar-fields .price-info-block .price-info-half.price-info-discount {
    width: 35%;
}
.calendar-fields .price-info-block .price-info-half.price-info-id {
    width: 20%;
}
.calendar-fields .price-info-block .price-info-half .price-info-title {
	padding: 10px;
	background: #484268;
	font-size: 14px;
}
.calendar-fields .price-info-block .price-info-half table {
	width: 120px;
	margin: 10px;
	position: relative;
}
.calendar-fields .price-info-block .price-info-half table tr td {
	width: auto !important;
	height: auto !important;
	background: transparent;
	position: inherit;
	padding: 4px 0;
    border: none;
    border-bottom: 1px solid #484268;
}
.calendar-fields .price-info-block .price-info-half table tr td:first-child {
	width: 60px !important;
}
.calendar-fields .price-info-block .price-info-half table:after {
    content: "";
    background: #484268;
    width: 1px;
    position: absolute;
    right: -30px;
    top: 10px;
    bottom: 10px;
}
.calendar-fields .price-info-block .price-info-half .price-info-discount {
	font-size: 20px;
    margin-top: 20px;
    padding-left: 10px;
}
.calendar-fields .price-info-block .price-info-half .price-info-discount-date {
	border-bottom: 1px solid #484268;
	padding-left: 10px;
	font-size: 12px;
}
.calendar-fields .close-info {
	float: right;
    font-size: 20px;
    margin-top: -6px;
    cursor: pointer;
}
/* Overall Calendar Page */
/*statistics page*/
.statistics-wrapper .statistics-head {
	background: #4F4872;
	color: #FFF;
	position: relative;
	float: left;
	width: 100%;
	padding: 10px 0 30px 0;
}
.statistics-head .stc-head-bg {
	background: #4F4872;
	position: absolute;
	left: -21px;
	top: -10px;
	right: -21px;
	bottom: 0px;
}
.statistics-head .statistics-title {
	position: relative;
	font-size: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.statistics-head .statistics-half {
	position: relative;
	width: 50%;
	float: left;
}
.statistics-half .statistics-sales-title {
	font-size: 16px;
	background: url('../img/backend/sales-icon.png');
	background-repeat: no-repeat;
    padding-left: 30px;
    background-size: 22px;
}
.statistics-half .statistics-bookings-title {
	font-size: 16px;
	background: url('../img/backend/bookings-icon.png');
	background-repeat: no-repeat;
    padding-left: 30px;
    background-size: 22px;
}
.statistics-half  label {
	display: block;
	margin: 20px 0 10px;
}
.statistics-half  span {
	font-size: 26px;
}
.statistics-body {
	width: 100%;
    display: inline-block;
    margin-top: 30px;
}
.date-filter {
	width: 50%;
	float: left;
	color: #7D7D7D;
}
.sales-filter, .bookings-filter {
	width: 25%;
	float: left;
}
.sales-filter .sales-filter-title,
.bookings-filter .bookings-filter-title {
	display: block;
	color: #FAC63E;
	text-transform: uppercase;
}
.sales-filter .sales-filter-value,
.bookings-filter .bookings-filter-value {
	display: block;
	font-weight: bold;
	font-size: 18px;
}
.date-filter-field {
	position: relative;
	color: #7D7D7D;
}
.date-filter-field:before {
	position: absolute;
	content: "\f073";
	font: normal normal normal 14px/1 FontAwesome;
    left: 6px;
    top: -1px;
}
.date-filter-field:after {
	content: '-';
	position: absolute;
	left: 94px;
    top: 0px;
}
.date-filter .datefrom {
	border: 1px solid #7D7D7D;
    border-right-color: transparent;
    height: 30px;
    width: calc(100px - 25px);
    padding-left: 25px;
    outline: none;
    color: #7D7D7D;
}
.date-filter .dateto {
	margin-left: -5px;
    border: 1px solid #7D7D7D;
    border-left-color: transparent;
    height: 30px;
    width: 100px;
    outline: none;
    color: #7D7D7D;
}
.date-filter button {
	background: #FAC63E;
    border: none;
    padding: 0 14px;
    height: 32px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
}
.statistics-body .filter-bookings {
	width: 100%;
	display: inline-block;
	margin-top: 40px;
}
.filter-bookings table {
	width: 100%;
}
.filter-bookings table tr th {
	background: #4F4872;
	color: #FFF;
	text-transform: uppercase;
	padding: 10px 20px;
	text-align: left;
}
.filter-bookings table tr td {
	color: #7C7D7F;
	border-bottom: 1px solid #FFF;
	padding: 16px 20px;
}
.statistics-body .graphical-view {
	width: 100%;
	display: inline-block;
	background: #FFF;
	margin-top: 40px;
	position: relative;
}
.graphical-view .graph-view {
	padding: 20px;
}
.statistics-body .graphical-view .graphical-title {
	position: absolute;
	font-size: 16px;
    margin-left: 40px;
}
.statistics-body .graphical-view .year-filter {
	position: absolute;
	right: 30px;
	text-align: center;
    top: 6px;
}
.statistics-body .graphical-view .year-filter .active-year {
	font-size: 16px;
}
.statistics-body .graphical-view .year-filter .active-year span {
    margin: 0 4px;
    cursor: pointer;
}
/*statistics page*/
/*Admin Style Changes Ends*/
/* Buttons */
.button{
	border: none;
	cursor: pointer;
	height: 30px;
	width: 97px;
}
.button_login{background: url(../img/backend/btn_login.png) 0 0 no-repeat;}
.button_save{background: url(../img/backend/btn_save.png) 0 0 no-repeat;}
.button_search{background: url(../img/backend/btn_search.png) 0 0 no-repeat;}
.button_report{background: url(../img/backend/btn_report.png) 0 0 no-repeat;}
.button_send{background: url(../img/backend/btn_send.png) 0 0 no-repeat;}
.button_delete{background: url(../img/backend/btn_delete.png) 0 0 no-repeat;}
.button_hover{background-position: 0 -30px;}
/* Form controls */
.text,
.select,
.textarea{
	background-color: #fff;
	border: solid 1px #a0bad1;
	box-shadow: inset 2px 2px 1px #e8e8e8;
	border-radius: 3px;
	-moz-box-shadow: inset 2px 2px 1px #e8e8e8;
	-moz-border-radius: 3px;
	-webkit-box-shadow: inset 2px 2px 1px #e8e8e8;
	-webkit-border-radius: 3px;
	padding: 5px 3px;
}
.text{
	height: 20px;
}
.form{}
.form p,
.p{
	overflow: hidden;
	margin: 0 0 10px;
}
.form .title{
	display: block;
	float: left;
	padding: 6px 0 0;
	width: 130px;
}
.form .title110{
	display: block;
	float: left;
	padding: 6px 0 0;
	width: 110px;
}
.form label.content{
	display: block;
	padding: 6px 0 0;
}
label.error{
	color: red;
	display: block;
	/*padding: 5px 0 0 150px;*/
	font-size: 12px;
	text-indent: 150px;
}
label.err{
	background-color: #FFB4B4;
	border: solid 1px #990000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #660000;
	display: block;
	width: auto;
	padding: 5px;
	margin: 0;
}
em{
	display: block;
	padding: 3px 0 2px 0;
	margin: 5px 0 5px 130px;
}
.tblError em{
	margin-left: 0;
}
.pj-form-field-custom label.error{
	text-indent: 0;
}
span.left{
	display: block;
	margin: 6px 0 0;
}
.form h3{
	color: #185181;
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px;
	text-transform: uppercase;
}
/* Menu */
.menu{
	list-style: none;
	margin: 0px auto;
	overflow: hidden;
	width: 190px;
}
.menu li{
	margin: 0 0 5px 0;
}
.menu li a:link, .menu li a:visited {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #eeeeee;
    display: block;
    font-size: 14px;
    font-weight: 400;
    height: 34px;
    line-height: 34px;
    text-decoration: none;
    width: 190px;
}
.menu li a i {
    margin: 2px 6px 2px 4px;
    color: #CAA03E;
    font-weight: 100;
    font-size: 14px;
    vertical-align: text-bottom;
}
.menu li a.menu-focus {
	background: #252525;
    color: #ffffff;
    text-decoration: none;
    border-left: 2px solid #FAC63E;
}
.menu li a:hover {
	background: #252525;
    color: #ffffff;
    text-decoration: none;
    border-left: 2px solid #FAC63E;
}
/*.menu li a.menu-focus::after {
    background: #f1f1f1;
    content: "";
    display: block;
    height: 12px;
    position: absolute;
    right: -6px;
    top: calc(50% - 6px);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 12px;
    z-index: 99999;
}*/
.menu a span,
.top-menu a span {
	background-size:19px!important;
	background-position:center center!important;
    display: block;
    float: left;
    height: 34px;
    margin: 0 4px;
    width: 30px;
}
.top-menu a span {
	float: none;
    display: inline-block;
    height: 20px;
    vertical-align: middle;
}
.menu-dashboard{background: url(../img/backend/menu-dashboard.png) 0 -30px no-repeat}
.menu-browse{background: url(../img/backend/menu-browse.png) 0 -30px no-repeat}
.menu-add{background: url(../img/backend/menu-add.png) 0 -30px no-repeat}
.menu-reservations{background: url(../img/backend/menu-reservations.png) 0 -30px no-repeat}
.menu-options{background: url(../img/backend/menu-options.png) 0 -30px no-repeat}
.menu-users{background: url(../img/backend/menu-users.png) 0 -30px no-repeat}
.menu-preview{background: url(../img/backend/menu-preview.png) 0 -30px no-repeat}
.menu-install{background: url(../img/backend/menu-install.png) 0 -30px no-repeat}
.menu-logout{background: url(../img/backend/menu-logout.png) 0 -30px no-repeat}
.menu-locations{background: url(../img/backend/menu-locations.png) 0 -30px no-repeat}
.menu-types{background: url(../img/backend/menu-types.png) 0 -30px no-repeat}
.menu-cars{background: url(../img/backend/menu-cars.png) 0 -30px no-repeat}
.menu-rates{background: url(../img/backend/menu-rates.png) 0 -30px no-repeat}
.menu-coupons{background: url(../img/backend/menu-coupons.png) 0 -30px no-repeat}
.menu-extras{background: url(../img/backend/menu-extras.png) 0 -30px no-repeat}
/*span.menu-extras:after {
    content: "+";
    font-size: 30px;
    color: #bbb;
    left: 10px;
    position: absolute;
}*/
.menu-seasons {background: url(../img/backend/menu-seasons.png) 0 -30px no-repeat;}
.menu-focus .menu-dashboard, .menu a:hover .menu-dashboard,
.menu-focus .menu-browse, .menu a:hover .menu-browse,
.menu-focus .menu-add, .menu a:hover .menu-add,
.menu-focus .menu-reservations, .menu a:hover .menu-reservations,
.menu-focus .menu-options, .menu a:hover .menu-options,
.menu-focus .menu-users, .menu a:hover .menu-users,
.menu-focus .menu-rates, .menu a:hover .menu-rates,
.menu-focus .menu-preview, .menu a:hover .menu-preview,
.menu-focus .menu-install, .menu a:hover .menu-install,
.menu-focus .menu-logout, .menu a:hover .menu-logout{
	background-position: 0 0;
}
.menu a span {
	background-position:center center!important;
	text-align: center;
}
#header a.wpBack {
	background-image: url(../img/backend/wordpress-icon.png);
	background-position:center left;
	background-repeat: no-repeat;
	background-size:25px;
    color: #eeeeee;
    display: block!important;
	font-size: 13px;
    height: 32px;
    left: 12px;
    line-height: 32px;
    max-width: 190px;
    padding-left: 32px;
    position: relative;
}
#header a.wpBack:hover {
	background-image: url(../img/backend/wordpress-icon-hover.png);
	background-color:#32373C;
	color:#00B9EB;
}
#header::after {
    background: #0085ba none repeat scroll 0 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.24);
    color: #ffffff;
    content: "Welcome to your Online Administration";
    display: block;
    font-size: 17px;
    font-style: italic;
    font-weight: 100;
    height: 32px;
    letter-spacing: 1px;
    line-height: 32px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 22%;
    z-index: 99999;
}
/* table */
.table{
	border-collapse: separate;
	border-top: solid 1px #e5e2e2;
	border-left: solid 1px #e5e2e2;
	border-bottom: solid 1px #e5e2e2;
	empty-cells: show;
	width: 100%;
}
.table th{
	background-color: #fff;
	border-bottom: solid 1px #e5e2e2;
	border-right: solid 1px #e5e2e2;
	color: #027ac6;
	font-weight: bold;
	font-size: 1.2em;
	height: 35px;
	line-height: 35px;
	padding: 0 0 0 10px;
}
.table th.nosub{
	border-bottom: solid 1px #fff;
}
.table th.sub{
	background-color: #f7f7f7;
	border-right: solid 1px #e5e2e2;
	border-left: solid 1px #fff;
	border-bottom: solid 1px #fff;
	border-top: solid 1px #fff;
	color: #000;
	font-size: 1em;
	height: 30px;
	line-height: 30px;
	padding: 0px 10px;
	white-space: nowrap;
}
.table th.sort{
	overflow: hidden;
	padding: 0;
	width: 16px;
}
.table th.sort div{
	height: 35px;
	line-height: normal;
	overflow: hidden;
	width: 16px;
}
.table a:link, .table a:visited{
	color: #007AC3; /*808080;*/
	text-decoration: none;
}
.table a:hover{
	text-decoration: underline;
}
.sort a{
	display: block;
	height: 16px;
	overflow: hidden;
	width: 16px;
}
.sort a.up:link, .sort a.up:visited, .sort a.up:hover{ background: url(../img/backend/icons/bullet_arrow_up.png) 0 0 no-repeat; }
.sort a.down:link, .sort a.down:visited, .sort a.down:hover{ background: url(../img/backend/icons/bullet_arrow_down.png) 0 0 no-repeat; }
.table tbody tr.odd{
	background-color: #fff;
}
.table tbody tr.even{
	background-color: #F7F7F7;
}
.table tbody tr.highlight{
	background-color: #FFFFCC;
}
.table tbody tr.hover{
	background-color: #F7F7F7;
}
.table a.icon:link, .table a.icon:visited{
	color: #757777;
	display: block;
	height: 16px;
	line-height: 16px;
	text-indent: 20px;
	text-decoration: none;
}
.table a.icon-edit{
	background: url(../img/backend/icon-edit.png) 0 0 no-repeat;
}
.table a.icon-delete,
.table a.icon-del{
	background: url(../img/backend/icon-delete.png) 0 0 no-repeat;
}
.table td{
	border-right: solid 1px #e5e2e2;
	border-top: solid 1px #e5e2e2;
	border-left: solid 1px #fff;
	border-bottom: solid 1px #fff;
	padding: 5px 7px;
}
.table span.ghost{
	display: block;
	width: 24px;
	height: 24px;
}
/* jqueryui fix */
.ui-widget {
    font-family: inherit;
    font-size: inherit;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: inherit;
    font-size: inherit;
}
.ui-tabs .ui-widget-header.ui-tabs-nav li {
	margin: 1px 15px 0 0;
	padding: 0px;
}
img.ui-datepicker-trigger {
    cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	padding: 10px 0;
	overflow: hidden;
}
#content div.ui-tabs{
	padding: 0;
}
#content div.ui-widget-content{
	background: none;
	border: none;
}
.ui-tabs .ui-tabs-nav li a{
	padding: 7px 8px;
}
/* Errors */
.notice-box {
	margin: 20px auto;
	overflow: visible;
	width: 742px;
}
/*.notice-top{
	background: url(../img/backend/notice-top.png) 0 0 no-repeat;
	height: 2px;
	overflow: hidden;
}*/
.notice-middle{
	background: #c5f8dc;
	overflow: visible;
	padding: 10px;
	position: relative;
	border: 1px solid #86ebb3;
	border-radius: 10px;
	padding: 20px 30px;
	min-height: 60px;
	color: #BEB8B8;
}
/*.notice-bottom{
	background: url(../img/backend/notice-bottom.png) 0 0 no-repeat;
	height: 5px;
	overflow: hidden;
}*/
.notice-middle .notice-close{
	display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    color: #FFF;
    background: #7bb796;
    top: -10px;
    right: -10px;
    border-radius: 100%;
}
.notice-middle .notice-close:after {
	content: "x";
    left: 10px;
    position: absolute;
    font-weight: 100;
    top: 0px;
    font-size: 24px;
}
.notice-middle .notice-info{
	background: transparent;
	display: block;
	float: left;
	height: 50px;
	margin: 5px 30px 0 0;
	border: 1px solid #86ebb3;
    border-radius: 100%;
	width: 50px;
	position: relative;
	text-align: center;
}
.notice-middle .notice-info:after{
	content: "!";
	position: absolute;
    left: 20px;
    top: 4px;
    color: #86ebb3;
    font-size: 40px;
}
.notice-middle .block.bold {
    color: #363638;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 100;
}
.notice-middle .block {
	color: #949494;
	margin-left: 82px;
}
/* status */
.label-status{
	padding: 2px 4px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
}
.user-role-admin{background-color: #6EB738; color: #fff; text-shadow: 1px 1px 1px #3E6820;}
.user-role-owner{background-color: #006699; color: #fff; text-shadow: 1px 1px 1px #092B90;}
.user-role-editor{background-color: #CC6633; color: #fff; text-shadow: 1px 1px 1px #996600;}
.order-status-pending{background-color: #FF9900; color: #000; text-shadow: 1px 1px 1px #fff;}
.order-status-confirmed{background-color: #2A8000; color: #fff; text-shadow: 1px 1px 1px #999;}
.order-status-cancelled{background-color: #B3B3B3; color: #fff; text-shadow: 1px 1px 1px #333;}
.order-type-pickup{background-color: #996100; color: #fff; text-shadow: 1px 1px 1px #999;}
.order-type-delivery{background-color: #990052; color: #fff; text-shadow: 1px 1px 1px #333;}
.is_featured-1{background-color: #FF9900; color: #000; text-shadow: 1px 1px 1px #fff;}
.is_featured-0{background-color: #B3B3B3; color: #fff; text-shadow: 1px 1px 1px #333;}
.booking-icon{
	text-indent: 27px;
	display: block;
	line-height: 20px;
}
/* paginator */
.paginator{
	overflow: hidden;
	margin: 10px 0 0 0;
}
.paginator li{
	display: inline-block;
}
.paginator li a:link, .paginator li a:visited{
	background-color: #CCCCCC;
	color: #000;
	display: block;
	float: left;
	margin: 0 2px 0 0;
	padding: 1px 4px;
	border-radius: 2px;
	text-decoration: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
}
.paginator li a:hover{
	background-color: #EAEAEA;
}
.paginator li a.focus{
	background-color: #072B4F;
	color: #fff;
}
/* fieldset */
.fieldset{
	margin: 0 0 10px;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
}
.fieldset legend{
	background-color: #003366;
	color: #fff;
	padding: 2px 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 250px;
}
/* Colors */
.white{background-color: #fff; border: solid 1px #ccc; color: #000 !important}
.sky{background-color: #EAFBFB; border: solid 1px #ccc;}
.light{background-color: #f5f5f5; border: solid 1px #ccc;}
.gallery-item{
	background-color: #fdfdfd;
	float: left;
	width: 100px;
	height: 140px;
	margin: 0 5px 5px 0;
	text-align: center;
}
.gallery-image{
	cursor: move;
	margin: 0 !important;
}
.gallery-image a.image{
	cursor: move;
}
.gallery-image img{
	border: solid 1px #ccc;
	padding: 1px;
	margin: 7px 0 0 0;
}
#sortable{
	overflow: hidden;
	width: 740px;
}
.stock-image{
	display: block;
	float: left;
	margin: 0 5px 5px 0;
}
.stock-image img,
.in-stock{
	padding: 1px;
	border: solid 1px #ccc;
}
.stock-image img.current{
	border: solid 1px #003399;
}
.ico{
	display: block;
	height: 16px;
	width: 16px;
}
.ico-add2{background: url(../img/backend/icon-add2.png) 0 0 no-repeat;}
.ico-delete2{background: url(../img/backend/icon-delete2.png) 0 0 no-repeat;}
.attr abbr{
	font-weight: bold;
}
.attr, .attr_item{
	float: left;
	margin: 0 5px 0 0;
}
.attr a, .attr input,
.attr_item a, .attr_item input{
	float: left;
}
.attr a,
.attr_item a{
	margin: 7px 0 0 5px;
}
.attr abbr,
.attr_item abbr{
	cursor: pointer;
}
.attrBox{
	border-bottom: solid 1px #ccc;
	line-height: 34px;
	overflow: hidden;
	padding: 5px 0;
}
.img-frame{
	border: solid 1px #ccc;
	padding: 1px;
}
.map_holder{
	width: 710px;
	height: 280px;
	padding: 10px;
	border: solid 1px #ccc;
	margin: 0 0 10px;
}
.map_canvas{
	width: 100%;
	height: 100%;
	display: block;
}
.opBox{
	border-bottom: solid 1px #ccc;
	margin: 0 0 10px;
}
/****************Dashboard***************/
.dashboard_header {
    background: transparent;
    border: 0px solid #e5e5e5;
    min-height: 98px;
    margin-bottom: 20px;
    width: 100%;
    display: inline-block;
}
.dashboard_header .item{
	width: 20%;
	padding: 20px;
	background-color: #FFF;
	margin-right: 20px;
	min-height: 98px;
	float: left;
	position: relative;
}
.dashboard_header .item .item-icon { min-height: 40px; }
.dashboard_header .item .item-title {
	font-size: 22px;
    margin: 10px 0;
}
.dashboard_header .item .item-description {
    color: #b7b7b7;
    font-size: 16px;
}
.dashboard_header .item .item-count {
	color: #FAC63E;
    margin-top: 20px;
    float: left;
    width: 100%;
    text-transform: capitalize;
}
.dashboard_header .item .item-count b {
	font-size: 36px;
    line-height: 36px;
    display: block;
}
.dashboard_header .item .item-count.item-count-half {
	width: 50%;
	float: left;
}
.dashboard_header .item .stat{
	position: absolute;
	top: 22px;
	left: 20px;
	min-height: 44px;
	color: #8D8A8A;
}
.dashboard_header .item .returns{
	background: url(../img/backend/dashboard_returns.png) 0 0 no-repeat;
}
.dashboard_header .item .cars{
	background: url(../img/backend/dashboard_cars.png) 0 0 no-repeat;
}
.dashboard_header .item .reservations{
	background: url(../img/backend/dashboard_reservations.png) 0 0 no-repeat;
}
.dashboard_header .item .stat .info{
	margin-left: 60px;
	font-size: 15px;
}
.dashboard_header .item .stat .info abbr{
	display: block;
	font-size: 31px;
	font-weight: bold;
	color: #515050;
	line-height: 32px;
    text-shadow: 1px 1px 1px #FFFFFF;
}
.dashboard_header .item .stat .smaller{
	font-size: 14px;
	line-height: 26px;
	overflow: hidden;
}
.dashboard_header .item .stat .smaller abbr{
	display: inline-block;
	font-size: 26px;
	line-height: 26px;
	float: left;
	margin-right: 6px;
}
.dashboard_box{
	min-height: 300px;
	height: auto !important;
	width: 100%;
	display: inline-block;
	background-color: #FFF;
	padding: 20px 0;
}
.dashboard_box .dashboard-title{
    color: #000;
    font-size: 24px;
    margin: 0 20px;
}
.dashboard_box .latest-bookings{
	width: 100%;
	margin: 20px 0 0 0;
}
.dashboard_box .latest-bookings tr th{
	background: #4F4872;
	color: #FFF;
	text-align: left;
	padding: 10px 20px;
	font-weight: bold;
}
.dashboard_box .latest-bookings tr td{
	padding: 16px 20px;
	border-bottom: 1px solid #EBEBEB;
	vertical-align: top;
}
.dashboard_box .latest-bookings tr td.first-td {
	border: none;
}
.dashboard_box .latest-bookings tr td.last-td {
	border: none;
	width: 100px;
}
.dashboard_top{
	background: #fcfcfc;
	border:1px solid #e5e5e5;
	height: 41px;
}
.dashboard_middle{
	background: #fcfcfc;
	border:1px solid #e5e5e5;
	overflow: hidden;
}
.dashboard_bottom{
	background: #fcfcfc;
	border:1px solid #e5e5e5;
	height: 5px;
}
.dashboard_subtop{
	height: 56px;
	width: 242px;
}
.dashboard_subtop label{
	color: #515050;
    float: left;
    font-size: 16px;
    height: 41px;
    line-height: 41px;
    margin-top: 14px;
    text-indent: 10px;
    width: 242px;
    display: block;
}
.dashboard_column_top{
	color: #515050;
	font-size: 16px;
	line-height: 41px;
	float: left;
	width: 242px;
	height: 41px;
	margin: 0 8px 0 0;
	text-indent: 10px;
}
.dashboard_column_top:last-child,
.dashboard_column_top_last{
	margin: 0;
}
.dashboard_column{
	float: left;
	margin: 0 8px 0 0;
	width: 242px;
	overflow: hidden;
	min-height: 250px;
	height: auto !important;
	height: 1px;
}
.dashboard_column:last-child,
.dashboard_column_last{
	margin: 0;
}
.quick_links{
	overflow: hidden;
	margin: 12px 10px 10px 10px;
}
.quick_links a{
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
}
.dashboard_column .dashboard_list{

	overflow: auto;
	-ms-overflow-x: hidden;
	overflow-x:hidden;
}
.dashboard_column .dashboard_latest_list{
	max-height: 395px;
}
.dashboard_column .dashboard_pickup_list{
	max-height: 170px;
}
.dashboard_column .dashboard_return_list{
	max-height: 170px;
}
.dashboard_row{
	border-bottom: solid 1px #ccc;
	padding: 12px 10px;
	overflow: hidden;
}
.dashboard_row:last-child,
.dashboard_row_last{
	border-bottom: none;
}
.dashboard_row label{
	display: block;
	margin-bottom: 6px;
	color: #8D8A8A;
}
.dashboard_row label span{
	color: #242625;
}
.dashboard_row label span.red{
	color: red !important;
}
.dashboard_subscribe_row{
}
.dashboard_listing_row img{
	display: block;
    float: left;
    margin-right: 12px;
    width: 110px;
}
.dashboard_listing_row .listing-views{
	color: #8B8888;
    font: 11px Verdana,sans-serif;
    margin-bottom: 12px;
    margin-top: 15px;
    overflow: hidden;
    text-align: center;
    width: 92px;
}
.dashboard_listing_row .listing-views label{
	color: #302D2D;
    display: block;
    font: bold 18px Verdana,sans-serif;
}
.dashboard_listing_row .listing-views span{
	color: #8B8888;
    font: 11px Verdana,sans-serif;
    text-align: center;
}
.dashboard_user_row{

}
.dashboard_user_row .name{
	color: #302D2D;
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 8px;
}
.dashboard_user_row .email{
	display: block;
    line-height: 20px;
}
.dashboard_user_row .last-login{
	display: block;
    line-height: 20px;
    margin-bottom: 6px;
}
.dashboard_user_row a{
	text-decoration: none;
}
.dashboard_date {
    border-left: 1px solid #E9E8E7;
    color: #8B8888;
    float: right;
    padding: 0 0 0 10px;
    text-align: center;
}
.dashboard_date abbr {
    color: #515050;
    display: block;
    font: bold 14px/28px Verdana,sans-serif;
    text-transform: uppercase;
}
.dashboard_hour {
    color: #515050;
    float: right;
    font: bold 30px Verdana,sans-serif;
    padding: 7px 10px 0;
}
.extra_header{
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f5f5f5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-8 */
	border: solid 1px #ddd;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	font: bold 14px/30px Arial, sans-serif;
	padding: 10px;
}
.tipsy-listing{
	width: 420px;
}
.tipsy-listing .tipsy-inner{
	width: 400px;
	text-align: left;
	max-width: 400px;
}
.attribute{
	background: url(../img/backend/attributes.png) no-repeat;
	color: #303740;
	display: block;
	font-size: 0.9em;
	height: 23px;
	line-height: 20px;
	padding: 0 5px 0 0;
	text-align: right;
	width: 34px;
}
.attribute-passengers{background-position: 0 0}
.attribute-luggages{background-position: 0 -23px}
.attribute-doors{background-position: 0 -46px}
.attribute-transmission{background-position: 0 -69px}
.form fieldset{
	background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    padding: 10px;
    position: relative;
}
.form fieldset legend{
	background-color: #003366;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    padding: 2px 5px;
    width: 200px;
}
.form .left-content {
    margin-right: 10px;
    width: 380px;
}
.form .map-canvas {
    height: 120px;
    width: 346px;
    float: right;
    margin-top: -173px;
}
.form .map-canvas-update {
    height: 120px;
    width: 346px;
    float: right;
    margin-top: -225px;
}
.w330 {
    width: 330px;
}
.w44{
	width: 44px;
}
.pj-table td.td_padding{
	padding: 7px 3px;
}
.pj-table td.td_padding_no_border_right{
	padding: 7px 3px;
	border-right: 0px;
}
.t3{
	margin-top: 3px;
}
.t11{
	margin-top: 10px;
}
.w215{
	width: 215px;
}
#boxExtras{
	margin-bottom: 8px;
	width: 100%;
}
#boxMileage{
	margin-left:130px;
	margin-top: 6px;
	display:block;
}
.chzn-choices{
	border-radius: 3px;
	border: 1px solid #C9D1DA !important;
}
.default{
	width: 200px  !important;
}
#boxExtras a.icon:link, .boxExtras a.icon:visited {
    color: #757777;
    display: block;
    height: 16px;
    line-height: 16px;
    text-decoration: none;
    text-indent: 20px;
}
#boxExtras a.icon-delete,
#boxExtras a.icon-del{
	background: url(../img/backend/icon-delete.png) 0 0 no-repeat;
}
.addExtra{
	line-height: 28px;
	/*text-align: right;
	width: 180px;*/
}
#boxExtras select.pj-form-field{
	margin-top: 0px;
}
.pj-form div.extras {
    margin: 10px 0 0;
    overflow: hidden;
    padding: 5px;
}
.pj-image-outer{
	margin-top: 8px;
}
.pj-image-outer label.title{
	display: block;
    float: left;
    padding: 6px 0 0;
    width: 136px;
}
.pj-image-outer .pj-image-inner{
	overflow: hidden;
}
.pj-image-outer .pj-image-inner img{
	display: block;
	margin-right: 12px;
	float: left;
	max-width: 220px;
}
.pj-image-outer .pj-image-inner a{
	display: block;
	float: left;
	text-decoration: none;
}
.pj-availability-form{
	margin-bottom: 16px;
	overflow: hidden;
}
.pj-availability-form .pj-filter-block{
	float: left;
	margin-right: 10px;
}
.pj-availability-form .pj-filter-block:last-child{
	margin-right: 0px;
}
.pj-availability-form .pj-filter-from,
.pj-availability-form .pj-filter-to{
	float: left;
	margin-top: 2px;
}
.pj-availability-form .pj-filter-from{
	margin-right: 10px;
}
.pj-availability-form label{
	display: block;
	float: left;
	margin-right: 3px;
	line-height: 32px;
	font-size: 13px;
}
.pj-availability-form .ui-multiselect{
	width: 188px !important;
	padding: 5px 0 5px 4px !important;
}
.ui-multiselect-checkboxes label input{
	margin-right: 3px !important;
}
.pj-avail-legend{
	overflow: hidden;
	margin-bottom: 10px;
}
.pj-avail-legend div{
	float: left;
	margin-right: 12px;
}
.pj-avail-legend div:last-child{
	margin-right: 0px;
}
.pj-avail-legend div abbr{
	display: block;
	height: 20px;
	width: 20px;
	margin-right: 5px;
	float: left;
}
.pj-avail-legend div abbr.confirmed{
	background-color: #8bc96f;
}
.pj-avail-legend div abbr.pending{
	background-color: #ffce42;
}
.pj-avail-legend div abbr.pending-over{
	background-color: #FFFF00;
}
.pj-avail-legend div label{
	display: block;
	float: left;
	line-height: 20px;
	color: #21201F;
}
.pj-availability-content{
	overflow: hidden;
}
.pj-availability-content table{
	border-collapse: collapse;
    border-spacing: 0;
}
.pj-availability-content table.display th,
.pj-availability-content table.display td {
    border: 1px solid #CCCCCC;
    padding-left: 10px;
    padding-right: 10px;
}
.pj-availability-content .pj-date-column table.display td{
	color: #21201f;
	font-size: 13px;
}
.pj-availability-content .pj-car-column table.display td{
	padding-right: 0px;
	padding-left: 0px;
}
.pj-availability-content .pj-date-column table.display td,
.pj-availability-content .pj-date-column table.display th{
	border-right: none;
}
.pj-availability-content .pj-date-column table.display th{
	background-color: #f4f4f4;
	color: #acacab;
	font-weight: bold;
	font-size: 14px;
}
.pj-availability-content .pj-car-column table.display th{
	color: #acacab;
	font-size: 14px;
	background-color: #f4f4f4;
}
.pj-availability-content .pj-car-column table.display th a{
	color: #369bcf;
}
.pj-date-column{
	margin-top: 24px;
	border-right: 1px solid #CCCCCC;
    float: left;
    overflow: hidden;
}
.pj-date-column table th,.pj-date-column table td {
	width: 80px;
	border-right: none;
}
.pj-date-column table td{
	color: #474646;
	font-size: 12px;
}
.pj-car-column table th.first-col, .pj-car-column table td.first-col {
	border-left: none;
}
.pj-car-column table td{
	color: #827f7f;
}
.pj-car-column table th .break{
	height: 8px;
}
table#compare_table tr {

}
#compare_table {
	margin-bottom: 4px;
}
.wrapper1,.wrapper2 {
	overflow-x: auto;
    -ms-overflow-y: hidden;
	overflow-y:hidden;
}
.wrapper1 {
	height: 17px;
	margin-bottom: 7px;
}
.wrapper2{
	margin-top: 4px;
}
.div1-compare{
	height: 20px;
}
.div2-compare{
	overflow: auto;
}
.pj-booking-block{
	overflow: hidden;
	margin-bottom: 1px;
	height: 100%;
	width: 100%;
}
#compare_table td .pj-booking-block:last-child{
	margin-bottom: 0px;
}
.pj-booking-block a{
	display: block;
	margin-left: 10px;
	margin-top: 10px;
	color: #185fa8;
	font-size: 14px;
}
.pj-booking-block label{
	color: #696561;
	display: block;
	margin-left: 10px;
	line-height: 18px;
}
.pj-booking-block label.pj-from{
	margin-bottom: 10px;
}
.pj-booking-block label.pj-dropoff{
	margin-top: 10px;
}
.pj-booking-block label span{
	color: #1c1916;
	font-weight: bold;
}
.pj-booking-pending{
	background-color: #ffce42;
}
.pj-booking-pending-over{
	background-color: #FFFF00;
}
.pj-booking-confirmed{
	background-color: #8bc96f;
}
.pj-availability-outer{
	position: relative;
	min-height: 50px;
}
.pj_availability_loader{
	display: none;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 9999;
	background: url("../img/backend/pj-preloader.gif") no-repeat scroll center center rgba(153, 153, 153, 0.3);
    left: 0;
    position: absolute;
    top: 0px;
}
.pj-availability-content .pj-car-column table.display td.pj-td-pending{
	background-color: #ffce42;
}
.pj-availability-content .pj-car-column table.display td.pj-td-pending-over{
	background-color: #FFFF00;
}
.pj-availability-content .pj-car-column table.display td.pj-td-confirmed{
	background-color: #8bc96f;
}
#lblNoExtra{
	display: none;
}
.tab1-booking em{
	margin-left: 110px;
}
.pj-extra-item{
	display: block;
	margin-right: 3px !important;
}
.pj-extra-price{
	margin-left: 4px;
	vertical-align: middle;
	display: table-cell;
}
.tab1-booking,
.tab1-type{
	position: relative;
}
#pj_type_loader,
#pj_price_loader{
	display: none;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 9999;
	background: url("../img/backend/pj-preloader.gif") no-repeat scroll center center rgba(153, 153, 153, 0.3);
    left: 0;
    position: absolute;
    top: 5px;
}
.pj-status-collected, .pj-status-Collected {
    background: url("../img/backend/pj-pending.png") no-repeat scroll 64px 3px #FFFFFF;
}
.pj-status-completed, .pj-status-Completed {
    background: url("../img/backend/pj-active.png") no-repeat scroll 67px 3px #FFFFFF;
    width: 80px !important;
}
.cr-price-detail{
	display: block;
	padding-left: 110px;
}
p.cr-line{
	display: block;
	height: 1px;
	background-color: #000000;
	padding: 0px;
}
#tblPrices em,
#tblPayment em{
	margin: 0px !important;
}
#tblPayment em label.err{
	display: block !important;
}
input.pj-form-field.err{
	border-color: #b20000;
}
/*Team AWDAR*/
#air_condition {
	margin-top: 6px;
    box-shadow: none;
    border: none;
}
a.menu-focus {
	position: relative;
}
.menu-focus .menu-users, .menu a:hover .menu-users {
	background-position: 0 0;
}
.sub-title {
	width: 100%;
	float: left;
	background: #DDD;
	color: #AAA;
	font-size: 18px;
}
.sub-title label { padding: 8px 10px !important; }
table.custom-table td {
    width: 25%;
}
table.custom-table td input {
    width: 80%;
}
table.custom-table td em {
	margin-left: 6px;
}
/*Team AWDAR*/
@media screen and (max-width: 1400px) {
	#header::after { width: 30%; }
}


.pj-table tr select {
    width: 150px;
}


.custom_credit_card_fix {
    width: 20px;
}
.custom_credit_card_percentage{
    width: 20px;
}

.custom_cash_fix {
    width: 20px;
}
.custom_cash_percentage{
    width: 20px;
}
.custom_total_amount_percentage_discount{
    width: 20px;
}
.custom_percentage_deposit {
    width: 20px;
}
.custom_outstanding_credit_card {
    width: 20px;
}
.custom_total_amount_discount{
    width: 20px;
}
.custom_fixed_amount_deposit  {
    width: 20px;
}
.custom_outstanding_cash  {
    width: 20px;
}
.custom_outstanding_cash_fix  {
    width: 20px;
}
.custom_outstanding_credit_card_fix  {
    width: 20px;
}
