@charset "UTF-8";
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import "public/css/select2.css";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

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

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

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

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

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

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm,
  .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

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

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

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

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

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

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

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

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

.modal-open {
  overflow: hidden;
}

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

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

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

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

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

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

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

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

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

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

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

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

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

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

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

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

@media print {
  .hidden-print {
    display: none !important;
  }
}
/* FONTS */
.btn-purple {
  color: #ffffff;
  background-color: #A586CC;
  border-color: #9A8CDE;
}

.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active,
.open .dropdown-toggle.btn-purple {
  color: #ffffff;
  background-color: #7D48C2;
  border-color: #9A8CDE;
}

.btn-purple:active,
.btn-purple.active,
.open .dropdown-toggle.btn-purple {
  background-image: none;
}

.btn-purple.disabled,
.btn-purple[disabled],
fieldset[disabled] .btn-purple,
.btn-purple.disabled:hover,
.btn-purple[disabled]:hover,
fieldset[disabled] .btn-purple:hover,
.btn-purple.disabled:focus,
.btn-purple[disabled]:focus,
fieldset[disabled] .btn-purple:focus,
.btn-purple.disabled:active,
.btn-purple[disabled]:active,
fieldset[disabled] .btn-purple:active,
.btn-purple.disabled.active,
.btn-purple[disabled].active,
fieldset[disabled] .btn-purple.active {
  background-color: #A586CC;
  border-color: #9A8CDE;
}

.btn-purple .badge {
  color: #A586CC;
  background-color: #ffffff;
}

.btn-lightblue {
  color: #ffffff;
  background-color: #00D9FF;
  border-color: #12ACFF;
}

.btn-lightblue:hover,
.btn-lightblue:focus,
.btn-lightblue:active,
.btn-lightblue.active,
.open .dropdown-toggle.btn-lightblue {
  color: #ffffff;
  background-color: #00CCFF;
  border-color: #12ACFF;
}

.btn-lightblue:active,
.btn-lightblue.active,
.open .dropdown-toggle.btn-lightblue {
  background-image: none;
}

.btn-lightblue.disabled,
.btn-lightblue[disabled],
fieldset[disabled] .btn-lightblue,
.btn-lightblue.disabled:hover,
.btn-lightblue[disabled]:hover,
fieldset[disabled] .btn-lightblue:hover,
.btn-lightblue.disabled:focus,
.btn-lightblue[disabled]:focus,
fieldset[disabled] .btn-lightblue:focus,
.btn-lightblue.disabled:active,
.btn-lightblue[disabled]:active,
fieldset[disabled] .btn-lightblue:active,
.btn-lightblue.disabled.active,
.btn-lightblue[disabled].active,
fieldset[disabled] .btn-lightblue.active {
  background-color: #00D9FF;
  border-color: #12ACFF;
}

.btn-lightblue .badge {
  color: #00D9FF;
  background-color: #ffffff;
}

.btn-orange {
  color: #FFFFFF;
  background-color: #E05910;
  border-color: #AD2D0E;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active,
.open .dropdown-toggle.btn-orange {
  color: #FFFFFF;
  background-color: #CF4A0C;
  border-color: #AD2D0E;
}

.btn-orange:active,
.btn-orange.active,
.open .dropdown-toggle.btn-orange {
  background-image: none;
}

.btn-orange.disabled,
.btn-orange[disabled],
fieldset[disabled] .btn-orange,
.btn-orange.disabled:hover,
.btn-orange[disabled]:hover,
fieldset[disabled] .btn-orange:hover,
.btn-orange.disabled:focus,
.btn-orange[disabled]:focus,
fieldset[disabled] .btn-orange:focus,
.btn-orange.disabled:active,
.btn-orange[disabled]:active,
fieldset[disabled] .btn-orange:active,
.btn-orange.disabled.active,
.btn-orange[disabled].active,
fieldset[disabled] .btn-orange.active {
  background-color: #E05910;
  border-color: #AD2D0E;
}

.btn-orange .badge {
  color: #E05910;
  background-color: #FFFFFF;
}

.panel-insure {
  border-color: #46b8da;
}

.panel-insure > .panel-heading {
  color: #ffffff;
  background-color: #46b8da;
  border-color: #46b8da;
}

.btn-yellow {
  color: #3C4961;
  background-color: #FFC600;
  border-color: #E4B204;
}

.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active,
.open .dropdown-toggle.btn-yellow {
  color: #3C4961;
  background-color: #e4b204;
  border-color: #E4B204;
}

.btn-yellow:active,
.btn-yellow.active,
.open .dropdown-toggle.btn-yellow {
  background-image: none;
}

.btn-yellow.disabled,
.btn-yellow[disabled],
fieldset[disabled] .btn-yellow,
.btn-yellow.disabled:hover,
.btn-yellow[disabled]:hover,
fieldset[disabled] .btn-yellow:hover,
.btn-yellow.disabled:focus,
.btn-yellow[disabled]:focus,
fieldset[disabled] .btn-yellow:focus,
.btn-yellow.disabled:active,
.btn-yellow[disabled]:active,
fieldset[disabled] .btn-yellow:active,
.btn-yellow.disabled.active,
.btn-yellow[disabled].active,
fieldset[disabled] .btn-yellow.active {
  background-color: #FFC600;
  border-color: #E4B204;
}

.btn-yellow .badge {
  color: #FFC600;
  background-color: #3C4961;
}

/* [+] col-xxs- */
.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

@media (max-width: 479px) {
  .col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
    float: left;
  }
  .col-xxs-12 {
    width: 100%;
  }
  .col-xxs-11 {
    width: 91.66666667%;
  }
  .col-xxs-10 {
    width: 83.33333333%;
  }
  .col-xxs-9 {
    width: 75%;
  }
  .col-xxs-8 {
    width: 66.66666667%;
  }
  .col-xxs-7 {
    width: 58.33333333%;
  }
  .col-xxs-6 {
    width: 50%;
  }
  .col-xxs-5 {
    width: 41.66666667%;
  }
  .col-xxs-4 {
    width: 33.33333333%;
  }
  .col-xxs-3 {
    width: 25%;
  }
  .col-xxs-2 {
    width: 16.66666667%;
  }
  .col-xxs-1 {
    width: 8.33333333%;
  }
  .col-xxs-pull-12 {
    right: 100%;
  }
  .col-xxs-pull-11 {
    right: 91.66666667%;
  }
  .col-xxs-pull-10 {
    right: 83.33333333%;
  }
  .col-xxs-pull-9 {
    right: 75%;
  }
  .col-xxs-pull-8 {
    right: 66.66666667%;
  }
  .col-xxs-pull-7 {
    right: 58.33333333%;
  }
  .col-xxs-pull-6 {
    right: 50%;
  }
  .col-xxs-pull-5 {
    right: 41.66666667%;
  }
  .col-xxs-pull-4 {
    right: 33.33333333%;
  }
  .col-xxs-pull-3 {
    right: 25%;
  }
  .col-xxs-pull-2 {
    right: 16.66666667%;
  }
  .col-xxs-pull-1 {
    right: 8.33333333%;
  }
  .col-xxs-pull-0 {
    right: auto;
  }
  .col-xxs-push-12 {
    left: 100%;
  }
  .col-xxs-push-11 {
    left: 91.66666667%;
  }
  .col-xxs-push-10 {
    left: 83.33333333%;
  }
  .col-xxs-push-9 {
    left: 75%;
  }
  .col-xxs-push-8 {
    left: 66.66666667%;
  }
  .col-xxs-push-7 {
    left: 58.33333333%;
  }
  .col-xxs-push-6 {
    left: 50%;
  }
  .col-xxs-push-5 {
    left: 41.66666667%;
  }
  .col-xxs-push-4 {
    left: 33.33333333%;
  }
  .col-xxs-push-3 {
    left: 25%;
  }
  .col-xxs-push-2 {
    left: 16.66666667%;
  }
  .col-xxs-push-1 {
    left: 8.33333333%;
  }
  .col-xxs-push-0 {
    left: auto;
  }
  .col-xxs-offset-12 {
    margin-left: 100%;
  }
  .col-xxs-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xxs-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xxs-offset-9 {
    margin-left: 75%;
  }
  .col-xxs-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xxs-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xxs-offset-6 {
    margin-left: 50%;
  }
  .col-xxs-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xxs-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xxs-offset-3 {
    margin-left: 25%;
  }
  .col-xxs-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xxs-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xxs-offset-0 {
    margin-left: 0;
  }
}
/* [+] hidden-xxs */
@media (max-width: 479px) {
  .hidden-xxs {
    display: none !important;
  }
}
/* [+] visible-xxs and visible-xxs- */
.visible-xxs {
  display: none !important;
}

.visible-xxs-block,
.visible-xxs-inline,
.visible-xxs-inline-block {
  display: none !important;
}

@media (max-width: 479px) {
  .visible-xxs {
    display: block !important;
  }
  table.visible-xxs {
    display: table;
  }
  tr.visible-xxs {
    display: table-row !important;
  }
  th.visible-xxs,
  td.visible-xxs {
    display: table-cell !important;
  }
  .visible-xxs-block {
    display: block !important;
  }
  .visible-xxs-inline {
    display: inline !important;
  }
  .visible-xxs-inline-block {
    display: inline-block !important;
  }
}
/* FONTS */
/* cyrillic-ext */
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  src: url(/public/fonts/Roboto-Regular.ttf);
  font-display: swap;
}
/* cyrillic-ext */
@font-face {
  font-family: RobotoLight;
  font-style: normal;
  font-weight: 400;
  src: url(/public/fonts/Roboto-Light.ttf);
  font-display: swap;
}
/* MIXINS */
/* General styles */
html, body {
  height: 100%;
}

body {
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #666;
  color: #696f74;
  position: relative;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0087ef+0,00aeef+51,0087ef+100 */
  background: #00aeef; /* Old browsers */
  /*FF3.6-15*/
  /*Chrome10-25,Safari5.1-6 */
  /*W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+*/
  /*IE6-9 fallback on horizontal gradient*/
}

a, button {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

a {
  color: #2b2b2b;
  cursor: pointer;
}

a:hover {
  color: #2b2b2b;
}

a, a:hover, a:focus, button:hover, button:focus {
  outline: 0 !important;
  text-decoration: none;
  color: #2b2b2b;
}

.nav > li > a:focus, .nav > li > a:hover {
  background-color: transparent;
  color: #2b2b2b;
}

blockquote {
  font-style: normal;
  font-family: "Merriweather", serif;
  font-weight: 400;
}

blockquote p {
  font-weight: 400;
}

button:focus {
  outline: 0 !important;
}

::-moz-selection {
  background-color: #191b1d;
  color: #fff;
}

::selection {
  background-color: #191b1d;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0px;
  margin-top: 0px;
  color: #33393d;
  font-weight: 700;
}

.no-wrap {
  white-space: nowrap;
}

.overflow-hidden {
  overflow: hidden;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.content {
  transition: transform 1s linear;
  transition: -o-transform 1s linear;
  transition: -webkit-transform 1s linear;
  transition: -moz-transform 1s linear;
  /* background: rgba(234, 234, 234, 0.38);
  background: #f6f5fc; */
  /* position: absolute; */
  width: 100%;
  min-height: 500px;
  /* top: 0px; */
  /* left: 0px; */
  /* opacity: 0.3; */
  background-color: #fff;
}

.error-input {
  border: 1px solid #ffa6a6;
  background-color: #ffe8e8;
}

.mb10 {
  margin-bottom: 10px;
}

.section-title {
  text-align: center;
  color: #2b2b2b;
  font-size: 42px;
  margin-bottom: 80px;
}

@media (min-width: 480px) and (max-width: 767px) {
  hr {
    margin: 10px !important;
  }
}
@media (max-width: 479px) {
  hr {
    margin: 10px !important;
  }
}

.page-title {
  text-align: center;
  margin: 20px;
  padding: 5px 20px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .page-title {
    margin: 10px !important;
  }
  .page-title h1 {
    font-size: 12px;
  }
}
@media (max-width: 479px) {
  .page-title {
    margin: 10px !important;
  }
  .page-title h1 {
    font-size: 12px;
  }
}
.page-title a {
  color: #00AEEF;
  font-size: 26px;
}

log {
  white-space: pre-wrap;
  display: block;
  padding: 20px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
}

.background-white {
  background-color: #fff;
}

.loader {
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.58);
  width: 100%;
  height: 100%;
  z-index: 8081989;
}
.loader img {
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.loader .loader-text {
  left: 50%;
  top: 50%;
  position: absolute;
  background-color: #ffffff;
  padding: 10px 20px;
  margin-top: 70px;
  transform: translateX(-50%);
  border-radius: 5px;
  display: none;
}

.modal-backdrop {
  z-index: 998 !important;
}

.terms {
  font-size: 16px;
  text-align: justify;
  padding: 30px 20px;
  background-color: #fdfcfc;
  border: 1px dashed #e4e4e6;
  border-radius: 10px;
}
.terms h3 {
  text-align: center;
  margin-bottom: 40px;
}
.terms h4 {
  margin: 20px 0;
}
.terms p {
  margin: 0 0 15px;
  line-height: 30px;
  text-indent: 30px;
}
.terms li {
  padding: 10px 5px;
}
.terms note {
  font-style: italic;
  padding: 20px;
  border: 1px dashed #d8e4d8;
  display: block;
  background-color: #f5fff5;
  margin: 20px 0;
}

.table-row-red {
  background-color: #ffdfdf !important;
}

.blue-tooltip + .tooltip > .tooltip-inner {
  background-color: #6B8DC0;
  padding: 10px;
  font-size: 14px;
}

.blue-tooltip + .tooltip > .tooltip-arrow {
  border-bottom-color: #6B8DC0;
}

.swal2-container .btn {
  margin: 26px 5px 0;
}
.swal2-container .btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  margin-right: 15px;
}
.swal2-container .btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

tr.deleted td {
  background-color: #ff9f9f !important;
}

.btn-insure {
  border: 1px solid #00aeef;
  color: #2b2b2b;
  padding: 15px 50px;
  border-radius: 3px;
}
.btn-insure:hover {
  background-color: #00aeef;
  color: #fff;
}
@media (min-width: 480px) and (max-width: 767px) {
  .btn-insure {
    padding: 15px 15px !important;
  }
}
@media (max-width: 479px) {
  .btn-insure {
    padding: 10px 10px !important;
  }
}
@media (max-width: 767px) {
  .btn-insure {
    font-size: 14px;
  }
}

.btn-expresspay {
  border: 1px solid #F9AD33;
}

.btn-egov {
  border: 1px solid #00427A;
}

.atumil_zornegam {
  padding: 7px 12px;
  color: #f7f1f1;
  border: none;
  border-radius: 3px;
  animation-name: flash;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0, 0, 0.7, 0.94);
  animation-iteration-count: infinite;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.68, 0.99);
  -webkit-animation-iteration-count: infinite;
  -moz-animation-duration: 1.5s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
}

.navbar-default .sidebar {
  position: absolute;
  left: -330px;
  transition: 1s;
}
.navbar-default .sidebar:hover {
  left: 0px;
}
@media (max-width: 767px) {
  .navbar-default .sidebar {
    position: relative;
    left: 0px;
  }
}

.admin-page-wrapper {
  margin: 0 0 0 20px !important;
}
@media (max-width: 767px) {
  .admin-page-wrapper {
    margin: 0 0 0 20px !important;
  }
}

@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.8;
    -webkit-box-shadow: 14px 12px 15px -1px rgb(230, 230, 230);
    -moz-box-shadow: 14px 12px 15px -1px rgb(230, 230, 230);
    box-shadow: 14px 12px 15px -1px rgb(230, 230, 230);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes flash {}
@-moz-keyframes flash {}
@media (max-width: 767px) {
  .swal2-modal {
    padding: 10px;
  }
  .swal2-modal .swal2-styled {
    font-size: 14px;
    font-weight: 500;
    margin: 0px 10px;
    padding: 0px 12px;
  }
  .swal2-modal .swal2-title {
    font-size: 18px;
    line-height: 30px;
  }
  .swal2-modal .swal2-content a {
    text-decoration: underline !important;
    color: #337ab7 !important;
  }
  .swal2-modal .swal2-icon {
    width: 40px;
    height: 40px;
    font-size: 30px;
    line-height: 44px;
    margin: 10px auto;
  }
}
@media (max-width: 479px) {
  .insure-landing .services-box .service-item {
    background-size: 27px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
}
@media (max-width: 479px) {
  .jumbotron h3 {
    white-space: normal !important;
    text-align: left;
  }
}
@media (max-width: 479px) {
  .insure-league img {
    max-width: 100% !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .insure-league img {
    max-width: 100% !important;
  }
}
@media (max-width: 479px) {
  .faq-detail p, h4 {
    padding: 0 10px !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .faq-detail p, h4 {
    padding: 0 10px !important;
  }
}
.btn {
  border-radius: 0px;
}

.btn.nohover:hover {
  /* here copy default .btn class styles */
  background: inherit;
  /* or something like that */
}

.searchBlock input {
  border-radius: 5px;
  padding: 5px;
  width: 100%;
  margin: 5px 0;
}

.about-us {
  margin-top: 50px;
}
.about-us h3 {
  /* min-height: 60px; */
  border-bottom: 1px dashed #ddd;
  margin-bottom: 20px;
  padding-bottom: 16px;
  color: #808080;
}
@media (max-width: 479px) {
  .about-us h3 {
    text-align: left;
    font-size: 12px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .about-us h3 {
    text-align: left;
    font-size: 12px;
  }
}
.about-us p {
  display: inline-block;
  font-size: 18px;
  margin: 0 0 20px;
  text-align: justify;
}
@media (max-width: 479px) {
  .about-us p {
    display: block;
    text-align: center !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .about-us p {
    display: block;
    text-align: center !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-us p {
    display: inline-block;
    text-align: left !important;
  }
}
.about-us .beyli-image img {
  width: 100%;
}
.about-us .works {
  list-style: none;
  padding: 0;
  margin: 0;
}
.about-us .works li {
  padding: 5px;
  font-size: 16px;
}
.about-us .works li:before {
  content: " ";
  width: 12px;
  height: 12px;
  background-color: #FFC502;
  /* color: red; */
  display: inline-block;
  border-radius: 6px;
  margin-right: 10px;
}
.about-us .about-principes {
  color: #fff;
  background: url("/public/images/backgrounds/about-principles.png") no-repeat;
  background-size: cover;
}
@media (min-width: 480px) and (max-width: 767px) {
  .about-us .about-principes {
    padding: 60px 0 40px 0;
  }
}
@media (max-width: 479px) {
  .about-us .about-principes {
    padding: 20px 0 20px 0;
  }
}
.about-us .about-principes .about-principes-title {
  text-align: center;
  color: #2b2b2b;
  font-size: 42px;
}
@media (max-width: 767px) {
  .about-us .about-principes .about-principes-title {
    font-size: 12px !important;
    margin-bottom: 12px !important;
    text-align: center !important;
  }
}
.about-us .about-principes .info-for-advantages-section {
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  color: #8D8D8D;
  margin-top: 17px;
  width: 100%;
  text-align: center;
}
.about-us .about-principes .about-principes-types {
  margin-top: 50px;
}
.about-us .about-principes .about-principes-types .about-principes-type {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 30px;
  background: #F9F9F9;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  height: 281px;
}
@media (max-width: 479px) {
  .about-us .about-principes .about-principes-types .about-principes-type {
    display: block;
    width: auto;
    margin: auto;
    margin-bottom: 40px;
  }
}
.about-us .about-principes .about-principes-types .about-principes-type-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  text-align: center;
  color: #00222E;
  margin: 12px 0;
}
@media (min-width: 480px) and (max-width: 767px) {
  .about-us .about-principes .about-principes-types .about-principes-type-title {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .about-us .about-principes .about-principes-types .about-principes-type-title {
    width: 100%;
  }
}
.about-us .about-principes .about-principes-types .about-principes-type-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  text-align: center;
  color: #8D8D8D;
}
.about-us .about-principes .about-principes-types .our-advantages-images {
  position: relative;
  top: -54px;
}
.about-us .about-principes .about-principes-types .container-for-advantage-and-text {
  position: relative;
  top: -34px;
}
@media (max-width: 767px) {
  .about-us .about-principes .about-principes-types .about-principes-type-image {
    float: left;
    clear: both;
  }
  .about-us .about-principes .about-principes-types .about-principes-type-image img {
    height: 30px !important;
  }
  .about-us .about-principes .about-principes-types .about-principes-type-title {
    font-size: 18px;
    margin: 0 0 0 24px;
    font-weight: normal;
    float: left;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .about-us .about-principes .about-principes-types .about-principes-type-title {
    margin: 0 0 0 10px;
  }
  .about-us .about-principes .about-principes-types .about-principes-type-image {
    float: left;
    clear: both;
  }
  .about-us .about-principes .about-principes-types .about-principes-type-image img {
    height: 30px !important;
  }
}
@media (max-width: 479px) {
  .about-us .about-principes .about-principes-types .about-principes-type-title {
    font-size: 15px;
    margin: 0 0 0 2px;
  }
  .about-us .about-principes .about-principes-types .about-principes-type-image {
    float: left;
    clear: both;
  }
  .about-us .about-principes .about-principes-types .about-principes-type-image img {
    height: 15px !important;
  }
}
.about-us .about-principes.index {
  background-image: none;
  background-color: #fff;
  color: #2b2b2b;
}
.about-us .about-principes.index .about-principes-title {
  color: #2b2b2b;
  font-size: 42px;
}
.about-us .about-principes.index .our-advantages-btn {
  background-color: #fff;
  color: #2b2b2b;
  border: 1px solid #00aeef;
}
.about-us .certificates {
  margin: 20px;
}
.about-us .certificates h2 {
  text-align: center;
  margin: 50px 20px;
}
.about-us .certificates img {
  width: 100%;
  border: 5px solid #a29898;
  padding: 10px;
}
.about-us .advantages {
  margin-top: 20px;
  padding: 30px;
  border-radius: 10px;
}
.about-us .advantages .advantage-title {
  color: #3C4961;
  font-size: 40px;
  margin-bottom: 50px;
  text-align: center;
}
@media (min-width: 480px) and (max-width: 767px) {
  .about-us .advantages .advantage-title {
    font-size: 12px;
  }
}
@media (max-width: 479px) {
  .about-us .advantages .advantage-title {
    font-size: 12px;
  }
}
.about-us .advantages ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.about-us .advantages ul li {
  padding: 4px 0 10px 150px;
  font-size: 18px;
  margin-bottom: 40px;
  position: relative;
  line-height: 1.3;
}
@media (min-width: 480px) and (max-width: 767px) {
  .about-us .advantages ul li {
    padding: 4px 0 10px 60px;
  }
}
@media (max-width: 479px) {
  .about-us .advantages ul li {
    padding: 4px 0 10px 60px;
  }
}
.about-us .advantages ul li:before {
  content: "";
  z-index: 2;
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all 0.2s ease-in 0s;
  background-color: #FFC600;
  background-position: 50% 10px;
  background-repeat: no-repeat;
  background-size: 31px;
}
.about-us .advantages ul li:after {
  content: "";
  z-index: 1;
  background-color: #D6D6D6;
  width: 5px;
  position: absolute;
  top: 50px;
  left: 22px;
  transition: all 0.5s ease-in 0s;
  height: 0;
  display: block;
  height: 100%;
  background-color: #ffc600 !important;
}
.about-us .advantages ul li:hover::before {
  transform: scale(1.3);
}
.about-us .advantages ul li:nth-last-child(2) {
  padding-bottom: 100px;
}
.about-us .advantages ul li span {
  font-weight: bold;
}
.about-us .advantages ul .advantage-end {
  margin-top: 50px;
}
.about-us .advantages ul .advantage-end:before {
  width: 80px;
  height: 80px;
  background-color: #fff;
  left: -15px;
  background-size: 72px;
  background-position-y: 0;
}
.about-us .advantages ul .advantage-end:after {
  display: none;
}
.about-us .advantages ul .advantage-1:before {
  background-image: url(/public/images/icons/advantages/1.png);
}
.about-us .advantages ul .advantage-2:before {
  background-image: url(/public/images/icons/advantages/2.png);
}
.about-us .advantages ul .advantage-3:before {
  background-image: url(/public/images/icons/advantages/3.png);
}
.about-us .advantages ul .advantage-4:before {
  background-image: url(/public/images/icons/advantages/4.png);
}
.about-us .advantages ul .advantage-5:before {
  background-image: url(/public/images/icons/advantages/5.png);
}
.about-us .advantages ul .advantage-6:before {
  background-image: url(/public/images/icons/advantages/6.png);
}
.about-us .advantages ul .advantage-7:before {
  background-image: url(/public/images/icons/advantages/7.png);
}
.about-us .advantages ul .advantage-8:before {
  background-image: url(/public/images/icons/advantages/8.png);
}
.about-us .advantages ul .advantage-9:before {
  background-image: url(/public/images/icons/advantages/9.png);
}
.about-us .advantages ul .advantage-10:before {
  background-image: url(/public/images/icons/advantages/10.png);
}
.about-us .advantages ul .advantage-11:before {
  background-image: url(/public/images/icons/advantages/11.png);
}
.about-us .advantages ul .advantage-12:before {
  background-image: url(/public/images/icons/advantages/12.png);
}
.about-us .advantages ul .advantage-13:before {
  background-image: url(/public/images/icons/advantages/13.png);
}
.about-us .advantages ul .advantage-14:before {
  background-image: url(/public/images/icons/advantages/14.png);
}
.about-us .advantages ul .advantage-15:before {
  background-image: url(/public/images/icons/advantages/15.png);
}
.about-us .advantages ul .advantage-16:before {
  background-image: url(/public/images/icons/advantages/16.png);
}
.about-us .advantages ul .advantage-17:before {
  background-image: url(/public/images/icons/advantages/17.png);
}
.about-us .advantages ul .advantage-18:before {
  background-image: url(/public/images/icons/advantages/18.png);
}
.about-us .advantages ul .advantage-end:before {
  background-image: url(/public/images/icons/advantages/smile.png);
}
.about-us .stuff {
  margin-top: 50px;
}
.about-us .stuff .stuff-title {
  text-align: center;
}
.about-us .stuff .stuff-items {
  margin-top: 20px;
}
.about-us .stuff .stuff-item {
  text-align: center;
}
.about-us .stuff .stuff-item.to-bottom {
  margin-top: 110px;
}
.about-us .stuff img {
  margin-bottom: 10px;
  border-radius: 50%;
  box-shadow: 10px 10px 33px -4px rgba(0, 0, 0, 0.75);
  width: 189px;
  height: 189px;
}
.about-us .stuff .stuff-name {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}
.about-us .stuff .stuff-position {
  font-size: 12px;
  color: grey;
}
.about-us .insure-size {
  background-color: #fff;
  color: #2b2b2b;
  font-size: 19px;
  text-align: center;
}
@media (max-width: 767px) {
  .about-us .insure-size {
    text-align: left;
    padding: 20px !important;
    font-size: 14px;
  }
  .about-us .insure-size h2 {
    font-size: 12px !important;
    margin-bottom: 12px !important;
    text-align: left !important;
  }
}
.about-us .insure-size h2 {
  color: #2b2b2b;
  font-size: 42px;
  margin-bottom: 80px;
}
.about-us .insure-size .insure-size-items span {
  background-color: #00aeef;
  color: #fff;
  padding: 10px 10px 10px 10px;
  text-align: right;
}
.who-are-we-heading, .insure-size-text {
  text-align: left;
}

.who-are-we-heading {
  margin-bottom: 15px !important;
  font-size: 40px !important;
}

.insure-size-text {
  color: #8D8D8D;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
}

.who-are-we-buttons {
  display: flex;
  justify-content: left;
  margin-top: 20px;
}

.container-for-video-btn {
  margin-left: 27px;
  margin-top: 3px;
  display: flex;
  justify-content: center;
}

.play-video-text {
  margin-top: 15px !important;
  margin-left: 10px !important;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 19px !important;
}

.who-are-we-more-info {
  padding: 16px 24px;
  width: 185px;
  height: 51px;
  overflow: hidden;
  background-color: #00B0F0;
  border: transparent;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}

.who-are-we-more-info {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
}

.play-btn-image {
  height: 49px;
  width: 49px;
  object-fit: contain;
  cursor: pointer;
}

.people-image {
  position: relative;
  top: -60px;
  right: -30px;
  width: 100%;
}

@media only screen and (max-width: 1000px) {
  .people-image {
    position: relative;
    top: 28px;
    left: 6px;
  }
}
/* Topbar styles */
.top-bar {
  border-bottom: 1px solid #33B1F2;
  background-color: transparent;
  padding-top: 15px;
  padding-bottom: 10px;
}
.top-bar .alert-top-news {
  color: white;
  font-size: 2.6rem;
  border-color: white;
  background-color: rgba(255, 255, 255, 0.1) !important;
  background-size: cover;
  background-position: 50% 15%;
  text-align: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.top-bar .list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.top-bar ul {
  margin: 0;
  padding: 0;
}
.top-bar ul .input-for-search {
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  background-color: #FFFFFF;
  color: #000;
  outline: none;
  margin-right: 5px;
  width: 274px;
  display: none;
}
.top-bar ul .input-for-search.showInput {
  display: inline;
}
.top-bar ul .search-results-container {
  display: none;
  background-color: #FFFFFF;
  width: 273px;
  min-height: 20px;
  max-height: 220px;
  top: 34px;
  position: absolute;
  z-index: 2 !important;
  overflow: hidden;
}
.top-bar ul .search-results-container.showList {
  display: block;
}
.top-bar ul .search-results {
  list-style: none;
}
.top-bar ul .search-results li {
  text-align: left;
  margin-left: 3px;
  cursor: pointer;
}
.top-bar ul .search-btn {
  border: transparent;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 5px 15px;
}
.top-bar ul .search-btn.hideSearchBtn {
  display: none;
}
.top-bar ul li {
  line-height: 40px;
}
.top-bar ul li a {
  color: #fff;
  font-size: 14px;
  font-family: "RobotoLight", sans-serif;
}
.top-bar ul li a i {
  margin-right: 6px;
}
.top-bar ul li a:hover {
  color: #2b2b2b;
}
.top-bar ul .avatar div {
  width: 30px;
  height: 30px;
}
.top-bar ul .avatar div img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.top-bar ul .separator {
  margin-right: 10px;
  padding-right: 25px;
}
.top-bar ul .login-btn {
  border: none;
  text-align: center;
  display: block;
  padding: 0 20px;
  border-radius: 16px;
  line-height: 35px;
  background-color: rgba(255, 255, 255, 0.1);
}
.top-bar ul .login-btn:hover {
  border-color: #000;
}
.top-bar .actions-bar {
  float: right;
  margin-right: 30px;
  padding-right: 15px;
}
.top-bar .lang-bar {
  float: right;
}
.top-bar .lang-bar li {
  padding-right: 0px;
}
.top-bar .lang-bar li a {
  font-size: 14px;
}
.top-bar .topbar-contacts li {
  padding: 0 20px;
  line-height: 40px;
  background-color: transparent;
  color: #fff;
  margin-left: -3px;
}
@media (max-width: 479px) {
  .top-bar .topbar-contacts li {
    width: 50%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .top-bar .topbar-contacts li {
    width: 50%;
  }
}

/* Navbar styles */
/** navigation**/
.navbar {
  font-family: "RobotoLight", sans-serif;
}

.navbar-default .navbar-text {
  color: #3e4a60;
  font-size: 22px;
  padding: 0 20px;
  text-align: right;
  /* float: right; */
}

.top-header .navbar-nav > .active > a, .top-header .navbar-nav > .active > a:focus, .top-header .navbar-nav > .active > a:hover, .top-header .navbar-nav > .open > a, .top-header .navbar-nav > .open > a:focus, .top-header .navbar-nav > .open > a:hover {
  color: #fff !important;
  background-color: transparent;
}

.top-header .navbar-nav > .active > a, .top-header .navbar-nav > .active > a:focus, .top-header .navbar-nav > .active > a:hover, .top-header .navbar-nav > .open > a, .top-header .navbar-nav > .open > a:focus, .top-header .navbar-nav > .open > a:hover {
  color: #2b2b2b !important;
  color: #fff !important;
  background-color: transparent;
}

.navbar-headroom {
  padding: 10px 0;
}

.navbar-headroom .nav-header-right .h-item a {
  color: #333;
}

.top-header {
  border: 0px;
  margin: 0px;
  padding: 22px 0 12px 0;
  background-color: transparent;
  position: relative;
  z-index: 0;
}
.top-header .navbar-brand {
  padding: 0;
  margin-left: 15px !important;
}
.top-header .navbar-brand img {
  height: 47px;
}
.top-header #navbar li {
  cursor: pointer;
}
.top-header #navbar a {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  font-family: "RobotoLight", sans-serif;
  color: #fff;
}
.top-header #navbar a:after {
  content: "";
  background-color: #2b2b2b;
  width: 0;
  height: 1px;
  display: block;
  margin-top: 5px;
  transition-duration: 0.3s;
}
.top-header #navbar a:hover {
  color: #2b2b2b;
}
.top-header #navbar a:hover:after {
  width: 100%;
}

/* iframe styles */
.frame-mode {
  background-color: #fff;
}

.iframe-header {
  border-bottom: 1px solid #f7f4f4;
  overflow: hidden;
  padding-bottom: 5px;
}

.iframe-services {
  min-height: 500px;
}

.iframe-logo {
  margin: 20px 0 10px 0;
  text-align: right;
}
.iframe-logo img {
  width: 110px;
}

.powered-by-iframe {
  font-weight: bold;
  margin-right: 10px;
  font-size: 14px;
  color: #00aeef !important;
}

.iframe-support {
  margin: 20px 0 10px 0;
}
.iframe-support .phone {
  font-size: 18px;
  padding: 20px 0 20px 30px;
  background: url(/public/images/icons/support.png) 0 20px no-repeat;
  background-size: 20px;
}
.iframe-support .phone a {
  color: #337ab7 !important;
}

/* Main menu */
/*$menuBgColor : #FFC500;
$menuTextColor : #384255;*/
.main-menu {
  /*margin-top: 5px;*/
  margin-bottom: 0px;
  border-bottom: 0;
  background-color: rgba(255, 255, 255, 0.1);
  height: 68px;
}
.main-menu .header-menu-icon {
  width: 23px;
  padding: 5px;
}
.main-menu .navbar-collapse {
  padding: 0;
}
.main-menu .nav {
  padding: 0px;
}
.main-menu li.dropdown {
  background-color: transparent;
  padding: 0px 0;
}
.main-menu li.dropdown > a {
  text-transform: uppercase;
  padding: 0;
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  height: 68px;
  padding: 17px 0;
  white-space: nowrap;
  cursor: pointer;
}
.main-menu li:last-child {
  border: 0;
}
.main-menu li.pdf-link {
  background: url(/public/images/icons/pdf.png) no-repeat;
  background-position: 95% 50%;
}
@media (max-width: 767px) {
  .main-menu li.dropdown {
    border-right: 0;
    border-bottom: 1px solid #eeeeee;
  }
}
.main-menu .nav > li > a:focus, .main-menu .nav > li > a:hover {
  background-color: transparent;
  color: #2b2b2b;
}
@media (min-width: 768px) {
  .main-menu .dropdown:hover .dropdown-menu {
    display: block !important;
  }
}
.main-menu .dropdown-menu {
  min-width: 100%;
  border: 0;
  border-radius: 0;
  margin-top: 0px;
  margin-bottom: 15px;
  padding: 0;
}
.main-menu .dropdown-menu li {
  padding: 0;
  margin: 0 0px;
}
.main-menu .dropdown-menu li:hover {
  background-color: #B1EAFF;
}
.main-menu .dropdown-menu li a {
  padding: 6px;
  margin: 0 10px;
  border-bottom: 1px solid #eeeeee;
  background-color: transparent;
}
.main-menu .dropdown-menu li a:hover {
  padding-left: 15px !important;
}
.main-menu .dropdown-menu li:last-child {
  border: 0;
}
@media (max-width: 767px) {
  .main-menu .dropdown-menu {
    width: 100%;
    position: relative;
  }
  .main-menu .dropdown-menu li {
    text-align: left;
  }
}

/* Insure choose on index */
.insure-landing {
  transition: transform 1s linear;
  transition: -o-transform 1s linear;
  transition: -webkit-transform 1s linear;
  transition: -moz-transform 1s linear;
  background: white !important;
  height: auto;
  width: auto;
  position: relative;
  padding: 10px 0 10px 0;
  background-size: cover;
  background-position: center;
}
.insure-landing h2.choose-insurance-title {
  margin-bottom: 20px;
  color: #FFF;
}
@media (max-width: 767px) {
  .insure-landing {
    padding: 10px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .insure-landing .choose-insurance-title {
    margin-bottom: 10px;
    margin-top: 15px;
  }
}
@media (max-width: 479px) {
  .insure-landing .choose-insurance-title {
    margin-bottom: 10px;
    margin-top: 15px;
  }
}
.insure-landing .simple-insurance-parent {
  text-align: center;
}
.insure-landing .simple-insurance-parent .btn-simple-insurance {
  background: white;
  padding: 10px 20px;
  border-radius: 20px;
  color: #0097EF;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 20px;
}
.insure-landing .bestSite_text_nomargin, .insure-landing .bestSite_text {
  font-size: 40px;
  text-align: center;
  font-weight: 300;
  color: #fff;
}
.insure-landing .bestSite_text {
  margin: 40px 0 80px 0;
}
.insure-landing .bestSite_text_nomargin {
  margin: 5px !important;
}
.insure-landing h3 {
  color: #fff;
  font-size: 22px;
  text-align: center;
  font-weight: 300;
}
.insure-landing .services-box {
  background-color: #fff;
  padding: 10px 20px 10px 20px;
  border-radius: 10px;
  text-align: center;
  margin: 10px 0;
  box-shadow: 0px 0px 13px 1px rgba(50, 50, 50, 0.4);
  color: #fff;
  background-color: transparent;
  box-shadow: none;
}
.insure-landing .services-box .service-info-text {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .insure-landing .services-box .service-info-text {
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  .insure-landing .services-box .service-info-text {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .insure-landing .services-box .service-info-text {
    font-size: 18px;
  }
}
.insure-landing .services-box .service-list-text {
  text-align: left;
  font-weight: bold;
  margin-bottom: 10px;
}
.insure-landing .services-box .services-info {
  margin-top: 60px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .insure-landing .services-box .services-info {
    margin-top: 0px;
    font-family: "RobotoLight";
  }
}
@media (max-width: 479px) {
  .insure-landing .services-box .services-info {
    margin-top: 0px;
    font-family: "RobotoLight";
  }
}
.insure-landing .services-box .services-info-nomargin {
  margin-top: 0px;
}
.insure-landing .services-box .service-info-count {
  text-align: right;
  color: #3e4a60;
  font-size: 40px;
  font-weight: bold;
  color: #FFF;
}
@media (min-width: 480px) and (max-width: 767px) {
  .insure-landing .services-box .service-info-count {
    font-size: 16px;
    font-family: "RobotoLight";
  }
}
@media (max-width: 479px) {
  .insure-landing .services-box .service-info-count {
    font-size: 16px;
    font-family: "RobotoLight";
  }
}
.insure-landing .services-box .services-list {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.insure-landing .services-box .services-list:hover .service-item {
  filter: blur(0px);
}
.insure-landing .services-box .service-item {
  padding: 10px;
  display: flex;
  color: white;
  font-size: 16px;
  font-weight: normal;
  line-height: 25px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 160px;
  width: 160px;
  margin: 5px;
  border-radius: 18px;
}
.insure-landing .services-box .service-item i {
  margin: 0 0 10px 0;
  font-size: 50px;
}
.insure-landing .services-box .service-item:hover {
  scale: 0.95;
}
.insure-landing .services-box .service-item small {
  display: block;
  font-size: 11px;
  margin-left: 8px;
}
.insure-landing .services-box .service-item:after {
  font-family: FontAwesome;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  box-sizing: content-box;
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  opacity: 0;
  transform: scale(0.87);
}
.insure-landing .services-box .icbari-service-item {
  background: #7474BF; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #348AC7, #7474BF); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #348AC7, #7474BF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.insure-landing .services-box .kasko-service-item {
  background: #43cea2; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #185a9d, #43cea2); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #185a9d, #43cea2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.insure-landing .services-box .property-service-item {
  background: #24C6DC; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #514A9D, #24C6DC); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #514A9D, #24C6DC); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.insure-landing .services-box .simple-service-item {
  background: #FC5C7D; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #6A82FB, #FC5C7D); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #6A82FB, #FC5C7D); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.insure-landing .services-box .travel-service-item {
  background: #34e89e; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #0f3443, #34e89e); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #0f3443, #34e89e); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.insure-landing .services-box .tourist-service-item {
  background: #3a7bd5; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #3a6073, #3a7bd5); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #3a6073, #3a7bd5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
@keyframes sonarEffectSimple {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes sonarEffectCar {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes sonarEffectTravel {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes sonarEffectProperty {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes sonarEffectTourist {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media screen and (min-width: 1900px) {
  .insure-landing .all_service_tab .circleTab {
    zoom: 1.3;
  }
}

.modal-simple-insurance .modal-title {
  color: #00aeef;
}
.modal-simple-insurance .modal-content {
  border: 2px solid #00aeef;
}
.modal-simple-insurance .modal-content label {
  color: #2b2b2b;
  font-weight: normal;
}
.modal-simple-insurance .modal-content input, .modal-simple-insurance .modal-content select {
  border-radius: 3px;
  border: 1px solid #00aeef;
}
.modal-simple-insurance .modal-content .alert-simple-info {
  background: #f7f7f7;
  border: 0;
  color: #2b2b2b;
}
.modal-simple-insurance .modal-header {
  padding: 2rem 3rem;
}
.modal-simple-insurance .modal-body {
  padding: 2rem 3rem;
}
.modal-simple-insurance .btn-get-simple-insurance {
  color: white;
  background: #00aeef;
  border-radius: 3px;
  padding: 1.5rem 3rem;
  font-size: 2rem;
}

@media (max-width: 767px) {
  .insure-landing {
    background: none;
    padding-bottom: 0;
  }
  .insure-landing .col-xs-6 {
    display: flex;
    justify-content: center;
  }
  .insure-landing .bestSite_text {
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 18px !important;
  }
  .insure-landing h2 {
    color: #fff;
    font-size: 14px !important;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .insure-landing h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .insure-landing .services-box {
    padding: 10px 20px;
    margin-top: 10px;
  }
  .insure-landing .services-box .service-item {
    font-size: 16px;
  }
  .insure-landing .services-box .service-item:hover {
    animation: none !important;
  }
}
@media (max-width: 479px) {
  .insure-landing .services-box .services-list .service-item {
    width: 100%;
    height: 58px;
    border-radius: 0 !important;
    padding: 6px 0 0 0;
    background-size: 31px;
    font-size: 15px;
    min-height: 0;
    background: #00aeef;
    flex-direction: row;
    justify-content: center !important;
    color: white;
  }
  .insure-landing .services-box .services-list .service-item i {
    font-size: 20px;
    margin: 0 15px;
  }
  .insure-landing .services-box .services-list .service-item.travel-service-item {
    padding: 18px;
  }
  .insure-landing .services-box .services-list .service-item:hover {
    filter: none !important;
    transform: none;
    box-shadow: none;
    animation: none !important;
  }
  .insure-landing .services-box .services-list .service-item:hover:after {
    animation: none !important;
  }
}
@media (max-height: 900px) and (min-width: 767px) {
  .insure-landing .bestSite_text {
    font-size: 1.5em !important;
    margin: 0 !important;
  }
  .insure-landing .services-box {
    margin: 0 !important;
  }
  .insure-landing .services-box .services-info {
    margin-top: -10px;
  }
  .insure-landing h2 {
    font-size: 1.3em !important;
    margin: 10px;
  }
}
@media (max-height: 700px) and (min-width: 767px) {
  .insure-landing .bestSite_text {
    font-size: 1.5em !important;
    margin: 0 !important;
  }
  .insure-landing .services-box {
    margin: 0 !important;
    padding: 5px;
  }
  .insure-landing .services-box .services-info {
    margin-top: 15px;
  }
}
@media (max-height: 700px) and (min-width: 767px) and (min-width: 768px) and (max-width: 991px) {
  .insure-landing .services-box .services-info {
    margin-top: -15px;
  }
}
@media (max-height: 700px) and (min-width: 767px) {
  .insure-landing .services-box .service-info-count {
    font-size: 1.5em !important;
  }
  .insure-landing h2 {
    font-size: 1.3em !important;
    margin: 10px;
  }
}
@media (max-height: 600px) and (min-width: 767px) {
  .insure-landing {
    height: auto;
  }
}
.index .head {
  background: #00aeef; /* Old browsers */
  /*FF3.6-15*/
  background: -moz-radial-gradient(center, ellipse cover, #00aeef 0%, #0087ef 100%);
  /*Chrome10-25,Safari5.1-6 */
  background: -webkit-radial-gradient(center, ellipse cover, #00aeef 0%, #0087ef 100%);
  /*W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+*/
  background: radial-gradient(ellipse at center, #00aeef 30%, #0087ef 100%);
  /*IE6-9 fallback on horizontal gradient*/
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0087ef", endColorstr="#0087ef",GradientType=1 );
}

.head {
  background: #00aeef; /* Old browsers */
  /*FF3.6-15*/
  /*Chrome10-25,Safari5.1-6 */
  /*W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+*/
  /*IE6-9 fallback on horizontal gradient*/
}

/* Partners block style */
.partners-section {
  padding-top: 100px;
  background-color: #fff;
  border-bottom: 1px solid #f6f5fc;
}
@media (max-width: 767px) {
  .partners-section {
    padding-top: 20px;
  }
}
.partners-section .section-title h2 {
  color: #2b2b2b;
  font-size: 42px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .partners-section .section-title h2 {
    font-size: 12px;
  }
}
@media (max-width: 479px) {
  .partners-section .section-title h2 {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .partners-section .section-title {
    margin-bottom: 20px;
  }
}
.partners-section .partners-list {
  border-bottom: 1px solid #DEDEDE;
}
.partners-section .partners-help-text {
  text-align: center;
  color: #b3b1b1;
  /* box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.75); */
  font-style: italic;
  margin-top: 20px;
}
.partners-section .partner-item {
  text-align: center;
}
.partners-section .partner-item .bg-agroup {
  width: 191px;
  height: 100px;
  background: url("public/images/icons-css_sprites-compressed.png") -1090px -797px;
}
.partners-section .partner-item .img-active {
  display: none;
}
.partners-section .partner-item img {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 30px;
  width: 80%;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .partners-section .partner-item .img-grey {
    display: none;
  }
  .partners-section .partner-item .img-active {
    display: block;
  }
}
.partners-section .become-partner {
  margin: 78px 0;
}
@media (max-width: 767px) {
  .partners-section .become-partner {
    margin: 20px 0;
  }
}

.partners-section li {
  border: 1px solid #eaeaea;
  margin: 0 10px;
  text-align: center;
  padding: 5px 10px;
}
.partners-section li a {
  display: inline-block;
}

.partners-section li img {
  max-height: 50px;
  width: auto !important;
}

/* Partners block style */
.how-it-works {
  padding-top: 0px;
  padding-bottom: 100px;
  background-color: #0098ef;
}
.how-it-works .tutorial-title {
  padding-top: 40px;
}
.how-it-works .tutorial-title h2 {
  color: #fff;
  font-size: 30px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .how-it-works .tutorial-title h2 {
    text-align: center;
    font-size: 12px !important;
  }
}
@media (max-width: 479px) {
  .how-it-works .tutorial-title h2 {
    text-align: center;
    font-size: 12px !important;
  }
}
.how-it-works .how-it-works-help-boxes {
  margin-top: 50px;
}
.how-it-works .help-box-links {
  display: flex;
  justify-content: center;
}
.how-it-works .help-box .help-box-icon {
  cursor: pointer;
  margin-left: 20px;
  margin-top: 30px;
  height: 70px !important;
  width: 70px !important;
  border-radius: 50%;
  position: relative;
  background-color: white;
}
.how-it-works .help-box .help-box-icon img {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 480px) and (max-width: 767px) {
  .how-it-works .help-box .help-box-icon {
    margin-left: 30px !important;
    height: 50px !important;
    width: 50px !important;
  }
  .how-it-works .help-box .help-box-icon img {
    width: 30px !important;
    height: 30px !important;
  }
}
@media (max-width: 479px) {
  .how-it-works .help-box .help-box-icon {
    margin-left: 15px !important;
    height: 50px !important;
    width: 50px !important;
  }
  .how-it-works .help-box .help-box-icon img {
    width: 30px !important;
    height: 30px !important;
  }
}
.how-it-works .help-box .help-active {
  background-color: white;
  transform: scale(1.2);
  -webkit-transition: transform 0.3s; /* For Safari 3.1 to 6.0 */
  transition: transform 0.3s;
}
.how-it-works .help-box .help-active img {
  width: 43px;
  height: 43px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.how-it-works .help-box .help-items h3 {
  color: #3E4A60;
  font-size: 40px;
}
.how-it-works .help-box .help-items .help-steps {
  color: #fff;
  padding: 0px 0 15px 0;
}
.how-it-works .help-box .help-items .help-steps ol {
  counter-reset: list;
  list-style: none;
  position: relative;
}
.how-it-works .help-box .help-items .help-steps ol li {
  cursor: pointer;
  padding-left: 10px;
  min-height: 40px;
  font-size: 18px;
  margin-bottom: 15px;
}
.how-it-works .help-box .help-items .help-steps ol li.active-step {
  /* так лучше */
  font-weight: bold;
  color: #fff;
  text-decoration: underline;
}
.how-it-works .help-box .help-items .help-steps ol li.active-step:before {
  background-color: transparent;
  /* так лучше */
  border: 2px solid #fff;
  color: #fff;
  font-weight: bold;
}
.how-it-works .help-box .help-items .help-steps ol li:before {
  position: absolute;
  left: 0px;
  content: counter(list);
  counter-increment: list;
  width: 30px;
  height: 30px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  font-weight: 400;
  text-align: center;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.how-it-works .help-box .help-steps {
  margin-top: 20px;
}
.how-it-works .help-box .help-steps a {
  background-color: transparent;
  border: 1px solid #fff;
  font-size: 15px;
  padding: 17px 60px;
  border-radius: 3px;
  text-transform: capitalize;
  height: 50px;
  font-family: "RobotoLight";
  color: #fff;
}
.how-it-works .help-box .help-steps a:hover {
  color: #fff;
  font-weight: bold;
  border: 1px solid #fff;
}
.how-it-works .help-box .help-steps a i {
  margin-right: 5px;
  font-size: 11px;
}
.how-it-works .help-box .help-steps .help-next-btn {
  margin-left: 15px;
}
.how-it-works .help-box .help-steps .help-next-btn i {
  margin-left: 5px;
  font-size: 11px;
}
.how-it-works .help-slides {
  width: 666px;
  height: 355px;
  background: url("/public/images/macbook-frame3.png") no-repeat;
  background-size: 666px 355px;
  position: relative;
}
.how-it-works .help-slides .help-slides-item {
  width: 435px;
  height: 274px;
  position: absolute;
  left: 116px;
  top: 26px;
  display: none;
}
.how-it-works .help-slides .help-slides-item.active-slide-item {
  display: block;
}

@media (max-width: 767px) {
  .how-it-works {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .how-it-works .tutorial-title {
    padding-top: 0;
  }
  .how-it-works .how-it-works-help-boxes {
    margin-top: 0px;
  }
  .how-it-works .help-box {
    padding: 10px;
  }
  .how-it-works .help-box .help-items .help-steps {
    padding: 0;
    margin: 0;
  }
  .how-it-works .help-box .help-items .help-steps ol li {
    font-size: 14px !important;
    margin-bottom: 0px !important;
    padding-left: 0;
  }
  .how-it-works .help-box .help-items .help-steps ol li:before {
    width: 25px;
    height: 25px;
    font-size: 13px;
  }
  .how-it-works .help-box .help-items h3 {
    font-size: 18px !important;
    color: #3E4A60;
    font-size: 40px;
  }
}
.why-us {
  padding: 50px 0;
}
.why-us .why-us-block {
  padding: 130px 25px;
  text-align: center;
  height: 250px;
  position: relative;
  background-color: #f4f8fb;
  border: 1px solid #eaedef;
  border-radius: 5px;
  margin-bottom: 20px;
}
.why-us .why-us-block h2 {
  font-size: 24px;
}
.why-us .why-us-block .why-us-description {
  margin: 20px 0px;
}
.why-us .why-us-block i {
  position: absolute;
  position: absolute;
  top: 30%;
  display: block;
  right: 50%;
  transform: translate(50%, -50%);
  font-size: 50px;
}

/* contacts */
.contacts {
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #ECECEC;
  border-radius: 3px;
  padding-left: 260px;
}
.contacts .contact-items {
  padding: 0 10px;
  position: absolute;
  left: 0;
  top: 0;
}
.contacts .contact-items .contact-item {
  width: 240px;
  height: 190px;
  border-bottom: 1px solid #E2E2E2;
  background-color: #fff;
  position: relative;
  text-align: center;
}
.contacts .contact-items .contact-item:last-child {
  border: 0;
}
.contacts .contact-items .contact-item .contact-item-info {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 16px;
}
.contacts .contact-items .contact-item .contact-item-info h2 {
  font-size: 16px;
}
.contacts .contact-items .contact-item .contact-item-info i {
  color: #00AEEF;
  display: block;
  font-size: 30px;
  margin-bottom: 14px;
}
.contacts .contact-items .contact-item .contact-item-info a {
  color: #2b2b2b;
}
.contacts .contact-items .contact-item .contact-item-info label {
  color: #2b2b2b;
}
.contacts .map-iframe iframe {
  pointer-events: none;
  display: block;
  width: 100%;
  height: 570px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .contacts {
    padding-left: 0px !important;
    border-bottom: none;
  }
  .contacts .contact-items {
    position: relative;
  }
  .contacts .contact-items .contact-item {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .contacts {
    padding-left: 0px !important;
    border-bottom: none;
  }
  .contacts .contact-items {
    position: relative;
  }
  .contacts .contact-items .contact-item {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .contacts {
    padding-left: 0px !important;
    border-bottom: none;
  }
  .contacts .contact-items {
    position: relative;
  }
  .contacts .contact-items .contact-item {
    width: 100%;
  }
}

/* Footer style */
footer {
  /*overflow: hidden;
  background-attachment: fixed;
  width: 100%;
  background-repeat: repeat;
  */
  /* Footer style */
  /* Footer style */
  /* Footer style */
  background-color: #0098ef;
}
footer .footer-navbar {
  text-align: right;
  background-color: rgba(255, 255, 255, 0.1);
  padding-top: 10px;
  height: 62px;
}
footer .footer-navbar ul {
  display: inline-block;
  list-style: none;
  text-align: center;
  /* left: 50%; */
  /* padding: 0; */
  /* margin-left: 50%; */
  /* -webkit-transform: translateX(-50%); */
  /* transform: translateX(-50%); */
}
footer .footer-navbar ul li {
  float: left;
  margin-left: 0px;
  cursor: pointer;
}
footer .footer-navbar ul li a {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  font-family: "RobotoLight", sans-serif;
  color: #fff;
}
footer .footer-navbar ul li a:after {
  content: "";
  background-color: #2b2b2b;
  width: 0;
  height: 1px;
  display: block;
  margin-top: 5px;
  transition-duration: 0.3s;
}
footer .footer-navbar ul li a:hover {
  color: #2b2b2b;
  background-color: transparent;
}
footer .footer-navbar ul li a:hover:after {
  width: 100%;
}
footer .footer-menu {
  padding: 45px 0;
  background-color: transparent;
}
footer .footer-menu .nav-menu-footer .dropdown > a {
  color: #fff;
  margin-right: 20px;
  text-align: left;
  font-size: 16px;
  border-bottom: 1px solid #66C7F5;
  padding: 3px;
  text-transform: uppercase;
  white-space: nowrap;
}
footer .footer-menu .nav-menu-footer .dropdown > a .caret {
  display: none;
}
footer .footer-menu .nav-menu-footer .dropdown > a:hover {
  background-color: transparent;
}
footer .footer-menu .nav-menu-footer .dropdown > a:last-child {
  margin-right: 0;
}
footer .footer-menu .nav-menu-footer .dropdown .dropdown-menu {
  display: block;
  position: relative;
  background-color: transparent;
  box-shadow: none;
  border: 0;
  float: none;
}
footer .footer-menu .nav-menu-footer .dropdown .dropdown-menu li a {
  margin-right: 20px;
  padding: 3px;
  color: #fff;
  font-size: 13px;
}
footer .footer-menu .nav-menu-footer .dropdown .dropdown-menu li a img {
  display: none;
}
footer .footer-menu .nav-menu-footer .dropdown .dropdown-menu li a:hover {
  color: #2b2b2b;
  background-color: transparent;
}
footer .footer-bottom {
  padding: 20px;
  border-bottom: 1px solid #33B3F2;
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .footer-bottom .footer-logo {
    text-align: center;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  footer .footer-bottom .footer-logo {
    text-align: center;
  }
}
@media (max-width: 479px) {
  footer .footer-bottom .footer-logo {
    text-align: center;
  }
}
footer .footer-bottom .footer-logo img {
  height: 56px;
}
@media (max-width: 767px) {
  footer .footer-bottom .footer-logo img {
    height: 30px;
  }
}
footer .footer-bottom .usefull-links a img {
  height: 78px;
  margin: 5px 5px;
  border: 1px solid #8DC8F5;
  padding: 10px;
  transition: all 0.2s ease-out 0s;
}
footer .footer-bottom .usefull-links a img:hover {
  transform: scale(1.1, 1.1);
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .footer-bottom .usefull-links {
    text-align: center;
    margin: 20px auto 5px auto;
    width: 100%;
  }
  footer .footer-bottom .usefull-links a img {
    padding: 2px !important;
    height: 60px;
    text-align: center !important;
    margin: 5px !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  footer .footer-bottom .usefull-links {
    text-align: center;
    margin: 20px auto 5px auto;
    width: 100%;
  }
  footer .footer-bottom .usefull-links a img {
    padding: 2px !important;
    height: 45px;
    text-align: center !important;
    margin: 5px !important;
  }
}
@media (max-width: 479px) {
  footer .footer-bottom .usefull-links {
    text-align: center;
    margin: 20px auto 5px auto;
    width: 100%;
    max-width: 300px;
  }
  footer .footer-bottom .usefull-links a img {
    padding: 2px !important;
    height: 28px !important;
    text-align: center !important;
    margin: 0px !important;
  }
}
footer .footer-bottom .topbar-contacts li {
  padding: 0 20px;
  line-height: 40px;
  background-color: transparent;
  color: #fff;
  margin-left: -3px;
}
footer .footer-bottom .topbar-contacts li a {
  color: #fff;
  font-size: 16px;
  font-family: "RobotoLight", sans-serif;
}
footer .footer-bottom .topbar-contacts li a i {
  margin-right: 6px;
}
footer .footer-bottom .topbar-contacts li a:hover {
  color: #000;
}
footer .footer-bottom .topbar-contacts li:first-child {
  padding: 0;
}
@media (max-width: 479px) {
  footer .footer-bottom .topbar-contacts li {
    width: 50%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  footer .footer-bottom .topbar-contacts li {
    width: 50%;
  }
}
footer .footer-bottom .social-links-div {
  margin-top: 30px;
}
footer .footer-bottom .social-links-div div {
  color: #8DC8F5;
  font-size: 16px;
  float: left;
}
footer .footer-bottom .social-links-div:hover div {
  color: #fff;
}
footer .footer-bottom .social-links-div .social-links {
  list-style: none;
  margin: 0;
}
footer .footer-bottom .social-links-div .social-links li {
  float: left;
}
footer .footer-bottom .social-links-div .social-links li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #8DC8F5;
  text-align: center;
  color: #00A4EF;
  font-size: 20px;
  margin-left: 15px;
}
footer .footer-bottom .social-links-div .social-links li a i {
  padding: 6px 5px;
  display: block;
}
footer .footer-bottom .social-links-div .social-links li a:hover {
  background-color: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .footer-bottom .social-links-div .social-links {
    padding: 0px !important;
  }
  footer .footer-bottom .social-links-div div {
    margin: 15px;
    float: none !important;
    display: flex;
    justify-content: center;
  }
  footer .footer-bottom .social-links-div ul {
    display: flex;
    justify-content: center;
  }
  footer .footer-bottom .social-links-div ul li a {
    width: 40px !important;
    height: 40px !important;
    font-size: 28px !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  footer .footer-bottom .social-links-div .social-links {
    padding: 0px !important;
  }
  footer .footer-bottom .social-links-div div {
    margin: 15px;
    float: none !important;
    display: flex;
    justify-content: center;
  }
  footer .footer-bottom .social-links-div ul {
    display: flex;
    justify-content: center;
  }
  footer .footer-bottom .social-links-div ul li a {
    width: 35px !important;
    height: 35px !important;
    font-size: 24px !important;
  }
}
@media (max-width: 479px) {
  footer .footer-bottom .social-links-div .social-links {
    padding: 0px !important;
  }
  footer .footer-bottom .social-links-div div {
    margin: 15px;
    float: none !important;
    display: flex;
    justify-content: center;
  }
  footer .footer-bottom .social-links-div ul {
    display: flex;
    justify-content: center;
  }
  footer .footer-bottom .social-links-div ul li a {
    width: 30px !important;
    height: 30px !important;
    font-size: 20px !important;
  }
}
footer .footer-bottom .copyright {
  text-align: left;
  color: #8DC8F5;
  font-size: 16px;
  margin-top: 30px;
}
@media (min-width: 480px) and (max-width: 767px) {
  footer .footer-bottom .copyright {
    text-align: center !important;
  }
}
@media (max-width: 479px) {
  footer .footer-bottom .copyright {
    text-align: center !important;
  }
}
footer .footer-bottom .copyright:hover {
  color: #fff;
}
footer .footer-bottom .developed-by {
  text-align: right;
  color: #8DC8F5;
  font-size: 16px;
  margin-top: 30px;
}
@media (min-width: 480px) and (max-width: 767px) {
  footer .footer-bottom .developed-by {
    text-align: center !important;
  }
}
@media (max-width: 479px) {
  footer .footer-bottom .developed-by {
    text-align: center !important;
  }
}
footer .footer-bottom .developed-by a {
  color: #8DC8F5;
  text-decoration: underline;
}
footer .footer-bottom .developed-by .fa-heart {
  font-size: 18px;
  color: #8079A1;
}
footer .footer-bottom .developed-by:hover {
  color: #fff;
}
footer .footer-bottom .developed-by:hover a {
  color: #fff;
}
footer .footer-bottom .developed-by:hover .fa-heart {
  color: red;
}
footer .footer-bottom .part-of {
  text-align: right;
}
@media (max-width: 991px) {
  footer .footer-bottom .footer-links, footer .footer-bottom .copyright-block {
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f0f1f2;
  }
  footer .footer-bottom .part-of {
    text-align: center;
  }
}
footer .contacts-items {
  text-align: center;
}
footer .contacts-items a {
  font-size: 18px;
}
footer .contacts-items a .fa-stack-1x {
  font-size: 16px;
}
footer .contacts-items a:hover {
  color: #000;
}
footer .footerTitle {
  display: block;
  margin-bottom: 30px;
}
footer .footerTitle h4 {
  font-size: 20px;
  margin: 0;
  font-family: "Dosis", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
}
footer .copyRight .list-inline li a {
  display: block;
  text-align: center;
  border-radius: 100%;
  color: #ffffff;
}
footer .bg-color-1, footer .courseList .media-body .list-inline.btnPart.btn-yellow > li a.btn-primary:hover {
  background-color: #3b68ff !important;
}
footer .copyRight .list-inline li a {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
}

.footer-links {
  margin-bottom: 20px;
}
.footer-links .part-of {
  margin: 15px;
}
.footer-links .part-of img {
  width: 170px;
}
.footer-links .links a {
  font-size: 18px;
  display: inline-block;
  padding-right: 25px;
  transition: all 0.3s;
  color: #8DC8F5;
}
.footer-links .links a:hover {
  color: #fff;
}
.footer-links .links a:last-child {
  background: none;
}
.footer-links .links a.active {
  color: #fff;
}

/* Topbar styles */
.mobile-header {
  padding: 30px 0;
  border-bottom: 1px solid #4DB6F4;
}
@media (max-width: 767px) {
  .mobile-header {
    padding: 10px 0 0 0;
  }
}
.mobile-header .navbar-brand {
  float: none;
  padding: 0;
  display: block;
  position: relative;
}
.mobile-header .navbar-brand img {
  height: 32px;
}
.mobile-header .lang-bar {
  padding-top: 9px;
}
@media (max-width: 767px) {
  .mobile-header .lang-bar {
    padding: 0;
  }
  .mobile-header .lang-bar li {
    padding-left: 0 !important;
  }
}
.mobile-header .lang-bar a {
  color: #fff;
}

.mobile-menu-button {
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 1000;
  color: #fff;
}
@media (max-width: 767px) {
  .mobile-menu-button {
    top: 0;
  }
}
.mobile-menu-button .hamburger-inner, .mobile-menu-button .hamburger-inner::before, .mobile-menu-button .hamburger-inner::after {
  height: 2px;
}

.mobile-menu-wrapper {
  z-index: 1000;
  display: none;
  top: 0;
  position: absolute;
  background-color: #0090EF;
  min-height: 100vh;
  width: 100%;
  padding-top: 100px;
}
.mobile-menu-wrapper .nav a:focus, .mobile-menu-wrapper .nav a:hover {
  color: #fff !important;
  background-color: transparent;
}
.mobile-menu-wrapper .mobile-menu-close {
  font-size: 40px;
  text-align: right;
}
.mobile-menu-wrapper .mobil-mega-menu .menu-separator {
  height: 1px;
  width: 100%;
  background-color: #48BCF3;
  margin: 15px 0;
}
.mobile-menu-wrapper .mobil-mega-menu .site-menu {
  position: relative;
}
.mobile-menu-wrapper .mobil-mega-menu .site-menu a {
  font-size: 18px;
  padding: 4px 0px !important;
  color: #fff;
}
.mobile-menu-wrapper .mobil-mega-menu .site-menu:after {
  margin-top: 30px;
  font-family: Roboto;
  font-weight: 700;
  display: block;
  content: "MENU";
  position: absolute;
  right: 0;
  top: 60%;
  transform: translate(0, -50%) rotate(90deg);
  color: #0097EF;
  font-size: 30px;
  transform-origin: 100% 0;
}
.mobile-menu-wrapper .mobil-mega-menu .portal-menu {
  position: relative;
}
.mobile-menu-wrapper .mobil-mega-menu .portal-menu a {
  text-transform: uppercase;
  font-size: 18px;
  padding: 4px 0px !important;
  color: #fff;
}
.mobile-menu-wrapper .mobil-mega-menu .portal-menu .dropdown-menu {
  min-width: 100%;
  border: 0;
  border-radius: 0;
  margin-top: 0px;
  margin-bottom: 15px;
  margin-left: 15px;
  padding: 0;
  position: relative;
  background-color: transparent;
  box-shadow: none;
}
.mobile-menu-wrapper .mobil-mega-menu .portal-menu .dropdown-menu li a {
  color: #fff !important;
  font-size: 14px;
}
.mobile-menu-wrapper .mobil-mega-menu .portal-menu .dropdown-menu li a img {
  height: 20px;
  padding-right: 10px;
  display: none;
}
.mobile-menu-wrapper .mobil-mega-menu .portal-menu:after {
  font-family: Roboto;
  font-weight: 700;
  display: block;
  content: "PORTAL MENU";
  position: absolute;
  right: 0;
  top: 80%;
  transform: translate(0, 50%) rotate(90deg);
  color: #0097EF;
  font-size: 30px;
  transform-origin: 100% 0;
  white-space: nowrap;
}
.mobile-menu-wrapper .mobil-mega-menu .topbar-contacts {
  margin: 0 0px 50px 0px;
}
.mobile-menu-wrapper .mobil-mega-menu .topbar-contacts a {
  color: #fff;
  font-size: 16px;
}
.mobile-menu-wrapper .mobil-mega-menu .topbar-contacts a i {
  margin-right: 10px;
}
.mobile-menu-wrapper .mobil-mega-menu .topbar-contacts a:first-child {
  margin-right: 50px;
}
.mobile-menu-wrapper .mobil-mega-menu .login-bar {
  margin-left: 10px;
  margin-bottom: 40px;
  margin-top: -70px;
}
.mobile-menu-wrapper .mobil-mega-menu .login-bar .login-btn {
  border: 1px solid #fff;
  text-align: center;
  display: block;
  padding: 0px 20px;
  border-radius: 3px;
  line-height: 35px;
  color: #fff;
}

/* Icbari style */
.w-50 {
  width: 50%;
}

.w-100 {
  width: 100%;
}

.border-right-none {
  border-right: 0 !important;
}

.border-left-none {
  border-left: 0 !important;
}

.border-right-radius-none {
  border-top-right-radius: 0% !important;
  border-bottom-right-radius: 0% !important;
}

.border-left-radius-none {
  border-top-left-radius: 0% !important;
  border-bottom-left-radius: 0% !important;
}

.hidden-step {
  display: none;
}

.insurance-steps {
  overflow: hidden;
  padding: 10px 50px;
  border: 1px solid #ECECEC;
}
@media (max-width: 991px) {
  .insurance-steps {
    padding: 10px 5px;
  }
}
@media (max-width: 767px) {
  .insurance-steps {
    padding: 10px 5px;
  }
}
.insurance-steps .insurance-step {
  min-height: 100px;
  clear: both;
  width: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.insurance-steps .insurance-step .step-number {
  width: 5%;
}
.insurance-steps .insurance-step .step-number span {
  display: block;
  background-color: #D6D6D6;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  padding-top: 3px;
  margin: 0;
  font-size: 22px;
  font-weight: bold;
  background-clip: content-box;
  padding: 3px;
  border: 3px solid;
  border-color: #D6D6D6;
}
@media (max-width: 767px) {
  .insurance-steps .insurance-step .step-number span {
    width: 40px;
    height: 40px;
    font-size: 17px;
  }
}
.insurance-steps .insurance-step .step-number:before {
  content: "";
  height: 100%;
  background-color: #D6D6D6;
  border-color: #D6D6D6;
  width: 4px;
  position: absolute;
  top: 50px;
  left: 23px;
}
@media (max-width: 767px) {
  .insurance-steps .insurance-step .step-number:before {
    top: 40px;
    left: 18px;
  }
}
.insurance-steps .insurance-step .step-number:after {
  content: "";
  background-color: #D6D6D6;
  width: 4px;
  position: absolute;
  top: 50px;
  left: 23px;
  transition: all 0.5s ease-in 0s;
  height: 0;
}
@media (max-width: 767px) {
  .insurance-steps .insurance-step .step-number:after {
    top: 40px;
    left: 18px;
  }
}
.insurance-steps .insurance-step .step-content {
  width: 90%;
  margin-left: 40px;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .insurance-steps .insurance-step .step-content {
    width: 89%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .insurance-steps .insurance-step .step-content {
    width: 83%;
  }
}
@media (max-width: 479px) {
  .insurance-steps .insurance-step .step-content {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .insurance-steps .insurance-step .step-content {
    margin-left: 30px;
  }
}
.insurance-steps .insurance-step .step-content label {
  padding-bottom: 15px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .insurance-steps .insurance-step .step-content label {
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 30px;
  }
}
@media (max-width: 479px) {
  .insurance-steps .insurance-step .step-content label {
    padding-top: 10px;
    padding-bottom: 30px;
    font-size: 12px;
  }
}
.insurance-steps .insurance-step .step-content .step-result {
  display: none;
  border: 1px solid #00AEEF;
  padding: 12px 20px;
  font-weight: normal;
  margin: 10px 0;
  font-size: 15px;
  background-color: #00AEEF;
  color: #fff;
}
@media (max-width: 767px) {
  .insurance-steps .insurance-step .step-content .step-result {
    padding: 3px;
    font-size: 12px;
    line-height: 20px;
  }
}
.insurance-steps .insurance-step .step-content .step-result i {
  margin: 0 2px;
}
.insurance-steps .insurance-step .step-content .step-result > div > div {
  border-bottom: 1px solid white;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.insurance-steps .insurance-step .step-content .step-result > div > div:last-child {
  border: 0;
  padding: 0;
  margin: 0;
}
.insurance-steps .insurance-step .step-content .step-result div .edit-field-btn, .insurance-steps .insurance-step .step-content .step-result div .save-field-btn {
  margin-left: 20px;
  background-color: rgb(56, 158, 61);
  border: 1px solid green;
  padding: 5px 15px;
}
.insurance-steps .insurance-step .step-content .step-result div .edit-property-field-btn, .insurance-steps .insurance-step .step-content .step-result div .save-property-field-btn {
  margin-left: 20px;
  background-color: rgb(56, 158, 61);
  border: 1px solid green;
  padding: 5px 15px;
}
.insurance-steps .insurance-step .step-content .step-result div .edit-travel-field-btn, .insurance-steps .insurance-step .step-content .step-result div .save-travel-field-btn {
  margin-left: 10px;
  background-color: rgb(56, 158, 61);
  border: 1px solid green;
  padding: 5px 15px;
}
.insurance-steps .insurance-step .step-content .step-result div .delete-travel-field-btn {
  margin-left: 10px;
  background-color: #C9302C;
  border: 1px solid #C9302C;
  padding: 5px 15px;
}
@media (max-width: 991px) {
  .insurance-steps .insurance-step .step-content .step-result div .edit-field-btn, .insurance-steps .insurance-step .step-content .step-result div .save-field-btn {
    margin-left: 0px;
  }
  .insurance-steps .insurance-step .step-content .step-result div .edit-travel-field-btn, .insurance-steps .insurance-step .step-content .step-result div .save-travel-field-btn, .insurance-steps .insurance-step .step-content .step-result div .delete-travel-field-btn {
    margin-left: 0px;
  }
  .insurance-steps .insurance-step .step-content .step-result div .edit-property-field-btn, .insurance-steps .insurance-step .step-content .step-result div .save-property-field-btn {
    margin-left: 0px;
  }
}
.insurance-steps .insurance-step .step-content .step-result div .save-input-field {
  display: none;
}
.insurance-steps .insurance-step .step-content .step-result div .save-input-field input[type=text] {
  display: inline-block;
  color: #3c4961;
  /* height: 30px; */
  margin-bottom: 10px;
  max-width: 230px;
}
.insurance-steps .insurance-step .step-content .step-result div .save-input-field input[type=number] {
  display: inline-block;
  color: #3c4961;
  /* height: 30px; */
  margin-bottom: 10px;
  max-width: 230px;
}
.insurance-steps .insurance-step .step-content .step-result div .save-input-field .error-input {
  border: 1px solid #ffa6a6;
  background-color: #ffe8e8;
}
.insurance-steps .insurance-step .step-content .step-result div .save-input-field .phone-help-text {
  color: #ffc500;
  margin-left: 20px;
}
@media (max-width: 991px) {
  .insurance-steps .insurance-step .step-content .step-result div .save-input-field .phone-help-text {
    display: block;
    margin-left: 0px;
  }
}
.insurance-steps .insurance-step .step-content .step-result-error {
  display: block;
  background-color: #d45353;
  border: 1px solid #d01f1f;
}
.insurance-steps .insurance-step .step-content .step-title {
  font-weight: bold;
  /*height: 40px;*/
  padding: 6px 26px 6px 0;
  font-size: 18px;
  margin-bottom: 20px;
  color: #2b2b2b;
}
@media (max-width: 767px) {
  .insurance-steps .insurance-step .step-content .step-title {
    margin-bottom: 0;
    padding: 8px 2px 6px 0;
    font-size: 12px;
  }
}
.insurance-steps .insurance-step .step-content label {
  color: #2b2b2b;
}
.insurance-steps .insurance-step .step-content .has-error label {
  color: #c30606;
}
.insurance-steps .insurance-step .step-content .has-error input[type=text], .insurance-steps .insurance-step .step-content .has-error input[type=number] {
  border-color: #c30606;
}
.insurance-steps .insurance-step .step-content .steps-actions {
  display: none;
  padding: 0 0 15px 0;
}
.insurance-steps .insurance-step .step-content .input-group-btn button {
  border-radius: 1px;
  border: 2px solid #6F6F6F;
  height: 55px;
  font-size: 18px;
  padding: 10px 10px;
  padding-right: 40px;
  text-transform: uppercase;
  border: 2px solid #00AEEF;
  color: #2b2b2b;
}
@media (min-width: 480px) and (max-width: 767px) {
  .insurance-steps .insurance-step .step-content .input-group-btn button {
    font-size: 12px;
  }
}
@media (max-width: 479px) {
  .insurance-steps .insurance-step .step-content .input-group-btn button {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .insurance-steps .insurance-step .step-content .input-group-btn button {
    height: 44px;
  }
}
.insurance-steps .insurance-step .step-content input[type=text], .insurance-steps .insurance-step .step-content input[type=number], .insurance-steps .insurance-step .step-content select {
  border-radius: 1px;
  border: 2px solid #00AEEF;
  height: 55px;
  font-size: 18px;
  padding: 10px 10px;
  display: block;
  padding-right: 40px;
  color: #2b2b2b;
}
@media (min-width: 480px) and (max-width: 767px) {
  .insurance-steps .insurance-step .step-content input[type=text], .insurance-steps .insurance-step .step-content input[type=number], .insurance-steps .insurance-step .step-content select {
    font-size: 12px;
  }
}
@media (max-width: 479px) {
  .insurance-steps .insurance-step .step-content input[type=text], .insurance-steps .insurance-step .step-content input[type=number], .insurance-steps .insurance-step .step-content select {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .insurance-steps .insurance-step .step-content input[type=text], .insurance-steps .insurance-step .step-content input[type=number], .insurance-steps .insurance-step .step-content select {
    height: 44px;
  }
}
.insurance-steps .insurance-step .step-content #autoNumber, .insurance-steps .insurance-step .step-content #autoBanNumber {
  /*width: 250px;*/
}
.insurance-steps .insurance-step .step-content .btn-next {
  background-color: white;
  border-radius: 1px;
  font-size: 19px;
  padding: 10px 20px;
  height: 55px;
  font-weight: bold;
  color: #fff;
  background-color: #00AEEF !important;
  float: right;
  border: 0;
}
@media (max-width: 767px) {
  .insurance-steps .insurance-step .step-content .btn-next {
    font-size: 12px;
    font-weight: normal;
    padding: 7px 17px;
    height: 30px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .insurance-steps .insurance-step .step-content .btn-next {
    font-size: 12px;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 5px;
    height: 40px;
  }
}
@media (max-width: 479px) {
  .insurance-steps .insurance-step .step-content .btn-next {
    font-size: 12px;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 5px;
    height: 40px;
  }
}
.insurance-steps .insurance-step .step-content .btn-cancel {
  background-color: white;
  margin: 0 5px;
  border-radius: 1px;
  font-size: 19px;
  padding: 10px 20px;
  height: 55px;
  font-weight: bold;
  color: #fff;
  background-color: #C9302C !important;
  float: right;
  border: 0;
}
@media (max-width: 767px) {
  .insurance-steps .insurance-step .step-content .btn-cancel {
    font-size: 12px;
    padding: 7px 17px;
    height: 40px;
  }
}
.insurance-steps .insurance-step .step-content .add-family-user {
  background-color: white;
  border-radius: 1px;
  font-size: 19px;
  padding: 10px 20px;
  height: 55px;
  font-weight: normal;
  color: #fff;
  background-color: #00AEEF !important;
  float: left;
  border: 0;
}
.insurance-steps .insurance-step .step-content .workflow {
  padding-right: 30px;
  border-right: 1px solid #d6d6d6;
  min-height: 160px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .insurance-steps .insurance-step .step-content .workflow {
    padding-right: 0;
    border-right: 0;
  }
}
.insurance-steps .insurance-step .step-content .workflow .error-text-field {
  display: none;
  transition: all 1s;
}
.insurance-steps .insurance-step .step-content .workflow .has-error .input-field {
  overflow: hidden;
}
.insurance-steps .insurance-step .step-content .workflow .has-error .input-field input {
  float: left;
  background: url("../images/icons/danger.png") 95% 15px no-repeat;
  background-size: 20px;
  border-color: #a94442 !important;
}
.insurance-steps .insurance-step .step-content .workflow .has-error .input-field .error-text-field {
  display: block;
  float: left;
  margin-left: 10px;
  margin-top: 15px;
  color: #a94442 !important;
  font-weight: bold;
}
.insurance-steps .insurance-step .no-help .workflow {
  padding-right: 0px;
  border-right: 0px solid #d6d6d6;
}
.insurance-steps .insurance-step-date .bootstrap-datetimepicker-widget table td.disabled, .insurance-steps .insurance-step-date .bootstrap-datetimepicker-widget table td.disabled:hover {
  color: #f00;
}
.insurance-steps .insurance-step-date .insured-block {
  display: none;
}
.insurance-steps .insurance-step-payment .congrats h3 {
  color: #039a03;
}
.insurance-steps .insurance-step-payment .payment-window iframe {
  width: 100%;
  height: 800px;
  border: 0;
}
.insurance-steps .insurance-step-finish .step-number:before, .insurance-steps .insurance-step-finish .step-number:after {
  display: none;
}
.insurance-steps .insurance-step-finish .policy-cover {
  width: 100%;
}
.insurance-steps .insurance-step-finish .policy-result {
  display: none;
  padding: 20px 0;
}
.insurance-steps .insurance-step-finish .policy-result-template {
  display: none;
}
.insurance-steps .insurance-step-finish .policy-actions .help-title {
  font-size: 18px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 15px;
}
.insurance-steps .insurance-step-finish .policy-actions ul {
  list-style: none;
  padding-left: 10px;
  margin-top: 20px;
}
.insurance-steps .insurance-step-finish .policy-actions ul li {
  background-repeat: no-repeat;
  background-position: 0px 10px;
  background-size: 26px;
  padding: 10px;
  padding-left: 40px;
  font-size: 16px;
}
.insurance-steps .insurance-step-finish .policy-actions ul .download {
  background-image: url("/public/images/icons/download.png");
}
.insurance-steps .insurance-step-finish .policy-actions ul .print {
  background-image: url("/public/images/icons/print.png");
}
.insurance-steps .insurance-step-finish .policy-actions ul .whatsapp {
  background-image: url("/public/images/icons/whatsapp.png");
}
.insurance-steps .insurance-step-finish .policy-actions ul .mail {
  background-image: url("/public/images/icons/mail.png");
}
.insurance-steps .insurance-step-finish .policy-actions ul .user {
  background-image: url("/public/images/icons/user.png");
}
.insurance-steps .insurance-step-finish .policy-actions ul .delimeter {
  border-bottom: 1px solid #efefef;
  padding: 5px 0;
}
.insurance-steps .disabled-step .step-content .step-title {
  color: #d6d6d6;
}
.insurance-steps .active-step .step-content .steps-actions {
  display: block;
}
.insurance-steps .active-step .step-number span {
  background-color: #00AEEF;
  border-color: #00AEEF;
}
.insurance-steps .active-step .step-number:after {
  height: 100%;
  background-color: #00AEEF;
}
.insurance-steps .success-step .step-content .step-result {
  display: block;
}
.insurance-steps .success-step .step-title {
  cursor: pointer;
}
.insurance-steps .success-step .step-title:after {
  content: "\f040";
  font-family: FontAwesome;
  position: absolute;
  right: 5px;
  top: 0;
  /* top: 50%; */
  /* margin-top: -20px; */
  color: #3fa554;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}
.insurance-steps .success-step .step-number {
  cursor: pointer;
}
.insurance-steps .success-step .step-number span {
  background-color: #3FA554 !important;
  border-color: #3FA554 !important;
}
.insurance-steps .success-step .step-number:after {
  height: 100%;
  background-color: #3FA554 !important;
}
.insurance-steps .error-step .step-title {
  cursor: pointer;
}
.insurance-steps .error-step .step-title:after {
  content: "\f044";
  font-family: FontAwesome;
  position: absolute;
  right: 5px;
  color: #3fa554;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}
.insurance-steps .error-step .step-number {
  cursor: pointer;
}
.insurance-steps .error-step .step-number span {
  background-color: red !important;
  border-color: red !important;
}
.insurance-steps .error-step .step-number:after {
  height: 100%;
  background-color: red !important;
}
.insurance-steps .processing-step .step-title {
  cursor: pointer;
}
.insurance-steps .processing-step .step-number span {
  background-color: #ff8989 !important;
}
.insurance-steps .processing-step .step-number:after {
  height: 100%;
  background-color: #ff8989 !important;
}
.insurance-steps .inner-step .step-number span {
  font-size: 20px;
}
.insurance-steps .opacity-step {
  pointer-events: none;
  opacity: 0.4;
}
.insurance-steps .opacity-step .step-number span {
  background-color: #D6D6D6;
  border-color: #D6D6D6;
}
.insurance-steps .opacity-step .step-number:after {
  height: 100%;
  background-color: #D6D6D6;
}
.insurance-steps .opacity-step .step-content .btn-period-template {
  border: 2px solid #D6D6D6 !important;
}
.insurance-steps .opacity-step .step-content .btn-next {
  background-color: #D6D6D6 !important;
}
.insurance-steps .opacity-step .step-content i {
  color: #D6D6D6 !important;
}
.insurance-steps .opacity-step .step-content .upper-boxes-list .upper-boxes {
  border: 1px solid #D6D6D6 !important;
}
.insurance-steps .opacity-step .step-content .input-group-btn button {
  border: 1px solid #D6D6D6 !important;
}
.insurance-steps .opacity-step input {
  border: 1px solid #D6D6D6 !important;
}
.insurance-steps .opacity-step select {
  border: 1px solid #D6D6D6 !important;
}
.insurance-steps .opacity-step .step-title {
  cursor: not-allowed;
}
.insurance-steps .opacity-step .step-title:after {
  display: none;
}
.insurance-steps .opacity-step .edit-field-btn {
  display: none;
}
.insurance-steps .opacity-step .edit-travel-field-btn {
  display: none;
}
.insurance-steps .opacity-step .edit-property-field-btn {
  display: none;
}
.insurance-steps .locked-step .step-title {
  cursor: not-allowed;
}
.insurance-steps .locked-step .step-title:after {
  display: none;
}
.insurance-steps .locked-step .edit-field-btn {
  display: none;
}
.insurance-steps .locked-step .edit-travel-field-btn {
  display: none;
}
.insurance-steps .locked-step .edit-property-field-btn {
  display: none;
}
.insurance-steps .finish-step .step-content .steps-actions {
  display: block;
}
.insurance-steps .finish-step .step-content .step-result {
  display: block;
}
.insurance-steps .insurance-step-error.error-step .step-content .step-title:after {
  display: none;
}

.begin-steps .workflow {
  border: 0 !important;
}
.begin-steps .step-help-col {
  display: none;
}

.block {
  display: block !important;
}

.step-number, .step-content {
  float: left;
}

.step-help-col {
  transition: all 0.2s ease-in 0s;
}
.step-help-col .btn-info {
  margin-bottom: 10px;
  width: 250px;
  display: block;
}
@media (max-width: 479px) {
  .step-help-col {
    margin-bottom: 20px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .step-help-col {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .step-help-col {
    margin-top: 10px;
  }
}
.step-help-col .step-help .step-help-images {
  padding: 10px 0;
}
.step-help-col .step-help .step-help-images img {
  max-width: 100%;
  transition: all 0.2s ease-in 0s;
  border-radius: 18px;
}
.step-help-col .modal .step-help .step-help-images {
  text-align: center;
}
.step-help-col .modal .step-help .step-help-images img {
  width: 100%;
}
@media (max-width: 767px) {
  .step-help-col .modal .step-help .step-help-images img {
    width: 60%;
  }
}

.insurance-price {
  border-radius: 3px;
  background-color: #FFFFFF;
  border: 1px solid #C5D6EA;
  /*padding: 20px 10px 20px 0px;*/
  padding: 0 10px 0 0;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .insurance-price {
    padding: 0;
    height: auto;
  }
  .insurance-price .col-xs-12 .insurance-action {
    margin: 0;
  }
  .insurance-price .col-xs-12 .insurance-action .order-insurance-button, .insurance-price .col-xs-12 .insurance-action .order-btn {
    width: 100% !important;
    height: 40px !important;
  }
}
.insurance-price:hover {
  cursor: pointer;
  -webkit-box-shadow: 0px 8px 5px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 8px 5px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 8px 5px 4px rgba(0, 0, 0, 0.15);
}
.insurance-price .insurance-sum {
  text-align: center;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .insurance-price .insurance-sum {
    padding: 5px 0;
  }
}
.insurance-price .insurance-sum .sum-result {
  font-size: 20px;
  margin-top: 3px;
  display: none;
}
@media (max-width: 767px) {
  .insurance-price .insurance-sum .sum-result {
    font-size: 20px;
    margin-top: 9px;
  }
}
@media (max-width: 767px) {
  .insurance-price .insurance-sum .calculate-preloader {
    width: 25px;
    margin: 5px;
  }
}
.insurance-price .insurance-logo {
  text-align: center;
}
.insurance-price .insurance-logo img {
  height: 75px;
  padding: 10px;
}
@media (max-width: 767px) {
  .insurance-price .insurance-logo img {
    height: 80px;
    padding: 5px;
  }
}
.insurance-price .insurance-action {
  margin-top: 20px;
  text-align: right;
}
.insurance-price .insurance-action .order-insurance-button, .insurance-price .insurance-action .order-btn {
  width: 120px !important;
  height: 39px !important;
  background-color: #00AEEF !important;
  color: #fff !important;
  font-size: 1.2em !important;
}
@media (max-width: 767px) {
  .insurance-price .insurance-action .order-insurance-button, .insurance-price .insurance-action .order-btn {
    height: 40px !important;
    font-size: 1em !important;
  }
}
.insurance-price .insurance-action .company-error {
  height: 39px !important;
  background-color: #276f99 !important;
  color: #fff !important;
  font-size: 1.2em !important;
}
.insurance-price .insurance-action .company-error i {
  margin: 5px;
}
@media (max-width: 767px) {
  .insurance-price .insurance-action .company-error {
    height: 30px !important;
    font-size: 1em !important;
  }
}
.insurance-price .insurance-action .disabled-button, .insurance-price .insurance-action button[disabled] {
  background-color: #d2d6dc !important;
  border-color: #bec4cc;
  cursor: not-allowed;
}
.insurance-price .life-insurance-action .order-insurance-button, .insurance-price .life-insurance-action .order-btn {
  width: 100% !important;
  height: 40px !important;
  background-color: #00AEEF !important;
  color: #fff !important;
  font-size: 1.2em !important;
}
@media (max-width: 767px) {
  .insurance-price .life-insurance-action .order-insurance-button, .insurance-price .life-insurance-action .order-btn {
    height: 40px !important;
    font-size: 1em !important;
  }
}
.insurance-price .life-insurance-action .company-error {
  height: 40px !important;
  background-color: #276f99 !important;
  color: #fff !important;
  font-size: 1.2em !important;
}
.insurance-price .life-insurance-action .company-error i {
  margin: 5px;
}
@media (max-width: 767px) {
  .insurance-price .life-insurance-action .company-error {
    height: 30px !important;
    font-size: 1em !important;
  }
}
.insurance-price .life-insurance-action .disabled-button, .insurance-price .life-insurance-action button[disabled] {
  background-color: #d2d6dc !important;
  border-color: #bec4cc;
  cursor: not-allowed;
}

.insurance-price.bestChoise {
  border: 3px solid #FF9607;
  -webkit-animation: Pulse 3s infinite ease-in-out;
  -o-animation: Pulse 3s infinite ease-in-out;
  -ms-animation: Pulse 3s infinite ease-in-out;
  -moz-animation: Pulse 3s infinite ease-in-out;
  animation: Pulse 3s infinite ease-in-out;
}

.insurance-price .life-desc {
  padding-top: 10px;
  padding-left: 10px;
}

.hasCovidRisk {
  display: none;
  position: absolute;
  top: -10px;
  left: 15px;
  font-size: 14px;
  font-weight: bold;
  font-family: "Roboto";
  color: white;
  background: green;
  border-radius: 3px;
  padding: 0 5px;
  max-width: 220px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hasCovidRisk {
    top: -10px;
    left: 15px;
    max-width: 100%;
    color: white;
    background: green;
    border-radius: 5px;
    padding: 0 5px;
    z-index: 9999 !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .hasCovidRisk {
    top: 0;
    left: 0;
    position: relative;
    text-align: center;
    max-width: 100%;
    color: white;
    background: green;
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .hasCovidRisk {
    top: 0;
    left: 0;
    position: relative;
    text-align: center;
    padding: 0 35px;
    max-width: 100%;
    color: white;
    background: green;
  }
}

.bestChoiseLabel {
  display: none;
  position: absolute;
  top: 5px;
  left: 30%;
  font-size: 14px;
  font-weight: bold;
  font-family: "Roboto";
  color: #FF9607;
  max-width: 200px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .bestChoiseLabel {
    top: -10px;
    left: 12px;
    max-width: 100%;
    color: white;
    background: #FF9607;
    border-radius: 5px;
    padding: 0 5px;
    z-index: 9999 !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .bestChoiseLabel {
    top: 0;
    left: 0;
    position: relative;
    text-align: center;
    max-width: 100%;
    color: white;
    background: #FF9607;
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .bestChoiseLabel {
    top: 0;
    left: 0;
    position: relative;
    text-align: center;
    padding: 0 35px;
    max-width: 100%;
    color: white;
    background: #FF9607;
  }
}

.ulduzumLabel {
  display: none;
  position: absolute;
  top: 62px;
  left: 2%;
  font-size: 14px;
  font-weight: bold;
  font-family: "Roboto";
  color: white;
  background: red;
  border-radius: 3px;
  padding: 0 5px;
  max-width: 200px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ulduzumLabel {
    top: 62px;
    left: 12px;
    max-width: 100%;
    color: white;
    background: red;
    border-radius: 5px;
    padding: 0 5px;
    z-index: 9999 !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .ulduzumLabel {
    top: 0;
    left: 0;
    position: relative;
    text-align: center;
    max-width: 100%;
    color: white;
    background: red;
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .ulduzumLabel {
    top: 0;
    left: 0;
    position: relative;
    text-align: center;
    padding: 0 35px;
    max-width: 100%;
    color: white;
    background: red;
  }
}

@-webkit-keyframes Pulse {
  0% {
    -webkit-box-shadow: 0 0 10px rgba(255, 150, 7, 0.3);
  }
  50% {
    -webkit-box-shadow: 0 0 15px rgb(255, 150, 7);
  }
  100% {
    -webkit-box-shadow: 0 0 10px rgba(255, 150, 7, 0.3);
  }
}
@keyframes Pulse {
  0% {
    box-shadow: 0 0 10px rgba(255, 150, 7, 0.3);
  }
  50% {
    box-shadow: 0 0 15px rgb(255, 150, 7);
  }
  100% {
    box-shadow: 0 0 10px rgba(255, 150, 7, 0.3);
  }
}
.recommendedCompany .swal2-title {
  font-size: 20px !important;
  line-height: 30px !important;
  margin: 15px !important;
}

.icbari-insurance {
  background-color: #f9f9f9;
  padding: 10px 10px;
  border-radius: 10px;
  margin-bottom: 50px;
}
.icbari-insurance .insurance-period-template-item {
  min-height: 55px;
  margin-bottom: 15px;
}
.icbari-insurance .insurance-period-template-item .active {
  background-color: #00AEEF;
  border-color: #00AEEF;
  color: white;
}
.icbari-insurance .insurance-period-template-item .active:focus, .icbari-insurance .insurance-period-template-item .active:active, .icbari-insurance .insurance-period-template-item .active:hover {
  background-color: #00AEEF !important;
  border-color: #00AEEF;
  color: white;
}
.icbari-insurance .insurance-period-template-item .error {
  border-color: #a94442 !important;
}
.icbari-insurance .insurance-period-template-item .error:focus, .icbari-insurance .insurance-period-template-item .error:active, .icbari-insurance .insurance-period-template-item .error:hover {
  border-color: #a94442 !important;
}
.icbari-insurance .insurance-period-template-item .btn-period-template {
  border: 2px solid #D6D6D6;
  font-size: 18px;
  height: 55px;
  width: 100%;
}
@media (min-width: 480px) and (max-width: 767px) {
  .icbari-insurance .insurance-period-template-item .btn-period-template {
    font-size: 12px;
    margin-top: 5px;
  }
}
@media (max-width: 479px) {
  .icbari-insurance .insurance-period-template-item .btn-period-template {
    font-size: 12px;
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .icbari-insurance .insurance-period-template-item .btn-period-template {
    height: 44px;
  }
}
.icbari-insurance .insurance-step-userinfo .step-result .user-pin {
  text-transform: uppercase;
}
.icbari-insurance .btn-otp {
  height: 55px;
  background: #00aeef;
  border-color: #00aeef;
}

.icbari-insurance .title {
  text-align: center;
}

@media (min-width: 480px) and (max-width: 767px) {
  .select-legal-person {
    margin-bottom: 15px;
    width: 50%;
    float: right;
  }
}
@media (max-width: 479px) {
  .select-legal-person {
    margin-bottom: 15px;
    width: 50%;
    float: right;
  }
}

#icbari-date {
  padding: 20px 0;
  margin-top: 15px;
  background-color: #f9f9f9;
  border-radius: 3px;
  margin-bottom: 20px;
}

.icbari-insurance-loading {
  width: 100%;
  position: fixed;
  z-index: 12111;
  bottom: 0;
}
.icbari-insurance-loading .progress {
  height: 30px;
  margin-bottom: 0px;
  border-radius: 0px;
}
.icbari-insurance-loading .progress .progress-bar {
  font-size: 16px;
  width: 40%;
  padding: 5px;
  font-weight: bold;
}

.calculate-date-text {
  border: 1px solid #5486a2;
  padding: 12px 20px;
  font-weight: bold;
  margin: 10px 0 20px 0;
  font-size: 15px;
  background-color: #6B8DC0;
  color: #fff;
}

.tourist-insurance {
  background-color: #f9f9f9;
  position: relative;
  padding: 10px 10px;
  border-radius: 10px;
}
.tourist-insurance .insurance-steps .insurance-step .step-content {
  /*.trip-amounts{
  	margin: 20px 0;
  	.trip-amount{
  		width: 100%;
  		border: 1px solid red;
  		border: 2px solid #00AEEF;
  		border-radius: 3px;
  		cursor: pointer;
  		margin-bottom: 20px;

  		.amount-sum{
  			text-align: center;
  			font-size: 2em;
  			padding: 20px;

  			@include insure-min-sm{
  			    font-size: 14px;
  				padding: 5px;
  			}
  		}

  		&.active-amount, &:hover{
  			border-color: green;
  			background-color: #eff9ed;
  		}
  	}
  }*/
}
.tourist-insurance .insurance-steps .insurance-step .step-content .upper-boxes-list {
  margin: 20px 0;
}
.tourist-insurance .insurance-steps .insurance-step .step-content .upper-boxes-list .upper-boxes {
  width: 100%;
  height: 120px;
  float: left;
  margin-right: 20px;
  padding: 20px;
  position: relative;
  border: 1px solid red;
  border: 2px solid #00AEEF;
  border-radius: 3px;
  cursor: pointer;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .tourist-insurance .insurance-steps .insurance-step .step-content .upper-boxes-list .upper-boxes {
    height: 80px;
    margin-right: 10px;
    padding: 5px;
    margin-bottom: 10px;
  }
}
.tourist-insurance .insurance-steps .insurance-step .step-content .upper-boxes-list .upper-boxes .upper-boxes-title {
  text-align: center;
  font-weight: bold;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translatex(-50%);
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .tourist-insurance .insurance-steps .insurance-step .step-content .upper-boxes-list .upper-boxes .upper-boxes-title {
    font-size: 12px;
  }
}
.tourist-insurance .insurance-steps .insurance-step .step-content .upper-boxes-list .upper-boxes img {
  width: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -60%);
  display: block;
}
@media (max-width: 767px) {
  .tourist-insurance .insurance-steps .insurance-step .step-content .upper-boxes-list .upper-boxes img {
    width: 25px;
    top: 40%;
  }
}
.tourist-insurance .insurance-steps .insurance-step .step-content .upper-boxes-list .upper-boxes .active-img {
  display: none;
}
.tourist-insurance .insurance-steps .insurance-step .step-content .upper-boxes-list .upper-boxes .default-img {
  display: block;
}
.tourist-insurance .insurance-steps .insurance-step .step-content .upper-boxes-list .upper-boxes.active-box, .tourist-insurance .insurance-steps .insurance-step .step-content .upper-boxes-list .upper-boxes:hover {
  border-color: #00AEEF;
  background-color: #B1EAFF;
}
.tourist-insurance .insurance-steps .insurance-step .step-content .upper-boxes-list .upper-boxes.active-box .active-img, .tourist-insurance .insurance-steps .insurance-step .step-content .upper-boxes-list .upper-boxes:hover .active-img {
  display: block;
}
.tourist-insurance .insurance-steps .insurance-step .step-content .upper-boxes-list .upper-boxes.active-box .default-img, .tourist-insurance .insurance-steps .insurance-step .step-content .upper-boxes-list .upper-boxes:hover .default-img {
  display: none;
}
.tourist-insurance .insurance-steps .insurance-step .step-content .upper-boxes-list .upper-boxes-no-img {
  height: 20px;
}
@media (max-width: 767px) {
  .tourist-insurance .insurance-steps .insurance-step .step-content .upper-boxes-list .upper-boxes-no-img {
    height: 35px;
  }
}
.tourist-insurance .insurance-steps .insurance-step .step-content .upper-boxes {
  transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
}
.tourist-insurance .insurance-steps .insurance-step .step-content .tourist-insurance-users .tourist-box {
  border-radius: 3px;
}
.tourist-insurance .insurance-steps .insurance-step .step-content .tourist-insurance-users .tourist-box input[type=text] {
  width: 100%;
  height: 40px;
  padding-right: 0;
  padding: 10px;
  font-size: 12px;
  text-transform: capitalize;
}
.tourist-insurance .insurance-steps .insurance-step .step-content .tourist-insurance-users .tourist-box select, .tourist-insurance .insurance-steps .insurance-step .step-content .tourist-insurance-users .tourist-box .bootstrap-select button {
  font-size: 12px;
  height: 40px;
  padding: 10px 10px;
  display: block;
  padding-right: 40px;
  border: 2px solid #00AEEF;
  color: #2b2b2b;
}
.tourist-insurance .insurance-steps .insurance-step .step-content .tourist-insurance-users .tourist-box .toggle {
  display: block;
  width: 100%;
}
.tourist-insurance .insurance-steps .insurance-step .step-content .tourist-insurance-users .tourist-box .toggle label {
  color: #fff;
}

.travel-insurance {
  position: relative;
  background-color: #f9f9f9;
  padding: 10px 10px;
  border-radius: 10px;
}
.travel-insurance input[type=number]::-webkit-inner-spin-button,
.travel-insurance input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.travel-insurance .payment-card-block {
  display: flex;
  justify-content: flex-start;
}
.travel-insurance .payment-card-block .payment-card {
  cursor: pointer;
  text-align: center;
  font-size: 20px;
  color: #2b2b2b;
  padding: 15px;
  width: 250px;
  height: 250px;
  border: 1px solid #00AEEF;
  border-radius: 5px;
  margin: 5px;
}
.travel-insurance .payment-card-block .payment-card i {
  color: #00AEEF;
  font-size: 200px;
}
.travel-insurance .travel-countries-block,
.travel-insurance .travel-countries-label {
  display: none;
}
.travel-insurance .travelCountryInfo {
  text-align: center;
}
.travel-insurance .required-travel-step {
  background-color: rgba(255, 0, 0, 0.1);
  border: 1px solid #ff0000 !important;
}
.travel-insurance .add-trip-date-end,
.travel-insurance .birthday-info {
  cursor: pointer;
  color: #00AEEF;
  font-size: 20px;
  margin: 0 5px;
}
.travel-insurance .insure-hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #5486a2;
  margin: 5px 0;
  padding: 0;
}
.travel-insurance .insurance-steps .insurance-step .step-content {
  /*.trip-missions{
  	margin: 20px 0;
  	.trip-mission, .trip-submission{
  		width: 100%;
  		border: 1px solid red;
  		border: 2px solid #6C8DC0;
  		border-radius: 3px;
  		cursor: pointer;
  		margin-bottom: 20px;

  		.mission-title{
  			text-align: center;
  			margin-top: -20px;
  			!* margin-bottom: 10px; *!
  			padding: 10px 0;
  			font-weight: bold;
  			border-top: 1px solid #d2d6dc;
  		}

  		.mission-img{
  			max-width: 100%;
  			padding: 25px 50px 45px 50px;
  		}
  		.mission-active-img{
  			display: none;
  		}
  		.mission-default-img{
  			display: block;
  		}


  		.submission-img{
  			max-width: 100%;
  			padding: 25px 50px 45px 50px;
  		}
  		.submission-active-img{
  			display: none;
  		}
  		.submission-default-img{
  			display: block;
  		}
  		.submission-title{
  			text-align: center;
  			// margin-top: -20px;
  			!* margin-bottom: 10px; *!
  			padding: 10px 0;
  			font-weight: bold;
  			font-size: 1.2em;
  			border-top: 1px solid #d2d6dc;


  		}








  		&.active-mission, &:hover{
  			border-color: green;
  			background-color: $selectorsBgColor;

  			.mission-active-img{
  				display: block;
  			}
  			.mission-default-img{
  				display: none;
  			}
  		}
  	}
  }
  .trip-amounts{
  	margin: 20px 0;
  	.trip-amount{
  		width: 100%;
  		border: 1px solid red;
  		border: 2px solid #6C8DC0;
  		border-radius: 3px;
  		cursor: pointer;
  		margin-bottom: 20px;

  		.amount-sum{
  			text-align: center;
  			font-size: 2em;
  			padding: 20px;
  		}

  		&.active-amount, &:hover{
  			border-color: $selectorsBorderColor;
  			background-color: $selectorsBgColor;
  		}
  	}
  }
  .trip-countries{
  	margin: 20px 0;
  	.trip-country{
  		width: 120px;
  		height: 120px;
  		float: left;
  		margin-right: 20px;
  		padding: 20px;


  		position: relative;
  		border: 1px solid red;
  		border: 2px solid #6C8DC0;
  		border-radius: 3px;
  		cursor: pointer;
  		margin-bottom: 20px;

  		.country-title{
  			text-align: center;
  			font-weight: bold;
  			position: absolute;
  			bottom: 5px;
  			left:50%;
  			transform: translatex(-50%);
  			display: block;
  			width: 100%;
  		}

  		.country-img{
  			//max-width: 100%;
  			//padding: 25px 50px 45px 50px;
  			width: 50px;
  			position: absolute;
  			left:50%;
  			top:50%;
  			transform: translate(-50%, -60%);
  			display: block;
  		}
  		.country-active-img{
  			display: none;
  		}
  		.country-default-img{
  			display: block;
  		}


  		&.active-country, &:hover{
  			border-color: green;
  			background-color: $selectorsBgColor;

  			.country-active-img{
  				display: block;
  			}
  			.country-default-img{
  				display: none;
  			}
  		}
  	}
  }*/
}
@media (max-width: 767px) {
  .travel-insurance .insurance-steps .insurance-step .step-content label {
    font-size: 12px;
  }
}
.travel-insurance .insurance-steps .insurance-step .step-content .step-title:after {
  display: none;
}
.travel-insurance .insurance-steps .insurance-step .step-content .workflow {
  border: 0;
  padding-right: 0px;
}
.travel-insurance .insurance-steps .insurance-step .step-content .upper-boxes-list {
  margin: 20px 0;
}
@media (max-width: 767px) {
  .travel-insurance .insurance-steps .insurance-step .step-content .upper-boxes-list {
    margin: 0;
  }
}
.travel-insurance .insurance-steps .insurance-step .step-content .upper-boxes-list .upper-boxes {
  width: 100%;
  height: 120px;
  float: left;
  margin-right: 20px;
  padding: 20px;
  position: relative;
  border: 1px solid red;
  border: 2px solid #00AEEF;
  border-radius: 3px;
  cursor: pointer;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .travel-insurance .insurance-steps .insurance-step .step-content .upper-boxes-list .upper-boxes {
    margin-right: 10px;
    padding: 5px;
    margin-bottom: 10px;
  }
}
.travel-insurance .insurance-steps .insurance-step .step-content .upper-boxes-list .upper-boxes .upper-boxes-title {
  text-align: center;
  font-weight: bold;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translatex(-50%);
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .travel-insurance .insurance-steps .insurance-step .step-content .upper-boxes-list .upper-boxes .upper-boxes-title {
    font-size: 12px;
  }
}
.travel-insurance .insurance-steps .insurance-step .step-content .upper-boxes-list .upper-boxes img {
  width: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -60%);
  display: block;
}
@media (max-width: 767px) {
  .travel-insurance .insurance-steps .insurance-step .step-content .upper-boxes-list .upper-boxes img {
    top: 40%;
  }
}
.travel-insurance .insurance-steps .insurance-step .step-content .upper-boxes-list .upper-boxes .active-img {
  display: none;
}
.travel-insurance .insurance-steps .insurance-step .step-content .upper-boxes-list .upper-boxes .default-img {
  display: block;
}
.travel-insurance .insurance-steps .insurance-step .step-content .upper-boxes-list .upper-boxes.active-box, .travel-insurance .insurance-steps .insurance-step .step-content .upper-boxes-list .upper-boxes:hover {
  border-color: #00AEEF;
  background-color: #B1EAFF;
}
.travel-insurance .insurance-steps .insurance-step .step-content .upper-boxes-list .upper-boxes.active-box .active-img, .travel-insurance .insurance-steps .insurance-step .step-content .upper-boxes-list .upper-boxes:hover .active-img {
  display: block;
}
.travel-insurance .insurance-steps .insurance-step .step-content .upper-boxes-list .upper-boxes.active-box .default-img, .travel-insurance .insurance-steps .insurance-step .step-content .upper-boxes-list .upper-boxes:hover .default-img {
  display: none;
}
.travel-insurance .insurance-steps .insurance-step .step-content .upper-boxes-list .upper-boxes-no-img {
  height: 55px;
}
@media (max-width: 767px) {
  .travel-insurance .insurance-steps .insurance-step .step-content .upper-boxes-list .upper-boxes-no-img {
    height: 44px;
  }
}
.travel-insurance .insurance-steps .insurance-step .step-content .step-result {
  border: 0;
  background-color: #00AEEF;
}
.travel-insurance .insurance-steps .insurance-step .step-content .step-result .users-info .user {
  border: 0 !important;
  margin: 0px 0;
  padding: 5px 0;
  position: relative;
}
.travel-insurance .insurance-steps .insurance-step .step-content .step-result .users-info .user .user-info span {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .travel-insurance .insurance-steps .insurance-step .step-content .step-result .users-info .user {
    padding: 5px;
    margin: 5px 0;
  }
}
.travel-insurance .insurance-steps .insurance-step .step-content .step-result .users-info .family .user-info {
  border-top: 1px solid #fff;
  margin: 0px 0;
  padding: 5px 0;
  position: relative;
  /*&:last-child{
  	border:0;
  	//padding: 0;
  	margin: 0;
  }*/
}
.travel-insurance .insurance-steps .insurance-step .step-content .step-result .users-info .family .user-info span {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .travel-insurance .insurance-steps .insurance-step .step-content .step-result .users-info .family .user-info {
    padding: 5px;
    margin: 5px 0;
  }
}
.travel-insurance .insurance-steps .insurance-step .step-content .step-result .users-info .travel-user-actions {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
}
@media (max-width: 767px) {
  .travel-insurance .insurance-steps .insurance-step .step-content .step-result .users-info .travel-user-actions {
    top: 0;
    transform: none;
  }
}
.travel-insurance .insurance-steps .insurance-step .step-content .step-result .users-info .travel-user-actions button {
  border: 0;
  background-color: transparent;
  position: relative;
  width: 30px;
  height: 30px;
  margin-left: 0;
  margin-right: 10px;
}
.travel-insurance .insurance-steps .insurance-step .step-content .step-result .users-info .travel-user-actions button i {
  font-size: 25px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 399px) {
  .travel-insurance .insurance-steps .insurance-step .step-content .step-result .users-info .user-info .travel-phone-block {
    display: block;
  }
}
.travel-insurance .insurance-steps .insurance-step .step-content .travel-insurance-users .travel-box {
  margin-bottom: 30px;
  border-radius: 3px;
}
.travel-insurance .insurance-steps .insurance-step .step-content .travel-insurance-users .travel-box.current-travel-box {
  margin-top: 20px;
}
.travel-insurance .insurance-steps .insurance-step .step-content .travel-insurance-users .travel-box.current-travel-box .data-result {
  display: none;
}
@media (max-width: 767px) {
  .travel-insurance .insurance-steps .insurance-step .step-content .travel-insurance-users .travel-box.current-travel-box {
    margin-top: 0;
  }
}
.travel-insurance .insurance-steps .insurance-step .step-content .travel-insurance-users .travel-box.closed-travel-box .data-result {
  display: block;
  background: #6b8dc0;
  padding: 10px;
}
@media (max-width: 767px) {
  .travel-insurance .insurance-steps .insurance-step .step-content .travel-insurance-users .travel-box {
    margin-bottom: 0;
  }
}
.travel-insurance .insurance-steps .insurance-step .step-content .travel-insurance-users .travel-box .remove-family-box {
  display: none;
}
.travel-insurance .insurance-steps .insurance-step .step-content .travel-insurance-users .travel-box .data-result {
  overflow: hidden;
  position: relative;
  color: white;
  font-weight: bold;
}
.travel-insurance .insurance-steps .insurance-step .step-content .travel-insurance-users .travel-box .data-result div {
  float: left;
  padding: 9px 0 0 0;
  margin-right: 10px;
}
.travel-insurance .insurance-steps .insurance-step .step-content .travel-insurance-users .travel-box .data-result .travel-phone-result {
  font-weight: bold;
  color: white;
  background: #6B8DC0;
  padding-left: 10px;
  padding-right: 10px;
  height: 40px;
  border-radius: 2px;
}
.travel-insurance .insurance-steps .insurance-step .step-content .travel-insurance-users .travel-box .data-result .user-count {
  float: left;
  background-color: #6B8DC0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  padding: 8px 0 0 0;
  color: #fff;
  margin-right: 10px;
  font-weight: bold;
}
.travel-insurance .insurance-steps .insurance-step .step-content .travel-insurance-users .travel-box .data-result .edit-travel-box-btn {
  padding-top: 8px;
  font-weight: bold;
  font-size: 1em;
  background-color: #389e3d;
  border: 1px solid black;
  border-radius: 0px;
  height: 40px;
  margin: 10px;
  position: absolute;
  right: 0px;
  top: 0;
}
.travel-insurance .insurance-steps .insurance-step .step-content .travel-insurance-users .travel-box input[type=text] {
  width: 100%;
  padding-right: 0;
  padding: 10px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .travel-insurance .insurance-steps .insurance-step .step-content .travel-insurance-users .travel-box input[type=text] {
    padding: 8px;
    font-size: 12px;
  }
}
.travel-insurance .insurance-steps .insurance-step .step-content .travel-insurance-users .travel-box .toggle {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .travel-insurance .insurance-steps .insurance-step .step-content .travel-insurance-users .travel-box .toggle {
    height: 30px !important;
  }
}
.travel-insurance .insurance-steps .insurance-step .step-content .travel-insurance-users .travel-box .toggle label {
  color: #fff;
}
.travel-insurance .insurance-steps .insurance-step .step-content .travel-insurance-users .family-users {
  clear: both;
}
.travel-insurance .insurance-steps .insurance-step .step-content .travel-insurance-users .family-users .travel-box.current-travel-box .remove-family-box {
  display: block;
}
.travel-insurance .insurance-steps .insurance-step .step-content .travel-insurance-users .family-users .travel-box.closed-travel-box .remove-family-box {
  display: none;
}
.travel-insurance .insurance-steps .insurance-step .step-content .travel-insurance-users .family-users .travel-box .data-result .user-count {
  background-color: #b2aae0;
}
.travel-insurance .insurance-steps .insurance-step .step-content .travel-insurance-users .family-users .remove-family-box {
  position: absolute;
  right: -16px;
  top: -15px;
  color: white;
  font-weight: bold;
  font-size: 14px;
  border: 1px solid #d43f3a;
  background-color: #d9534f;
  width: 27px;
  height: 27px;
  text-align: center;
  vertical-align: middle;
  margin: 0;
  border-radius: 50%;
}
.travel-insurance .insurance-steps .insurance-step .step-content .travel-insurance-users .family-users .family-box {
  position: relative;
  margin-bottom: 20px;
}
.travel-insurance .insurance-steps .insurance-step .step-content .travel-insurance-users .add-family-user {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  margin: 20px 0;
}
.travel-insurance .insurance-steps .insurance-step .step-content .travel-box {
  margin-bottom: 30px;
  border-radius: 3px;
}
.travel-insurance .insurance-steps .insurance-step .step-content .travel-box.current-travel-box {
  padding: 20px 0px;
}
@media (max-width: 767px) {
  .travel-insurance .insurance-steps .insurance-step .step-content .travel-box.current-travel-box {
    padding: 0;
  }
}
.travel-insurance .insurance-steps .insurance-step .step-content .travel-box.current-travel-box .data-result {
  display: none;
}
.travel-insurance .insurance-steps .insurance-step .step-content .travel-box.closed-travel-box .data-result {
  display: block;
  background: #6b8dc0;
  padding: 10px;
}
.travel-insurance .insurance-steps .insurance-step .step-content .travel-box .remove-family-box {
  display: none;
}
.travel-insurance .insurance-steps .insurance-step .step-content .travel-box .data-result {
  overflow: hidden;
  position: relative;
  color: white;
  font-weight: bold;
}
.travel-insurance .insurance-steps .insurance-step .step-content .travel-box .data-result div {
  float: left;
  padding: 9px 0 0 0;
  margin-right: 10px;
}
.travel-insurance .insurance-steps .insurance-step .step-content .travel-box .data-result .travel-phone-result {
  font-weight: bold;
  color: white;
  background: #6B8DC0;
  padding-left: 10px;
  padding-right: 10px;
  height: 40px;
  border-radius: 2px;
}
.travel-insurance .insurance-steps .insurance-step .step-content .travel-box .data-result .user-count {
  float: left;
  background-color: #6B8DC0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  padding: 8px 0 0 0;
  color: #fff;
  margin-right: 10px;
  font-weight: bold;
}
.travel-insurance .insurance-steps .insurance-step .step-content .travel-box .data-result .edit-travel-box-btn {
  padding-top: 8px;
  font-weight: bold;
  font-size: 1em;
  background-color: #389e3d;
  border: 1px solid black;
  border-radius: 0px;
  height: 40px;
  margin: 10px;
  position: absolute;
  right: 0px;
  top: 0;
}
.travel-insurance .insurance-steps .insurance-step .step-content .travel-box input[type=text] {
  width: 100%;
  padding-right: 0;
  padding: 10px;
  font-size: 18px;
}
.travel-insurance .insurance-steps .insurance-step .step-content .travel-box .toggle {
  display: block;
  width: 100%;
}
.travel-insurance .insurance-steps .insurance-step .step-content .travel-box .toggle label {
  color: #fff;
}
.travel-insurance .insurance-steps .insurance-step .step-content .family-users {
  clear: both;
}
.travel-insurance .insurance-steps .insurance-step .step-content .family-users .travel-box.current-travel-box .remove-family-box {
  display: block;
}
.travel-insurance .insurance-steps .insurance-step .step-content .family-users .travel-box.closed-travel-box {
  display: none;
}
.travel-insurance .insurance-steps .insurance-step .step-content .family-users .travel-box.closed-travel-box .remove-family-box {
  display: none;
}
.travel-insurance .insurance-steps .insurance-step .step-content .family-users .travel-box .data-result .user-count {
  background-color: #b2aae0;
}
.travel-insurance .insurance-steps .insurance-step .step-content .family-users .remove-family-box {
  position: absolute;
  right: -16px;
  top: -15px;
  color: white;
  font-weight: bold;
  font-size: 14px;
  border: 1px solid #d43f3a;
  background-color: #d9534f;
  width: 27px;
  height: 27px;
  text-align: center;
  vertical-align: middle;
  margin: 0;
  border-radius: 50%;
}
.travel-insurance .insurance-steps .insurance-step .step-content .family-users .family-box {
  position: relative;
  margin-bottom: 20px;
}
.travel-insurance .insurance-steps .insurance-step .step-content .add-family-user {
  display: none;
  color: #fff;
  background-color: #5cb85c !important;
  border-color: #4cae4c;
  margin: 0 0 20px 0;
  font-size: 15px;
  padding: 5px 15px;
  height: 40px;
}
.travel-insurance .insurance-steps .insurance-step .step-content .add-family-user i {
  font-size: 13px;
  margin-left: 10px;
}
.travel-insurance .insurance-period-template-item {
  min-height: 55px;
}
.travel-insurance .insurance-period-template-item .active {
  background-color: #00AEEF;
  border-color: #00AEEF;
  color: white;
}
.travel-insurance .insurance-period-template-item .active:focus, .travel-insurance .insurance-period-template-item .active:active, .travel-insurance .insurance-period-template-item .active:hover {
  background-color: #00AEEF !important;
  border-color: #00AEEF;
  color: white;
}
.travel-insurance .insurance-period-template-item .btn-period-template {
  border: 2px solid #00AEEF;
  font-size: 18px;
  height: 55px;
  width: 100%;
}
.travel-insurance .insurance-period-template-item .btn-period-template:focus, .travel-insurance .insurance-period-template-item .btn-period-template:active, .travel-insurance .insurance-period-template-item .btn-period-template:hover {
  background-color: #00AEEF !important;
  border-color: #00AEEF;
  color: white;
}
@media (min-width: 480px) and (max-width: 767px) {
  .travel-insurance .insurance-period-template-item .btn-period-template {
    font-size: 12px;
    margin-top: 5px;
  }
}
@media (max-width: 479px) {
  .travel-insurance .insurance-period-template-item .btn-period-template {
    font-size: 12px;
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .travel-insurance .insurance-period-template-item .btn-period-template {
    height: 44px;
  }
}
.travel-insurance .gender-option {
  color: #2b2b2b;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 52px;
  border: 2px solid #00AEEF;
  border-radius: 1px;
  font-size: 14px;
  background-color: white;
  cursor: pointer;
  padding: 5px;
  margin: 11px 0 10px;
}
.travel-insurance .gender-option i {
  font-size: 24px;
  color: #2b2b2b;
  margin: 0 5px 0 0;
}
.travel-insurance .gender-option:hover {
  background-color: #d3d3d3;
}
.travel-insurance .gender-option.active {
  background-color: #00AEEF;
  color: white;
}
.travel-insurance .gender-option.active i {
  color: white;
}
.travel-insurance .coverageOption {
  color: #2b2b2b;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 52px;
  border: 2px solid #00AEEF;
  border-radius: 3px;
  font-size: 18px;
  cursor: pointer;
  margin: 11px 0 10px;
}
.coverageOption.disabled-covid {
  pointer-events: none;
  background-color: #d2d6dc;
  border-color: #d2d6dc;
}
.travel-insurance .coverageOption:hover, .travel-insurance .coverageOption.active {
  background-color: #B1EAFF;
}

.opacity-step .coverageOption {
  border: 2px solid #d6d6d6;
}
.opacity-step .coverageOption:hover, .opacity-step .coverageOption.active {
  background-color: transparent;
}

.dateWarning {
  font-size: 12px;
  margin: -8px;
  position: relative;
  right: -8px;
}

#trip-date-begin {
  position: relative;
  top: -4px;
}

.property-insurance {
  background-color: #f9f9f9;
  position: relative;
  padding: 10px 10px;
  border-radius: 10px;
}
.property-insurance select {
  border: 2px solid #00AEEF !important;
}
.property-insurance .insurance-steps .insurance-step .step-content .insure-hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #5486a2;
  margin: 1em 0;
  padding: 0;
}
.property-insurance .insurance-steps .insurance-step .step-content .align-help {
  margin-top: 55px !important;
}
.property-insurance .insurance-steps .insurance-step .step-content .none-capitalize {
  text-transform: none !important;
}
.property-insurance .insurance-steps .insurance-step .step-content .upper-boxes {
  transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
}
.property-insurance .insurance-steps .insurance-step .step-content .upper-boxes:hover {
  box-shadow: 0px 12px 17px -7px rgba(0, 0, 0, 0.3);
  transform: translateY(-10px);
}
.property-insurance .insurance-steps .insurance-step .step-content .step-result .users-info .user-info span {
  margin-right: 10px;
}
.property-insurance .insurance-steps .insurance-step .step-content .step-result .users-info .user-info span {
  margin-right: 10px;
}
.property-insurance .insurance-steps .insurance-step .step-content .property-insurance-users .property-box {
  margin-bottom: 30px;
  border-radius: 3px;
}
.property-insurance .insurance-steps .insurance-step .step-content .property-insurance-users .property-box.current-property-box .data-result {
  display: none;
}
.property-insurance .insurance-steps .insurance-step .step-content .property-insurance-users .property-box.closed-property-box .data-result {
  display: block;
}
@media (min-width: 480px) and (max-width: 767px) {
  .property-insurance .insurance-steps .insurance-step .step-content .property-insurance-users .property-box {
    margin-bottom: 0px;
  }
}
@media (max-width: 479px) {
  .property-insurance .insurance-steps .insurance-step .step-content .property-insurance-users .property-box {
    margin-bottom: 0px;
  }
}
.property-insurance .insurance-steps .insurance-step .step-content .property-insurance-users .property-box .picker {
  border-radius: 3px;
}
.property-insurance .insurance-steps .insurance-step .step-content .property-insurance-users .property-box .remove-family-box {
  display: none;
}
.property-insurance .insurance-steps .insurance-step .step-content .property-insurance-users .property-box .data-result {
  overflow: hidden;
  position: relative;
}
.property-insurance .insurance-steps .insurance-step .step-content .property-insurance-users .property-box .data-result div {
  float: left;
  padding: 7px 0 0 0;
  margin-right: 10px;
}
.property-insurance .insurance-steps .insurance-step .step-content .property-insurance-users .property-box .data-result .user-count {
  float: left;
  background-color: #fdc400;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  text-align: center;
  vertical-align: middle;
  padding: 7px 0 0 0;
  color: #fff;
  margin-right: 10px;
}
.property-insurance .insurance-steps .insurance-step .step-content .property-insurance-users .property-box .data-result .edit-property-box-btn {
  position: absolute;
  right: 2px;
  top: 3px;
}
.property-insurance .insurance-steps .insurance-step .step-content .property-insurance-users .property-box .toggle {
  display: block;
  width: 100%;
}
.property-insurance .insurance-steps .insurance-step .step-content .property-insurance-users .property-box .toggle label {
  color: #fff;
}
.property-insurance .insurance-steps .insurance-step .step-content .property-insurance-users .family-users {
  clear: both;
}
.property-insurance .insurance-steps .insurance-step .step-content .property-insurance-users .family-users .property-box.current-property-box .remove-family-box {
  display: block;
}
.property-insurance .insurance-steps .insurance-step .step-content .property-insurance-users .family-users .property-box.closed-property-box .remove-family-box {
  display: none;
}
.property-insurance .insurance-steps .insurance-step .step-content .property-insurance-users .family-users .property-box .data-result .user-count {
  background-color: #b2aae0;
}
.property-insurance .insurance-steps .insurance-step .step-content .property-insurance-users .family-users .remove-family-box {
  position: absolute;
  right: -16px;
  top: -15px;
  color: white;
  font-weight: bold;
  font-size: 14px;
  border: 1px solid #d43f3a;
  background-color: #d9534f;
  width: 27px;
  height: 27px;
  text-align: center;
  vertical-align: middle;
  margin: 0;
  border-radius: 50%;
}
.property-insurance .insurance-steps .insurance-step .step-content .property-insurance-users .family-users .family-box {
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #b2aae0;
  border-radius: 3px;
  background-color: #f9f8ff;
}
.property-insurance .insurance-steps .insurance-step .step-content .property-insurance-users .add-family-user {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  margin: 20px 0;
}
.property-insurance .insurance-steps .insurance-step .step-content .trip-missions {
  margin: 20px 0;
}
.property-insurance .insurance-steps .insurance-step .step-content .trip-missions .trip-mission {
  width: 100%;
  border: 2px solid #6C8DC0;
  border-radius: 3px;
  cursor: pointer;
  margin-bottom: 20px;
}
.property-insurance .insurance-steps .insurance-step .step-content .trip-missions .trip-mission .mission-title {
  text-align: center;
  margin-top: -20px;
  /* margin-bottom: 10px; */
  padding: 10px 0;
  font-weight: bold;
  border-top: 1px solid #d2d6dc;
}
.property-insurance .insurance-steps .insurance-step .step-content .trip-missions .trip-mission .mission-img {
  max-width: 100%;
  padding: 25px 50px 45px 50px;
}
.property-insurance .insurance-steps .insurance-step .step-content .trip-missions .trip-mission .mission-active-img {
  display: none;
}
.property-insurance .insurance-steps .insurance-step .step-content .trip-missions .trip-mission .mission-default-img {
  display: block;
}
.property-insurance .insurance-steps .insurance-step .step-content .trip-missions .trip-mission.active-mission, .property-insurance .insurance-steps .insurance-step .step-content .trip-missions .trip-mission:hover {
  border-color: green;
  background-color: #eff9ed;
}
.property-insurance .insurance-steps .insurance-step .step-content .trip-missions .trip-mission.active-mission .mission-active-img, .property-insurance .insurance-steps .insurance-step .step-content .trip-missions .trip-mission:hover .mission-active-img {
  display: block;
}
.property-insurance .insurance-steps .insurance-step .step-content .trip-missions .trip-mission.active-mission .mission-default-img, .property-insurance .insurance-steps .insurance-step .step-content .trip-missions .trip-mission:hover .mission-default-img {
  display: none;
}
.property-insurance .insurance-steps .insurance-step .step-content .trip-amounts {
  margin: 20px 0;
}
.property-insurance .insurance-steps .insurance-step .step-content .trip-amounts .trip-amount {
  width: 100%;
  border: 2px solid #6C8DC0;
  border-radius: 3px;
  cursor: pointer;
  margin-bottom: 20px;
}
.property-insurance .insurance-steps .insurance-step .step-content .trip-amounts .trip-amount .amount-sum {
  text-align: center;
  font-size: 2em;
  padding: 20px;
}
.property-insurance .insurance-steps .insurance-step .step-content .trip-amounts .trip-amount.active-amount, .property-insurance .insurance-steps .insurance-step .step-content .trip-amounts .trip-amount:hover {
  border-color: green;
  background-color: #eff9ed;
}
.property-insurance .insurance-steps .insurance-step .step-content .trip-countries {
  margin: 20px 0;
}
.property-insurance .insurance-steps .insurance-step .step-content .trip-countries .trip-country {
  width: 100%;
  border: 2px solid #6C8DC0;
  border-radius: 3px;
  cursor: pointer;
  margin-bottom: 20px;
}
.property-insurance .insurance-steps .insurance-step .step-content .trip-countries .trip-country .country-title {
  text-align: center;
  margin-top: -20px;
  /* margin-bottom: 10px; */
  padding: 10px 0;
  font-weight: bold;
  border-top: 1px solid #d2d6dc;
}
.property-insurance .insurance-steps .insurance-step .step-content .trip-countries .trip-country .country-img {
  max-width: 100%;
  padding: 25px 50px 45px 50px;
}
.property-insurance .insurance-steps .insurance-step .step-content .trip-countries .trip-country .country-active-img {
  display: none;
}
.property-insurance .insurance-steps .insurance-step .step-content .trip-countries .trip-country .country-default-img {
  display: block;
}
.property-insurance .insurance-steps .insurance-step .step-content .trip-countries .trip-country.active-country, .property-insurance .insurance-steps .insurance-step .step-content .trip-countries .trip-country:hover {
  border-color: green;
  background-color: #eff9ed;
}
.property-insurance .insurance-steps .insurance-step .step-content .trip-countries .trip-country.active-country .country-active-img, .property-insurance .insurance-steps .insurance-step .step-content .trip-countries .trip-country:hover .country-active-img {
  display: block;
}
.property-insurance .insurance-steps .insurance-step .step-content .trip-countries .trip-country.active-country .country-default-img, .property-insurance .insurance-steps .insurance-step .step-content .trip-countries .trip-country:hover .country-default-img {
  display: none;
}
.property-insurance .insurance-steps .insurance-step .partner-code {
  text-align: right;
}
.property-insurance .insurance-steps .insurance-step .partner-code input {
  display: inline-block;
  margin-bottom: 20px;
  height: 45px;
  font-size: 15px;
  padding: 10px;
  /* border: 2px dashed #6b8dc0; */
  text-align: center;
}
@media (max-width: 767px) {
  .property-insurance .insurance-steps .insurance-step .partner-code input {
    width: 100%;
    height: 30px;
    font-size: 12px;
    padding: 10px;
    margin-bottom: 0;
    border-radius: 0px;
  }
}
@media (max-width: 767px) {
  .property-insurance .insurance-steps .insurance-step .calculate-error {
    padding: 0px;
    margin-bottom: 10px;
  }
}

.life-insurance {
  position: relative;
  background-color: #f9f9f9;
  padding: 10px 10px;
  border-radius: 10px;
}
.life-insurance input[type=number]::-webkit-inner-spin-button,
.life-insurance input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.life-insurance .payment-card-block {
  display: flex;
  justify-content: flex-start;
}
.life-insurance .payment-card-block .payment-card {
  cursor: pointer;
  text-align: center;
  font-size: 20px;
  color: #2b2b2b;
  padding: 15px;
  width: 250px;
  height: 250px;
  border: 1px solid #00AEEF;
  border-radius: 5px;
  margin: 5px;
}
.life-insurance .payment-card-block .payment-card i {
  color: #00AEEF;
  font-size: 200px;
}
.life-insurance .required-life-step {
  background-color: rgba(255, 0, 0, 0.1);
  border: 1px solid #ff0000 !important;
}
.life-insurance .birthday-info {
  cursor: pointer;
  color: #00AEEF;
  font-size: 20px;
  margin: 0 5px;
}
.life-insurance .insure-hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #5486a2;
  margin: 5px 0;
  padding: 0;
}
.life-insurance .insurance-steps .insurance-step .step-content {
  /*.trip-missions{
      margin: 20px 0;
      .trip-mission, .trip-submission{
          width: 100%;
          border: 1px solid red;
          border: 2px solid #6C8DC0;
          border-radius: 3px;
          cursor: pointer;
          margin-bottom: 20px;

          .mission-title{
              text-align: center;
              margin-top: -20px;
              !* margin-bottom: 10px; *!
              padding: 10px 0;
              font-weight: bold;
              border-top: 1px solid #d2d6dc;
          }

          .mission-img{
              max-width: 100%;
              padding: 25px 50px 45px 50px;
          }
          .mission-active-img{
              display: none;
          }
          .mission-default-img{
              display: block;
          }


          .submission-img{
              max-width: 100%;
              padding: 25px 50px 45px 50px;
          }
          .submission-active-img{
              display: none;
          }
          .submission-default-img{
              display: block;
          }
          .submission-title{
              text-align: center;
              // margin-top: -20px;
              !* margin-bottom: 10px; *!
              padding: 10px 0;
              font-weight: bold;
              font-size: 1.2em;
              border-top: 1px solid #d2d6dc;


          }








          &.active-mission, &:hover{
              border-color: green;
              background-color: $selectorsBgColor;

              .mission-active-img{
                  display: block;
              }
              .mission-default-img{
                  display: none;
              }
          }
      }
  }
  .trip-amounts{
      margin: 20px 0;
      .trip-amount{
          width: 100%;
          border: 1px solid red;
          border: 2px solid #6C8DC0;
          border-radius: 3px;
          cursor: pointer;
          margin-bottom: 20px;

          .amount-sum{
              text-align: center;
              font-size: 2em;
              padding: 20px;
          }

          &.active-amount, &:hover{
              border-color: $selectorsBorderColor;
              background-color: $selectorsBgColor;
          }
      }
  }
  .trip-countries{
      margin: 20px 0;
      .trip-country{
          width: 120px;
          height: 120px;
          float: left;
          margin-right: 20px;
          padding: 20px;


          position: relative;
          border: 1px solid red;
          border: 2px solid #6C8DC0;
          border-radius: 3px;
          cursor: pointer;
          margin-bottom: 20px;

          .country-title{
              text-align: center;
              font-weight: bold;
              position: absolute;
              bottom: 5px;
              left:50%;
              transform: translatex(-50%);
              display: block;
              width: 100%;
          }

          .country-img{
              //max-width: 100%;
              //padding: 25px 50px 45px 50px;
              width: 50px;
              position: absolute;
              left:50%;
              top:50%;
              transform: translate(-50%, -60%);
              display: block;
          }
          .country-active-img{
              display: none;
          }
          .country-default-img{
              display: block;
          }


          &.active-country, &:hover{
              border-color: green;
              background-color: $selectorsBgColor;

              .country-active-img{
                  display: block;
              }
              .country-default-img{
                  display: none;
              }
          }
      }
  }*/
}
@media (max-width: 767px) {
  .life-insurance .insurance-steps .insurance-step .step-content label {
    font-size: 12px;
  }
}
.life-insurance .insurance-steps .insurance-step .step-content .step-title:after {
  display: none;
}
.life-insurance .insurance-steps .insurance-step .step-content .workflow {
  border: 0;
  padding-right: 0px;
}
.life-insurance .insurance-steps .insurance-step .step-content .upper-boxes-list {
  margin: 20px 0;
}
@media (max-width: 767px) {
  .life-insurance .insurance-steps .insurance-step .step-content .upper-boxes-list {
    margin: 0;
  }
}
.life-insurance .insurance-steps .insurance-step .step-content .upper-boxes-list .upper-boxes {
  width: 100%;
  height: 120px;
  float: left;
  margin-right: 20px;
  padding: 20px;
  position: relative;
  border: 1px solid red;
  border: 2px solid #00AEEF;
  border-radius: 3px;
  cursor: pointer;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .life-insurance .insurance-steps .insurance-step .step-content .upper-boxes-list .upper-boxes {
    margin-right: 10px;
    padding: 5px;
    margin-bottom: 10px;
  }
}
.life-insurance .insurance-steps .insurance-step .step-content .upper-boxes-list .upper-boxes .upper-boxes-title {
  text-align: center;
  font-weight: bold;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translatex(-50%);
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .life-insurance .insurance-steps .insurance-step .step-content .upper-boxes-list .upper-boxes .upper-boxes-title {
    font-size: 12px;
  }
}
.life-insurance .insurance-steps .insurance-step .step-content .upper-boxes-list .upper-boxes img {
  width: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -60%);
  display: block;
}
@media (max-width: 767px) {
  .life-insurance .insurance-steps .insurance-step .step-content .upper-boxes-list .upper-boxes img {
    top: 40%;
  }
}
.life-insurance .insurance-steps .insurance-step .step-content .upper-boxes-list .upper-boxes .active-img {
  display: none;
}
.life-insurance .insurance-steps .insurance-step .step-content .upper-boxes-list .upper-boxes .default-img {
  display: block;
}
.life-insurance .insurance-steps .insurance-step .step-content .upper-boxes-list .upper-boxes.active-box, .life-insurance .insurance-steps .insurance-step .step-content .upper-boxes-list .upper-boxes:hover {
  border-color: #00AEEF;
  background-color: #B1EAFF;
}
.life-insurance .insurance-steps .insurance-step .step-content .upper-boxes-list .upper-boxes.active-box .active-img, .life-insurance .insurance-steps .insurance-step .step-content .upper-boxes-list .upper-boxes:hover .active-img {
  display: block;
}
.life-insurance .insurance-steps .insurance-step .step-content .upper-boxes-list .upper-boxes.active-box .default-img, .life-insurance .insurance-steps .insurance-step .step-content .upper-boxes-list .upper-boxes:hover .default-img {
  display: none;
}
.life-insurance .insurance-steps .insurance-step .step-content .upper-boxes-list .upper-boxes-no-img {
  height: 55px;
}
@media (max-width: 767px) {
  .life-insurance .insurance-steps .insurance-step .step-content .upper-boxes-list .upper-boxes-no-img {
    height: 44px;
  }
}
.life-insurance .insurance-steps .insurance-step .step-content .step-result {
  border: 0;
  background-color: #00AEEF;
}
.life-insurance .insurance-steps .insurance-step .step-content .step-result .users-info .user {
  border: 0 !important;
  margin: 0px 0;
  padding: 5px 0;
  position: relative;
}
.life-insurance .insurance-steps .insurance-step .step-content .step-result .users-info .user .user-info span {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .life-insurance .insurance-steps .insurance-step .step-content .step-result .users-info .user {
    padding: 5px;
    margin: 5px 0;
  }
}
.life-insurance .insurance-steps .insurance-step .step-content .step-result .users-info .family .user-info {
  border-top: 1px solid #fff;
  margin: 0px 0;
  padding: 5px 0;
  position: relative;
  /*&:last-child{
      border:0;
      //padding: 0;
      margin: 0;
  }*/
}
.life-insurance .insurance-steps .insurance-step .step-content .step-result .users-info .family .user-info span {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .life-insurance .insurance-steps .insurance-step .step-content .step-result .users-info .family .user-info {
    padding: 5px;
    margin: 5px 0;
  }
}
.life-insurance .insurance-steps .insurance-step .step-content .step-result .users-info .life-user-actions {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
}
@media (max-width: 767px) {
  .life-insurance .insurance-steps .insurance-step .step-content .step-result .users-info .life-user-actions {
    top: 0;
    transform: none;
  }
}
.life-insurance .insurance-steps .insurance-step .step-content .step-result .users-info .life-user-actions button {
  border: 0;
  background-color: transparent;
  position: relative;
  width: 30px;
  height: 30px;
  margin-left: 0;
  margin-right: 10px;
}
.life-insurance .insurance-steps .insurance-step .step-content .step-result .users-info .life-user-actions button i {
  font-size: 25px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 399px) {
  .life-insurance .insurance-steps .insurance-step .step-content .step-result .users-info .user-info .life-phone-block {
    display: block;
  }
}
.life-insurance .insurance-steps .insurance-step .step-content .life-insurance-users .life-box {
  margin-bottom: 30px;
  border-radius: 3px;
}
.life-insurance .insurance-steps .insurance-step .step-content .life-insurance-users .life-box.current-life-box {
  margin-top: 20px;
}
.life-insurance .insurance-steps .insurance-step .step-content .life-insurance-users .life-box.current-life-box .data-result {
  display: none;
}
@media (max-width: 767px) {
  .life-insurance .insurance-steps .insurance-step .step-content .life-insurance-users .life-box.current-life-box {
    margin-top: 0;
  }
}
.life-insurance .insurance-steps .insurance-step .step-content .life-insurance-users .life-box.closed-life-box .data-result {
  display: block;
  background: #6b8dc0;
  padding: 10px;
}
@media (max-width: 767px) {
  .life-insurance .insurance-steps .insurance-step .step-content .life-insurance-users .life-box {
    margin-bottom: 0;
  }
}
.life-insurance .insurance-steps .insurance-step .step-content .life-insurance-users .life-box .remove-family-box {
  display: none;
}
.life-insurance .insurance-steps .insurance-step .step-content .life-insurance-users .life-box .data-result {
  overflow: hidden;
  position: relative;
  color: white;
  font-weight: bold;
}
.life-insurance .insurance-steps .insurance-step .step-content .life-insurance-users .life-box .data-result div {
  float: left;
  padding: 9px 0 0 0;
  margin-right: 10px;
}
.life-insurance .insurance-steps .insurance-step .step-content .life-insurance-users .life-box .data-result .life-phone-result {
  font-weight: bold;
  color: white;
  background: #6B8DC0;
  padding-left: 10px;
  padding-right: 10px;
  height: 40px;
  border-radius: 2px;
}
.life-insurance .insurance-steps .insurance-step .step-content .life-insurance-users .life-box .data-result .user-count {
  float: left;
  background-color: #6B8DC0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  padding: 8px 0 0 0;
  color: #fff;
  margin-right: 10px;
  font-weight: bold;
}
.life-insurance .insurance-steps .insurance-step .step-content .life-insurance-users .life-box .data-result .edit-life-box-btn {
  padding-top: 8px;
  font-weight: bold;
  font-size: 1em;
  background-color: #389e3d;
  border: 1px solid black;
  border-radius: 0px;
  height: 40px;
  margin: 10px;
  position: absolute;
  right: 0px;
  top: 0;
}
.life-insurance .insurance-steps .insurance-step .step-content .life-insurance-users .life-box input[type=text] {
  width: 100%;
  padding-right: 0;
  padding: 10px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .life-insurance .insurance-steps .insurance-step .step-content .life-insurance-users .life-box input[type=text] {
    padding: 8px;
    font-size: 12px;
  }
}
.life-insurance .insurance-steps .insurance-step .step-content .life-insurance-users .life-box .toggle {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .life-insurance .insurance-steps .insurance-step .step-content .life-insurance-users .life-box .toggle {
    height: 30px !important;
  }
}
.life-insurance .insurance-steps .insurance-step .step-content .life-insurance-users .life-box .toggle label {
  color: #fff;
}
.life-insurance .insurance-steps .insurance-step .step-content .life-box {
  margin-bottom: 30px;
  border-radius: 3px;
}
.life-insurance .insurance-steps .insurance-step .step-content .life-box.current-life-box {
  padding: 20px 0px;
}
@media (max-width: 767px) {
  .life-insurance .insurance-steps .insurance-step .step-content .life-box.current-life-box {
    padding: 0;
  }
}
.life-insurance .insurance-steps .insurance-step .step-content .life-box.current-life-box .data-result {
  display: none;
}
.life-insurance .insurance-steps .insurance-step .step-content .life-box.closed-life-box .data-result {
  display: block;
  background: #6b8dc0;
  padding: 10px;
}
.life-insurance .insurance-steps .insurance-step .step-content .life-box .remove-family-box {
  display: none;
}
.life-insurance .insurance-steps .insurance-step .step-content .life-box .data-result {
  overflow: hidden;
  position: relative;
  color: white;
  font-weight: bold;
}
.life-insurance .insurance-steps .insurance-step .step-content .life-box .data-result div {
  float: left;
  padding: 9px 0 0 0;
  margin-right: 10px;
}
.life-insurance .insurance-steps .insurance-step .step-content .life-box .data-result .life-phone-result {
  font-weight: bold;
  color: white;
  background: #6B8DC0;
  padding-left: 10px;
  padding-right: 10px;
  height: 40px;
  border-radius: 2px;
}
.life-insurance .insurance-steps .insurance-step .step-content .life-box .data-result .user-count {
  float: left;
  background-color: #6B8DC0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  padding: 8px 0 0 0;
  color: #fff;
  margin-right: 10px;
  font-weight: bold;
}
.life-insurance .insurance-steps .insurance-step .step-content .life-box .data-result .edit-life-box-btn {
  padding-top: 8px;
  font-weight: bold;
  font-size: 1em;
  background-color: #389e3d;
  border: 1px solid black;
  border-radius: 0px;
  height: 40px;
  margin: 10px;
  position: absolute;
  right: 0px;
  top: 0;
}
.life-insurance .insurance-steps .insurance-step .step-content .life-box input[type=text] {
  width: 100%;
  padding-right: 0;
  padding: 10px;
  font-size: 18px;
}
.life-insurance .insurance-steps .insurance-step .step-content .life-box .toggle {
  display: block;
  width: 100%;
}
.life-insurance .insurance-steps .insurance-step .step-content .life-box .toggle label {
  color: #fff;
}
.life-insurance .insurance-steps .insurance-step .step-content .family-users {
  clear: both;
}
.life-insurance .insurance-steps .insurance-step .step-content .family-users .life-box.current-life-box .remove-family-box {
  display: block;
}
.life-insurance .insurance-steps .insurance-step .step-content .family-users .life-box.closed-life-box {
  display: none;
}
.life-insurance .insurance-steps .insurance-step .step-content .family-users .life-box.closed-life-box .remove-family-box {
  display: none;
}
.life-insurance .insurance-steps .insurance-step .step-content .family-users .life-box .data-result .user-count {
  background-color: #b2aae0;
}
.life-insurance .insurance-steps .insurance-step .step-content .family-users .remove-family-box {
  position: absolute;
  right: -16px;
  top: -15px;
  color: white;
  font-weight: bold;
  font-size: 14px;
  border: 1px solid #d43f3a;
  background-color: #d9534f;
  width: 27px;
  height: 27px;
  text-align: center;
  vertical-align: middle;
  margin: 0;
  border-radius: 50%;
}
.life-insurance .insurance-steps .insurance-step .step-content .family-users .family-box {
  position: relative;
  margin-bottom: 20px;
}
.life-insurance .insurance-steps .insurance-step .step-content .add-family-user {
  display: none;
  color: #fff;
  background-color: #5cb85c !important;
  border-color: #4cae4c;
  margin: 0 0 20px 0;
  font-size: 15px;
  padding: 5px 15px;
  height: 40px;
}
.life-insurance .insurance-steps .insurance-step .step-content .add-family-user i {
  font-size: 13px;
  margin-left: 10px;
}
.life-insurance .insurance-prices .insurance-sum {
  text-align: center;
  padding: 20px 0 0 60px !important;
}
@media (max-width: 767px) {
  .life-insurance .insurance-prices .insurance-sum {
    padding: 5px 0 0 0 !important;
  }
}
.life-insurance .insurance-prices .insurance-sum .sum-result {
  font-size: 15px !important;
  margin-top: 3px !important;
  display: none;
}
@media (max-width: 767px) {
  .life-insurance .insurance-prices .insurance-sum .sum-result {
    font-size: 15px !important;
    margin-top: 9px !important;
  }
}
@media (max-width: 767px) {
  .life-insurance .insurance-prices .insurance-sum .calculate-preloader {
    width: 25px;
    margin: 5px;
  }
}
.life-insurance .insurance-prices .insurance-logo {
  text-align: center;
}
.life-insurance .insurance-prices .insurance-logo img {
  height: 60px !important;
  padding: 5px !important;
}
@media (max-width: 767px) {
  .life-insurance .insurance-prices .insurance-logo img {
    height: 80px !important;
    padding: 5px !important;
  }
}
.life-insurance .insurance-prices .life-insurance-action .order-insurance-button, .life-insurance .insurance-prices .life-insurance-action .order-btn {
  width: 100% !important;
  height: 40px !important;
  background-color: #00AEEF !important;
  color: #fff !important;
  font-size: 1.2em !important;
}
@media (max-width: 767px) {
  .life-insurance .insurance-prices .life-insurance-action .order-insurance-button, .life-insurance .insurance-prices .life-insurance-action .order-btn {
    height: 40px !important;
    font-size: 1em !important;
  }
}
.life-insurance .insurance-prices .life-insurance-action .company-error {
  height: 40px !important;
  background-color: #276f99 !important;
  color: #fff !important;
  font-size: 1.2em !important;
}
.life-insurance .insurance-prices .life-insurance-action .company-error i {
  margin: 5px;
}
@media (max-width: 767px) {
  .life-insurance .insurance-prices .life-insurance-action .company-error {
    height: 30px !important;
    font-size: 1em !important;
  }
}
.life-insurance .insurance-prices .life-insurance-action .disabled-button, .life-insurance .insurance-prices .life-insurance-action button[disabled] {
  background-color: #d2d6dc !important;
  border-color: #bec4cc;
  cursor: not-allowed;
}
.life-insurance .ulduzumLife {
  display: none;
  position: unset;
  text-align: center;
  max-width: 100%;
  top: 62px;
  left: 2%;
  font-size: 16px;
  font-weight: bold;
  font-family: "Roboto";
  color: white;
  background: red;
  border-radius: 3px;
  padding: 0 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .life-insurance .ulduzumLife {
    top: 62px;
    left: 12px;
    max-width: 99%;
    color: white;
    background: red;
    border-radius: 5px;
    padding: 0 5px;
    z-index: 9999 !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .life-insurance .ulduzumLife {
    top: 0;
    left: -2px;
    position: relative;
    text-align: center;
    max-width: 100%;
    color: white;
    background: red;
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .life-insurance .ulduzumLife {
    top: 0;
    left: 0;
    position: relative;
    text-align: center;
    padding: 0 35px;
    max-width: 100%;
    color: white;
    background: red;
  }
}
.life-insurance .insurance-period-template-item {
  min-height: 55px;
}
.life-insurance .insurance-period-template-item .active {
  background-color: #00AEEF;
  border-color: #00AEEF;
  color: white;
}
.life-insurance .insurance-period-template-item .active:focus, .life-insurance .insurance-period-template-item .active:active, .life-insurance .insurance-period-template-item .active:hover {
  background-color: #00AEEF !important;
  border-color: #00AEEF;
  color: white;
}
.life-insurance .insurance-period-template-item .btn-period-template {
  border: 2px solid #D6D6D6;
  font-size: 18px;
  height: 55px;
  width: 100%;
}
@media (min-width: 480px) and (max-width: 767px) {
  .life-insurance .insurance-period-template-item .btn-period-template {
    font-size: 12px;
    margin-top: 5px;
  }
}
@media (max-width: 479px) {
  .life-insurance .insurance-period-template-item .btn-period-template {
    font-size: 12px;
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .life-insurance .insurance-period-template-item .btn-period-template {
    height: 44px;
  }
}

.kasko-insurance {
  background-color: #f9f9f9;
  padding: 10px 10px;
  border-radius: 10px;
  margin-bottom: 50px;
}
.kasko-insurance .insurance-period-template-item {
  min-height: 55px;
  margin-bottom: 15px;
}
.kasko-insurance .insurance-period-template-item .active {
  background-color: #00AEEF;
  border-color: #00AEEF;
  color: white;
}
.kasko-insurance .insurance-period-template-item .active:focus, .kasko-insurance .insurance-period-template-item .active:active, .kasko-insurance .insurance-period-template-item .active:hover {
  background-color: #00AEEF !important;
  border-color: #00AEEF;
  color: white;
}
.kasko-insurance .insurance-period-template-item .error {
  border-color: #a94442 !important;
}
.kasko-insurance .insurance-period-template-item .error:focus, .kasko-insurance .insurance-period-template-item .error:active, .kasko-insurance .insurance-period-template-item .error:hover {
  border-color: #a94442 !important;
}
.kasko-insurance .insurance-period-template-item .btn-period-template {
  border: 2px solid #D6D6D6;
  font-size: 18px;
  height: 55px;
  width: 100%;
}
@media (min-width: 480px) and (max-width: 767px) {
  .kasko-insurance .insurance-period-template-item .btn-period-template {
    font-size: 12px;
    margin-top: 5px;
  }
}
@media (max-width: 479px) {
  .kasko-insurance .insurance-period-template-item .btn-period-template {
    font-size: 12px;
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .kasko-insurance .insurance-period-template-item .btn-period-template {
    height: 44px;
  }
}
.kasko-insurance .insurance-step-year-of-manufactured .year-of-manufactured {
  cursor: pointer;
  width: 100%;
  height: 50px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: normal;
  color: #00AEEF;
  border: 1px solid #00AEEF;
  margin: 15px 0;
}
.kasko-insurance .insurance-step-year-of-manufactured .year-of-manufactured.active {
  background: #00AEEF !important;
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF;
}
.kasko-insurance .insurance-step-brand-name .alphabet,
.kasko-insurance .insurance-step-model-name .alphabet,
.kasko-insurance .insurance-step-deductible .alphabet {
  color: #2b2b2b;
  cursor: pointer;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 50%;
  border: 1px solid #00AEEF;
  font-weight: bold;
}
.kasko-insurance .insurance-step-brand-name .make-parent,
.kasko-insurance .insurance-step-model-name .make-parent,
.kasko-insurance .insurance-step-deductible .make-parent {
  display: none;
}
.kasko-insurance .insurance-step-brand-name .make, .kasko-insurance .insurance-step-brand-name .model, .kasko-insurance .insurance-step-brand-name .deductible,
.kasko-insurance .insurance-step-model-name .make,
.kasko-insurance .insurance-step-model-name .model,
.kasko-insurance .insurance-step-model-name .deductible,
.kasko-insurance .insurance-step-deductible .make,
.kasko-insurance .insurance-step-deductible .model,
.kasko-insurance .insurance-step-deductible .deductible {
  cursor: pointer;
  width: 100%;
  height: 80px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: normal;
  color: #00AEEF;
  border: 1px solid #00AEEF;
  margin: 15px 0;
  text-align: center;
}
@media (max-width: 479px) {
  .kasko-insurance .insurance-step-brand-name .make, .kasko-insurance .insurance-step-brand-name .model, .kasko-insurance .insurance-step-brand-name .deductible,
  .kasko-insurance .insurance-step-model-name .make,
  .kasko-insurance .insurance-step-model-name .model,
  .kasko-insurance .insurance-step-model-name .deductible,
  .kasko-insurance .insurance-step-deductible .make,
  .kasko-insurance .insurance-step-deductible .model,
  .kasko-insurance .insurance-step-deductible .deductible {
    font-size: 12px;
    border: 0px;
    margin: 0px;
  }
}
.kasko-insurance .insurance-step-brand-name .make.active, .kasko-insurance .insurance-step-brand-name .model.active, .kasko-insurance .insurance-step-brand-name .deductible.active,
.kasko-insurance .insurance-step-model-name .make.active,
.kasko-insurance .insurance-step-model-name .model.active,
.kasko-insurance .insurance-step-model-name .deductible.active,
.kasko-insurance .insurance-step-deductible .make.active,
.kasko-insurance .insurance-step-deductible .model.active,
.kasko-insurance .insurance-step-deductible .deductible.active {
  background: #00AEEF !important;
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF;
}
.kasko-insurance .kasko-choise {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
}
.kasko-insurance .kasko-choise div {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #00CCFF;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  z-index: 999999 !important;
  color: #00CCFF;
  font-size: 20px;
  flex-direction: column;
}
.kasko-insurance .kasko-choise .kasko-choice-text {
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  color: #2b2b2b;
  padding: 5px;
}

.kasko-insurance .title {
  text-align: center;
}

#kasko-date {
  padding: 20px 0;
  margin-top: 15px;
  background-color: #f9f9f9;
  border-radius: 3px;
  margin-bottom: 20px;
}

.kasko-insurance-loading {
  width: 100%;
  position: fixed;
  z-index: 12111;
  bottom: 0;
}
.kasko-insurance-loading .progress {
  height: 30px;
  margin-bottom: 0px;
  border-radius: 0px;
}
.kasko-insurance-loading .progress .progress-bar {
  font-size: 16px;
  width: 40%;
  padding: 5px;
  font-weight: bold;
}

.auth-block {
  background: url("/public/images/backgrounds/auth-bg.jpg");
  background-size: cover;
}
.auth-block .inner-auth-block {
  height: 100%;
  min-height: 700px;
  padding: 60px 90px;
  color: #fff;
  text-align: center;
  position: relative;
}
.auth-block .inner-auth-block .title {
  color: #fff;
  text-transform: uppercase;
  margin: 10px 0;
}
.auth-block .inner-auth-block .auth-content {
  position: absolute;
  width: 60%;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  margin-top: 60px;
}
.auth-block .inner-auth-block .auth-content .auth-actions {
  width: 45%;
  display: inline-block;
  margin-right: 0px;
  margin-left: 5px;
  padding-top: 17px;
  padding-bottom: 10px;
  border-radius: 25px;
  margin-top: 10px;
}
.auth-block .inner-auth-block .auth-content .auth-actions a {
  color: #fff;
  font-weight: bold;
  display: block;
  text-decoration: underline;
  font-size: 18px;
}
.auth-block .inner-auth-block .auth-content .asan-box {
  width: 45%;
  display: inline-block;
  float: left;
  margin-right: 0px;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 25px;
  border: 2px solid #fff;
  background-color: white;
  cursor: pointer;
}
.auth-block .inner-auth-block .auth-content .asan-box img {
  width: 80%;
}
.auth-block .inner-auth-block .auth-content .btn {
  background-color: #00AEEF;
  width: 100%;
  border: 0;
  text-transform: uppercase;
  border-radius: 2px;
  margin-top: 30px;
}
.auth-block .inner-auth-block .auth-content .form-group {
  text-align: left;
}
.auth-block .auth-title {
  font-size: 20px;
  color: white;
}
.auth-block .restore-inner-auth-block {
  min-height: 900px !important;
}

/* Icbari style */
.cabinet-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cabinet-menu a {
  padding: 10px 20px;
  float: left;
  border: 1px solid #19add6;
  margin: 5px;
  min-width: 250px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .cabinet-menu a {
    min-width: 48% !important;
  }
}
@media (max-width: 479px) {
  .cabinet-menu a {
    min-width: 100% !important;
  }
}
.cabinet-menu a li {
  position: relative;
  color: #212121;
  font-size: 15px;
}
.cabinet-menu a li i {
  font-size: 25px;
  width: 30px;
  color: #5bc0de;
}
.cabinet-menu a li .label {
  margin-left: 10px;
  top: -5px;
  /* display: inline-block; */
  /* margin-top: -10px; */
  padding: 8px;
}
.cabinet-menu a.active, .cabinet-menu a:hover {
  cursor: pointer;
  background: #5bc0de;
}
.cabinet-menu a.active li, .cabinet-menu a:hover li {
  color: white;
}
.cabinet-menu a.active li i, .cabinet-menu a:hover li i {
  color: white;
}

.added-policy {
  color: green;
  font-size: 15px;
}

.addPolicyTitle {
  background: #eeeeee;
  padding: 15px;
  margin-bottom: 10px;
}

.change-policy-info {
  max-width: 900px;
  border: 1px dashed green;
  border-radius: 5px;
  padding: 15px;
}
.change-policy-info i {
  color: green;
}

#addNewPolicyDocumentModal .vehicleRegistrationNumber {
  text-transform: uppercase;
}
#addNewPolicyDocumentModal .nav-pills > li > a {
  border: 1px solid #efefef;
  border-radius: 0;
}
#addNewPolicyDocumentModal .nav-pills > li.active > a,
#addNewPolicyDocumentModal .nav-pills > li.active > a:hover,
#addNewPolicyDocumentModal .nav-pills > li.active > a:focus {
  background-color: #5bc0de;
  border: 1px solid #5bc0de;
  border-radius: 0;
}
#addNewPolicyDocumentModal .tab-content {
  padding: 15px 5px;
}
#addNewPolicyDocumentModal .modal-header .modal-title {
  font-weight: normal;
}
#addNewPolicyDocumentModal .modal-body input, #addNewPolicyDocumentModal .modal-body select {
  height: 46px;
  padding: 10px 15px;
  border: 1px solid #00aeef;
  font-size: 16px;
}
#addNewPolicyDocumentModal .modal-body label, #addNewPolicyDocumentModal .modal-body select, #addNewPolicyDocumentModal .modal-body input {
  color: #2b2b2b;
  font-weight: normal;
}

.modal-policy-sendmail-parent .modal-align {
  position: fixed;
  top: 0;
  left: 25%;
}
.modal-policy-sendmail-parent .modal-policy-sendmail .modal-content {
  width: 100%;
  height: auto;
}
.modal-policy-sendmail-parent .modal-policy-sendmail .modal-image {
  margin: auto;
  width: 200px;
  transition: width 2s;
}
.modal-policy-sendmail-parent .modal-policy-sendmail .modal-image:hover {
  width: 100%;
}

@media only screen and (min-width: 400px) {
  /* styles for browsers larger than 360px; */
  .modal-align {
    position: fixed;
    top: 0;
    left: 10% !important;
  }
}
@media only screen and (min-width: 800px) {
  /* styles for browsers larger than 360px; */
  .modal-align {
    position: fixed;
    top: 0;
    left: 55% !important;
  }
  .modal-content {
    width: 60%;
    height: auto;
  }
}
@media only screen and (min-width: 1250px) {
  /* styles for browsers larger than 360px; */
  .modal-align {
    position: fixed;
    top: 0;
    left: 25% !important;
  }
  .modal-content {
    width: 100%;
    height: auto;
  }
}
.table-parent-div {
  width: 200px;
}

.policy-number {
  font-size: 18px;
  margin: 10px 0;
}
.policy-number b {
  margin-right: 10px;
}

.payment-number {
  font-size: 16px;
  margin: 10px 0 20px 0;
}
.payment-number b {
  margin-right: 10px;
}

.paymetn-btn {
  margin-left: 15px;
}

.status-success {
  color: #185F1D;
  text-transform: uppercase;
}
.status-success i {
  margin-right: 5px;
}

.status-error {
  color: red;
  font-weight: bold;
}
.status-error i {
  margin-right: 5px;
}

.payment-window {
  position: relative;
  margin-top: 50px;
}
.payment-window iframe {
  width: 100%;
  height: 800px;
  border: 0;
}
.payment-window .payment-help {
  background-color: rgba(255, 255, 255, 0.93);
  padding: 20px;
  margin: 20px;
  font-size: 20px;
  border: 2px solid #000;
}

.policy-cover {
  width: 100%;
}

.policy-result {
  padding: 20px 0;
}

.policy-actions .help-title {
  font-size: 18px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 15px;
}
.policy-actions ul {
  list-style: none;
  padding-left: 10px;
  margin-top: 20px;
}
.policy-actions ul li {
  background-repeat: no-repeat;
  background-position: 0px 10px;
  background-size: 26px;
  padding: 10px;
  padding-left: 40px;
  font-size: 16px;
}
.policy-actions ul .download {
  background-image: url("/public/images/icons/download.png");
}
.policy-actions ul .print {
  background-image: url("/public/images/icons/print.png");
}
.policy-actions ul .print-empty {
  background-image: url("/public/images/icons/print-empty.png");
}
.policy-actions ul .whatsapp {
  background-image: url("/public/images/icons/whatsapp.png");
}
.policy-actions ul .mail {
  background-image: url("/public/images/icons/mail.png");
}
.policy-actions ul .user {
  background-image: url("/public/images/icons/user.png");
}
.policy-actions ul .delimeter {
  border-bottom: 1px solid #efefef;
  padding: 5px 0;
}

.policy-error {
  border: 1px dashed rgb(212, 63, 58);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
  max-width: 900px;
}
.policy-error .error-title {
  font-weight: bold;
  color: rgb(212, 63, 58);
  background-color: #fffbfb;
  font-size: 16px;
}
.policy-error .action-button {
  text-align: right;
}

.polices-table {
  overflow-x: auto;
  font-weight: normal;
  color: #212121;
  /*	display: block;*/
}
.polices-table th {
  font-size: 14px !important;
  background: #46B8DA;
  border-color: #46B8DA !important;
  color: white;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  vertical-align: middle !important;
}
.polices-table tr.progress-row div.progress {
  border-radius: 3px !important;
  height: 20px;
}
.polices-table tr.progress-row td {
  border-top: 0 !important;
}
.polices-table tr.content-row td {
  border-bottom: 0 !important;
}
.polices-table th {
  font-weight: normal;
  font-size: 1.1em;
}
.polices-table .payed-date hr {
  margin: 7px 0;
}
.polices-table .comission-payed-date hr {
  margin: 7px 0;
}
.polices-table .pay-status {
  text-transform: uppercase;
}
.polices-table .pay-status span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 5px;
}
.polices-table .pay-status.payed span {
  background-color: green;
}
.polices-table .pay-status.not-payed span {
  background-color: red;
}
.polices-table .pay-status.half-payed span {
  background-color: #ffdd00;
}
.polices-table .user-type {
  min-width: 120px;
  text-align: center;
}
.polices-table .user-type a {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.polices-table .police-status {
  text-transform: uppercase;
}
.polices-table .police-status span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 5px;
}
.polices-table .police-status.police-success span {
  background-color: green;
}
.polices-table .police-status.police-error span {
  background-color: red;
}
.polices-table .progress {
  margin-bottom: 0px;
}

.insurance-buttons .btn {
  min-width: 115px;
  margin: 0px 5px;
  margin-top: 5px;
}
@media (max-width: 479px) {
  .insurance-buttons .btn {
    margin: 5px 5px;
    min-width: 115px !important;
  }
}
.insurance-buttons .btn-default:hover {
  background: inherit !important;
  border-color: #46b8da;
}

.info-panel {
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  margin: 10px 0;
}
.info-panel.auto-info {
  background: url("/public/images/icons/car.png") no-repeat;
}
.info-panel.person-info {
  background: url("/public/images/icons/man.png") no-repeat;
}
.info-panel.insurance-info {
  background: url("/public/images/icons/info.png") no-repeat;
}
.info-panel .info-panel-header {
  border-bottom: 1px solid #f2f2f2;
  text-align: center;
  padding: 13px;
  font-size: 18px;
}
.info-panel .info-panel-footer {
  border-top: 1px solid #f2f2f2;
  text-align: center;
  padding: 8px;
}
.info-panel .info-panel-body {
  padding: 10px;
  min-height: 400px;
}
.info-panel .info-panel-body label {
  display: block;
}
.info-panel .info-panel-body .polices-info-table td {
  border: 0;
}
.info-panel .info-panel-body .polices-info-table td:first-child {
  border-right: 1px solid #f2f2f2;
  width: 50%;
}
.info-panel .info-panel-body .polices-info-table td:last-child {
  padding-left: 25px;
  width: 50%;
}

.policy-agent-info a {
  margin-bottom: 10px;
  width: 100%;
}

.polices-comissions-info-div div {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.polices-comissions-info-div div:last-child {
  border: 0;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.calculateInsuranceCompanyRankBlock {
  padding-top: 17px;
  height: 100px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .calculateInsuranceCompanyRankBlock {
    padding-top: 0px;
  }
}
.calculateInsuranceCompanyRankBlock a {
  display: block;
  float: left;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 30px;
  height: 50px;
  border-radius: 3px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .calculateInsuranceCompanyRankBlock a {
    margin-right: 0px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .calculateInsuranceCompanyRankBlock a {
    margin-right: 0px !important;
  }
}
.calculateInsuranceCompanyRankBlock a i {
  font-size: 30px;
  color: #00aeef;
}
.calculateInsuranceCompanyRankBlock a span.average-rating .title {
  color: #00aeef;
  font-size: 18px;
  padding: 5px;
}
.calculateInsuranceCompanyRankBlock a span.average-rating .sum {
  color: white;
  font-weight: bold;
  font-size: 18px;
  border: 1px solid #00aeef;
  background: #00aeef;
  border-radius: 6px 6px 6px 0;
  padding: 5px;
  text-align: center;
  display: inline-block;
  min-width: 40px;
  height: 40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .calculateInsuranceCompanyRankBlock a {
    margin-right: 10px;
    background-size: 25px;
  }
  .calculateInsuranceCompanyRankBlock a i {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .calculateInsuranceCompanyRankBlock a {
    margin-right: 10px;
    background-size: 20px;
    width: 60px;
    height: 60px;
  }
  .calculateInsuranceCompanyRankBlock a span.average-rating .title {
    font-size: 14px !important;
  }
  .calculateInsuranceCompanyRankBlock a span.average-rating .sum {
    font-size: 14px !important;
    font-weight: normal;
    min-width: 30px;
    height: 30px;
  }
  .calculateInsuranceCompanyRankBlock a i {
    font-size: 25px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .calculateInsuranceCompanyRankBlock a {
    margin-right: 10px;
    background-size: 20px;
  }
  .calculateInsuranceCompanyRankBlock a i {
    font-size: 14px !important;
  }
}

.calculateInsuranceCompanyRankBlockMobile {
  margin: 10px 10px;
  overflow: hidden;
  clear: both;
}
@media (max-width: 767px) {
  .calculateInsuranceCompanyRankBlockMobile {
    margin: 0 5px;
    padding-left: 15px;
    padding-right: 15px;
    border-top: 1px solid #f3f3f3;
  }
}
.calculateInsuranceCompanyRankBlockMobile a {
  width: 50%;
  margin: 15px 0;
  float: left;
  display: block;
  background-size: 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-align: center;
}
.calculateInsuranceCompanyRankBlockMobile a i {
  vertical-align: middle;
  font-size: 20px;
  color: #00aeef;
}
.calculateInsuranceCompanyRankBlockMobile a span.average-rating .title {
  color: #00aeef;
  font-size: 18px;
  padding: 5px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .calculateInsuranceCompanyRankBlockMobile a span.average-rating .title {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .calculateInsuranceCompanyRankBlockMobile a span.average-rating .title {
    font-size: 14px;
  }
}
.calculateInsuranceCompanyRankBlockMobile a span.average-rating .sum {
  color: white;
  font-weight: bold;
  font-size: 18px;
  border: 1px solid #00aeef;
  background: #00aeef;
  border-radius: 6px 6px 6px 0;
  padding: 5px;
  text-align: center;
  display: inline-block;
  min-width: 40px;
  height: 40px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .calculateInsuranceCompanyRankBlockMobile a span.average-rating .sum {
    font-size: 16px;
    height: 35px;
    min-width: 35px;
  }
}
@media (max-width: 479px) {
  .calculateInsuranceCompanyRankBlockMobile a span.average-rating .sum {
    font-size: 14px;
    height: 25px;
    min-width: 25px;
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .calculateInsuranceCompanyRankBlockMobile a {
    background-size: 20px;
  }
}

.company-rating {
  color: #00aeef;
}

.profile {
  position: relative;
}
.profile .leftside {
  padding-top: 100px;
}
.profile .leftside .user-details {
  padding: 20px;
  border: 1px solid #D7D7D7;
  border-radius: 3px;
  position: relative;
  padding-top: 110px;
}
.profile .leftside .user-details .avatar {
  position: absolute;
  width: 180px;
  height: 180px;
  background-size: cover;
  background-repeat: no-repeat;
  top: -50%;
  left: 50%;
  transform: translate(-50%, 65%);
  border-radius: 50%;
  border: 5px solid #fff;
  box-shadow: 0px 10px 14px 0px rgb(214, 214, 214);
}
.profile .leftside .user-details .avatar img {
  border-radius: 50%;
}
.profile .rightside .user-name {
  font-size: 30px;
  margin: 23px 0;
}
.profile .rightside .user-info {
  padding: 20px;
  border: 1px solid #D7D7D7;
  border-radius: 3px;
  position: relative;
}
.profile .avatar img {
  width: 100%;
}
.profile .edit-actions {
  text-align: left;
  border-top: 1px solid #dddddd;
  margin-top: 5px;
  padding-top: 5px;
}
.profile .user-info {
  font-size: 14px;
}
.profile .user-info td:last-child {
  font-weight: bold;
}
.profile .user-info i {
  margin-right: 10px;
}
.profile .rank {
  display: none;
  position: absolute;
  top: 0px;
  right: 100px;
}
.profile .rank .percent {
  border: 8px solid #FFC500;
  /* width: 60px; */
  /* height: 60px; */
  padding: 14px;
  border-radius: 50%;
  font-size: 23px;
  font-weight: bold;
}

.edit-profile {
  width: 100%;
  border-radius: 3px;
  position: relative;
}
.edit-profile .avatar img {
  width: 100%;
}
.user-achievements .achievement-item {
  float: left;
}
.user-achievements .achievement-item img {
  width: 72px;
  margin-right: 20px;
  transition: all 0.3s;
}
.user-achievements .achievement-item img:hover {
  transform: scale(1.2);
}

.subagents-edit .tab-content {
  margin-top: 20px;
}

.subagents-list th img {
  width: 80px;
}

.filter {
  margin: 10px 0;
  background-color: #f1f1f1;
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid #ddd;
}
.filter .title {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .insurance-buttons .cabinet-detail-search .text-responsive {
    text-align: left !important;
  }
}

.partner-link {
  display: inline-block;
  border: 2px dashed #bdd0b5;
  padding: 5px 20px;
  font-size: 22px;
  margin-top: 10px;
}

.partners-content {
  background-color: #00AEEF;
  color: #fff;
  padding: 20px 30px;
  background-position: 100% 95%;
  background-size: 45%;
  font-size: 16px;
}
.partners-content .cabinet-title h2 {
  color: #8DD1F5 !important;
}
.partners-content .title {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 30px;
}
.partners-content .content-box .partners-label {
  border-bottom: 0px solid #fff;
  /* display: inline-block; */
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 20px;
}
.partners-content .content-box .partners-description {
  border-right: 1px solid #3FC2F2;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .partners-content .content-box .partners-description .text {
    padding-bottom: 20px;
  }
}
.partners-content .content-box .partners-achievements .table {
  margin-top: 20px;
  background-color: transparent;
}
.partners-content .content-box .partners-achievements .table td {
  padding: 15px;
}
.partners-content .content-box .partner-id {
  margin-top: 30px;
}
.partners-content .content-box .partner-id input {
  background-color: #33BEF2;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 5px 15px;
  font-size: 16px;
  width: 110px;
}
.partners-content .content-box .partners-img {
  margin-top: 100px;
}
.partners-content .content-box .partners-img img {
  width: 100%;
}
.partners-content .content-box .invite-link {
  margin-top: 10px;
}
.partners-content .content-box .invite-link input {
  background-color: #33BEF2;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 5px 15px;
  font-size: 16px;
  width: 100%;
}
.partners-content .content-box .invite-link .invite-link-actions {
  margin-top: 20px;
}
.partners-content .content-box .invite-link .invite-link-actions a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 5px;
  margin-right: 15px;
}
.partners-content .content-box .invite-link .invite-link-actions .copy-action {
  background: url(/public/images/icons/partners/copy.png) 50% 50% no-repeat;
}
.partners-content .content-box .invite-link .invite-link-actions .email-action {
  background: url(/public/images/icons/partners/mail.png) 50% 50% no-repeat;
}
.partners-content .content-box .invite-link .invite-link-actions .whatsapp-action {
  background: url(/public/images/icons/partners/whatsapp.png) 50% 50% no-repeat;
}
.partners-content .content-box .invite-link .invite-link-actions .facebook-action {
  background: url(/public/images/icons/partners/facebook.png) 50% 50% no-repeat;
}
.partners-content .partner-steps {
  margin-top: 30px;
}
.partners-content .partner-steps h4 {
  color: #fff;
}
.partners-content .partner-steps .partner-step-title {
  /*border-bottom: 1px dashed #fff;*/
}
.partners-content .partner-steps .partner-step-content {
  margin-top: 10px;
}
.partners-content .partner-steps a {
  color: #fff;
  border-bottom: 1px dashed #fff;
}
.partners-content .partner-steps .step {
  margin-bottom: 20px;
}
.partners-content .partner-steps .step-user-card input {
  width: 100%;
  color: #000;
  padding: 5px 10px;
  border: 1px solid #5a79be;
  border-radius: 5px;
}
.partners-content .partner-steps .terms-agree-checkbox {
  margin-top: 2px;
}

#sendMailModal textarea {
  height: 300px;
}

#headerText {
  text-align: center;
  color: #2b2b2b;
  font-family: "Roboto";
  font-weight: bold;
  font-size: 42px;
  margin-bottom: 5px;
}

#header {
  padding: 17px;
  background-color: #ffffff;
}

.logo-container {
  padding: 1px;
}

.logos-box {
  border: 3px solid #33B3F2;
  border-radius: 25px;
  position: relative;
  z-index: 1;
  padding: 5px 30px;
  margin: 35px auto;
  /* text-align: center; */
}

.logo-category {
  position: relative;
  border: 3px solid #33B3F2;
  border-radius: 8px;
  width: 25%;
  min-width: 200px;
  background-color: white;
  z-index: 2;
  margin: auto;
  top: -30px;
}

.logo-category-text {
  text-align: center;
  margin-bottom: 5px;
  padding: 7px;
  font-family: "Roboto";
  color: #33B3F2;
  font-size: 20px;
}

.logo {
  height: 90px;
  width: 120px;
  object-fit: contain;
  padding: 0px 10px;
  position: relative;
}

@media only screen and (min-width: 200px) and (max-width: 350px) {
  .logos-box {
    width: 100%;
    border: 3px solid #33B3F2;
    border-radius: 25px;
    position: relative;
    z-index: 1;
    padding: 5px 10px;
    margin: 35px auto;
  }
}
.row-partner-box {
  margin-top: -30px;
}

.story-block .story-header {
  text-align: center;
  font-family: "Roboto";
}
.story-block #ourStory {
  color: #2b2b2b;
  font-size: 37px;
}
.story-block #ourStoryText {
  color: #2b2b2b;
  font-size: 14px;
}
.story-block .event {
  color: #2b2b2b;
  font-size: 14px;
}
.story-block .story-header-content {
  margin: 26px;
}
.story-block .history {
  position: relative;
  border-left: 5px solid #33B3F2;
  border-radius: 5px;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.story-block .wrapper {
  margin-left: 30px;
}
.story-block .outer-circle {
  position: relative;
  border-radius: 20px;
  background-color: rgb(146, 146, 164);
  width: 17px;
  height: 17px;
  z-index: 2;
  top: -40px;
  left: -62px;
  opacity: 0.5;
  margin: 50px;
}
.story-block .inner-circle {
  position: relative;
  border-radius: 20px;
  background-color: #f7fffe;
  width: 8px;
  height: 8px;
  z-index: 3;
  top: -102px;
  left: -58px;
  margin: 50px;
}
.story-block .month-event {
  position: relative;
  color: #2b2b2b;
  font-family: "Roboto";
  top: -169px;
  padding-left: 15px;
}
.rank-stats {
  border: 0px solid #bdbdbd;
  padding: 20px;
  overflow: hidden;
}
.rank-stats .rank-stat-label {
  margin-top: 2px;
}
.rank-stats .rank-stat-info {
  /*float: left;*/
}
.rank-stats .rank-stat-info .progress {
  height: 30px;
  position: relative;
  margin-bottom: 0;
}
.rank-stats .rank-stat-info .progress span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  top: 3px;
  color: black;
}

.user-ranks .user-achievement {
  position: relative;
}
.user-ranks .user-achievement .user-achievement-image {
  position: absolute;
  top: -15px;
  width: 60px;
}

.sub-list-group {
  margin-left: 20px;
  display: none;
}
.sub-list-group a {
  margin-top: 0;
  background-color: #f1f1f1;
  border-radius: 0px !important;
  border-bottom: 0;
  padding: 8px 15px 8px 50px;
  font-size: 14px;
}

.notifications .notification-item {
  padding: 10px;
  border: 1px solid #dddfe2;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
  border-radius: 3px;
}
.notifications .notification-item .btn {
  border-radius: 3px;
}
.notifications .notification-item.unread {
  background-color: #33bef2;
  color: white;
  border: 1px solid #33bef2;
}

.fixed-btn {
  position: fixed;
  bottom: 50px;
  right: 50%;
  transform: translate(50%, 0);
}

.cabinet-user-icon {
  color: white;
  font-size: 20px;
  margin-right: 2px !important;
}

.exportToExcel {
  background-size: 30px;
  /* height: 30px; */
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  /* padding: 20px; */
  float: right;
}
@media (min-width: 768px) and (max-width: 991px) {
  .exportToExcel {
    float: left !important;
    margin-top: 30px !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .exportToExcel {
    float: left !important;
    margin-top: 30px !important;
  }
}
@media (max-width: 479px) {
  .exportToExcel {
    float: left !important;
    margin-top: 30px !important;
  }
}

.cabinet-wrapper {
  border: 1px solid #f2f2f2;
  margin-bottom: 40px;
}
@media (max-width: 479px) {
  .cabinet-wrapper .cabinet-sidebar {
    display: none;
  }
}
.cabinet-wrapper .col-lg-3 {
  padding-right: 0;
}
.cabinet-wrapper .col-lg-9 {
  padding-left: 0px;
}
.cabinet-wrapper .cabinet-detail-search {
  display: inline-block;
  float: left;
  width: 100%;
  text-align: left;
}
.cabinet-wrapper .cabinet-detail-search .btn-filter-popup {
  margin: 0;
}
@media (max-width: 479px) {
  .cabinet-wrapper .cabinet-detail-search {
    position: relative;
    right: 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .cabinet-wrapper .cabinet-detail-search {
    position: absolute;
    right: 0;
    top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cabinet-wrapper .cabinet-detail-search {
    position: absolute;
    right: 0;
    top: 30px;
  }
}
.cabinet-wrapper .cabinet-menu-button {
  position: absolute;
  top: 0;
  right: 25px;
  padding: 15px;
  min-width: 110px;
}
.cabinet-wrapper .cabinet-sidebar {
  background: #f7fdff;
  padding: 15px 0;
}
.cabinet-wrapper .cabinet-sidebar .short-profile {
  overflow: hidden;
  height: 200px;
}
.cabinet-wrapper .cabinet-sidebar .short-profile .avatar {
  position: relative;
  width: 150px;
  height: 150px;
  margin: auto;
}
.cabinet-wrapper .cabinet-sidebar .short-profile .avatar img {
  width: 100%;
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cabinet-wrapper .cabinet-sidebar .short-profile .avatar .agent-badge {
  position: absolute;
  z-index: 100;
  top: 64px;
  left: -5px;
  background-color: #19add6;
  /*width: 50px;*/
  height: 20px;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  font-weight: bold;
  padding: 0px 10px;
  line-height: 20px;
}
.cabinet-wrapper .cabinet-sidebar .short-profile .info {
  margin: 20px;
  font-weight: bold;
  float: left;
}
.cabinet-wrapper .cabinet-sidebar .short-profile .info i {
  margin-right: 5px;
}
.cabinet-wrapper .cabinet-sidebar .cabinet-actions {
  margin: 20px;
  padding-top: 20px;
  border-top: 1px solid #f5f3f3;
}
.cabinet-wrapper .cabinet-sidebar .cabinet-actions a {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.cabinet-wrapper .cabinet-content {
  border-left: 1px solid #f2f2f2;
  min-height: 300px;
  padding: 20px 20px 20px 20px;
}
.cabinet-wrapper .cabinet-content .cabinet-title {
  padding-top: 10px;
  padding-bottom: 10px;
}
.cabinet-wrapper .cabinet-content .cabinet-title h2 {
  font-size: 25px !important;
  color: #2b2b2b;
}

@media (max-width: 991px) {
  .cabinet-content {
    margin-top: 30px;
    padding: 0;
    border: 0;
  }
}
.new-insurance-companies {
  list-style: none;
}
.new-insurance-companies li {
  display: inline-block;
  border: 1px solid #3e4a60;
  /* padding: 20px; */
  min-height: 120px;
  float: left;
  margin-right: 20px;
  width: 150px;
  text-align: center;
}
.new-insurance-companies li .company-name {
  background-color: #3e4a60;
  color: #fff;
  padding: 3px;
}
.new-insurance-companies li img {
  width: 100px;
}

.change-partner-link {
  background: white;
  border-color: white;
  color: #1a88af;
  cursor: pointer;
}

.save-partner-link {
  background: white;
  border-color: white;
  color: #1a88af;
  cursor: pointer;
}

.partner-link-fixed-input {
  background: #33BEF2;
  border-color: white;
  color: white;
  font-size: 16px;
}

.cabinet-sort {
  float: right;
  margin-top: 5px;
}
.cabinet-sort .form-group {
  display: inline-block;
}

/* Icbari style */
.company-detail .company-info-header-parent {
  height: auto;
  overflow: auto;
  padding: 10px;
}
.company-detail .company-info-header-parent .company-info-header {
  height: auto;
  overflow: auto;
}
.company-detail .company-info-header-parent .company-info-header .company-logo {
  padding: 15px;
  border: 1px solid #ECF0F1;
}
.company-detail .company-info-header-parent .company-info-header .company-logo .company-logo-img {
  height: auto;
  width: 100%;
}
.company-detail .company-info-header-parent .company-info-header .company-title {
  margin: 5px;
}
.company-detail .company-info-header-parent .company-info-header .company-title .company-title-text {
  font-size: 1.8em;
  font-weight: bold;
  color: black;
}
.company-detail .company-info-header-parent .company-info-header .company-meta .btn-section, .company-detail .company-info-header-parent .company-info-header .company-meta .btn-section:active, .company-detail .company-info-header-parent .company-info-header .company-meta .btn-section:hover {
  background: none !important;
  color: black !important;
  border-color: #2eb1f7 !important;
  border-radius: 1px;
  min-width: 100px;
  margin: 5px;
  padding: 10px;
  position: relative;
  margin-right: 10px;
}
@media (max-width: 399px) {
  .company-detail .company-info-header-parent .company-info-header .company-meta .btn-section, .company-detail .company-info-header-parent .company-info-header .company-meta .btn-section:active, .company-detail .company-info-header-parent .company-info-header .company-meta .btn-section:hover {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .company-detail .company-info-header-parent .company-info-header .company-meta .btn-section, .company-detail .company-info-header-parent .company-info-header .company-meta .btn-section:active, .company-detail .company-info-header-parent .company-info-header .company-meta .btn-section:hover {
    width: 100%;
  }
}
.company-detail .company-info-header-parent .company-info-header .company-meta .company-links {
  padding: 15px;
}
.company-detail .company-info-header-parent .company-info-header .company-meta .company-links a {
  font-size: 20px;
  margin-right: 10px;
}
.company-detail .company-info-header-parent .company-info-header .company-meta .points-number {
  color: #395A9E;
  font-size: 20px;
}
.company-detail .company-info-header-parent .company-info-header .company-meta .meta-text {
  background-color: #3e4a60;
  color: white;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: -16px;
  right: -12px;
  border-radius: 50%;
  font-size: 15px;
  padding: 5px;
}
.company-detail .company-info-header-parent .company-info-header .company-meta .fa-meta-icon {
  color: #395A9E;
  font-size: 1em;
}
.company-detail .company-info-header-parent .company-info-header .company-meta .meta-icon {
  width: 20px;
  margin: 0 6px;
}
.company-detail .company-info-body-parent {
  padding: 10px;
  background: #ECF0F1;
}
.company-detail .company-info-body-parent .company-info-body {
  background: #FFFFFF;
  box-shadow: 2px 2px #CBCFD0;
  padding: 15px;
  word-wrap: break-word;
}
.company-detail .company-info-body-parent .company-info-question {
  color: black;
  font-size: 1em;
  font-weight: bold;
  padding: 10px;
  font-family: roboto;
}
.company-detail .company-info-body-parent .company-info-question .fa-detail-icon {
  color: #395A9E;
  font-size: 1.5em;
  margin-left: 10px;
  margin-right: 20px;
}
.company-detail .company-info-body-parent .company-info-answer {
  color: black;
  font-size: 1em;
  padding: 10px;
  font-family: roboto;
}
.company-detail .company-info-body-parent .company-info-db-image {
  border: 1px solid #ecf0f1;
  padding: 5px;
  width: 150px;
  height: auto;
}

.companies-list .row-companies-raiting {
  margin-bottom: 40px;
}
.companies-list .row-companies-raiting .col-companies-raiting {
  padding: 5px;
  color: #6B8DC0;
  border: 2px solid #6B8DC0;
  display: block;
  margin: auto;
  text-align: center;
  font-size: 25px;
}
.companies-list .row-companies-raiting .col-companies-raiting .label-raiting-new {
  background: #6B8DC0;
  font-size: 12px;
}
.companies-list .points-number {
  color: #395A9E;
  font-size: 20px;
}
.companies-list .company-item {
  border: 1px solid #2eb1f7;
  position: relative;
  min-height: 120px;
  background-color: #fafdff;
  border-radius: 2px;
  padding: 10px;
  margin-bottom: 20px;
  -webkit-box-shadow: 12px 10px 2px -4px rgb(46, 177, 247);
  -moz-box-shadow: 12px 10px 2px -4px rgb(46, 177, 247);
  box-shadow: 12px 10px 2px -4px rgb(46, 177, 247);
}
.companies-list .company-item:hover {
  border-color: #d1e8ff;
}
.companies-list .company-item .company-logo {
  float: left;
}
.companies-list .company-item .company-logo .company-logo-item {
  height: 70px;
}
.companies-list .company-item .company-logo .company-detail {
  cursor: pointer;
  width: 60px;
  text-align: center;
  font-size: 1.2em;
  margin-top: 5px;
  margin-left: 5px;
}
.companies-list .company-item .company-logo .company-detail-button {
  background: #2eb1f7;
  border: 1px solid #2eb1f7;
  border-radius: 5px;
  color: white;
}
.companies-list .company-item .company-info {
  margin: 10px 0 0 20px;
  float: left;
}
.companies-list .company-item .company-info .company-title {
  font-size: 16px;
  border-bottom: 1px solid #eaf4ff;
  margin-top: 10px;
  padding-bottom: 10px;
}
.companies-list .company-item .company-info .company-title span {
  position: relative;
}
.companies-list .company-item .company-info .company-title h2 {
  font-size: 20px;
  font-weight: normal;
}
@media (max-width: 399px) {
  .companies-list .company-item .company-info .company-title h2 {
    font-size: 14px;
  }
}
.companies-list .company-item .company-info .company-links {
  padding: 15px;
}
@media (max-width: 767px) {
  .companies-list .company-item .company-info .company-links {
    width: 250px;
  }
}
@media (max-width: 399px) {
  .companies-list .company-item .company-info .company-links {
    width: 150px;
  }
}
.companies-list .company-item .company-info .company-links a {
  font-size: 20px;
  margin-right: 10px;
  color: #2eb1f7 !important;
}
.companies-list .company-item .company-link-info {
  display: none;
  background-color: #ffffdc;
  padding: 5px 10px;
  margin-top: 10px;
}
.companies-list .company-item.choice {
  border-color: #fdc400;
  background-color: #fffaea;
}
.companies-list .company-item .people-choice-icon {
  position: absolute;
  right: 10px;
  top: -25px;
  width: 60px;
}

.legislation-table th h2 {
  font-size: 15px;
}
.legislation-table td {
  padding: 15px !important;
  vertical-align: middle !important;
}
.legislation-table td:not(.legislation-name) {
  text-align: center;
}

.reviews-list .review-item {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  padding: 10px;
}
.reviews-list .review-item__title {
  font-weight: bold;
  font-size: 18px;
}

.products-list .product-item {
  margin-top: 21px;
  box-shadow: 1px 4px 16px 3px rgb(199, 197, 199);
}
.products-list .product-item .content-footer > img {
  width: 33px;
  height: 33px;
  border-radius: 100%;
  margin-right: 10px;
  border: 2px solid #fff;
  background-color: #fff;
}
.products-list .product-item .content-title {
  font-size: 17px;
  font-weight: bold;
  padding: 10px;
  background-color: #fff;
  min-height: 82px;
}
.products-list .product-item .product-image {
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}
.products-list .product-item .fb-comments-count {
  display: inline-block;
}

.detail-product .product-image {
  width: 300px;
  float: left;
  padding: 0 30px 30px 0;
}
.detail-product .product-text {
  text-align: justify;
}
.detail-product .product-title {
  margin-bottom: 40px;
}

#blog-section {
  margin-top: 40px;
  margin-bottom: 80px;
}

.content-footer {
  background-color: #6377a1;
  padding: 10px;
  position: relative;
}

.content-footer span a {
  color: #fff;
  display: inline-block;
  padding: 6px 5px;
  text-decoration: none;
  transition: 0.5s;
}

.content-footer span a:hover {
  color: #F39C12;
}

.user-ditels {
  width: 300px;
  top: -100px;
  height: 100px;
  padding-bottom: 99px;
  position: absolute;
  border: solid 2px #fff;
  background-color: #34495E;
  right: 25px;
  display: none;
  z-index: 1;
}

@media (max-width: 768px) {
  .user-ditels {
    right: 5px;
  }
}
.user-small-img {
  cursor: pointer;
}

.content-footer .user-small-img:hover .content-footer .user-ditels {
  display: block;
}

.content-footer .user-ditels .user-img {
  width: 100px;
  height: 100px;
  float: left;
}

.user-full-ditels h3 {
  color: #fff;
  display: block;
  margin: 0px;
  padding-top: 10px;
  padding-right: 28px;
  text-align: right;
}

.user-full-ditels p {
  color: #fff;
  display: block;
  margin: 0px;
  padding-right: 20px;
  padding-top: 5px;
  text-align: right;
}

.social-icon {
  background-color: #fff;
  margin-top: 10px;
  padding-right: 20px;
  text-align: right;
}

.social-icon > a {
  font-size: 20px;
  text-decoration: none;
  padding: 5px;
}

.social-icon a:nth-of-type(1) {
  color: #4E71A8;
}

.social-icon a:nth-of-type(2) {
  color: #3FA1DA;
}

.social-icon a:nth-of-type(3) {
  color: #E3411F;
}

.social-icon a:nth-of-type(4) {
  color: #CA3737;
}

.social-icon a:nth-of-type(5) {
  color: #3A3A3A;
}

/*recent-post-col////////////////////*/
.widget-sidebar {
  background-color: #fff;
  padding: 0 10px;
}

.title-widget-sidebar {
  font-size: 14pt;
  border-bottom: 2px solid #e5ebef;
  margin-bottom: 15px;
  padding-bottom: 10px;
  margin-top: 0px;
}

.title-widget-sidebar:after {
  border-bottom: 2px solid #f1c40f;
  width: 150px;
  display: block;
  position: absolute;
  content: "";
  padding-bottom: 10px;
}

.recent-post {
  width: 100%;
  height: 80px;
  list-style-type: none;
}

.post-img img {
  width: 100px;
  height: 70px;
  float: left;
  margin-right: 15px;
  border: 5px solid #16A085;
  transition: 0.5s;
}

.recent-post a {
  text-decoration: none;
  color: #34495E;
  transition: 0.5s;
}

.post-img, .recent-post a:hover {
  color: #F39C12;
}

.post-img img:hover {
  border: 5px solid #F39C12;
}

/*===============ARCHIVES////////////////////////////*/
button.accordion {
  background-color: #16A085;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

button.accordion.active, button.accordion:hover {
  background-color: #F39C12;
  color: #fff;
}

button.accordion:after {
  content: "+";
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

button.accordion.active:after {
  content: "−";
}

/*.panel {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}*/
/*categories//////////////////////*/
.categories-btn {
  background-color: #6377a1;
  margin-top: 10px;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.categories-btn:after {
  content: "►";
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.categories-btn:hover, .categories-btn.active-btn {
  background-color: #F39C12;
  color: #fff;
}

.form-control {
  border-radius: 0px;
}

/*

.btn-warning {
	border-radius: 0px;
	background-color: #F39C12;
	margin-top: 15px;
}
.input-group-addon{border-radius: 0px;}*/
.companies-reports .company-list-item-img {
  width: 40px;
  margin-right: 20px;
  background-color: #fff;
}
.companies-reports .company-list-item-img img {
  height: 50px !important;
}

.reports-filter select {
  font-size: 18px;
  height: 55px;
  border-radius: 5px;
}

.report-type-item {
  padding: 14px;
  /* border: 1px solid #3a5379; */
  display: block;
  /* float: left; */
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #6b8dc0;
  color: #ffffff;
}

.reports-table tr {
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 16px;
  margin-top: 10px;
}
.reports-table tr td {
  padding: 15px;
  text-align: left;
  vertical-align: middle;
}
.reports-table .report-year-btn {
  padding: 6px;
  color: white;
  border-radius: 7px;
  margin-right: 6px;
  margin-bottom: 14px;
  float: left;
  display: block;
}
.reports-table .report-year-active {
  background-color: #449a6b;
}
.reports-table .report-year-empty {
  background-color: #c3c1c1;
}

.insurance-types {
  margin-bottom: 40px;
}
.insurance-types h2 {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .insurance-types h2 {
    text-align: center;
  }
}
.insurance-types .insurance-type a {
  background-color: #eeeeee;
  margin-bottom: 30px;
  background-size: 18px;
  padding: 20px;
  display: block;
  font-size: 15px;
  color: #33393d;
  font-weight: 700;
  border-radius: 6px;
}
.insurance-types .insurance-type a:hover, .insurance-types .insurance-type a.active {
  font-weight: bold;
}
.insurance-types .insurance-type .insurance-type-detail {
  /* margin-top: 10px; */
  display: none;
  padding: 20px;
}
.insurance-types .insurance-type:last-child a {
  border: 0;
}

.termins .termins-block {
  border: 1px dashed #c7c5c5;
  padding: 13px;
  margin: 20px 0;
}
.termins .termins-block h2 {
  font-weight: bold;
  font-size: 16px;
  color: #6d6d6d;
  display: inline-block;
}
.termins .termins-block p {
  display: inline-block;
  text-align: left;
  word-wrap: break-word;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
  background-color: #00aeef;
  border-color: #00aeef;
}

.pagination > li > a, .pagination > li > span {
  color: #00aeef;
}

.companies-statistics .table {
  background-color: #f7f7f7 !important;
}
.companies-statistics .table th, .companies-statistics .table td {
  padding: 10px !important;
}
.companies-statistics .table .sorts-stat {
  cursor: pointer;
}
.companies-statistics .table .stat-filter-title {
  font-weight: bold;
  padding: 0 20px;
  font-size: 16px;
  padding: 20px;
}
.companies-statistics .table .stat-filter-title a {
  border-bottom: 1px dashed;
}
.companies-statistics .table .stat-filter {
  /*display: none;*/
  padding: 20px 0;
}
.companies-statistics .table .stat-filter button {
  margin: 0 20px;
}
.companies-statistics .table .stat-filter .bootstrap-datetimepicker-widget {
  padding: 20px;
  margin: 20px;
  border: 1px solid #d3dbe6;
  border-radius: 8px;
}
.companies-statistics .table .stat-filter .bootstrap-datetimepicker-widget table td span {
  border: 1px solid #d1dae6;
}
.companies-statistics .table .main-title {
  font-size: 16px;
  font-weight: bold;
  padding: 15px !important;
  background-color: #6b8dc0;
  color: white;
}
.companies-statistics .table .main-title h2 {
  background-color: red;
  padding: 20px;
}

.types-statistics .no-right-border {
  border-right: 0 !important;
}
.types-statistics .table {
  background-color: #f7f7f7 !important;
}
.types-statistics .table th, .types-statistics .table td {
  padding: 10px !important;
}
.types-statistics .table .no-right-padding {
  padding-right: 0 !important;
  border-right: 0 !important;
}
.types-statistics .table .sum-td {
  width: 150px;
}
.types-statistics .table .sorts-stat {
  cursor: pointer;
}
.types-statistics .table .stat-filter-title {
  font-weight: bold;
  padding: 0 20px;
  font-size: 16px;
  padding: 20px;
}
.types-statistics .table .stat-filter-title a {
  border-bottom: 1px dashed;
}
.types-statistics .table .stat-filter {
  /*display: none;*/
  padding: 20px 0;
}
.types-statistics .table .stat-filter button {
  margin: 0 20px;
}
.types-statistics .table .stat-filter .bootstrap-datetimepicker-widget {
  padding: 20px;
  margin: 20px;
  border: 1px solid #d3dbe6;
  border-radius: 8px;
}
.types-statistics .table .stat-filter .bootstrap-datetimepicker-widget table td span {
  border: 1px solid #d1dae6;
}
.types-statistics .table .main-title {
  font-size: 16px;
  font-weight: bold;
  padding: 15px !important;
  background-color: #6b8dc0;
  color: white;
}
.types-statistics .table .main-title h2 {
  background-color: red;
  padding: 20px;
}
.types-statistics .type-stat-table:hover {
  background-color: #eef3f2 !important;
}

.articles {
  margin-top: 20px;
}
.articles p {
  font-size: 17px !important;
}
.articles .index-article-item {
  width: 260px;
  height: 340px;
  margin: 15px auto;
  background: #ededed;
  transition: box-shadow 0.3s;
  border-radius: 5px;
}
.articles .index-article-item h2 {
  font-size: 20px;
}
.articles .index-article-item .image {
  display: block;
  height: 200px;
  border-radius: 5px;
}
.articles .index-article-item .title {
  display: block;
  min-height: 100px;
  padding: 10px;
}
.articles .index-article-item .title h2 {
  font-size: 16px;
  font-weight: normal;
}
.articles .index-article-item .history {
  display: flex;
  padding: 10px;
  font-size: 15px;
  color: #2b2b2b;
}
.articles .index-article-item .push {
  margin-left: auto;
}
.articles .index-article-item .svg-hover {
  display: none;
}
.articles .index-article-item:hover {
  width: 260px;
  height: 340px;
  min-height: 150px;
  background: #efefef;
  -webkit-box-shadow: 3px 3px 26px 1px rgb(184, 184, 184);
  -moz-box-shadow: 3px 3px 26px 1px rgb(184, 184, 184);
  box-shadow: 3px 3px 26px 1px rgb(184, 184, 184);
  border-radius: 5px;
}
.articles .index-article-item:hover .svg-hover {
  display: inline;
}
.articles .index-article-item:hover .image {
  display: block;
  height: 200px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.articles .article-item {
  margin: 0 0 30px 0;
  padding: 0 25px;
}
.articles .article-item h2 {
  margin-bottom: 20px;
  font-size: 26px;
}
.articles .article-item h2 a {
  color: #6f6f6f;
}
.articles .article-item .article-img {
  max-height: 300px;
  max-width: 300px;
}
.articles .article-item .main-article-img {
  width: 100%;
  height: auto;
  margin-right: 15px;
}
.articles .btn-blog {
  color: #ffffff;
  background-color: #6b8dc0;
  border-color: #6087c1;
  border-radius: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}
.articles .comments {
  margin-top: 50px;
  border-top: 1px dashed #d8d8d8;
  padding-top: 10px;
}
.articles .blogShort {
  border-bottom: 1px solid #ddd;
}
.articles .add {
  background: #333;
  padding: 10%;
  height: 300px;
}
.articles .btn-blog:hover,
.articles .btn-blog:focus,
.articles .btn-blog:active,
.articles .btn-blog.active,
.articles .open .dropdown-toggle.btn-blog {
  color: white;
  background-color: #4e74ad;
  border-color: #6087c1;
}
.articles .margin10 {
  margin-bottom: 10px;
  margin-right: 10px;
}
.articles .related-news-block {
  width: 300px;
  height: 300px;
  min-height: 150px;
  margin: 10px auto;
}
.articles .related-news-block .image {
  display: block;
  height: 200px;
}
.articles .related-news-block .svg-hover {
  display: none;
}
.articles .related-news-block .title {
  display: block;
  max-height: 100px;
  padding: 5px;
}
.articles .related-news-block .title h3 {
  font-size: 16px;
  font-weight: normal;
}
.articles .related-news-block:hover {
  width: 300px;
  height: 300px;
  min-height: 150px;
  background: #efefef;
  -webkit-box-shadow: 3px 3px 26px 1px rgb(184, 184, 184);
  -moz-box-shadow: 3px 3px 26px 1px rgb(184, 184, 184);
  box-shadow: 3px 3px 26px 1px rgb(184, 184, 184);
  border-radius: 5px;
}
.articles .related-news-block:hover .svg-hover {
  display: inline;
}
.articles .related-news-block:hover .image {
  display: block;
  height: 200px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.articles .banner-news-block {
  width: 300px;
  height: 300px;
  min-height: 150px;
  margin: 10px auto;
  background: #efefef;
  -webkit-box-shadow: 3px 3px 26px 1px rgb(184, 184, 184);
  -moz-box-shadow: 3px 3px 26px 1px rgb(184, 184, 184);
  box-shadow: 3px 3px 26px 1px rgb(184, 184, 184);
}
.articles .banner-news-block .image {
  display: block;
  height: 200px;
  border-bottom-left-radius: 25%;
  border-bottom-right-radius: 25%;
}
.articles .banner-news-block .description {
  display: block;
  max-height: 100px;
  padding: 15px;
}
.articles .banner-news-block .description h3 {
  font-size: 16px;
  font-weight: normal;
  border-bottom: 1px solid gray;
  padding: 2px 0;
  margin: 0;
}
.articles ul.sideNews li {
  margin: 5px 0;
  padding: 15px 5px;
  list-style: none;
  border-bottom: 2px dashed #d8d8d8;
}
.articles ul.sideNews li h4 {
  font-size: 14px;
  font-weight: normal;
}
.articles ul.sideNews li.banner {
  border: 2px dashed #1AB6F1;
  border-radius: 5px;
  margin: 25px 0;
  padding: 10px 10px;
}
.articles ul.sideNews li.banner:hover {
  -webkit-box-shadow: 3px 3px 26px 1px rgb(184, 184, 184);
  -moz-box-shadow: 3px 3px 26px 1px rgb(184, 184, 184);
  box-shadow: 3px 3px 26px 1px rgb(184, 184, 184);
}
.articles .border-left-dashed {
  border-left: 1px dashed #d8d8d8;
}

.printable-content {
  text-align: center;
}
.printable-content .print-image {
  width: 60%;
}
.printable-content .print-travel {
  width: 60%;
}

@media print {
  .printable-content .print-image {
    width: 100%;
  }
  .printable-content .print-travel {
    width: 90%;
  }
  .printable-content ul, .printable-content img {
    page-break-inside: avoid;
  }
}
.header-info {
  height: 50px;
}

.username {
  text-align: right;
  color: red;
}

.share-profile {
  text-align: right;
}

.profile-info-field {
  border: 2px solid #EBEBEB;
  border-radius: 5px;
  height: 400px;
  padding-top: 8%;
}

.profile-info-field-text {
  text-align: left;
  margin-top: 2%;
}

.profile-moreinfo-field {
  border: 2px solid #D4D4D4;
  border-radius: 5px;
  height: 400px;
  margin-left: 2%;
  text-align: center;
  width: 64%;
}

.profile-image {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  margin-left: 20%;
  margin-top: -50%;
}

.btn-width {
  width: 94%;
  background: #7f98ce;
  color: white;
}

.left-btn-top-margin {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.right-btn-top-margin {
  position: absolute;
  bottom: 10px;
  left: 20px;
}

.text-line {
  display: block;
  background: #D4D4D4;
  height: 2px;
  width: 100%;
}

.rating-field {
  border: 2px solid #D4D4D4;
  border-radius: 5px;
  height: 400px;
  margin-top: 20px;
}

.rating-count {
  margin-top: 50px;
}

.api {
  margin: 50px;
}
.api hr {
  border-color: grey;
}
.api .step {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 30px;
  padding: 20px 0;
}
.api .step-inner {
  margin-left: 40px;
}
.api notice {
  display: block;
  border: 1px dashed #ababab;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.api .example {
  padding: 10px 20px;
  border: 1px dashed #cecece;
  margin-bottom: 20px;
}
.api .example title {
  display: block;
  font-style: italic;
}
.api .success-image {
  margin-top: 20px;
}
.api .success-image img {
  border-top: 1px solid #b6b4b6;
}
.api url {
  word-break: break-all;
}

.faqs .card .card-header .card-title-button {
  cursor: pointer;
}
.faqs .list-group .list-group-item {
  padding: 0;
}
.faqs .list-group .list-group-item a {
  padding: 13px 15px !important;
  display: block;
}
.faqs .list-group .list-group-item a h2 {
  font-size: 18px;
  font-weight: normal;
}
.faqs .list-group .list-group-item a:hover {
  background-color: #f1f1f1;
}

#companyofyear .selected {
  background-color: #ECF0F1;
}
#companyofyear .vote-rules {
  background-color: #f3fbff;
  border-color: #bce8f1;
}
#companyofyear .vote-rules ul {
  list-style: none;
  margin-left: 10px;
  padding-left: 10px;
}
#companyofyear .vote-rules li i {
  margin-right: 10px;
}
#companyofyear .title {
  font-size: 22px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
#companyofyear .table-labels {
  margin-bottom: 20px;
  overflow: hidden;
  /*.action{
  	float: right;
  	height: 100%;
  	width: 200px;
  }*/
}
#companyofyear .table-labels .name, #companyofyear .table-labels .rank, #companyofyear .table-labels .number, #companyofyear .table-labels .action {
  color: #a4a4a3;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
}
#companyofyear .table-labels .number {
  width: 30px;
}
#companyofyear .table-labels .name {
  padding-left: 30px;
}
#companyofyear .company {
  border-bottom: 1px solid #e8e8e8;
  clear: both;
  overflow: hidden;
  position: relative;
  /*.action{
  	float: right;
  	height: 100%;
  	width: 200px;
  }*/
}
#companyofyear .company .number {
  display: block;
  position: relative;
  overflow: hidden;
  width: 30px;
  margin-top: 27px;
}
#companyofyear .company .value-position-centered {
  /*position: absolute;
  top: 50%;
  transform: translateY(-50%)*/
}
#companyofyear .company .logo img {
  width: 80px;
}
#companyofyear .company .name {
  margin-top: 27px;
}
#companyofyear .company .rank {
  margin-top: 27px;
}
#companyofyear .company .logo, #companyofyear .company .name, #companyofyear .company .rank, #companyofyear .company .number {
  /*float:left;
  height: 100%;*/
}
#companyofyear .company .action {
  margin-top: 27px;
}
#companyofyear .company .action .company-of-year-vote-btn {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  box-shadow: 0 0 0 0 rgb(110, 138, 201);
  background-color: #6e8ac9;
  border-radius: 10px;
  padding: 10px;
}
#companyofyear .company .action .not-voted {
  background: url("/public/images/icons/like.png") no-repeat;
}
#companyofyear .company .action .not-voted:hover {
  background: url("/public/images/icons/likeactive.png") no-repeat;
}
#companyofyear .company .action .voted {
  background: url("/public/images/icons/likeactive.png") no-repeat;
}

.pulse-button:hover {
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}
@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}
@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}
.companyofyear-winner {
  border: 1px solid red;
  background-color: red;
  height: 500px;
  width: 100%;
  background: url("/public/images/backgrounds/award_winner_bg.png");
}

/* Communication style */
.pre-normal {
  background: none !important;
  border: none !important;
  font-family: Roboto;
  font-size: 1.4rem !important;
  color: #696f74;
  white-space: pre-wrap;
  word-spacing: 2px !important;
  letter-spacing: 0.5px !important;
  overflow: hidden;
}

.fa-margin {
  margin: 5px !important;
}

.row-detail-header .company-name {
  display: block;
  font-size: 20px;
  font-weight: bold;
  padding: 5px;
}
.row-detail-header .company-image {
  border: 1px solid #ECF0F1;
  padding: 10px;
}
.row-detail-header .company-meta-div {
  padding-top: 10px;
}

.row-feedback-raiting-table {
  margin-top: 20px;
}
.row-feedback-raiting-table .count-circle {
  display: inline-flex;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding: 4px;
  border: 2px solid #00aeef;
  color: #00aeef;
  justify-content: center;
  align-items: center;
  font-size: 15px;
}
.row-feedback-raiting-table .company-name h2 {
  font-size: 16px;
  color: #336699 !important;
}
.row-feedback-raiting-table .company-raiting {
  color: #222222 !important;
}
.row-feedback-raiting-table table {
  word-wrap: break-word;
}
.row-feedback-raiting-table table thead {
  background: #ECF0F1;
}
.row-feedback-raiting-table table thead tr th {
  color: black;
  padding: 20px;
  text-align: left;
  vertical-align: text-bottom;
}
@media (min-width: 480px) and (max-width: 767px) {
  .row-feedback-raiting-table table thead tr th {
    padding: 15px 5px !important;
  }
}
@media (max-width: 479px) {
  .row-feedback-raiting-table table thead tr th {
    padding: 15px 5px !important;
  }
}
.row-feedback-raiting-table table td {
  padding: 20px !important;
}
@media (min-width: 480px) and (max-width: 767px) {
  .row-feedback-raiting-table table td {
    padding: 15px 5px !important;
  }
}
@media (max-width: 479px) {
  .row-feedback-raiting-table table td {
    padding: 15px 5px !important;
  }
}

.row-admin-feedback .input-parent {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 5px;
}
.row-admin-feedback .input-parent input {
  border-radius: 5px !important;
}
.row-admin-feedback .fa-user-circle {
  margin: 5px;
  color: gray;
}
.row-admin-feedback .fa-university {
  margin: 5px;
  color: gray;
}
.row-admin-feedback .fa-calendar {
  margin: 5px;
  color: gray;
}

.row-feedback-filter {
  margin-top: 20px;
}
.row-feedback-filter .col-feedback-filter {
  padding-left: 1px;
  padding-right: 1px;
}
.row-feedback-filter .col-feedback-filter .btn-filter-feedbacks {
  width: 100%;
  height: 40px;
  background: #34495E;
  border: none;
  border-radius: 0px !important;
  color: white;
  text-align: left;
  padding-left: 15px;
  -webkit-transtion: background 0.5s linear;
  transition: background 0.5s linear;
}
.row-feedback-filter .col-feedback-filter .btn-filter-feedbacks:hover {
  background: #3A5773;
}
.row-feedback-filter .col-feedback-filter .active-feedback-filter, .row-feedback-filter .col-feedback-filter .active-feedback-filter:hover {
  background: #00aeef;
  color: white !important;
}
.row-feedback-filter .col-feedback-filter .fa-feedback-university-orange {
  font-size: 20px;
  color: #00aeef;
  margin: 5px;
}
.row-feedback-filter .col-feedback-filter .fa-feedback-star {
  font-size: 20px;
  color: #00aeef;
  margin: 5px;
}
.row-feedback-filter .col-feedback-filter .fa-feedback-comments-o {
  font-size: 20px;
  color: #00aeef;
  margin: 5px;
}

.row-feedback-filter-select {
  margin-top: 20px;
  padding: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 3px solid #00aeef;
}
.row-feedback-filter-select .col-feedback-select {
  margin-top: 5px;
  margin-bottom: 5px;
}
.row-feedback-filter-select .col-feedback-select .feedback-option {
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  color: #00aeef;
  padding-top: 5px;
  padding-bottom: 5px;
}
.row-feedback-filter-select .col-feedback-select .feedback-option:hover {
  background: #ECF0F1;
}
.row-feedback-filter-select .col-feedback-select .feedback-option-active {
  background: #00aeef;
  color: white;
}
.row-feedback-filter-select .col-feedback-select .feedback-option-active:hover {
  color: #00aeef;
}
.row-feedback-filter-select .col-feedback-select .feedback-companies-option {
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  color: #00aeef;
  padding-top: 5px;
  padding-bottom: 5px;
}
.row-feedback-filter-select .col-feedback-select .feedback-companies-option:hover {
  background: #ECF0F1;
}
.row-feedback-filter-select .col-feedback-select .feedback-companies-option-active {
  background: #00aeef;
  color: white;
}
.row-feedback-filter-select .col-feedback-select .feedback-companies-option-active:hover {
  color: #00aeef;
}

.row-feedbacklist {
  margin-top: 50px !important;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow-x: hidden;
  background: #ECF0F1;
}
.row-feedbacklist .feedback-column {
  display: block;
  height: auto;
  background: white;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 1px solid #d6d6d6;
  box-shadow: 1px 2px #b2b2b2;
}
.row-feedbacklist .feedback-column .activeanswer {
  border: 2px solid #98e098;
  border-radius: 5px;
}
.row-feedbacklist .feedback-column .btn-manager-edit {
  margin: 10px 0;
}
.row-feedbacklist .feedback-column .managerEditParent {
  margin: 5px;
}
.row-feedbacklist .feedback-column .insureaz_answer {
  background-color: #effdd9;
  padding: 20px;
  margin-top: 20px;
}
.row-feedbacklist .feedback-column .company_answer {
  background-color: #effdd9;
  padding: 20px;
}
.row-feedbacklist .feedback-column .row-subject {
  padding: 2px 15px;
}
.row-feedbacklist .feedback-column .row-subject h2 {
  color: #336699 !important;
  font-size: 20px;
}
.row-feedbacklist .feedback-column .row-subject .feedback-subject {
  color: #336699 !important;
  font-size: 20px;
  word-wrap: break-word;
  font-weight: bold;
}
.row-feedbacklist .feedback-column .row-subject .feedback-subject a:hover {
  color: #336699 !important;
  text-decoration: underline;
}
.row-feedbacklist .feedback-column .row-subject .company-image-parent {
  text-align: right;
}
.row-feedbacklist .feedback-column .row-subject .company-image-parent .company-image {
  width: 80px;
}
.row-feedbacklist .feedback-column .row-after-subject {
  padding: 2px 15px;
}
.row-feedbacklist .feedback-column .row-after-subject .point-text {
  margin-right: 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: regular;
}
.row-feedbacklist .feedback-column .row-after-subject .points {
  background: #395A9E;
  border-radius: 30px;
  padding: 4px 8px;
  color: white;
}
.row-feedbacklist .feedback-column .row-after-subject .point-plus {
  border-radius: 50%;
  border: 2px solid green;
  color: green;
  font-weight: bold;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
}
.row-feedbacklist .feedback-column .row-after-subject .point-minus {
  border-radius: 30px;
  border: 2px solid red;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 4px;
  padding-right: 4px;
  color: red;
  font-weight: bold;
}
.row-feedbacklist .feedback-column .row-after-subject .point-zero {
  border-radius: 30px;
  border: 2px solid black;
  padding: 4px 7px;
  color: black;
  font-weight: bold;
}
.row-feedbacklist .feedback-column .row-after-subject .feedback-status-text {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 5px;
  font-size: 12px;
  font-weight: bold;
}
.row-feedbacklist .feedback-column .row-after-subject .answer-border {
  border-right: 1px solid #dae3e5;
  padding: 6px;
  padding-right: 12px;
}
.row-feedbacklist .feedback-column .row-after-subject .feedback-answer-text {
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  margin: 5px;
  font-size: 10px;
  font-weight: bold;
  color: gray !important;
}
.row-feedbacklist .feedback-column .row-after-subject .fa-feedback-answer {
  color: #00aeef;
  margin: 2px;
  font-size: 20px;
}
.row-feedbacklist .feedback-column .feedback-meta {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 2px 15px;
}
.row-feedbacklist .feedback-column .feedback-meta .fa-feedback-user-circle {
  margin: 5px;
  color: #95A5A6;
}
.row-feedbacklist .feedback-column .feedback-meta .fa-feedback-university {
  margin: 5px;
  color: #95A5A6;
}
.row-feedbacklist .feedback-column .feedback-meta .fa-feedback-calendar {
  margin: 5px;
  color: #95A5A6;
}
.row-feedbacklist .feedback-column .feedback-message {
  word-wrap: break-word;
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
  text-align: left;
  padding: 2px 15px;
}
.row-feedbacklist .feedback-column .feedback-message .feedback-message-text {
  color: black;
  font-size: 15px;
  font-weight: regular;
}

.row-feedback-actions {
  margin-top: 20px;
}

.row-detailmessage {
  margin-top: 20px;
}

.row-detailfeedback {
  margin-top: 0px;
}

.row-feedback-progress {
  margin-top: 20px;
}
.row-feedback-progress .feedback-action-btn .active {
  background: #337AB7 !important;
  border-color: #337AB7;
}
.row-feedback-progress .rate-column {
  margin-top: 10px;
}
.row-feedback-progress .rate-column .rate-button-parent .rate-button-plus {
  padding: 5px 8px;
}
.row-feedback-progress .rate-column .rate-button-parent .rate-button-minus {
  padding: 5px 10px;
}
.row-feedback-progress .rate-column .rate-button-parent .rate-button-zero {
  padding: 5px 12px;
}

.row-add-feedback {
  padding: 20px;
  margin: 40px 0;
  background: #ECF0F1;
}

.padding10 {
  padding: 10px !important;
}

.nopadding {
  padding: 0px !important;
}

.feedback-rate {
  display: block;
  text-align: left;
  width: 100px;
}
.feedback-rate .feedback-rate-text {
  padding: 5px;
  text-align: center;
}

.feedback-rating {
  display: block;
  margin-top: 10px;
  text-align: center;
  width: 50px;
  border: 2px solid yellow;
  border-radius: 50px;
}

.feedback-status {
  display: block;
  text-align: left;
  width: 40%;
}

.add-feedback-column {
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 10%;
}

.button-save, .button-delete {
  height: 32px;
}

.btn-add-feedback, .btn-add-feedback:active, .btn-add-feedback:hover {
  background: none !important;
  color: black !important;
  border-color: #2eb1f7 !important;
  border-radius: 1px;
  margin: 5px;
}

.btn-all-feedback, .btn-all-feedback:active, .btn-all-feedback:hover {
  background: none !important;
  color: black !important;
  border-color: #d6d6d6 !important;
  border-radius: 1px;
  margin: 5px;
}

.btn-insurance-feedback, .btn-insurance-feedback:active, .btn-insurance-feedback:hover {
  background: none !important;
  color: black !important;
  border-color: #d6d6d6 !important;
  border-radius: 1px;
  margin: 5px;
}

.btn-send-feedback, .btn-send-feedback:active {
  margin-top: 10px;
  background: none;
  color: #395A9E;
  border-color: #395A9E;
  transition: color 1s linear, background 1s linear;
  -webkit-transition: color 1s linear, background 1s linear;
}

.btn-send-feedback:hover {
  background: #395A9E;
  color: white;
  border-color: #395A9E;
}

.btn-hide-feedback {
  background: none;
  color: #4286f4;
  border-color: #4286f4;
}

#radioBtn .notActive {
  color: #3276b1;
  background-color: #fff;
}

.rate-button-parent {
  display: block;
  width: 100%;
}
.rate-button-parent .rate-button {
  color: black;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  border-radius: 50%;
  background: inherit;
  display: inline-block;
  cursor: pointer;
  margin: 5px;
}
.rate-button-parent .rate-button:active {
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2); /* IE 9 */
  -webkit-transform: scale(1.2, 1.2); /* Safari */
  transform: scale(1.2, 1.2); /* Standard syntax */
}
.rate-button-parent .rate-active {
  background: white !important;
  color: black !important;
}
.rate-button-parent .rate-button-plus {
  width: 50px;
  height: 50px;
  border: 2px solid #00aeef;
  color: white;
  font-weight: bold;
  background: #00aeef;
}
.rate-button-parent .rate-button-minus {
  padding: 5px 11px;
  border: 2px solid #E74C3C;
  color: white;
  background: #E74C3C;
  font-weight: bold;
}
.rate-button-parent .rate-button-zero {
  padding: 5px 15px;
  border: 2px solid #aaaaaa;
  color: white;
  background: #aaaaaa;
  font-weight: bold;
}

.status-pending {
  border: 1px solid #ff4949;
  background: #ffcece;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
}

.status-confirmed {
  border: 1px solid #49ffef;
  background: #cefffb;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
}

.status-resolved {
  padding: 2px;
  border: 1px solid #77ff7c;
  background: #ceffd0;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
}

.set-status {
  color: white;
  border-radius: 5px;
  background: #3F8ACC;
  padding: 5px;
}

.save-column {
  margin-top: 10px;
}

.col-id {
  background: #e8e8e8;
  padding: 5px;
}

.detail-data {
  padding: 2px;
}

.success-alert {
  padding: 10px;
}

.input-column {
  display: block;
  padding: 5px;
}

.input-name {
  color: black;
  font-weight: bold;
}

.star-required {
  margin-left: 5px;
  color: gray;
}

button.btn-wrap {
  white-space: pre-wrap !important;
}

.whatsapp-chat,
.whatsapp-chat:hover,
.whatsapp-chat:active,
.whatsapp-chat:focus {
  position: fixed;
  bottom: 0;
  right: 100px;
  font-size: 60px;
  color: #25d366;
  border-radius: 50%;
}

.whatsapp-chat-mobile,
.whatsapp-chat-mobile:hover,
.whatsapp-chat-mobile:active,
.whatsapp-chat-mobile:focus {
  position: fixed;
  bottom: 0;
  right: 5px;
  font-size: 60px;
  color: #25d366;
  border-radius: 50%;
}

.banners {
  background-color: #fff;
  padding: 20px 10px 20px 10px;
}
.banners .col {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .banners {
    padding: 10px 0;
  }
}
.banners img {
  width: 100%;
}
@media (max-width: 479px) {
  .banners .wrapper .our-banner {
    display: none;
  }
}
@media (max-width: 767px) {
  .banners {
    display: none !important;
  }
}

table.companies-table, table.agents-table {
  position: relative;
  width: 1100px;
  overflow: hidden;
  border-collapse: collapse;
}
table.companies-table thead, table.agents-table thead {
  position: relative;
  display: block;
  width: 1100px;
  overflow: visible;
}
table.companies-table thead th, table.agents-table thead th {
  background-color: white;
  min-width: 120px;
  height: 32px;
  border: 1px solid #DDDDDD;
  border-bottom: none;
  text-align: center;
  background-color: #a7bcea;
  color: #FFF;
}
table.companies-table thead th:nth-child(1), table.agents-table thead th:nth-child(1) {
  min-width: 220px;
  position: relative;
  display: block;
  background-color: white;
  text-align: center;
}
table.companies-table tbody, table.agents-table tbody {
  position: relative;
  display: block;
  width: 1100px;
  height: 400px;
  overflow: scroll;
}
table.companies-table tbody td, table.agents-table tbody td {
  background-color: white;
  min-width: 120px;
  border: 1px solid #DDDDDD;
  border-bottom: none;
  text-align: center;
}
table.companies-table tbody tr td:nth-child(1), table.agents-table tbody tr td:nth-child(1) {
  min-width: 220px;
  padding: 10px 0;
  position: relative;
  display: block;
  height: 40px;
  background-color: white;
  background-color: #a7bcea;
}
table.companies-table tbody tr td:nth-child(1) a, table.agents-table tbody tr td:nth-child(1) a {
  color: #FFF;
}

table.companies-table {
  height: 100px !important;
}
table.companies-table thead th {
  min-width: 120px;
  height: 36px;
  border: 1px solid #DDDDDD;
  background-color: white;
  color: black;
}
table.companies-table thead th:nth-child(1) {
  min-width: 150px;
  height: 40px;
}
table.companies-table tbody td {
  background-color: white;
  min-width: 120px;
  border: 1px solid #DDDDDD;
}
table.companies-table tbody tr td:nth-child(1) {
  padding: 5px;
  min-width: 150px;
  height: 31px;
  background-color: #F9F9F9;
}
table.companies-table tbody tr td:nth-child(1) a {
  color: #FFF;
}
table.companies-table tbody tr:last-child td:first-child {
  height: 40px;
  min-width: 150px;
  background-color: #F9F9F9;
}
table.companies-table tbody tr:last-child td:first-child a {
  color: #FFF;
}

div.table-div {
  width: 99%;
}

.row-offers .offers-detail a {
  color: #336699;
}
.row-offers .feedback-message h5 {
  color: #2b2b2b;
  font-weight: bold;
}
.row-offers .website-average-parent {
  margin: 15px 20px;
  position: relative;
  text-align: center;
  color: #2b2b2b;
}
.row-offers .website-average-parent .points {
  background: white;
  padding: 15px;
}
.row-offers .website-average-parent .points-text {
  font-size: 2em;
  font-weight: bold;
  color: #2b2b2b;
  padding: 5px;
}
.row-offers .website-average-parent .points-value {
  font-size: 2em;
  font-weight: bold;
  color: #008000;
}
.row-offers .offers-points {
  padding: 2px 15px !important;
  margin-top: 10px;
  margin-bottom: 5px;
  word-wrap: break-word;
  display: block;
  text-align: left;
}
.row-offers .offers-detail {
  padding: 2px 15px !important;
  margin: 5px 0;
  word-wrap: break-word;
  display: block;
  text-align: left;
}
.row-offers .offers-points-val {
  font-size: 16px;
  color: #2b2b2b;
  border: 2px solid yellow;
  border-radius: 5px;
  padding: 5px;
}
.row-offers .feedback-answers-list {
  padding: 2px 15px;
  margin-left: 20px;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
.row-offers .feedback-answers-list li {
  padding: 10px 0;
  flex-basis: 30%;
  display: block;
}
.row-offers .feedback-answers-list .offer-plus-point {
  font-weight: normal;
  margin: 5px;
  padding: 5px;
  color: #5cb85c;
}
.row-offers .feedback-answers {
  min-width: 400px;
  width: 100%;
  word-wrap: break-word;
  display: inline-block;
  text-align: left;
  padding: 2px 15px;
}
.row-offers .feedback-answer-text {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: bold;
}

.btn-offer-reaction {
  color: #2b2b2b;
  font-size: 1.2em;
  font-weight: bold;
  border: none;
}

.cpointer {
  cursor: pointer;
}

.offer-header {
  padding: 2px 15px;
}
.offer-header .offer-points-average {
  font-size: 1.2em;
  font-weight: bold;
  color: #2b2b2b;
}
.offer-header .offer-points-average-detail {
  font-size: 1.5em;
  font-weight: bold;
  color: #2b2b2b;
}
.offer-header .offer-header-right {
  display: inline-block;
  position: absolute;
  right: 20px;
  color: #2b2b2b !important;
  font-size: 1.2em;
}
.offer-header .offer-header-right .offer-reaction-text {
  font-size: 40px !important;
}
.offer-header .offer-header-right .offer-points-text {
  font-size: 1.1em;
}
.offer-header .offer-header-right .offer-points {
  padding: 5px;
  font-size: 1.2em;
  color: #008000;
}
.offer-header .btn-offer-reaction {
  font-size: 1.5em;
}

.offer-reaction-text {
  margin: 5px;
  color: #2b2b2b !important;
  font-size: 1.2em;
}

.offers-menu {
  position: fixed;
  left: 0;
  top: 50%;
  z-index: 999;
  background: rgba(255, 255, 255, 0.9);
  margin-left: -50px;
  border-radius: 3px;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  border: 2px solid #00AEEF;
}
.offers-menu .offers-inner-menu {
  position: relative;
  width: 200px;
  height: 50px;
  z-index: 1000;
}
.offers-menu .vertical-text {
  text-align: center;
  padding: 5px;
  font-family: Roboto;
  font-size: 20px;
  color: #00AEEF;
}

.offers-modal .modal-header, .offers-modal .modal-footer {
  border: none;
}
.offers-modal .btn-goto-offer {
  background: #00AEEF;
  border: 2px solid #00AEEF;
  color: white;
}
.offers-modal .modal-content {
  border: 2px solid #00AEEF;
}
.offers-modal .modal-title {
  text-align: center;
}

.smiley-parent {
  text-align: center;
  color: #2b2b2b;
}
.smiley-parent .active img {
  border-radius: 50%;
  box-shadow: 0 10px 10px -10px black;
}
.smiley-parent .smile-item {
  cursor: pointer;
  display: inline-block;
  margin: 5%;
}
.smiley-parent .smile-item img {
  -webkit-transition: transform 1s; /* Safari */
  transition: transform 1s;
  width: 60px;
}
.smiley-parent .smile-item img.active {
  transform: scale(1.4);
}

.btn-glyphicon {
  padding: 8px;
  background: #ffffff;
  margin-right: 4px;
}

.fa-comment-o {
  padding: 8px;
  background: #ffffff;
  margin-right: 4px;
}

.glyphicon-thumbs-down {
  color: red !important;
}

.icon-btn {
  padding: 1px 15px 3px 2px;
  border-radius: 50px;
}

/****** LOGIN MODAL ******/
.loginmodal-container {
  padding: 30px;
  min-width: 350px;
  width: 100% !important;
  background-color: #F7F7F7;
  margin: 30% auto 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  font-family: roboto;
}
.loginmodal-container textarea {
  padding: 15px;
  border-radius: 3px;
  border-color: #d6d6d6;
}

.loginmodal-container h1 {
  text-align: center;
  font-size: 1.8em;
  font-family: roboto;
}

.loginmodal-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.loginmodal-container input[type=text], input[type=password] {
  height: 44px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  /* border-radius: 2px; */
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  padding: 15px;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.loginmodal {
  text-align: center;
  font-size: 14px;
  font-family: "Arial", sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
  /* border-radius: 3px; */
  /* -webkit-user-select: none;
    user-select: none; */
}

.loginmodal-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
  background-color: #00AEEF;
  padding: 17px 0px;
  font-family: roboto;
  font-size: 14px;
}

.loginmodal-submit:hover {
  border: 0px;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  background-color: #00AEEF;
}

.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
}

.login-help {
  font-size: 12px;
}

.btn-offer {
  margin: 5px;
}

.offer-thanks-citate {
  padding: 5px 0;
}

.offer-textarea {
  width: 100%;
  height: 100px;
  resize: none;
}

.add-offer-child {
  text-align: center;
}

.btn-add-offer, .btn-add-offer:active, .btn-add-offer:hover {
  background: none !important;
  color: black !important;
  border-color: #2eb1f7 !important;
  border-radius: 1px;
  margin: 5px;
}

.row-feedback-filter {
  margin-top: 20px;
}
.row-feedback-filter .col-feedback-filter {
  padding-left: 1px;
  padding-right: 1px;
}
.row-feedback-filter .col-feedback-filter .btn-filter-feedbacks {
  width: 100%;
  height: 40px;
  background: #34495E;
  border: none;
  border-radius: 0px !important;
  color: white;
  text-align: left;
  padding-left: 15px;
  -webkit-transtion: background 0.5s linear;
  transition: background 0.5s linear;
}
.row-feedback-filter .col-feedback-filter .btn-filter-feedbacks:hover {
  background: #3A5773;
}
.row-feedback-filter .col-feedback-filter .active-feedback-filter, .row-feedback-filter .col-feedback-filter .active-feedback-filter:hover {
  background: #00aeef;
  color: white !important;
}
.row-feedback-filter .col-feedback-filter .fa-feedback-university-orange {
  font-size: 20px;
  color: #00aeef;
  margin: 5px;
}
.row-feedback-filter .col-feedback-filter .fa-feedback-star {
  font-size: 20px;
  color: #00aeef;
  margin: 5px;
}
.row-feedback-filter .col-feedback-filter .fa-feedback-comments-o {
  font-size: 20px;
  color: #00aeef;
  margin: 5px;
}

.row-offer-filter {
  margin-top: 20px;
}
.row-offer-filter .col-feedback-filter {
  padding-left: 1px;
  padding-right: 1px;
}
.row-offer-filter .col-feedback-filter .btn-filter-feedbacks {
  width: 100%;
  height: 40px;
  background: #34495E;
  border: none;
  border-radius: 0px !important;
  color: white;
  text-align: left;
  padding-left: 15px;
  -webkit-transtion: background 0.5s linear;
  transition: background 0.5s linear;
}
.row-offer-filter .col-feedback-filter .btn-filter-feedbacks:hover {
  background: #3A5773;
}
.row-offer-filter .col-feedback-filter .active-feedback-filter, .row-offer-filter .col-feedback-filter .active-feedback-filter:hover {
  background: #00aeef;
  color: white !important;
}
.row-offer-filter .col-feedback-filter .fa-feedback-university-orange {
  font-size: 20px;
  color: #00aeef;
  margin: 5px;
}
.row-offer-filter .col-feedback-filter .fa-feedback-star {
  font-size: 20px;
  color: #00aeef;
  margin: 5px;
}
.row-offer-filter .col-feedback-filter .fa-feedback-comments-o {
  font-size: 20px;
  color: #00aeef;
  margin: 5px;
}

.row-offer-filter-select {
  margin-top: 20px;
  padding: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 3px solid #00aeef;
}
.row-offer-filter-select .col-feedback-select {
  margin-top: 5px;
  margin-bottom: 5px;
}
.row-offer-filter-select .col-feedback-select .feedback-option {
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  color: #4271A0;
  padding-top: 5px;
  padding-bottom: 5px;
}
.row-offer-filter-select .col-feedback-select .feedback-option:hover {
  background: #ECF0F1;
}
.row-offer-filter-select .col-feedback-select .feedback-option-active {
  background: #00aeef;
  color: white;
}
.row-offer-filter-select .col-feedback-select .feedback-option-active:hover {
  color: #4271A0;
}
.row-offer-filter-select .col-feedback-select .feedback-companies-option {
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  color: #4271A0;
  padding-top: 5px;
  padding-bottom: 5px;
}
.row-offer-filter-select .col-feedback-select .feedback-companies-option:hover {
  background: #ECF0F1;
}
.row-offer-filter-select .col-feedback-select .feedback-companies-option-active {
  background: #00aeef;
  color: white;
}
.row-offer-filter-select .col-feedback-select .feedback-companies-option-active:hover {
  color: #4271A0;
}

.active-offer-filter, .active-offer-filter:hover {
  background: #00aeef;
  color: white !important;
}

.btn-filter-offers {
  width: 100%;
  height: 40px;
  background: #34495E;
  border: none;
  border-radius: 0px !important;
  color: white;
  text-align: left;
  padding-left: 15px;
  -webkit-transtion: background 0.5s linear;
  transition: background 0.5s linear;
}
.btn-filter-offers:hover {
  background: #3A5773;
}

.active-offers-filter, .active-offers-filter:hover {
  background: #00aeef !important;
  color: white !important;
}

.offers-like-option {
  color: #00aeef !important;
  border: none !important;
  font-size: 1.2em !important;
  font-weight: bold !important;
}

.offers-date-option {
  color: #00aeef !important;
  border: none !important;
  font-size: 1.2em !important;
  font-weight: bold !important;
}

.btn-filter-offers-active, .btn-filter-offers-active {
  background: #00aeef !important;
  color: white !important;
}

.offers-like-option-active, .offers-like-option-active {
  background: #00aeef !important;
  color: white !important;
}

.offers-date-option-active, .offers-date-option-active {
  background: #00aeef !important;
  color: white !important;
}

@media only screen and (min-width: 200px) and (max-width: 600px) {
  /* styles for browsers larger than 360px; */
  .offer-header .offer-header-right {
    position: inherit;
  }
}
@media only screen and (max-width: 1000px) {
  .feedback-answers-list {
    display: inherit !important;
  }
}
.league-game-panel {
  text-align: center;
}
.league-game-panel .score {
  font-size: 40px;
}

/*
 *  Flex Layout Specifics
*/
/*
.league-map{
	display:flex;
	flex-direction:row;

	.round{
		display:flex;
		flex-direction:column;
		justify-content:center;
		width:200px;
		list-style:none;
		padding:0;
		.spacer{
			flex-grow:1;
		}

		.spacer:first-child, .spacer:last-child{
			flex-grow:.5;
		}

		.game-spacer{
			flex-grow:1;
		}
	}


	li.game{
		padding-left:20px;
		height: 40px;
		.winner{
			font-weight:bold;
		}
		span{
			float:right;
			margin-right:5px;
		}

		.company-info{
			position: relative;
			.logo{
				position: absolute;
				top:50%;
				img{
					height: 38px;
				}
			}
			.name{
				position: absolute;
				left: 40px;
				top:50%;
			}
		}
	}
	.game-top{
		border:1px solid #aaa;
	}

	.game-spacer{
		border-right:1px solid #aaa;
		min-height:40px;
	}

	.game-bottom{
		border:1px solid #aaa;
	}
}*/
.league-map {
  position: relative;
  min-height: 1000px;
  /*.rightside{
  	.rounds{
  		.round {
  			&.r-1-8{
  				position: absolute;
  				left: 1235px;
  				top:0;

  				&.group-1{
  					top: 0;
  				}
  				&.group-2{
  					top: 80px;
  				}
  				&.group-3{
  					top: 200px;
  				}
  				&.group-4{
  					top: 280px;
  				}
  			}

  			&.r-1-4 {
  				position: absolute;
  				left: 1035px;

  				&.group-1{
  					top: 40px;
  				}
  				&.group-2{
  					top: 240px;
  				}
  			}

  			&.r-1-2 {
  				position: absolute;
  				left: 800px;
  				top: 144px;

  			}
  		}
  	}

  	.connectors {
  		position: absolute;

  		.line{
  			position: relative;
  		}

  		&.r-1-4.group-1{
  			position: absolute;
  			min-width: 35px;
  			top: 32px;
  			left: 200px;

  			.top-line {
  				top: 34px;
  				width: 17px;
  				border: 1px solid #AAA;

  			}

  			.bottom-line {
  				top: 112px;
  				width: 17px;
  				border: 1px solid #AAA;

  			}

  			.vert-line {
  				top: 30px;
  				left: -17px;
  				height: 82px;
  				border-right: 2px solid #AAA;

  			}

  			.next-line {
  				top: -12px;
  				left: 17px;
  				width: 20px;
  				border: 1px solid #AAA;

  			}
  		}
  		&.r-1-4.group-2{
  			position: absolute;
  			min-width: 35px;
  			top: 232px;
  			left: 200px;

  			.top-line {
  				top: 34px;
  				width: 17px;
  				border: 1px solid #AAA;

  			}

  			.bottom-line {
  				top: 112px;
  				width: 17px;
  				border: 1px solid #AAA;

  			}

  			.vert-line {
  				top: 30px;
  				left: -17px;
  				height: 82px;
  				border-right: 2px solid #AAA;

  			}

  			.next-line {
  				top: -12px;
  				left: 17px;
  				width: 20px;
  				border: 1px solid #AAA;

  			}
  		}
  		&.r-1-2{
  			position: absolute;
  			min-width: 35px;
  			top: 72px;
  			left: 435px;


  			.top-line {
  				top: 34px;
  				width: 17px;
  				border: 1px solid #AAA;

  			}

  			.bottom-line {
  				top: 232px;
  				width: 17px;
  				border: 1px solid #AAA;

  			}

  			.vert-line {
  				top: 30px;
  				left: -17px;
  				height: 201px;
  				border-right: 2px solid #AAA;

  			}

  			.next-line {
  				top: -67px;
  				left: 17px;
  				width: 20px;
  				border: 1px solid #AAA;

  			}
  		}
  	}
  }*/
}
.league-map .kubok {
  position: absolute;
  left: 928px;
  top: 367px;
  width: 100px;
}
.league-map .kubok img {
  width: 84px;
}
.league-map .rounds .round .group {
  margin-bottom: 70px;
}
.league-map .rounds .round .bracket-game {
  /*max-width: 150px;*/
  margin: 40px 0;
}
.league-map .rounds .round .bracket-game .player {
  min-width: 200px;
  border: 1px solid #AAA;
  overflow: hidden;
}
.league-map .rounds .round .bracket-game .player .company-info {
  position: relative;
  float: left;
  position: relative;
  float: left;
  background-size: 20px;
  background-position: 0;
  background-repeat: no-repeat;
  padding-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  width: 169px;
}
.league-map .rounds .round .bracket-game .player .company-info .logo {
  position: absolute;
  top: 50%;
}
.league-map .rounds .round .bracket-game .player .company-info .logo img {
  height: 38px;
}
.league-map .rounds .round .bracket-game .player .company-info .name {
  position: absolute;
  left: 40px;
  top: 50%;
}
.league-map .rounds .round .bracket-game .player.home {
  border-radius: 3px 3px 0 0;
}
.league-map .rounds .round .bracket-game .player.away {
  border-radius: 0 0 3px 3px;
}
.league-map .rounds .round .bracket-game .player.win {
  background-color: #B8F2B8;
}
.league-map .rounds .round .bracket-game .player.loss {
  background-color: #F2B8B8;
}
.league-map .rounds .round .bracket-game .player .score {
  display: inline;
  float: right;
  border-left: 1px solid #AAA;
  padding-left: 10px;
  padding-right: 10px;
  background: #EEE;
}
.league-map .leftside .rounds .round.r-1-8 {
  position: absolute;
  left: 0;
  top: 0;
}
.league-map .leftside .rounds .round.r-1-8.group-1 {
  top: 0;
}
.league-map .leftside .rounds .round.r-1-8.group-2 {
  top: 80px;
}
.league-map .leftside .rounds .round.r-1-8.group-3 {
  top: 200px;
}
.league-map .leftside .rounds .round.r-1-8.group-4 {
  top: 280px;
}
.league-map .leftside .rounds .round.r-1-4 {
  position: absolute;
  left: 235px;
}
.league-map .leftside .rounds .round.r-1-4.group-1 {
  top: 40px;
}
.league-map .leftside .rounds .round.r-1-4.group-2 {
  top: 240px;
}
.league-map .leftside .rounds .round.r-1-2 {
  position: absolute;
  left: 469px;
  top: 144px;
}
.league-map .leftside .rounds .round.r-final {
  position: absolute;
  left: 706px;
  top: 344px;
}
.league-map .leftside .connectors {
  position: absolute;
}
.league-map .leftside .connectors .line {
  position: relative;
}
.league-map .leftside .connectors.r-1-4.group-1 {
  position: absolute;
  min-width: 35px;
  top: 32px;
  left: 200px;
}
.league-map .leftside .connectors.r-1-4.group-1 .top-line {
  top: 34px;
  width: 17px;
  border: 1px solid #AAA;
}
.league-map .leftside .connectors.r-1-4.group-1 .bottom-line {
  top: 112px;
  width: 17px;
  border: 1px solid #AAA;
}
.league-map .leftside .connectors.r-1-4.group-1 .vert-line {
  top: 30px;
  left: -17px;
  height: 82px;
  border-right: 2px solid #AAA;
}
.league-map .leftside .connectors.r-1-4.group-1 .next-line {
  top: -12px;
  left: 17px;
  width: 20px;
  border: 1px solid #AAA;
}
.league-map .leftside .connectors.r-1-4.group-2 {
  position: absolute;
  min-width: 35px;
  top: 232px;
  left: 200px;
}
.league-map .leftside .connectors.r-1-4.group-2 .top-line {
  top: 34px;
  width: 17px;
  border: 1px solid #AAA;
}
.league-map .leftside .connectors.r-1-4.group-2 .bottom-line {
  top: 112px;
  width: 17px;
  border: 1px solid #AAA;
}
.league-map .leftside .connectors.r-1-4.group-2 .vert-line {
  top: 30px;
  left: -17px;
  height: 82px;
  border-right: 2px solid #AAA;
}
.league-map .leftside .connectors.r-1-4.group-2 .next-line {
  top: -12px;
  left: 17px;
  width: 20px;
  border: 1px solid #AAA;
}
.league-map .leftside .connectors.r-1-2 {
  position: absolute;
  min-width: 35px;
  top: 72px;
  left: 435px;
}
.league-map .leftside .connectors.r-1-2 .top-line {
  top: 34px;
  width: 17px;
  border: 1px solid #AAA;
}
.league-map .leftside .connectors.r-1-2 .bottom-line {
  top: 232px;
  width: 17px;
  border: 1px solid #AAA;
}
.league-map .leftside .connectors.r-1-2 .vert-line {
  top: 30px;
  left: -17px;
  height: 201px;
  border-right: 2px solid #AAA;
}
.league-map .leftside .connectors.r-1-2 .next-line {
  top: -67px;
  left: 17px;
  width: 20px;
  border: 1px solid #AAA;
}
.league-map .leftside .connectors.r-final {
  position: absolute;
  min-width: 35px;
  left: 669px;
  top: 176px;
}
.league-map .leftside .connectors.r-final .top-line {
  top: 34px;
  width: 17px;
  border: 1px solid #AAA;
}
.league-map .leftside .connectors.r-final .bottom-line {
  top: 432px;
  width: 17px;
  border: 1px solid #AAA;
}
.league-map .leftside .connectors.r-final .vert-line {
  top: 30px;
  left: -17px;
  height: 402px;
  border-right: 2px solid #AAA;
}
.league-map .leftside .connectors.r-final .next-line {
  top: -172px;
  left: 17px;
  width: 21px;
  border: 1px solid #AAA;
}
.league-map .rightside .rounds .round.r-1-8 {
  position: absolute;
  left: 0;
  top: 0px;
}
.league-map .rightside .rounds .round.r-1-8.group-1 {
  top: 400px;
}
.league-map .rightside .rounds .round.r-1-8.group-2 {
  top: 480px;
}
.league-map .rightside .rounds .round.r-1-8.group-3 {
  top: 600px;
}
.league-map .rightside .rounds .round.r-1-8.group-4 {
  top: 680px;
}
.league-map .rightside .rounds .round.r-1-4 {
  position: absolute;
  left: 235px;
}
.league-map .rightside .rounds .round.r-1-4.group-1 {
  top: 440px;
}
.league-map .rightside .rounds .round.r-1-4.group-2 {
  top: 640px;
}
.league-map .rightside .rounds .round.r-1-2 {
  position: absolute;
  left: 469px;
  top: 544px;
}
.league-map .rightside .connectors {
  position: absolute;
}
.league-map .rightside .connectors .line {
  position: relative;
}
.league-map .rightside .connectors.r-1-4.group-1 {
  position: absolute;
  min-width: 35px;
  top: 432px;
  left: 200px;
}
.league-map .rightside .connectors.r-1-4.group-1 .top-line {
  top: 34px;
  width: 17px;
  border: 1px solid #AAA;
}
.league-map .rightside .connectors.r-1-4.group-1 .bottom-line {
  top: 112px;
  width: 17px;
  border: 1px solid #AAA;
}
.league-map .rightside .connectors.r-1-4.group-1 .vert-line {
  top: 30px;
  left: -17px;
  height: 82px;
  border-right: 2px solid #AAA;
}
.league-map .rightside .connectors.r-1-4.group-1 .next-line {
  top: -12px;
  left: 17px;
  width: 20px;
  border: 1px solid #AAA;
}
.league-map .rightside .connectors.r-1-4.group-2 {
  position: absolute;
  min-width: 35px;
  top: 632px;
  left: 200px;
}
.league-map .rightside .connectors.r-1-4.group-2 .top-line {
  top: 34px;
  width: 17px;
  border: 1px solid #AAA;
}
.league-map .rightside .connectors.r-1-4.group-2 .bottom-line {
  top: 112px;
  width: 17px;
  border: 1px solid #AAA;
}
.league-map .rightside .connectors.r-1-4.group-2 .vert-line {
  top: 30px;
  left: -17px;
  height: 82px;
  border-right: 2px solid #AAA;
}
.league-map .rightside .connectors.r-1-4.group-2 .next-line {
  top: -12px;
  left: 17px;
  width: 20px;
  border: 1px solid #AAA;
}
.league-map .rightside .connectors.r-1-2 {
  position: absolute;
  min-width: 35px;
  top: 472px;
  left: 435px;
}
.league-map .rightside .connectors.r-1-2 .top-line {
  top: 34px;
  width: 17px;
  border: 1px solid #AAA;
}
.league-map .rightside .connectors.r-1-2 .bottom-line {
  top: 232px;
  width: 17px;
  border: 1px solid #AAA;
}
.league-map .rightside .connectors.r-1-2 .vert-line {
  top: 30px;
  left: -17px;
  height: 201px;
  border-right: 2px solid #AAA;
}
.league-map .rightside .connectors.r-1-2 .next-line {
  top: -67px;
  left: 17px;
  width: 20px;
  border: 1px solid #AAA;
}
.league-map .clear {
  clear: both;
}

[class*=confetti] {
  position: absolute;
  height: 6px;
  width: 6px;
  opacity: 0.4;
  -webkit-animation-iteration-count: infinite;
}

[class*=confetti]:nth-child(odd) {
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: confetti1;
}

[class*=confetti]:nth-child(even) {
  -webkit-animation-duration: 0.6s;
  -webkit-animation-name: confetti2;
}

@-webkit-keyframes confetti1 {
  50% {
    -webkit-transform: translateX(3px) rotateX(90deg) rotateY(45deg);
  }
  100% {
    -webkit-transform: rotateX(180deg) rotateY(45deg);
  }
}
@-webkit-keyframes confetti2 {
  50% {
    -webkit-transform: translateX(-3px) rotateY(90deg) rotateX(45deg);
  }
  100% {
    -webkit-transform: rotateY(180deg) rotateX(45deg);
  }
}
.notification-actions {
  margin-bottom: 15px;
}

.property_unpayed, .property_renew {
  color: orange !important;
  font-weight: bold;
}

.travel_unpayed, .tourist_unpayed {
  color: green !important;
  font-weight: bold;
}

.site_offer, .new_cabinet, .reset_password {
  color: blueviolet !important;
  font-weight: bold;
}

.icbari_unpayed, .icbari_renew {
  color: blue !important;
  font-weight: bold;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Minus
 */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.7142857143px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.7142857143px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

.ourInvestors {
  height: auto;
  min-height: 700px;
}
.ourInvestors .headingInvestors {
  color: #2b2b2b;
  font-family: "Roboto";
  font-size: 42px;
  text-align: center;
  margin: 30px;
}
.ourInvestors .container.investors {
  display: flex;
}
.ourInvestors .investorsLine {
  border-top: 7px solid #00aeef;
  position: relative;
  top: 150px;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}
.ourInvestors .investorsLine.beyli {
  width: 350px;
}
.ourInvestors .investorsLine.eurodesign {
  width: 220px;
}
.ourInvestors .investorsLine.huner {
  width: 170px;
}
.ourInvestors .investorsLine.azar {
  width: 120px;
}
.ourInvestors .investorsLine.afgan {
  width: 100px;
}
.ourInvestors .investorsLine.kanan {
  width: 100px;
}
.ourInvestors .circle {
  position: relative;
  z-index: 2;
  background-color: #2b2b2b;
  border-radius: 25px;
  width: 10px;
  height: 10px;
  top: -9px;
}
.ourInvestors .investorImage {
  object-fit: contain;
  width: 60px;
  border-radius: 25px;
  position: relative;
  top: -79px;
}
.ourInvestors .investorImage.beyli {
  right: 130px;
}
.ourInvestors .investorImage.eurodesign {
  right: 80px;
}
.ourInvestors .investorImage.huner {
  right: 55px;
}
.ourInvestors .investorImage.person {
  right: 25px;
}
.ourInvestors .investorSuggestion {
  text-align: center;
  font-family: "Roboto";
  color: #2b2b2b;
  margin-top: 240px;
  font-size: 30px;
  padding: 5px;
}
.ourInvestors .contactBtnContainer {
  display: flex;
  justify-content: center;
}
.ourInvestors .contactUsButton {
  font-family: "Roboto";
  color: white;
  background-color: #00aeef;
  position: relative;
  top: 200px;
  border: none;
  width: 100px;
  padding: 7px;
  border-radius: 6px;
}
.ourInvestors #emailForm {
  display: none;
  text-align: center;
  position: relative;
  margin-top: 200px;
}
.ourInvestors .email {
  font-family: "Roboto";
  width: 350px;
  height: 45px;
  padding: 10px;
  border: 1px solid #00AEEF;
  transition: border 0.15s linear 0s;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 10px auto;
}
.ourInvestors .email {
  background-color: transparent;
  resize: none;
  outline: none;
}
.ourInvestors .email:hover,
.ourInvestors .email:focus {
  border: 2px solid #00AEEF;
}
.ourInvestors #enterEmail {
  background-color: white;
}
.ourInvestors #message {
  background-color: white;
}
.ourInvestors .active {
  border: 2px solid #00AEEF;
}
.ourInvestors .submitBtnEmail {
  font-family: "Roboto";
  color: white;
  background-color: #00aeef;
  border: none;
  width: 100px;
  padding: 7px;
  border-radius: 6px;
}
.ourInvestors .contactHeading {
  font-family: "Roboto";
  font-size: 25px;
  position: relative;
  top: 8px;
}
.ourInvestors #envelopeIcon {
  position: relative;
  right: 67px;
  top: 75px;
  font-size: 20px;
}
.ourInvestors .ourEmail {
  position: relative;
  right: -12px;
  top: 47px;
  font-family: "Roboto";
  font-size: 17px;
}
.ourInvestors #ourContact {
  background-color: #00aeef;
  color: white;
  height: 300px;
  border-radius: 10px;
}
.ourInvestors #ourInfo {
  color: white;
}
.ourInvestors #locationIcon {
  position: relative;
  right: 67px;
  top: 74px;
  font-size: 20px;
}
.ourInvestors .ourLocation {
  position: relative;
  right: 16px;
  top: 47px;
  font-family: "Roboto";
  font-size: 15px;
}
.ourInvestors #messageFromUser {
  background-color: #FAF9F6;
  color: #2b2b2b;
  height: 300px;
  border-radius: 10px;
}
.ourInvestors .contactLabels {
  position: relative;
  top: 13px;
}
@media screen and (max-width: 900px) {
  .ourInvestors .container.investors {
    margin: 10px;
  }
  .ourInvestors .investorsLine.beyli {
    width: 150px;
  }
  .ourInvestors .investorsLine.eurodesign {
    width: 105px;
  }
  .ourInvestors .investorsLine.huner {
    width: 74px;
  }
  .ourInvestors .investorsLine.azar {
    width: 64px;
  }
  .ourInvestors .investorsLine.afgan {
    width: 64px;
  }
  .ourInvestors .investorsLine.kanan {
    width: 64px;
  }
}
@media screen and (max-width: 1000px) {
  .ourInvestors .investorImage {
    object-fit: contain;
    width: 40px;
    border-radius: 25px;
    position: relative;
    top: -79px;
  }
  .ourInvestors .investorImage.beyli {
    right: 20px;
  }
  .ourInvestors .investorImage.eurodesign {
    right: 4px;
  }
  .ourInvestors .investorImage.huner {
    right: -3px;
  }
  .ourInvestors .investorImage.person {
    right: -2px;
  }
  .ourInvestors .investorSuggestion {
    right: -51px;
  }
  .ourInvestors #ourContact {
    height: 70px;
    width: 100%;
  }
  .ourInvestors #envelopeIcon {
    position: relative;
    top: 13px;
  }
  .ourInvestors .ourEmail {
    position: relative;
    top: -16px;
  }
  .ourInvestors #locationIcon {
    position: relative;
    top: -19px;
  }
  .ourInvestors .ourLocation {
    position: relative;
    top: -47px;
  }
  .ourInvestors .contactHeading {
    display: none;
  }
  .ourInvestors #messageFromUser {
    width: 100%;
  }
  .ourInvestors .email {
    width: 294px;
  }
}

.banner-for-main-page {
  background-color: #FFFFFF;
  padding: 0 30px;
  margin-bottom: 50px;
}

.banner-carousel-controls {
  border-radius: 16px;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
}

.banner-image {
  height: 200px !important;
  width: 100%;
  object-fit: cover;
}

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