/*

	YachtCast Intelligence
	Moravia Yachting Branding


-------------------------------------------------*/
/*
	Colours
	--------------------------------------------
	Pink: #B10023;
	Dark grey: #000;
	Light Grey: #888b8d;

*/

h1 { color:#000; font-family: proxima-nova, sans-serif;}

a:focus, a:hover {
    color:#B10023;
}
.loginContainer .form fieldset .button {
    background-color:#B10023; font-family:Arial, Helvetica, sans-serif;
    color:#FFFFFF;
    opacity: 1;
    border: 1px solid #B10023;
    cursor: pointer;
}
.accent .loginContainer .form fieldset .button:hover { background-color:#000; border: 1px solid #000;  }
.accent .loginContainer .form fieldset .forgotten a:hover,
.loginContainer .form fieldset.forgotten-copy a.backtoLink:hover { color: #000;}

.accent .loginContainer .form fieldset.forgotten-copy h2 { color: #000;}
.accent .loginContainer .form fieldset.forgotten-copy p { color: #000;}

.accent .loginContainer .form fieldset .loginButton,
.accent .loginContainer .form fieldset.forgotten-copy a.reset-button { background: #B10023;}

.accent .loginContainer .form fieldset .loginButton:hover,
.accent .loginContainer .form fieldset.forgotten-copy a.reset-button:hover { background: #000;}

.accent .loginContainer .form fieldset.loginCopy h3 { color: #000;}

.accent .loginContainer .form fieldset.loginCopy .loginButton { background: #B10023; }
.accent .loginContainer .form fieldset.loginCopy .loginButton:hover { background: #000;}

.button:focus,
.button:hover {
    background-color:#B10023;
}
.loginContainer form.jsSubmit-enabled fieldset .button {
    background-color:#c60e3b;
    border-color:#FFF;
}
body.homepage {
    background: #fff; 
}
header {
    background: #B10023; 
}
.loginContainer .logoContainer h1 {
    background:url(../images/login-logo.svg) center top no-repeat; background-size:210px auto;
    width: 100%;
    height: 190px;
    margin-top: 110px;
}
.loginContainer .form fieldset {
	padding:36px 0 0 0; margin:0 auto;
}

@media only screen and (max-width:640px) {
    .accent .loginContainer .form fieldset .row.keep-signed-in .spacer {
        width: 100px;
    }
}

/* header
------------------------------------------------*/
header .logoContainer .logo {
    margin: 20px 0 -18px 10px;
    width: 391px;
    height: 64px;
    background: url(../images/logo.svg) 0 0 no-repeat;
    background-size: auto 46px;
}
.navigation li a:hover,
.navigationDirectory li a:hover {
    border: 1px solid #B10023;
    color: #c60e3b;
}
.subNavigation li.nameSearch .button,
.loginContainer .form.jsSubmit-enabled fieldset .button {
    background:#c60e3b;
    border:1px solid #c60e3b;
}
@media only screen and (min-width:641px) {
    .loginContainer .form fieldset .button {
        margin-left: 164px;
    }
}

.allNotesButton {
    border:1px solid #B10023;
    color:#B10023;
}
.allNotesButton:hover {
    background-color:#c60e3b;
    border:1px solid #c60e3b;
}

.dropdown.menu.account-dropdown > li.is-dropdown-submenu-parent > a::after {
	border:none;
	height:5px; width:10px;
	background: url(/resources/images/icons/header-drop-down-arrow.svg) 0 0 no-repeat;
}

.accent .account-dropdown.dropdown.menu > li > a,
.accent .account-dropdown.dropdown.menu > li.is-active > a,
.accent .account-dropdown.dropdown.menu > li > a:hover { color:#fff;}

.accent .sectionHeading { color:#000;}
.accent .subNavigation li .title { color:#000; }

.accent .searchResults .searchActions li a.title, .accent .searchResults .searchActions li.back a, .accent .searchResults .searchActions li.edit a, .accent .searchResults .searchActions li.compare-yachts a, 
.accent .compareContainer a.compareYachtsButton,
.accent .searchResults .creat-shortlist,
.accent .searchResults .searchActions li.compare a,
.accent .compareContainer a.compareYachtsButton,
#reportIssue a.button,
.accent .mobile-navigation .back-container .backtoResults {
    border-color:#888b8d;
    color:#888b8d;
}
#reportIssue a.button:hover,
.accent .compareContainer a.compareYachtsButton:hover,
.accent .link-add-button:hover,
.accent .previewContainer .previewButton:hover {
    background-color:#B10023;
    color:#FFF;
	border-color:#B10023;
}

.accent .cancelSearch, .accent .saveSearch {
	color:#fff;
	border:1px solid #B10023; background:#B10023;
}
.accent .cancelSearch:hover, .accent .saveSearch:hover {
	border:1px solid #000;
	background:#000;
}

.accent .saveSearch:before { background-position:0 -25px;}

.accent .previewContainer .previewButton {
	background:#B10023; color:#fff;
	border:1px solid #B10023;
}

.previewContainer .previewButton:before { background-position: 0 -20px;}
.accent .previewContainer .previewButton:hover { border:1px solid #000; background-color:#000;}
.previewContainer .previewButton:hover:before {
    background-position: 0 -20px;
	background-color:#000;
}

.accent .searchResults .searchActions li a:hover,
.accent .compareContainer a.compareYachtsButton:hover,
.accent .searchResults .creat-shortlist:hover {
    border-color:#B10023;
}
.accent .searchResults .resultsOptions .chosen-container-single .chosen-single,
.accent .searchResults .result .resultDetails h3 a:hover {
    color:#B10023;
}
.accent .searchResults .searchActions li a:hover,
.accent .searchResults .creat-shortlist:hover,
.accent .searchResults .searchActions li.compare a:hover,
.accent .yacht-actions a.compare.active {
    background-color:#B10023; color: #fff;
}
.accent .searchResults .resultsOptions .chosen-container-single .chosen-drop ul li.highlighted,
.accent .searchResults .resultsOptions .chosen-container-single .chosen-drop ul li.result-selected,
.accent .searchContainer fieldset .refineSearchButton {
    background-color:#B10023;
}

.accent .searchResults .searchActions li.download .dropdown .submenu a { border:none; background:none; font-size:14px; color:#666; padding:11px 25px 11px 10px; line-height:1em; }
.accent .searchResults .searchActions li.download .dropdown .submenu a:before { display:none;}
.accent .searchResults .searchActions li.download .dropdown .submenu a:hover { color:#B10023 ;}


.accent .footerPagination ul li a.active,
.accent .directoryListings .pagination ul li a.active {
    background-color:#B10023;
    border-color:#B10023;
}
.accent .searchButton,
.accent .savedSearches .listRow .listDetails li.action-buttons a.view:hover {
    background-color:#B10023;
}
.accent .searchResults .result-filters a:hover,
.accent .searchResults .result-filters a.active,
.back-button {
    border-color:#B10023;
    color:#B10023;
}
.accent .nameSearch .button {
    border-color:#B10023;
    background-color:#B10023;
}
.accent .alphabetSorting .alphabetList li a:hover {
    border-color:#B10023;
    color:#B10023;
}
.accent .choose-shortlist .list .listRow .listDetails li.action-buttons .select,
.accent .choose-shortlist .list .listRow .listDetails li.action-buttons a.edit,
.accent .savedSearches .listRow .listDetails li.action-buttons a.view {
    border-color:#B10023;
    color:#B10023;
}
.accent .choose-shortlist .list .listRow .listDetails li.action-buttons .select:hover,
.accent .choose-shortlist .list .listRow .listDetails li.action-buttons a.edit:hover,
.back-button:hover,
.accent #mapInfoPanelContent .buttonContainer .button:hover,
.accent .section-ourphotos .particular-tabs li.photos a:after,
.accent .myphotos-tab-container .particular-tabs li.photos a:after,
.accent .reportphotos-tab-container .particular-tabs li.photos a:after,
.accent .section-report .particular-tabs li.reports a:after,
.accent .notesList .list li.listRow .listDetails li.view a.view:hover {
    background-color:#B10023;
}
.blue-dropdown.dropdown.menu > li > a {
    color:#B10023;
}
header .blue-dropdown.dropdown.menu > li > a.choose-shortlist {
    color:#fff;
}
header .blue-dropdown.dropdown.menu > li > a.choose-shortlist:before { content:'- ';}
.homepage .loginContainer form fieldset .forgotton {
    color:#cacaca;
}
.homepage .loginContainer form fieldset .forgotton:hover {
    color:#B10023;
}
.accent .saveButton:hover,
.accent .downloadButton:hover {
    background-color: #B10023;
    border-color:#B10023;
}
.accent .sub-tabs a:hover,
.accent .sub-tabs a.active,
.accent .directoryListings .list .listRow .listDetails li.view a,
.accent .alphabetSorting .alphabetList li a.active,
.accent .alphabetSorting .alphabetList li a:hover,
.accent .button-style-one,
.accent #mapInfoPanelContent .buttonContainer .button,
.accent .notesList .list li.listRow .listDetails li.view a.view,
.accent .resultNavigationMobile li a,
.accent .link-add-button,
.accent .uploadButton {
    border-color:#B10023;
    color:#B10023;
}
.yacht-report-image:hover,
.accent .marketing-broker-container a.marketing-broker-button {
    border-color:#B10023;
}
.accent .overviewContainer .overviewSection .yacht-actions .shortlist a:hover,
.accent .yachtDetailsContainer.full-width .yacht-actions .shortlist a:hover,
.accent .overviewContainer .overviewSection .yacht-actions .shortlist a.onShortlist,
.accent .button.add-button:hover,
.accent .button.edit-button:hover,
.accent .uploadButton:hover,
.accent #sistership-view-list .compare-button:hover,
.accent #sistership-view-list .shortlist-button:hover,
.accent .homepage-see-more:hover,
.accent .optionButtons .coastGuard:hover,
.accent .optionButtons .fanInfo:hover,
.accent .saveButton:hover,
.loginContainer form fieldset #js_submit {
    border-color:#B10023;
    background-color:#B10023;
    color:#FFF;
}
.compare-fixed-mode .accent .compare-fixed .compareContainer a.compareYachtsButton:hover,
.loginContainer .form.jsSubmit-enabled fieldset .button:hover,
.loginContainer form fieldset #js_submit:hover {
    background-color:#FFF;
    color:#B10023;
}

.navigation li a { color:#000;}

.navigation li span,
.navigationDirectory li a,
.navigationDirectory li span,
.home-data-feed li a,
.subNavigation li ul li a,
.accent .choose-shortlist .list .listRow.selected .listDetails li.shortlist-name a,
.accent .resultDetails .report-sale a,
.accent .sold-yacht-data-list .sold-price a,
.accent .dropdown.menu .is-active>a,
.yachtDetailsContainer .particularsCopy .report-details .report-name a,
.accent .particular-tabs li a.active,
.accent .yacht-actions .style-like-select.dropdown.menu li  a.title,
.accent .yachtDetailsContainer .overview-list .list-detail a,
.accent .marketing-broker-container a.marketing-broker-button,
.accent .overviewContainer .overviewSection .yacht-actions .shortlist a,
.accent .yachtDetailsContainer.full-width .yacht-actions .shortlist a,
.accent .yachtDetailsContainer.full-width .yacht-actions a.compare,
.accent .overviewSpcicfications p.builder-model a,
.accent .current-location-button .check,
.accent .particular-tabs li a:hover,
.accent .particulars .yachtNavigation .backtoResults,
.accent .button.add-button,
.accent .videosList li .video .details p.title a,
.accent .yacht-show-list-heading li.name,
.accent .yacht-show-list-content li.name a,
.accent .yachtReviews .documentDetails p.title,
.accent .yachtReviews ul li .review:hover .overlay .overlayInner a:hover,
.accent .yacht-news .news-item .headline,
.accent .status-caption a,
.accent .overviewSpcicfications .min-spec.model li ul li a,
.accent .tabsContainer li a.active,
.sold-price-list li a,
.current-location-link,
.menu-takeover .takeover-items li a,
.noteTypeDetails li a.website,
.single-pdf-link,
.accent .refine .clearLink a,
.accent .refine .pdfLink a,
.accent .searchResults .resultsOptions .chosen-container-single,
.accent .chosen-single,
.accent .yachtCompareHeader .resultsOptions.display .chosen-container-single .chosen-single,
.accent .savedSearches .listRow .listDetails li.name a,
.accent .accountProfileOverview ul li.edit-option a,
.accent .savedSearches .listRow .listDetails li.action-buttons a.change,
.section-ourphotos .particular-tabs li.photos a,
.myphotos-tab-container .particular-tabs li.photos a,
.reportphotos-tab-container .particular-tabs li.photos a,
.section-report .particular-tabs li.reports a,
.accent .notesList .list li.listRow .listDetails li.title a,
.accent .searchResults.recentSales .list .listRow .listDetails li.soldPrice a,
.accent .yachtNavigation .shortlist-mobile a,
.accent .status.for-sale span,
.accent .searchResults .result .resultDetails .priceContainer .soldPrice a,
.accent .button.edit-button,
.accent .model-details .sistership-link,
.accent #sistership-view-list .compare-button,
.accent #sistership-view-list .shortlist-button,
.accent .mobile-list-results-container .note,
.accent .intelligenceDetails .list li.listRow .listDetails li.noteTitle a,
.accent .addNoteButton,
.accent .noteTypeDetails li a.website,
.accent .single-pdf-link,
.accent .chosen-container-single .chosen-single-with-deselect span,
.accent .filter-applied {
    color:#B10023;
}

.accent .searchResults .searchActions li.compare-yachts a, 
.homepage-see-more { color:#888b8d; border:1px solid #888b8d;}
.accent .searchResults .searchActions li.compare-yachts a:hover { background-color:#B10023; border:1px solid #B10023;}

.accent .searchResults .searchActions li.compare-yachts a:hover:before { background-position:16px -18px;}

@media only screen and (max-width:640px) {
    .accent .searchResults .searchActions li.compare-yachts a:hover:before { background-position:50% -18px;}
}

.accent .searchResults .searchActions li.show-guide a.title:hover { color:#fff;}
.accent .searchResults .searchActions li.show-guide a:hover::before { background-position:-29px 0px;}

.accent .subNavigation li ul li a:hover { color:#000;}

.accent .refine .clearLink a, .accent .refine .pdfLink a { color:#888b8d; }
.accent .refine .clearLink a:hover, .accent .refine .pdfLink a:hover { border-color:#B10023;}

.accent header .dropdown.menu .is-active>a {color:#B10023;}
.accent .choose-shortlist .list .listRow .listDetails li.action-buttons .select:hover,
.accent .choose-shortlist .list .listRow.selected .listDetails li.action-buttons .select,
.accent .particular-tabs li a.active:after,
.accent .marketing-broker-container a.marketing-broker-button:hover,
.yacht-actions .style-like-select.dropdown.menu li ul li a:hover,
.searchContainer fieldset .refineSearchButton,
.compare-fixed-mode .accent .compare-fixed .compareContainer a.compareYachtsButton,
.accent .searchResults .result .imageContainer .position,
.searchButton,
.accent .sub-tabs a.notes.active .count,
.accent .sub-tabs a.reports.active .count,
.accent .tabsContainer li a.active:after,
.accent .directoryListings .list .listRow .listDetails li.view a:hover,
.accent .refine .clearLink a:hover,
.accent .refine .pdfLink a:hover,
.accent .button-style-one:hover
.accent .searchResults .searchActions li.compare-yachts a:hover {
    background-color: #B10023;
}
.accent .marketing-broker-container a.marketing-broker-button:hover,
.accent .overviewContainer .overviewSection .yacht-actions .shortlist a:hover,
.accent .yachtDetailsContainer.full-width .yacht-actions .shortlist a:hover,
.accent .overviewContainer .overviewSection .yacht-actions .shortlist a.onShortlist,
.accent .button.add-button:hover,
.accent .particulars .yachtNavigation .backtoResults:hover {
    color:#FFF;
}

 .loginContainer #intelligence_login.form fieldset .forgotton:hover { color:#B10023;}

@media only screen and (min-width:641px) {
    .accent .particulars .yachtNavigation .backtoResults {
        border-color:#B10023;
    }
    .accent .particulars .yachtNavigation .backtoResults:hover {
        background-color:#B10023;
    }
    .accent .addNoteButton {color:#B10023;}
    .accent .addNoteButton:hover {
        border-color:#B10023;
        background-color:#B10023;
        color:#FFF;
    }
    .intelligenceDetails .list li.listRow .listDetails li.source a,
    .intelligenceDetails .list li.listRow .listDetails li.view a {
        color:#B10023;
    }

}
.accent .facts-sales .item {
    background: #B10023;
}
.accent .facts-sales .item p {
    color:#FFF;
}
@media only screen and (max-width:640px) {
    header .logoContainer .logo {
        width:215px;
        background-size:auto 31px;
        margin-top: 25px;
        margin-left: 5px;
    }
    .loginContainer .logoContainer h1 {
        background-size:240px auto;
        margin-top:35px;
    }
}

.loginContainer form fieldset label,
.homepage .loginContainer .loginCopy h2,
.homepage .loginContainer .loginCopy p {color:#666;}
.loginContainer .errorMessage {color:#B10023; font-weight: 600;}

.accent .yacht-actions .shortlist a { background-position:11px -31px;}
.accent .yacht-actions .shortlist a:hover, .accent .yacht-actions .shortlist a.onShortlist { background-position:11px 9px;}

.yacht-actions .shortlist a,
.yacht-actions a.compare {
    color:#B10023;
}
.yacht-actions a.compare:hover, .yacht-actions a.compare.active {
	color:#fff;
	background-position:14px 9px;
}
.yacht-actions .shortlist a:hover,
.yacht-actions .shortlist a.onShortlist,
.yacht-actions a.compare:hover {
    border: 1px solid #B10023;
    background-color: #B10023;
}

@media only screen and (min-width:641px) {
    .intelligenceDetails .list li.listRow .listDetails li.noteTitle a { color:#B10023; }
}
@media screen and (min-width: 641px) {
    .accent .particular-tabs li.notes a.active span.has-notes .count,
    .accent .particular-tabs li.reports a.active span.has-reports .count {
        background: #B10023;
    }
}

.accent .latest-news .latest-news-list li .news-copy .headline { color:#B10023;}
.accent .latest-news .latest-news-list li .news-copy .headline:hover { color:#666;}
.accent .latest-news .view-all-news { color:#888b8d; border:1px solid #888b8d;}
.accent .latest-news .view-all-news:hover { background-color:#B10023; color:#fff; border:1px solid #B10023;}

.accent .home-title a:hover, .accent .latest-news .heading a:hover { color:#B10023;}

.accent .news-search-button { background-color:#B10023; border:1px solid #B10023;}

.accent .refresh-button { border:1px solid #B10023; color:#B10023;}
.accent .refresh-button:hover { background-color:#B10023;}

.accent .industry-news .news-item .headline, .accent .news-yachts li a { color:#B10023;}

/* custom pdf 
------------------------------------------*/
.accent #template_single + label:before, .accent #template_MORAVIA_SINGLE_PAGE  + label:before,/*TODO this is copied from TJB may not be needed*/
.accent #template_multi + label:before, .accent #template_MORAVIA_MULTI_PAGE_6_IMAGE  + label:before,/*TODO this is copied from TJB may not be needed*/
.accent #template_multi_two + label:before, .accent #template_MORAVIA_MULTI_PAGE_2_IMAGE  + label:before { background:#B10023;}/*TODO this is copied from TJB may not be needed*/

.accent #template_single+label:hover:before, .accent #template_MORAVIA_SINGLE_PAGE +label:hover:before,/*TODO this is copied from TJB may not be needed*/
.accent #template_multi+label:hover:before, .accent #template_MORAVIA_MULTI_PAGE_6_IMAGE +label:hover:before,/*TODO this is copied from TJB may not be needed*/
.accent #template_multi_two+label:hover:before, .accent #template_MORAVIA_MULTI_PAGE_2_IMAGE +label:hover:before { background:#000;}/*TODO this is copied from TJB may not be needed*/

.accent .new-content-button { 
	background-color:#fff; background-position:14px 9px;
	color:#B10023;
	border:1px solid #B10023;
	padding-left:40px; padding-right:25px;
}
.accent .new-content-button:hover {
	color:#fff;
	background-color:#B10023; background-position:-4px 9px;
}

.accent .addMorePhotosBtn  { color:#B10023; border:2px solid #B10023;}
.accent .addMorePhotosBtn:hover { opacity:1; }
.accent .addMorePhotosBtn:after { color:#B10023;}

.accent .choose-orientation input:checked + label:after { background:#B10023;}

.accent .addMorePhotosBtn:hover {
	background:#B10023;
	color:#fff;
}
.accent .addMorePhotosBtn:hover:after { color:#fff;}

.accent .preview-button { background-color:#B10023; border:1px solid #B10023;}
.accent .preview-button:hover, .edmiston .preview-button:focus { color:#B10023}

.accent .step-choose-photos .button,
.step-finished .accent  .button,
.accent .step-save-and-share .button { background-color:#B10023; border:1px solid #B10023;}

.accent .step-choose-photos .button:hover,
.step-finished .accent  .button:hover,
.accent .step-save-and-share .button:hover { background-color:#B10023; border:1px solid #B10023;}

.accent .button.save-button, .accent .button.download-button { background-color:#B10023; border:1px solid #B10023; }
.accent .button.save-button:hover, .accent .button.download-button:hover { background-color:#B10023; border:1px solid #B10023;}

.accent .select-button-small { border:1px solid #B10023; color:#B10023;}
.accent .select-button-small:hover { background-color:#B10023;}

.accent .button.upload-button { background-color:#B10023;}
.accent .button.upload-button:hover { background-color:#2ba6cb; opacity:1;}

.accent .selection-listing .actions .select-button-small { border:1px solid #B10023; color:#B10023;}
.accent .selection-listing .actions .select-button-small:hover { border:1px solid #B10023; color:#fff; background-color:#B10023;}


.accent .searchResults .searchActions li.show-guide ul li a.title , .accent .searchResults .searchActions li.show-guide ul li a.title:hover { color:#B10023;}
.accent .searchResults .searchActions li.show-guide ul li ul.menu li a:hover { background:#B10023;}


.accent .show-pdf-options .button { background-color:#B10023;}
.accent .show-pdf-options .button:hover { background-color:#B10023;}

.accent .show-pdf-options .button.back { background-color:#fff; border:1px solid #B10023; color:#B10023;}
.accent .show-pdf-options .button.back:hover { background-color:#B10023; color:#fff;}


.accent .searchResults .result .resultDetails .price-override:hover,
.accent .searchResults .result .resultDetails .image-override:hover { border:1px solid #B10023; background:#B10023; color:#fff;}


.overlay-contentpush .overlay-content.accent .list-heading-container .uploadButton { border:1px solid #B10023;}
.overlay-contentpush .overlay-content.accent li div.delete a.edit { color:#B10023;}
.overlay-contentpush .overlay-content.accent li div.delete a.edit:hover { color:#fff; background-color:#B10023;}
.overlay-contentpush .overlay-content.accent li div.name a { color:#B10023;}

.edit-document-container #overlay-content .saveButtonContainer .saveButton:hover { background-color:#B10023;}
.edit-document-container #overlay-content .preview-button:hover { background-color:#B10023; border-color:#B10023;}

.accent .searchResults h2 a { color:#000;}
.accent .searchResults .searchActions li a.statistics:hover:before { background-position:0 -20px;}

.accent .button-style-one:hover { background:#B10023;}

.accent .searchResults .select-filters .chosen-container ul.chosen-results li.result-selected { background:#B10023;}
.accent .searchResults .select-filters .chosen-container ul.chosen-results li.highlighted {background:#000;}

.accent .searchResults .select-filters .chosen-container .chosen-single, .accent .searchResults .select-filters .chosen-drop, 
.accent .searchResults .searchHeaderSection ul.style-like-select { border:1px solid #ccc;}
.accent .searchResults .select-filters .chosen-container.chosen-with-drop .chosen-drop  { z-index:1001;}

.accent .fact-heading { color:#000;}

.loginContainer .form fieldset label:not(.checkbox) { color:#666;}

.accent .searchResults .searchActions li.search a { color:#888b8d; border:1px solid #888b8d;}
.accent .searchResults .searchActions li.search a:hover { border: 1px solid #B10023; color: #fff;}

/* header versions --------------*/
.accent .header-buttons .pdfSaveButton, .accent .header-buttons .button.pdfSaveButton, 
.accent .header-buttons .pdfBackButton, .accent .header-buttons  .button.pdfBackButton, 
.accent .header-buttons .pdfDownloadButton, .accent .header-buttons  .button.pdfDownloadButton, 
.accent .header-buttons .duplicate {
	color:#B10023;
	border:1px solid #B10023;
}

.accent .header-buttons  .pdfBackButton:hover, .accent .header-buttons  .button.pdfBackButton:hover, 
.accent .header-buttons  .pdfDownloadButton:hover, .accent .header-buttons  .button.pdfDownloadButton:hover, 
.accent .header-buttons .duplicate:hover {
	border:1px solid #B10023;
	background-color:#B10023;
}

#jsMapAreaSearch,
#jsPolygonSearch {
    background-color:#B10023;
}

@media screen and (min-width:641px ) {
    .accent .compareContainer a.compareYachtsButton:hover::before { background-position: 8px -18px;}
}


.accent .yacht-actions .shortlist a:hover, .accent .yacht-actions .shortlist a.onShortlist {
    background-color: #B10023; border: 1px solid #B10023;
    color: #fff;
}
.accent .yacht-actions a.compare { color: #B10023;}
.accent .yacht-actions a.compare:hover { color: #fff;}

.accent .yacht-actions .shortlist a { color: #B10023;}
.accent .yacht-actions .shortlist a:hover { color: #fff;}

.accent .searchResults .searchActions li a { border: 1px solid #B10023;}
.accent .searchResults .searchActions li a.statistics { border: 1px solid #888b8d; color: #888b8d;}
.accent .searchResults .searchActions li a.statistics:hover { border: 1px solid #B10023; color: #fff; }

.accent .yacht-actions .style-like-select.dropdown.menu li ul li a:hover { background: #B10023;}

.accent .button.delete-yacht:hover { background-color: #B10023; border-color: #B10023;}

.accent .button.button-delete { border: 1px solid #B10023; background-color: #B10023; color: #fff; opacity:0.6; }
.accent .button.button-delete:hover { background-color: #B10023; border: 1px solid #B10023; color: #fff; opacity: 1; }

.accent .noteTypeDetails a.website { border: 1px solid #B10023; background: url("/resources/images/icons/button_show-site.svg") 9px 8px no-repeat #fff;}
.accent .noteTypeDetails a.website:hover { background-color: #B10023; color: #fff; background-position: 9px -10px;}

.accent .all-note-button, .accent .back-button.builder-back  { border: 1px solid #B10023; color: #B10023; }
.accent .all-note-button:hover, .accent .back-button.builder-back:hover { background-color: #B10023; color: #fff;}

.accent .stats-section-heading { color: #333;}

.accent .stats-list.yachts-sold-list li ul li.name a { color: #B10023;}

.accent .overviewContainer .overviewSection .yachtShows  .show-guide a.title { border: 1px solid #B10023; color: #B10023; }
.accent .overviewContainer .overviewSection .yachtShows  .show-guide a.title:hover {  background-color: #B10023; border: 1px solid #B10023; color: #fff; }

.accent .result-type-links a:hover, .accent .result-type-links a.active {
    border: 1px solid #B10023;
    background-color: #B10023;
}
.jsVesselConditionFilter.active {color: #B10023;}

.accent .cover-image-buttons .button {
    background-color: #B10023;
    border: 1px solid #B10023;
}
.accent .cover-image-buttons .button:hover {
    background-color: #000;
    border: 1px solid #000;
}

.accent .cover-image-buttons .button.remove-cover {
    background-color: #B10023;
    border: 1px solid #B10023;
}
.accent .cover-image-buttons .button.remove-cover:hover {
    background-color: #000;
    border: 1px solid #000;
}

.accent .loginContainer .form fieldset .loginButton {
    background-color: #B10023;
    border: 1px solid #B10023;
}
.accent .loginContainer .form fieldset .loginButton:hover {
    background-color: #000;
    border: 1px solid #000;
}

.accent .searchResults .searchActions li.marketing a {
    border-color: #888b8d;
    color: #888b8d;
}
.accent .searchResults .searchActions li.marketing a:hover {
    color: #fff;
    background-color: #B10023;
    border-color: #B10023;
}

.accent .cover-image-buttons .button.cover,
.accent .button.embed-pdf {
    background-color: #B10023;
}
.accent .cover-image-buttons .button.cover:hover,
.accent .button.embed-pdf:hover {
    background-color: #000;
}

.accent .button.copy-html, .accent .button.import-brochure-button {
    border-color: #888b8d;
    color: #888b8d;
}
.accent .button.copy-html:hover, .accent .button.import-brochure-button:hover {
    color: #fff;
    background-color: #B10023;
    border-color: #B10023;
}

.accent .uploaded-document-list .compress-pdf:hover {
    background-color: #B10023;
    border-color: #B10023;
}

.accent .uploaded-document-list .list .listRow .listDetails li.action-buttons a.edit:hover {
    background-color: #B10023;
}

.accent .button.remove-documents { background-color: #ccc;}

.accent .button.button-choose {
    background-color: #B10023;
    border-color: #B10023;
}
.accent .button.button-choose:hover {
    background-color: #000;
    border-color: #000;
}

.accent .button.button-load, .accent .button.button-apply, .accent .button.copy-url, .accent .button.preview-button {
    background-color: #B10023;
    border-color: #B10023;
}

.accent .button.button-load:hover, .accent .button.button-apply:hover, .accent .button.copy-url:hover, .accent .button.preview-button:hover {
    background-color: #000;
    border-color: #000;
}

.accent .yacht-list-table.yacht-detail-table.spec-table tbody tr td .edit-bookings,
.accent .yacht-list-table.yacht-detail-table.extras-table tbody tr td .edit-toys {
    color: #B10023;
}





























