﻿
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.btn {
    width: 100% !important;
    padding: 0 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-size: small;
}

.green {
    background-color: #B7CC17;
    font-weight: bold;
    color: white;
}

.side {
    background-color: lightblue;

    color: black;
}


.orange {
    color: #E5620C;
}

/* 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;
}

.float-item {
    height: auto;
    float: left;
    opacity: 1;
    position: relative;
}

.float-content {
    border: 0px solid;
    position: absolute;
    top: 0;
    min-height: 200px;
    min-width: 400px;
    margin: 0;
    left: 23px;
    width: 60%;
    text-align: center;
    border: 3px solid;
    text-align: left;
    padding: 22px;
    background-color: white !important;
    border-bottom-right-radius: 20px;
    display: none; /* comment this out for CSS hover */
    background-color: white;
    word-wrap: break-word;
    z-index: 100;
}
 
.btn-small {
    width: 100px!important;
}

th {
    background-color: lightgrey;
    color: black;
    font-size: small;
    border: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    text-align: center;
}

h6 {
    font-weight: bold;
    font-size: 23px;
}

.c {
    text-align: center;
    color: black;
    border-top: 0px;
}

    .hover:hover {background-color:ghostwhite}

td
{
    padding: 2px !important;
        font-size: small;
}
