﻿


.fb-form {
    margin: 1em;
    padding: 2em;
}
.fb-form .submit-btn
{
    text-align:right;
}
.fb-form .submit-btn input.btn-submit
{
    display:inline-block;
}
fb-date-picker-window-wrap 
{
    margin:0 !important;
    padding:0 !important;
}
.fb-form input[type="submit"].btn-primary {
    color: #fff;
    background-color: #62a8ea;
    border-color: #62a8ea;
}
.fb-form input[type="submit"].btn {
    display: inline-block;
    padding: 6px 15px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.57142857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
}
.fb-form label.control-label
{
    font-family:Arial,Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:16px;
    color:#666666;
}
.fb-form .fb-paragraph p
{
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    line-height: 1.2em;
    color:#666;
}
.fb-form .fb-section-header
{

    font-size:24px;
    margin-bottom:11px;
    display:block;
    font-weight: 400;
    line-height: 1.2;
    color: #37474f;
    text-shadow: rgba(0,0,0,.15) 0 0 1px;
}
.fb-form .fb-checkbox-buttons label,.fb-form .fb-radio-buttons label
{
    font-family:Arial, Helvetica, sans-serif;
    color:#666;
}
.fb-form .fb-validation-errors
{
    color:red;
}

.multipleSelection{
    height:100% !important;
}