﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}
*/
select::selection {
    background-color: cornflowerblue;
}
select::-moz-selection {
    background-color: cornflowerblue;
}
.mt10 {
    margin-top: 10px;
}
.mt7 {
    margin-top: 7px;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}
.ml5 {
    margin-left: 5px;
}
.ml10 {
    margin-left: 10px;
}
.ml15 {
    margin-left: 15px;
}
.ml20 {
    margin-left: 20px;
}

.pl15 {
    padding-left: 15px;
}
.pl30 {
    padding-left: 30px;
}
.pl45 {
    padding-left: 45px;
}
.pr15 {
    padding-right: 15px;
}
.pr30 {
    padding-right: 30px;
}
.pr45 {
    padding-right: 45px;
}

.pb15 {
    padding-right: 15px;
    padding-left: 15px;
}
.pb30 {
    padding-right: 30px;
    padding-left: 30px;
}
.pb45 {
    padding-right: 45px;
    padding-left: 45px;
}
.nopadding {
    padding-left: 0;
    padding-right: 0;
}
.nopadding-left {
    padding-left: 0;
}
.nopadding-right {
    padding-right: 0;
}

.italic {
    font-style: italic;
}

.btn55 {
    width: 55px;
}
.btn310 {
    width: 310px;
}
.big-span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.pointer {
    cursor: pointer;
}

.redborder {
    border: dotted 2px crimson;
}

.td-choose {
    margin: 2px;
    text-align: center;
    border: solid 1px darkgray;
    color: black !important;
}

.selected {
    background-color:cornflowerblue ;
    color: white;
}
.unavailable {
    background-color: lightgray;
}
.available {
    background-color: greenyellow;
}
.occupied {
    background-color: lightcoral;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}
