﻿
#minorcerts {
    width: 250%;
}

body {
    background-color: white;
}

#CaresApplication {
    width: 100%;
    text-align: center;
    font-family: Arial;
}

#steps {
    width: 80%;
    margin: 0 auto;
    border: 1px solid lightgrey;
    border-radius: 2px;
    margin-bottom: 50px;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.step {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    z-index: 99;
}

    .step p:first-child {
        background-color: white;
        width: 20px;
        margin: 0 auto;
        border: 1px solid black;
        border-radius: 10px;
    }

    .step p:last-child {
        width: 80px;
        margin: 0 auto;
    }

.stepbreak {
    display: inline-block;
    position: relative;
    z-index: -1;
    min-width: 13%;
    height: 5px;
    vertical-align: middle;
    margin-left: -50px;
    margin-right: -50px;
    background-color: lightgray;
}

#formTable {
    border: 3px solid dimgray;
    width: 60%;
    margin: 0 auto;
    border-spacing: 10px;
}

.page td, .hidden td {
    text-align: left;
    font-size: 15px;
}

.label {
    width: 40%;
    padding: 10px;
}

.input input, select {
    border: 1px solid lightgrey;
    border-radius: 2px;
    height: 30px;
    min-width: 41%;
}

textarea {
    width: 100%;
}

.checkbox {
    height: 20px !important;
    min-width: unset !important;
    width: 20px !important;
}
.wraptext {
    white-space:break-spaces !important;
}
.fullcheckbox {
    width:100% !important;
}
.page {
    display: none !important;
}
.vertalign {
    display:flex;
    align-items:center;
}
.required {
    /*background-color: mistyrose;*/
}

.hidden {
    display: none;
}

.positive {
    background-color: green;
}

.neutral {
    background-color: dodgerblue;
}

.negative {
    background-color: red;
}

.button {
    font-size: 15px;
    color: white;
    border: none;
    border-radius: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 8px;
    padding-right: 8px;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
}

.wide {
    width: auto !important;
}

.bodyheader {
    font-weight: 600;
    font-size: 20px !important;
}

#dimmer {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    color: white;
    text-align: center;
    padding-top: 50px;
}

.programLabel {
    vertical-align: super;
}

.radioInput {
    width: 30px;
}

.pageHeader {
    text-align: center !important;
}

.nomargin {
    margin: 0;
}
/* hides number input arrows  in chrome safari edge and opera*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.tabLabel {
    margin-left: 1em;
}

.expenditureInput {
    text-align: right !important;
}

.disable {
    pointer-events: none;
    background-color: rgba(128,128,128,.3);
}

.rightalign {
    text-align: right !important;
}

.leftalign {
    text-align: left !important;
}

.active {
    display: block !important;
}

.mainHeader {
    font-size: 24px;
    font-weight: bold;
}

.secondaryHeader {
    font-size: 20px;
    font-weight: bold;
}

.ui.checkbox {
    white-space: nowrap !important;
}
.nopadding {
    padding: 0px !important;
}