  ﻿/*Form Structure*/
table, tbody {
    display: block;
}

td {
    display: inline-block;
}

tr {
    display: inline-flex;
    width: 100%;
}

textarea {
    font: 400 13.3333px Arial;
    padding: 5px 0 0 5px !important;
}

select {
    font: 400 13.3333px Arial;
}

input {
    padding: 0 0 0 5px !important;
    font: 400 13.3333px Arial;
}

.cursor {
    cursor: pointer;
}

input.upload {
    padding: 0 !important;
}

.highlight {
    font-weight: bold;
    color: #36639b;
}

/* Radio */

.radioList {
    margin-bottom: 10px;
}

.radioList label {
    vertical-align: super;
    margin-left: 5px;
}

.radioCategory label {
    vertical-align: super;
    margin-left: 5px;
}

.radioCategory tr {
    width: 100%;
}

.radio tr {
    width: 9%;
}

input[type="radio"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

input[type="radio"]:checked {
    width: 18px;
    height: 18px;
}

.radio label {
    vertical-align: super;
    margin-left: 5px;
}
/* Checkbox */

.checkboxCategory {
    margin-top: 30px;
}

.checkboxCategory label {
    vertical-align: super;
    margin-left: 5px;
}

input[type="CheckBox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

input[type="CheckBox"]:checked {
    width: 18px;
    height: 18px;
}

.checkbox {
    display: block;
    width: 100%;
}

.checkbox label {
    vertical-align: super;
    margin-left: 5px;
}

/*Form Submit Button*/
input[type="submit"] {
    color: white;
    background-color: #36639b;
    -webkit-appearance: none;
    width: 25%;
    height: 40px;
    border-radius: 10px;
    border: none;
    font-weight: bold;
    font-size: 1.3em;
    padding: 0 !important;
}

input[type="submit"]:hover{
    text-decoration: underline;
}

/* Calander Dropdown */

.calanderButton {
    width: 34px;
    display: inline-block;
    height: 34px;
    background-color: grey;
    position: absolute;
}

.fa-calendar {
    font-size: 20px;
    padding: 6px 0px 0px 7px;
    color: white;
}

.ui-datepicker-calendar {
    display: table;
}

.ui-datepicker-calendar tbody {
    display: table-row-group;
}

.ui-datepicker-calendar tr {
    display: table-row;
}

.ui-datepicker-calendar td {
    display: table-cell;
}
