/*  ZMIENNE GLOBALNE  */
/*  KONIEC ZMIENNYCH GLOBALNYCH */
/* ZMIENNE TEMPLATEU STRONY */
/*  START CHECKBOX, RADIOBUTTON */
/*Obrazek z ptaszkiem w checkbox*/
/*
	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: #6cdbe1; }
    .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: #6cdbe1;
      height: 10px;
      left: 3px;
      top: 3px;
      width: 10px; }
    .fm-form .fm-check input[type="checkbox"]:checked + i:before {
      background-color: #6cdbe1;
      height: 13.71482px;
      width: 18px;
      left: 0px;
      top: 1.31245px;
      background: url("checkbo.svg");
      background-size: 18px 13.71482px; }
    .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: 2px solid #C0C0C0;
    display: inline-block;
    height: 20px;
    line-height: 1;
    margin-left: -20px;
    margin-right: 3px;
    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.1s 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: #76e5eb;
    border-color: #76e5eb; }

.fm-captcha-selected {
  background-color: #76e5eb;
  border-color: #76e5eb; }

.fm-hidden-single-img {
  display: none; }

.fm-single-img {
  background-color: #ffffff;
  cursor: pointer;
  text-align: center;
  display: block;
  opacity: 1;
  padding-bottom: 10px;
  padding-top: 10px; }
  .fm-single-img > span {
    font-size: 32px;
    line-height: 3em; }
  .fm-single-img:hover, .fm-single-img:focus, .fm-single-img:active {
    background-color: #76e5eb;
    border-color: #76e5eb; }

.fm-single-img-selected {
  background-color: #76e5eb;
  border-color: #76e5eb; }

.fm-single-img > .checker {
  display: none;
  width: 32px;
  height: 32px;
  padding: 0px;
  top: 5px;
  left: 5px;
  background-color: #F7F7F7;
  background-image: url("img/checked.png") !important;
  background-repeat: no-repeat;
  position: absolute; }

.fm-single-img-selected > .checker {
  display: inherit; }

.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; }
  .fm-multi-img > span {
    font-size: 32px;
    line-height: 3em; }
  .fm-multi-img:hover, .fm-multi-img:focus, .fm-multi-img:active {
    background-color: #80eff5;
    border-color: #80eff5; }

.fm-multi-img-selected {
  background-color: #6cdbe1;
  border-color: #6cdbe1; }

.fm-multi-img > .checker {
  display: none;
  width: 32px;
  height: 32px;
  padding: 0px;
  top: 5px;
  left: 5px;
  background-color: #F7F7F7;
  background-image: url("img/checked.png") !important;
  background-repeat: no-repeat;
  position: absolute;
  border-radius: 15px !important; }

.fm-multi-img-selected > .checker {
  display: inherit; }

/***
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: 400  !important;
  font-family: 'Open Sans' !important; }

.datepicker table th {
  color: #333;
  font-family: 'Open Sans' !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; }

body {
  color: #333333;
  font: 400 16px "Open Sans", Helvetica, Arial, sans-serif;
  padding: 0px !important;
  margin: 0px !important;
  direction: ltr;
  background-color: #E4E4E4; }

.header {
  border-radius: 0;
  position: relative;
  z-index: 999;
  background-color: transparent;
  box-shadow: 0 0 0; }
  .header .container {
    height: 50px;
    width: 100%;
    min-height: 50px;
    display: table; }

.header-logo {
  float: left;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-left: 5%; }

.main .container {
  width: 90%;
  display: table;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .main .container .content .portlet-title {
    background-color: #7aa74c;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    height: 12px;
    min-height: 12px;
    padding: 0; }
  .main .container .content .portlet {
    background-color: #ffffff;
    border-radius: 4px;
    margin-bottom: 20px;
    margin-top: 0;
    -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: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border-color: #cdcdcd;
    border-width: 8px; }

.fm-form .fm-form-actions {
  clear: both;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  margin-top: 0px; }
  .fm-form .fm-form-actions > .fm-progress > .fm-progress-bar {
    background-color: #80eff5;
    width: 0%;
    text-align: center;
    font-size: 0.8em;
    color: #f5f5f5;
    padding-top: 3px;
    padding-bottom: 3px; }

.portlet-title {
  border-radius: 7px !important; }
  .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: #62d1d7;
    border-top-left-radius: 7px !important; }
  .portlet-title > .second-bar {
    background-color: #6cdbe1;
    border-radius: 0px !important; }
  .portlet-title > .third-bar {
    background-color: #76e5eb;
    border-radius: 0px !important; }
  .portlet-title > .fourth-bar {
    background-color: #80eff5;
    border-top-right-radius: 7px !important; }

.btn-xs, .btn-xs-prev, .btn-xs-abort, .btn-xs-next, .btn-xs-finish {
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.42857;
  margin-bottom: 10px;
  padding: 6px 12px;
  display: table;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  font-weight: 500;
  outline: 0 none; }

.btn-xs-prev, .btn-xs-abort {
  background-color: #838383;
  border-color: #838383;
  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: #b0b1b1;
    border-color: #838383;
    color: #fff; }

.btn-xs-abort {
  width: 60%;
  margin-left: auto;
  margin-right: auto; }

.btn-xs-next, .btn-xs-finish {
  background-color: #62d1d7;
  border-color: #62d1d7;
  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: #6cdbe1;
    border-color: #62d1d7;
    color: #fff !important; }

@media (min-width: 768px) {
  .btn, .btn-prev, .btn-abort, .btn-next, .btn-finish {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 3px;
    font-weight: 500;
    outline: 0 none; }
  .btn-prev, .btn-abort {
    background-color: #838383;
    border-color: #838383;
    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: #b0b1b1;
      border-color: #838383;
      color: #fff; }
  .btn-abort {
    float: right;
    width: 80px; }
  .btn-next, .btn-finish {
    background-color: #62d1d7;
    border-color: #62d1d7;
    color: #fff; }
    .btn-next:hover, .btn-next:focus, .btn-next:active, .btn-finish:hover, .btn-finish:focus, .btn-finish:active {
      background-color: #6cdbe1;
      border-color: #62d1d7;
      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 "Open Sans", Helvetica, Arial, sans-serif; }
  .form-control:focus {
    border-color: #6cdbe1 !important;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.075) inset, 0 0 8px #6cdbe1 !important;
    outline: 0 none; }

label {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 5px;
  max-width: 100%; }

.radio label, .checkbox label {
  cursor: pointer;
  font-weight: 400;
  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: 500; }

.fm-question {
  padding-bottom: 20px; }
  .fm-question > .fm-question-text {
    padding-bottom: 12px;
    font-weight: 500;
    font-family: "Open Sans", Helvetica, Arial, sans-serif; }
  .fm-question > .fm-answer {
    padding-left: 10px; }

.form-group .control-label {
  margin-bottom: 0;
  padding-top: 7px;
  text-align: right; }

.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 {
  margin-bottom: 0px;
  font-size: 14px; }

.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; }

.fm-preloader {
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  height: 200px;
  background: url(img/gears.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: #62d1d7; }

h3 {
  font: bold 22px "Open Sans", Helvetica, Arial, sans-serif; }

#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; } }

p.copyright {
  font: 300 12px "Open Sans", Helvetica, Arial, sans-serif; }

/*# sourceMappingURL=fm.css.map */