/*
  Oryginalne rozmiary SVG:
  $fmcheck_checked-img-width: 15.941px;
  $fmcheck_checked-img-height: 12.146px;
*/
/*  STOP CHECKBOX, RADIOBUTTON */
.fm-form .radio input[type="radio"],
.fm-form .radio-inline input[type="radio"],
.fm-form .checkbox input[type="checkbox"],
.fm-form .checkbox-inline input[type="checkbox"] {
    margin-left: -20px;
    position: absolute;
}

.fm-form .radio,
.fm-form .checkbox,
.fm-form .radio-inline,
.fm-form .checkbox-inline {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 7px;
}

.fm-form .radio,
.fm-form .checkbox,
.fm-form .radio-vert {
    display: table;
    min-height: 27px;
    margin-left: 0px;
}

.fm-form .radio>.radiocheck-label,
.fm-form .checkbox>.radiocheck-label,
.fm-form .radio-vert>.radiocheck-label {
    padding-left: 5px;
}

.fm-form .radio>.radiocheck-label label,
.fm-form .checkbox>.radiocheck-label label,
.fm-form .radio-vert>.radiocheck-label label {
    padding: 0 !important;
}

.fm-form .radio>.radiocheck-btn,
.fm-form .checkbox>.radiocheck-btn,
.fm-form .radio-vert>.radiocheck-btn {
    vertical-align: middle;
    display: table-cell;
}

.fm-form .fm-check {
    cursor: pointer;
    padding-left: 20px;
    float: left;
}

.fm-form .fm-check input {
    margin-left: -18px;
    display: none;
    opacity: 0;
    position: absolute;
}

.fm-form .fm-check input:checked+i {
    border-color: #000000;
}

.fm-form .fm-check input:checked+span .active {
    display: inherit;
}

.fm-form .fm-check input[type="radio"]+i {
    border-radius: 50%;
}

.fm-form .fm-check input[type="radio"]+i:before {
    border-radius: 50%;
}

.fm-form .fm-check input[type="radio"]:checked+i:before {
    background-color: #20418d;
    height: 10px;
    left: 4px;
    top: 4px;
    width: 10px;
}

.fm-form .fm-check input[type="checkbox"]:checked+i:before {
    background-color: #20418d;
    height: 18px;
    width: 18px;
    left: 0px;
    top: 0px;
    background: url("https://frame.onfly.pl/checkexp.svg");
    background-size: 18px 18px;
}

.fm-form .fm-check input[disabled]+i {
    border-color: #C0C0C0;
    background-color: #E6E7E2;
}

.fm-form .fm-check input[disabled]+i:before {
    background-color: #E6E7E2;
}

.fm-form .fm-check>i {
    background-color: #FFFFFF;
    border: 1px solid #000000;
    display: inline-block;
    height: 20px;
    line-height: 1;
    margin-left: -20px;
    margin-right: 4px;
    margin-top: -2px;
    position: relative;
    vertical-align: middle;
    width: 20px;
}

.fm-form .fm-check>i:before {
    background-color: transparent;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: 50%;
    transition: all 0.2s ease 0s;
    width: 0;
}

.fm-form .fm-check>span {
    margin-left: -20px;
}

.fm-form .fm-check>span .active {
    display: none;
}

@media (min-width: 768px) {
    .fm-form .radio-vert {
        display: inherit;
    }

    .fm-form .radio-vert>.radiocheck-btn {
        display: inherit;
        text-align: center;
    }

    .fm-form .radio-vert>.radiocheck-label {
        padding-left: 0px;
        text-align: center;
    }

    .fm-form .fm-check {
        float: inherit;
        padding-left: 24px;
    }
}

.fm-voivmap-map {
    display: none;
}

.fm-voivmap-question {
    display: inherit;
}

@media (min-width: 768px) {
    .fm-voivmap-map {
        display: inherit;
    }

    .fm-voivmap-question {
        display: none;
    }
}

.fm-dropdown-baskets {
    display: none;
}

.fm-dropdown-baskets-question {
    display: inherit;
}

@media (min-width: 992px) {
    .fm-dropdown-baskets {
        display: inherit;
    }

    .fm-dropdown-baskets-question {
        display: none;
    }
}

.fm-hidden-captcha {
    display: none;
}

.fm-captcha {
    background-color: #ffffff;
    cursor: pointer;
    text-align: center;
    display: block;
    opacity: 1;
}

.fm-captcha>span {
    font-size: 32px;
    line-height: 3em;
}

.fm-captcha:hover,
.fm-captcha:focus,
.fm-captcha:active {
    background-color: #20418d;
    border-color: #20418d;
}

.fm-captcha-selected {
    background-color: #20418d;
    border-color: #20418d;
}

.fm-hidden-single-img {
    display: none;
}

.fm-single-img {
    background-color: #ffffff;
    cursor: pointer;
    text-align: center;
    display: block;
    opacity: 1;
    /*img:hover,img:active,img:focus  {
      border : 3px solid $fmtemplate_color3;
  }*/
}

.fm-single-img>span {
    font-size: 32px;
    line-height: 3em;
}

.fm-single-img>img {
    border: 3px solid transparent;
    min-width: 150px;
}

.fm-single-img-selected>img {
    border: 3px solid #20418d;
}

.fm-hidden-multi-img {
    display: none;
}

.fm-multi-img {
    background-color: #ffffff;
    cursor: pointer;
    text-align: center;
    display: block;
    opacity: 1;
    padding-bottom: 10px;
    padding-top: 10px;
    /*img:hover,img:active,img:focus  {
          box-shadow: inset 0 0 0 1000px #EEEEEE;
      }*/
}

.fm-multi-img>span {
    font-size: 32px;
    line-height: 3em;
}

.fm-multi-img>img {
    border: 3px solid transparent;
}

.fm-multi-img-selected>img {
    border: 3px solid #20418d;
}

/***
Bootstrap Datepicker
***/
.datepicker.dropdown-menu {
    padding: 5px;
}

.datepicker .selected {
    background-color: #909090 !important;
    background-image: none !important;
    filter: none !important;
}

.datepicker .active {
    background-color: #4b8df8 !important;
    background-image: none !important;
    filter: none !important;
}

.datepicker .active:hover {
    background-color: #2678FC !important;
    background-image: none !important;
    filter: none !important;
}

.datepicker .input-daterange input {
    text-align: left;
}

/* change z-index when opened in modal */
.modal-open .datepicker {
    z-index: 10055 !important;
}

.datepicker table td {
    color: #000;
    font-weight: 300 !important;
    font-family: Inter !important;
}

.datepicker table th {
    color: #333;
    font-family: Inter !important;
    font-weight: 400 !important;
}

.datepicker.dropdown-menu {
    box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
    border: 1px solid #efefef;
}

/***
Bootstrap Time Picker
***/
.bootstrap-timepicker-widget table td a {
    padding: 4px 0;
}

.bootstrap-timepicker-widget input,
.bootstrap-timepicker-widget input:focus {
    outline: none !important;
    border: 0;
}

.modal-open .bootstrap-timepicker-widget {
    z-index: 10055 !important;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:before,
.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
    top: auto;
}

div,
input,
select,
textarea,
span,
img,
table,
label,
td,
th,
p,
a,
button,
ul,
code,
pre,
li {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.fm-form .fm-questions .form-group:before,
.fm-form .fm-questions .form-group:after,
.fm-form .fm-questions .fm-question .form-group:before,
.fm-form .fm-questions .fm-question .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
    clear: both;
}

html {
    font: 400 16px Inter, sans-serif;
    overscroll-behavior-y: none;
}

body {
    color: #333333;
    font: 400 16px Inter, sans-serif;
    padding: 0px !important;
    margin: 0px !important;
    direction: ltr;
    background-color: #edeff0;
    overscroll-behavior-y: none;
}

.header {
    border-radius: 0;
    position: relative;
    z-index: 999;
    background-color: transparent;
    box-shadow: 0 0 0;
    margin-bottom: 8px;
}

.header .container {
    height: 50px;
    width: 100%;
    min-height: 50px;
    display: table;
}

.header-logo {
    float: left;
    padding-bottom: 5px;
    padding-top: 10px;
    margin-left: 1%;
}

.main .container {
    width: 100%;
    display: table;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.main .container .content .portlet-title {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    height: 12px;
    min-height: 12px;
    padding: 0;
}

.main .container .content .portlet {
    background-color: #ffffff;
    margin-bottom: 20px;
    margin-top: 0;
    border: 1px solid #cdcdcd;
    /*border-radius: 4px;            
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-image: none;
        border-style: none solid solid;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
        border-color: #cdcdcd;
            border-color: -moz-use-text-color #cdcdcd #cdcdcd;
        border-width: 0px;*/
}

.fm-progress {
    margin-top: 1px;
    width: 150px;
    position: absolute;
    top: 0px;
    right: 10px;
    border: 1px solid #c0c0c0;
    background-color: #edeff0;
    float: right;
}

.fm-progress>.fm-progress-bar {
    background-color: #a6c613;
    width: 0%;
    padding-top: 2px;
    font-size: 11px;
    color: #ffffff;
    text-align: center;
    padding-bottom: 2px;
}

.fm-progress>.fm-progress-bar-pre {
    background-color: #ffffff;
    width: 0%;
    padding-top: 2px;
    padding-bottom: 2px;
}

.fm-progress>.fm-progress-bar-post {
    background-color: #ffffff;
    width: 0%;
    padding-top: 2px;
    padding-bottom: 2px;
}

.fm-progress>.fm-progress-text {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
    left: 50%;
    font-weight: bold;
    padding-top: 2px;
}

.fm-form .fm-form-actions {
    clear: both;
    background: #f5f5f5 none repeat scroll 0 0;
    border-top: 1px solid #dbe0e4;
    /*background-color: #f5f5f5;
      border-top: 1px solid #e5e5e5;*/
    margin-top: 0px;
}

.portlet-title {
    width: 100%;
    height: 10px;
}

.portlet-title .fm-bar,
.portlet-title>.first-bar,
.portlet-title>.second-bar,
.portlet-title>.third-bar,
.portlet-title>.fourth-bar {
    padding: 0;
    width: 25%;
    line-height: 8px;
    height: 100%;
    overflow: hidden;
    display: block;
    float: left;
}

.portlet-title>.first-bar {
    background-color: #000000;
    width: 10%;
    min-width: 130px;
    /*border-top-left-radius: 7px !important;*/
    -webkit-transform: skew(60deg, 0deg);
    -moz-transform: skew(60deg, 0deg);
    -o-transform: skew(60deg, 0deg);
    transform: skew(60deg, 0deg);
}

.portlet-title>.second-bar {
    background-color: rgb(43, 152, 218);
    margin-left: 8px;
    width: 3%;
    min-width: 50px;
    -webkit-transform: skew(60deg);
    -moz-transform: skew(60deg);
    -o-transform: skew(60deg);
    transform: skew(60deg);
    /*background-color:$fmtemplate_color2;
    border-radius: 0px !important;*/
}

.portlet-title>.third-bar {
    /*background-color:$fmtemplate_color3;
    border-radius: 0px !important;*/
}

.portlet-title>.fourth-bar {
    /*background-color:$fmtemplate_color4;
    border-top-right-radius: 7px !important;*/
}

.btn-xs,
.btn-xs-prev,
.btn-xs-abort,
.btn-xs-next,
.btn-xs-finish {
    -moz-user-select: none;
    border: 1px solid transparent;
    background-image: none;
    border-radius: 3px !important;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    font-weight: 500;
    line-height: 28px;
    padding: 5px 20px;
    text-decoration: none;
    transition: all 0.1s ease-in 0s;
}

.btn-xs-prev,
.btn-xs-abort {
    background-color: #78ded9;
    border-color: #78ded9;
    color: #fff;
    width: 100%;
}

.btn-xs-prev[disabled],
.btn-xs-abort[disabled] {
    background-color: #ffffff;
}

.btn-xs-prev:hover,
.btn-xs-prev:focus,
.btn-xs-prev:active,
.btn-xs-abort:hover,
.btn-xs-abort:focus,
.btn-xs-abort:active {
    background-color: #78ded9;
    border-color: #78ded9;
    color: #fff;
}

.btn-xs-abort {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.btn-xs-next,
.btn-xs-finish {
    background-color: #20418d;
    border-color: #20418d;
    color: #fff;
    width: 100%;
}

.btn-xs-next:hover,
.btn-xs-next:focus,
.btn-xs-next:active,
.btn-xs-finish:hover,
.btn-xs-finish:focus,
.btn-xs-finish:active {
    background-color: #20418d;
    border-color: #20418d;
    color: #fff !important;
}

@media (min-width: 768px) {

    .btn,
    .btn-prev,
    .btn-abort,
    .btn-next,
    .btn-finish {
        -moz-user-select: none;
        border: 1px solid transparent;
        background-image: none;
        border-radius: 3px !important;
        cursor: pointer;
        display: inline-block;
        font-size: 13px;
        margin-bottom: 0;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap;
        font-weight: 500;
        line-height: 28px;
        padding: 5px 20px;
        text-decoration: none;
        transition: all 0.1s ease-in 0s;
    }

    .btn-prev,
    .btn-abort {
        background-color: #78ded9;
        border-color: #78ded9;
        color: #fff;
    }

    .btn-prev[disabled],
    .btn-abort[disabled] {
        background-color: #ffffff;
    }

    .btn-prev:hover,
    .btn-prev:focus,
    .btn-prev:active,
    .btn-abort:hover,
    .btn-abort:focus,
    .btn-abort:active {
        background-color: #78ded9;
        border-color: #78ded9;
        color: #fff;
    }

    .btn-abort {
        float: right;
        width: 80px;
    }

    .btn-next,
    .btn-finish {
        background-color: #20418d;
        border-color: #20418d;
        color: #fff;
    }

    .btn-next:hover,
    .btn-next:focus,
    .btn-next:active,
    .btn-finish:hover,
    .btn-finish:focus,
    .btn-finish:active {
        background-color: #20418d;
        border-color: #20418d;
        color: #fff !important;
    }

    .btn-next,
    .btn-prev,
    .btn-finish {
        width: 100%;
    }
}

.form-control {
    width: 100%;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    line-height: 1.42857;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 90%;
    font: 400 16px Inter, sans-serif;
}

.form-control:focus {
    border-color: #000000 !important;
    outline: 0 none;
}

label {
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 5px;
    max-width: 100%;
}

.radio label,
.checkbox label {
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
    min-height: 20px;
    padding-left: 20px;
}

* {
    box-sizing: none;
}

.fm-questions,
.fm-navigation {
    padding: 20px;
}

.fm-questions {
    padding-bottom: 0px;
}

.fm-header>.fm-header-text {
    padding-bottom: 20px;
    font-weight: 400;
}

.fm-question {
    padding-bottom: 20px;
}

.fm-question>.fm-question-text {
    padding-bottom: 12px;
    font-weight: 400;
}

.fm-question>.fm-answer {
    padding-left: 10px;
}

.form-group .control-label {
    margin-bottom: 0;
    padding-top: 7px;
    padding-bottom: 7px;
}

.form-control-static {
    margin-bottom: 0;
    padding-bottom: 7px;
    padding-top: 7px;
}

.line-dashed {
    background-color: transparent;
    border-bottom: 1px dashed #dee5e7;
    content: "";
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    width: 100%;
    display: table;
}

.form-group {
    margin-bottom: 0px;
}

.help-block {
    font-weight: 300;
    font-style: italic;
    font-size: 0.9rem;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.6667%;
}

.col-xs-10 {
    width: 83.3333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.6667%;
}

.col-xs-7 {
    width: 58.3333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.6667%;
}

.col-xs-4 {
    width: 33.3333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.6667%;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.6667%;
}

.col-xs-pull-10 {
    right: 83.3333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.6667%;
}

.col-xs-pull-7 {
    right: 58.3333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.6667%;
}

.col-xs-pull-4 {
    right: 33.3333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.6667%;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.6667%;
}

.col-xs-push-10 {
    left: 83.3333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.6667%;
}

.col-xs-push-7 {
    left: 58.3333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.6667%;
}

.col-xs-push-4 {
    left: 33.3333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.6667%;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.6667%;
}

.col-xs-offset-10 {
    margin-left: 83.3333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.6667%;
}

.col-xs-offset-7 {
    margin-left: 58.3333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.6667%;
}

.col-xs-offset-4 {
    margin-left: 33.3333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.6667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width: 768px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.6667%;
    }

    .col-sm-10 {
        width: 83.3333%;
        margin-bottom: 10px;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.6667%;
    }

    .col-sm-7 {
        width: 58.3333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.6667%;
    }

    .col-sm-4 {
        width: 33.3333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.6667%;
    }

    .col-sm-1 {
        width: 8.33333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.6667%;
    }

    .col-sm-pull-10 {
        right: 83.3333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.6667%;
    }

    .col-sm-pull-7 {
        right: 58.3333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.6667%;
    }

    .col-sm-pull-4 {
        right: 33.3333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.6667%;
    }

    .col-sm-pull-1 {
        right: 8.33333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.6667%;
    }

    .col-sm-push-10 {
        left: 83.3333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.6667%;
    }

    .col-sm-push-7 {
        left: 58.3333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.6667%;
    }

    .col-sm-push-4 {
        left: 33.3333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.6667%;
    }

    .col-sm-push-1 {
        left: 8.33333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.6667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.3333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.6667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.3333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.6667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.3333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.6667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.6667%;
    }

    .col-md-10 {
        width: 83.3333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.6667%;
    }

    .col-md-7 {
        width: 58.3333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.6667%;
    }

    .col-md-4 {
        width: 33.3333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.6667%;
    }

    .col-md-1 {
        width: 8.33333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.6667%;
    }

    .col-md-pull-10 {
        right: 83.3333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.6667%;
    }

    .col-md-pull-7 {
        right: 58.3333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.6667%;
    }

    .col-md-pull-4 {
        right: 33.3333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.6667%;
    }

    .col-md-pull-1 {
        right: 8.33333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.6667%;
    }

    .col-md-push-10 {
        left: 83.3333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.6667%;
    }

    .col-md-push-7 {
        left: 58.3333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.6667%;
    }

    .col-md-push-4 {
        left: 33.3333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.6667%;
    }

    .col-md-push-1 {
        left: 8.33333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.6667%;
    }

    .col-md-offset-10 {
        margin-left: 83.3333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.6667%;
    }

    .col-md-offset-7 {
        margin-left: 58.3333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.6667%;
    }

    .col-md-offset-4 {
        margin-left: 33.3333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.6667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.6667%;
    }

    .col-lg-10 {
        width: 83.3333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.6667%;
    }

    .col-lg-7 {
        width: 58.3333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.6667%;
    }

    .col-lg-4 {
        width: 33.3333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.6667%;
    }

    .col-lg-1 {
        width: 8.33333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.6667%;
    }

    .col-lg-pull-10 {
        right: 83.3333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.6667%;
    }

    .col-lg-pull-7 {
        right: 58.3333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.6667%;
    }

    .col-lg-pull-4 {
        right: 33.3333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.6667%;
    }

    .col-lg-pull-1 {
        right: 8.33333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.6667%;
    }

    .col-lg-push-10 {
        left: 83.3333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.6667%;
    }

    .col-lg-push-7 {
        left: 58.3333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.6667%;
    }

    .col-lg-push-4 {
        left: 33.3333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.6667%;
    }

    .col-lg-push-1 {
        left: 8.33333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.6667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.3333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.6667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.3333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.6667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.3333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.6667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

.m-b {
    margin-bottom: 15px;
}

.m-l-n {
    margin-left: -15px;
}

.chosen-container {
    -moz-user-select: none;
    display: inline-block;
    font-size: 13px;
    position: relative;
    vertical-align: middle;
}

.chosen-container .chosen-drop {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #fff;
    border-color: -moz-use-text-color #aaa #aaa;
    border-image: none;
    border-right: 1px solid #aaa;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    left: -9999px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1010;
}

.chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
}

.chosen-container a {
    cursor: pointer;
}

.chosen-container-single .chosen-single {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #cbd5dd;
    border-radius: 2px;
    color: #444;
    display: block;
    height: 34px;
    line-height: 30px;
    overflow: hidden;
    padding: 0 0 0 8px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}

.chosen-container-single .chosen-default {
    color: #999;
}

.chosen-container-single .chosen-single span {
    display: block;
    margin-right: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
    background: url("chosen-sprite.png") no-repeat scroll -42px 1px transparent;
    display: block;
    font-size: 1px;
    height: 12px;
    position: absolute;
    right: 26px;
    top: 6px;
    width: 12px;
}

.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 18px;
}

.chosen-container-single .chosen-single div b {
    background: url("chosen-sprite.png") no-repeat scroll 0 6px transparent;
    display: block;
    height: 100%;
    width: 100%;
}

.chosen-container-single .chosen-search {
    margin: 0;
    padding: 3px 4px;
    position: relative;
    white-space: nowrap;
    z-index: 1010;
}

.chosen-container-single .chosen-search input[type="text"] {
    background: url("chosen-sprite.png") no-repeat scroll 100% -20px transparent;
    border: 1px solid #aaa;
    border-radius: 0;
    box-sizing: border-box;
    font-size: 1em;
    height: auto;
    line-height: normal;
    margin: 1px 0;
    outline: 0 none;
    padding: 4px 20px 4px 5px;
    width: 100%;
}

.chosen-container-single .chosen-drop {
    background-clip: padding-box;
    border-radius: 0 0 4px 4px;
    margin-top: -1px;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    left: -9999px;
    position: absolute;
}

.chosen-container .chosen-results {
    margin: 0 4px 4px 0;
    max-height: 240px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 0 0 4px;
    position: relative;
}

.chosen-container .chosen-results li {
    display: none;
    line-height: 15px;
    list-style: outside none none;
    margin: 0;
    padding: 5px 6px;
}

.chosen-container .chosen-results li.active-result {
    cursor: pointer;
    display: list-item;
}

.chosen-container .chosen-results li.disabled-result {
    color: #ccc;
    cursor: default;
    display: list-item;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #999;
    color: #fff;
}

.chosen-container .chosen-results li.no-results {
    background: none repeat scroll 0 0 #f4f4f4;
    display: list-item;
}

.chosen-container .chosen-results li.group-result {
    cursor: default;
    display: list-item;
    font-weight: bold;
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px;
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline;
}

.chosen-container-multi .chosen-choices {
    background-color: #fff;
    border: 1px solid #cbd5dd;
    border-radius: 2px;
    box-sizing: border-box;
    cursor: text;
    height: auto !important;
    margin: 0;
    min-height: 34px;
    overflow: hidden;
    padding: 4px;
    position: relative;
    width: 100%;
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: outside none none;
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    background: none repeat scroll 0 0 transparent !important;
    border: 0 none !important;
    border-radius: 0;
    box-shadow: none;
    color: #666;
    height: 22px;
    line-height: normal;
    outline: 0 none;
    padding: 2px 5px;
}

.chosen-container-multi .chosen-choices li.search-field .default {
    color: #999;
}

.chosen-container-multi .chosen-choices li.search-choice {
    background-clip: padding-box;
    background-color: #f5f5f5;
    border-radius: 3px;
    cursor: default;
    line-height: 13px;
    margin: 2px 0 2px 5px;
    padding: 4px 20px 3px 5px;
    position: relative;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    background: url("chosen-sprite.png") no-repeat scroll -42px 1px transparent;
    display: block;
    font-size: 1px;
    height: 12px;
    position: absolute;
    right: 3px;
    top: 4px;
    width: 12px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    background-color: #e4e4e4;
    border: 1px solid #ccc;
    color: #666;
    padding-right: 5px;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: none repeat scroll 0 0 #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
    color: #ccc;
    cursor: default;
    display: list-item;
}

.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    background: none repeat scroll 0 0 transparent;
    border-left: medium none;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 4px;
}

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #111 !important;
}

.chosen-disabled {
    cursor: default;
    opacity: 0.5 !important;
}

.chosen-disabled .chosen-single {
    cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default;
}

.chosen-rtl {
    text-align: right;
}

.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
    direction: rtl;
    margin-left: 26px;
    margin-right: 0;
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px;
}

.chosen-rtl .chosen-single div {
    left: 3px;
    right: auto;
}

.chosen-rtl .chosen-single abbr {
    left: 26px;
    right: auto;
}

.chosen-rtl .chosen-choices li {
    float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
    direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    left: 4px;
    right: auto;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
    left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
    padding-left: 0;
    padding-right: 15px;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: medium none;
}

.chosen-rtl .chosen-search input[type="text"] {
    background: url("chosen-sprite.png") no-repeat scroll -30px -20px transparent;
    direction: rtl;
    padding: 4px 5px 4px 20px;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px;
}

@media not all,
only screen and (min-resolution: 144dpi) {

    .chosen-rtl .chosen-search input[type="text"],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-container-single .chosen-search input[type="text"],
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span {
        background-image: url("chosen-sprite@2x.png") !important;
        background-repeat: no-repeat !important;
        background-size: 52px 37px !important;
    }
}

.input-group-addon {
    padding: 0;
}

.input-group-addon label {
    margin-bottom: 0;
}

.row>.other-radiocheck {
    min-height: 27px;
    margin-left: 0px;
    padding-top: 7px;
    margin-right: 0;
}

.row>.other-radiocheck>.other-radiocheck-sub {
    display: table;
}

.row>.other-radiocheck>.other-radiocheck-sub>.other-radiocheck-label {
    padding-left: 5px;
}

.row>.other-radiocheck>.other-radiocheck-sub>.other-radiocheck-label label {
    padding: 0 !important;
    cursor: pointer;
}

.row>.other-radiocheck>.other-radiocheck-sub>.other-radiocheck-btn {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
}

.row>.other-control {
    width: 100%;
    display: table-cell;
    padding-top: 10px;
}

#fm-form {
    margin: 0;
    margin-top: 10px;
}

.fm-preloader {
    margin-left: auto;
    margin-right: auto;
    width: 40px;
    height: 200px;
    background: url(img/loading.gif) no-repeat center center;
    background-color: transparent;
}

.fm-btncol-centered {
    padding: 5px;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

h1,
h2,
h3,
h4,
h5 {
    color: #20418D;
}

#fm-header.stick {
    margin: 0;
    position: fixed;
    display: block;
    padding: 10px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
    background-color: #fff;
    border: 1px solid #cccccc;
}

#fm-header.stick>.fm-header-text {
    padding-bottom: 0;
}

.img-responsive {
    height: auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 800px) {
    .img-responsive {
        max-width: 100%;
        width: auto;
    }
}

/*# sourceMappingURL=fmof.css.map */

.fm-preloader2 {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    opacity: 0.5;
    background: #f0f0f0 url("img/loading-spinner-blue.gif") no-repeat center center;
}


select option:disabled {
    background-color: #c0c0c0;
    font-style: italic;
}


.fm-form img {
    max-width: 100%;
    width: auto;
}

.ql-align-center {
    text-align: center;
}

.ql-size-small {
    font-size: 0.8rem;
}

.ql-size-large {
    font-size: 1.2rem;
}

.ql-size-huge {
    font-size: 1.4rem;
}

.main-logo-container {
    text-align: left;
}

.fm-multi-img-selected>img {
    border: 3px solid #014B89;
    border-radius: 10px !important;
}

/* GRIDy */

.fm-grid {
    transition: 0.5s;
    max-width: 1400px;
    margin-bottom: 20px;
}

.fm-grid-row {
    width: 100%;
    text-align: center;
    display: grid;
    grid-template-columns: 30%;
    grid-auto-flow:        column;
    grid-auto-columns:     1fr;
    grid-column-gap: 5px;
    border-bottom: solid 1px #d6d6d6;
    border-left: solid 1px #d6d6d6;
}

.fm-grid-row > .first {
    justify-content: left;
    text-align: left;
    padding-left: 10px;
    padding-top: 0px;
}

.fm-grid-row .fm-question {
    padding-bottom: 0px;
}

.fm-grid-row:nth-child(even) {
    background: #f8f8f8
}

.fm-grid-row:hover {
    background-color: #e2e2e2;
}

.fm-grid-row-cell {
    width: 100%;
    display: grid;
    justify-content: center;
    align-items: center;
    border-right: solid 1px #d6d6d6;
    padding-top:10px;
    padding-bottom:10px;
}

.fm-grid-row-cell .radiocheck-label {
    display: none;
}

.fm-grid-row-cell .radio {
    padding-top: 0px;
}

.fm-grid-row-cell .fm-form .fm-check {
    padding-left: auto;
}

.fm-grid-header {
    width: 100%;
    text-align: center;
    border: solid 1px #d6d6d6;
    background-color: #f5f5f5;
    display: grid;
    grid-template-columns: 30%;
    grid-auto-flow:        column;
    grid-auto-columns:     1fr;
}

.fm-grid-header > .first {
    justify-content: left;
    text-align: left;
    padding-left: 10px;
    padding-top: 0px;
}

.fm-grid-header .fm-question {
    padding-bottom: 0px;
}


.fm-grid-header-cell {
    width: 100%;
    display: grid;
    justify-content: center;
    align-items: center;
    border-right: solid 1px #d6d6d6;
    padding-top:10px;
    padding-bottom:10px;
    padding-left: 2px;
    padding-right: 2px;
}

.fm-grid-header-cell > .first {
    padding-right: 0px;
}

.fm-grid-header-cell .radiocheck-label {
    display: none;
}

.fm-grid-header-cell .radio {
    padding-top: 0px;
    display: grid;
    align-items: center;
}

.fm-grid-header-cell .fm-form .fm-check {
    padding-left: auto;
}

.fm-grid-header-cell div {
    word-break: break-word;
    font-size: clamp(12px, 1.1vw, 14px);
    margin-top: 0px !important;
}

.fm-grid-row-cell .other-radiocheck-label {
    display: none;
}

.fm-grid-row-cell .other-radiocheck-sub {
    margin-left: auto;
    margin-right: auto;
}

.fm-grid-row-cell .other-input input {
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
}

@media (max-width: 768px) {
    .fm-grid-header {
        display: none;
    }
    
    .fm-grid-row {
        display: block;
        text-align: left; 
        margin-top: 10px;
        padding-bottom: 10px;
        border: 1px solid #d6d6d6;      
    }

    .fm-grid-row-cell[aria-label],
    .fm-grid-row-cell[data-hint] {
        &:before, &:after {
            display: none !important;
        }
    }
    
    .fm-grid-row-cell .radio {
        padding-top: 7px;
    }

    .fm-grid-row-cell .fm-answer {
        padding-left: 10px;
    }

    .fm-grid-row-cell .other-radiocheck-label label {
        font-size: 16px;
    }

    .fm-grid-row-cell {
        display: block;
        border-right: 0px none;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .fm-grid-row-cell .radiocheck-label {
        display: inherit;
    }

    .fm-grid-row-cell .other-radiocheck-label {
        display: inherit;
    }

    .fm-grid-row-cell .other-radiocheck-sub {
        margin-left: inherit;
        margin-right: inherit;
    }
    
    .fm-grid-row-cell .other-input input {
        margin-left: inherit;
        margin-right: inherit;
        font-size: inherit;
    }

    .fm-grid-row .fm-question {
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #f5f5f5;
        border-bottom: 1px solid #d6d6d6;

    }
    
    .fm-grid-row:nth-child(even) {
        background: white;
    }

    .fm-grid-row:hover {
        background-color: white;
    }

    .fm-grid-row.closed
    {
        padding-bottom: 0px;
    }
    
    .fm-grid-row.closed .fm-grid-row-cell.first {
        cursor: pointer;
    }

    .fm-grid-row.closed .fm-grid-row-cell-value {
        display: none;
    }

    .fm-grid-row.closed .fm-question {
        background-color: rgb(187, 227, 252);
    }
    
}

/* GRID - END */

qstm {
    display: block;
    border:1px solid #c0c0c0; 
    padding:15px;
    font-weight: 500; 
    margin-top:10px;
}

.form-group .control-label.withoutinput-label {
    margin-bottom: 10px;
    font-weight: 500;
}

/* Ocena konceptu tekstowego */

.textconcept-main {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5rem;
    padding: 20px 10px;
    max-width: 800px;
    border-radius: 10px !important;
    border: 1px solid #e6e6e6;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.textconcept-btns {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5rem;
    padding: 20px 10px;
    text-align:center;
    max-width: 800px;
}

.textconcept-btns .btn {
    margin-right: 5px;
    margin-left: 5px;
}

.textconcept-btns .btn.selected {
    background-color: #20418d;
    color: white;
}


.textconcept-txt {
    display: inline-block;
    border-radius: 5px !important;
    padding: 2px;
    line-height: 1.5em;
    font-size: 16px;
    cursor: pointer;
}

.btn-next:disabled {
    color: #c0c0c0;
    opacity: 0.7;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
}

.select2-container .select2-selection--single {
    height: 35px;
}

qcont {
    display:flex; 
    flex-wrap:wrap; 
    align-items:center;
}

qcont.wrap-reverse {
    flex-wrap:wrap-reverse;
}

qcont.wrap {
    flex-wrap:wrap;
}

qcont qcol {
    flex: 1;
}

qcont qcol.mw100 {
    min-width: 100px;
}

qcont qcol.mw150 {
    min-width: 150px;
}

qcont qcol.mw200 {
    min-width: 200px;
}

qcont qcol.mw250 {
    min-width: 250px;
}

qcont qcol.mw300 {
    min-width: 300px;
}

qcont qcol.mw350 {
    min-width: 350px;
}

qcont qcol.p5 {
    padding: 5px;
}

qcont qcol.p10 {
    padding: 10px;
}

qcont qcol.p15 {
    padding: 15px;
}

qcont qcol.p20 {
    padding: 20px;
}

qcont qcol.f1 {
    flex: 1;
}

qcont qcol.f2 {
    flex: 2;
}

qcont qcol.f3 {
    flex: 3;
}

qcont qcol.center {
    text-align: center;
}


.right-cont {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    max-width: 85vw;
    margin-bottom: 10px;
}

.right-cont .basket-txt {
    min-width: 120px;
    text-align:center;
    max-width: 180px;
}

.basket-fill-width-or-more div {
    flex-wrap: wrap;
}

/* Languages adjust */
html[lang="ae"] * {
    direction: rtl;
}