﻿body {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #ebe2d2;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    /* padding-left: 15px;*/ padding-left: 0px;
    /*padding-right: 15px;*/
    padding-right: 15px;
}

/* 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;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.navbar-custom {
    background-color: #ebe2d2 !important;
}

    .navbar-custom .navbar-brand, .navbar-customer .navbar-text {
        color: #2a8683 !important;
    }

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
    border-color: rgb(255,102,203);
} 