.required label:nth-of-type(1) abbr:after{content:' *'}.required label abbr{border-bottom:none}.label-nested{font-weight:normal;padding-top:0}.validationErrors{margin-bottom:20px}.fileupload ul li:first-child{margin-top:10px}select option.default{color:#bbb}.fileuploaderror{color:red}.form-horizontal .form-group{margin-left:0;margin-right:0}.formbuilder .form-control{display:block}.formbuilder button[type=submit]{margin-top:10px;padding:10px 32px;min-width:140px}.formbuilder .radio,.formbuilder .checkbox{display:block}.formbuilder .input-group{display:table}.formbuilder .dropdown-menu{display:none}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker{display:none;position:absolute;z-index:1000;top:0;left:0;padding:8px;margin-top:4px;background-color:#fff;border:1px solid #d0d4d9;border-radius:6px;box-shadow:0 6px 18px rgba(0,0,0,.12);font-size:14px;color:#333}.datepicker>div{display:none}.datepicker table{width:100%;margin:0;border-collapse:separate;border-spacing:2px}.datepicker td,.datepicker th{text-align:center;width:32px;height:32px;border-radius:4px;font-weight:normal}.datepicker th.dow{color:#888;font-size:12px;text-transform:uppercase;font-weight:600;padding-bottom:4px}.datepicker td.day{cursor:pointer;transition:background-color .12s ease}.datepicker td.day:hover{background:#eef2f6}.datepicker td.day.disabled{color:#d0d4d9;cursor:default}.datepicker td.old,.datepicker td.new{color:#b8bdc4}.datepicker td.active,.datepicker td.active:hover{background-color:#4a76a8;color:#fff;font-weight:600}.datepicker td span{display:block;width:50px;height:44px;line-height:44px;float:left;margin:3px;cursor:pointer;border-radius:4px;transition:background-color .12s ease}.datepicker td span:hover{background:#eef2f6}.datepicker td span.active{background-color:#4a76a8;color:#fff;font-weight:600}.datepicker td span.old{color:#b8bdc4}.datepicker th.switch{width:145px;font-weight:600;color:#333}.datepicker th.next,.datepicker th.prev{font-size:20px;color:#4a76a8;cursor:pointer}.datepicker thead tr:first-child th{cursor:pointer;padding:4px 0}.datepicker thead tr:first-child th:hover{background:#eef2f6}.input-group.date .input-group-addon i{display:block;cursor:pointer;width:16px;height:16px}