@font-face {
    font-family: lato-light;
    src: url(assets/Lato-Light.ttf);
}

@font-face {
    font-family: lato-regular;
    src: url(assets/Lato-Regular.ttf);
}

@font-face {
    font-family: lato-black;
    src: url(assets/Lato-Black.ttf);
}

@font-face {
    font-family: lato-bold;
    src: url(assets/Lato-Bold.ttf);
}

.roundDots {
    height: 20px;
    width: 100%;
    background-image: url(assets/dot.svg);
    background-repeat: repeat-x;

    display: block;
    margin-bottom: 0.8rem;
}

.dots {
    height: 0.5rem;
    width: 100%;
    background-image: linear-gradient(to right, black 40%, rgba(255,255,255,0) 0%);
    background-position: bottom;
    background-size: 1rem 0.2rem;
    background-repeat: repeat-x;
    display: block;
    margin-bottom: 0.8rem;
}

.headerText {
    font-family: lato-regular;
    text-transform: uppercase;
    font-size: 2.625rem; /* 1rem should be 16pt => 2.625rem should be 42pt */
}

.listWithNoOffset li {
    margin: 0.2rem 0.5rem;
}

h2 {
    font-size: 1.25rem;
    font-family: lato-regular;
    font-width: 300;
    text-transform: uppercase;
    margin-bottom: 0.625rem;
    margin-top: 0.625rem;
}


.midSize{
    font-size: 1rem !important;
}

.semibold {
    font-weight: 600;
}

form label {
    font-family: lato-light;
    font-size: 1rem !important;
}

.light {
    font-family: lato-light;
}

.inlineBlock {
    display: inline-block;
}

header h4 {
    margin-bottom: 0.2rem;
    margin-top: 0.2rem;
}

.opacity30 {
    opacity: 0.3;
}

@media print {
    footer {page-break-after: always;}
    .pageBreakAfter {page-break-after: always;}
    .notForPrint, .notForPrint * {display: none;}
    * { font-size: 10pt; /* == 1rem */ }
}

.yellow {
    background: #fdc513 !important;
}

.orange {
    background: #f49600 !important;
}

.lightred {
    background: #e84427 !important;
}

.kisiButton {
    cursor: pointer;
    background: #b60072;
    color: white !important;
    font-weight: 300;
    font-size: 0.64rem;
    text-transform: uppercase;
    border: 0;
    outline: none;
    border-radius: 3px;
    padding: 0.4rem 0.8rem;
    display: inline-block;
    margin: 0.2rem;
    transition: 300ms ease;
}

.kisiButton:hover {
    transform: scale(0.95);
}

.kisiButton[disabled="disabled"] {
    background: lightgray !important;
    opacity: 0.5;
}

.kisiButton[disabled="disabled"]:hover {
    transform: scale(1);
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.center {
    text-align: center;
}

.centerElement {
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.dateCreated {
    margin-top: 0.3125rem;
    font-style: italic;
}

.lowercase {
    text-transform: none;
}

.linkish {
    text-decoration: underline;
    cursor: pointer;
}

.clearBoth {
    clear: both;
}

.padding20 {
    padding: 20px;
}

.displayNone {
    display: none;
}

.defaultBGColor {
    background-color: white;
}

.inputSection table {
    border-spacing: 0px;
}

.inputSection input {
    min-width: 300px;
}

.inputSection .mainRow {
    font-weight: bold;
}

.inputSection .subSectionEnd td{
    padding-bottom: 0.2rem;
    border-bottom: solid black 1px;
}

.inputSection .subSectionBegin td{
    padding-top: 0.2rem;
}

.inputSection .newGoalRow td{
    padding-top: 0.6rem;
}

.inputSection .fullWidth {
    width: 100%;
}


.inputSection form table{
    margin-left: auto;
    margin-right: auto;
}

.inputSection {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}

.inputSection input {
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    border: 1px solid #d9d9d9;
    width: 100%;
    height: 100%;
    padding: .3125rem;
    z-index: 0;

    margin: 0;
    vertical-align: middle;
}

.inputSection input:hover {
    border-color: #787878;
}

.inputSection label {
    font-size: 1rem;
}

.inputSection .input-control {
    margin-bottom: 0.2rem;
    margin-top: 0.6rem;
    max-width: 800px;
    margin-right: 0.4rem;
}

.inputSection .outerTable>.input-control, .inputSection .categorySection>.input-control {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
}

.inputSection .goalBlock {
    padding: 0.4rem;
}

.inputSection .goalBlock:nth-child(odd) {
    /*background-color: #EEEEEE;*/
}

.inputSection .goalBlock:nth-child(even) {
    /*background-color: lightgray;*/
}

.maxWidth1024 {
    max-width: 1024px !important;
}

.moreButton, .deleteButton {
    cursor: pointer;
}

.marinRight1Rem {
    margin-right: 1rem;
}

.marinLeft1Rem {
    margin-left: 1rem;
}

.not-active {
    pointer-events: none;
    cursor: default;
}