.form .spectrum-content {
    background-image: none;
}

.formBuilderForm .formitem .visually-hidden {
    position: absolute;
    left: -999em;
}

/* ==========================================================================
   CSS code for Date Picker

   Author: Qoppa
   Version: 1.0 - Updated: 12/5/13
   ========================================================================== */

.ui-datepicker {
    background-color: #EDF0F2;
    border: 1px solid #6F93AF;
    min-width: 185px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 1px 2px 0 #888888;
}

.ui-datepicker .ui-datepicker-title {
    text-align: center;
    font-weight: normal;
    margin: 0;
}

.ui-datepicker-year,
.ui-datepicker-month {
    color: #fff;
}

.ui-datepicker-header {
    text-align: center;
    padding: .5em .25em;
    background-color: #5d92c0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5d92c0), to(#2c608f));
    background-image: -webkit-linear-gradient(top, #5d92c0, #2c608f);
    background-image: -moz-linear-gradient(top, #5d92c0, #2c608f);
    background-image: -o-linear-gradient(top, #5d92c0, #2c608f);
    background-image: -ms-linear-gradient(top, #5d92c0, #2c608f);
    background-image: linear-gradient(top, #5d92c0, #2c608f);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#5d92c0', EndColorStr='#2c608f'); }

.ui-datepicker-next {
    float: right;
    min-width: 25%;
    text-align: right;
    padding-right: 4px;
    vertical-align: middle;
    color: #fff; }

.ui-datepicker-prev {
    float: left;
    min-width: 25%;
    text-align: left;
    padding-left: 4px;
    vertical-align: middle;
    color: #fff; }

.ui-datepicker-next a, ui-datepicker-prev a {
    color: #fff;
    vertical-align: middle;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    background: transparent;
    border: none;
    color: #1b405d;
}

.ui-datepicker-calendar { padding: 0em 1em .5em 1em; }

table.ui-datepicker-calendar {
    text-align: center;
    margin: 0 auto;
    border-collapse: collapse;
}

.ui-datepicker-calendar thead tr {
    color: #333333;
    background: #eeeeef;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZGRmZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #eeeeef 0%, #dddfe2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeef), color-stop(100%,#dddfe2));
    background: -webkit-linear-gradient(top,  #eeeeef 0%,#dddfe2 100%);
    background: -o-linear-gradient(top,  #eeeeef 0%,#dddfe2 100%);
    background: -ms-linear-gradient(top,  #eeeeef 0%,#dddfe2 100%);
    background: linear-gradient(to bottom,  #eeeeef 0%,#dddfe2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeef', endColorstr='#dddfe2',GradientType=0 );
    box-shadow: 0 0 2px 0 #888888; }

.ui-datepicker-calendar th, .ui-datepicker-calendar td {
    width: auto;
    padding: 0;
}


table.ui-datepicker-calendar td:not(:empty):hover + a { background-color: #D3D3D3; }


/* The following classes are to override the jQuery defaults in jquery-ui.css */
.ui-datepicker-prev .ui-icon, .ui-datepicker-next .ui-icon {
    background-image: none;
    width: 100%;
    text-indent: 0;
    height: auto;
    color: #fff;
    padding: 0;
    vertical-align: center;
    margin: 0;
}

.ui-datepicker-calendar tbody tr {
    color: #3376b2;
    background: #eeeeef;
    box-shadow: 0 0 2px 0 #888888; }

.ui-datepicker-calendar .ui-state-default {
    color: #3376b2;
    font-weight: bold;
    padding: 0 auto;
    margin: 0 auto;
}

.ui-datepicker-calendar .ui-state-hover  {
    background: transparent;
    border: none;
    color: #1b405d;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 0;
    margin-left: 0;
    top: 20%;
    margin-top: 0;
}

.ui-datepicker {
    background: #eeeeef;
    border-collapse: collapse;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: none;
    padding: 0 auto;
    margin: 0 auto;
    background: transparent;
}

.ui-datepicker td span, .ui-datepicker td a {
    padding: 0;
    text-align: center;
}

.ui-state-hover .ui-icon {
    background: transparent;
    background-image: none;
    border: none;
    font-weight: bold;
    color: #1b405d;
}

