/*
 * Base structure
 */

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


/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a,
.sidebar a {
  color: #01ECEC; 
  /* #fff000; */
}

.navbar-inverse {
  background-color: #1A5AEF;
}

@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    /* Scrollable contents if viewport is shorter than content. */
    background-color: #111;
    /* #949FB1; */
    border-right: 1px solid #eee;
  }
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px;
  /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}

.nav-sidebar>li>a {
  padding-right: 20px;
  padding-left: 20px;
}

.nav-sidebar>.active>a,
.nav-sidebar>.active>a:hover,
.nav-sidebar>.active>a:focus {
  color: #111;
  background-color: #01ECEC;
  /* #0055a5; */
}

.nav > li > a:hover, .nav > li > a:focus {
  background-color: #1A5AEF;
}


/*
 * Main content
 */

.main {
  padding: 20px;
}

@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.main .page-header {
  margin-top: 0;
}


/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}

.placeholders h4 {
  margin-bottom: 0;
}

.placeholder {
  margin-bottom: 20px;
}

.placeholder img {
  display: inline-block;
  border-radius: 50%;
}

/*
 * All new code after this
 */
td.number,
th.number {
  text-align: center;
}


th.total {
  text-align: right;
}


a.button-link,
div.blue-button-wrapper>input[type=button].blue-button,
input[type=submit].blue-button,
button.blue-button,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #01ECEC;
  border: 2px solid #01ECEC;
  color: #111;
  display: inline-block;
  font-family: "franklin_gothic_fsdemi";
  padding: 3px 10px;
  text-decoration: none;
  text-transform: uppercase;
}

@media print {
  br.new-page {
    page-break-after: always;
  }

  .myDivToPrint {
    background-color: white;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 15px;
    font-size: 14px;
    line-height: 18px;
  }
}

.noPadOrMar {
  margin: 0px;
  padding: 0px;
}

.messages {
  background-color: lightgreen;
  color: green;
  margin: -20px -40px 20px;
  padding: 10px 10px 10px 40px;
  font-size: 15px;
}

.messages li {
  list-style: none outside none;
}

#formErrors {
  /*border: 2px solid red;*/
  background-color: #FFD6D6;
  color: red;
  margin: -30px -40px 10px;
  padding: 10px 40px 10px 40px;
}

.app-logo {
  width: 45px;
  margin: -7px 0 0 0px;
  position: absolute;
}

.app-logo-text {
  margin:0 0 0 50px;
}