html {
    font-size: 12px;
    font-family: Arial, Tahoma;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    
    
}

input {
    margin-right:5px;
}

h1 {
    font-size: 1.3em;
    line-height: 1.125em;
    border-top: 2px solid #000;
    padding-top: 3px;
    margin-bottom: 4px;
}

.width315 {
    width: 315px;
}

.width160 {
    width: 160px;
}

.width30 {
    width: 30px;
}

.width40 {
    width: 40px;
}

.width80 {
    width: 80px;
}


.width300 {
    width: 300px;
}

.width250 {
    width: 250px;
}

.textBoxBorderWhite {
    border: 0px solid #000000;
}


.heading {
    text-align: center;
    font-weight: bold;
    font-style: italic;
    font-size: 18pt;
    font-family: Times New Roman;
    padding-bottom: 15px;
}
.heading2 {
    text-align: center;
    font-weight: bold;
    //font-style: italic;
    font-size: 12pt;
    font-family: Arial;
    padding-bottom: 15px;
}

.hblock {
    text-align: center;
    margin-top: 14px;
    display: block;
}

.payInfoBlock {
    display: inline-block;
    vertical-align: top;
    padding-top: 7px;
    margin-bottom: 15px;
    margin-left: 15px;
}


.payFieldTB {
    margin: auto;
    width: 100%;
    text-align: center;
    max-width: none;
}

.section {
    
    margin: 0px auto 14px 26px;
    border-top: solid;
    border-top-width: thin;
}

.fieldItems {
    margin-bottom: 7px;
}

.field100 {
    width: 400px;
}

.field-validation-valid {
    display: none;
}

.formElementsCnt {
    width: 90%;
    display: inline-block;
    margin: 0px auto 14px 26px;
    text-align: left;
}

.formElementsCntlng {
    width: 95%;
    display: inline-block;
    margin: 0px auto 14px 26px;
    text-align:left;
}


.ctxt {
    font-weight: bold;
}
.clearBoth {clear:both;}

.clabel {
    width: 150px;
    text-align: right;
    margin-right: 5px;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}


.cpot {
    display: inline-block;
    margin-top: 10px;
}

.hblock {
    text-align: center;
    margin-top: 14px;
    display: block;
}

.centerText {
    text-align: center;
}

.leftText {
    text-align: left;
}

.boldText {
    font-weight: bold;
}

.hide {
    display: none;
}
.boxThis {
    display:inline-block;
    min-width: 90px;
    border: solid;
    border-width: thin;
    padding: 4px;
}

.required {
    color: Red;
    font-weight: bold;
    font-size: 12pt;
    margin-left: 3px;
}
.validationError {
    /*width: 300px;*/
    text-align: left;
    margin: 0px auto;
    color: Red;
}

.wrapper {
    text-align: center;
}

    .wrapper ul {
        display: inline-block;
        margin: 0;
        padding: 0;
        /* For IE, the outcast */
        zoom: 1;
        *display: inline;
    }

    .wrapper li {
        /*float: left;*/
        padding: 2px 5px;
        /*border: 1px solid black;*/
        text-align: left;
    }
/*Tooltip*/
a.tooltip {
    outline: none;
    display: inline-block;
}

    a.tooltip strong {
        line-height: 30px;
    }

    a.tooltip:hover {
        text-decoration: none;
    }

    a.tooltip span {
        z-index: 10;
        display: none;
        padding: 7px 10px;
        margin-top: -10px;
        margin-left: 0px;
        width: 200px;
        line-height: 16px;
        text-align: left;
        margin-top: -38px;
        /*margin-left: -80px;*/
    }

    a.tooltip:hover span {
        display: inline;
        position: absolute;
        color: #111;
        border: 1px solid #DCA;
        background: #fffAF0;
        font-size: 10px;
    }

    /*CSS3 extras*/
    a.tooltip span {
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-box-shadow: 5px 5px 8px #CCC;
        -webkit-box-shadow: 5px 5px 8px #CCC;
        box-shadow: 5px 5px 8px #CCC;
    }
.callout {
    z-index: 20;
    position: absolute;
    top: 33px;
    border: 0;
    left: -12px;
}
/*.fixDT {
    input [type="date"]::-webkit-clear-button
        { display: none;
        -webkit-appearance: none;
    }
}*/
 