﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    color: black; 
}

/* 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;
}

.boxed {
    border: 1px solid;
    padding-top: 2%;
    padding-bottom: 2%;
}

i.tip {
    text-decoration: none
}

    i.tip:hover {
        position: relative
    }

    i.tip span {
        display: none
    }

    i.tip:hover span {
        border: gray 1px solid;
        border-radius: 15px;
        padding: 10px 10px 10px 10px;
        display: block;
        z-index: 100;
        color: dimgray;
        font-family: Lato,Arial,san-serif;
        text-align: left;
        background: white;
        left: -150px;
        /*        margin: 10px;*/
        margin-left: 140px;
        margin-top: 140px;
        width: 300px;
        position: absolute;
        bottom: 10px;
        text-decoration: none;
    }

@media only screen and (max-width: 715px) {
    i.tip:hover span {
        width: 150px; /*200*/
        left: -75px; /*-100*/
    }

    .hidden {
        display: none;
    }

}

.hide-show {
    color: blue;
    font-weight: 600;
    text-decoration: underline;
}

.hide-show:hover {
    cursor:pointer;
}

.table-header div:not(.col-md-2) {
    background-color: #bfbfbf;
}

.invoice-row-full div:not(.col-md-2) {
    background-color: #DEDEDE;
}

.citation-header div:not(.col-md-2, .col-md-4) {
    background-color: #f2f2f2;
}

.spacer {
    visibility: hidden;
}

/*https://stackoverflow.com/questions/826782/how-to-disable-text-selection-highlighting*/
.noSelect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.file-upload-cells {
    display: block;
    border: 1px solid;
    border-radius: 5px;
    height: 50px;
    margin-bottom: 5px;
}

.file-upload-cell-shaded {
    display: inline-block;
    width: 40px;
    height: 48px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #f2f2f2;
    text-align: center
}

.file-upload-cell-1 {
    display: block;
    height: 20px;
    width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.file-upload-cell-2 {
    display: inline-block;
    height: 20px;
    width: 40px;
    height: 48px;
    vertical-align: top;
    text-align: center;
}

.file-upload-icons {
    margin-top: 12px;
    width: 24px;
    height: 24px;
}

.icon-delete { display: none; }

.icon-delete:hover { cursor: pointer; }

.icon-X:hover { cursor: pointer; }

.file-upload-icons:hover .icon-X { display: none; }

.file-upload-icons:hover .icon-delete {
    display: inline;
    cursor: pointer;
}

/*https://stackoverflow.com/questions/24393993/create-a-percentage-circle-with-css*/
.flex-wrapper {
    display: flex;
    flex-flow: row nowrap;
}

.single-chart {
    width: 33%;
    justify-content: space-around;
}

.circular-chart {
    display: block;
    margin: 10px auto;
    height: 24px;
    width: 24px;
}

.circle-bg {
    fill: none;
    stroke: #eee;
    stroke-width: 3.8;
}

.circle {
    fill: none;
    stroke-width: 2.8;
    stroke-linecap: round;
    animation: progress 0.1s ease-out forwards;
}

@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}

.circular-chart.orange .circle {
    stroke: #ff9f00;
}

.circular-chart.green .circle {
    stroke: #4CC790;
}

.circular-chart.blue .circle {
    stroke: #3c9ee5;
}

.percentage {
    fill: #666;
    font-family: sans-serif;
    font-size: 0.5em;
    text-anchor: middle;
}

#upload-requirement .col-md-12 {
    padding-left:0px;
}

.row-inherit {
    height: 24px;
    background-color: inherit;
    margin: 0px 15px;
    position: relative;
}

.row-light-gray {
    height: 24px;
    background-color: #f2f2f2;
    margin: 0px 15px;
    position: relative;
}

.row-gray {
    height: 24px;
    background-color: #DEDEDE;
    margin: 0px 15px;
    position: relative;
}

.row-dark-gray {
    height: 24px;
    background-color: cornflowerblue;
    /*background-color: #bfbfbf;*/
    margin: 0px 15px;
    position: relative;
}

#table-mobile .col-xs-6 {
    padding-left: 4px;
    margin-top: 2px;
}

.red {
    color: red;
}

.date-slots:hover {
    color: white;
    background-color: #2C6FFF !important;
    cursor: pointer;
}

.date-slots:active {
    color: white;
    background-color: #2C6FFF !important;
    cursor: pointer;
}

.time-slots:hover {
    color: white;
    background-color: lightseagreen !important;
    cursor: pointer;
}

.time-slots:active {
    color: white;
    background-color: lightseagreen !important;
    cursor: pointer;
}

.date-slots {
    margin-bottom: 2px;
/*    margin-left: 40%;
*/}

.time-slots {
    margin-bottom: 2px;
}

.hearing-heading {
    border: 1px solid black;
    text-align: center;
    display: grid;
    margin-bottom: 2px;
    padding: 2px;
}

.hearing-option-container {
    width: 45%;
}

.hearing-container {
    display: flex;
    margin-right: 20%;
    margin-left: 20%;
}

.hearing-mobile {
    display:none;
    width: 60%;
    margin-left: 20%;
    margin-bottom: 6px;
}

.hearing-mobile-heading {
    border: 1px solid black;
    text-align: center;
    display: grid;
    margin-bottom: 2px;
    padding: 2px;
}

.hearing-mobile-heading.selected {
    color: white;
    background-color: #2C6FFF !important;
    cursor: pointer;
}

.hearing-mobile-heading:hover {
    color: white;
    background-color: #2C6FFF !important;
    cursor: pointer;
}