/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}
body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
main {
    flex: 1 0 auto;
}
.input-field > label, span{
    color: #000;
}
.tab-content {
    padding-top: 25px;
}
.parallax-container {
    height:400px;
    line-height: 0;
    color: rgba(255,255,255,.9);
}
@media only screen and (max-width : 992px) {
    .parallax-container .section {
        position: absolute;
        top: 40%;
    }
}
.dealerLogoutBtn {
    margin-top:13px;
}
.map-responsive {

    height: 100% !important;
    overflow: hidden;
}

.msg-error {
    color: #c65848;
}
@media screen and (max-width: 576px){
    .g-recaptcha {
        transform:scale(0.77);
        -webkit-transform:scale(0.77);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
}
.footer-logo
{
    width: 250px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:20px;
}
.brp-footer
{
    border-top: #231f20 1px solid;
}
.dealerHeader,
.datepicker-date-display,
.datepicker-table td.is-selected,
.btn, .btn-large, .btn-small,
.switch label input[type=checkbox]:checked + .lever
{
    background-color: #57b6b2;
}
.switch label input[type=checkbox]:checked+.lever:after
{
    background-color: #349c93;
}
.switch label .lever
{
    background:#b0b0b0;
}
.buttonText
{
    color:#57b6b2;
    padding:2px;
}
.dealerLogoutBtn button,.dealerLogoutBtn button:hover
{
    background-color: #FFF;
}

.dealerLogoutBtn { margin-top:55px;}
.datepicker-cancel, .datepicker-clear, .datepicker-today, .datepicker-done
{
    color:#57b6b2;
}
.input-group-addon .btn
{
    background-color:#b0b0b0 ;
}


nav.clean {
    background: none;
    box-shadow: none;
}
nav.clean .breadcrumb {
    color: black;
}
nav.clean .breadcrumb:before {
    color: rgba(0, 0, 0, 0.7);
}
nav.flat, nav.round {
    box-shadow: none;
    background: transparent;
}
nav.flat .breadcrumb, nav.round .breadcrumb {
    color: #d9d9d9;
    display: inline-block;
    padding-right: 1rem;
    padding-left: calc(32px + 1rem);
    margin-left: -3px;
}
nav.flat .breadcrumb:hover, nav.round .breadcrumb:hover {
    transition: background ease 0.3s;
}
nav.flat .breadcrumb:hover:after, nav.round .breadcrumb:hover:after {
    transition: border-left-color ease 0.3s, background ease 0.3s;
}
nav.flat .breadcrumb:before, nav.round .breadcrumb:before {
    display: none;
}
nav.flat .breadcrumb:after, nav.round .breadcrumb:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    border: transparent 32px solid;
    border-left-color: black;
    margin-left: 1rem;
}
nav.flat .breadcrumb:nth-child(odd), nav.round .breadcrumb:nth-child(odd) {
    background: #f74e55;
}
nav.flat .breadcrumb:nth-child(odd):after, nav.round .breadcrumb:nth-child(odd):after {
    border-left-color: #f74e55;
}
nav.flat .breadcrumb:nth-child(odd):hover, nav.round .breadcrumb:nth-child(odd):hover {
    background: #f7585e;
}
nav.flat .breadcrumb:nth-child(odd):hover:after, nav.round .breadcrumb:nth-child(odd):hover:after {
    border-left-color: #f7585e;
}
nav.flat .breadcrumb:nth-child(odd):last-child:after, nav.round .breadcrumb:nth-child(odd):last-child:after {
    border-color: #f74e55;
}
nav.flat .breadcrumb:nth-child(even), nav.round .breadcrumb:nth-child(even) {
    background: #f76267;
}
nav.flat .breadcrumb:nth-child(even):after, nav.round .breadcrumb:nth-child(even):after {
    border-left-color: #f76267;
}
nav.flat .breadcrumb:nth-child(even):hover, nav.round .breadcrumb:nth-child(even):hover {
    background: #f86b71;
}
nav.flat .breadcrumb:nth-child(even):hover:after, nav.round .breadcrumb:nth-child(even):hover:after {
    border-left-color: #f86b71;
}
nav.flat .breadcrumb:nth-child(even):last-child:after, nav.round .breadcrumb:nth-child(even):last-child:after {
    border-color: #f76267;
}
nav.flat .breadcrumb:last-child, nav.round .breadcrumb:last-child {
    color: white;
}
nav.flat .breadcrumb:last-child:after, nav.round .breadcrumb:last-child:after {
    border-left-width: 0;
}
nav.round .breadcrumb:after {
    border-radius: 0 65px 65px 0;
    width: 32px;
    height: 64px;
    background: #f7585e;
    border: none;
}
nav.round .breadcrumb:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
nav.round .breadcrumb:nth-child(odd):after {
    background: #f74e55;
}
nav.round .breadcrumb:nth-child(odd):hover:after {
    background: #f7585e;
}
nav.round .breadcrumb:nth-child(odd):last-child:after {
    border-color: #f74e55;
}
nav.round .breadcrumb:nth-child(even):after {
    background: #f76267;
}
nav.round .breadcrumb:nth-child(even):hover:after {
    background: #f86b71;
}
nav.round .breadcrumb:nth-child(even):last-child:after {
    border-color: #f76267;
}
nav.round .breadcrumb:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
nav.expand .breadcrumb {
    color: transparent !important;
    width: 0;
    padding-left: 32px;
    padding-right: 0;
    transition: width ease 0.3s, padding-left ease 0.3s, padding-right ease 0.3s;
}
nav.expand .breadcrumb:after {
    margin-left: 0;
    transition: margin-left ease 0.3s;
}
nav.expand .breadcrumb:last-child, nav.expand .breadcrumb:hover {
    color: inherit !important;
    width: auto;
    padding-right: 1rem;
    padding-left: calc(32px + 1rem);
    transition: width ease 0.3s, padding-left ease 0.3s, padding-right ease 0.3s;
}
nav.expand .breadcrumb:last-child:after, nav.expand .breadcrumb:hover:after {
    margin-left: 1rem;
    transition: margin-left ease 0.3s;
}
nav.dot {
    background: none;
    box-shadow: none;
}
nav.dot a {
    position: relative;
    color: #6f6f6f;
    display: inline-block;
    padding: 0 2.5rem;
}
nav.dot a:hover:before, nav.dot a:hover:first-child:before {
    width: 12px;
    height: 12px;
    margin: 0 0 0 -6px;
    bottom: -1px;
}
nav.dot a:before, nav.dot a:first-child:before {
    content: "";
    position: absolute;
    background: #f7585e;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 0 0 -5px;
    border-radius: 50%;
    bottom: 0;
    left: 50%;
    z-index: 1;
    transition: width ease-in 0.1s, height ease-in 0.1s, margin ease-in 0.1s, bottom ease-in 0.1s;
}
nav.dot a:after {
    content: "";
    position: absolute;
    background: #f7585e;
    display: block;
    width: calc(100% + 15px);
    height: 2px;
    bottom: 4px;
    left: 50%;
}
nav.dot a:nth-last-child(2):after {
    width: calc(100% + 5px);
    background: #fcc3c5;
}
nav.dot a:last-child {
    color: black;
}
nav.dot a:last-child:hover:before, nav.dot a:last-child:hover:first-child:before {
    width: 10px;
    height: 10px;
    margin: 0 0 0 -5px;
    bottom: 0px;
}
nav.dot a:last-child:before {
    background: #fcc3c5;
}
nav.dot a:last-child:after {
    display: none;
}

body {
    padding: 20px;
}
body h5 {
    margin-top: 2em;
}
body h5:first-of-type {
    margin-top: 0;
}
