﻿/* Common Form Styling */
.fsh_form{
    padding:10px;
}



.fsh_form .radio, .fsh_form .checkbox {
    position: relative;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
}

.fsh_form label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.fsh_form input[type="text"] {
    width: 100%;
    height: 40px;
    border: none;
    background-color: #eaeaea;
    padding-left: 10px;
}


.fsh_form select {
    width: 100%;
    border: none;
    background-color: #eaeaea;
    padding-left: 10px;
}


.fsh_form .button input[type="submit"] {
    padding: 8px 25px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    border: none;
    background: #006a92;
    margin: 10px 0px;
}

.fsh_form input[type="checkbox"] {
    margin-left: 0px !important;
}

.fsh_form .checkbox label {
    padding-left: 30px;
}

.paddingRight20{
    padding-right: 20px;
}


/* Date Control */

.fsh_form .fsh-date-control {

}


.fsh_form .fsh-date-control input[type="text"] {
    width: 200px !important;
    border-right: none !important;
    border-top: none !important;
    border-left: none !important;
    border-bottom: none !important;
    height: 40px !important;
}




.fsh_form .fsh-date-control input[type="image"] {
    left: 165px !important;
    top: 5px !important;
    height: 30px !important;
    width: 30px !important;
}

.link a {
    color: #337ab7 !important;
}