/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/* Busy cursor */
#wait {
    display:none;
    z-index: 200000;
    position: fixed;
    top: 50%;
    left: 50%;
}
/* Checkbox/Radio "checked" color */
input:checked {
    accent-color: #2d8dc7;
}

/* No-Data indicator (rare */
.cw-nodata-img {
    height: 350px;
    margin: 0 auto;
    float: left;
    padding-left: 30%;
}

.cw-form {
    margin-left: 150px;
    margin-right: 150px;
}

/* Put COLA labels beside the input boxes, and provide some spacing */
.cw-cola {
    position: relative;
}

.cw-cola-inline {
    display:inline-block;
}
.cw-cola-option {
    padding: 5px 5px;
}

/* Datepicker styling*/
.ui-datepicker {
    box-shadow: 5px 10px 20px #373D96;
}
.ui-datepicker-header {
    background: #F0F1F9;
 }
.ui-state-default {
    background: #F0F1F9 !important;
}

.cw-input {
    width: 375px;
    padding: 5px 5px;
    position: relative;
}

.popUps {
    display: none;
    position: absolute;
    z-index: 99;
    top: 20px;
    width: 400px;
    background-color: #373D96;
    color: #F0F1F9;
    padding: 5px;
    text-align: center;
    border-radius: 10px;
}
.popUps legend {
    width: 400px;
    background-color: #373D96;
    color: #F0F1F9;
    padding: 5px;
    text-align: center;
    border-radius: 10px;
    font-size: medium;
}
@media print {
    header, footer {
        display:none;
    }
    .cw-form {
        margin-left: 20px;
        margin-right: 20px;
    }
}
