/* FormBuilder specific custom CSS should go here. Basic form element styling can go in the main Layout.css file */

html {
    font-size: 100% !important; /* Override responsive breakpoints from Layout */
}

body {
    border: none;
}

/* Override jQuery UI styles */
.ui-widget-content {
    background: transparent !important;
    border: none !important;
}

.InputfieldFieldset {
    padding: 1rem 1.15rem 0 !important;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,.1);
}

.InputfieldFieldset > .InputfieldHeader:first-child {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.InputfieldForm .Inputfield {
    margin-bottom: 1rem;
}

.InputfieldContent.InputfieldContent {
    padding: 0 .25rem !important;
}

.InputfieldForm .Inputfields {
    height: auto;
    list-style: none;
    padding: 0;
    margin: 0 -0.25rem;
}

/* Hide toggles */
.toggle-icon {
    display: none !important;
}

.InputfieldHeader {
    padding-left: 0 !important;
    cursor: inherit !important;
    pointer-events: none;
}

.FormBuilderErrors {
    margin-bottom: 1rem;
}

.InputfieldFormBuilderFile .InputfieldHeader {
    position: static;
    color: #000;
    margin-bottom: .5rem;
    padding-left: .25rem !important;
    transform: none;
    font-weight: normal;
}

.InputfieldFormBuilderFileList li {
    margin-bottom: 0.25rem;
}

/* Remove block off errors on Get a Quote form */
.FormBuilder-getquote .FormBuilderErrors {
    display: none;
}