/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
}

/*
 * Typography
 */

h1 {
  margin-bottom: 20px;
  padding-bottom: 9px;
  border-bottom: 1px solid #eee;
}

.brand-color
{
    background-color:#add9e6;
}
.bg-faded
{
    background-color:#e7f3f7;
}

#logout-content
{
  padding:20px 40px;
}
/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 51px;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 20px;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
  border-right: 1px solid #eee;
}

/* Sidebar navigation */
.sidebar {
  padding-left: 0;
  padding-right: 0;
}

.sidebar .nav {
  margin-bottom: 20px;
}

.sidebar .nav-item {
  width: 100%;
}

.sidebar .nav-item + .nav-item {
  margin-left: 0;
}

.sidebar .nav-link {
  border-radius: 0;
}

.opt_link
{
  cursor:pointer;
}

.footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 60px;
    line-height: 20px;
    font-size:small;
}

.footer>div
{
    margin-left:5px;:sa
}

div.main_content
{
  position:fixed;
  width: 100%;
  height: 100%;
}

div.frame-container
{
  position:relative;
  width:100%;
  height:100%;
}
div.sub-frame-container
{
  position:fixed;
  width:100%;
  height:100%;
  overflow:auto;
}
/* was previously updatecustomer.css */
div.boxed{
    border-style: solid;
    border-color:black;
    border-width:1px;
}

ul.selector-chooser
{
    margin-top: 4em;
    padding-left: 20px;
}
/* END COMMENT updatecustomer.css */

iframe.mainFrame
{
  position:relative;
  width: 100%;
  height:100%;
  border:none;
  margin-top:10px;
  overflow:hidden;
}

div.sub-frame-container > iframe
{
    height:80%;
}

label.left_align
{
    float:left;
    padding-right:10px;
}

input.block_align
{
    display: block;
}

input[type="checkbox"]
{
    width:20px;
    height:20px;
}

input:invalid {
  border: 2px solid red;
}

input:valid {
  border: 2px solid black;
}

span.user
{
    padding-top: 8px;
    padding-bottom: 8px;
    margin-right: 50px;
}

.sbar_parent
{
    border: none;
    background-color: inherit;
}

.sbar_child
{
    border: none;
    background-color: inherit;
    padding:unset;
}

.optionalDisplay
{
    display: none;
}

#paygEDIT
{
    display: none;
}

.submenu-group
{
    padding-left: 1.5em;
}

.submenu-group-item
{
    background-color: inherit;
    border: none;
}

.del-link {
     background:none;
     color:inherit;
     border:none;
     padding:0!important;
     font: inherit;
     /*border is optional*/
     border-bottom:1px solid #444;
     cursor: pointer;
}

.top-level-navbar-link{
    padding-left:1.25rem;
}

tr.fontStrike{
    text-decoration: line-through;
}

.costs_table tr.top-border, tfoot.top-border
{
    border-top: 2px solid black;
}

.costs_table th.bottom-border, th.bottom-border
{
    border-bottom: 2px solid black;
}

#chargesframe-div
{
   // position:relative;
    overflow:hidden;
    height:80%;
   /* top:0;
    left=0;*/
}
#ChargesFrame
{
    overflow:auto;
}

fieldset
{
    border:none;
}

ul.errorlist
{
    color:red;
}

#updateReponse.successmsg
{
    color: cornflowerblue;
}
#updateReponse.errormsg
{
    color: red;
}