﻿/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    margin-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
}

/*************************************************************/
/* Overrides for Bootstrap navbar to behave like www.epri.com*/
.navbar a {
    color: #FFFFFF; /* White menu options on main navbar*/
}
.dropdown-item {
    color: #000000 !important; /* Black menu options on navbar dropdown menu items*/
}
.dropdown-item:hover {
    color: #3276c5 !important; /* Bluish menu options on navbar dropdown hover*/
}
/* non mobile device automatically expand dropdowns with no-click on mouseover*/
/*@media (min-width: 576px) { 
    .navbar .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}*/
/**************************************************************/

/* 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;
}

.dropdown-menu li {
    position: relative;
}

.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}

.dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}

.dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
}

input[type="checkbox"] {
    margin-right: 4px;
    margin-left: 4px;
}

.regular-checkbox {
    /*margin-right: 4px;*/
}

.formrow {
    height: 90px;
}

.vd-numerictext{ /*Validated text box numeric*/
    width: 120px;
}

.vd-mediumdropdown {
    width: 280px;
}
/* ASP Grid control*/
.gridlist {
    width: 95%;
    border: solid 1px #000;
    /*line-height:10pt;*/
    border-collapse: collapse;
    font-family: Arial;
    color: #020c6f;
    overflow-x: auto;
}

.gridheader, .gridheader th, .gridheader td {
    background: url("../Content/img/bg_gradient.jpg") repeat-x left top;
    text-align: left;
    font-style: normal;
    font-weight: bold;
    color: #000;
    border: none;
    line-height: 14pt;
}

/* Checkbox list*/
.checkBoxList {
    width: 300px;
    max-height: 380px;
    height: auto !important;
    height: 230px;
    background-color: #ffffff;
    overflow: auto;
    border: 1px solid gray;
    text-align: left;
    font-style: normal;
    font-weight: 100;
    padding-left: 0px;
}
.vc-textarea {
    width: 800px;
    max-width: 800px;
}
.vc-halftextarea {
    width: 400px;
    max-width: 400px;
}
.aspList {
    /*font-size: 13.2pt;*/
    min-width: 60px;
    width: 350px;
    height:420px;
}
.sws-headline {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 21px;
    color: white;
    align-content:center;
    padding-right:10px;
}

.sws-content-heading {
    font-family: 'RobotoBold', Arial, Helvetica, sans-serif;
    font-size: 24px;
    padding: 0px;
    margin: 0px;
    
}

.sws-content-heading-color {
    color: #1976D2
}
.sws-title {
    font-family: 'RobotoBold', Arial, Helvetica, sans-serif;
    font-size: 18px;
}

.sws-subheader {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 16px;
}

/*
 * Blue color codes palette from the SWS light theme
 */
.sws-theme-blue-50-color {
    color: #E3F2FD
}

.sws-theme-blue-50-background-color {
    background-color: #E3F2FD
}

.sws-theme-blue-100-color {
    color: #BBDEFB
}

.sws-theme-blue-100-background-color {
    background-color: #BBDEFB
}

.sws-theme-blue-200-color {
    color: #90CAF9
}

.sws-theme-blue-200-background-color {
    background-color: #90CAF9
}

.sws-theme-blue-300-color {
    color: #64B5F6
}

.sws-theme-blue-300-background-color {
    background-color: #64B5F6
}

.sws-theme-blue-400-color {
    color: #42A5F5
}

.sws-theme-blue-400-background-color {
    background-color: #42A5F5
}

.sws-theme-blue-500-color {
    color: #2196F3
}

.sws-theme-blue-500-background-color {
    background-color: #2196F3
}

.sws-theme-blue-600-color {
    color: #1E88E5
}

.sws-theme-blue-600-background-color {
    background-color: #1E88E5
}

.sws-theme-blue-700-color, a:hover, .sws-content-heading-color {
    color: #1976D2
}

.sws-theme-blue-700-background-color, .sws-primary-background-color {
    background-color: #1976D2
}

.sws-theme-blue-800-color {
    color: #1565C0
}

.sws-theme-blue-800-background-color {
    background-color: #1565C0
}

.sws-theme-blue-900-color {
    color: #0D47A1
}

.sws-theme-blue-900-background-color {
    background-color: #0D47A1
}

.sws-caption {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #BDBDBD;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .body-content {
        padding: 0;
    }
}
