﻿/* Styles definition here */
form input, form textarea {
    border: 1px solid #000000;
}
#fbuilder .medium {
    width: 100% !important;
}
#fbuilder .ui-datepicker-inline {
    width: 100%;
	max-width: 100%;
}
.ui-datepicker-header {
    background: #5b284f;
    color: #ffffff;
    font-weight: bold;
    -webkit-box-shadow: inset 0px 1px 1px 0px rgb(250 250 250);
    -moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
    box-shadow: inset 0px 1px 1px 0px rgb(250 250 250 / 20%);
    text-shadow: 1px -1px 0px #5b284f;
    filter: dropshadow(color=#000, offx=1, offy=-1);
    line-height: 30px;
    border-width: 0;
    border-style: solid;
    border-color: #5b284f;
}