/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}



/* Bootstrap Dropdown Submenu */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: 6px 0 6px 6px;
}

.navbar-nav .divider-vertical {
    height: 40px;
    margin: 0 9px;
    /*border-left: 1px solid #f2f2f2;*/
    /*border-right: 1px solid #ffffff;*/
}



ul#manage {
    position: fixed;
    margin: 0;
    padding: 0;
    top: 10px;
    left: 0;
    list-style: none;
    z-index: 9999;
}
ul#manage li {
    width: 100px;
}
ul#manage li a {
    display: block;
    margin-left: -2px;
    width: 100px;
    height: 70px;
    background-color: #CFCFCF;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #AFAFAF;
    border-radius: 0 10px 10px 0;
    opacity: 0.6;
}
ul#manage li a span {
    letter-spacing: 2px;
    font-size: 12px;
    color: #000000;
    text-shadow: 0 -1px 1px #fff;
    writing-mode: vertical-rl;
    float: right;
    text-indent: 10%;
    width: 0;
    height: 0;
}
ul#manage .edit a {
    background-image: url(../Images/base/edit.gif);
    background-size: 40px;
}
ul#manage .add a {
    background-image: url(../Images/base/new.gif);
    background-size: 40px;
}
ul#manage .delete a {
    background-image: url(../Images/base/delete.gif);
    background-size: 40px;
}
ul#manage .save a {
    background-image: url(../Images/base/save.gif);
    background-size: 40px;
}
ul#manage .cancel a {
    background-image: url(../Images/base/cancel.gif);
    background-size: 40px;
}

.logo {
    height: auto;
    float: left;
}

samp {
    color: var(--bs-secondary-color,#18bc9c) !important;
    font-family: inherit;
    font-size: inherit;
}

.featurette-heading .text-muted {
    color: #18bc9c !important;
}
