/*--------------------------------------------------------------
zfilter General
--------------------------------------------------------------*/

.active-table {
    margin-top: 10px !important;
    float: left;
    border: none !important;

}

.active-table th {
    color: #000 !important;
}
html {
    min-height: 100vh;
    overflow-y: scroll;
    background-image: linear-gradient(to top, #d5d4d0 0%, #d5d4d0 1%, #eeeeec 31%, #efeeec 75%, #e9e9e7 100%);
}

body {
    font-family: Montserrat !important;
    min-height: 100vh;
    background: none !important;
}


.edit {
    width: 100%;
    padding: 5px;
    cursor: pointer;
}

.editMode {
    /*border: 1px solid black;*/

}

.txtedit {
    display: none;
    width: 99%;
    height: 22px;
}
.schedule-form {
    margin-top: 80px;
}
img.login-logo {
    max-width: 260px;
    margin: auto;
    display: table;
    opacity: .3;
}

/*--------------------------------------------------------------
zfilter Header
--------------------------------------------------------------*/
header {
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
}
.topmenu-logic {
    background-image: linear-gradient( 120deg , #fdfbfb 0%, #ebedee 100%);
    margin-bottom: 40px;
    border-bottom: 5px solid #d5d5d5;
    height: 59px;
}

.topmenu-wrap {
    width: 90%;
    margin: 0 auto;
}
.topmenu-logo {
    width: 50px;
    float: left;
    margin-right: 20px;
    top: 3px;
    position: relative;
    opacity: .5;
}

.top-logo img {
    width: 100%;
    height: auto;
}
.user-message {
    float: right;
    line-height: 15px;
    background: #e91e63;
    padding: 10px 15px;
    border-radius: 0 0 5px 5px;
    position: relative;
    top: 0;
    color: #fff !important;
    font-weight: bold;
    text-decoration: none !important;
}

.user-message span {
    font-weight: normal;
    font-size: 10px;
    position: relative;
    bottom: 4px;
    left: -2px;
}



/*--------------------------------------------------------------
zfilter Table Layout
--------------------------------------------------------------*/

.dropzone {
    min-height: 150px;
    border: 1px solid #ced4da;
    background: white;
    padding: 20px 20px;
    border-radius: .25rem;
}

#response {
    width: 100%;
    position: relative;
}

div#results {
    clear: left;
    margin-top: 52px;
    display: table;
    width: 100%;
}

.form-header {
    text-align: center;
    padding: 35px;
}

.dropzone i {
    margin: 25px auto 5px;
    display: table;
    font-size: 90px;
    color: #3F51B5;
}

.autocomplete-edit {
    background: #ebffd4 !important;
}

.form-floating label {
    color: #373737;
    margin-top: 1px;
}

.form-signin {
    width: 90%;
    max-width: 600px;
    margin: auto;
    padding: 20px 0;
}


/*--------------------------------------------------------------
zfilter Scheduling Page
--------------------------------------------------------------*/


.schedule-heading-top {
    font-size: 60px;
    font-weight: 300;
}

.schedule-heading-main {
    font-size: 22px;
    margin-top: 25px !important;
    font-weight: bold;
}

.schedule-heading-sub {
    margin: 0 0 5px 0 !important;
}

.sqft-switch {
    font-size: 16px;
    top: 19px;
    position: relative;
}

.sqft-toggle {
    float: left;
    margin-left: 17px;
}
.bootstrap-growl {
    width: auto !important;
}
.details-highlight {
    background: #d3f2ff !important;
}
.form-floating>.form-control, .form-floating>.form-select {
    height: calc(3.5rem + 3px) !important;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .schedule-heading-top {
        font-size: 40px;
    }

}

@media screen and (max-width: 650px) {
    .bootstrap-growl {
        width: 90% !important;
    }

}
