/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#dealer_no_cover_image,
#dealer_with_cover_image {
    margin-bottom: 30px;
}

#dealer_with_cover_image,
#dealer_with_cover_image.hide_btn,
#dealer_no_cover_image.hide_btn,
.add-car-manually {
    display: none;
}

#dealer_with_cover_image.show_btn,
#dealer_no_cover_image.show_btn {
    display: inline-block;
}

#dealer_no_cover_image {
    cursor: pointer;
    color: #fff;
    position: relative;
    background-color: #D00027;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    border-radius: 4px;
    padding: 13px 20px;
    margin-bottom: 30px;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
}

#dealer_no_cover_image:hover {
    background-color: #aa0020;
    color: #fff;
}

#dealer_no_cover_image input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.dealer_cover_holder {
    margin-bottom: 30px;
    float: left;
    width: 100%;
    position: relative;
}

.dealer_cover_holder .fa-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    font-size: 70px;
    color: #fff;
    z-index: 999;
}

.dealer_cover_holder.ajax_loaded .fa-spinner {
    display: none;
}

.dealer_cover_holder.ajax_loading img {
    opacity: .3;
    filter: blur(3px);
    transition: all 1s cubic-bezier(.2,1,.22,1);
    -webkit-transition: all 1s cubic-bezier(.2,1,.22,1);
}

.dealer_cover_holder.ajax_loaded img {
    opacity: 1;
    filter: blur(0px);
}

.dealer_cover_holder img,
img.dealer-image-cover {
    display: block;
    width: 100%;
    height: auto;
    float: left;
}

.sidebar-car-meta {
	position: relative;
    margin: 0;
    padding: 0 140px 0 30px;
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 1.1px;
    font-family: "Montserrat", sans-serif;
}

#quick-view-block .sidebar-car-meta {
    display: none;
}

.sidebar-car-meta .car-color {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 30px;
    background: #333;
    width: 20px;
    height: 20px;
}

.sidebar-car-meta .car-id {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: 0;
    text-transform: uppercase;
    background: #fff;
    border-radius: 4px;
    padding: 4px 9px;
    line-height: 1;
    border: solid 1px #f7f7f7;
}

.car_combined_color {
    background: #ebdec9 !important;
    background: -moz-linear-gradient(left, #ebdec9 0%, #ebdec9 50%, #000333 50%, #000333 100%) !important;
    background: -webkit-linear-gradient(left, #ebdec9 0%,#ebdec9 50%,#000333 50%,#000333 100%) !important;
    background: linear-gradient(to right, #ebdec9 0%,#ebdec9 50%,#000333 50%,#000333 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebdec9', endColorstr='#000333',GradientType=1 ) !important;
}

.autoroyal-price-list {
    margin: 0;
    padding-top: 27px;
    margin-bottom: 21px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.autoroyal-price-list .autoroyal-price {
	margin-top: 0;
	color: #D00027;
}

.autoroyal-price-list .autoroyal-price s {
    font-size: 70%;
    color: #ccc;
    display: inline-block;
}

.rounded {
    border-radius: 4px;
}

.heading,
.btn-default {
    /*font-family: 'Montserrat', sans-serif;*/
}

.bootstrap-select.btn-group .btn .caret {
    margin-top: -8px !important;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.bootstrap-select.btn-group.show .btn .caret {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.bootstrap-select.btn-group .btn .caret:before {
    font-family: "FontAwesome";
    content: "\f107";
}

/* CAR-ITEM GALLERY WITH THUMBNAILS & RENT-ITEM GALLERY WITH THUMBS*/
/*gallery*/
#cd-item-slider{margin-bottom: 11px;}
#cd-item-slider .carousel-inner{
    margin-bottom: 30px;
    cursor:move;
    cursor:-webkit-grab;
    cursor:-moz-grab;
    cursor:grab;
}
#cd-item-slider .carousel-inner:active,
.rent-item-carousel:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

#cd-item-slider .carousel-item{
    width: 100%;
    padding-top: 70%;
    background-size: cover;
    background-position: center;
}
#cd-item-slider .carousel-item > img{
    width: 100%;
    height: auto;
    object-fit: cover
}
#cd-item-slider .carousel-control{ background: none; }
/*thumbnails/indicators*/
#cd-item-slider .carousel-indicators{
    position: relative;
    display: inline-block;
    bottom: 0;
    left: 0;
    margin: 0;
    width: calc(100% + 20px);
    float: left;
}
#cd-item-slider .carousel-indicators .thumbnail{
    position: relative;
    width: calc(25% - 20px);
    height: 90px;
    background-size: cover;
    background-position: center;
    border: none;
    border-radius: 4px;
    float: left;
    margin: 0 20px 20px 0 !important;
    overflow: hidden;
		transition: all .3s ease-in;
}
#cd-item-slider .carousel-indicators .active{margin: 0 20px 20px 0 !important;}
#cd-item-slider .carousel-indicators .thumbnail:hover,
#cd-item-slider .carousel-indicators .thumbnail.active{box-shadow: 0 0 0 4px #0C3EB8 inset;}

.cd-condition-blk {
    padding: 24px 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
    font-family: "Montserrat", sans-serif;
    float: left;
    width: 100%;
}

.cd-condition-blk .blk > .svg-icon {
    width: 50px;
    height: 30px;
}

.svg-icon.grey .sp0, .svg-icon.grey .st0 {
    fill: #d3d5da;
}

.cd-condition-blk .blk h6 {
    color: #ccc;
    margin: 0;
    letter-spacing: 1.1px;
    margin-bottom: 11px;
    font-size: 12px;
}

.cd-condition-blk .blk h5 {
    font-size: 14px;
    margin: 0;
    line-height: 20px;
    text-transform: inherit;
}



.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
	display:block;
	max-width:100%;
	height:auto
}

.img-rounded {
	border-radius:6px
}

.img-thumbnail {
	padding:0;
	line-height:1;
	background-color:#fff;
	border:1px solid #e5e7ea;
	border-radius:4px;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	display:inline-block;
	max-width:100%;
	height:auto
}

.carousel-inner{
	position:relative;
	overflow:hidden;
	width:100%
}

.carousel-inner>.item{
	display:none;
	position:relative;
	-webkit-transition:.6s ease-in-out left;
	-o-transition:.6s ease-in-out left;
	transition:.6s ease-in-out left
}

.carousel-inner>.item>img,.carousel-inner>.item>a>img{
	line-height:1
}

@media all and (transform-3d),(-webkit-transform-3d){

	.carousel-inner>.item{
		-webkit-transition:-webkit-transform 0.6s ease-in-out;
		-o-transition:-o-transform 0.6s ease-in-out;
		transition:transform 0.6s ease-in-out;
		-webkit-backface-visibility:hidden;
		backface-visibility:hidden;
		-webkit-perspective:1000px;
		perspective:1000px
	}

	.carousel-inner>.item.next,.carousel-inner>.item.active.right{
		-webkit-transform:translate3d(100%, 0, 0);
		transform:translate3d(100%, 0, 0);
		left:0
	}

	.carousel-inner>.item.prev,.carousel-inner>.item.active.left{
		-webkit-transform:translate3d(-100%, 0, 0);
		transform:translate3d(-100%, 0, 0);
		left:0
	}

	.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active{
		-webkit-transform:translate3d(0, 0, 0);
		transform:translate3d(0, 0, 0);
		left:0
	}
}

.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{
	display:block
}

.carousel-inner>.active{
	left:0
}

.carousel-inner>.next,.carousel-inner>.prev{
	position:absolute;
	top:0;
	width:100%
}

.carousel-inner>.next{
	left: 100%;
}

.carousel-inner>.prev{
	left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right{
	left: 0;
}

.carousel-inner>.active.left{
	left: -100%;
}

.carousel-inner>.active.right{
	left: 100%;
}

.carousel-control{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: .5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,0.6);
	background-color: rgba(0,0,0,0);
}

.carousel-control.left{
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0,0,0,0.5)), to(rgba(0,0,0,0.0001)));
	background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right{
	left: auto;
	right: 0;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);
	background-image: -o-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0,0,0,0.0001)), to(rgba(0,0,0,0.5)));
	background-image: linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus{
	outline: 0;
	color: #fff;
	text-decoration: none;
	opacity: .9;
	filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right{
	position: absolute;
	top: 50%;
	margin-top: -10px;
	z-index: 5;
	display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left{
	left: 50%;
	margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right{
	right: 50%;
	margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next{
	width: 20px;
	height: 20px;
	line-height: 1;
	font-family: serif;
}

.carousel-control .icon-prev:before{
	content: '\2039';
}

.carousel-control .icon-next:before{
	content: '\203a';
}

.carousel-indicators{
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center;
}

.carousel-indicators li{
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000;
	background-color: rgba(0,0,0,0);
}

.carousel-indicators .active{
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #fff;
}

.carousel-caption{
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}

.carousel-caption .btn{
	text-shadow: none;
}

.listing-title {
    padding: 15px 0;
    border-bottom: 1px solid #e5e7ea;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row;
    float: left;
    width: 100%;
}

.listing-title h4 {
	margin: 0 !important;
}

.listing-title .svg-icon {
    width: 35px;
    height: 30px;
}

.listing-content {
    padding: 22px 0;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    border-bottom: 1px solid #e5e7ea;
    float: left;
    width: 100%;
}

.dealer-info-block {
    padding: 20px;
    border: 1px solid #e7ecf1;
    margin-bottom: 30px;
    float: left;
    width: 100%;
    font-size: 16px;
    color: #666;
}

.listing-content .heading,
.dealer-info-block .heading {
    margin: 0;
    border-bottom: 1px solid #e5e7ea;
    padding-bottom: 22px;
    margin-bottom: 28px !important;
    line-height: 30px;
}

#autoroyal_submit_application .fa,
#autoroyal_qualify_me .fa,
#autoroyal_submit_tradein .fa,
#autoroyal_request_test_drive .fa {
    font-size: 14px;
    margin-right: 5px;
    display: none;
}

.listing-content h3 {
    margin-top: 0 !important;
    line-height: 30px;
    margin-bottom: 15px !important;
    font-family: "Montserrat",sans-serif;
    color: #333;
}

.vehicle_description {
	float: left;
	width: 100%;
}

.listing-content .condition-indicator {
    color: #ccc;
}

.listing-content .condition-label {
    font-size: 10px;
    letter-spacing: 1.1px;
    color: #999;
    border-radius: 4px;
    background: #f6f8f9;
    padding: 0 12px;
    line-height: 2;
    margin-top: 6px;
    font-family: "Montserrat",sans-serif;
    text-transform: uppercase;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
	clear: both;
}

.certified-list {
    margin: 0;
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row;
    font-size: 16px;
    list-style: none;
    border-bottom: 1px solid #e5e7ea;
    float: left;
    width: 100%;
    color: #999;
    font-size: 14px;
}

.certified-list li {
    padding: 0;
}

.btn-link {
    color: #0C3EB8;
    font-weight: normal;
    border-radius: 0;
    border: none !important;
}

.btn-link:hover,
.btn-link:focus {
    color: #000;
    background-color: transparent;
}

.certified-list .btn-link {
	text-transform: capitalize;
}

.certified-list .btn-link .fa {
	margin-right: 5px;
}

.columns-content .title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    border-bottom: 1px solid #e5e7ea;
    padding-bottom: 20px;
}
.columns-content {
	font-family: "Nunito",Helvetica,Arial,sans-serif;
}

.columns-content .title .svg-icon {
    width: auto;
    height: 30px;
    margin-right: 8px;
}

.columns-content .title .heading {
    margin: 0 !important;
    padding: 0;
    border: none;
    font-size: 18px;
    color: #333;
}

.listing-content ol, .listing-content ul {
    margin-left: 0;
    font-size: 14px;
    color: #999999;
    margin-bottom: 25px;
    padding-top: 21px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.listing-content ul.checked li::before {
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #e5e7ea;
    margin-right: 6px;
}

.flexbox span {
	color: #999;
    font-size: 14px;
}

.car-width, .car-height {
    position: relative;
    float: left;
}

.car-width {
    margin-right: 30px;
}

.flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flexbox-start {
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
}

.car-height span.pull-right {
    position: absolute;
    top: 41%;
    right: -70px;
}

.car-width .svg-icon {
    width: 112px;
    height: 100px;
}

.car-height .svg-icon {
    width: 100px;
    height: 75px;
    margin-bottom: 25px;
}

#cd-map {
    width: 100%;
    height: 300px;
    margin-bottom: 28px;
}

.cd-dealer-address address {
	margin-bottom: 0;
}

#autoroyal-contact-dealer label {
	margin-bottom: 10px;
	display: inline-block;
}

#autoroyal-contact-dealer input,
#autoroyal-contact-dealer textarea {
	margin-bottom: 30px;
}

#autoroyal-contact-dealer .btn {
	margin-bottom: 8px;
}

#autoroyal-contact-dealer input::-webkit-input-placeholder { /* Chrome */
  	color: #ccc !important;
}
#autoroyal-contact-dealer input:-ms-input-placeholder { /* IE 10+ */
  	color: #ccc !important;
}
#autoroyal-contact-dealer input::-moz-placeholder { /* Firefox 19+ */
  	color: #ccc !important;
  	opacity: 1;
}
#autoroyal-contact-dealer input:-moz-placeholder { /* Firefox 4 - 18 */
	color: #ccc !important;
	opacity: 1;
}

.form-group {
	position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

#autoroyal-contact-dealer .error {
	position: absolute;
    bottom: 0;
    margin-bottom: -25px;
    color: #D00027;
    font-size: 13px;
    display: none;
}

#autoroyal-contact-dealer .error.visible {
	display: block;
}

.input-small {
    width: 145px!important;
}

table.car-manager-cars {
    table-layout: auto !important;
}

.table-toolbar {
    margin-top: 10px;
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
}

.table-toolbar:after, 
.table-toolbar:before {
    content: " ";
    display: table;
}

div.dataTables_filter {
    text-align: right;
}

.listing-item .cd-offer-short{
    height: auto;
    border: none;
    margin: 0;
    position: relative;
    float: left;
    width: 100%;
}
.listing-item .cd-offer-short .heading {
    display: inline-block;
    margin: 0;
    width: calc(100% - 90px);
    margin-left: 90px;
    font-size: 16px;
    letter-spacing: 0;
    float: left;
    padding-left: 0;
}

.listing-item .cd-offer-short .heading a {
    text-decoration: none;
    box-shadow: none;
}

.maxWidth {
    max-width: 400px;
    width: auto;
    padding: 20px;
}

.listing-item .cd-offer-short .heading span {
    color: #6b6c6f;
}

.listing-item .cd-offer-short .cd-car-spec{
    margin: 0;
    width: calc(100% - 90px);
    float: left;
    margin-left: 90px;
    font-size: 14px;
    color: #6b6c6f;
    margin-top: 3px;
}
.listing-item .cd-offer-short .cd-car-spec span { color: #484848; font-weight: bold; text-transform: uppercase; }
.listing-item .cd-offer-short .cd-car-spec del{color: #cccccc;}
.listing-item .cd-offer-short:hover .cd-car-spec{opacity: 1;}

.cd-offer-short img {
    width: 70px;
    object-fit: cover;
    margin-right: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

.car-inventory-actions {
    list-style: none;
    padding: 0;
    margin: 0;
}

table.car-manager-cars .inventory-car-actions-button {
    display: inline-block;
    position: relative;
    height: auto;
    width: auto;
    margin: 0;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: normal;
}

table.car-manager-cars .btn.blue:not(.btn-outline) {
    color: #FFF;
    background-color: #01adbd;
    border-color: #01adbd;
}

table.car-manager-cars .dropdown-toggle:after {
    display: none !important;
}

#autoroyal_inventory_table .dropdown-menu {
    box-shadow: 5px 5px rgba(102,102,102,.1);
    left: 50% !important;
    top: 100% !important;
    transform: translateX(-50%) !important;
    min-width: 175px;
    position: absolute;
    z-index: 1000;
    display: none;
    float: left;
    list-style: none;
    text-shadow: none;
    padding: 0;
    background-color: #fff;
    margin: 20px 0 0;
    border: 1px solid #eee;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

#autoroyal_inventory_table .dropdown-menu.show {
    display: block !important;
}

#autoroyal_inventory_table .dropdown-menu>li>a {
    padding: 8px 16px;
    color: #6f6f6f;
    text-decoration: none;
    display: block;
    clear: both;
    font-weight: 300;
    line-height: 18px;
    white-space: nowrap;
    box-shadow: none;
    letter-spacing: .5px;
}

#autoroyal_inventory_table .dropdown-menu>li>a:hover {
    background-color: #f7f7f7;
}

#autoroyal_inventory_table .dropdown-menu>li>a>.fa,
#autoroyal_inventory_table .dropdown-menu>li>a>i {
    width: 20px;
    font-weight: normal;
    text-align: center;
    margin-right: 7px;
    color: #adadad;
}

table.car-manager-cars .inventory-car-actions {
    position: relative;
}

table.car-manager-cars .car-inventory-actions:before {
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -8px;
    right: auto;
    display: inline-block!important;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #e0e0e0;
    border-left: 8px solid transparent;
    content: '';
}

.dataTables_filter label {
    margin-left: 20px;
    margin-top: 0;
}

.dataTables_filter #autoroyal_add_vehicle {
    margin-left: 30px;
}

#clear-inventory-filter,
#clear-leads-filter,
#clear-deals-filter,
#clear-reservations-filter,
#refresh-leads-filter,
#refresh-deals-filter,
#refresh-reservations-filter {
    margin-left: 20px;
    display: inline-block;
    max-width: 100%;
    font-weight: bold;
    padding: 9px 14px;
    border: solid 1px #c2cad8;
    cursor: pointer;
    float: right;
    box-shadow: none;
    border-radius: 4px;
}

#clear-inventory-filter:hover,
#clear-leads-filter:hover,
#refresh-leads-filter:hover,
#clear-deals-filter:hover,
#clear-reservations-filter:hover,
#refresh-deals-filter:hover,
#refresh-reservations-filter:hover {
    background-color: #c2cad8;
    color: #fff;
}

.car-manager-message,
.car-manager-error {
    width: 100%;
    float: left;
    font-size: 24px;
    margin-bottom: 40px;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
    background-color: #c0edf1;
    border-color: #58d0da;
    color: #010407;
}

.car-manager-error {
    background-color: #fef7f8;
    border-color: #f0868e;
    color: #210406;
}

.autoroyal-pagination {
    float: left;
    width: 100%;
}

.autoroyal-pagination ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}

.autoroyal-pagination ul li {
    float: left;
}

.autoroyal-pagination>ul>li>a, 
.autoroyal-pagination>ul>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
    box-shadow: none;
}

.autoroyal-pagination>ul>li>a:focus, 
.autoroyal-pagination>ul>li>a:hover, 
.autoroyal-pagination>ul>li>span:focus, 
.autoroyal-pagination>ul>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.autoroyal-pagination>ul>li>span.current,
.autoroyal-pagination>ul>li>span.current:hover,
.autoroyal-pagination>ul>li>span.current:focus,
.autoroyal-pagination>ul>li>a.current,
.autoroyal-pagination>ul>li>a.current:hover,
.autoroyal-pagination>ul>li>a.current:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}


#vehicle_modeldiv,
#vehicle_conditiondiv,
#vehicle_body_stylediv,
#vehicle_exterior_colordiv,
#vehicle_fuel_typediv,
#vehicle_transmissiondiv,
#vehicle_drivediv  {
    display: block;
}

#advanced-sortables * { 
    box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
}

.autoroyal-style-margin-bottom-30 {
    margin-bottom: 30px;
}

.control-label {
    width: 100% !important;
    font-size: 14px;
    margin-bottom: 10px !important;
    display: inline-block;
}

.vehicle_gallery_image_holder_no_image,
.vehicle_gallery_image_holder_has_image {
    width: 100%;
    float: left;
    height: 160px;
    border-radius: 4px;
    overflow: hidden;
    border: solid 1px #eee;
    background-color: #f4f4f4;
    position: relative;
    cursor: pointer;
    background-position: center;
    background-size: cover;
    margin-bottom: 30px;
}

.vehicle_gallery_image_holder_no_image:before,
.vehicle_gallery_image_holder_has_image:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font: normal normal normal 60px/1 FontAwesome;
    width: 100%;
    text-align: center;
    line-height: 160px;
    opacity: .1; 
}

.vehicle_gallery_image_holder_no_image:before,
.vehicle_gallery_image_holder_has_image:before {
    /*content: "\f1b9";*/
}

.vehicle_gallery_image_holder_no_image .autoroyal-file-upload {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.autoroyal-image-gallery .fa-spinner {
    position: absolute;
    font-size: 40px;
    color: #484848;
    z-index: 999;
    top: 50%;
    left: 50%;
    margin-left: -23px;
    margin-top: -32px;
}

.autoroyal-image-gallery.ajax_loaded .fa-spinner {
    display: none;
}

.image-holder,
.vehicle_gallery_image_loaded:before {
    display: none;
}

.vehicle_gallery_image_holder_has_image:before {
    content: "\f110";
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.vehicle_gallery_image_holder_no_image svg {
    padding: 40px;
    width: 100%;
    display: block;
    height: 100%;
    stroke: #d3d5da;
    fill: #d3d5da;
}

.vehicle_gallery_image_holder_has_image svg {
    display: none;
}

.vehicle_gallery_image_holder_no_image.add_more_button {
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.vehicle_gallery_image_holder_no_image.add_more_button:before {
    content: "\f067";
}

.vehicle_gallery_image_holder_no_image.add_more_button:hover {
    background-color: #0C3EB8;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.vehicle_gallery_image_holder_no_image .vehicle_gallery_image_holder_no_image_inner,
.vehicle_gallery_image_holder_no_image .vehicle_gallery_image_holder_with_image_inner,
.vehicle_gallery_image_holder_has_image .vehicle_gallery_image_holder_no_image_inner,
.vehicle_gallery_image_holder_has_image .vehicle_gallery_image_holder_with_image_inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    border-radius: 4px;
    overflow: hidden;
    background-color: #0C3EB8;
    border: solid 1px #369895;
    z-index: -1;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.vehicle_gallery_image_holder_no_image:hover .vehicle_gallery_image_holder_no_image_inner,
.vehicle_gallery_image_holder_has_image:hover .vehicle_gallery_image_holder_with_image_inner {
    opacity: 1;
    z-index: 1;
}

.your_image_url_button,
.your_image_url_button_remove {
    position: relative;
    padding: 60px 20px;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    font-weight: bold;
    text-align: center;
    top: 50%;
    letter-spacing: 1px;
    transform: translateY(-50%);
}

.your_image_url_button .fa,
.your_image_url_button_remove .fa {
    width: 100%;
    text-align: center;
    font-size: 32px;
    line-height: 40px;
}

#submit-lead-autoroyal-form .bootstrap-select,
#submit-deal-autoroyal-form .bootstrap-select,
#submit-reservation-autoroyal-form .bootstrap-select {
    width: 100%;
    margin-bottom: 30px;
}

#submit-lead-autoroyal-form .dropdown-toggle,
#submit-deal-autoroyal-form .dropdown-toggle,
#submit-reservation-autoroyal-form .dropdown-toggle,
.autoroyal-horizontal-car-filter .dropdown-toggle,
.autoroyal-vertical-car-filter .dropdown-toggle {
    display: block;
    margin-bottom: 0 !important;
}

#submit-lead-autoroyal-form .dropdown-toggle:after,
#submit-deal-autoroyal-form .dropdown-toggle:after,
#submit-reservation-autoroyal-form .dropdown-toggle:after,
.autoroyal-horizontal-car-filter .dropdown-toggle:after,
.autoroyal-vertical-car-filter .dropdown-toggle:after {
    display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a {
    box-shadow: none;
}

#submit-lead-autoroyal-form .open>.dropdown-menu,
#autoroyal_inventory_table .open>.dropdown-menu,
#submit-deal-autoroyal-form .open>.dropdown-menu,
#submit-reservation-autoroyal-form .open>.dropdown-menu {
    display: block;
}

#submit-lead-autoroyal-form .dropdown-menu,
#submit-deal-autoroyal-form .dropdown-menu,
#submit-reservation-autoroyal-form .dropdown-menu {
    width: 100%;
}

#submit-autoroyal-form .options_group fieldset select,
#submit-lead-autoroyal-form .options_group fieldset select,
#submit-deal-autoroyal-form .options_group fieldset select,
#submit-reservation-autoroyal-form .options_group fieldset select,
select.autoroyal-inventory-select-filter,
select.autoroyal-inventory-select-order,
select.autoroyal-inventory-select-ppp,
select.autoroyal-leads-select-start-date,
select.autoroyal-leads-select-end-date,
select.autoroyal-leads-select-ppp,
select.autoroyal-deals-select-start-date,
select.autoroyal-deals-select-end-date,
select.autoroyal-deals-select-ppp,
select.autoroyal-reservations-select-ppp,
.autoroyal-horizontal-car-filter select,
.autoroyal-vertical-car-filter select {
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    line-height: 16px;
    padding: 13px 24px 13px 12px;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    border-color: #c2cad8;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto;
    border: 1px solid #c2cad8;
    background: url("../images/select-arrow.png");
    background-size: 50%;
    background-position: 100% 50%;
    background-size: 15px 7px;
    background-repeat: no-repeat;
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
    border-radius: 4px;
}

#submit-autoroyal-form .options_group fieldset input[type=text],
#submit-lead-autoroyal-form .options_group fieldset input[type=text],
#submit-deal-autoroyal-form .options_group fieldset input[type=text],
#submit-reservation-autoroyal-form .options_group fieldset input[type=text],
#autoroyal-dashboard .options_group input[type="text"],
.dataTables_filter input[type=search],
.bootstrap-select>.btn,
#autoroyal-update-user-form .options_group fieldset input[type="text"],
#dealer-info-block form input[type="text"],
#autoroyal-inventory form input[type="text"],
#autoroyal-inventory form input[type="email"] {
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    line-height: 16px;
    padding: 13px 12px 13px 12px;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    border-color: #c2cad8;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto;
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
}

.bootstrap-select>.btn {
    margin-bottom: 0;
    outline: none !important;
}

.bootstrap-select>.btn:focus {
    outline: none !important;
}

select.autoroyal-inventory-select-filter,
select.autoroyal-inventory-select-order,
select.autoroyal-inventory-select-ppp,
select.autoroyal-leads-select-start-date,
select.autoroyal-leads-select-end-date,
select.autoroyal-leads-select-ppp,
select.autoroyal-deals-select-start-date,
select.autoroyal-deals-select-end-date,
select.autoroyal-deals-select-ppp,
select.autoroyal-reservations-select-ppp,
select.autoroyal-reservations-select-start-date,
select.autoroyal-reservations-select-end-date,
select.autoroyal-reservations-select-ppp {
    width: auto;
    margin-bottom: 0;
    display: inline-block;
}

#submit-autoroyal-form .options_group .options_group_heading,
#submit-lead-autoroyal-form .options_group .options_group_heading,
#submit-deal-autoroyal-form .options_group .options_group_heading,
#submit-reservation-autoroyal-form .options_group .options_group_heading,
#autoroyal-update-user-form .options_group .options_group_heading {
    margin-bottom: 30px;
}

.heading_with_border {
    padding-bottom: 20px !important;
    border-bottom: 1px solid #e7ecf1 !important;
}

#submit-autoroyal-form fieldset input[type=text],
#submit-autoroyal-form fieldset textarea,
#submit-lead-autoroyal-form fieldset input[type=text],
#submit-lead-autoroyal-form fieldset textarea,
#submit-deal-autoroyal-form fieldset input[type=text],
#submit-deal-autoroyal-form fieldset textarea,
#submit-reservation-autoroyal-form fieldset input[type=text],
#submit-reservation-autoroyal-form fieldset textarea,
#autoroyal-update-user-form fieldset input[type=text],
#autoroyal-update-user-form fieldset textarea,
#dealer-info-block form textarea,
.bootstrap-select>.btn,
#autoroyal-inventory form input[type="text"],
#autoroyal-inventory form input[type="email"],
#autoroyal-inventory form textarea,
#autoroyal-inventory form input.autoroyal-filter-keyword, 
#autoroyal-inventory form.autoroyal-inventory-filter input,
.dataTables_filter input[type=search] {
    height: auto;
    padding: 13px 12px;
    background-color: #fff;
    color: #495057;
    border: 1px solid #c2cad8;
    box-shadow: none!important;
    outline: 0!important;
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
    outline: none;
    border-radius: 4px;
    display: inline-block;
    float: none;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#autoroyal-inventory form input.autoroyal-filter-keyword,
#autoroyal-inventory form.autoroyal-inventory-filter input,
#autoroyal-inventory form.autoroyal-inventory-filter select {
    float: none;
    display: inline-block;
    width: auto;
}

#submit-autoroyal-form fieldset textarea,
#submit-lead-autoroyal-form fieldset textarea,
#submit-deal-autoroyal-form fieldset textarea,
#submit-reservation-autoroyal-form fieldset textarea,
#autoroyal-update-user-form fieldset textarea,
#dealer-info-block form textarea {
    height: auto;
}

#submit-autoroyal-form.postbox,
#submit-lead-autoroyal-form.postbox,
#submit-deal-autoroyal-form.postbox,
#submit-reservation-autoroyal-form.postbox {
    border: 1px solid #e7ecf1!important;
    padding: 12px 30px 15px;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#submit-autoroyal-form.postbox.closed,
#submit-lead-autoroyal-form.postbox.closed,
#submit-deal-autoroyal-form.postbox.closed,
#submit-reservation-autoroyal-form.postbox.closed {
    padding-bottom: 0;
}

#submit-autoroyal-form .inside,
#submit-lead-autoroyal-form .inside,
#submit-deal-autoroyal-form .inside,
#submit-reservation-autoroyal-form .inside {
    margin: 0;
    padding: 0;
}

#submit-autoroyal-form .stuffbox>h3, 
#submit-autoroyal-form h2,
#submit-autoroyal-form h2.hndle, 
#submit-autoroyal-form h3.hndle,
#submit-lead-autoroyal-form .stuffbox>h3, 
#submit-lead-autoroyal-form h2,
#submit-lead-autoroyal-form h2.hndle, 
#submit-lead-autoroyal-form h3.hndle,
#submit-deal-autoroyal-form .stuffbox>h3, 
#submit-deal-autoroyal-form h2,
#submit-deal-autoroyal-form h2.hndle, 
#submit-deal-autoroyal-form h3.hndle,
#submit-reservation-autoroyal-form .stuffbox>h3, 
#submit-reservation-autoroyal-form h2,
#submit-reservation-autoroyal-form h2.hndle, 
#submit-reservation-autoroyal-form h3.hndle,
#autoroyal-dashboard .options_group .stuffbox>h3, 
#autoroyal-dashboard .options_group h2,
#autoroyal-dashboard .options_group h2.hndle, 
#autoroyal-dashboard .options_group h3.hndle,
#autoroyal-update-user-form .options_group h2,
#autoroyal-update-user-form .options_group h2.hndle
#autoroyal-update-user-form .options_group h3.hndle {
    padding: 10px 0 20px 0;
    font-size: 16px;
    border-bottom: solid 1px rgba(0,0,0,.03);
}

#autoroyal-dashboard .options_group h2 {
    border-bottom: none;
    padding: 0;
    margin-bottom: 30px;
}

#autoroyal-dashboard table#autoroyal_lead_appointments_table {
    margin-bottom: 0;
}

#submit-autoroyal-form.closed .stuffbox>h3, 
#submit-autoroyal-form.closed h2, 
#submit-autoroyal-form.closed h2.hndle,
#submit-autoroyal-form.closed h3.hndle,
#submit-lead-autoroyal-form.closed .stuffbox>h3, 
#submit-lead-autoroyal-form.closed h2, 
#submit-lead-autoroyal-form.closed h2.hndle,
#submit-lead-autoroyal-form.closed h3.hndle,
#submit-deal-autoroyal-form.closed .stuffbox>h3, 
#submit-deal-autoroyal-form.closed h2, 
#submit-deal-autoroyal-form.closed h2.hndle,
#submit-deal-autoroyal-form.closed h3.hndle,
#submit-reservation-autoroyal-form.closed .stuffbox>h3, 
#submit-reservation-autoroyal-form.closed h2, 
#submit-reservation-autoroyal-form.closed h2.hndle,
#submit-reservation-autoroyal-form.closed h3.hndle,
#sautoroyal-dashboard.closed .stuffbox>h3, 
#autoroyal-dashboard.closed h2, 
#autoroyal-dashboard.closed h2.hndle,
#autoroyal-dashboard.closed h3.hndle {
    border-bottom: 0;
}

.autoroyal-subtitle {
    margin-bottom: 30px !important;
}

#autoroyal-dashboard .options_group,
#submit-autoroyal-form .options_group,
#submit-lead-autoroyal-form .options_group,
#submit-deal-autoroyal-form .options_group,
#autoroyal-update-user-form .options_group,
#submit-reservation-autoroyal-form .options_group {
    display: block;
    padding: 30px;
    border: solid 1px rgba(0,0,0,.03);
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 90px -15px rgba(41, 44, 28, 0.085);
    -ms-box-shadow: 0px 0px 90px -15px rgba(41, 44, 28, 0.085);
    box-shadow: 0px 0px 90px -15px rgba(41, 44, 28, 0.085);
}

.post-type-car #poststuff #titlewrap, 
#post-body #normal-sortables,
#existing_customer_container,
#existing_cobuyer_customer_container {
    display: none;
}

#submit-autoroyal-form .options_group fieldset,
#submit-lead-autoroyal-form .options_group fieldset,
#submit-deal-autoroyal-form .options_group fieldset,
#submit-reservation-autoroyal-form .options_group fieldset,
#autoroyal-dashboard .options_group fieldset,
#autoroyal-update-user-form .options_group fieldset {
    background: #FFF;
    padding: 0;
    width: 100%;
}

#submit-autoroyal-form .options_group fieldset,
#submit-lead-autoroyal-form .options_group fieldset,
#submit-deal-autoroyal-form .options_group fieldset,
#submit-reservation-autoroyal-form .options_group fieldset,
#autoroyal-dashboard .options_group fieldset,
#autoroyal-update-user-form .options_group fieldset {
    border: none;
}

#car_gallery_settings #submit-autoroyal-form .options_group fieldset {
    padding-bottom: 0;
}

#submit-autoroyal-form .options_group fieldset table#select-car-model,
#submit-lead-autoroyal-form .options_group fieldset table#select-car-model,
#submit-deal-autoroyal-form .options_group fieldset table#select-car-model,
#submit-reservation-autoroyal-form .options_group fieldset table#select-car-model { 
    width: 100%;
    border-collapse: inherit;
    border-spacing: 0;
    border-color: grey;
    border: none;
    table-layout: auto;
}

#submit-autoroyal-form .options_group fieldset table#select-car-model th,
#submit-lead-autoroyal-form .options_group fieldset table#select-car-model th,
#submit-deal-autoroyal-form .options_group fieldset table#select-car-model th,
#submit-reservation-autoroyal-form .options_group fieldset table#select-car-model th { 
    color: #fff; 
    background: #2c425d;
    border-width: 0;
    border-left: solid 1px rgba(0,0,0,0.1);
    padding: 10px; 
    padding: 0.625rem; 
    text-align: center;
}

#submit-autoroyal-form .options_group fieldset table#select-car-model th:first-child,
#submit-lead-autoroyal-form .options_group fieldset table#select-car-model th:first-child,
#submit-deal-autoroyal-form .options_group fieldset table#select-car-model th:first-child,
#submit-reservation-autoroyal-form .options_group fieldset table#select-car-model th:first-child {
    border-left: solid 1px rgba(0,0,0,0);
    border-width: 0;
}

#submit-autoroyal-form .options_group fieldset table#select-car-model tr:nth-child(odd),
#submit-lead-autoroyal-form .options_group fieldset table#select-car-model tr:nth-child(odd),
#submit-deal-autoroyal-form .options_group fieldset table#select-car-model tr:nth-child(odd),
#submit-reservation-autoroyal-form .options_group fieldset table#select-car-model tr:nth-child(odd) { 
    background-color: #eae9e8; 
}

#submit-autoroyal-form .options_group fieldset table#select-car-model tr:nth-child(even),
#submit-lead-autoroyal-form .options_group fieldset table#select-car-model tr:nth-child(even),
#submit-deal-autoroyal-form .options_group fieldset table#select-car-model tr:nth-child(even),
#submit-reservation-autoroyal-form .options_group fieldset table#select-car-model tr:nth-child(even) { 
    background-color: #fff; 
}

.select-car-model-table {
    overflow-x: auto;
}

#submit-autoroyal-form .options_group fieldset table#select-car-model td,
#submit-lead-autoroyal-form .options_group fieldset table#select-car-model td,
#submit-deal-autoroyal-form .options_group fieldset table#select-car-model td,
#submit-reservation-autoroyal-form .options_group fieldset table#select-car-model td { 
    font-size: 14px; 
    border: 1px solid #ebebeb; 
    border-top: 0; 
    border-right: 0;
    text-align: center; 
    vertical-align: middle; 
    padding: 10px; 
    padding: 20px; 
    min-width: 140px;
}

#submit-autoroyal-form .options_group fieldset table#select-car-model td:last-child,
#submit-lead-autoroyal-form .options_group fieldset table#select-car-model td:last-child,
#submit-deal-autoroyal-form .options_group fieldset table#select-car-model td:last-child,
#submit-reservation-autoroyal-form .options_group fieldset table#select-car-model td:last-child {
    border-right: 1px solid #ebebeb; 
}

#submit-autoroyal-form .options_group fieldset table#select-car-model td select,
#submit-autoroyal-form .options_group fieldset table#select-car-model td input[type=text],
#submit-lead-autoroyal-form .options_group fieldset table#select-car-model td select,
#submit-lead-autoroyal-form .options_group fieldset table#select-car-model td input[type=text],
#submit-deal-autoroyal-form .options_group fieldset table#select-car-model td select,
#submit-deal-autoroyal-form .options_group fieldset table#select-car-model td input[type=text],
#submit-reservation-autoroyal-form .options_group fieldset table#select-car-model td select,
#submit-reservation-autoroyal-form .options_group fieldset table#select-car-model td input[type=text] {
    width: 100%;
    margin-bottom: 0;
}

#submit-autoroyal-form .options_group fieldset table#select-car-model caption,
#submit-lead-autoroyal-form .options_group fieldset table#select-car-model caption,
#submit-deal-autoroyal-form .options_group fieldset table#select-car-model caption,
#submit-reservation-autoroyal-form .options_group fieldset table#select-car-model caption { 
    padding: 10px 0; 
    background: #efefef; 
}

#submit-autoroyal-form .options_group fieldset table#select-car-model a,
#submit-lead-autoroyal-form .options_group fieldset table#select-car-model a,
#submit-deal-autoroyal-form .options_group fieldset table#select-car-model a,
#submit-reservation-autoroyal-form .options_group fieldset table#select-car-model a { 
    color: #55b2a2; 
    font-weight: 900; 
}

#submit-autoroyal-form .options_group fieldset span.text,
#submit-lead-autoroyal-form .options_group fieldset span.text,
#submit-deal-autoroyal-form .options_group fieldset span.text,
#submit-reservation-autoroyal-form .options_group fieldset span.text {
    display: inline-block;
    width: 150px;
    margin-top: 5px;
}

#submit-autoroyal-form .options_group fieldset .criteria_name,
#submit-lead-autoroyal-form .options_group fieldset .criteria_name,
#submit-deal-autoroyal-form .options_group fieldset .criteria_name,
#submit-reservation-autoroyal-form .options_group fieldset .criteria_name {
    margin-right: 36px;
    width: 400px;
}

#submit-autoroyal-form .options_group fieldset span.text,
#submit-lead-autoroyal-form .options_group fieldset span.text,
#submit-deal-autoroyal-form .options_group fieldset span.text,
#submit-reservation-autoroyal-form .options_group fieldset span.text {
    width: 150px;
    margin-right: 10px;
    font-size: 14px;
}

#submit-autoroyal-form .options_group fieldset input:active,
#submit-autoroyal-form .options_group fieldset input:focus,
#submit-lead-autoroyal-form .options_group fieldset input:active,
#submit-lead-autoroyal-form .options_group fieldset input:focus,
#submit-deal-autoroyal-form .options_group fieldset input:active,
#submit-deal-autoroyal-form .options_group fieldset input:focus,
#submit-reservation-autoroyal-form .options_group fieldset input:active,
#submit-reservation-autoroyal-form .options_group fieldset input:focus {
    border-color: #93a1bb;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(147,161,187,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(147,161,187,.6);
}

input[type=radio], 
input[type=checkbox] {
    margin-right: 5px;
}

.autoroyal-checkbox-field {
    padding-top: 39px;
    padding-bottom: 38px;
}

.autoroyal-checkbox-field-small {
    padding-top: 10px;
    padding-bottom: 10px;
}

.autoroyal-checkbox-field label,
.autoroyal-checkbox-field-small label {
    width: auto;
    margin-bottom: 0;
}

.full {
    width: 100%;
    display: inline-block;
}

.info-text {
    font-style: italic;
    margin-top: 10px;
    width: 70%;
    margin-left: 113px;
}

.criteria-image {
    max-width: 590px;
    height: auto;
}

.control {
    display: block;
    position: relative;
    padding-left: 36px;
    margin-right: 15px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 18px;
    float: left;
    height: 36px;
}

.control .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: #0C3EB8;
    color: #eeeeee;
    text-align: center;
    border-radius: 4px;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 5px 15px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity .2s;
}

.control .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #0C3EB8 transparent transparent transparent;
}

.control:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    background: #e6e6e6;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #eee;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    /*background: #ccc;*/
}

.control input:checked ~ .control__indicator {
    -webkit-box-shadow: 0px 0px 0px 3px #0C3EB8;
    -moz-box-shadow: 0px 0px 0px 3px #0C3EB8;
    box-shadow: 0px 0px 0px 3px #0C3EB8;
}

.show-hide-condition,
.new-discounted-price {
    display: none;
}

.car_combined_color {
    background: #ebdec9;
    background: -moz-linear-gradient(left, #ebdec9 0%, #ebdec9 50%, #000333 50%, #000333 100%);
    background: -webkit-linear-gradient(left, #ebdec9 0%,#ebdec9 50%,#000333 50%,#000333 100%);
    background: linear-gradient(to right, #ebdec9 0%,#ebdec9 50%,#000333 50%,#000333 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebdec9', endColorstr='#000333',GradientType=1 );
}

.car_na_color {
    background-color: #cccccc;
    /*font-family: 'Montserrat', sans-serif;*/
    font-size: 8px;
    color: #666;
    text-align: center;
    font-weight: bold;
    line-height: 34px;
}

.full-width {
    width: 100%;
    margin-bottom: 30px;
}

.checkbox-label {
    margin-bottom: 20px !important;
}

.taxonomy-subcategory-select {
    margin-bottom: 0 !important;
    width: calc(100% - 25px) !important;
    float: right;
    margin-top: -9px !important;
}

.autoroyal-checkbox-sub-category {
    padding-top: 20px;
    padding-bottom: 20px;
}

#map-canvas {
    display: block;
    width: 100%;
    height: 370px;
    position: relative;
    margin-bottom: 10px;
}

#autoroyal-update-user-form #map-canvas {
    margin-bottom: 30px;
}

.delete_expense {
    margin-top: 30px;
    margin-bottom: 30px;
    cursor: pointer;
    color: #e33535;
    float: left;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.delete_expense:hover {
    color: #e64747;
}

.vehicle_expenses_item {
    width: 100%;
    float: left;
}

.add_new_expense {
    margin-bottom: 30px;
    color: #0C3EB8;
    cursor: pointer;
    float: left;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.add_new_expense:hover {
    color: #0483bf;
}

.bg-success {
    background-color: #f1f8e6 !important;
}

::-webkit-input-placeholder { /* Chrome */
    color: #ccc !important;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #ccc !important;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #ccc !important;
    opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
    color: #ccc !important;
    opacity: 1;
}

.ui-autocomplete {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    z-index: 10000;
    border: 1px solid #5b9dd9;
    -webkit-box-shadow: 0 1px 2px rgba(30,140,190,.8);
    box-shadow: 0 1px 2px rgba(30,140,190,.8);
    background-color: #fff;
}

.ui-autocomplete li {
    margin-bottom: 0;
    padding: 4px 10px;
    white-space: nowrap;
    text-align: left;
    cursor: pointer;
}

#submit-autoroyal-form .options_group fieldset.autoroyal-last-fieldset,
#submit-lead-autoroyal-form .options_group fieldset.autoroyal-last-fieldset,
#submit-deal-autoroyal-form .options_group fieldset.autoroyal-last-fieldset,
#submit-reservation-autoroyal-form .options_group fieldset.autoroyal-last-fieldset {
    margin-bottom: 0;
    margin-top: 30px;
    border: none !important;
}

table.car-manager-cars thead .sorting {
    background: url(../images/sort_both.png) center right no-repeat;
}

table.car-manager-cars thead .sorting_desc {
    background: url(../images/sort_desc.png) center right no-repeat;
}

table.car-manager-cars thead .sorting_asc {
    background: url(../images/sort_asc.png) center right no-repeat;
}

table.car-manager-cars thead .sorting, 
table.car-manager-cars thead .sorting_asc, 
table.car-manager-cars thead .sorting_asc_disabled, 
table.car-manager-cars thead .sorting_desc, 
table.car-manager-cars thead .sorting_desc_disabled {
    cursor: pointer;
    padding-left: 15px;
    padding-right: 15px;
}

table.table-hover>tbody>tr:hover {
    background-color: #538EFB;
    color: #fff;
    cursor: pointer;
}

#autoroyal-dashboard #autoroyal_add_vehicle,
#autoroyal-dashboard #autoroyal_add_lead,
#autoroyal-dashboard #autoroyal_add_lead {
    margin-left: 20px;
}

#autoroyal_add_vehicle,
#autoroyal_add_lead,
#autoroyal_add_deal {
    float: right;
    box-shadow: none;
    padding: 14px 28px;
    margin-bottom: 30px;
    border: none;
}

#autoroyal_add_vehicle .fa,
#autoroyal_add_lead .fa,
#autoroyal_add_deal .fa {
    margin-right: 7px;
}

.autoroyal-inventory-stats-block {
    background-color: #fbfcfd;
    border: solid 1px #e7ecf1;
    padding: 3px;
    color: #000;
    padding-top: 19px;
    padding-bottom: 17px;
    min-height: 74px;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.autoroyal-inventory-stats-block span.autoroyal-inventory-stats-block-title,
.autoroyal-inventory-stats-block span.autoroyal-inventory-stats-block-value {
    width: 100%;
    float: left;
    text-align: left;
    padding: 0 14px;
    font-size: 14px;
    color: #727c86;
    /*font-family: 'Montserrat', sans-serif;*/
}

.autoroyal-inventory-stats-block span.autoroyal-inventory-stats-block-value {
    font-size: 20px;
    font-weight: 600;
    color: #3e4f5e;
}

.autoroyal-inventory-stats-block-value {
    font-size: 22px;
    line-height: normal;
}

#autoroyal-submit {
    float: left;
    width: 100%;
}

input.disabled,
input:disabled,
select.disabled,
select:disabled,
textarea.disabled,
textarea:disabled {
    cursor: not-allowed;
}

.autoroyal-input-has-icon {
    position: relative;
}

.autoroyal-input-has-icon .autoroyal-input-icon-left {
    padding-left: 42px !important;
}

.autoroyal-input-has-icon .autoroyal-input-icon {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    pointer-events: none;
}

.autoroyal-input-has-icon .autoroyal-input-icon.left {
    left: 0;
}

#btnGroupResidence,
#btnGroupEmployer,
#btnGroupCoBuyerEmployer,
#btnGroupCoBuyerResidence {
    margin-bottom: 30px;
}

#btnGroupResidence button,
#btnGroupEmployer button,
#btnGroupCoBuyerEmployer button,
#btnGroupCoBuyerResidence button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #333;
    background-color: #fff;
    border: none;
    border: solid 1px #ccc;
    position: relative;
    float: left;
    outline: none;
}

#btnGroupResidence button+ button,
#btnGroupEmployer button+ button,
#btnGroupCoBuyerEmployer button+ button,
#btnGroupCoBuyerResidence button+ button {
    margin-left: -1px;
}

#btnGroupResidence button.active,
#btnGroupResidence button:hover,
#btnGroupResidence button:active,
#btnGroupResidence button:focus,
#btnGroupEmployer button.active,
#btnGroupEmployer button:hover,
#btnGroupEmployer button:active,
#btnGroupEmployer button:focus,
#btnGroupCoBuyerEmployer button.active,
#btnGroupCoBuyerEmployer button:hover,
#btnGroupCoBuyerEmployer button:active,
#btnGroupCoBuyerEmployer button:focus,
#btnGroupCoBuyerResidence button.active,
#btnGroupCoBuyerResidence button:hover,
#btnGroupCoBuyerResidence button:active,
#btnGroupCoBuyerResidence button:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    outline: none;
}

.lead_buyer_residences,
.lead_buyer_employers,
.lead_cobuyer_buyer_residences,
.lead_cobuyer_buyer_employers {
    display: none;
    width: 100%;
    float: left;
}

.lead_buyer_residences.active,
.lead_buyer_employers.active,
.lead_cobuyer_buyer_residences.active,
.lead_cobuyer_buyer_employers.active {
    display: block
}

/**
 * Timepicker
 */
div.time-picker { position: absolute; height: 191px; width:6em; /* needed for IE */overflow: auto; background: #fff; border: 1px solid #aaa; z-index: 99; margin: 0;}
div.time-picker-12hours { width:8em; /* needed for IE */}
div.time-picker ul { list-style-type: none; margin: 0; padding: 0; }
div.time-picker li { cursor: pointer; font: 12px/1 Helvetica, Arial, sans-serif; padding: 4px 3px; }
div.time-picker li.selected { background: #0063CE; color: #fff; }


table#autoroyal_deals_table .autoroyal_loan_payment_paid_faild {
    background-color: #f9ebec;
}

table#autoroyal_deals_table tbody tr:hover .autoroyal_loan_payment_paid_faild {
    background-color: #f3858d;
}


table#autoroyal_deal_payments_table,
table#autoroyal_lead_appointments_table,
table.autoroyal_sales_reports {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    width: 100%;
    table-layout: auto !important;
    border: 1px solid #d1d1d1;
    color: #444;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 13px;
    line-height: 1.4em;
}

table#autoroyal_deal_payments_table th,
table#autoroyal_lead_appointments_table th,
table.autoroyal_sales_reports th {
    border: 1px solid #d1d1d1;
    border-width: 0 1px 1px 0;
    font-weight: 700;
    padding: 20px;
    font-weight: normal;
    text-align: center;
    background-color: #efefef;
    font-weight: bold;
    text-transform: uppercase;
}

table#autoroyal_deal_payments_table td,
table#autoroyal_lead_appointments_table td,
table.autoroyal_sales_reports td {
    border: 1px solid #d1d1d1;
    font-weight: normal;
    text-align: center;
    border-width: 0 1px 1px 0;
    padding: 10px;
}

table#autoroyal_lead_appointments_table td,
table#autoroyal_lead_appointments_table th {
    text-align: initial;
    padding: 15px 20px;
}

table.autoroyal_sales_reports {
    margin-bottom: 0;
}

table.autoroyal_sales_reports th {
    padding: 15px 20px;
}

table#autoroyal_deal_payments_table input {
    margin-bottom: 0 !important;
}

table#autoroyal_deal_payments_table .autoroyal_loan_payment_paid_success {
    background-color: #e7fff8;
}

table#autoroyal_deal_payments_table .autoroyal_loan_payment_paid_success input {
    background-color: #f4fffc;
}

table#autoroyal_deal_payments_table .autoroyal_loan_payment_paid_faild {
    background-color: #f9ebec;
}

table#autoroyal_deal_payments_table .autoroyal_loan_payment_paid_faild input {
    background-color: #fff6f7;
}

.autoroyal_loan_new_table_box {
    border: solid 2px #fbe1e3;
    background-color: #fff6f7;
    padding: 15px;
    margin-bottom: 30px;
}

.autoroyal-green-background {
    background-color: #e7fff8;
}

.autoroyal-stats-has-url {
    cursor: pointer;
}

.autoroyal-stats-has-url:hover {
    background-color: #edf0f3;
}

.autoroyal-new-leads {
    background-color: #f9ebec;
}

.autoroyal-new-leads:hover {
    background-color: #ecdadb;
}

.autoroyal_sales_reports_nav,
.autoroyal_contact_forms_nav {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: -1px !important;
    float: left;
    width: 100%;
    z-index: 99;
    position: relative;
}

.autoroyal_sales_reports_nav li,
.autoroyal_contact_forms_nav li {
    float: left;
    width: auto;
    padding: 15px 20px;
    border: 1px solid #e7ecf1;
    border-right: none;
    cursor: pointer;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #fbfbfb;
}

.autoroyal_sales_reports_nav li:hover,
.autoroyal_contact_forms_nav li:hover {
    background-color: #f7f7f7;
}

.autoroyal_sales_reports_nav li:last-child,
.autoroyal_contact_forms_nav li:last-child {
    border-right: 1px solid #e7ecf1;
}

.autoroyal_sales_reports_nav li.active,
.autoroyal_contact_forms_nav li.active {
    border-bottom-color: #fff;
    background-color: #fff;
}

.autoroyal_sales_reports_container,
.autoroyal_contact_forms_container {
    padding: 20px;
    border: 1px solid #e7ecf1;
    background-color: #fff;
    float: left;
    width: 100%;
    z-index: 1;
    position: relative;
    -webkit-box-shadow: 0px 0px 90px -15px rgba(41, 44, 28, 0.085);
    -ms-box-shadow: 0px 0px 90px -15px rgba(41, 44, 28, 0.085);
    box-shadow: 0px 0px 90px -15px rgba(41, 44, 28, 0.085);
}

.autoroyal_contact_forms_container {
    margin-bottom: 30px;
}

.autoroyal_sales_reports_container,
.autoroyal_contact_forms_container {
    display: none;
}

.autoroyal_sales_reports_container.active,
.autoroyal_contact_forms_container.active {
    display: block;
}

.autoroyal-secure-info {
    color: #ff0000;
    margin: 0 !important;
    font-size: 16px !important;
    margin-bottom: 10px !important;
}

#autoroyal_submit_application,
#autoroyal_qualify_me,
#autoroyal_submit_tradein,
#autoroyal_request_test_drive {
    border: none;
}

.has-error-alert {
    position: relative;
}

label.error {
    position: absolute;
    font-size: 10px;
    font-weight: 400;
    color: #cc0000;
    bottom: 0;
    font-family: "Roboto", sans-serif;
}

label.error {
    display: none;
}

label.error.visible {
    display: block !important;
}

.autoroyal-https-error {
    border-left: solid 3px #ed6b75;
    padding: 20px;
    background-color: #fbe1e3;
}

.autoroyal-field-hidden-ssl {
    background-color: #fbe1e3 !important;
    border-color: #ed6b75 !important;
}

.autoroyal-vehicle-block {
    float: left;
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15);
    overflow: hidden;
    margin-bottom: 30px;
    display: inline-block;
}

.autoroyal-vehicle-list-block .autoroyal-vehicle-block {
    border-bottom: solid 1px #edeff1;
    padding-bottom: 30px;
}

.autoroyal-vehicle-block-image-wrapper {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    float: left;
    border-radius: 4px;
}

.autoroyal-vehicle-block-image-wrapper a.fancybox {
    display: none;
}

.autoroyal-vehicle-block-image-wrapper:hover a.autoroyal-vehicle-block-no-thumbnail,
.autoroyal-vehicle-block-image-wrapper:hover a.autoroyal-vehicle-block-thumbnail {
    transform: scale(1.05);
}

.autoroyal-vehicle-block-image-wrapper a {
    z-index: 99;
}

.autoroyal-vehicle-block-image-wrapper a.autoroyal-vehicle-block-image-gallery,
.autoroyal-vehicle-block-image-wrapper a.autoroyal-vehicle-block-image-quick-view {
    position: absolute;
    top: 20px;
    width: auto;
    min-width: 30px;
    height: 30px;
    color: #fff;
    border-radius: 3px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    z-index: 9999;
    background-color: rgba(0,0,0,.3);
    padding: 0 7px;
}

.autoroyal-vehicle-block-image-wrapper a.autoroyal-vehicle-block-image-gallery:hover,
.autoroyal-vehicle-block-image-wrapper a.autoroyal-vehicle-block-image-quick-view:hover {
    background-color: #D00027;
}

.autoroyal-vehicle-block-image-wrapper a.autoroyal-vehicle-block-image-gallery span {
    font-weight: bold;
    margin-left: 5px;
}

.autoroyal-vehicle-block-image-wrapper a.autoroyal-vehicle-block-image-gallery {
    left: 20px;
}

.autoroyal-vehicle-block-image-wrapper a.autoroyal-vehicle-block-image-quick-view {
    right: 20px;
}

.autoroyal-vehicle-block-image-wrapper a.autoroyal-vehicle-block-thumbnail:before,
.autoroyal-vehicle-block-image-wrapper a.autoroyal-vehicle-block-no-thumbnail:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,.5);
    opacity: 0;
    z-index: 999;
    -webkit-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.autoroyal-vehicle-block-image-wrapper:hover a.autoroyal-vehicle-block-thumbnail:before,
.autoroyal-vehicle-block-image-wrapper:hover a.autoroyal-vehicle-block-no-thumbnail:before {
    opacity: 1;
}

.autoroyal-vehicle-block-thumbnail,
.autoroyal-vehicle-block-no-thumbnail {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    float: left;
    padding-top: 70%;
    box-shadow: none !important;
    position: relative;
    background-color: #f4f4f4;
}

.autoroyal-vehicle-block-no-thumbnail svg {
    position: absolute;
    top: 0;
    left: 0;
    padding: 50px;
    width: 100%;
    display: block;
    height: 100%;
    stroke: #d3d5da;
    fill: #d3d5da;
}

.autoroyal-vehicle-block-meta {
    position: relative;
    padding: 30px;
    transform: translateZ(0);
    overflow: hidden;
    width: 100%;
    float: left;
}

.autoroyal-vehicle-block .heading {
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 27px;
    transition: all .2s ease-in-out;
    /*font-family: 'Montserrat', sans-serif;*/
    box-shadow: none !important;
    font-size: 18px;
    font-weight: 700;
    color: #505050;
    text-decoration: none;
    float: left;
    width: 100%;
}

.autoroyal-vehicle-block.autoroyal-block-style-1 .heading {
    font-size: 17px;
}

.autoroyal-vehicle-block .heading .productYear {
    color: #cccccc;
}

.autoroyal-vehicle-block-specs {
    font-size: 14px;
    color: #999;
}

.separator {
    margin: 15px 0;
    background-color: #edeff1;
    float: left;
    width: 100%;
}

.separator-nopadding-top {
    margin-top: 0;
}

.autoroyal-vehicle-block-meta-price {
    margin: 0 !important;
    font-size: 20px;
    font-weight: bold;
    color: #3B3B3B;
    letter-spacing: 0 !important;
    float: left;
}

.autoroyal-vehicle-block-meta .btn-danger {
    right: 30px;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 12px 0;
    border-radius: 30px;
    background: #f6f8f9;
    border: none;
    color: #D00027;
    z-index: 9;
    transition-delay: 0s;
    box-shadow: none;
}

.autoroyal-vehicle-block-meta .btn {
    position: absolute;
    bottom: 30px;
    transition: transform .2s ease-in;
    -webkit-appearance: inherit;
    background: transparent;
    width: auto;
    height: auto;
    padding: 0;
}

.autoroyal-vehicle-block-meta .btn:hover {
    background: transparent;
    color: #aa0020;
}

.autoroyal-vehicle-block-meta .btn-danger .fa-heart {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -7px;
    transform: scale(0);
    transform-origin: bottom;
    transition: transform .2s ease-in-out;
}

.autoroyal-vehicle-block-meta .btn-danger.favorited .fa-heart {
    transform: scale(1);
}

.autoroyal-vehicle-block:hover .cd-offer-meta .btn-danger {
    transition-delay: .1s;
}

.autoroyal-vehicle-block:hover .cd-offer-meta .btn {
    transform: translateY(0);
}

.autoroyal-vehicle-block-meta .btn-danger:hover .fa-heart {
    transform: scale(1);
}

.btn-danger:hover {
    background-color: #333;
    color: #fff;
}

.autoroyal-horizontal-car-filter,
.autoroyal-vertical-car-filter,
#autoroyal-inventory {
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

.autoroyal-vertical-car-filter {
    margin-bottom: 0;
}

.autoroyal-horizontal-car-filter,
#autoroyal-vertical-car-holder {
    padding: 40px;
    -webkit-box-shadow: 0px 0px 90px -15px rgba(41, 44, 28, 0.085);
    -ms-box-shadow: 0px 0px 90px -15px rgba(41, 44, 28, 0.085);
    box-shadow: 0px 0px 90px -15px rgba(41, 44, 28, 0.085);
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
}

#autoroyal-vertical-car-holder {
    padding: 0;
    margin-top: -60px;
    width: 100%;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 4px;
}

.vertical-filter-fields-group {
    padding: 30px;
    border-bottom: solid 1px #edeff1;
}

.vertical-filter-fields-group:last-of-type {
    border: none;
}

.vertical-filter-fields-group.filter-search-button .btn {
    padding: 15px;
    text-transform: uppercase;
}

.pdbtm10 {
    padding-bottom: 10px;
}

/*UI SLIDER RANGES*/
.custom-range p{margin: 0;}
.custom-range p label,
#autoroyal-advance-search-form label {
    margin-bottom: 5px;
    width: 100%;
    color: #aaa;
    font-size: 12px;
    line-height: 17px;
    text-transform: uppercase;
}
.custom-range p input{
    border: none;
    background: transparent;
    width: 60px;
    padding: 0;
    color: #999;
    font-size: 14px;
}
.custom-range p input.filter-meta{
    border: none;
    background: transparent;
    padding: 0;
    color: #999;
    font-size: 14px;
    float: right;
    width: 70px;
    text-align: right;
    margin-bottom: 0;
}

#price_up,
#year_up,
#mileage_up {
    float: right;
    width: auto;
}

.range-holder {
    width: 100%;
    float: left;
    padding: 0 5px;
    padding-left: 2px;
    background-color: #eceff3;
    border-radius: 7px;
}
.custom-range .ui-slider{
    width: 100%;
    border: none;
    border-radius: 0;
    background: #eceff3 !important;
    height: 3px;
    border-radius: 7px;
}
.custom-range.custom-range-filter .ui-slider{
    width: calc(100% - 60px);
}
.ui-slider-horizontal .ui-slider-range{background: none; background-color: #0C3EB8!important;}
.ui-slider-horizontal .ui-slider-handle{
    width: 22px !important;
    height: 22px !important;
    border-radius: 50%;
    background: #fff !important;
    border: solid 3px #0C3EB8 !important;
    top: -10px !important;
    outline: none !important;
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
    box-shadow: none;
    box-shadow: 0 0 0 4px #e6ecf7;
}
.ui-slider-horizontal .ui-slider-handle:active{
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
    border-width: 5px !important;
}

.autoroyal-vertical-car-filter .form-group.custom-range {
    margin-bottom: 30px;
}

.custom-checkbox {
    margin-top: 40px;
}

.custom-checkbox label {
    margin-bottom: 0;
}

.autoroyal-filter-button {
    width: 100%;
    border: none;
    text-align: center;
    padding: 15px 20px;
    transition: all .2s ease-in-out;
    letter-spacing: 1px;
    font-weight: normal !important;
}

.autoroyal-filter-results {
    float: left;
    width: 100%;
}

#autoroyal-vertical-car-holder .autoroyal-filter-results {
    margin-bottom: 0;
}

.autoroyal-search-filter-results-buttons {
    text-align: right;
}

#autoroyal-vertical-car-holder .autoroyal-search-filter-results-buttons {
    text-align: left;
}

.autoroyal-search-filter-results-buttons a {
    text-decoration: none !important;
    box-shadow: none !important;
    padding: 30px;
    display: none;
    float: left;
}

.autoroyal-filter-subscribers {
    margin-bottom: 30px;
}

.credentials-errors-block,
.credentials-success-block {
    padding: 20px;
    background-color: #f8e9e9;
    border-radius: 4px;
    color: #666666;
    margin-bottom: 30px;
}

.credentials-errors-block .error-title,
.credentials-success-block .success-title {
    width: 100%;
    margin-bottom: 10px;
    color: #cc3333;
    float: left;
    font-weight: bold;
}

#reset-password-form {
    display: none;
}

#autoroyal-dashboard .options_group {
    display: block;
    padding: 20px;
    border: 1px solid #e7ecf1;
    margin-bottom: 30px;
}

#show_reset_password,
#hide_reset_password {
    box-shadow: none;
}

#show_reset_password .fa,
#hide_reset_password .fa {
    padding-right: 5px;
}

.autoroyal-MyAccount-account-funds .form-row,
.autoroyal-MyAccount-account-funds .form-row input {
    width: auto !important;
}

.autoroyal-MyAccount-account-funds .form-row-first {
    width: 50%;
    float: left;
}

.autoroyal-MyAccount-account-funds .form-row-first input {
    width: 100% !important;
    float: left;
    margin-bottom: 10px !important;
}

tr.featured-listing {
    background-color: #e7fff8;
}

tr.promoted-listing {
    background-color: #fbfde3;
}

#subscribe-filter {
    padding: 30px;
    position: relative;
    cursor: pointer;
    color: #01adbd;
}

#autoroyal-vertical-car-holder #subscribe-filter {
    float: right;
    display: none;
}

#subscribe-filter:hover {
    color: #686868;
}

#subscribe-filter .fa-spinner,
#subscribe-filter .fa-exclamation-triangle,
#subscribe-filter .fa-check {
    display: none;
    margin-right: 5px;
}

#subscribe-filter-email-holder {
    position: absolute;
    padding: 10px;
    width: 220px;
    top: 0;
    margin-top: -110px;
    left: 50%;
    z-index: 99;
    margin-left: -110px;
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 5px -5px rgba(102,102,102,.1);
    display: none;
}

#subscribe-filter-email-holder:before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -8px;
    right: auto;
    display: inline-block!important;
    border-right: 8px solid transparent;
    border-top: 8px solid #e0e0e0;
    border-left: 8px solid transparent;
    content: '';
}

#subscribe-filter-email-holder input {
    width: 100%;
    float: left;
    margin-bottom: 0 !important;
}

#subscribe-filter-email-holder input.autoroyal-submit-email-error {
    border-color: #ff0000;
}

#subscribe-filter-email-holder span {
    float: left;
    width: 50%;
    padding: 5px;
    padding-bottom: 0;
    color: #01adbd;
}

#subscribe-filter-email-holder span:hover {
    color: #686868;
}

#subscribe-filter-close {
    text-align: right;
}

.autoroyal-notification-block {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.autoroyal-notification-block-avatar {
    float: left;
    width: 160px;
}

.autoroyal-notification-block-avatar .autoroyal-vehicle-block-no-thumbnail svg {
    padding: 20px;
}

.autoroyal-notification-block-meta {
    float: left;
    width: calc(100% - 190px);
    margin-left: 30px;
}

.autoroyal-notification-block-meta .autoroyal-vehicle-block-specs {
    width: 100%;
    float: left;
    padding: 10px 0;
}

table.my_account_payouts {
    table-layout: auto;
}

h4.user-filter-title {
    margin-bottom: 25px;
    padding: 15px 20px;
    padding-bottom: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 90px -15px rgba(41, 44, 28, 0.085);
    -ms-box-shadow: 0px 0px 90px -15px rgba(41, 44, 28, 0.085);
    box-shadow: 0px 0px 90px -15px rgba(41, 44, 28, 0.085);
}

h4.user-filter-title span.delete-user-filter {
    text-transform: capitalize;
    color: #ff0000;
    cursor: pointer;
    letter-spacing: 0;
    margin-left: 30px;
    float: right;
}

h4.user-filter-title span {
    padding: 7px 14px;
    margin-bottom: 5px;
    display: inline-block;
}

h4.user-filter-title span.item {
    background-color: #f4f4f4;
    border-radius: 4px;
    margin-right: 5px;
    text-transform: capitalize;
}

h4.user-filter-title span.delete-user-filter .fa {
    margin-right: 7px;
}

h4.user-filter-title span.delete-user-filter:hover {
    color: #d00909;
}

h4.user-filter-title span.show-filter-new-vehicles {
    text-transform: lowercase;
    letter-spacing: 0;
    margin-left: 30px;
    color: #666;
}

.user-filter-container {
    margin-bottom: 30px;
}

.user-filter-container .autoroyal-vehicle-block .heading {
    font-size: 16px;
    line-height: 20px;
}

.user-filter-container .autoroyal-filter-button {
    width: auto;
}

.user-filter-container .autoroyal-vehicle-block-no-thumbnail svg {
    padding: 40px;
}

.dealer-page-map {
    margin-bottom: 30px !important;
}

.dealer-info-address {
    font-weight: bold;
    margin-bottom: 20px;
}

.autoroyal-hide-block {
    display: none;
}


/* Twenty SIxteen Template Full Width */
.autoroyal-full-width-template {
    margin-right: auto !important;
    width: 100% !important;
}

#cq-show-data {
    display: inline-block;
    margin-bottom: 30px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 14px 28px;
    font-size: 14px;
    line-height: 1;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #D00027;
    text-decoration: none;
    float: right;
}

#cq-show-data:hover {
    color: #fff;
    background-color: #c52837;
    text-decoration: none;
}

#autoroyal-notifications {
    margin-top: 30px;
}

#autoroyal-inventory #autoroyal-advance-search-form input[type="text"] {
    color: #495057;
    background-color: #eee;
    padding: 12px;
    height: auto;
    line-height: 1.5;
    border: none;
    font-weight: normal;
}

/* Responsive */
@media screen and (min-width:768px){

	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-prev,
	.carousel-control .icon-next{
		width: 30px;
		height: 30px;
		margin-top: -10px;
		font-size: 30px;
	}

	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev{
		margin-left: -10px;
	}

	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next{
		margin-right: -10px;
	}

	.carousel-caption{
		left: 20%;
		right: 20%;
		padding-bottom: 30px;
	}

	.carousel-indicators{
		bottom: 20px;
	}

}

@media screen and (max-width: 767px) {
	
	.col-sm-6 {
		width: 100%;
	}
	
}

.customize-control-checkbox input, 
.customize-control-nav_menu_auto_add input, 
.customize-control-radio input {
    margin-right: 4px !important;
    margin-left: -24px !important;
}

.delete-price-period {
    margin-top: 34px;
    margin-right: 20px;
    display: inline-block;
}

.add-new-price-period {
    display: inline-block;
    margin-bottom: 30px;
}

.delete-price-period {
    color: #e33535;
}

.autoroyal-full-width,
.price-set {
    width: 100%;
    float: left;
}

.dropdown-menu .inner {
    width: 100%;
}

.datepicker {
    border-radius: .25rem;

    direction: ltr;
}
.datepicker-inline {
    width: 220px;
}
.datepicker-rtl {
    direction: rtl;
}
.datepicker-rtl.dropdown-menu {
    left: auto;
}
.datepicker-rtl table tr td span {
    float: right;
}
.datepicker-dropdown {
    top: 0;
    left: 0;

    padding: 20px 22px;

    box-shadow: 0 50px 100px rgba(50, 50, 93, .1), 0 15px 35px rgba(50, 50, 93, .15), 0 5px 15px rgba(0, 0, 0, .1);
}
.datepicker table {
    width: auto;
    margin: 0;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; 

    -webkit-touch-callout: none;
}
.datepicker table tr td {
    border-radius: 50%;
}
.datepicker table tr th {
    font-weight: 500; 

    border-radius: .25rem;
}
.datepicker table tr td,
.datepicker table tr th {
    font-size: .875rem; 

    width: 36px;
    height: 36px;

    transition: all .15s ease;
    text-align: center;

    border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #adb5bd;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
    cursor: pointer; 

    background: white;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    cursor: default; 

    color: #dee2e6;
    background: none;
}
.datepicker table tr td.highlighted {
    border-radius: 0;
}
.datepicker table tr td.highlighted.focused {
    background: #5e72e4;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
    color: #ced4da; 
    background: #5e72e4;
}
.datepicker table tr td.today {
    background: white;
}
.datepicker table tr td.today.focused {
    background: white;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
    color: #8898aa; 
    background: white;
}
.datepicker table tr td.range {
    color: #fff;
    border-radius: 0; 
    background: #5e72e4;
}
.datepicker table tr td.range.focused {
    background: #3b53de;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active,
.datepicker table tr td.range.day.disabled:hover {
    color: #8a98eb; 
    background: #324cdd;
}
.datepicker table tr td.range.highlighted.focused {
    background: #cbd3da;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
    color: #dee2e6; 
    background: #e9ecef;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
    color: #fff; 
    background: #5e72e4;
}
.datepicker table tr td.day.range-start {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.datepicker table tr td.day.range-end {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.datepicker table tr td.day.range-start.range-end {
    border-radius: 50%;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.day.range:hover {
    color: #fff; 
    background: #5e72e4;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
    color: #fff;
    background: #5e72e4;
    box-shadow: none;
}
.datepicker table tr td span {
    line-height: 54px;

    display: block;
    float: left;

    width: 23%;
    height: 54px;
    margin: 1%;

    cursor: pointer;

    border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
    background: #e9ecef;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    cursor: default; 

    color: #dee2e6;
    background: none;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
    color: #8898aa;
}
.datepicker .datepicker-switch {
    width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
    cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
    background: #e9ecef;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
    visibility: hidden;
}
.datepicker .cw {
    font-size: 10px;

    width: 12px;
    padding: 0 2px 0 5px;

    vertical-align: middle;
}

#wp-vehicle_description-media-buttons {
    display: none;
}

/*!8.
 *
 * jQuery for Bootstrap
 *
 */
 .xdsoft_datetimepicker{box-shadow:0 5px 15px -5px rgba(0,0,0,0.506);background:#fff;border-bottom:1px solid #bbb;border-left:1px solid #ccc;border-right:1px solid #ccc;border-top:1px solid #ccc;color:#333;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;padding:8px;padding-left:0;padding-top:2px;position:absolute;z-index:9999999;-moz-box-sizing:border-box;box-sizing:border-box;display:none}.xdsoft_datetimepicker.xdsoft_rtl{padding:8px 0 8px 8px}.xdsoft_datetimepicker iframe{position:absolute;left:0;top:0;width:75px;height:210px;background:transparent;border:0}.xdsoft_datetimepicker button{border:none !important}.xdsoft_noselect{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.xdsoft_noselect::selection{background:transparent}.xdsoft_noselect::-moz-selection{background:transparent}.xdsoft_datetimepicker.xdsoft_inline{display:inline-block;position:static;box-shadow:none}.xdsoft_datetimepicker *{-moz-box-sizing:border-box;box-sizing:border-box;padding:0;margin:0}.xdsoft_datetimepicker .xdsoft_datepicker,.xdsoft_datetimepicker .xdsoft_timepicker{display:none}.xdsoft_datetimepicker .xdsoft_datepicker.active,.xdsoft_datetimepicker .xdsoft_timepicker.active{display:block}.xdsoft_datetimepicker .xdsoft_datepicker{width:224px;float:left;margin-left:8px}.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker{float:right;margin-right:8px;margin-left:0}.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker{width:256px}.xdsoft_datetimepicker .xdsoft_timepicker{width:58px;float:left;text-align:center;margin-left:8px;margin-top:0}.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker{float:right;margin-right:8px;margin-left:0}.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker{margin-top:8px;margin-bottom:3px}.xdsoft_datetimepicker .xdsoft_monthpicker{position:relative;text-align:center}.xdsoft_datetimepicker .xdsoft_label i,.xdsoft_datetimepicker .xdsoft_prev,.xdsoft_datetimepicker .xdsoft_next,.xdsoft_datetimepicker .xdsoft_today_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC)}.xdsoft_datetimepicker .xdsoft_label i{opacity:.5;background-position:-92px -19px;display:inline-block;width:9px;height:20px;vertical-align:middle}.xdsoft_datetimepicker .xdsoft_prev{float:left;background-position:-20px 0}.xdsoft_datetimepicker .xdsoft_today_button{float:left;background-position:-70px 0;margin-left:5px}.xdsoft_datetimepicker .xdsoft_next{float:right;background-position:0 0}.xdsoft_datetimepicker .xdsoft_next,.xdsoft_datetimepicker .xdsoft_prev,.xdsoft_datetimepicker .xdsoft_today_button{background-color:transparent;background-repeat:no-repeat;border:0 none;cursor:pointer;display:block;height:30px;opacity:.5;-ms-filter:"alpha(opacity=50)";outline:medium none;overflow:hidden;padding:0;position:relative;text-indent:100%;white-space:nowrap;width:20px;min-width:0}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next{float:none;background-position:-40px -15px;height:15px;width:30px;display:block;margin-left:14px;margin-top:7px}.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next{float:none;margin-left:0;margin-right:14px}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev{background-position:-40px 0;margin-bottom:7px;margin-top:0}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box{height:151px;overflow:hidden;border-bottom:1px solid #ddd}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div{background:#f5f5f5;border-top:1px solid #ddd;color:#666;font-size:12px;text-align:center;border-collapse:collapse;cursor:pointer;border-bottom-width:0;height:25px;line-height:25px}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:first-child{border-top-width:0}.xdsoft_datetimepicker .xdsoft_today_button:hover,.xdsoft_datetimepicker .xdsoft_next:hover,.xdsoft_datetimepicker .xdsoft_prev:hover{opacity:1;-ms-filter:"alpha(opacity=100)"}.xdsoft_datetimepicker .xdsoft_label{display:inline;position:relative;z-index:9999;margin:0;padding:5px 3px;font-size:14px;line-height:20px;font-weight:bold;background-color:#fff;float:left;width:182px;text-align:center;cursor:pointer}.xdsoft_datetimepicker .xdsoft_label:hover>span{text-decoration:underline}.xdsoft_datetimepicker .xdsoft_label:hover i{opacity:1.0}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select{border:1px solid #ccc;position:absolute;right:0;top:30px;z-index:101;display:none;background:#fff;max-height:160px;overflow-y:hidden}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_monthselect{right:-7px}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_yearselect{right:2px}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover{color:#fff;background:#438cca}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option{padding:2px 10px 2px 5px;text-decoration:none !important}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current{background:#3af;box-shadow:#178fe5 0 1px 3px 0 inset;color:#fff;font-weight:700}.xdsoft_datetimepicker .xdsoft_month{width:100px;text-align:right}.xdsoft_datetimepicker .xdsoft_calendar{clear:both}.xdsoft_datetimepicker .xdsoft_year{width:48px;margin-left:5px}.xdsoft_datetimepicker .xdsoft_calendar table{border-collapse:collapse;width:100%}.xdsoft_datetimepicker .xdsoft_calendar th{height:25px}.xdsoft_datetimepicker .xdsoft_calendar td,.xdsoft_datetimepicker .xdsoft_calendar th{width:14.2857142%;background:#f5f5f5;border:1px solid #ddd;color:#666;font-size:12px;text-align:right;vertical-align:middle;padding:0;border-collapse:collapse;cursor:pointer;height:25px}.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th{width:12.5%}.xdsoft_datetimepicker .xdsoft_calendar th{background:#f1f1f1}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today{color:#3af}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default{background:#ffe9d2;box-shadow:#ffb871 0 1px 4px 0 inset;color:#000}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint{background:#c1ffc9;box-shadow:#00dd1c 0 1px 4px 0 inset;color:#000}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current{background:#3af;box-shadow:#178fe5 0 1px 3px 0 inset;color:#fff;font-weight:700}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,.xdsoft_datetimepicker .xdsoft_time_box>div>div.xdsoft_disabled{opacity:.5;-ms-filter:"alpha(opacity=50)";cursor:default}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled{opacity:.2;-ms-filter:"alpha(opacity=20)"}.xdsoft_datetimepicker .xdsoft_calendar td:hover,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover{color:#fff !important;background:#438cca !important;box-shadow:none !important}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover{background:#3af !important;box-shadow:#178fe5 0 1px 3px 0 inset !important;color:#fff !important}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_disabled:hover{color:inherit !important;background:inherit !important;box-shadow:inherit !important}.xdsoft_datetimepicker .xdsoft_calendar th{font-weight:700;text-align:center;color:#999;cursor:default}.xdsoft_datetimepicker .xdsoft_copyright{color:#ccc !important;font-size:10px;clear:both;float:none;margin-left:8px}.xdsoft_datetimepicker .xdsoft_copyright a{color:#eee !important}.xdsoft_datetimepicker .xdsoft_copyright a:hover{color:#aaa !important}.xdsoft_time_box{position:relative;border:1px solid #ccc}.xdsoft_scrollbar>.xdsoft_scroller{background:#ccc !important;height:20px;border-radius:3px}.xdsoft_scrollbar{position:absolute;width:7px;right:0;top:0;bottom:0;cursor:pointer}.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar{left:0;right:auto}.xdsoft_scroller_box{position:relative}.xdsoft_datetimepicker.xdsoft_dark{box-shadow:0 5px 15px -5px rgba(255,255,255,0.506);background:#000;border-bottom:1px solid #444;border-left:1px solid #333;border-right:1px solid #333;border-top:1px solid #333;color:#ccc}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box{border-bottom:1px solid #222}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div{background:#0a0a0a;border-top:1px solid #222;color:#999}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label{background-color:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select{border:1px solid #333;background:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover{color:#000;background:#007fff}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current{background:#c50;box-shadow:#b03e00 0 1px 3px 0 inset;color:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==)}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th{background:#0a0a0a;border:1px solid #222;color:#999}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th{background:#0e0e0e}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today{color:#c50}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default{background:#ffe9d2;box-shadow:#ffb871 0 1px 4px 0 inset;color:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint{background:#c1ffc9;box-shadow:#00dd1c 0 1px 4px 0 inset;color:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current{background:#c50;box-shadow:#b03e00 0 1px 3px 0 inset;color:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div:hover{color:#000 !important;background:#007fff !important}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th{color:#666}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright{color:#333 !important}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a{color:#111 !important}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover{color:#555 !important}.xdsoft_dark .xdsoft_time_box{border:1px solid #333}.xdsoft_dark .xdsoft_scrollbar>.xdsoft_scroller{background:#333 !important}.xdsoft_datetimepicker .xdsoft_save_selected{display:block;border:1px solid #ddd !important;margin-top:5px;width:100%;color:#454551;font-size:13px}.xdsoft_datetimepicker .blue-gradient-button{font-family:"museo-sans","Book Antiqua",sans-serif;font-size:12px;font-weight:300;color:#82878c;height:28px;position:relative;padding:4px 17px 4px 33px;border:1px solid #d7d8da;background:-moz-linear-gradient(top,#fff 0,#f4f8fa 73%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(73%,#f4f8fa));background:-webkit-linear-gradient(top,#fff 0,#f4f8fa 73%);background:-o-linear-gradient(top,#fff 0,#f4f8fa 73%);background:-ms-linear-gradient(top,#fff 0,#f4f8fa 73%);background:linear-gradient(to bottom,#fff 0,#f4f8fa 73%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff',endColorstr='#f4f8fa',GradientType=0)}.xdsoft_datetimepicker .blue-gradient-button:hover,.xdsoft_datetimepicker .blue-gradient-button:focus,.xdsoft_datetimepicker .blue-gradient-button:hover span,.xdsoft_datetimepicker .blue-gradient-button:focus span{color:#454551;background:-moz-linear-gradient(top,#f4f8fa 0,#FFF 73%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f4f8fa),color-stop(73%,#FFF));background:-webkit-linear-gradient(top,#f4f8fa 0,#FFF 73%);background:-o-linear-gradient(top,#f4f8fa 0,#FFF 73%);background:-ms-linear-gradient(top,#f4f8fa 0,#FFF 73%);background:linear-gradient(to bottom,#f4f8fa 0,#FFF 73%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f8fa',endColorstr='#FFF',GradientType=0)}
