﻿

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

#city-link {
    height: 45px;
    width: 45px;
    margin-left: 20px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.dx-drawer-panel-content, .dx-overlay-content {
    background-color: lightgray;
}

.dx-drawer-content {
    margin: 10px;
}

.drawer-view-content {
    margin-left: 10px;
    margin-top: 10px;
}
.dx-list-item-content, .dx-list .dx-empty-message {
    padding: 10px;
    font-size: 16px;
}

.dx-toolbar .dx-button .dx-icon{
    font-size: 20px;
}
#layout-toolbar {
    background-color: lightgray;
    padding: 1em 10px;
    height: 60px;
}


#layout-toolbar .dx-toolbar-button .dx-button {
    background-color: rgba(191, 191, 191, -0.15);
    border: none;
    font-size: 20px;
}

    #layout-toolbar .dx-toolbar-button > .dx-toolbar-item-content {
        margin-left: -7px;
    }

    #layout-toolbar .dx-list-item-icon {
        margin-right: 10px;
    }

.business-header img,
.business-header-mobile img {
}

    .business-header img.it-logo, .business-header-small img.it-logo {
        height: 25px;
        margin-bottom: 10px;
    }

    .business-header img.bt-logo {
        width: 60em;
        margin-top: 10px;
    }

.business-header-mobile, .business-header-medium {
    /*height: 28vh;*/
    min-height: 125px;
    background: url('../images/plans_banner.jpeg') center center repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    z-index: -999;
}

    .business-header-mobile img.bt-logo {
        width: 18em;
        margin-bottom: 5px;
    }

    .business-header-mobile img.it-logo {
        height: 20px;
        margin-bottom: 10px;
    }

    .business-header-medium img.bt-logo {
        width: 30em;
        margin-top: 5px;
    }

    .business-header-medium img.it-logo {
        height: 20px;
    }

.business-header {
    min-height: 15rem;
    background: url('../images/plans_banner_blur.jpeg') center center repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.business-header-small {
    background: url('../images/plans_banner_blur.jpeg') center center repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
