﻿body {
    padding-bottom: 20px;
    font-size: initial;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 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;
}



.scriptcost-green {
    background-color: #BFD029;
}

.scriptcost-orange {
    background-color: #F6921E !important;
    color: white !important;
}

    .scriptcost-orange a, .scriptcost-orange a:hover, .scriptcost-orange a:active, .scriptcost-orange a:focus, .scriptcost-orange a:visited {
        color: white !important;
    }

.scriptcost-lightgrey {
    background-color: #A5A7AA;
}

.scriptcost-mediumgrey {
    color: #BABCBE;
}

.scriptcost-green-button {
    background-color: #BFD029 !important;
    border-color: #BFD029 !important;
    color: white !important;
    height: 36px;
    font-family: Arial !important;
    font-weight: bold !important;
    font-size: 18px !important;
}

.dxm-hovered {
    background: none !important;
    background-color: #F6921E !important;
    color: white !important;
}

.dxbButton_SoftOrange {
    background: none !important;
    background-color: #F6921E !important;
    border: 1px solid #F6921E !important;
}


/* Bootstrap Dropdown Submenu */
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        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;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            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;
}

.settings_header {
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    background-color: #F6921E 
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    border-color: #000000;
    border: solid 1px;
    padding-bottom: 10px;
}

    .settings_header a, .settings_header a:hover, .settings_header a:active, .settings_header a:focus, .settings_header a:visited {
        color: black !important;
    }

.navbar-inverse .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:active {
    color: #F6921E;
    background-color: transparent;
}