.banner_logo {
	height: 50px;
}

body {
    overflow: auto;
}

.main ul.nav-tabs {
    margin: 20px 0 0 0;
}
.main ul.nav-tabs li {
    margin: 0;
}
.main ul.nav-tabs li a {
    background: none;
}

.form-language-selector {
    float: right;
    padding: 3px 0;
    margin-left: 10px;
    font-size: 0.8em;
}

#form-languages {
    display: inline;
    width: auto;
    height: 36px;
    background: none;
    min-width: 11em;
    border: 1px solid #ccc;
    margin: 0 0 0 16px;
    font-size: 0.9em;
}

.form-footer {
    width: calc(100% + ( 2 * 45px ));
    margin: 45px -45px -45px -45px;
}


/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

.form-header {
    display: block; /* smap lets not do flex */
}


/* Layout */
@media screen and (max-width: 600px) {
    body {
        line-height: 1.3125;
    }

    .main article {
        padding: 70px 30px 30px 30px;
    }

    .form-footer {
        width: calc(100% + ( 2 * 30px ));
        margin: 45px -30px -30px -30px;
    }
}

@media screen and (max-width: 400px) {
    body {
        line-height: 1.3625;
    }

    input[type="text"], input[type="password"], input[type="url"], input[type="email"], input[type="date"], input[type="number"], input[type="time"], input[type="datetime"], input[type="file"] {
        width: 100%;
    }

    select, textarea {
        width: 100%;
    }

    .main article {
        padding: 70px 20px 20px 20px;
    }

    .form-header {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block; /* smap lets not do flex */
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        position: absolute;
        left: 0;
        top: -76px;
        width: 100%;
        min-height: 69px;
        margin: 5px 0;      /* smap add margin */
        padding: 16px 0; }

    .form-header .form-language-selector {
        border-right: none;
    }

    .form-footer {
        width: calc(100% + ( 2 * 20px ));
        margin: 45px -20px -20px -20px;
    }
}

.form-footer {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 350px;
    position: relative;
}
.form-footer .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.form-footer .draft {
    width: 100%;
    font-family: 'OpenSansRegular', Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-style: italic;
    text-align: center;
    display: block;
    border: none;
    flex: none;
    padding: 0;
    margin: 0 auto;
    max-width: 200px;
}
.form-footer .draft label {
    width: 100%;
}
.form-footer .main-controls {
    margin: 30px auto 60px auto;
    width: 100%;
    text-align: center;
}
.form-footer .main-controls .btn {
    display: inline-block;
    width: 150px;
    position: static;
    min-height: 32px;
    white-space: normal;
}
.form-footer .main-controls .btn progress {
    margin: 0;
    padding: 0;
    width: 100%;
}


.form-footer .main-controls .previous-page {
    position: absolute;
    left: 20px;
    width: 100px;
    min-height: 20px;
    bottom: 0px;
    color: white;
    filter: brightness(120%);
}

.form-footer .main-controls .next-page {
    position: absolute;
    right: 20px;
    width: 100px;
    min-height: 20px;
    bottom: 0px;
    color: white;
    filter: brightness(120%);
}

.jump-nav {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.form-footer .first-page, .form-footer .last-page {
    width: 50%;
    opacity: 0.7;
    border-radius: 0;
    display: none;
    float: left;
}
.form-footer .first-page:not(:hover) {
    border-right: none;
}
.form-footer .first-page::before {
    font-family: 'enketo-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e611' !important;
    float: left;
    color: #757474;
}
.form-footer .last-page::before {
    font-family: 'enketo-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e610' !important;
    float: right;
    color: #757474;
}
.form-footer .logout {
    width: 100%;
    display: block;
    margin-top: -40px;
    margin-bottom: 40px;
    text-align: center;
}
.form-footer {
    left: auto;
    margin: -20px 0 40px 0;
    width: 100%;
}

.preview-header {
    position: absolute;
    top: -90px;
    width: 100%;
    z-index: 1000;
    color: #333333;
    opacity: 0.5;
    margin: 0;
}

.form-header .branding {
    margin: 0;
    height: 34px;
    display: inline-table;
}
.form-header .branding .logo-wrapper {
    display: table-cell;
    vertical-align: middle;
}
.form-header .branding img {
    max-height: 30px;
    max-width: 130px;
    vertical-align: middle;
}
.form-header .branding img:hover {
    opacity: 0.8;
}
.form-header .branding span {
    display: inline-block;
    color: #444444;
    font-weight: bold;
    font-size: 1.4em;
}
.form-header .branding span:hover {
    text-decoration: none;
    opacity: 0.8;
}

.form-progress {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    max-width: 100% !important;
    width: 34px;
    min-width: 34px !important;
    margin: 0;
    height: 3px;
    background-color: #d15200;
    z-index: 1000;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.offline-enabled {
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    display: block;
    position: fixed;
    top: 3px;
    left: 0;
}
.offline-enabled .offline-enabled-icon {
    width: 34px;
    height: 34px;
    background-color: #d15200;
    background-image: url("../../images/offline-enabled.png");
    background-repeat: no-repeat;
    opacity: 1;
    -webkit-transition: opacity 3s ease-out;
    transition: opacity 3s ease-out;
}
.offline-enabled .offline-enabled-icon.not-enabled {
    height: 0;
    opacity: 0;
    width: 0;
}
.offline-enabled .offline-enabled-icon:hover {
    opacity: 0.8;
}

#form-languages {
    display: none;
}

.form-language-selector {
    padding-right: 20px;
}
.form-language-selector #form-languages {
    display: inline-block;
}

.print {
    float: right;
}

.print:hover {
    opacity: 0.7;
}
.print ~ .form-language-selector {
    border-right: 1px solid #999999;
}

@media screen and (max-width: 820px) {
    body .main article {
        padding-top: 70px;
    }

    .form-header .branding {
        float: left;
    }

    .offline-enabled {
        position: static;
        display: inline-block;
        float: left;
    }
    .offline-enabled .offline-enabled-icon {
        float: left;
        margin-right: 10px;
        display: block;
    }
    .offline-enabled .offline-enabled-icon.not-enabled ~ .queue-length {
        margin-left: 0;
    }
    .offline-enabled .queue-length {
        margin-top: 0;
        margin-left: -10px;
        margin-right: 10px;
        float: left;
        display: block;
    }

    .or .form-logo {
        margin-top: 45px;
    }
}
@media screen and (max-width: 720px) {
    .offline-enabled .queue-length {
        background-color: whitesmoke;
    }
}
@media screen and (max-width: 600px) {
    .form-header {
        height: auto;
    }
}
@media screen and (max-width: 490px) {
    .form-language-selector {
        padding-right: 0;
    }

    .print {
        display: none;
    }
    .print ~ .form-language-selector {
        border-right: none;
    }
}
@media screen and (max-width: 430px) {
    body .main article {
        padding-top: 90px;
    }

    .form-header {
        border: none;
    }

    .form-language-selector {
        padding: 0;
        margin: 7px auto;
        width: 100%;
    }

    #form-languages {
        margin: 0;
        width: 100%;
    }
}

/* Modals */

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 100px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    /*-webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);  smap */
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: white;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: none;
}

.modal-backdrop, .show-side-slider .slider-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: black;
}
.modal-backdrop.fade, .show-side-slider .slider-overlay {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in, .show-side-slider .slider-overlay {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.25px;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.25;
}

.modal-body {
    position: relative;
    padding: 20px;
}

.modal-footer {
    margin-top: 5px;
    padding: 9px 10px 10px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}
.modal-footer:after {
    clear: both;
}

.modal-footer .btn {
    display: inline-block;
}

.modal-footer .negative {
    background-color: darkslategrey;
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
}
.iframe .paper {
    border-radius: 0;
    border: none;
}
.iframe .print {
    display: none;
}
.iframe .print ~ .form-language-selector {
    border-right: none;
    padding-right: 0;
}

.edit .paper .branding {
    display: none;
}

@media screen and (max-width: 720px) {
    body.edit .form-header {
        border-bottom: none;
    }
}
.modal h3 {
    padding: 0 0 0 0;
    margin-bottom: 0;
}

.alert .error-list {
    margin-top: 1em;
    font-size: 0.8em;
}
.alert .error-list li {
    line-height: 1.4em;
}
.alert strong {
    text-decoration: underline;
}

.alert em {
    color: #666;
}
.alert strong {
    color: black;
    font-size: 110%;
    text-decoration: none;
}
.alert a {
    text-decoration: underline;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: black;
    opacity: 0.8;
    display: none;
}

.load-error {
    margin: 100px 0 60px 0;
}

#feedback-bar {
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0px;
    position: fixed;
    z-index: 20000;     // smap
    top: -100px;
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 35px;
    height: auto;
}
#feedback-bar p {
    position: relative;
    margin: 0 50px;
    text-align: center;
    padding: .6em 0;
    font-size: 1.1em;
}
#feedback-bar p + p {
    border-top: 1px #ddd dashed;
}
#feedback-bar .glyphicon-info-sign, #feedback-bar .close {
    position: absolute;
    top: 50%;
}
#feedback-bar .glyphicon-info-sign {
    margin-top: -7.5px;
    left: 20px;
}
#feedback-bar .close {
    margin-top: -10.5px;
    right: 20px;
}

.ad {
    position: absolute;
    left: 30px;
    top: 100px;
    width: 250px;
    padding: 7px;
    border-radius: 7px;
    color: black;
    font-size: 14px;
    border: 7px solid #e74225;
    background-color: white;
}

@media screen and (max-width: 1366px) {
    .ad {
        display: none;
    }
}

@media screen and (max-width: 720px) {
    body {
        padding: 0 !important;
    }
    body header {
        padding-left: 20px;
        padding-right: 20px;
    }

    body {
        background: none;
    }

    .main {
        margin: 0;
        padding: 0;
    }

    .preview-header {
        top: -5px;
    }

    .paper {
        border-radius: 0px;
    }

    .form-header {
        top: 0;
        padding-left: 16px;
        padding-right: 16px;
        border-bottom: 1px solid #bbbbbb;
    }
    .form-header .form-language-selector > span {
        display: none;
    }

    h3 {
        padding-top: 25px;
    }
}

.submissions {
    background-color: #ccc;
    font-size: 11px;
    padding: 10px;
}

.log {
    word-break: break-all;
}

.side-slider {
    position: absolute;
    z-index: 1000;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    color: white;
    font-size: 13px;
    top: 0;
    margin: 0;
    left: -240px;
    background-color: #323232;
    width: 240px;
    min-height: 100%;
    padding: 20px;
}
.side-slider .close {
    color: white;
    text-shadow: none;
    opacity: 0.9;
}
.side-slider .upload-records, .side-slider .export-records {
    width: 45%;
}
.side-slider progress {
    visibility: hidden;
    width: 100%;
}
.side-slider ul {
    list-style-type: none;
    padding: 0;
    margin-left: 0;
}
.side-slider li.record {
    padding: 2px 5px;
    margin: 5px 0 2px 0;
    border: 1px solid white;
}
.side-slider li.record.success {
    opacity: 0.6;
    border-width: 2px;
    border-color: green;
}
.side-slider li.record.ongoing {
    border-width: 2px;
    border-color: orange;
}
.side-slider li.record.error {
    cursor: pointer;
    border-width: 2px;
    border-color: red;
}
.side-slider li.record[data-draft=true] {
    cursor: pointer;
    border-color: #999999;
    border-style: dotted;
    color: #eeeeee;
}
.side-slider li.record[data-draft=true]:hover, .side-slider li.record[data-draft=true].active {
    background: #666666;
    color: white;
}
.side-slider li.record[data-draft=true]::before {
    font-family: "Glyphicons Halflings";
    content: "\270f";
    float: right;
    display: inline-block;
    color: #aaaaaa;
}
.side-slider li.record[data-draft=true]:hover::before {
    color: white;
}
.side-slider li.record[data-draft=true].active::before {
    content: "\e092";
    color: white;
}
.side-slider li.no-records {
    text-align: center;
    margin-bottom: 35px;
    font-style: italic;
}
.side-slider li:not(.record) {
    padding: 0 5px;
    line-height: 15px;
}
.side-slider li:not(.record).success {
    color: green;
}
.side-slider li:not(.record).ongoing {
    color: orange;
}
.side-slider li:not(.record).error {
    color: red;
}
.side-slider h3 {
    color: white;
}
.side-slider .button-bar {
    margin: 20px 0 33px 0;
}

.side-slider-toggle.handle {
    font-family: arial, sans-serif;
    position: fixed;
    top: 50%;
    margin: 0;
    padding: 0;
    height: 50px;
    width: 6px;
    background: none;
    border-top: 2px solid;
    border-bottom: 2px solid;
    font-size: 20px;
    line-height: 30px;
}
.side-slider-toggle.handle.open {
    border-left: none;
    border-right: 3px solid;
    border-color: #888888;
    left: 8px;
    z-index: 10;
}
.side-slider-toggle.handle.open:hover {
    border-color: #000000;
}
.side-slider-toggle.handle.close {
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    opacity: 1;
    left: -10px;
    border-right: none;
    border-left: 3px solid;
    border-color: #999999;
    z-index: 1001;
}
.side-slider-toggle.handle.close:hover {
    border-color: #ffffff;
}

.show-side-slider .side-slider {
    -webkit-transform: translate(240px, 0);
    -ms-transform: translate(240px, 0);
    transform: translate(240px, 0);
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}
.show-side-slider .side-slider-toggle.handle.close {
    -webkit-transform: translate(240px, 0);
    -ms-transform: translate(240px, 0);
    transform: translate(240px, 0);
}
.show-side-slider .slider-overlay {
    z-index: 999;
}

body {
    font-family: 'OpenSansRegular', Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}


.alert {
    padding: 15px;
    margin-bottom: 18px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert h4, .alert .question.or-appearance-list-nolabel ~ .note, .alert .question.or-appearance-label ~ .note {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: bold;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}

.alert-dismissable {
    padding-right: 35px;
}
.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}

.close {
    float: right;
    font-size: 22.5px;
    font-weight: bold;
    line-height: 1;
    color: black;
    text-shadow: 0 1px 0 white;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.close:hover, .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

/* Submit queue indicator */
.offline-enabled .queue-length {
    cursor: pointer;
    margin-top: 1px;
    width: 34px;
    min-height: 34px;
    color: #a03e00;
    background-color: #ffffff;
    text-align: center;
    padding: 9.5px 0 9.5px 0;
    line-height: 15px;
    font-size: 15px;
    opacity: 1;
    -webkit-transition: opacity 3s ease-out;
    transition: opacity 3s ease-out;
}
.offline-enabled .queue-length.hide {
    opacity: 0;
    display: none;
}
.offline-enabled .queue-length.submitting {
    color: #556B2F;
}
.offline-enabled .queue-length:hover {
    color: green;
}

.form-control::-moz-placeholder, .modal-dialog input::-moz-placeholder, input:not([type=checkbox]):not([type=radio])::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
    color: #999999;
    opacity: 1;
}
.form-control:-ms-input-placeholder, .modal-dialog input:-ms-input-placeholder, input:-ms-input-placeholder:not([type=radio]):not([type=checkbox]), select:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #999999;
}
.form-control::-webkit-input-placeholder, .modal-dialog input::-webkit-input-placeholder, input:not([type=checkbox]):not([type=radio])::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #999999;
}
.form-control[disabled], .modal-dialog input[disabled], input[disabled]:not([type=radio]):not([type=checkbox]), select[disabled], textarea[disabled], .form-control[readonly], .modal-dialog input[readonly], input[readonly]:not([type=radio]):not([type=checkbox]), select[readonly], textarea[readonly], fieldset[disabled] .form-control, fieldset[disabled] .modal-dialog input, .modal-dialog fieldset[disabled] input, fieldset[disabled] input:not([type=radio]):not([type=checkbox]), fieldset[disabled] select, fieldset[disabled] textarea {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1;
}

/* override formhub */
.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    position: fixed;
    left: 50%;
    top: 35%;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.or-form-guidance.active {
    margin: 5px 0;
    color: #556B2F; }
.or-form-guidance.active summary {
    color: #888888; }

/* Smap */
strong {
    font-weight: bold; }

label.itemset-template {
    display: none !important;
}

.btn.add-repeat-btn {
    background-color: #fff;
}

.btn.remove {
    background-color: #fff;
}

.search-bar button.btn.btn-default, .geo-inputs button.close-chain-btn {
    background-color: #fff;
}

.full-width {
    width:100%;
}

.enketo-power {
    left: unset;
}

.or-appearance-hidden {
    display:none;
}

/* properties*/
.smap-geopoint-blue-circle-marker {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border-radius: 8px;
    border: 1px solid #4e4e4e;
    background: #0000ff; }

.smap-geopoint-blue-circle-marker-active {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border-radius: 8px;
    border: 4px solid #6783ec;
    background: #0000ff; }

.smap-geopoint-red-circle-marker {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border-radius: 8px;
    border: 1px solid #4e4e4e;
    background: #ff0000; }

.smap-geopoint-red-circle-marker-active {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border-radius: 8px;
    border: 4px solid #6783ec;
    background: #ff0000; }

