/*
html, body{
    height:100%;
}

.starter-template {
  padding: 40px 15px;
  text-align: center;
}

.navbar-nav {
    font-family: "Museo Sans", "Trebuchet MS", "SansSerif";
    font-size: 24px;
}

.footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 15px;
    border-top: 1px solid #eee;
}

.alert {
    margin-top: 55px;
    margin-bottom: 0;
}

body>.navbar-transparent {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}

.navbar-transparent .navbar-nav > .active > a {
    background-color: transparent;
}

.navbar-form {
    margin-right: 0;
}

.navbar-nav>li>a.profile-menu {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-nav>li.active>a> {
    font-weight: bold;
}

.navbar-nav>.btn{
    margin-top:10px;
    margin-right: 1.7em;
}

.navbar-nav > li > a {
    font-size: 16px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    font-weight: bold;
    background-color: #75caeb;
    color: white;
}

.navbar-brand {
    font-weight: bold;
}

.navbar-brand > img {
    float: left;
    margin-right: 10px;
}

.btn {
    background-image: none;
    -webkit-box-shadow: 0px 1px 0px #ddd;
    -moz-box-shadow: 0px 1px 0px #ddd;
    box-shadow: 0px 1px 0px #ddd;
}

.corporate-jumbo {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9),
                                      rgba(255, 255, 255, 0.1),
                                      rgba(255, 255, 255, 0.0),
                                      rgba(255, 255, 255, 0.0),
                                      rgba(255, 255, 255, 0.0)),
                      url("/static/site/img/2017-10-14 17.02.47.jpg");
    background-repeat: no-repeat;
    background-position: 80% center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
    color: #f5f5f5;
    padding: 10em 0;
    margin-bottom: 0;
    height: 100%;
}

.corporate-jumbo .well {
    background-color: rgba(245, 245, 245, .7);
}

.corporate-jumbo p, .corporate-jumbo h1 {
    color: #eee;
    text-shadow: 0px 0px 2px black;
}

.corporate-jumbo p {
    font-weight: 500;
}

.corporate-jumbo .well legend {
    color: #333;
}

.corporate-jumbo > .container {
    display: block;
    position: absolute;
    bottom: 2em;
    left: 15px;
}

.container-fluid {
    width: 100%;
    position: absolute;
    top: 40px;
    bottom: 2em;
    left: 15px;
    overflow: scroll;
}

.contact-banner {
    padding: 100px 0;
    background: #e0e0e0;
    margin-top: 100px;
}

.footer a:hover {
    text-decoration: none;
}

#sec1 {
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAJklEQVQIW2NkAIILFy78NzAwYATRjCABZEGwAEwFiA1WBlIOUwkA72gTdDIYVO4AAAAASUVORK5CYII=) repeat;
}

.profile-head {
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAJklEQVQIW2NkAIILFy78NzAwYATRjCABZEGwAEwFiA1WBlIOUwkA72gTdDIYVO4AAAAASUVORK5CYII=) repeat;
    padding: 70px 0px 30px 20px;
}
.profile-body {
    padding: 4px 0px;
}

.text-page {
    padding: 120px 0;
}

#map-outer {
    height: 440px;
    padding: 40px 20px;
    margin-bottom: 20px;
    background-color:#FFF
}

#map-container {
    height: 400px
}

.img-dim {
    opacity: 0.5;
    box-shadow: inset 0px 0px 64px 64px #EA1717, 0px 0px 4px 4px #EA1717;
}

.form-box form,
.form-box .form-message {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}

.form-box form .checkbox {
  margin-bottom: 10px;
}

.form-box form .checkbox {
  font-weight: normal;
}

.form-box form .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}

.form-box form .form-control:focus {
  z-index: 2;
}

td, th {
    padding: 3px;
}
.regular_row {
    background-color: white;
}
.alt_row {
    background-color: #eee;
}

.default_table {
    width: 300px;
    border: 1px solid silver;
}

.default_table td {
    padding: 3px;
}

.todo .list-group-item {
    position: relative;
    padding: 1rem 1rem 1rem 2rem;
    cursor: pointer;
    border-bottom: 1px solid #e1e6ef;
}

.form-condensed .control-group {
    margin-top: 0;
    margin-bottom: 5px;
}
*/

/* modifications for top navigation instead of left nav */

.modal-header { display: none !important; }

.input-sm {
    height: 30px !important;
}

h1 {
    font-size: 28px;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 0;
}

.missing-data {
    font-weight: bold;
    color: brown;
}

.need-info {
    font-weight: bold;
    background: brown;
    color: white;
    padding: 5px;
}

.form-control {
    /* height: 38px; */
    font-size: 12px;
    padding: 7px 5px;/* !important; removed because it was messing up calendar*/
}

.com_user{
    width: 180px;
}

.com_amt{
    width:46px;
}
.paid_amt{
    width: 75px;
}

/* remove spinners from number type fields*/
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 1px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 30px;
    height: 30px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 6px;
    top: 6px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


/* Extra Things */
body{background: #eee ;font-family: 'Open Sans', sans-serif;}

#alternate-nav {
    position: absolute;
    top: 62px;
    width: 100%;
    height: 37px;
    padding-top: 5px;
    margin: 0;
    background-color: #2f323e;
}

#alternate-nav ul {
    list-style: none;
    width: 100%;
}

#alternate-nav ul li {
    display: inline;
}
#alternate-nav ul a {
    display: inline;
}

#alternate-nav .user-pro .img-circle{
    width:30px;margin-right:10px
}.sidebar #alternate-nav .user-pro>a{
     padding-left:15px
}
.sidebar #alternate-nav .user-pro .nav-second-level li i{
    margin-right:10px
}
.sidebar .sidebar-search{
    padding:15px
}
#alternate-nav li.active>a{
     background:rgba(255,0,0,0)
 }
#alternate-nav li a {
    color:#97999f;
    width:240px
}
#alternate-nav li a:focus{
    background:rgba(0,0,0,0)
}
#alternate-nav li.divider{
    margin:7px 0;border-top:1px solid rgba(120,130,140,.13)
}
#alternate-nav>li>a{
    padding:18px 35px 18px 20px
}
#alternate-nav>li>a:focus,#alternate-nav>li>a:hover{
    background:rgba(0,0,0,.1)
}
#alternate-nav li a.active{
    color:white;
    background-color: #ff7676;
}
#alternate-nav ul>li>a:hover{
    color:white;
    background-color: #ff7676;
}
#alternate-nav a .active{
    color:#2cabe3
}
.sidebar .arrow{
    position:absolute;right:20px;top:23px}
.sidebar .nav-second-level .arrow{right:20px;top:17px}
.sidebar .fa.arrow:before{content:"\f105"}
.sidebar .active>a>span>.fa.arrow:before{content:"\f107"}
.sidebar .nav-second-level li,.sidebar .nav-third-level li{border-bottom:none!important}
.sidebar .nav-second-level li a{padding:14px 10px 14px 20px}
.sidebar:hover .nav-second-level li a{padding-left:30px}
.sidebar .nav-third-level li a{padding-left:20px}
.sidebar:hover .nav-third-level li a{padding-left:40px}
.content-wrapper .nicescroll-rails{display:none!important}

.reversal {
    background-color: #995449;
    color: white;
}