﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 0px;
    font-size: medium;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 0px;
    padding-right: 0px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
 textarea {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}

.divWaiting {
    position: fixed;
    background-color: #FAFAFA;
    z-index: 2147483647 !important;
    opacity: 0.8;
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 20%;
}
/* Civica Colours */
.blue {
    background-color: #093e52;
}

.red {
 background-color: #b62b60;
}

.btn-orange {
  color: white;
  border-color: black;
  background-color: #f1614e;
}
/* End of Civica Colours */


.HeaderMenu {
    padding-top:2px;
    padding-left:2px;
    padding-right:2px;
}

.btn-home {
    min-width:80%;
    margin:10px;
    padding: 20px;
}

.hdr-title {
    color: white;
    padding-left:20px;
    font-weight:bold;
}
/* Make Sure Menu is always in collapse mode */
.navbar-header {
  float: none;
}
.navbar-toggle {
  display: block;
}
.navbar-collapse {
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-collapse.collapse {
  display: none!important;
}
.navbar-nav {
  float: none!important;
  margin: 7.5px -15px;
}
.navbar-nav>li {
  float: none;
}
.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
}
/*End of Menu Collapse force mode*/

.GridHdr {
    background-color: #f1614e;
    color: black;
}

.grid-striped > tbody > tr:nth-child(odd) > td {
    background-color: #e0d8d8;
}

.GridRowStyle {
  height: 150px;
  font-size:large;
}
.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    z-index: 1;
}

.Max-Field {
    max-width:100%;
    }

.btn-xl {
    padding-bottom: 20px; 
    padding-top: 20px;
}

.datepicker {
    font-size: x-large;
}

.grid-select {
    max-width:100%; 
    white-space:normal; 
    word-spacing:break-word;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

.row-style {
    font-size:large;
}