.bodydiv{
    margin-top:55px;
}

.pagingparent{
    height: 100%;
    display:table;
}
.pagingarrow{
    display:table-cell;
    border: 1px solid #c7c7c7;
    background-color: #e6e6e6;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    font-size: xx-large;
    color: grey;
    text-decoration: none;
}
.pagingarrow:hover, .pagingarrow:focus{
    color: grey;
    text-decoration: none;
}

.metabar {
    position: -webkit-sticky;
    position: sticky;
    top: 68px;
}

.score-widget-neg {
    background-color: red;
    float:left;
    height: 100%;
    width: 50%;
}

.score-widget-pos {
    background-color: green;
    float:right;
    height: 100%;
    width: 50%;
}

.score-widget-body {
    width: 100%;
}

.score-widget-text {
    width: 100%;
    text-align:center;
}

.score-widget-meter {
    width: 100%;
    height: 15px;
}


.table-checkbox{
    vertical-align: middle !important;
    text-align: center;
}

th.rotate {
    /* Something you can count on */
    height: 150px;
    white-space: nowrap;
    border-right: 1px solid #fff !important;
}

th.rotate > div {
    transform:
        /* Magic Numbers */
        translate(21px, -5px)
        /* 45 is really 360 - 45 */
        rotate(315deg);
    width: 30px;
}
th.rotate > div > span {
    border-bottom: 1px solid #ccc;
    padding: 5px 10px;
}


.schedule-list-group {
    padding:0px !important;
}

.schedule-list-group > button {
    border-left:none;
    border-right:none;
    border-bottom:none;
}

label.control-label {
    font-weight: bold;
}

label.control-label > span.asteriskField {
    color:red;
}

.list-group-item-cust {
	padding-left: 0px;
}

.list-group-addon {
    padding: 11px 10px;
    margin: -11px -10px;
    font-size: 15px;
    display: inline;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 0;
    position: relative;
    left: -15px;
    top: 3px;
}
.list-group-addon-danger {
    color: #a94442;
    background-color: #f2dede;
}

.home-center{
    display: flex;
    align-items: center;
    height: 80vh;
}

.home-body{
    background-repeat: no-repeat;
    background-size: cover;
}

.home-body > div.navbar{
    background-color:whitesmoke;
}

.home-splash{
    background-color: white;
    padding: 15px;
    border: 1px solid gray;
    border-radius: 15px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.home-splash-header{
    border-bottom: 1px solid gray;
    margin-top: 0px;
    padding-bottom: 5px;
}
