@media (min-width: 1600px){
    .container {
        width: 1570px;
    }
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 126px;
}
.main-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 126px;
}


/* AMS Web styles
-------------------------------------------------- */

.main-container{
    padding-bottom: 25px;
}

table.grid {
  border: 1px dotted silver;
  border-collapse: collapse;
}

table.grid td {
  border: 1px dotted silver;
  padding: 0.25em;
}

.legend .colorIcon {
  border: 1px dotted silver;
}

table.clickable tbody tr{
  cursor: pointer;
}

table.clickable tbody tr:hover{
  color: white !important;
  background-color: #00B5D5 !important;
}

table.clickable-cols tbody td.selectable{
  cursor: pointer;
}

table.clickable-cols tbody td.selected {
  color: white !important;
  background-color: #00B5D5 !important;
}

thead tr,
td.thead {
  color: white;
  background-color: #5a5a5a;
  font-weight: bold;
}

table#month-overview thead,
table#month-overview-detail thead{
  text-align: center;
}

table#month-overview tbody,
table#month-overview-detail tbody{
  text-align: right;
  font-size: 90%;
}

.alLeft{
  text-align: left;
}

.alRight{
  text-align: right;
}

.alCenter{
  text-align: center;
}

div.filter {
  background-color: #f0f0f0;
  border-radius: 3px;
  margin-bottom: 1em;
  padding: 0.5em;
}

div.lPanel {
  float: left;
  width: 70%;
}

div.rPanel {
  float: right;
  width: 29%;
}

.float-right {
  float: right;
}

tr.title,
div.title,
span.title {
  color: #34839d;
  font-size: 125%;
}

div.title {
  line-height: 37px;
}

.title a,
.title a:link,
.title a:visited,
.title a:hover
{
   color: #00b5d5;
   text-decoration: none;
}

table#sum-info,
table#days-info,
table#ref-info,
.small-text{
font-size: 85%;
}

table.fullWidth {
    width: 99.99% !important;
    margin-bottom: 1em;
}

table#person-info {
    margin-bottom: 0 !important;
}

.bold {font-weight: bold;}


div.third {
  width: 30.99%;
  margin: 0 1%;
  float: left;
}

.colorIcon {
  width: 13px;
  height: 13px;
  display: inline-block;
  text-align: center;
  line-height: 13px;
  font-size: 10px;
  color: black;
}

.legend .item {
  display: inline-block;
  margin-right: 1em;
}


a.button {
  display: inline-block;
  color: #2C85CE;
  background: -webkit-linear-gradient(#f8f8f8 49%, #dadada 51%); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#f8f8f8 49%, #dadada 51%); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#f8f8f8 49%, #dadada 51%); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#f8f8f8 49%, #dadada 51%); /* Standard syntax (must be last) */
  border: 1px solid #aaaaaa;
  border-radius: 5px;
  padding: 0.25em 0.5em;
  margin: 0.25em;
  text-decoration: none;
}


.err-text {
  font-size: 128px;
  font-weight: bold;
}


.btn-home {
  width: 18em;
  padding: 1em 2em;
}
.btn-entrance {
  width: 15em;
  padding: 1.5em;
}

.btn-overlay {
  width: 100%;
  padding: 1em;
}


.text-bold{
    font-weight: bold;
}

.daily-chart{
    width: 100%;
    border: 1px solid silver;
    overflow: auto;
    padding: 0 10px;
}

.table-container{
    overflow-x: auto;
}

table tr.even{
    background-color: #eaeaea;
}

table#plan{
    min-width: 1500px;
}

table#plan .dayCol{
    width: 3em;
}

.title-style-3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 26px;
    /* margin-bottom: 50px; */
}

.camera-image {
    max-width: 100%;
    height: auto;
}

/*#capture{
background-color: #888;
}*/


.fluid-visible {
    display: block!important;
}

.fluid-invisible {
    display: none!important;
}

@media (min-width: 768px){

    .fluid-visible {
        display: none!important;
    }

    .fluid-invisible {
        display: block!important;
    }

}

#capture{
min-width: 250px;
min-height: 250px;
}

.clock{
min-width: 7ch;
display: inline-block;
}

.video-container{
z-index: -1;
}

.video-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
    text-shadow: 2px 2px 4px #000000;
}

.video-overlay .clock{
    text-shadow: 2px 2px 4px #000000;
}

.video-overlay-bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.video-overlay-bl{
    position: absolute;
    bottom: 2%;
    left: 1%;
    width: 48%
}

.video-overlay-br{
    position: absolute;
    bottom: 2%;
    right: 1%;
    width: 48%
}

.blue-text{
color: #31b0f5!important;
}

.btn-right-side{
    margin-left: auto;
}
