﻿
body {
    background-color: transparent;
    font-family: Tahoma;
}

/* BEGIN -  Checkboxes */
input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(2,2); /* IE */
    -moz-transform: scale(2,2); /* FF */
    -webkit-transform: scale(2,2); /* Safari and Chrome */
    -o-transform: scale(2,2); /* Opera */
    padding: 10px;
}

.checkboxtext {
    /* Checkbox text */
    font-size: 110%;
    display: inline;
}
/* END -  Checkboxes */

/* Turn Off Number Input Spinners */
/* https://css-tricks.com/snippets/css/turn-off-number-input-spinners/ */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}



.font11Bold {
    font-size: 11pt;
    font-weight: bold;
}

.font12Bold {
    font-size: 12pt;
    font-weight: bold;
}

.font14Bold {
    font-size: 14pt;
    font-weight: bold;
}

.NavbarIconToTextMargin {
    margin-left: 5pt;
}

.FontFooter {
    font-family: Tahoma;
    font-size: 12pt !important;
    /*color: white !important;*/
    font-weight: bold !important;
}

.FontGlobal {
    font-family: Tahoma !important;
    font-weight: bold !important;
}

.FontHeader {
    font-size: 16pt !important;
    font-weight: bold !important;
}

.JustBold{
    font-weight: bold;
}



.HeaderFont {
    font-family: Tahoma;
    font-size: 24px;
    font-weight: bold;
}

.BodyFont {
    font-family: Tahoma;
    font-size: 16px;
    font-weight: bold;
}



