@font-face {
    font-family: 'flags';
    src: url(/fonts/icomoon.eot?6dcf0a82c17d8084be07eccbe0f47212);
    src: url(/fonts/icomoon.eot?6dcf0a82c17d8084be07eccbe0f47212#iefix) format('embedded-opentype'),
    url(/fonts/icomoon.ttf?049d2d88342833e73fbb9823381f5c8d) format('truetype'),
    url(/fonts/icomoon.woff?06c9dbed8dba10f8776633ca580eda53) format('woff'),
    url(/fonts/icomoon.svg?dcd8fa77e77ca106b73693415ad1c2a1#icomoon) format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="flag-"], [class*=" flag-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'flags' !important;
    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;
}

.flag-germany .path1:before {
    content: "\E900";
    color: rgb(255, 205, 5);
}

.flag-germany .path2:before {
    content: "\E901";
    color: rgb(237, 31, 36);
}

.flag-germany .path3:before {
    content: "\E902";
    color: rgb(20, 20, 20);
}

.flag-great-britain .path1:before {
    content: "\E903";
    color: rgb(40, 86, 128);
}

.flag-great-britain .path2:before {
    content: "\E904";
    color: rgb(236, 240, 241);
}

.flag-great-britain .path3:before {
    content: "\E905";
    color: rgb(192, 58, 43);
}

.flag-great-britain .path4:before {
    content: "\E906";
    color: rgb(192, 58, 43);
}

.flag-great-britain .path5:before {
    content: "\E907";
    color: rgb(192, 58, 43);
}

.flag-great-britain .path6:before {
    content: "\E908";
    color: rgb(192, 58, 43);
}

.flag-great-britain .path7:before {
    content: "\E909";
    color: rgb(192, 58, 43);
}

.flag-great-britain .path8:before {
    content: "\E90A";
    color: rgb(192, 58, 43);
}

.flag-netherlands .path1:before {
    content: "\E90B";
    color: rgb(255, 75, 85);
}

.flag-netherlands .path2:before {
    content: "\E90C";
    color: rgb(65, 71, 155);
}

.flag-netherlands .path3:before {
    content: "\E90D";
    color: rgb(245, 245, 245);
}
*:focus::-moz-placeholder {
  color: transparent !important;
}

*[autofocus]::-moz-placeholder:focus {
  color: graytext !important;
}

*:focus:-moz-placeholder {
  color: transparent !important;
}

*[autofocus]:-moz-placeholder:focus {
  color: graytext !important;
}

*:focus::-webkit-input-placeholder {
  color: transparent !important;
}

*[autofocus]::-webkit-input-placeholder {
  color: graytext !important;
}

body {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 14px;
  background: #f5f5f5;
  line-height: 1.25em;
  color: #57575c;
}

/*for fileds and buttons styles*/

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=time],
input[type=url],
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

select::-ms-expand {
  display: none;
}

img {
  vertical-align: top;
}

textarea {
  overflow-y: auto;
  vertical-align: top;
}

.btn {
  -webkit-transition-property: background, color, box-shadow, border-color;
  -webkit-transition-property: background, color, border-color, -webkit-box-shadow;
  transition-property: background, color, border-color, -webkit-box-shadow;
  transition-property: background, color, box-shadow, border-color;
  transition-property: background, color, box-shadow, border-color, -webkit-box-shadow;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  padding: 9px 20px;
  line-height: 20px;
  font-size: 13px;
  font-family: "Barlow Semi Condensed", sans-serif;
  text-transform: none;
  font-weight: 500;
  border-radius: 2px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 767px) {
  .btn {
    font-size: 11px;
  }
}

.btn em {
  font-style: normal;
}

.btn em:first-child {
  margin-right: 5px;
}

.btn em:last-child {
  margin-left: 5px;
}

.btn:hover,
.btn:focus,
.btn.active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 767px) {
  .btn.btn {
    white-space: normal;
  }
}

.btn.btn-success {
  background: #52c41a;
  border-color: #52c41a;
  color: #fff;
}

.btn.btn-success:hover,
.btn.btn-success:focus {
  background: #48ba10;
  border-color: #48ba10;
  color: #fff;
}

.btn.btn-simple {
  background: #c1c8cc;
  border-color: #c1c8cc;
  color: #fff;
}

.btn.btn-simple:hover,
.btn.btn-simple:focus {
  background: #b7bec2;
  border-color: #b7bec2;
  color: #fff;
}

.btn.btn-warning {
  background: #f0c30f;
  border: 1px solid #f0c30f;
  color: #fff;
}

.btn.btn-warning:hover,
.btn.btn-warning:focus {
  color: #fff;
  background: #e6b905;
  border: 1px solid #e6b905;
}

.btn.btn-default {
  background: #495057;
  border: 1px solid transparent;
  color: #fff;
}

.btn.btn-default:hover,
.btn.btn-default:focus {
  outline: none;
  background: #3f464d;
  border: 1px solid transparent;
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0 3px 5px;
          box-shadow: rgba(0, 0, 0, 0.08) 0 3px 5px;
}

.btn.btn-primary {
  background: #34b4e4;
  color: #fff;
  border: 2px solid #34b4e4;
  padding: 8px 19px;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
  outline: none;
  background: #2aaada;
  border-color: #2aaada;
  -webkit-box-shadow: rgba(190, 209, 157, 0.2) 0 3px 5px;
          box-shadow: rgba(190, 209, 157, 0.2) 0 3px 5px;
}

.btn.btn-primary.border {
  background: none;
  color: #34b4e4;
}

.btn.btn-primary.border:hover,
.btn.btn-primary.border:focus {
  background: #2aaada;
  color: #fff;
}

.btn.btn-clear {
  color: #909599;
}

.btn.btn-clear:hover,
.btn.btn-clear:focus {
  text-decoration: underline;
}

.btn.btn-info {
  background: #8eb8c9;
  border-color: #8eb8c9;
  color: #fff;
}

.btn.btn-info:hover,
.btn.btn-info:focus {
  background: #84aebf;
  border-color: #84aebf;
  color: #fff;
}

.btn.btn-danger {
  background: #f5222d;
  border-color: #f5222d;
}

.btn.btn-danger:hover,
.btn.btn-danger:focus {
  outline: none;
  background: #ff313c;
  border: 1px solid #ff313c;
  -webkit-box-shadow: rgba(233, 85, 13, 0.2) 0 3px 5px;
          box-shadow: rgba(233, 85, 13, 0.2) 0 3px 5px;
}

.btn.btn-circle {
  background: #ff5151;
  background: -webkit-gradient(linear, left top, right top, from(#ff5151), color-stop(11%, #ff5151), color-stop(23%, #ff4c4c), color-stop(49%, #ff3939), color-stop(71%, #ff2d2d), to(#ff2d2d));
  background: linear-gradient(to right, #ff5151 0%, #ff5151 11%, #ff4c4c 23%, #ff3939 49%, #ff2d2d 71%, #ff2d2d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5151', endColorstr='#ff2d2d',GradientType=1 );
  border: 1px solid transparent;
  display: block;
  border-radius: 48px;
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 1;
  padding: 4px;
  position: relative;
  color: #fff;
}

.btn.btn-circle .fa,
.btn.btn-circle .glyphicon {
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  width: 17px;
  height: 17px;
  display: block;
  font-size: 17px;
}

.btn.btn-circle.access {
  border-color: #52c41a;
}

.btn.btn-circle.access .fa,
.btn.btn-circle.access .glyphicon {
  color: #52c41a;
}

.btn.btn-link {
  font-size: 13px;
  color: #979ea4;
}

.btn.btn-link:hover,
.btn.btn-link:focus {
  color: #34b4e4;
}

.btn.btn-square {
  border-radius: 0;
}

.btn.btn-sm {
  padding: 4px 9px;
  min-width: 32px;
}

.btn.btn-md {
  padding: 12px 20px;
}

.btn.btn-lg {
  padding: 14px 20px;
}

.btn.btn-clear {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  outline: none;
}

.btn.btn-clear .fa,
.btn.btn-clear .glyphicon {
  color: #c5d0de;
  font-size: 16px;
  height: 16px;
  width: 16px;
}

input.form-control {
  line-height: 20px;
  font-size: 15px;
  height: 40px;
  border: 1px solid #dee2e6;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  padding: 9px 13px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  input.form-control {
    font-size: 16px;
  }
}

input.form-control:focus {
  border-color: #34b4e4;
  -webkit-box-shadow: rgba(52, 180, 228, 0.2) 0 3px 5px;
          box-shadow: rgba(52, 180, 228, 0.2) 0 3px 5px;
}

input.form-control-lg {
  height: 46px;
  padding: 12px 13px;
}

input.form-control.gray-style {
  background: #f5f5f5;
  border-color: #f5f5f5;
  border-radius: 0;
}

input.form-control.gray-style:focus {
  border-color: #34b4e4;
}

input.form-control.gray-style:focus ~ .input-group-addon {
  background: #34b4e4;
  border-color: #34b4e4;
  color: #fff;
}

input.form-control.gray-style ~ .input-group-addon {
  background: #f5f5f5;
  border-color: #f5f5f5;
  border-radius: 0;
}

input.form-control.gray-color {
  color: #b5b9bf;
}

input.form-control.small {
  padding: 3px 13px;
  height: 26px;
}

input.form-control.brand-border {
  border: 2px solid #d5e2e7;
  padding: 18px;
  border-radius: 6px;
  height: 60px;
}

input.form-square {
  border-radius: 0;
}

textarea.form-control {
  border: 1px solid #dee2e6;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 767px) {
  textarea {
    font-size: 16px !important;
  }
}

textarea.form-control::-webkit-input-placeholder,
input.form-control::-webkit-input-placeholder {
  color: #595959;
  font-size: "Barlow Semi Condensed", sans-serif;
  opacity: 1;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
}

textarea.form-control:-moz-placeholder,
input.form-control:-moz-placeholder {
  color: #595959;
  font-size: "Barlow Semi Condensed", sans-serif;
  opacity: 1;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
}

textarea.form-control::-moz-placeholder,
input.form-control::-moz-placeholder {
  color: #595959;
  font-size: "Barlow Semi Condensed", sans-serif;
  opacity: 1;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
}

textarea.form-control:-ms-input-placeholder,
input.form-control:-ms-input-placeholder {
  color: #595959;
  font-size: "Barlow Semi Condensed", sans-serif;
  opacity: 1;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
}

select.form-control {
  height: 40px;
}

.require {
  color: red;
  padding-left: 3px;
}

.control-label {
  font-weight: 300;
  display: block;
}

.form-group.fg-sm {
  margin-bottom: 10px;
}

.form-group.fg-lg {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .form-group-media-sm {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 992px) {
  .form-horizontal .control-label {
    line-height: 20px;
    padding: 10px 10px 10px 0;
  }
}

.form-horizontal .form-group.fg-sm {
  margin-left: 0;
  margin-right: 0;
}

.form-horizontal .form-group .form-group {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .form-horizontal .form-group .form-group {
    margin-bottom: 0;
  }
}

.radio input,
.checkbox input {
  opacity: 0;
  visibility: hidden;
}

.radio input:checked ~ label::after,
.checkbox input:checked ~ label::after {
  left: 0;
  top: 0;
  position: absolute;
  margin: auto;
  line-height: 16px;
  text-align: center;
  display: block;
  font-family: 'Glyphicons Halflings';
  content: "\E013";
  width: 16px;
  height: 16px;
  font-size: 8px;
  color: #fff;
}

.radio input:checked ~ label::before,
.checkbox input:checked ~ label::before {
  border-color: transparent;
  background: #34b4e4;
}

.radio label,
.checkbox label {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 27px;
  padding-top: 0;
  line-height: 16px;
  min-height: 20px;
}

.radio label::before,
.checkbox label::before {
  left: 0;
  top: 0;
  position: absolute;
  margin: auto;
  background: #fff;
  content: '';
  width: 16px;
  height: 16px;
  display: block;
  border: 1px solid #34b4e4;
  border-radius: 2px;
}

.radio input:checked ~ label::after {
  left: 5px;
  top: 5px;
  font-size: 0;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #fff;
}

.radio label::before {
  border-radius: 16px;
}
.has-error .radio label::before {
  border:1px solid red;
}
h4 small {
  padding-top: 3px;
  display: block;
}

.check-horizontal .checkbox,
.check-horizontal .radio {
  display: inline-block;
  vertical-align: top;
  font-size: 13.6px;
  margin-right: 10px;
}

.check-horizontal .checkbox:last-child,
.check-horizontal .radio:last-child {
  margin-right: 0;
}

.check-horizontal .checkbox + .radio,
.check-horizontal .checkbox + .checkbox,
.check-horizontal .radio + .radio,
.check-horizontal .radio + .checkbox {
  margin-top: 10px;
}

.input-group.focused .input-group-addon {
  background: #34b4e4;
  color: #fff;
  border-color: #34b4e4;
}

.input-group.input-group-inner {
  position: relative;
  display: block;
}

.input-group.input-group-inner input.form-control {
  border-radius: 3px;
  padding-right: 46px;
  width: 100%;
  float: none;
}

.input-group.input-group-inner .input-group-btn {
  right: 0;
  top: 0;
  position: absolute;
  margin: auto;
  width: 36px;
  height: 100%;
}

.input-group.input-group-inner .input-group-btn .btn {
  background: none;
  border: 0;
}

.input-group-addon {
  border-color: #dee2e6;
  background: #dee2e6;
}

.input-group .input-group-btn .btn {
  height: 40px;
  min-width: 40px;
  position: relative;
  text-align: center;
}

.input-group .input-group-btn .btn .glyphicon,
.input-group .input-group-btn .btn .fa {
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  font-size: 16px;
  height: 16px;
  width: 16px;
  display: block;
}

.input-group-multiply::after {
  clear: both;
  width: 100%;
  display: table;
  content: '';
}

.input-group-multiply .input-group-addon {
  float: left;
  display: block;
  width: 30px;
  padding: 0;
  line-height: 40px;
  text-align: center;
  border: 0;
  background: none;
}

.input-group-multiply input.form-control {
  width: calc(50% - 15px);
  float: left;
}

.dynamic-select .input-group {
  display: block;
  width: 100%;
  height: 40px;
  padding-right: 40px;
}

.dynamic-select .input-group-btn .btn {
  height: 40px;
  min-width: 40px;
}

.dynamic-select .input-group-btn {
  right: 0;
  top: 0;
  position: absolute;
  margin: auto;
  min-width: 40px;
}

.dynamic-select-row {
  margin-top: 10px;
  position: relative;
  padding-right: 34px;
}

.dynamic-select-row .input-group-btn {
  right: 0;
  top: 0;
  position: absolute;
  margin: auto;
}

.dynamic-select-box {
  width: 100%;
  background: #ecf0f1;
  border: 1px solid #ecf0f1;
  border-radius: 3px;
  line-height: 20px;
  font-size: 13.3px;
  padding: 9px 15px 9px 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 40px;
}

.group-section-heading {
  line-height: 32px;
  font-size: 24px;
  color: #212529;
  border-bottom: 1px solid #cdd3d7;
}

.group-section-body .group-section-list .group-section-item.open > .group-section-list {
  display: block;
}

.group-section-title {
  padding: 0;
}

.group-section-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.group-section-list li {
  list-style: none;
}

.group-section-item .checkbox label {
  font-size: 18px;
  padding: 20px 20px 20px 70px;
  border-radius: 4px;
  min-height: 65px;
  line-height: 25px;
  background: #dbe6ea;
  margin-bottom: 8px;
  display: block;
}

.group-section-item .checkbox label::before {
  left: 20px;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  width: 25px;
  height: 25px;
  border-color: #fff;
}

.group-section-item .checkbox input:checked ~ label {
  color: #fff;
  background: #8eb8c9;
}

.group-section-item .checkbox input:checked ~ label::before {
  border-color: #fff;
  background: #fff;
}

.group-section-item .checkbox input:checked ~ label::after {
  left: 20px;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  width: 25px;
  height: 15px;
  font-size: 15px;
  color: #212529;
}

.group-section-item.lvl-3 .checkbox label,
.group-section-item.lvl-2 .checkbox label {
  color: #212529;
  padding: 10px 17px 10px 50px;
  background: #dbe6ea;
  min-height: 38px;
}

.group-section-item.lvl-3 .checkbox label::before,
.group-section-item.lvl-2 .checkbox label::before {
  border-color: #fff;
  left: 17px;
  width: 17px;
  height: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.group-section-item.lvl-3 .checkbox input:checked ~ label::after,
.group-section-item.lvl-2 .checkbox input:checked ~ label::after {
  left: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 12px;
  width: 17px;
  height: 17px;
  color: #212529;
}

.group-section-item.lvl-3 {
  margin-left: 60px;
}

.group-section-item.lvl-3 .checkbox label {
  color: #212529;
  background: #fff;
}

.group-section-item.lvl-3 .checkbox label::before {
  background: #dae4e8;
  border-color: #dae4e8;
}

.group-section-item.lvl-2 {
  margin-left: 30px;
}

.group-dynamic-row {
  padding-right: 45px;
  position: relative;
}

.group-dynamic-row.label-row .group-dynamic-item {
  padding-bottom: 0;
  margin-bottom: 0;
}

.group-dynamic-row::after {
  content: '';
  clear: both;
  width: 100%;
  display: table;
}

.group-dynamic-row .btn {
  right: 0;
  top: 0;
  position: absolute;
  margin: auto;
  width: 40px;
  padding-left: 0;
  padding-right: 0;
}

.group-dynamic-item {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

.form-horizontal .group-dynamic-row {
  margin-left: -5px;
}

@media screen and (min-width: 768px) {
  .form-horizontal .group-dynamic-box > .control-label {
    padding: 10px 10px 10px 0;
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .form-horizontal .group-dynamic-box .group-dynamic > .group-dynamic-row:first-child .control-label {
    padding: 10px 0;
    min-height: 40px;
  }
}

.form-horizontal .group-dynamic-box .group-dynamic > .group-dynamic-row:first-child .btn {
  top: 23px;
}

@media screen and (min-width: 768px) {
  .form-horizontal .group-dynamic-box .group-dynamic > .group-dynamic-row:first-child .btn {
    top: 40px;
  }
}

@media screen and (min-width: 1025px) {
  .radio-inline-desktop {
    display: table;
    font-size: 0;
    width: 100%;
    white-space: nowrap;
  }

  .radio-inline-desktop .radio {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    vertical-align: middle;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .radio-inline-desktop .radio:not(:first-child) {
    margin-left: 10px;
  }
}

.input-group-refresh {
  position: relative;
}

.input-group-refresh .btn {
  right: 0;
  top: 0;
  position: absolute;
  margin: auto;
}

.input-group-refresh textarea.form-control {
  padding-right: 70px;
}

.panel {
  margin-bottom: 30px;
}

.panel.panel-brand {
  background: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 15px;
}

.panel.panel-brand > .panel-heading {
  padding: 17px 0 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
}

.panel.panel-brand > .panel-heading .panel-title {
  font-size: 30px;
  line-height: 30px;
  padding: 5px 0;
  color: #57575c;
  font-family: "Barlow Semi Condensed", sans-serif;
}

.panel.panel-brand > .panel-body {
  border-radius: 0;
  padding: 0;
}

.panel.panel-brand > .panel-body .line {
  height: 31px;
  position: relative;
}

.panel.panel-brand > .panel-body .line::before {
  left: -24px;
  top: 10px;
  position: absolute;
  margin: auto;
  width: calc(100% + 48px);
  display: block;
  content: '';
  height: 1px;
  border-top: 1px solid #f1f3f5;
}

.panel.panel-white {
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}

.panel.panel-white .panel-heading {
  padding: 20px 24px 10px;
  border-bottom: 1px solid #f1f3f5;
}

.panel.panel-white .panel-heading .panel-title {
  line-height: 30px;
}

.panel.panel-white .panel-body {
  padding: 20px 24px 5px;
}

.panel.panel-brand-info {
  border: 0;
}

.panel.panel-brand-info > .panel-heading {
  border-bottom: 1px solid #7ea4b3;
  background: #8eb8c9;
  padding: 10px 20px 0;
  min-height: 53px;
}

.panel.panel-brand-info > .panel-heading .panel-title {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
}

.panel.panel-brand-info .panel-body {
  padding: 20px 20px 5px;
}

.panel.panel-brand-social {
  border: 0;
  background: none;
  margin-bottom: 22px;
}

.panel.panel-brand-social > .panel-heading {
  padding: 15px 20px 0;
  background: #34b4e4;
}

.panel.panel-brand-social > .panel-heading .panel-title {
  color: #fff;
  font-size: 15px;
}

.panel.panel-brand-social > .panel-body {
  background: none;
  border: 1px solid #34b4e4;
  border-radius: 0 0 4px 4px;
  padding: 20px 20px 5px 20px;
}

.panel.panel-default {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.panel.panel-default.clear > .panel-heading {
  padding: 0;
  border: 0;
}

.panel.panel-default.clear > .panel-heading .heading-title {
  padding: 5px 0;
}

.panel.panel-default.clear > .panel-body {
  padding: 0;
}

.panel.panel-default > .panel-heading {
  background: none;
  border: 0;
}

@media screen and (max-width: 1899px) {
  .panel.panel-default > .panel-heading .heading-title:not(.small) {
    font-size: 27px;
  }
}

.panel.panel-default > .panel-body {
  border: 0;
  padding-top: 0;
  border-top: 0;
}

.panel.panel-default > .panel-body > .table-responsive > table.table-bordered-custom {
  margin-top: 14px;
  margin-bottom: 0;
}

.panel.panel-login {
  border-radius: 0 0 4px 4px;
}

.panel.panel-clear {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.panel.panel-clear > .panel-heading {
  padding: 0;
}

.panel.panel-clear > .panel-body {
  padding: 0;
}

.panel .table-filter {
  padding-top: 15px;
}

.panel .table-filter > .list-group {
  margin-bottom: 0;
}

.panel .panel-heading.no-border {
  border-bottom: 0;
}

.panel .panel-heading .heading-title {
  padding: 5px 0;
}

.panel .panel-body > form .form-group:last-child {
  margin-bottom: 0;
}

.panel .panel-body:last-child > table.table {
  margin-bottom: 0;
}

@media screen and (min-width: 1025px) {
  .panel-heading-settings.media-md .settings-list {
    display: table;
    font-size: 0;
    width: 100%;
    text-align: right;
  }

  .panel-heading-settings.media-md .settings-item {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    width: auto;
  }
}

@media screen and (min-width: 992px) {
  .panel-heading-settings.media-md .settings-list {
    display: table;
    font-size: 0;
    width: 100%;
    text-align: right;
  }

  .panel-heading-settings.media-md .settings-item {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    width: auto;
  }
}

@media screen and (min-width: 768px) {
  .panel-heading-settings.media-sm .settings-list {
    display: table;
    font-size: 0;
    width: 100%;
    text-align: right;
  }

  .panel-heading-settings.media-sm .settings-item {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    width: auto;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .panel-heading-settings.media-sm .btn {
    display: block;
    width: 100%;
  }

  .panel-heading-settings.media-sm.type-one .settings-list {
    display: table;
    font-size: 0;
    width: 100%;
    text-align: right;
  }

  .panel-heading-settings.media-sm.type-one .settings-item {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    width: 100%;
  }

  .panel-heading-settings.media-sm.type-two .settings-list {
    display: table;
    font-size: 0;
    width: 100%;
    text-align: center;
  }

  .panel-heading-settings.media-sm.type-two .settings-item {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    width: 50%;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) and (max-width: 767px) {
  .panel-heading-settings.media-sm.type-three .settings-list {
    display: table;
    font-size: 0;
    width: 100%;
    text-align: center;
  }

  .panel-heading-settings.media-sm.type-three .settings-item {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    width: 100%;
  }
}

@media screen and (min-width: 480px) {
  .panel-heading-settings.media-xs .settings-list {
    display: table;
    font-size: 0;
    width: 100%;
    text-align: right;
  }

  .panel-heading-settings.media-xs .settings-item {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  .panel-heading-settings.media-xs .btn {
    display: block;
    width: 100%;
  }

  .panel-heading-settings.media-xs.type-one .settings-list {
    display: table;
    font-size: 0;
    width: 100%;
    text-align: right;
  }

  .panel-heading-settings.media-xs.type-one .settings-item {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    width: 100%;
  }

  .panel-heading-settings.media-xs.type-two .settings-list {
    display: table;
    font-size: 0;
    width: 100%;
    text-align: center;
  }

  .panel-heading-settings.media-xs.type-two .settings-item {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    width: 50%;
  }
}

@media screen and (max-width: 479px) and (max-width: 767px) {
  .panel-heading-settings.media-xs.type-three .settings-list {
    display: table;
    font-size: 0;
    width: 100%;
    text-align: center;
  }

  .panel-heading-settings.media-xs.type-three .settings-item {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .panel-heading-settings.type-three .settings-list {
    display: table;
    font-size: 0;
    width: 100%;
    text-align: center;
  }

  .panel-heading-settings.type-three .settings-item {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    width: 33.33333%;
  }
}

.panel-heading-settings.gutter-sm {
  margin: 0 -5px;
}

.panel-heading-settings.gutter-sm .settings-item {
  padding: 0 5px 5px;
}

.panel-heading-settings.gutter-md {
  margin: 0 -10px;
}

.panel-heading-settings.gutter-md .settings-item {
  padding: 0 10px 10px;
}

.main-box {
  padding: 30px 0;
}

@media screen and (max-width: 1024px) {
  .main-box {
    padding: 15px 0;
  }
}

.site-wrapper {
  height: 100%;
}

.container30 {
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 991px) {
  .container30 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 1025px) {
  .container-md-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (min-width: 1025px) {
  .row-lg {
    margin-right: -30px;
    margin-left: -30px;
  }

  .row-lg > div {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.row-xs {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.row-xs > label,
.row-xs > div {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.row-xxs {
  margin: 0 -5px;
}

.row-xxs > label,
.row-xxs > div {
  padding-left: 5px;
  padding-right: 5px;
}

@media screen and (min-width: 992px) {
  .margin-button-negative-md {
    margin-top: -40px;
  }
}

@media screen and (max-width: 479px) {
  .col-xxs-12 {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 1549px) and (min-width: 1200px) {
  .col-lr-4 {
    width: 33.33333%;
  }

  .col-lr-6 {
    width: 50%;
  }

  .col-lr-12 {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .flex-row {
    margin: 0 -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 1200px) {
  .flex-col {
    width: 33.33333%;
  }
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .flex-col {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .flex-col {
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.flex-col > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
}

.flex-head {
  margin: 0 -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-head-direction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-head-direction.max {
  max-width: 300px;
}

.flex-head-direction.first {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-head-direction.last {
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-head-item {
  padding: 0 5px 10px;
}

.flex-head-item.min {
  min-width: 250px;
}

@media screen and (max-width: 767px) {
  .flex-head-item.min {
    width: 100%;
  }
}

.box-table {
  display: table;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}

.box-cell {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}

.heading-title {
  color: #57575c;
  font-weight: 300;
  font-size: 32px;
  line-height: 36px;
  font-family: "Barlow Semi Condensed", sans-serif;
}

.heading-title.medium {
  font-size: 32px;
}

.heading-title.small {
  font-size: 24px;
}

.green-text {
  color: #34b4e4;
}

.gray-text {
  color: #979ea4;
}

.sk-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #34b4e4;
}

.sk-fading-circle {
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  width: 40px;
  height: 40px;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }
}

.table-responsive .glyphicon-info-sign {
  font-size: 15px;
  margin-right: 5px;
}

.table-responsive.big {
  overflow-x: auto;
}

.table-responsive.big table {
  min-width: 900px;
}

.table-responsive.bigger {
  overflow-x: auto;
}

.table-responsive.bigger table {
  min-width: 1150px;
}

table.table .fa-arrows {
  margin-right: 7px;
  font-size: 13px;
}

table.table .cell-fixed {
  width: 30px;
}

table.table .cell-fixed.medium {
  width: 90px;
}

table.table .cell-gray {
  background: #d9d9d9;
}

table.table .cell-light-gray {
  background: #bfbfbf;
}

table.table .cell-field {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

table.table .cell-flex {
  width: 1%;
  white-space: nowrap;
}

table.table .cell-flex .btn {
  white-space: nowrap;
}

table.table .cell-flex > *:not(.input-group) {
  display: inline-block;
  vertical-align: top;
}

table.table .cell-flex > *:not(.input-group):not(:first-child) {
  margin-left: 7px;
}

table.table .cell-flex .btn-clear {
  border: 0;
  color: #16191b;
  padding: 11px 4px 7px;
}

table.table .cell-sub {
  padding-left: 30px;
}

table.table .cell-dark-gray {
  background: #1b2a38;
  color: #fff;
}

table.table .cell-gray {
  background: #f9f9f9;
}

table.table .cell-middle {
  vertical-align: middle;
}

table.table.table-panel {
  border: 0;
}

table.table.table-panel > thead > tr > th {
  font-size: 18px;
  border: 0;
  background: #f0faff;
  font-weight: 500;
  padding: 20px 0;
}

table.table.table-panel > thead > tr > th:first-child {
  padding-left: 20px;
}

table.table.table-panel > thead > tr > th:last-child {
  padding-right: 20px;
}

table.table.table-panel > thead > tr > th small {
  font-weight: 400;
  font-size: 11px;
  display: block;
  padding-top: 5px;
}

table.table.table-panel > tbody > tr:nth-child(even) > td {
  background: #f7fbfd;
}

table.table.table-panel > tbody > tr > td {
  vertical-align: middle;
  font-size: 15px;
  border: 0;
}

table.table.table-panel > tbody > tr > td:first-child {
  padding-left: 20px;
}

table.table.table-panel > tbody > tr > td:last-child {
  padding-right: 20px;
}

table.table.table-panel > tbody > tr > td .fa-arrows,
table.table.table-panel > tbody > tr > td .glyphicon-move {
  margin-right: 7px;
  font-size: 20px;
  color: #34b4e4;
}

table.table.table-info.hover > tbody > tr > td {
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
}

table.table.table-info.hover > tbody > tr:hover > td {
  background: #e8ecf0;
}

table.table.table-info.hover > tbody > tr.active > td {
  background: #34b4e4;
  border-color: #2aaada;
  color: #fff;
}

table.table.table-info > thead > tr > th {
  background: #8eb8c9;
  color: #fff;
  font-weight: 600;
  border: 0;
  padding: 15px 20px;
  font-size: 16px;
  white-space: nowrap;
}

table.table.table-info > thead > tr > th:not(:first-child) {
  border-left: 1px solid #7ea4b3;
}

table.table.table-info > thead > tr > th:not(:last-child) {
  border-right: 1px solid #7ea4b3;
}

table.table.table-info > thead > tr > th:first-child {
  border-radius: 4px 0 0 0;
}

table.table.table-info > thead > tr > th:last-child {
  border-radius: 0 4px 0 0;
}

table.table.table-info > tbody > tr:last-child > td:first-child {
  border-radius: 0 0 0 4px;
}

table.table.table-info > tbody > tr:last-child > td:last-child {
  border-radius: 0 0 4px 0;
}

table.table.table-info > tbody > tr > td {
  background: #fff;
  border: 0;
  padding: 25px 20px;
  font-size: 16px;
}

table.table.table-info > tbody > tr > td a:not(.btn) {
  text-decoration: underline;
  color: #34b4e4;
}

table.table.table-info > tbody > tr > td a:not(.btn):hover,
table.table.table-info > tbody > tr > td a:not(.btn):focus {
  text-decoration: none;
}

table.table.table-info > tbody > tr > td:not(:first-child) {
  border-left: 1px solid #ebf2f5;
}

table.table.table-info > tbody > tr > td:not(:last-child) {
  border-right: 1px solid #ebf2f5;
}

table.table.table-info > tbody > tr:not(odd, even):nth-child(even) > td {
  background: #f7fafb;
}

table.table.table-info > tbody > tr.child > td {
  border-top: 1px solid #ebf2f5;
}

table.table.table-info > tbody > tr.child > td ul.dtr-details {
  display: block;
}

table.table.table-info > tbody > tr.even > td {
  background: #f7fafb;
}

table.table.table-clear > thead > tr > td,
table.table.table-clear > thead > tr > th,
table.table.table-clear > tbody > tr > td,
table.table.table-clear > tbody > tr > th {
  border: 0;
  padding: 3px;
}

table.table.table-clear > thead > tr > td:first-child,
table.table.table-clear > thead > tr > th:first-child,
table.table.table-clear > tbody > tr > td:first-child,
table.table.table-clear > tbody > tr > th:first-child {
  padding-left: 0;
}

table.table.table-clear > thead > tr > td:last-child,
table.table.table-clear > thead > tr > th:last-child,
table.table.table-clear > tbody > tr > td:last-child,
table.table.table-clear > tbody > tr > th:last-child {
  padding-right: 0;
}

table.table.table-striped .glyphicon-info-sign {
  color: #cfcfd4;
}

table.table.table-striped .glyphicon-info-sign:hover,
table.table.table-striped .glyphicon-info-sign:focus {
  color: #16191c;
}

table.table.table-striped > thead > tr > th {
  color: #16191b;
  border-bottom: 2px solid #495057;
  height: 41px;
}

table.table.table-striped > thead > tr.cell-special > th {
  font-weight: 400;
}

table.table.table-striped > thead > tr.cell-special > th h4 {
  margin: 0;
  padding: 0;
}

table.table.table-striped > thead > tr.cell-special > th:first-child {
  padding-left: 0;
}

table.table.table-striped > tbody > tr > td {
  padding: 0 8px;
  vertical-align: middle;
  border-bottom: 1px solid #ebebee;
  background: #fff;
  height: 41px;
}

table.table.table-striped > tbody > tr:nth-child(even) > td {
  background: #f6f6f7;
}

table.table.table-bordered > thead > tr > th {
  border-bottom: 0;
}

table.table.table-bordered-custom > thead > tr > td,
table.table.table-bordered-custom > thead > tr > th,
table.table.table-bordered-custom > tbody > tr > td,
table.table.table-bordered-custom > tbody > tr > th {
  border: 0;
}

table.table.table-bordered-custom > thead > tr > th {
  border-bottom: 2px solid #495057;
}

table.table.table-bordered-custom > tbody > tr > td.cell-flex {
  padding: 5px 5px 5px 15px;
}

@media screen and (min-width: 768px) {
  table.table.table-bordered-custom > thead:first-child > tr > th {
    border-top: 1px solid #dfe2e5;
  }
}

table.table.table-bordered-custom > thead > tr > th .checkbox label {
  font-weight: 700;
}

table.table.table-bordered-custom > thead > tr:first-child th:first-child {
  border-radius: 5px 0 0 0;
}

table.table.table-bordered-custom > thead > tr:first-child th:last-child {
  border-radius: 0 5px 0 0;
}

table.table.table-bordered-custom > tbody > tr:last-child > td:first-child {
  border-radius: 0 0 0 5px;
}

table.table.table-bordered-custom > tbody > tr:last-child > td:last-child {
  border-radius: 0 0 5px 0;
}

table.table.table-bordered-custom > tbody > tr:hover > td {
  background: #f8f9fa;
}

@media screen and (max-width: 767px) {
  table.table.table-bordered-custom > thead > tr:last-child > td,
  table.table.table-bordered-custom > thead > tr:last-child > th,
  table.table.table-bordered-custom > tbody > tr:last-child > td,
  table.table.table-bordered-custom > tbody > tr:last-child > th {
    border-bottom: 0;
  }
}

table.table.table-bordered-custom > thead > tr > td,
table.table.table-bordered-custom > thead > tr > th,
table.table.table-bordered-custom > tbody > tr > td,
table.table.table-bordered-custom > tbody > tr > th {
  padding: 10px 15px;
  border: 1px solid #dfe2e5;
  vertical-align: middle;
}

table.table.table-bordered-custom > thead > tr > td:first-child,
table.table.table-bordered-custom > thead > tr > th:first-child,
table.table.table-bordered-custom > tbody > tr > td:first-child,
table.table.table-bordered-custom > tbody > tr > th:first-child {
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  table.table.table-bordered-custom > thead > tr > td:first-child,
  table.table.table-bordered-custom > thead > tr > th:first-child,
  table.table.table-bordered-custom > tbody > tr > td:first-child,
  table.table.table-bordered-custom > tbody > tr > th:first-child {
    border-left: 0;
  }
}

table.table.table-bordered-custom > thead > tr > td:last-child,
table.table.table-bordered-custom > thead > tr > th:last-child,
table.table.table-bordered-custom > tbody > tr > td:last-child,
table.table.table-bordered-custom > tbody > tr > th:last-child {
  padding-right: 15px;
}

@media screen and (max-width: 767px) {
  table.table.table-bordered-custom > thead > tr > td:last-child,
  table.table.table-bordered-custom > thead > tr > th:last-child,
  table.table.table-bordered-custom > tbody > tr > td:last-child,
  table.table.table-bordered-custom > tbody > tr > th:last-child {
    border-right: 0;
  }
}

table.table.table-bordered-custom > thead > tr > td:not(:first-child),
table.table.table-bordered-custom > thead > tr > th:not(:first-child),
table.table.table-bordered-custom > tbody > tr > td:not(:first-child),
table.table.table-bordered-custom > tbody > tr > th:not(:first-child) {
  border-left: 0;
}

table.table.table-bordered-custom > thead > tr > td:not(:last-child),
table.table.table-bordered-custom > thead > tr > th:not(:last-child),
table.table.table-bordered-custom > tbody > tr > td:not(:last-child),
table.table.table-bordered-custom > tbody > tr > th:not(:last-child) {
  border-right: 0;
}

table.table.table-brand > thead > tr > th {
  font-size: 13px;
  font-weight: 500;
  font-family: "Barlow Semi Condensed", sans-serif;
  padding: 17px 15px;
  line-height: 20px;
  border: 0;
}

table.table.table-brand > tbody > tr > td {
  -webkit-transition-property: color, background;
  transition-property: color, background;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  border: 0;
  border-bottom: 10px solid #f5f5f5;
  line-height: 20px;
  padding: 22px 15px;
  background: #fff;
}

table.table.table-brand > tbody > tr > td.cell-flex {
  padding: 17px 10px;
}

table.table.table-brand > tbody > tr > td.cell-edge {
  background: none;
}

table.table.table-brand > tbody > tr:hover > td {
  background: #34b4e4;
  color: #fff;
}

table.table.table-brand > tbody > tr:hover > td .btn.btn-default {
  background: #fff;
  border-color: #fff;
  color: #595959;
}

@media screen and (min-width: 992px) {
  table.table.table-no-margin-md {
    margin-bottom: 0;
  }
}

table.table .checkbox {
  margin: 0;
}

.nav-tabs-brand {
  border-bottom: 0;
}

.nav-tabs-brand > li {
  margin: 0;
}

.nav-tabs-brand > li > a {
  color: #57575c;
  font-weight: 500;
  border-bottom: 0;
}

@media screen and (max-width: 767px) {
  .nav-tabs-brand > li > a {
    padding: 10px 8px;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
  }
}

.nav-tabs-brand > li > a:hover,
.nav-tabs-brand > li > a:focus {
  color: #34b4e4;
}

.nav-tabs-brand > li.active > a {
  color: #34b4e4;
  border-color: #fff;
  border-bottom: 0;
}

.nav-tabs-brand > li.active > a:hover,
.nav-tabs-brand > li.active > a:focus {
  color: #34b4e4;
  border-bottom: 0;
}

.nav-tabs-brand .badge {
  font-size: 16px;
  vertical-align: top;
  position: relative;
  top: 5px;
  color: #fff;
  background: #34b4e4;
}

@media screen and (max-width: 767px) {
  .nav-tabs-brand .badge {
    top: 1px;
  }
}

.mm-menu {
  background: #495057;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 3px 5px;
          box-shadow: rgba(0, 0, 0, 0.2) 0 3px 5px;
}

.mm-menu .mm-listview > li.active a:not(.mm-next) {
  color: #34b4e4;
  background: #fff;
}

.mm-menu .mm-listview > li.active .mm-next {
  background: #fff;
}

.mm-menu .mm-listview > li.active .mm-next:before,
.mm-menu .mm-listview > li.active .mm-next:after {
  border-color: #34b4e4;
}

.mm-menu .mm-listview > li.active:after {
  border-color: #fff !important;
}

.mm-menu .mm-listview > li a:not(.mm-next) {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: "Barlow Semi Condensed", sans-serif;
}

.mm-menu .mm-listview > li:not(.mm-divider)::after {
  border-bottom: 1px solid #5d646b;
  left: 0;
}

.mm-menu .mm-listview > li .mm-next::before {
  border-color: #5d646b;
}

.mm-menu .mm-listview > li .mm-next::after,
.mm-menu .mm-listview > li .mm-arrow::after {
  border-color: #fff;
}

.mm-menu .mm-navbar {
  border-bottom: 1px solid #5d646b;
}

.mm-menu .mm-navbar > *,
.mm-menu .mm-navbar > a {
  color: #fff;
  font-size: 16px;
}

.mm-menu .mm-navbar .mm-btn::before,
.mm-menu .mm-navbar .mm-btn::after {
  border-color: #fff;
}

.mobileButtonRicardo {
  width: 36px;
  height: 32px;
  padding: 10px;
  position: relative;
  margin-top: 16px;
}

.mobileButtonRicardo span {
  left: 10px;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  height: 2px;
  width: 16px;
  display: block;
  background: #000;
}

.mobileButtonRicardo span::before,
.mobileButtonRicardo span::after {
  position: absolute;
  left: 0;
  content: '';
  display: block;
  height: 2px;
  background: #000;
}

.mobileButtonRicardo span::before {
  width: 10px;
  top: -5px;
}

.mobileButtonRicardo span::after {
  width: 8px;
  bottom: -5px;
}

.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 96px;
  height: 96px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  border-radius: 0;
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 44px;
  left: 18px;
  right: 18px;
  height: 8px;
  background: #34b4e4;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #34b4e4;
  content: "";
}

.c-hamburger span::before {
  top: -20px;
}

.c-hamburger span::after {
  bottom: -20px;
}

.c-hamburger-md {
  width: 54px;
  height: 54px;
}

.c-hamburger-md span {
  left: 10px;
  right: 10px;
  height: 3px;
  top: 25px;
}

.c-hamburger-md span::before,
.c-hamburger-md span::after {
  height: 3px;
}

.c-hamburger-md span::before {
  top: -10px;
}

.c-hamburger-md span::after {
  bottom: -10px;
}

.c-hamburger-sm {
  width: 22px;
  height: 22px;
}

.c-hamburger-sm span {
  left: 0;
  right: 0;
  height: 3px;
  top: 7px;
}

.c-hamburger-sm span::before,
.c-hamburger-sm span::after {
  height: 3px;
}

.c-hamburger-sm span::before {
  top: -7px;
}

.c-hamburger-sm span::after {
  bottom: -7px;
}

.c-hamburger--htra {
  background-color: #fff;
}

.c-hamburger--htra span {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background-color: #fff;
}

.c-hamburger--htra span::before,
.c-hamburger--htra span::after {
  background-color: #fff;
}

.c-hamburger--htra span::before {
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: -webkit-transform 0.3s, width 0.3s, top 0.3s;
  -webkit-transition: width 0.3s, top 0.3s, -webkit-transform 0.3s;
  transition: width 0.3s, top 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, width 0.3s, top 0.3s;
  transition: transform 0.3s, width 0.3s, top 0.3s, -webkit-transform 0.3s;
}

.c-hamburger--htra span::after {
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transition: -webkit-transform 0.3s, width 0.3s, bottom 0.3s;
  -webkit-transition: width 0.3s, bottom 0.3s, -webkit-transform 0.3s;
  transition: width 0.3s, bottom 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, width 0.3s, bottom 0.3s;
  transition: transform 0.3s, width 0.3s, bottom 0.3s, -webkit-transform 0.3s;
}

.c-hamburger--htx {
  background-color: #fff;
}

.c-hamburger--htx span {
  -webkit-transition: background 0s 0.3s;
  transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
}

.c-hamburger--htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.c-hamburger--htra.is-active {
  background-color: #fff;
}

.c-hamburger--htra.is-active span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c-hamburger--htra.is-active span::before,
.c-hamburger--htra.is-active span::after {
  width: 50%;
}

.c-hamburger--htra.is-active span::before {
  top: 0;
  -webkit-transform: translateX(-8px) translateY(4px) rotate(-45deg);
  transform: translateX(-8px) translateY(4px) rotate(-45deg);
}

.c-hamburger--htra.is-active span::after {
  bottom: 0;
  -webkit-transform: translateX(-8px) translateY(-4px) rotate(45deg);
  transform: translateX(-8px) translateY(-4px) rotate(45deg);
}

.c-hamburger--htx.is-active {
  background-color: #fff;
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}

@media screen and (max-width: 600px) {
  .mm-opened #wpadminbar {
    top: -46px;
  }
}

.mm-opened .c-hamburger--htra {
  background-color: #fff;
}

.mm-opened .c-hamburger--htra span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mm-opened .c-hamburger--htra span::before,
.mm-opened .c-hamburger--htra span::after {
  width: 50%;
}

.mm-opened .c-hamburger--htra span::before {
  top: 0;
  -webkit-transform: translateX(-8px) translateY(4px) rotate(-45deg);
  transform: translateX(-8px) translateY(4px) rotate(-45deg);
}

.mm-opened .c-hamburger--htra span::after {
  bottom: 0;
  -webkit-transform: translateX(-8px) translateY(-4px) rotate(45deg);
  transform: translateX(-8px) translateY(-4px) rotate(45deg);
}

.mm-opened .c-hamburger--htx {
  background-color: #fff;
}

.mm-opened .c-hamburger--htx span {
  background: none;
}

.mm-opened .c-hamburger--htx span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-opened .c-hamburger--htx span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mm-opened .c-hamburger--htx span::before,
.mm-opened .c-hamburger--htx span::after {
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}

.select2,
.select2 .selection,
.select2-selection--single,
.select2-selection__rendered {
  outline: none;
}

.has-error select + .select2-container--brand .select2-selection {
  border-color: #a94442;
}

select + .select2 {
  width: 100% !important;
}

select + .select2-container--special.select2-container--focus .select2-selection--multiple .select2-search {
  border-color: #34b4e4;
}

select + .select2-container--special .select2-selection--multiple {
  outline: none;
}

select + .select2-container--special .select2-selection--multiple .select2-search {
  left: 0;
  top: 0;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 46px;
  background: #fff;
  border-radius: 4px;
  line-height: 20px;
  padding: 12px;
  border: 1px solid #fff;
}

select + .select2-container--special .select2-selection--multiple .select2-search__field {
  outline: none;
  width: 100% !important;
  margin: 0;
  line-height: 20px;
  padding: 0;
}

select + .select2-container--special .select2-selection--multiple .select2-search::before {
  right: 5px;
  top: 5px;
  position: absolute;
  margin: auto;
  width: 34px;
  height: 34px;
  border-radius: 4px;
  display: block;
  content: '';
  background: #34b4e4;
}

select + .select2-container--special .select2-selection--multiple .select2-search::after {
  right: 14px;
  top: 14px;
  position: absolute;
  margin: auto;
  width: 14px;
  height: 14px;
  font-family: 'Glyphicons Halflings';
  content: "+";
  display: block;
  line-height: 1;
  color: #fff;
}

select + .select2-container--special .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  padding-top: 46px;
  position: relative;
  white-space: normal;
}

select + .select2-container--special .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

select + .select2-container--special .select2-selection__choice {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  color: #212529;
  position: relative;
  padding-right: 14px;
  margin-right: 15px;
  padding-top: 15px;
}

select + .select2-container--special .select2-selection__choice__remove {
  right: 0;
  top: 15px;
  position: absolute;
  margin: auto;
  font-size: 0;
}

select + .select2-container--special .select2-selection__choice__remove::before {
  content: "\E014";
  font-family: "Glyphicons Halflings";
  font-size: 11px;
  color: #f5222d;
}

select + .select2-container--gray-style.select2-container--focus .select2-selection--single,
select + .select2-container--gray-style.select2-container--focus .select2-selection--multiple,
select + .select2-container--brand-white.select2-container--focus .select2-selection--single,
select + .select2-container--brand-white.select2-container--focus .select2-selection--multiple,
select + .select2-container--brand.select2-container--focus .select2-selection--single,
select + .select2-container--brand.select2-container--focus .select2-selection--multiple,
select + .select2-container--brand-big.select2-container--focus .select2-selection--single,
select + .select2-container--brand-big.select2-container--focus .select2-selection--multiple {
  border-color: #34b4e4;
}

select + .select2-container--gray-style .select2-search--inline .select2-search__field,
select + .select2-container--brand-white .select2-search--inline .select2-search__field,
select + .select2-container--brand .select2-search--inline .select2-search__field,
select + .select2-container--brand-big .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}

select + .select2-container--gray-style .select2-selection,
select + .select2-container--brand-white .select2-selection,
select + .select2-container--brand .select2-selection,
select + .select2-container--brand-big .select2-selection {
  background: #fff;
}

select + .select2-container--gray-style .select2-selection--multiple,
select + .select2-container--brand-white .select2-selection--multiple,
select + .select2-container--brand .select2-selection--multiple,
select + .select2-container--brand-big .select2-selection--multiple {
  min-height: 40px;
  padding: 3px 9px;
}

select + .select2-container--gray-style .select2-selection--multiple .select2-selection__choice__remove,
select + .select2-container--brand-white .select2-selection--multiple .select2-selection__choice__remove,
select + .select2-container--brand .select2-selection--multiple .select2-selection__choice__remove,
select + .select2-container--brand-big .select2-selection--multiple .select2-selection__choice__remove {
  font-size: 14px;
  margin-right: 5px;
}

select + .select2-container--gray-style .select2-selection--single,
select + .select2-container--brand-white .select2-selection--single,
select + .select2-container--brand .select2-selection--single,
select + .select2-container--brand-big .select2-selection--single {
  height: 40px;
  padding: 9px;
}

select + .select2-container--gray-style .select2-selection .select2-selection__arrow,
select + .select2-container--brand-white .select2-selection .select2-selection__arrow,
select + .select2-container--brand .select2-selection .select2-selection__arrow,
select + .select2-container--brand-big .select2-selection .select2-selection__arrow {
  border-top-color: #595959;
}

select + .select2-container--gray-style .select2-selection--multiple,
select + .select2-container--brand-white .select2-selection--multiple,
select + .select2-container--brand .select2-selection--multiple,
select + .select2-container--brand-big .select2-selection--multiple {
  padding-right: 40px;
}

select + .select2-container--gray-style .select2-selection--multiple::after,
select + .select2-container--brand-white .select2-selection--multiple::after,
select + .select2-container--brand .select2-selection--multiple::after,
select + .select2-container--brand-big .select2-selection--multiple::after {
  right: 18px;
  top: 18px;
  position: absolute;
  margin: auto;
  width: 0;
  height: 0;
  display: block;
  content: '';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #212529;
}

select + .select2-container--gray-style .select2-selection--multiple,
select + .select2-container--gray-style .select2-selection--single,
select + .select2-container--brand-white .select2-selection--multiple,
select + .select2-container--brand-white .select2-selection--single,
select + .select2-container--brand .select2-selection--multiple,
select + .select2-container--brand .select2-selection--single,
select + .select2-container--brand-big .select2-selection--multiple,
select + .select2-container--brand-big .select2-selection--single {
  border: 1px solid #dee2e6;
  border-radius: 4px;
  color: #57575c;
  line-height: 20px;
  font-size: 15px;
  outline: none;
}

select + .select2-container--gray-style .select2-selection--multiple .select2-search__field,
select + .select2-container--gray-style .select2-selection--single .select2-search__field,
select + .select2-container--brand-white .select2-selection--multiple .select2-search__field,
select + .select2-container--brand-white .select2-selection--single .select2-search__field,
select + .select2-container--brand .select2-selection--multiple .select2-search__field,
select + .select2-container--brand .select2-selection--single .select2-search__field,
select + .select2-container--brand-big .select2-selection--multiple .select2-search__field,
select + .select2-container--brand-big .select2-selection--single .select2-search__field {
  line-height: 20px;
  padding: 5px 0 6px;
  height: 32px;
  outline: none;
  margin: 0;
  display: block;
  width: 100% !important;
}

select + .select2-container--gray-style .select2-selection--multiple .select2-search__field::-webkit-input-placeholder,
select + .select2-container--gray-style .select2-selection--single .select2-search__field::-webkit-input-placeholder,
select + .select2-container--brand-white .select2-selection--multiple .select2-search__field::-webkit-input-placeholder,
select + .select2-container--brand-white .select2-selection--single .select2-search__field::-webkit-input-placeholder,
select + .select2-container--brand .select2-selection--multiple .select2-search__field::-webkit-input-placeholder,
select + .select2-container--brand .select2-selection--single .select2-search__field::-webkit-input-placeholder,
select + .select2-container--brand-big .select2-selection--multiple .select2-search__field::-webkit-input-placeholder,
select + .select2-container--brand-big .select2-selection--single .select2-search__field::-webkit-input-placeholder {
  color: #595959;
  font-size: "Barlow Semi Condensed", sans-serif;
  opacity: 1;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
}

select + .select2-container--gray-style .select2-selection--multiple .select2-search__field:-moz-placeholder,
select + .select2-container--gray-style .select2-selection--single .select2-search__field:-moz-placeholder,
select + .select2-container--brand-white .select2-selection--multiple .select2-search__field:-moz-placeholder,
select + .select2-container--brand-white .select2-selection--single .select2-search__field:-moz-placeholder,
select + .select2-container--brand .select2-selection--multiple .select2-search__field:-moz-placeholder,
select + .select2-container--brand .select2-selection--single .select2-search__field:-moz-placeholder,
select + .select2-container--brand-big .select2-selection--multiple .select2-search__field:-moz-placeholder,
select + .select2-container--brand-big .select2-selection--single .select2-search__field:-moz-placeholder {
  color: #595959;
  font-size: "Barlow Semi Condensed", sans-serif;
  opacity: 1;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
}

select + .select2-container--gray-style .select2-selection--multiple .select2-search__field::-moz-placeholder,
select + .select2-container--gray-style .select2-selection--single .select2-search__field::-moz-placeholder,
select + .select2-container--brand-white .select2-selection--multiple .select2-search__field::-moz-placeholder,
select + .select2-container--brand-white .select2-selection--single .select2-search__field::-moz-placeholder,
select + .select2-container--brand .select2-selection--multiple .select2-search__field::-moz-placeholder,
select + .select2-container--brand .select2-selection--single .select2-search__field::-moz-placeholder,
select + .select2-container--brand-big .select2-selection--multiple .select2-search__field::-moz-placeholder,
select + .select2-container--brand-big .select2-selection--single .select2-search__field::-moz-placeholder {
  color: #595959;
  font-size: "Barlow Semi Condensed", sans-serif;
  opacity: 1;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
}

select + .select2-container--gray-style .select2-selection--multiple .select2-search__field:-ms-input-placeholder,
select + .select2-container--gray-style .select2-selection--single .select2-search__field:-ms-input-placeholder,
select + .select2-container--brand-white .select2-selection--multiple .select2-search__field:-ms-input-placeholder,
select + .select2-container--brand-white .select2-selection--single .select2-search__field:-ms-input-placeholder,
select + .select2-container--brand .select2-selection--multiple .select2-search__field:-ms-input-placeholder,
select + .select2-container--brand .select2-selection--single .select2-search__field:-ms-input-placeholder,
select + .select2-container--brand-big .select2-selection--multiple .select2-search__field:-ms-input-placeholder,
select + .select2-container--brand-big .select2-selection--single .select2-search__field:-ms-input-placeholder {
  color: #595959;
  font-size: "Barlow Semi Condensed", sans-serif;
  opacity: 1;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
}

select + .select2-container--gray-style .select2-selection--multiple .select2-search,
select + .select2-container--gray-style .select2-selection--single .select2-search,
select + .select2-container--brand-white .select2-selection--multiple .select2-search,
select + .select2-container--brand-white .select2-selection--single .select2-search,
select + .select2-container--brand .select2-selection--multiple .select2-search,
select + .select2-container--brand .select2-selection--single .select2-search,
select + .select2-container--brand-big .select2-selection--multiple .select2-search,
select + .select2-container--brand-big .select2-selection--single .select2-search {
  list-style: none;
}

select + .select2-container--gray-style .select2-selection--multiple .select2-selection__placeholder,
select + .select2-container--gray-style .select2-selection--single .select2-selection__placeholder,
select + .select2-container--brand-white .select2-selection--multiple .select2-selection__placeholder,
select + .select2-container--brand-white .select2-selection--single .select2-selection__placeholder,
select + .select2-container--brand .select2-selection--multiple .select2-selection__placeholder,
select + .select2-container--brand .select2-selection--single .select2-selection__placeholder,
select + .select2-container--brand-big .select2-selection--multiple .select2-selection__placeholder,
select + .select2-container--brand-big .select2-selection--single .select2-selection__placeholder {
  color: #595959;
}

select + .select2-container--gray-style .select2-selection--multiple .select2-selection__rendered,
select + .select2-container--gray-style .select2-selection--single .select2-selection__rendered,
select + .select2-container--brand-white .select2-selection--multiple .select2-selection__rendered,
select + .select2-container--brand-white .select2-selection--single .select2-selection__rendered,
select + .select2-container--brand .select2-selection--multiple .select2-selection__rendered,
select + .select2-container--brand .select2-selection--single .select2-selection__rendered,
select + .select2-container--brand-big .select2-selection--multiple .select2-selection__rendered,
select + .select2-container--brand-big .select2-selection--single .select2-selection__rendered {
  outline: none;
  padding: 1px 0 0;
  line-height: 19px;
  margin: 0;
  min-height: 32px;
  vertical-align: top;
}

select + .select2-container--gray-style .select2-selection--multiple .select2-selection__choice,
select + .select2-container--gray-style .select2-selection--single .select2-selection__choice,
select + .select2-container--brand-white .select2-selection--multiple .select2-selection__choice,
select + .select2-container--brand-white .select2-selection--single .select2-selection__choice,
select + .select2-container--brand .select2-selection--multiple .select2-selection__choice,
select + .select2-container--brand .select2-selection--single .select2-selection__choice,
select + .select2-container--brand-big .select2-selection--multiple .select2-selection__choice,
select + .select2-container--brand-big .select2-selection--single .select2-selection__choice {
  background-color: transparent;
  border: 0;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
  font-size: 15px;
  list-style: none;
  color: #212529;
}

select + .select2-container--gray-style .select2-selection--multiple .select2-selection__choice__remove,
select + .select2-container--gray-style .select2-selection--single .select2-selection__choice__remove,
select + .select2-container--brand-white .select2-selection--multiple .select2-selection__choice__remove,
select + .select2-container--brand-white .select2-selection--single .select2-selection__choice__remove,
select + .select2-container--brand .select2-selection--multiple .select2-selection__choice__remove,
select + .select2-container--brand .select2-selection--single .select2-selection__choice__remove,
select + .select2-container--brand-big .select2-selection--multiple .select2-selection__choice__remove,
select + .select2-container--brand-big .select2-selection--single .select2-selection__choice__remove {
  color: #f5222d;
  font-size: 0;
}

select + .select2-container--gray-style .select2-selection--multiple .select2-selection__choice__remove::before,
select + .select2-container--gray-style .select2-selection--single .select2-selection__choice__remove::before,
select + .select2-container--brand-white .select2-selection--multiple .select2-selection__choice__remove::before,
select + .select2-container--brand-white .select2-selection--single .select2-selection__choice__remove::before,
select + .select2-container--brand .select2-selection--multiple .select2-selection__choice__remove::before,
select + .select2-container--brand .select2-selection--single .select2-selection__choice__remove::before,
select + .select2-container--brand-big .select2-selection--multiple .select2-selection__choice__remove::before,
select + .select2-container--brand-big .select2-selection--single .select2-selection__choice__remove::before {
  content: "\E014";
  font-family: "Glyphicons Halflings";
  font-size: 11px;
}

select + .select2-container--gray-style .select2-selection__arrow,
select + .select2-container--brand-white .select2-selection__arrow,
select + .select2-container--brand .select2-selection__arrow,
select + .select2-container--brand-big .select2-selection__arrow {
  right: 18px;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  width: 0;
  height: 0;
  display: block;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #212529;
}

select + .select2-container--gray-style .select2-selection--single {
  background: #f5f5f5;
  border-color: #f5f5f5;
  border-radius: 0;
}

select + .select2-container--brand-big .select2-selection--single {
  height: 46px;
  padding-top: 12px;
  padding-bottom: 12px;
  background: #fff;
  border-color: #fff;
}

select + .select2-container--brand-white .select2-selection--single {
  background: #fff;
  border-color: #fff;
}

.select2-container--special .select2-dropdown {
  border-color: #34b4e4;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px;
          box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px;
}

.select2-container--special .select2-dropdown .select2-results__option {
  padding: 6px 13px;
}

.select2-container--brand-white .select2-results__options,
.select2-container--brand-big .select2-results__options,
.select2-container--brand .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--brand-white .select2-results__option,
.select2-container--brand-big .select2-results__option,
.select2-container--brand .select2-results__option {
  word-break: break-all;
}

.select2-container--brand-white .select2-dropdown,
.select2-container--brand-big .select2-dropdown,
.select2-container--brand .select2-dropdown {
  border-color: #dee2e6;
  border-radius: 0 0 4px 4px;
}

.select2-container--brand-white .select2-results__option--highlighted,
.select2-container--brand-big .select2-results__option--highlighted,
.select2-container--brand .select2-results__option--highlighted {
  background: #34b4e4;
  color: #fff;
}

.select2-container--gray-style .select2-dropdown {
  background: #f5f5f5;
  border-color: #34b4e4;
}

.select2-container--gray-style .select2-dropdown .select2-results__option--highlighted {
  color: #fff;
  background: #34b4e4;
}

.select2-container--brand-big .select2-dropdown {
  border-color: #34b4e4;
}

.bootstrap-datetimepicker-widget table td.active {
  background: #34b4e4;
}

.bootstrap-datetimepicker-widget table td.active:hover {
  background: #3ebeee;
}

.bootstrap-datetimepicker-widget .collapsing a,
.bootstrap-datetimepicker-widget .collapse a,
.bootstrap-datetimepicker-widget .picker-switch a {
  color: #34b4e4;
}

body .mce-tinymce {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #ededee;
}

body .mce-tinymce .mce-branding-powered-by {
  display: none;
}

body .mce-tinymce .mce-statusbar {
  display: none;
}

body .mce-tinymce .mce-panel {
  border-color: #ededee;
}

.file-preview-thumbnails .file-default-preview {
  text-align: center;
  font-size: 60px;
  padding: 20px 0;
}

.file-preview-thumbnails .file-default-preview > .glyphicon {
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  display: block;
  width: 60px;
  height: 60px;
}

.btn-kv {
  padding: 0;
}

.file-preview {
  border-color: #dee2e6;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23e2e2e2' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  border-radius: 0;
}

.file-preview > .close {
  display: none;
}

.file-preview .file-drop-zone {
  border: 1px solid transparent;
}

.file-input .form-control {
  height: 40px;
}

.file-input .btn-default {
  border: 1px solid #ccd0d2;
}

.file-input::after {
  width: 100%;
  display: table;
  clear: both;
  content: '';
}

.file-upload-indicator {
  display: none;
}

.file-caption-name {
  height: 26px;
  padding: 3px 0;
}

.fileinput-cancel,
.file-drag-handle {
  display: none;
}

.file-product-gallery .kv-file-zoom {
  display: none;
}

.file-product-gallery .btn.kv-file-remove {
  padding: 0;
  height: 34px;
  width: 34px;
}

.file-product-gallery .btn.kv-file-remove .glyphicon {
  left: 0;
  top: 0;
  position: absolute;
  margin: auto;
  padding: 0;
  height: 32px;
  width: 32px;
  display: block;
  text-align: center;
}

.file-product-gallery .btn.kv-file-remove .glyphicon::before {
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  width: 13px;
  height: 13px;
  font-size: 13px;
}

.file-product-gallery .btn-file .glyphicon {
  height: 20px;
  width: 20px;
  padding: 0;
  line-height: 1;
}

.file-products-documents .file-input .form-control {
  height: 40px;
  padding: 5px 10px;
  border-color: #dee2e6;
}

.file-products-documents .file-input .form-control .glyphicon {
  font-size: 16px;
  top: 5px;
}

.file-products-documents .btn-file .hidden-xs {
  display: none !important;
}

.file-products-documents .file-caption-main .btn .hidden-xs {
  display: none !important;
}

.file-products-documents .file-caption-main .btn .glyphicon::before {
  right: 0;
}

.file-products-documents .file-caption-main .btn.btn-default {
  border-color: #464646;
}

.file-products-documents .btn.kv-file-upload {
  display: none;
}

.file-products-documents .kv-file-download,
.file-products-documents .btn.kv-file-remove {
  padding: 0;
  height: 34px;
  width: 34px;
  position: relative;
  border-color: #495057;
}

.file-products-documents .kv-file-download .glyphicon,
.file-products-documents .btn.kv-file-remove .glyphicon {
  left: 0;
  top: 0;
  position: absolute;
  margin: auto;
  padding: 0;
  height: 32px;
  width: 32px;
  text-align: center;
}

.file-products-documents .kv-file-download .glyphicon::before,
.file-products-documents .btn.kv-file-remove .glyphicon::before {
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  width: 13px;
  height: 13px;
  font-size: 13px;
}

.file-products-documents .kv-file-download:hover,
.file-products-documents .kv-file-download:focus,
.file-products-documents .btn.kv-file-remove:hover,
.file-products-documents .btn.kv-file-remove:focus {
  color: #fff;
}

.file-products-documents .kv-file-download:hover .glyphicon,
.file-products-documents .kv-file-download:focus .glyphicon,
.file-products-documents .btn.kv-file-remove:hover .glyphicon,
.file-products-documents .btn.kv-file-remove:focus .glyphicon {
  color: #fff;
}

.file-products-documents .kv-file-zoom {
  display: none;
}

.file-small .krajee-default .file-size-info,
.file-small .krajee-default .file-caption-info {
  width: 60px;
}

.file-small .krajee-default.file-preview-frame .kv-file-content {
  width: 60px;
  height: 60px;
}

.upload-btn-delete,
.upload-btn-browse {
  background: transparent;
  border: 0;
  padding: 0;
  margin-top: 10px;
}

.upload-btn-delete .name,
.upload-btn-browse .name {
  font-size: 14px;
  color: #464646;
  line-height: 30px;
  text-transform: uppercase;
}

.upload-btn-delete .circle,
.upload-btn-browse .circle {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  display: inline-block;
  vertical-align: top;
  margin-right: 7px;
  font-size: 15px;
  position: relative;
  text-align: center;
}

.upload-btn-delete .circle.danger,
.upload-btn-browse .circle.danger {
  background: #ff3366;
  color: #fff;
}

.upload-btn-delete .circle > *,
.upload-btn-browse .circle > * {
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  width: 15px;
  height: 15px;
  font-size: 15px;
  display: block;
  text-align: center;
}

.upload-btn-delete .circle .icon-trash,
.upload-btn-browse .circle .icon-trash {
  width: 16px;
  height: 18px;
  font-size: 18px;
  color: #fff;
}

.upload-btn-delete {
  float: left;
}

.upload-btn-browse {
  float: right;
  cursor: pointer;
}

/***
Spectrum Colorpicker v1.8.0
https://github.com/seballot/spectrum
Author: Brian Grinstead
License: MIT
***/

.sp-container {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  /* https://github.com/seballot/spectrum/issues/40 */
  z-index: 9999994;
  overflow: hidden;
}

.sp-original-input-container {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.sp-original-input-container input {
  margin: 0 !important;
}

.sp-original-input-container .sp-add-on {
  width: 40px;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

input.spectrum.with-add-on {
  /*padding-left: 45px;*/
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}

.sp-original-input-container .sp-add-on .sp-colorize {
  height: 100%;
  width: 100%;
  border-radius: inherit;
}

.sp-colorize-container {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}

.sp-container.sp-flat {
  position: relative;
}

/* Fix for * { box-sizing: border-box; } */

.sp-container,
.sp-container * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* http://ansciath.tumblr.com/post/7347495869/css-aspect-ratio */

.sp-top {
  position: relative;
  width: 100%;
  display: inline-block;
}

.sp-top-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.sp-color {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 20px !important;
}

.sp-hue {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 12px;
  height: 100%;
  left: initial !important;
}

.sp-clear-enabled .sp-hue {
  top: 15%;
  height: 85%;
}

.sp-fill {
  padding-top: 80%;
}

.sp-sat,
.sp-val {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.sp-alpha-enabled .sp-top {
  margin-bottom: 28px !important;
}

.sp-alpha-enabled .sp-alpha {
  display: block;
}

.sp-alpha-handle {
  position: absolute;
  top: -3px;
  cursor: pointer;
  height: 16px;
  border-radius: 50%;
  width: 16px;
  margin-right: 5px;
  left: -2px;
  right: 0;
  background: #f9f9f9;
  -webkit-box-shadow: 0 0 2px 0px #3a3a3a;
          box-shadow: 0 0 2px 0px #3a3a3a;
}

.sp-alpha {
  display: none;
  position: absolute;
  bottom: -18px;
  right: 0;
  left: 0;
  height: 10px;
}

.sp-alpha-inner {
  border-radius: 4px;
}

.sp-clear {
  display: none;
}

.sp-clear.sp-clear-display {
  background-position: center;
}

.sp-clear-enabled .sp-clear {
  display: block;
  position: absolute;
  top: 3px;
  right: 0;
  bottom: 0;
  cursor: pointer;
  left: initial;
  height: 12px;
  width: 12px;
}

/* Don't allow text selection */

.sp-container,
.sp-replacer,
.sp-preview,
.sp-dragger,
.sp-slider,
.sp-alpha,
.sp-clear,
.sp-alpha-handle,
.sp-container.sp-dragging .sp-input,
.sp-container button {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.sp-container.sp-input-disabled .sp-input-container {
  display: none;
}

.sp-container.sp-buttons-disabled .sp-button-container {
  display: none;
}

.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
  display: none;
}

.sp-palette-only .sp-picker-container {
  display: none;
}

.sp-palette-disabled .sp-palette-container {
  display: none;
}

.sp-initial-disabled .sp-initial {
  display: none;
}

/* Gradients for hue, saturation and value instead of images.  Not pretty... but it works */

.sp-sat {
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(204, 154, 129, 0)));
  background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81');
}

.sp-val {
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(204, 154, 129, 0)));
  background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000');
}

.sp-hue {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(17%, #ffff00), color-stop(33%, #00ff00), color-stop(50%, #00ffff), color-stop(67%, #0000ff), color-stop(83%, #ff00ff), to(#ff0000));
  background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}

/* IE filters do not support multiple color stops.
   Generate 6 divs, line them up, and do two color gradients for each.
   Yes, really.
 */

.sp-1 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00');
}

.sp-2 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00');
}

.sp-3 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff');
}

.sp-4 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff');
}

.sp-5 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff');
}

.sp-6 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000');
}

.sp-hidden {
  display: none !important;
}

/* Clearfix hack */

.sp-cf:before,
.sp-cf:after {
  content: "";
  display: table;
}

.sp-cf:after {
  clear: both;
}

.sp-cf {
  *zoom: 1;
}

/* Mobile devices, make hue slider bigger so it is easier to slide */

@media (max-device-width: 480px) {
  .sp-color {
    right: 40%;
  }

  .sp-hue {
    left: 63%;
  }

  .sp-fill {
    padding-top: 60%;
  }
}

.sp-dragger {
  border-radius: 5px;
  height: 10px;
  width: 10px;
  border: 1px solid #fff;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 3px;
  margin-top: 3px;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

.sp-slider {
  position: absolute;
  top: 0;
  cursor: pointer;
  height: 16px;
  border-radius: 50%;
  width: 16px;
  left: -2px;
  background: #f9f9f9;
  -webkit-box-shadow: 0 0 2px 0px #3a3a3a;
          box-shadow: 0 0 2px 0px #3a3a3a;
  margin-top: 8px;
}

/*
Theme authors:
Here are the basic themeable display options (colors, fonts, global widths)
*/

.sp-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 0;
  background-color: white;
  padding: 0;
  border-radius: 4px;
  color: black;
  -webkit-box-shadow: 0 0 0 1px rgba(99, 114, 130, 0.16), 0 8px 16px rgba(27, 39, 51, 0.08);
          box-shadow: 0 0 0 1px rgba(99, 114, 130, 0.16), 0 8px 16px rgba(27, 39, 51, 0.08);
}

.sp-container,
.sp-container button,
.sp-container input,
.sp-color,
.sp-hue,
.sp-clear {
  font-size: 12px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.sp-top {
  margin-bottom: 10px;
}

.sp-color,
.sp-hue,
.sp-clear,
.sp-val,
.sp-sat {
  border-radius: 3px;
}

.sp-input-container {
  margin-top: -5px;
}

.sp-input-container.sp-cf,
.sp-initial.sp-thumb.sp-cf,
.sp-button-container.sp-cf {
  height: 25px;
}

.sp-picker-container .sp-cf {
  margin-bottom: 10px;
}

.sp-palette-row-initial > span:first-child {
  cursor: pointer;
}

/* Input */

.sp-initial-disabled .sp-input-container {
  width: 100%;
}

.sp-input {
  padding: 0px 5px !important;
  margin: 0;
  width: 100%;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  height: 100% !important;
  background: transparent;
  color: #3a3a3a;
  border-radius: 2px !important;
  border: 1px solid #e0e0e0 !important;
  text-align: center;
  font-family: monospace;
  font-size: inherit !important;
}

.sp-input:focus {
  border: 1px solid orange;
}

.sp-input.sp-validation-error {
  border: 1px solid red;
  background: #fdd;
}

.sp-picker-container,
.sp-palette-container {
  position: relative;
  padding: 10px;
}

.sp-picker-container {
  width: 200px;
  padding-bottom: 0;
}

/* Palettes */

.sp-palette-container {
  border-right: solid 1px #ccc;
}

.sp-palette-only .sp-palette-container {
  border: 0;
}

.sp-palette .sp-thumb-el {
  display: block;
  position: relative;
  float: left;
  width: 24px;
  height: 15px;
  margin: 3px;
  cursor: pointer;
  border: solid 2px transparent;
}

.sp-palette .sp-thumb-el:hover,
.sp-palette .sp-thumb-el.sp-thumb-active {
  border-color: orange;
}

.sp-thumb-el {
  position: relative;
}

/* Initial */

.sp-initial {
  float: left;
}

.sp-initial span {
  width: 30px;
  height: 25px;
  border: none;
  display: block;
  float: left;
  margin: 0;
}

.sp-initial .spe-thumb-el.sp-thumb-active {
  border-radius: 0 5px 5px 0;
}

.sp-initial .spe-thumb-el {
  border-radius: 5px 0 0 5px;
}

.sp-initial .sp-clear-display {
  background-position: center;
}

/* Buttons */

.sp-button-container {
  float: right;
}

.sp-palette-button-container {
  margin-top: 10px;
}

/* Replacer (the little preview div that shows up instead of the <input>) */

.sp-replacer {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #aaa;
  color: #666;
  -webkit-transition: border-color .3s;
  transition: border-color .3s;
  vertical-align: middle;
  width: 3rem;
  height: 1.5rem;
}

.sp-replacer:hover,
.sp-replacer.sp-active {
  border: 1px solid #666;
  color: black;
}

.sp-replacer.sp-disabled {
  cursor: default;
  border-color: silver;
  color: silver;
}

.sp-dd {
  position: absolute;
  font-size: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 2px;
  line-height: 1.6rem;
  background-color: white;
}

.sp-preview {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  z-index: 0;
}

.sp-preview-inner {
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
}

.sp-preview-inner.sp-clear-display {
  /*width: 20px;
    margin-left: 10px;
    margin-top: 2px;*/
  display: none;
}

/* Color Picker */

.sp-palette .sp-thumb-el {
  width: 16px;
  height: 16px;
  margin: 3px;
  border: none;
  border-radius: 3px;
}

/* Buttons: http://hellohappy.org/css3-buttons/ */

.sp-container button {
  border-radius: 3px;
  border: none;
  background: transparent;
  line-height: 1;
  padding: 0 8px;
  height: 25px;
  text-transform: capitalize;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #606c72;
  font-weight: bold;
}

.sp-container button.sp-choose {
  background-color: #3cab3b;
  color: #fff;
  margin-left: 5px;
}

.sp-container button:hover {
  opacity: .8;
}

.sp-container button.sp-palette-toggle {
  width: 100%;
  background-color: #f3f3f3;
  margin: 0;
}

.sp-palette span:hover,
.sp-palette span.sp-thumb-active {
  border-color: #000;
}

.sp-preview,
.sp-alpha,
.sp-thumb-el {
  position: relative;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}

.sp-preview-inner,
.sp-alpha-inner,
.sp-thumb-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.sp-palette .sp-thumb-inner {
  border-radius: 3px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}

.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}

.sp-clear-display {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAABe0lEQVQokYXSsUtcQRTF4d8Jj+VhHSxkEQuLsEUKK0nhTBFTmLSSUhBCMCAWsmgIwWrBLk0akfwLCaSQKBJmtrIIISwpRFKIhViETScphGMzysMtvOVwvpm5d0bGNCuGWAOPgYdl6S8wSDn9b+bUhDHEKWAdeAFMANg+l/TV9ofcz6cjMIbYBvaBMds7QCqZ58CmpBNgPuV0DvAAIMyFGugWtJr7eTv38xEwkPRPErY7QDeG2LqFkjrAgu0dSd/KDVqSNmxvAZ8lfbS9AHRuYemnLWkv5XRVBrQMbAI/gTXgEzAJtJuwBVS2L2OIle03QA/4Lmkl5XQBXEqqbFcAVYFDYChpFngiqWf7l6TXKaezMt2Zkhk24THwG+jZriX9AFZvUAyxLbRke2D75O5zPAO+ADXwEtizjaRHwDvbTyUtppwOmicCHAJvbXcl9YA1SQDjtseA97YPRz7ATcUQp2y/kjRdevsjaTfldNrMjcDGBjXA3T96L7yvrgFzP69+0Ao/HAAAAABJRU5ErkJggg==);
}

#app,
body,
html {
  height: 100%;
}

.box-white {
  background: #fff;
  padding: 10px 20px 5px 20px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}

.box-white.clear {
  padding: 15px 15px 0;
}

.button-bar {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .button-bar .flex-head-item .btn.btn-primary {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.site-wrapper {
  padding-bottom: 50px;
}

.special-table {
  padding-top: 10px;
  margin: 0 -15px;
}

@media screen and (min-width: 1050px) {
  .special-table {
    margin: 0 -35px;
  }
}

.special-table .cell-edge {
  width: 20px;
  padding: 0 !important;
}

@media screen and (max-width: 1049px) {
  .special-table .cell-edge {
    display: none;
  }
}

@media screen and (max-width: 1299px) and (min-width: 1050px) {
  .container {
    width: 970px;
  }
}

.download-title {
  line-height: 20px;
  font-size: 20px;
  padding: 10px 0;
  margin-bottom: 15px;
  font-weight: 500;
}

.download-item {
  border: 1px solid #dee2e6;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 0 120px 0 0;
  position: relative;
}

.download-item:last-child {
  margin-bottom: 15px;
}

.download-item .title {
  position: relative;
  padding: 20px 0 20px 60px;
  font-size: 16px;
  color: #595959;
  line-height: 20px;
}

.download-item .title .glyphicon {
  left: 20px;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  height: 32px;
  width: 32px;
  text-align: center;
  font-size: 32px;
  color: #cbcbcb;
}

.download-item .settings {
  right: 10px;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  height: 40px;
  white-space: nowrap;
}

.download-item .settings .item {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
}

.download-item .settings a {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
}

.download-item .settings a > .glyphicon {
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  text-decoration: none;
  width: 16px;
  height: 16px;
  font-size: 16px;
  display: block;
  color: #595959;
}

.download-item .settings a > .glyphicon:hover,
.download-item .settings a > .glyphicon:focus {
  text-decoration: none;
}

.download-item .settings a > .glyphicon-trash {
  color: #f5222d;
}

.dropzone {
  border: 2px dashed #ced4da;
  border-radius: 4px;
  margin-bottom: 15px;
  min-height: 270px;
}

.dropzone .dz-default.dz-message {
  height: 230px;
  display: table;
  vertical-align: middle;
  width: 100%;
}

.dropzone .dz-default.dz-message > span {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 230px;
  font-size: 16px;
  line-height: 1.8em;
}

.dropzone.dz-started .dz-default.dz-message {
  display: none;
}

.sort-by::before {
  font-family: "Glyphicons Halflings";
  margin-right: 5px;
}

.alphabet-asc::before {
  content: "\E151";
}

.alphabet-desc::before {
  content: "\E152";
}

.attribute-asc::before {
  content: "\E155";
}

.attribute-desc::before {
  content: "\E156";
}

.login-auth {
  padding: 15px;
  text-align: center;
  background: #fff;
  border-bottom: 8px solid #34b4e4;
  border-radius: 4px 4px 0 0;
}

.login-auth img {
  width: 100%;
  max-width: 126px;
}

.header {
  height: 136px;
  position: relative;
  z-index: 1000;
}

@media screen and (max-width: 991px) {
  .header {
    height: 68px;
  }
}

.header-fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  height: 136px;
  background: #fff;
  border-bottom: 8px solid #34b4e4;
}

@media screen and (max-width: 991px) {
  .header-fixed {
    height: 68px;
  }
}

.header-right::after,
.header-left::after {
  display: table;
  width: 100%;
  content: '';
  clear: both;
}

.header-right {
  padding-top: 21px;
}

@media screen and (min-width: 992px) {
  .header-right {
    padding-top: 40px;
    text-align: right;
  }
}

.header .logo {
  padding-top: 23px;
  float: left;
}

@media screen and (max-width: 991px) {
  .header .logo {
    padding-top: 10px;
  }
}

.header .logo a {
  display: block;
}

.header .logo img {
  max-width: 126px;
  vertical-align: top;
}

@media screen and (max-width: 991px) {
  .header .logo img {
    max-width: none;
    height: 40px;
  }
}

.header-help {
  line-height: 1.5em;
  text-align: right;
}

@media screen and (max-width: 991px) {
  .header-help {
    margin-top: -10px;
  }
}

.header-help a {
  color: #34b4e4;
}

.header-help strong {
  line-height: 1.5em;
}

.header-nav {
  float: left;
  margin-left: 60px;
  padding-top: 40px;
}

@media screen and (max-width: 991px) {
  .header-nav {
    display: none;
  }
}

.header-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header-nav ul li {
  list-style: none;
}

.header-nav ul a {
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  color: #57575c;
  line-height: 20px;
  font-size: 16px;
}

.header-nav ul a:hover,
.header-nav ul a:focus {
  color: #34b4e4;
}

.header-nav > ul {
  border-left: 1px solid #d9d9d9;
  padding: 4px 44px;
}

.header-nav > ul > li {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
}

.header-nav > ul > li > a {
  display: block;
  padding: 10px 20px;
}

.header-nav > ul > li.active > a,
.header-nav > ul > li:hover > a,
.header-nav > ul > li:focus > a {
  color: #34b4e4;
}

.header-list {
  display: table;
  font-size: 0;
  width: 100%;
}

.header-item {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
}

.header-item:not(:last-child) {
  margin-right: 10px;
}

.header-item > a {
  -webkit-transition-property: color, border-color;
  transition-property: color, border-color;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  text-decoration: none;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  display: block;
  height: 48px;
  width: 48px;
  color: #bfbfbf;
  position: relative;
}

.header-item > a:hover,
.header-item > a:focus {
  text-decoration: none;
}

.header-item > a .glyphicon {
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  width: 16px;
  height: 16px;
  display: block;
  text-align: center;
  line-height: 1;
}

.header-item > a:hover,
.header-item > a:focus {
  color: #34b4e4;
  border-color: #34b4e4;
}

@media screen and (max-width: 991px) {
  .header .header-list {
    display: none;
  }
}

.header .c-hamburger {
  float: right;
}

.flag-germany,
.flag-netherlands,
.flag-great-britain {
  font-size: 22px;
  width: 22px;
  height: 22px;
  display: block;
}

.flag-germany *,
.flag-netherlands *,
.flag-great-britain * {
  position: absolute;
  left: 0;
  top: 0;
}

.lang-dropdown {
  background: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
}

.lang-dropdown .dropdown-toggle {
  font-size: 14px;
  text-align: right;
  border: 0;
  line-height: 20px;
  padding: 15px 80px 15px 15px;
  position: relative;
  background: transparent;
}

.lang-dropdown .dropdown-toggle .caret {
  right: 0;
  top: 0;
  position: absolute;
  margin: auto;
  font-family: "Glyphicons Halflings";
  line-height: 1;
  width: 33px;
  height: 100%;
  text-align: center;
  display: block;
  border: 0;
}

.lang-dropdown .dropdown-toggle .caret::before {
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  font-size: 10px;
  color: #34b4e4;
  width: 10px;
  height: 10px;
  content: "\E114";
  display: block;
}

.lang-dropdown .dropdown-toggle .flag-germany,
.lang-dropdown .dropdown-toggle .flag-netherlands,
.lang-dropdown .dropdown-toggle .flag-great-britain {
  right: 33px;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
}

.lang-dropdown .dropdown-menu {
  border-radius: 0;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  width: 100%;
  border-color: #fff;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .lang-dropdown .dropdown-menu {
    left: auto;
    right: 0;
  }
}

.lang-dropdown .dropdown-menu .flag-germany,
.lang-dropdown .dropdown-menu .flag-netherlands,
.lang-dropdown .dropdown-menu .flag-great-britain {
  left: 66px;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  width: 22px;
  height: 22px;
}

.lang-dropdown .dropdown-menu li.active a {
  background: none;
  color: #57575c;
}

.lang-dropdown .dropdown-menu li:not(:first-child) {
  border-top: 1px solid #dee2e6;
}

.lang-dropdown .dropdown-menu a {
  -webkit-transition-duration: 300ms color;
  transition-duration: 300ms color;
  display: block;
  padding: 12px 12px 12px 66px;
  position: relative;
  color: #34b4e4;
}

.lang-dropdown .dropdown-menu a:hover,
.lang-dropdown .dropdown-menu a:focus {
  background: none;
  color: #57575c;
}

.lang-dropdown .dropdown-menu .flag-germany,
.lang-dropdown .dropdown-menu .flag-netherlands,
.lang-dropdown .dropdown-menu .flag-great-britain {
  left: 20px;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
}

.lang-tab ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: table;
  font-size: 0;
  width: 100%;
}

.lang-tab ul li {
  list-style: none;
}

.lang-tab ul > li {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  margin-left: 5px;
  padding: 5px 8px;
}

.lang-tab ul > li:first-child {
  margin-left: 0;
}

.lang-tab ul > li.active {
  background: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
}

.lang-tab a {
  -webkit-transition-duration: 300ms color;
  transition-duration: 300ms color;
  display: block;
  position: relative;
  text-decoration: none;
}

.main {
  position: relative;
  z-index: 1;
}

.main-alert {
  padding-top: 30px;
}

.signature-wrapper {
  position: relative;
  border: 1px solid #dee2e6;
}

.signature-wrapper > img {
  width: 100%;
}

.signature-refresh {
  right: -1px;
  top: -1px;
  position: absolute;
  margin: auto;
  background: #34b4e4;
  border-color: #34b4e4;
  color: #fff;
}

.btn.loading .glyphicon {
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

