﻿/* File Created: July 8, 2014 */
body {
    left: 0;
    margin: 0;
    /*overflow: hidden;*/
    position: relative;
}
.form-group .col-xs-6 col-sm-3
{
padding-top: 15px !important;

}


/* Initial menu */

.menu {
  background: #202024 url('https://s3.amazonaws.com/codecademy-content/courses/ltp2/img/uber/black-thread.png') repeat left top;
  left: -285px; /* start off behind the scenes */
  height: 100%;
  position: fixed;
  width: 285px;
}

/* Basic styling */

.menu ul {
  border-top: 1px solid #636366;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu li {
  border-bottom: 1px solid #636366;
  font-family: 'Open Sans', sans-serif;
  line-height: 45px;
  padding-bottom: 3px;
  padding-left: 20px;
  padding-top: 3px;
}

.menu a {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
}

.icon-close {
  cursor: pointer;
  padding-left: 10px;
  padding-top: 10px;
}

.icon-menu {
  color: #fff;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  /*
    font-size: 16px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-top: 25px;
  */
  text-decoration: none;
  text-transform: uppercase;
}

.icon-menu i { margin-right: 5px; }

h2 { color: #336699; font-weight: bold; }
.navbar-brand a { color: white;text-decoration: none; }
.contentHeader { color: navy; }
.nor { font-weight: normal; }
.row { border: 1px solid gray; }
.top-buffer { margin-top: 5px; }
input[type=radio] { margin-right: 5px;  }
.right-buffer label { margin-right: 2em; }
.hideShow { border: 1px solid red; }
.hideShow2 { border: 1px dotted #adff2f; }
.pageError { color: red; font-weight: bold; }
#progressBackgroundFilter { 
    position:fixed; 
    top:0px; 
    bottom:0px; 
    left:0px; 
    right:0px; 
    overflow:hidden; 
    padding:0; 
    margin:0; 
    background-color:#000;  
    filter:alpha(opacity=50); 
    opacity:0.5; 
    z-index:1000;
    width: 100%;
    height: 100%;
}
#processMessage {  
    position:fixed;  
    top:45%;  
    left:40%; 
    padding:10px; 
    width:200px; 
    height: 80px;
    z-index:1001; 
    background-color:#fff;
    border: 3px solid black;
    text-align: center;
}
.container .form-header { font-size: 18px !important; }
.container .lblDay { font-size: 30px; 
font-weight: bold; }
.alert { color: red; }
a.lnkButton { color: yellow; }
.sidebar-header {
    float: none;
}
.sidebar-toggle {
    display: block;
}
.sidebar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.sidebar-collapse.collapse {
    display: none!important;
}
.sidebar-nav {
    float: none!important;
    margin: 7.5px -15px;
}
.sidebar-nav>li {
    float: none;
}
.sidebar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}