@charset "UTF-8";

@import url(formio/formio.bootstrap.css);
@import url(formio/formio.form.css);

/* only published form page START */
html {font-family: Calibri,CarlitoRegular,Arial,sans-serif;}
.formpart .tooltip {
  opacity: 1;
}
.formpart {
	padding:15px;
	overflow: inherit;
	margin:0;
}
.formpart {
	padding:15px;
	overflow: inherit;
	margin:0;
}
.formpart .formio-component-button:hover {
	background-color:transparent
}
/* only published form page END */


/* published form page AND backend START */
.formio-dialog .formcomponents .formcomponent,
.formpart .formcomponents .formcomponent {
    background: #6093cd;
    border: 1px solid #6093cd;
    -webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
}
.formpart .btn,
.formio-dialog .btn {
    font-family: Calibri,CarlitoRegular,Arial,sans-serif;
    font-size: 0.875rem;
	line-height: inherit;
}
.formpart p,
.formio-dialog p {
  margin: 0 0 0.5rem;
}
.formpart .btn-group-xxs > .btn,
.formpart .btn-xxs, .component-btn-group
.formpart .component-settings-button,
.formio-dialog .btn-group-xxs > .btn,
.formio-dialog .btn-xxs, .component-btn-group
.formio-dialog .component-settings-button {
    font-size: 10px;
    line-height: 1.2em;
}
.formio-dialog .formcomponent.btn-primary:hover,
.formio-dialog .formcomponent.btn-primary:active,
.formio-dialog formpart .formcomponent.btn-primary:focus,
.formpart .formcomponent.btn-primary:hover,
.formpart .formcomponent.btn-primary:active,
.formpart .formcomponent.btn-primary:focus {
    color: #ffffff;
    background-color: #3f6cb3;
    border-color: #3f6cb3;
}
.formio-dialog .formcomponents .formcomponent .fa,
.formpart .formcomponents .formcomponent .fa {
    margin-right: 5px;
}
.formpart .tooltip, .formio-dialog .tooltip {
    opacity: 1 !important;
}
.formtype-select {
  width: 100px !important;
  display: inline !important;
}
.popover {
    z-index: 13334 !important;
    left: -1000px;
}
.formpart .panel-group, .formio-dialog .panel-group {
    margin-bottom: 10px;
}
.formpart .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #dddddd;
    font-size: 0.875rem;
    font-weight: 600;
	padding: 0;
}
.formpart .panel-title,
.formio-dialog .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: inherit;
	line-height: inherit;
	font-weight: 400;
	padding:0;
}
.formpart .panel-title > button,
.formio-dialog .panel-title > button {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: inherit;
	line-height: inherit;
	font-weight: 400;
	box-shadow: none;
	background: transparent;
	text-align: left;
}
.formpart h1, .formio-dialog h1, .formpart h2, .formio-dialog h2, .formpart h3, .formio-dialog h3, .formpart h4, .formio-dialog h4, .formpart h5, .formio-dialog h5, .formpart h6, .formio-dialog h6, .formpart .h1, .formio-dialog .h1, .formpart .h2, .formio-dialog .h2, .formpart .h3, .formio-dialog .h3, .formpart .h4, .formio-dialog .h4, .formpart .h5, .formio-dialog .h5, .formpart .h6, .formio-dialog .h6 {
    font-family: Calibri,CarlitoRegular,Arial,sans-serif;
}
.formpart .form-control:hover,
.formpart .form-control:focus,
.formpart .form-control:active,
.formio-dialog .form-control:hover,
.formio-dialog .form-control:focus,
.formio-dialog .form-control:active {
    border-color: #ff9900 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 102, 102, .3) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 102, 102, .3) !important;
}
.formpart .form-control,
.formio-dialog .form-control {
	font-family: Calibri,CarlitoRegular,Arial,sans-serif;
	font-size: 0.875rem;
	color: #3a3a3a;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	height:1.5rem;
	padding: 2px;
	min-height:1.5rem;
	line-height:1.5rem;
}
.formpart input,
.formpart button,
.formpart select,
.formpart textarea,
.formio-dialog input,
.formio-dialog button,
.formio-dialog select,
.formio-dialog textarea {
    font-family: inherit;
    font-size: 0.875rem;
    line-height: inherit;
	padding: 2px;
}

.formpart label,
.formio-dialog label,
.formpart .control-label,
.formio-dialog .control-label,
.formpart .help-block,
.formio-dialog .help-block,
.formpart .checkbox,
.formio-dialog .checkbox,
.formpart .radio,
.formio-dialog .radio {
    font-size: 0.875rem;
    font-weight: normal;
}
.formpart label,
.formio-dialog label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0;
    font-weight: bold;
    line-height:1.5rem;
}
.formpart .btn-sm, .formio-dialog .btn-sm {
    padding: 5px 10px;
}
.formpart .formio-component-button:hover {background-color:rgba(255,255,255,0.75)}
.formpart button.btn-primary,
.formio-dialog button.btn-primary {
    background: #ff9900;
    color: #ffffff;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.20);
    box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.20);
	border: none;
	margin: 5px 10px 5px 0px;
	padding: 5px 10px;
}
.formpart button.btn-primary:hover,
.formio-dialog button.btn-primary:hover {
    background: #e17400;
    color: #ffffff;
}
.formio-dialog {
	text-align: left;
}
.formpart a, .formio-dialog a {
    color: #004499;
    text-decoration: none;
	font-size: 0.875rem;
	text-align: left;
}
.formpart a, .formio-dialog a:hover {
    color: #ff9900;
}
.formio-dialog-content > div > div > .row:first-child > .col-sm-6:last-child .pull-right {margin-top: 0 !important;margin-right: 30px !important;}
.formio-dialog.formio-dialog-theme-default .formio-dialog-content {
    -webkit-animation: formio-dialog-flyin .5s;
    animation: formio-dialog-flyin .5s;
    background: #ffffff;
    border-radius: 0;
    font-family: inherit;
    line-height: inherit;
    margin: 0 auto;
    max-width: 100%;
    padding: 1em;
    position: relative;
    width: 75%;
    font-size: 0.875rem;
}
.formio-dialog.formio-dialog-theme-default .formio-dialog-close {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 8px 6px;
}
.component-settings .nav {
    border-bottom: 1px solid #dddddd;
	margin-bottom: -1px;
	font-size: 0.875rem;
	margin-left:1em;
}
.component-settings .nav > li {
    margin-left: 1px;
}
.component-settings .nav > li > a {
    padding: 10px 15px;
}
.formio-dialog .tab-content {
    padding-top: 0;
}
.component-settings .tab-pane {
    padding: 10px;
    background: #fff;
    border: 1px solid #ddd;
}
.formpart label, .formio-dialog label {
    color:#3a3a3a;
}
.formpart .checkbox input[type="checkbox"],
.formio-dialog .checkbox input[type="checkbox"],
.formpart .checkbox-inline input[type="checkbox"],
.formio-dialog .checkbox-inline input[type="checkbox"] {
    margin: 6px 0 0 -20px !important;
	width: inherit !important;
	top: 0;
	position: absolute;
}
.formpart .input-group-addon, .formio-dialog .input-group-addon {
    padding: 2px 12px;
}
.formpart .lead, .formio-dialog .lead {
    color: #3a3a3a;
}
.formpart .lead, .formio-dialog .lead {
    font-size: 1.25rem;
    font-weight: 500;
	line-height: 1;
}
.formpart .nav-tabs, .formio-dialog .nav-tabs {
    margin-left: 0;
	border:none;
}
.formpart .nav-tabs > li, .formio-dialog .nav-tabs > li {
    margin-bottom: -1px;
	margin-right: 5px;
}
.formpart .nav-tabs > li > a, .formio-dialog .nav-tabs > li > a {
    border-bottom: 1px solid #e7e7e7;
}
.formpart .nav-tabs > li > a:hover, .formio-dialog .nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #eeeeee;
}
.formpart .nav-tabs > li.active > a,
.formio-dialog .nav-tabs > li.active > a,
.formpart .nav-tabs > li.active > a:hover,
.formio-dialog .nav-tabs > li.active > a:hover,
.formpart .nav-tabs > li.active > a:focus,
.formio-dialog .nav-tabs > li.active > a:focus {
    border-bottom-color: #ffffff;
}
.formpart .formio-component-tabs .tab-content {
	background-color:#fff;
	border:1px solid #dddddd;
	padding: 15px;
}
.formio-dialog .btn {
    padding: 5px 8px;
}
.formio-dialog .panel-title > .glyphicon {
	background-color: #fff;
	border-radius: 0;
	padding: 3px 4px;
}
.formpart .formio-choices.form-group .form-control,
.formio-dialog .formio-choices.form-group .form-control {
    min-height:24px;
}
.formio-dialog .choices input {
    margin-bottom: 0;
}
.choices__list--multiple .choices__item {
    margin-bottom: 4px;
}
.choices__input {
    box-shadow: none;
}
.choices__input:hover,
.choices__input:focus {
    background-color:#fff;
}
.formpart .table-bordered, .formio-dialog .table-bordered {
    border: 1px solid #dddddd;
    background-color: #fff;
}
.formio-component .table thead tr {
    background-color: #f4f4f4;
}
.formpart .table-bordered > thead > tr > th,
.formio-dialog .table-bordered > thead > tr > th,
.formpart .table-bordered > thead > tr > td,
.formio-dialog .table-bordered > thead > tr > td {
    border-bottom-width: 1px;
}
.formpart input[type="date"].form-control, .formio-dialog input[type="date"].form-control, .formpart input[type="time"].form-control, .formio-dialog input[type="time"].form-control, .formpart input[type="datetime-local"].form-control, .formio-dialog input[type="datetime-local"].form-control, .formpart input[type="month"].form-control, .formio-dialog input[type="month"].form-control {
    line-height: inherit;
}
.formpart .formio-choices > .form-control,
.formio-dialog .formio-choices > .form-control {
    padding:0 2px;
}
.formpart .table-bordered tbody td > div.form-group:last-child,
.formio-dialog .table-bordered tbody td > div.form-group:last-child {
    margin-bottom: 0;
}
.formpart .form-group.formio-component-button,
.formio-dialog .form-groupformio-component-button {
    display:inline-block;
}
.formpart .btn-danger,
.formio-dialog .btn-danger {
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.20);
    box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.20);
    border: none;
    margin: 5px 10px 5px 0px;
    padding: 5px 10px;
}
/* published form page AND backen END */