body {
    background-color: #312783 !important;
    font-family: 'Raleway', sans-serif;
}

.nav-wrapper {
    background-color: #312783 !important;
}

.brand-logo img {
    width: 80%;
    margin: auto;
    left: 0;
    vertical-align: middle;
    padding: 0;
}

#markerLayer img {
    border: 3px solid rgba(49, 39, 131, 0.8)!important;
    background-color: #FFFFFF;
    width: 100% !important;
    height: 100% !important;
    border-radius: 2px;
}


.details-image {
    max-width: 128px;
    border-radius: 8px;
}

.quotation {
    background-color: #FFBB0E;
    text-align: center;
    padding: 5%;
    font-weight: 600;
}

footer.page-footer {
    background-color: #312783;
}

.progress {
    background-color: #FFFFFF;
}

.progress .indeterminate {
    background-color: #312783;
}

#map {
    height: 600px;
}

#insert-map{
    height: 300px; 
}

.modal.bottom-sheet {
    max-height: 70%;
}

#app-container{
    display: none;
}

.app-icon{
    border-radius: 10%;
}

.dropdown-content li>a, .dropdown-content li>span{
    color: #312783;
}

.input-field .prefix.active {
    color: #312783;
}
.input-field .active label {
    color: #312783;
}

input:not([type]):focus:not([readonly])+label, input[type=text]:focus:not([readonly])+label, input[type=password]:focus:not([readonly])+label, input[type=email]:focus:not([readonly])+label, input[type=url]:focus:not([readonly])+label, input[type=time]:focus:not([readonly])+label, input[type=date]:focus:not([readonly])+label, input[type=datetime]:focus:not([readonly])+label, input[type=datetime-local]:focus:not([readonly])+label, input[type=tel]:focus:not([readonly])+label, input[type=number]:focus:not([readonly])+label, input[type=search]:focus:not([readonly])+label, textarea.materialize-textarea:focus:not([readonly])+label {
    color: #312783;
}

input:not([type]):focus:not([readonly]), input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #312783;
    box-shadow: 0 1px 0 0 #312783;
}

.btn, .btn-large {
    background-color: #4339c0;
}


    /******** Modal Style *********/

/* Overlay style */

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(49, 39, 131, 0.7);
}


/* Overlay closing cross */

.overlay .overlay-close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 20px;
    overflow: hidden;
    border: none;
    background: url(../img/cross.png) no-repeat center center;
    text-indent: 200%;
    color: transparent;
    outline: none;
    z-index: 100;
}


/* Menu style */

.overlay div {
    text-align: center;
    position: relative;
    margin: auto;
    vertical-align: middle;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


/* Effects */

.overlay-hugeinc {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-hugeinc.open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}


/* End Modal Style*/

@media (max-width: 840px) {
    .brand-logo img {
        width: 100%;
        margin: auto;
        left: 0;
        vertical-align: middle;
        padding: 0;
    }
}