@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

.toggle-mnu {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 1070
}

.toggle-mnu span {
  position: relative;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #1b5c81;
  transition: all .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: toggle-line-radius
}

.toggle-mnu span:after, .toggle-mnu span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px
}
#task-download .per-page-selector-main {
  width: initial!important;
  border-radius: 10px!important;
    border: solid 1px #707070!important;
    background-color: white!important;
    width: 130px;
    float:right;
}
.toggle-mnu span:after {
  top: 18px;
  width: 100%;
  height: 3px;
  background-color: #1b5c81;
  transition: all .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 4px
}

.toggle-mnu span:before {
  width: 100%;
  height: 3px;
  background-color: #1b5c81;
  transition: all .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 4px
}

.toggle-mnu.on span {
  background-color: transparent
}

.toggle-mnu.on span:before {
  transform: rotate(45deg) translate(-1px, 0);
  -ms-transform: rotate(45deg) translate(-1px, 0);
  -webkit-transform: rotate(45deg) translate(-1px, 0)
}

.toggle-mnu.on span:after {
  transform: rotate(-45deg) translate(6px, -7px);
  -ms-transform: rotate(-45deg) translate(6px, -7px);
  -webkit-transform: rotate(-45deg) translate(6px, -7px)
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.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: 700
}

dfn {
  font-style: italic
}

h1 {
  font-size: 2em;
  margin: .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: -.5em
}

sub {
  bottom: -.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 silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: 700
}

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 {
  *, :after, :before {
    background: 0 0 !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: ""
  }

  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid
  }

  thead {
    display: table-header-group
  }

  img, tr {
    page-break-inside: avoid
  }

  img {
    max-width: 100% !important
  }

  h2, h3, p {
    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 td, .table-bordered th {
    border: 1px solid #ddd !important
  }
}

* {
  box-sizing: border-box
}

:after, :before {
  box-sizing: border-box
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #757b88;
  background-color: #324758
}

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

a {
  color: #ffe5a6;
  text-decoration: none
}

a:focus, a:hover {
  color: #ffecc0;
  text-decoration: none
}

a:focus {
  outline: thin dotted;
  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: 24px
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #324758;
  border: 1px solid #ddd;
  border-radius: 19px;
  transition: all .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 #eee
}

.bootstrap-datetimepicker-widget .btn[data-action=clear]::after, .bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after, .bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after, .bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=showHours]::after, .bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=today]::after, .bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget table th.next::after, .bootstrap-datetimepicker-widget table th.prev::after, .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: #f7fcfe
}

.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: 400;
  line-height: 1;
  color: #777
}

.h1, .h2, .h3, h1, h2, h3 {
  margin: 20px 0
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
  font-size: 65%
}

.h4, .h5, .h6, h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px
}

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-size: 75%
}

.h1, h1 {
  font-size: 30px
}

.h2, h2 {
  font-size: 18px
}

.h3, h3 {
  font-size: 18px
}

.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: .2em
}

.text-left {
  text-align: left
}

.gross-box, .item-remain .remain-time, .item-remain .remain-words, .text-right {
  text-align: right
}

.login-info-title, .login-sub-title, .nav-editor>li, .nav-project>li, .panel-heading-authors .icon-edit, .sign-title, .statistics-box-subtitle, .statistics-box-title, .text-center {
  text-align: center
}

.text-justify {
  text-align: justify
}

.text-nowrap {
  white-space: nowrap
}

.text-lowercase {
  text-transform: lowercase
}

.confirm-ttl, .initialism, .text-uppercase {
  text-transform: uppercase
}

.text-capitalize {
  text-transform: capitalize
}

.text-muted {
  color: #777
}

.text-primary {
  color: #acd9f5
}

a.text-primary:focus, a.text-primary:hover {
  color: #7ec4f0
}

.text-success {
  color: #b6ef7f
}

a.text-success:focus, a.text-success:hover {
  color: #9ce952
}

.rate-success, .text-success-dark {
  color: #80c43d
}

a.rate-success:focus, a.rate-success:hover, a.text-success-dark:focus, a.text-success-dark:hover {
  color: #679e30
}

.text-info {
  color: #31708f
}

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

.form-date:after, .text-warning {
  color: #ffe5a6
}

a.form-date:focus:after, a.form-date:hover:after, a.text-warning:focus, a.text-warning:hover {
  color: #ffd673
}

.rate-good, .text-warning-dark {
  color: #ffcf5c
}

a.rate-good:focus, a.rate-good:hover, a.text-warning-dark:focus, a.text-warning-dark:hover {
  color: #ffc029
}

.rate-bad, .text-danger {
  color: #ff6f6f
}

a.rate-bad:focus, a.rate-bad:hover, a.text-danger:focus, a.text-danger:hover {
  color: #ff3c3c
}

.text-darken {
  color: #4b789b
}

a.text-darken:focus, a.text-darken:hover {
  color: #3a5d79
}

.form-euro:after, .rate-null, .text-darken-blue {
  color: #678293
}

a.form-euro:focus:after, a.form-euro:hover:after, a.rate-null:focus, a.rate-null:hover, a.text-darken-blue:focus, a.text-darken-blue:hover {
  color: #526775
}

.text-light-blue {
  color: #6ab2db
}

a.text-light-blue:focus, a.text-light-blue:hover {
  color: #419dd1
}

.data-list-title, .login-data-list-title, .slider-rate, .statistics-box-subtitle, .text-light {
  color: #f7fcfe
}

a.data-list-title:focus, a.data-list-title:hover, a.login-data-list-title:focus, a.login-data-list-title:hover, a.slider-rate:focus, a.slider-rate:hover, a.statistics-box-subtitle:focus, a.statistics-box-subtitle:hover, a.text-light:focus, a.text-light:hover {
  color: #caebf8
}

.text-white {
  color: #f7fcfe
}

a.text-white:focus, a.text-white:hover {
  color: #caebf8
}

.text-purple {
  color: #db6ab4
}

a.text-purple:focus, a.text-purple:hover {
  color: #d1419f
}

.bg-primary {
  color: #fff
}

.bg-primary {
  background-color: #acd9f5
}

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #7ec4f0
}

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

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

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

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

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

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

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

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

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

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

ol ol, ol ul, ul ol, ul ul {
  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
}

dd, dt {
  line-height: 1.42857
}

dt {
  font-weight: 700
}

dd {
  margin-left: 0
}

.dl-horizontal dd:after, .dl-horizontal dd:before {
  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[data-original-title], abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777
}

.initialism {
  font-size: 90%
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee
}

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
  margin-bottom: 0
}

blockquote .small, blockquote footer, blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777
}

blockquote .small:before, blockquote footer:before, blockquote small:before {
  content: '\2014 \00A0'
}

.blockquote-reverse, blockquote.pull-right, blockquote.slider-rate-max {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right
}

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.slider-rate-max .small:before, blockquote.slider-rate-max footer:before, blockquote.slider-rate-max small:before {
  content: ''
}

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.slider-rate-max .small:after, blockquote.slider-rate-max footer:after, blockquote.slider-rate-max small:after {
  content: '\00A0 \2014'
}

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

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: 19px
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 5px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 19px
}

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:after, .container:before {
  content: " ";
  display: table
}

.container:after {
  clear: both
}

@media (min-width:768px) {
  .container {
    width: 750px
  }
}

@media (min-width:992px) {
  .container {
    width: 970px
  }
}

@media (min-width:1450px) {
  .container {
    width: 1170px
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px
}

.container-fluid:after, .container-fluid:before {
  content: " ";
  display: table
}

.container-fluid:after {
  clear: both
}

.row {
  margin-left: -15px;
  margin-right: -15px
}

.row:after, .row:before {
  content: " ";
  display: table
}

.row:after {
  clear: both
}

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

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

.col-xs-1 {
  width: 8.33333%
}

.col-xs-2 {
  width: 16.66667%
}

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

.col-xs-4 {
  width: 33.33333%
}

.col-xs-5 {
  width: 41.66667%
}

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

.col-xs-7 {
  width: 58.33333%
}

.col-xs-8 {
  width: 66.66667%
}

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

.col-xs-10 {
  width: 83.33333%
}

.col-xs-11 {
  width: 91.66667%
}

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

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

.col-xs-pull-1 {
  right: 8.33333%
}

.col-xs-pull-2 {
  right: 16.66667%
}

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

.col-xs-pull-4 {
  right: 33.33333%
}

.col-xs-pull-5 {
  right: 41.66667%
}

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

.col-xs-pull-7 {
  right: 58.33333%
}

.col-xs-pull-8 {
  right: 66.66667%
}

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

.col-xs-pull-10 {
  right: 83.33333%
}

.col-xs-pull-11 {
  right: 91.66667%
}

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

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

.col-xs-push-1 {
  left: 8.33333%
}

.col-xs-push-2 {
  left: 16.66667%
}

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

.col-xs-push-4 {
  left: 33.33333%
}

.col-xs-push-5 {
  left: 41.66667%
}

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

.col-xs-push-7 {
  left: 58.33333%
}

.col-xs-push-8 {
  left: 66.66667%
}

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

.col-xs-push-10 {
  left: 83.33333%
}

.col-xs-push-11 {
  left: 91.66667%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:768px) {
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left
  }

  .col-sm-1 {
    width: 8.33333%
  }

  .col-sm-2 {
    width: 16.66667%
  }

  .col-sm-3 {
    width: 25%
  }

  .col-sm-4 {
    width: 33.33333%
  }

  .col-sm-5 {
    width: 41.66667%
  }

  .col-sm-6 {
    width: 50%
  }

  .col-sm-7 {
    width: 58.33333%
  }

  .col-sm-8 {
    width: 66.66667%
  }

  .col-sm-9 {
    width: 75%
  }

  .col-sm-10 {
    width: 83.33333%
  }

  .col-sm-11 {
    width: 91.66667%
  }

  .col-sm-12 {
    width: 100%
  }

  .col-sm-pull-0 {
    right: auto
  }

  .col-sm-pull-1 {
    right: 8.33333%
  }

  .col-sm-pull-2 {
    right: 16.66667%
  }

  .col-sm-pull-3 {
    right: 25%
  }

  .col-sm-pull-4 {
    right: 33.33333%
  }

  .col-sm-pull-5 {
    right: 41.66667%
  }

  .col-sm-pull-6 {
    right: 50%
  }

  .col-sm-pull-7 {
    right: 58.33333%
  }

  .col-sm-pull-8 {
    right: 66.66667%
  }

  .col-sm-pull-9 {
    right: 75%
  }

  .col-sm-pull-10 {
    right: 83.33333%
  }

  .col-sm-pull-11 {
    right: 91.66667%
  }

  .col-sm-pull-12 {
    right: 100%
  }

  .col-sm-push-0 {
    left: auto
  }

  .col-sm-push-1 {
    left: 8.33333%
  }

  .col-sm-push-2 {
    left: 16.66667%
  }

  .col-sm-push-3 {
    left: 25%
  }

  .col-sm-push-4 {
    left: 33.33333%
  }

  .col-sm-push-5 {
    left: 41.66667%
  }

  .col-sm-push-6 {
    left: 50%
  }

  .col-sm-push-7 {
    left: 58.33333%
  }

  .col-sm-push-8 {
    left: 66.66667%
  }

  .col-sm-push-9 {
    left: 75%
  }

  .col-sm-push-10 {
    left: 83.33333%
  }

  .col-sm-push-11 {
    left: 91.66667%
  }

  .col-sm-push-12 {
    left: 100%
  }

  .col-sm-offset-0 {
    margin-left: 0
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%
  }

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

  .col-sm-offset-4 {
    margin-left: 33.33333%
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%
  }

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

  .col-sm-offset-7 {
    margin-left: 58.33333%
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%
  }

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

  .col-sm-offset-10 {
    margin-left: 83.33333%
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%
  }

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

@media (min-width:992px) {
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left
  }

  .col-md-1 {
    width: 8.33333%
  }

  .col-md-2 {
    width: 16.66667%
  }

  .col-md-3 {
    width: 25%
  }

  .col-md-4 {
    width: 33.33333%
  }

  .col-md-5 {
    width: 41.66667%
  }

  .col-md-6 {
    width: 50%
  }

  .col-md-7 {
    width: 58.33333%
  }

  .col-md-8 {
    width: 66.66667%
  }

  .col-md-9 {
    width: 75%
  }

  .col-md-10 {
    width: 83.33333%
  }

  .col-md-11 {
    width: 91.66667%
  }

  .col-md-12 {
    width: 100%
  }

  .col-md-pull-0 {
    right: auto
  }

  .col-md-pull-1 {
    right: 8.33333%
  }

  .col-md-pull-2 {
    right: 16.66667%
  }

  .col-md-pull-3 {
    right: 25%
  }

  .col-md-pull-4 {
    right: 33.33333%
  }

  .col-md-pull-5 {
    right: 41.66667%
  }

  .col-md-pull-6 {
    right: 50%
  }

  .col-md-pull-7 {
    right: 58.33333%
  }

  .col-md-pull-8 {
    right: 66.66667%
  }

  .col-md-pull-9 {
    right: 75%
  }

  .col-md-pull-10 {
    right: 83.33333%
  }

  .col-md-pull-11 {
    right: 91.66667%
  }

  .col-md-pull-12 {
    right: 100%
  }

  .col-md-push-0 {
    left: auto
  }

  .col-md-push-1 {
    left: 8.33333%
  }

  .col-md-push-2 {
    left: 16.66667%
  }

  .col-md-push-3 {
    left: 25%
  }

  .col-md-push-4 {
    left: 33.33333%
  }

  .col-md-push-5 {
    left: 41.66667%
  }

  .col-md-push-6 {
    left: 50%
  }

  .col-md-push-7 {
    left: 58.33333%
  }

  .col-md-push-8 {
    left: 66.66667%
  }

  .col-md-push-9 {
    left: 75%
  }

  .col-md-push-10 {
    left: 83.33333%
  }

  .col-md-push-11 {
    left: 91.66667%
  }

  .col-md-push-12 {
    left: 100%
  }

  .col-md-offset-0 {
    margin-left: 0
  }

  .col-md-offset-1 {
    margin-left: 8.33333%
  }

  .col-md-offset-2 {
    margin-left: 16.66667%
  }

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

  .col-md-offset-4 {
    margin-left: 33.33333%
  }

  .col-md-offset-5 {
    margin-left: 41.66667%
  }

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

  .col-md-offset-7 {
    margin-left: 58.33333%
  }

  .col-md-offset-8 {
    margin-left: 66.66667%
  }

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

  .col-md-offset-10 {
    margin-left: 83.33333%
  }

  .col-md-offset-11 {
    margin-left: 91.66667%
  }

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

@media (min-width:1450px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left
  }

  .col-lg-1 {
    width: 8.33333%
  }

  .col-lg-2 {
    width: 16.66667%
  }

  .col-lg-3 {
    width: 25%
  }

  .col-lg-4 {
    width: 33.33333%
  }

  .col-lg-5 {
    width: 41.66667%
  }

  .col-lg-6 {
    width: 50%
  }

  .col-lg-7 {
    width: 58.33333%
  }

  .col-lg-8 {
    width: 66.66667%
  }

  .col-lg-9 {
    width: 75%
  }

  .col-lg-10 {
    width: 83.33333%
  }

  .col-lg-11 {
    width: 91.66667%
  }

  .col-lg-12 {
    width: 100%
  }

  .col-lg-pull-0 {
    right: auto
  }

  .col-lg-pull-1 {
    right: 8.33333%
  }

  .col-lg-pull-2 {
    right: 16.66667%
  }

  .col-lg-pull-3 {
    right: 25%
  }

  .col-lg-pull-4 {
    right: 33.33333%
  }

  .col-lg-pull-5 {
    right: 41.66667%
  }

  .col-lg-pull-6 {
    right: 50%
  }

  .col-lg-pull-7 {
    right: 58.33333%
  }

  .col-lg-pull-8 {
    right: 66.66667%
  }

  .col-lg-pull-9 {
    right: 75%
  }

  .col-lg-pull-10 {
    right: 83.33333%
  }

  .col-lg-pull-11 {
    right: 91.66667%
  }

  .col-lg-pull-12 {
    right: 100%
  }

  .col-lg-push-0 {
    left: auto
  }

  .col-lg-push-1 {
    left: 8.33333%
  }

  .col-lg-push-2 {
    left: 16.66667%
  }

  .col-lg-push-3 {
    left: 25%
  }

  .col-lg-push-4 {
    left: 33.33333%
  }

  .col-lg-push-5 {
    left: 41.66667%
  }

  .col-lg-push-6 {
    left: 50%
  }

  .col-lg-push-7 {
    left: 58.33333%
  }

  .col-lg-push-8 {
    left: 66.66667%
  }

  .col-lg-push-9 {
    left: 75%
  }

  .col-lg-push-10 {
    left: 83.33333%
  }

  .col-lg-push-11 {
    left: 91.66667%
  }

  .col-lg-push-12 {
    left: 100%
  }

  .col-lg-offset-0 {
    margin-left: 0
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%
  }

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

  .col-lg-offset-4 {
    margin-left: 33.33333%
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%
  }

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

  .col-lg-offset-7 {
    margin-left: 58.33333%
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%
  }

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

  .col-lg-offset-10 {
    margin-left: 83.33333%
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%
  }

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

table {
  background-color: transparent
}

caption {
  padding-top: 10px 15px;
  padding-bottom: 10px 15px;
  color: #777;
  text-align: left
}

th {
  text-align: left
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 10px 15px;
  line-height: 1.42857;
  vertical-align: middle;
  width: 1%;
}

.grid-checkbox {
  width: 50px !important;
}

.table>thead>tr>th {
  vertical-align: bottom
}

.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
  border-top: 0
}

.table .table {
  background-color: #324758
}

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

.table-bordered {
  border: 1px solid #324758
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
  border: 1px solid #324758
}

.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
  border-bottom-width: 2px
}

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

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

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>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active {
  background-color: #324758
}

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

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

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

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

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

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

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

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

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

.table-responsive {
  overflow-x: auto;
  min-height: .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 #324758
  }

  .table-responsive>.table {
    margin-bottom: 0
  }

  .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
    white-space: nowrap
  }

  .table-responsive>.table-bordered {
    border: 0
  }

  .table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
  }

  .table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
  }

  .table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>th {
    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: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5
}

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

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

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

input[type=file] {
  display: block
}

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

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

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

output {
  display: block;
  padding-top: 8px;
  font-size: 14px;
  line-height: 1.42857;
  color: #3c607c
}

.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 7px 20px;
  line-height: 1.42857;
  color: #3c607c;
  background-color: #4a96c2;
  background-image: none;
  border: 1px solid #4a96c2;
  border-radius: 19px;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
  outline: 0
}

.form-control::-moz-placeholder {
  color: #8bc9ec;
  opacity: 1
}

.form-control:-ms-input-placeholder {
  color: #8bc9ec
}

.form-control::-webkit-input-placeholder {
  color: #8bc9ec
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  border: none!important;
  background-color: #466279;
  opacity: 1;
  color: #324758
}
.no-margin-top{
   margin-top: 0px!important;
}
.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=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
    line-height: 38px
  }

  .input-group-sm input[type=date], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm input[type=time], .input-group-sm>.input-group-btn>input[type=date].btn, .input-group-sm>.input-group-btn>input[type=datetime-local].btn, .input-group-sm>.input-group-btn>input[type=month].btn, .input-group-sm>.input-group-btn>input[type=time].btn, .input-group-sm>input[type=date].form-control, .input-group-sm>input[type=date].input-group-addon, .input-group-sm>input[type=datetime-local].form-control, .input-group-sm>input[type=datetime-local].input-group-addon, .input-group-sm>input[type=month].form-control, .input-group-sm>input[type=month].input-group-addon, .input-group-sm>input[type=time].form-control, .input-group-sm>input[type=time].input-group-addon, input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
    line-height: 26px
  }

  .input-group-lg input[type=date], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg input[type=time], .input-group-lg>.input-group-btn>input[type=date].btn, .input-group-lg>.input-group-btn>input[type=datetime-local].btn, .input-group-lg>.input-group-btn>input[type=month].btn, .input-group-lg>.input-group-btn>input[type=time].btn, .input-group-lg>input[type=date].form-control, .input-group-lg>input[type=date].input-group-addon, .input-group-lg>input[type=datetime-local].form-control, .input-group-lg>input[type=datetime-local].input-group-addon, .input-group-lg>input[type=month].form-control, .input-group-lg>input[type=month].input-group-addon, .input-group-lg>input[type=time].form-control, .input-group-lg>input[type=time].input-group-addon, input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg {
    line-height: 50px
  }
}

.offer-item {
  margin-bottom: 5px
}

.checkbox, .radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px
}

.checkbox label, .radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer
}

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

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

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

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

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

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

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

.form-control-static {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 0;
  min-height: 34px
}

.form-control-static.input-lg, .form-control-static.input-sm, .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, .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-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn, .input-sm {
  height: 26px;
  padding: 3px 29px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 5px
}

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

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

-sm .form-control {
  height: 26px;
  padding: 3px 29px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 5px
}

-sm select.form-control {
  height: 26px;
  line-height: 26px
}

-sm select[multiple].form-control, -sm textarea.form-control {
  height: auto
}

-sm .form-control-static {
  height: 26px;
  min-height: 32px;
  padding: 4px 29px;
  font-size: 12px;
  line-height: 1.5
}

.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn, .input-lg {
  height: 50px;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 1.45;
  border-radius: 24px
}

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

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

-lg .form-control {
  height: 50px;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 1.45;
  border-radius: 24px
}

-lg select.form-control {
  height: 50px;
  line-height: 50px
}

-lg select[multiple].form-control, -lg textarea.form-control {
  height: auto
}

-lg .form-control-static {
  height: 50px;
  min-height: 36px;
  padding: 13px 16px;
  font-size: 16px;
  line-height: 1.45
}

.has-feedback {
  position: relative
}

.has-feedback .form-control {
  padding-right: 47.5px
}

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

-lg .form-control+.form-control-feedback, .input-group-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-lg+.form-control-feedback {
  width: 50px;
  height: 50px;
  line-height: 50px
}

-sm .form-control+.form-control-feedback, .input-group-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-sm+.form-control-feedback {
  width: 26px;
  height: 26px;
  line-height: 26px
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
  color: #b6ef7f
}

.has-success .form-control {
  border-color: #b6ef7f
}

.has-success .form-control:focus {
  border-color: #9ce952
}

.has-success .input-group-addon {
  color: #b6ef7f;
  border-color: #b6ef7f;
  background-color: #dff0d8
}

.has-success .form-control-feedback {
  color: #b6ef7f
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
  color: #ffe5a6
}

.has-warning .form-control {
  border-color: #ffe5a6
}

.has-warning .form-control:focus {
  border-color: #ffd673
}

.has-warning .input-group-addon {
  color: #ffe5a6;
  border-color: #ffe5a6;
  background-color: #fcf8e3
}

.has-warning .form-control-feedback {
  color: #ffe5a6
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
  color: #ff6f6f
}

.has-error .form-control {
  border-color: #ff6f6f
}

.has-error .form-control:focus {
  border-color: #ff3c3c
}

.has-error .input-group-addon {
  color: #ff6f6f;
  border-color: #ff6f6f;
  background-color: #f2dede
}

.has-error .form-control-feedback {
  color: #ff6f6f
}

.has-feedback label~.form-control-feedback {
  top: 25px
}

.bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=clear]::after~.form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=decrementHours]::after~.form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=decrementMinutes]::after~.form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=incrementHours]::after~.form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=incrementMinutes]::after~.form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=showHours]::after~.form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=showMinutes]::after~.form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=today]::after~.form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=togglePeriod]::after~.form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.picker-switch::after~.form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=clear]::after~.form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=decrementHours]::after~.form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=decrementMinutes]::after~.form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=incrementHours]::after~.form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=incrementMinutes]::after~.form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=showHours]::after~.form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=showMinutes]::after~.form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=today]::after~.form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=togglePeriod]::after~.form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.picker-switch::after~.form-control-feedback, .has-feedback label.sr-only~.form-control-feedback {
  top: 0
}

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

@media (min-width:768px) {
  .form-inline , .form-inline .offer-item {
    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 .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
    width: auto
  }

  .form-inline .input-group>.form-control {
    width: 100%
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle
  }

  .form-inline .checkbox, .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle
  }

  .form-inline .checkbox label, .form-inline .radio label {
    padding-left: 0
  }

  .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0
  }
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8px
}

.form-horizontal .checkbox, .form-horizontal .radio {
  min-height: 28px
}

.form-horizontal , .form-horizontal .offer-item {
  margin-left: -15px;
  margin-right: -15px
}

.form-horizontal :after, .form-horizontal :before, .form-horizontal .offer-item:after, .form-horizontal .offer-item:before {
  content: " ";
  display: table
}

.form-horizontal :after, .form-horizontal .offer-item:after {
  clear: both
}

@media (min-width:768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 8px
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px
}

@media (min-width:768px) {
  .form-horizontal -lg .control-label {
    padding-top: 13px;
    font-size: 16px
  }
}

@media (min-width:768px) {
  .form-horizontal -sm .control-label {
    padding-top: 4px;
    font-size: 12px
  }
}

button[type=submit].btn, button[type=submit].btn:hover {
  background-color: #ff8900;
  border-color: transparent;
  color: white;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 7px 20px;
  font-size: 16px;
  line-height: normal;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: ease all, .3s
}

.btn, .btn.active, .btn:active {
  outline: 0
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: 0
}

.btn.focus, .btn:focus, .btn:hover {
  color: #1b5c81;
  text-decoration: none;
  outline: 0
}

.btn.active, .btn:active {
  outline: 0;
  background-image: none
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: .65;
  box-shadow: none
}

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

.btn-default {
  color: #1b5c81;
  background-color: #eff9fe;
  border-color: transparent
}

.btn-default.focus, .btn-default:focus {
  color: #1b5c81;
  background-color: #fff;
  border-color: #fff
}

.btn-default:hover {
  color: #1b5c81;
  background-color: #fff;
  border-color: #fff
}

.btn-default.active, .btn-default:active, .open>.btn-default.dropdown-toggle {
  color: #1b5c81;
  background-color: #fff;
  border-color: #fff
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.btn-default.dropdown-toggle.focus, .open>.btn-default.dropdown-toggle:focus, .open>.btn-default.dropdown-toggle:hover {
  color: #1b5c81;
  background-color: #fff;
  border-color: #fff
}

.btn-default.active, .btn-default:active, .open>.btn-default.dropdown-toggle {
  background-image: none
}

.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
  background-color: #eff9fe;
  border-color: #eff9fe
}

.btn-default .badge {
  color: #eff9fe;
  background-color: #1b5c81
}

.btn-primary {
  color: #1b5c81;
  background-color: #acd9f5;
  border-color: transparent
}

.btn-primary.focus, .btn-primary:focus {
  color: #1b5c81;
  background-color: #c3e3f8;
  border-color: #c3e3f8
}

.btn-primary:hover {
  color: #1b5c81;
  background-color: #c3e3f8;
  border-color: #c3e3f8
}

.btn-primary.active, .btn-primary:active, .open>.btn-primary.dropdown-toggle {
  color: #1b5c81;
  background-color: #cce8f9;
  border-color: #cce8f9
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.btn-primary.dropdown-toggle.focus, .open>.btn-primary.dropdown-toggle:focus, .open>.btn-primary.dropdown-toggle:hover {
  color: #1b5c81;
  background-color: #daeefa;
  border-color: #daeefa
}

.btn-primary.active, .btn-primary:active, .open>.btn-primary.dropdown-toggle {
  background-image: none
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #acd9f5;
  border-color: #95cff2
}

.btn-primary .badge {
  color: #acd9f5;
  background-color: #1b5c81
}

.btn-success {
  color: #3f5e20;
  background-color: #80c43d;
  border-color: transparent
}

.btn-success.focus, .btn-success:focus {
  color: #3f5e20;
  background-color: #8dca51;
  border-color: #8dca51
}

.btn-success:hover {
  color: #3f5e20;
  background-color: #8dca51;
  border-color: #8dca51
}

.btn-success.active, .btn-success:active, .open>.btn-success.dropdown-toggle {
  color: #3f5e20;
  background-color: #92cc58;
  border-color: #92cc58
}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open>.btn-success.dropdown-toggle.focus, .open>.btn-success.dropdown-toggle:focus, .open>.btn-success.dropdown-toggle:hover {
  color: #3f5e20;
  background-color: #9ad064;
  border-color: #9ad064
}

.btn-success.active, .btn-success:active, .open>.btn-success.dropdown-toggle {
  background-image: none
}

.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
  background-color: #80c43d;
  border-color: #73b236
}

.btn-success .badge {
  color: #80c43d;
  background-color: #3f5e20
}

.btn-info {
  color: #324758;
  background-color: #4b789b;
  border-color: transparent
}

.btn-info.focus, .btn-info:focus {
  color: #324758;
  background-color: #5385ac;
  border-color: #5385ac
}

.btn-info:hover {
  color: #324758;
  background-color: #5385ac;
  border-color: #5385ac
}

.btn-info.active, .btn-info:active, .open>.btn-info.dropdown-toggle {
  color: #324758;
  background-color: #5a8aaf;
  border-color: #5a8aaf
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open>.btn-info.dropdown-toggle.focus, .open>.btn-info.dropdown-toggle:focus, .open>.btn-info.dropdown-toggle:hover {
  color: #324758;
  background-color: #6591b4;
  border-color: #6591b4
}

.btn-info.active, .btn-info:active, .open>.btn-info.dropdown-toggle {
  background-image: none
}

.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
  background-color: #4b789b;
  border-color: #436b8a
}

.btn-info .badge {
  color: #4b789b;
  background-color: #324758
}

.btn-warning {
  color: #364d5f;
  background-color: #ffe5a6;
  border-color: transparent
}

.btn-warning.focus, .btn-warning:focus {
  color: #364d5f;
  background-color: #ffecc0;
  border-color: #ffecc0
}

.btn-warning:hover {
  color: #364d5f;
  background-color: #ffecc0;
  border-color: #ffecc0
}

.btn-warning.active, .btn-warning:active, .open>.btn-warning.dropdown-toggle {
  color: #364d5f;
  background-color: #ffefca;
  border-color: #ffefca
}

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open>.btn-warning.dropdown-toggle.focus, .open>.btn-warning.dropdown-toggle:focus, .open>.btn-warning.dropdown-toggle:hover {
  color: #364d5f;
  background-color: #fff4d9;
  border-color: #fff4d9
}

.btn-warning.active, .btn-warning:active, .open>.btn-warning.dropdown-toggle {
  background-image: none
}

.btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
  background-color: #ffe5a6;
  border-color: #ffde8d
}

.btn-warning .badge {
  color: #ffe5a6;
  background-color: #364d5f
}

.btn-danger {
  color: #324758;
  background-color: #d9534f;
  border-color: transparent
}

.btn-danger.focus, .btn-danger:focus {
  color: #324758;
  background-color: #de6764;
  border-color: #de6764
}

.btn-danger:hover {
  color: #324758;
  background-color: #de6764;
  border-color: #de6764
}

.btn-danger.active, .btn-danger:active, .open>.btn-danger.dropdown-toggle {
  color: #324758;
  background-color: #df706c;
  border-color: #df706c
}

.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open>.btn-danger.dropdown-toggle.focus, .open>.btn-danger.dropdown-toggle:focus, .open>.btn-danger.dropdown-toggle:hover {
  color: #324758;
  background-color: #e27c79;
  border-color: #e27c79
}

.btn-danger.active, .btn-danger:active, .open>.btn-danger.dropdown-toggle {
  background-image: none
}

.btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #324758
}

.btn-danger-light {
  color: #563333;
  background-color: #ff6f6f;
  border-color: transparent
}

.btn-danger-light.focus, .btn-danger-light:focus {
  color: #563333;
  background-color: #ff8989;
  border-color: #ff8989
}

.btn-danger-light:hover {
  color: #563333;
  background-color: #ff8989;
  border-color: #ff8989
}

.btn-danger-light.active, .btn-danger-light:active, .open>.btn-danger-light.dropdown-toggle {
  color: #563333;
  background-color: #ff9393;
  border-color: #ff9393
}

.btn-danger-light.active.focus, .btn-danger-light.active:focus, .btn-danger-light.active:hover, .btn-danger-light:active.focus, .btn-danger-light:active:focus, .btn-danger-light:active:hover, .open>.btn-danger-light.dropdown-toggle.focus, .open>.btn-danger-light.dropdown-toggle:focus, .open>.btn-danger-light.dropdown-toggle:hover {
  color: #563333;
  background-color: #ffa2a2;
  border-color: #ffa2a2
}

.btn-danger-light.active, .btn-danger-light:active, .open>.btn-danger-light.dropdown-toggle {
  background-image: none
}

.btn-danger-light.disabled.focus, .btn-danger-light.disabled:focus, .btn-danger-light.disabled:hover, .btn-danger-light[disabled].focus, .btn-danger-light[disabled]:focus, .btn-danger-light[disabled]:hover, fieldset[disabled] .btn-danger-light.focus, fieldset[disabled] .btn-danger-light:focus, fieldset[disabled] .btn-danger-light:hover {
  background-color: #ff6f6f;
  border-color: #d43f3a
}

.btn-danger-light .badge {
  color: #ff6f6f;
  background-color: #563333
}


.btn-outline {
  color: #ffe5a6;
  background-color: #364d5f;
  border-color: transparent
}

.btn-outline.focus, .btn-outline:focus {
  color: #ffe5a6;
  background-color: #3f5a6f;
  border-color: #3f5a6f
}

.btn-outline:hover {
  color: #ffe5a6;
  background-color: #3f5a6f;
  border-color: #3f5a6f
}

.btn-outline.active, .btn-outline:active, .open>.btn-outline.dropdown-toggle {
  color: #ffe5a6;
  background-color: #435f76;
  border-color: #435f76
}

.btn-outline.active.focus, .btn-outline.active:focus, .btn-outline.active:hover, .btn-outline:active.focus, .btn-outline:active:focus, .btn-outline:active:hover, .open>.btn-outline.dropdown-toggle.focus, .open>.btn-outline.dropdown-toggle:focus, .open>.btn-outline.dropdown-toggle:hover {
  color: #ffe5a6;
  background-color: #486780;
  border-color: #486780
}

.btn-outline.active, .btn-outline:active, .open>.btn-outline.dropdown-toggle {
  background-image: none
}

.btn-outline.disabled.focus, .btn-outline.disabled:focus, .btn-outline.disabled:hover, .btn-outline[disabled].focus, .btn-outline[disabled]:focus, .btn-outline[disabled]:hover, fieldset[disabled] .btn-outline.focus, fieldset[disabled] .btn-outline:focus, fieldset[disabled] .btn-outline:hover {
  background-color: #364d5f;
  border-color: #ffe5a6
}

.btn-outline .badge {
  color: #364d5f;
  background-color: #ffe5a6
}

.btn-link {
  color: #ffe5a6;
  font-weight: 400;
  border-radius: 0
}

.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
  border-color: transparent
}

.btn-link:focus, .btn-link:hover {
  color: #ffecc0;
  text-decoration: none;
  background-color: transparent
}

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none
}

.btn-group-lg>.btn, .btn-lg {
  padding: 12px 16px;
  font-size: 16px;
  line-height: 1.45;
  border-radius: 24px
}

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

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

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

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

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

.fade {
  opacity: 0;
  transition: opacity .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;
  transition-property: height, visibility;
  transition-duration: .35s;
  transition-timing-function: ease
}

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

.dropdown, .dropup {
  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: #4b789b;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 19px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  background-clip: padding-box
}

.dropdown-menu.pull-right, .dropdown-menu.slider-rate-max {
  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: 400;
  line-height: 1.42857;
  color: #333;
  white-space: nowrap
}

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

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

.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
  color: #777
}

.dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  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.42857;
  color: #777;
  white-space: nowrap
}

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

.pull-right>.dropdown-menu, .slider-rate-max>.dropdown-menu {
  right: 0;
  left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 6px dashed;
  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-vertical>.btn, .btn-group>.btn {
  position: relative;
  float: left
}

.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:hover, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus, .btn-group>.btn:hover {
  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:after, .btn-toolbar:before {
  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 {
  border-radius: 8px!important;
  background-color: #f4f5f5!important;
  box-shadow: none!important;
}

.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-lg.btn-group>.btn+.dropdown-toggle, .btn-group>.btn-lg+.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none
}

.btn .caret {
  margin-left: 0
}

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

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

.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:after, .btn-group-vertical>.btn-group:before {
  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: 19px;
  border-top-left-radius: 19px;
  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: 19px;
  border-bottom-left-radius: 19px
}

.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=checkbox], [data-toggle=buttons]>.btn input[type=radio], [data-toggle=buttons]>.btn-group>.btn input[type=checkbox], [data-toggle=buttons]>.btn-group>.btn input[type=radio] {
  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 .form-control, .input-group-addon, .input-group-btn {
  display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn: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: 7px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #3c607c;
  text-align: center;
  background-color: #4b789b;
  border-radius: 19px
}

.input-group-addon.input-sm, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.input-group-addon.btn {
  padding: 3px 29px;
  font-size: 12px;
  border-radius: 5px
}

.input-group-addon.input-lg, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.input-group-addon.btn {
  padding: 12px 16px;
  font-size: 16px;
  border-radius: 24px
}

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
  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-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
  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:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
  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:active, .input-group-btn>.btn:focus, .input-group-btn>.btn:hover {
  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:after, .nav:before {
  content: " ";
  display: table
}

.nav:after {
  clear: both
}

.nav>li {
  position: relative;
  display: block
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 20px
}

.nav>li>a:focus, .nav>li>a:hover {
  text-decoration: none;
  background-color: #364d5f
}

.nav>li.disabled>a {
  color: #777
}

.nav>li.disabled>a:focus, .nav>li.disabled>a:hover {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  background-color: #364d5f;
  border-color: #ffe5a6
}

.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.42857;
  border: 1px solid transparent;
  border-radius: 19px 19px 0 0
}

.nav-tabs>li>a:hover {
  border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  color: #555;
  background-color: #324758;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default
}

.nav-pills {
  margin-bottom: 30px
}

.nav-pills>li {
  float: left;
  margin: 0 15px
}

.nav-pills>li>a {
  border-radius: 5px;
  background-color: #364d5f;
  margin-bottom: 30px
}

.nav-pills>li>a:focus, .nav-pills>li>a:hover {
  background: #425c72
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
  color: #4a7895;
  background-color: #2f4252
}

@media (min-width:768px) {
  .nav-pills-fluid>li {
    width: 22.57%;
    min-width: 278px
  }
}

.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: 19px
}

.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus, .nav-tabs-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
  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: 19px 19px 0 0
  }

  .nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus, .nav-tabs-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
    border-bottom-color: #324758
  }
}

.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: 0
}

.navbar:after, .navbar:before {
  content: " ";
  display: table
}

.navbar:after {
  clear: both
}

@media (min-width:768px) {
  .navbar {
    border-radius: none
  }
}

.navbar-header:after, .navbar-header:before {
  content: " ";
  display: table
}

.navbar-header:after {
  clear: both
}

@media (min-width:768px) {
  .navbar-header {
    float: none
  }
}

.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, .1);
  -webkit-overflow-scrolling: touch
}

.navbar-collapse:after, .navbar-collapse:before {
  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-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
    padding-left: 0;
    padding-right: 0
  }
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: 340px
}

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

@media (min-width:768px) {
  .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    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-bottom, .navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030
}

@media (min-width:768px) {
  .navbar-fixed-bottom, .navbar-fixed-top {
    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: none;
  padding: 15px 15px;
  font-size: 16px;
  line-height: 20px;
  height: 50px;
  display: block
}

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none
}

.navbar-brand>img {
  display: block
}

@media (min-width:768px) {
  .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 0
  }
}

.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: 19px
}

.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 .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
    padding: 5px 15px 5px 25px
  }

  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px
  }

  .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-nav .open .dropdown-menu>li>a:hover {
    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;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  margin-top: 6px;
  margin-bottom: 6px
}

@media (min-width:768px) {
  .navbar-form , .navbar-form .offer-item {
    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 .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
    width: auto
  }

  .navbar-form .input-group>.form-control {
    width: 100%
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle
  }

  .navbar-form .checkbox, .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle
  }

  .navbar-form .checkbox label, .navbar-form .radio label {
    padding-left: 0
  }

  .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0
  }
}

@media (max-width:767px) {
  .navbar-form , .navbar-form .offer-item {
    margin-bottom: 5px
  }

  .navbar-form :last-child, .navbar-form .offer-item: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;
    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: none;
  border-top-left-radius: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.navbar-btn {
  margin-top: 6px;
  margin-bottom: 6px
}

.btn-group-sm>.navbar-btn.btn, .navbar-btn.btn-sm {
  margin-top: 12px;
  margin-bottom: 12px
}

.btn-group-xs>.navbar-btn.btn, .navbar-btn.btn-xs {
  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: #2588c9;
  border-color: none
}

.navbar-default .navbar-brand {
  color: #1b5c81
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
  color: #123e57;
  background-color: transparent
}

.navbar-default .navbar-text {
  color: #1b5c81
}

.navbar-default .navbar-nav>li>a {
  color: #1b5c81
}

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

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  color: #0f5177;
  background-color: #4fa4d5
}

.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:focus, .navbar-default .navbar-nav>.disabled>a:hover {
  color: #68a4c6;
  background-color: transparent
}

.navbar-default .navbar-toggle {
  border-color: #2b76a0
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #2b76a0
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #1b5c81
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: none
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  background-color: #4fa4d5;
  color: #0f5177
}

@media (max-width:767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #1b5c81
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #2b76a0;
    background-color: transparent
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #0f5177;
    background-color: #4fa4d5
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
    color: #68a4c6;
    background-color: transparent
  }
}

.navbar-default .navbar-link {
  color: #1b5c81
}

.navbar-default .navbar-link:hover {
  color: #2b76a0
}

.navbar-default .btn-link {
  color: #1b5c81
}

.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
  color: #2b76a0
}

.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
  color: #68a4c6
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
  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:focus, .navbar-inverse .navbar-nav>li>a:hover {
  color: #fff;
  background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
  color: #fff;
  background-color: #090909
}

.navbar-inverse .navbar-nav>.disabled>a, .navbar-inverse .navbar-nav>.disabled>a:focus, .navbar-inverse .navbar-nav>.disabled>a:hover {
  color: #444;
  background-color: transparent
}

.navbar-inverse .navbar-toggle {
  border-color: #333
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  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:focus, .navbar-inverse .navbar-nav>.open>a:hover {
  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:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: transparent
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #090909
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
    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:focus, .navbar-inverse .btn-link:hover {
  color: #fff
}

.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 19px
}

.breadcrumb>li {
  display: inline-block
}

.breadcrumb>li+li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc
}

.breadcrumb>.active {
  color: #777
}

.pagination {
  /* display: inline-block; */
  padding-left: 0;
  margin: 20px 0;
  border-radius: 19px;
  float: right;
}

.pagination>li {
  display: inline
}

.pagination>li>a, .pagination>li>span {
  position: relative;
  float: left;
  margin: 20px 8px 50px 0px;
  padding: 2px 8px;
  line-height: 1.42857;
  text-decoration: none;
  color: #5f5f60!important;
  background-color: transparent;
  border: 1px solid transparent;
  margin-left: -1px
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
  margin-left: 0;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
  border-bottom-right-radius: 19px;
  border-top-right-radius: 19px
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
  z-index: 2;
  border-radius: 7px;
  background-color: #2588c9;
  color: white;
  border-color: transparent
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  z-index: 3;
  border-radius: 7px;
  background-color: #2588c9;
  color: white;
  border-color: transparent;
  cursor: default
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
  color: #364d5f;
  background-color: transparent;
  border-color: transparent;
  cursor: not-allowed
}

.pagination-lg>li>a, .pagination-lg>li>span {
  padding: 12px 16px;
  font-size: 16px;
  line-height: 1.45
}

.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
  border-bottom-left-radius: 24px;
  border-top-left-radius: 24px
}

.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
  border-bottom-right-radius: 24px;
  border-top-right-radius: 24px
}

.pagination-sm>li>a, .pagination-sm>li>span {
  padding: 3px 29px;
  font-size: 12px;
  line-height: 1.5
}

.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px
}

.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center
}

.pager:after, .pager:before {
  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: #4b789b;
  border: 1px solid transparent;
  border-radius: 15px
}

.pager li>a:focus, .pager li>a:hover {
  text-decoration: none;
  background-color: #4b789b
}

.pager .next>a, .pager .next>span {
  float: right
}

.pager .previous>a, .pager .previous>span {
  float: left
}

.pager .disabled>a, .pager .disabled>a:focus, .pager .disabled>a:hover, .pager .disabled>span {
  color: #364d5f;
  background-color: #4b789b;
  cursor: not-allowed
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em
}

.label:empty {
  display: none
}

.btn .label {
  position: relative;
  top: -1px
}

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

.label-default {
  background-color: #777
}

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

.label-primary {
  background-color: #acd9f5
}

.label-primary[href]:focus, .label-primary[href]:hover {
  background-color: #7ec4f0
}

.label-success {
  background-color: #80c43d
}

.label-success[href]:focus, .label-success[href]:hover {
  background-color: #679e30
}

.label-info {
  background-color: #4b789b
}

.label-info[href]:focus, .label-info[href]:hover {
  background-color: #3a5d79
}

.label-warning {
  background-color: #ffe5a6
}

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

.label-danger {
  background-color: #d9534f
}

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

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 10px;
  font-size: 12px;
  font-weight: 400;
  color: #324758;
  line-height: 1.4;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  min-width: 30px;
  background-color: #6ab2db;
  border-radius: 10px
}

.badge:empty {
  display: none
}

.btn .badge {
  position: relative;
  top: -1px
}

.btn-group-xs>.btn .badge, .btn-xs .badge {
  top: 0;
  padding: 1px 5px
}

.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
  color: #ffe5a6;
  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:focus, a.badge:hover {
  color: #6ab2db;
  text-decoration: none;
  cursor: pointer
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #324758;
  border: 1px solid #ddd;
  border-radius: 19px;
  transition: border .2s ease-in-out
}

.thumbnail a>img, .thumbnail>img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto
}

.thumbnail .caption {
  padding: 9px;
  color: #6ab2db
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
  border-color: #ffe5a6
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 19px
}

.alert h4 {
  margin-top: 0;
  color: inherit
}

.alert .alert-link {
  font-weight: 700
}

.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: #b6ef7f
}

.alert-success hr {
  border-top-color: #c9e2b3
}

.alert-success .alert-link {
  color: #9ce952
}

.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: #ffe5a6
}

.alert-warning hr {
  border-top-color: #f7e1b5
}

.alert-warning .alert-link {
  color: #ffd673
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #ff6f6f
}

.alert-danger hr {
  border-top-color: #e4b9c0
}

.alert-danger .alert-link {
  color: #ff3c3c
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0
  }

  to {
    background-position: 0 0
  }
}

.progress {
  overflow: hidden;
  height: 6px;
  margin: 5px 0;
  background-color: #4d91c1;
  border-radius: 10px
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #acd9f5;
  transition: width .6s ease
}

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

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

.progress-bar-success {
  background-color: #80c43d
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
  background-color: #4b789b
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
  background-color: #ffe5a6
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
  background-color: #d9534f
}

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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, .media>.slider-rate-max {
  padding-left: 10px
}

.media-left, .media>.pull-left, .media>.slider-rate-min {
  padding-right: 10px
}

.media-body, .media-left, .media-right {
  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: 19px;
  border-top-left-radius: 19px
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 19px;
  border-bottom-left-radius: 19px
}

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:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
  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:focus, .list-group-item.disabled:hover {
  background-color: #eee;
  color: #777;
  cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
  color: inherit
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
  color: #777
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #acd9f5;
  border-color: #acd9f5
}

.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: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, .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 {
  color: inherit
}

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
  color: #fff
}

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

a.list-group-item-success, button.list-group-item-success {
  color: #b6ef7f
}

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:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
  color: #b6ef7f;
  background-color: #d0e9c6
}

a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #b6ef7f;
  border-color: #b6ef7f
}

.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:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3
}

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

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

a.list-group-item-warning, button.list-group-item-warning {
  color: #ffe5a6
}

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:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
  color: #ffe5a6;
  background-color: #faf2cc
}

a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #ffe5a6;
  border-color: #ffe5a6
}

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

a.list-group-item-danger, button.list-group-item-danger {
  color: #ff6f6f
}

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:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
  color: #ff6f6f;
  background-color: #ebcccc
}

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

.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;
  border-bottom: 2px solid #324758
}

.panel-body {
  padding: 15px;
}

.offer-container .panel-body {
  margin-top: 30px!important;
}

.panel-body:after, .panel-body:before {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 0;
  border-bottom: 1px solid transparent
}

.panel-heading>.dropdown .dropdown-toggle {
  color: inherit
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px
}

.panel-title .badge.pull-right, .panel-title .badge.slider-rate-max {
  position: relative;
  top: -3px;
  margin: auto 10px
}

.panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a {
  color: inherit
}

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

.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: 18px;
  border-top-left-radius: 18px
}

.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: 18px;
  border-bottom-left-radius: 18px
}

.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>.panel-collapse>.table, .panel>.table, .panel>.table-responsive>.table {
  margin-bottom: 0
}

.panel>.panel-collapse>.table caption, .panel>.table caption, .panel>.table-responsive>.table caption {
  padding-left: 15px;
  padding-right: 15px
}

.panel>.table-responsive:first-child>.table:first-child, .panel>.table:first-child {
  border-top-right-radius: 18px;
  border-top-left-radius: 18px
}

.panel>.table-responsive:first-child>.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:first-child>tbody:first-child>tr:first-child, .panel>.table:first-child>thead:first-child>tr:first-child {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px
}

.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, .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: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:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
  border-top-left-radius: 18px
}

.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, .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: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:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
  border-top-right-radius: 18px
}

.panel>.table-responsive:last-child>.table:last-child, .panel>.table:last-child {
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px
}

.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, .panel>.table:last-child>tbody:last-child>tr:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child {
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px
}

.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, .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 {
  border-bottom-left-radius: 18px
}

.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, .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 {
  border-bottom-right-radius: 18px
}

.panel>.panel-body+.table, .panel>.panel-body+.table-responsive, .panel>.table+.panel-body, .panel>.table-responsive+.panel-body {
  border-top: 1px solid #324758
}

.panel>.table>tbody:first-child>tr:first-child td, .panel>.table>tbody:first-child>tr:first-child th {
  border-top: 0
}

.panel>.table-bordered, .panel>.table-responsive>.table-bordered {
  border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child, .panel>.table-bordered>tbody>tr>th:first-child, .panel>.table-bordered>tfoot>tr>td:first-child, .panel>.table-bordered>tfoot>tr>th:first-child, .panel>.table-bordered>thead>tr>td:first-child, .panel>.table-bordered>thead>tr>th:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child, .panel>.table-responsive>.table-bordered>thead>tr>td:first-child, .panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
  border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child, .panel>.table-bordered>tbody>tr>th:last-child, .panel>.table-bordered>tfoot>tr>td:last-child, .panel>.table-bordered>tfoot>tr>th:last-child, .panel>.table-bordered>thead>tr>td:last-child, .panel>.table-bordered>thead>tr>th:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child, .panel>.table-responsive>.table-bordered>thead>tr>td:last-child, .panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
  border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td, .panel>.table-bordered>tbody>tr:first-child>th, .panel>.table-bordered>thead>tr:first-child>td, .panel>.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, .panel>.table-responsive>.table-bordered>thead>tr:first-child>td, .panel>.table-responsive>.table-bordered>thead>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;
  border-top: 2px solid #324758
}

.panel-group .panel {
  margin-bottom: 0
}

.panel-group .panel-heading {
  border-bottom: 0
}

.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: #333;
  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: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ddd
}

.panel-primary {
  border-color: #acd9f5
}

.panel-primary>.panel-heading {
  color: #fff;
  background-color: #acd9f5;
  border-color: #acd9f5
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #acd9f5
}

.panel-primary>.panel-heading .badge {
  color: #acd9f5;
  background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #acd9f5
}

.panel-success {
  border-color: #d6e9c6
}

.panel-success>.panel-heading {
  color: #b6ef7f;
  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: #b6ef7f
}

.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: #ffe5a6;
  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: #ffe5a6
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #faebcc
}

.panel-danger {
  border-color: #ebccd1
}

.panel-danger>.panel-heading {
  color: #ff6f6f;
  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: #ff6f6f
}

.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 embed, .embed-responsive iframe, .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%
}
.annotations {
  overflow-y: scroll;
  height: 300px;
}
.annotations::-webkit-scrollbar {
  display: none;
}
.well blockquote {
  border-color: #61a7d3;
  border-color: rgba(0, 0, 0, .15)
}

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

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

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5
}

button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  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 {
  transform: translate(0, -25%);
  transition: transform .3s ease-out
}

.modal.in .modal-dialog {
  transform: translate(0, 5%);
  height: 100%!important;
}

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

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

.modal-content {
  position: relative;
  box-shadow: 0 3px 6px 0 #00000029;
  background-color: #ffffff!important;
  border-radius: 10px;
  background-clip: padding-box;
  outline: 0;
  border: none;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000
}

.modal-backdrop.fade {
  opacity: 0
}

.modal-backdrop.in {
  opacity: .5
}

.modal-header {
  padding: 40px 60px 0
}

.modal-header:after, .modal-header:before {
  content: " ";
  display: table
}

.modal-header:after {
  clear: both
}

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

.modal-title {
  margin: 0;
  line-height: 1.42857;
  color: #6ab2db
}

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

.modal-footer {
  padding: 0 60px 40px;
  text-align: right
}

.modal-footer:after, .modal-footer:before {
  content: " ";
  display: table
}

.modal-footer:after {
  clear: both
}

.modal-footer .btn+.btn {
  margin-left: 10px;
  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-sm {
    width: 300px
  }
}

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  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;
  opacity: 0
}

.tooltip.in {
  opacity: 1
}

.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: 300px;
  padding: 15px;
  color: #324758;
  text-align: left;
  background-color: #61a7d3;
  border-radius: 19px
}

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

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

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

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

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  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, .2);
  border-radius: 24px;
  box-shadow: 0 5px 10px rgba(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: 23px 23px 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: #999;
  border-top-color: rgba(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: #999;
  border-right-color: rgba(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: #999;
  border-bottom-color: rgba(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: #999;
  border-left-color: rgba(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;
  transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner>.item {
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px
  }

  .carousel-inner>.item.active.right, .carousel-inner>.item.next {
    transform: translate3d(100%, 0, 0);
    left: 0
  }

  .carousel-inner>.item.active.left, .carousel-inner>.item.prev {
    transform: translate3d(-100%, 0, 0);
    left: 0
  }

  .carousel-inner>.item.active, .carousel-inner>.item.next.left, .carousel-inner>.item.prev.right {
    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: .5;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: transparent
}

.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
  background-repeat: repeat-x
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
  background-repeat: repeat-x
}

.carousel-control:focus, .carousel-control:hover {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: .9
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  right: 50%;
  margin-right: -10px
}

.carousel-control .icon-next, .carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif
}

.carousel-control .icon-prev:before {
  content: '\2039'
}

.carousel-control .icon-next:before {
  content: '\203a'
}

.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: transparent
}

.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, .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-next, .carousel-control .icon-prev {
    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:after, .clearfix:before {
  content: " ";
  display: table
}

.clearfix:after {
  clear: both
}

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

.pull-right, .slider-rate-max {
  float: right !important
}

.pull-left, .slider-rate-min {
  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
}

.input-group .offers-input-addon {
  background-color: #f4f5f5;
  color: #31394d;
  font-size: 16px;
  border-radius: 8px;
}

.input-group .offers-input-addon.left {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  padding-right: 0 !important;
}

.input-group .input-group-input-right {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

@-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-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-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
  }

  td.visible-xs, th.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
  }

  td.visible-sm, th.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:1449px) {
  .visible-md {
    display: block !important
  }

  table.visible-md {
    display: table !important
  }

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

  td.visible-md, th.visible-md {
    display: table-cell !important
  }
}

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

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

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

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

  table.visible-lg {
    display: table !important
  }

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

  td.visible-lg, th.visible-lg {
    display: table-cell !important
  }
}

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

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

@media (min-width:1450px) {
  .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:1449px) {
  .hidden-md {
    display: none !important
  }
}

@media (min-width:1450px) {
  .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
  }

  td.visible-print, th.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
  }
}

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.info-block-limit, .margin-bot-20 {
  margin-bottom: 20px
}

.margin-top-20 {
  margin-top: 20px
}

.v-mdl {
  display: inline-block;
  vertical-align: middle
}

.sidebar {
  box-shadow: 3px 0 8px -2px #888;
  background-color: #6ab2db;
  color: #f7fcfe;
  width: 300px;
  min-width: 300px;
  height: 100vh;
  min-height: 100vh;
  padding: 30px;
  overflow-y: auto;
  overflow-x: hidden;
  float: left;
  position: fixed;
  z-index: 2
}

.active-menu {
  width: 132px!important;
  min-width: 132px!important;
}

.navbar-logo-container {
  padding: 20px;
}

.navbar-logo-container-opened {
  display: none !important;
  padding: 0px 0px 0px 10px;
}

.navbar-logo-container-closed {
  padding: 0px 0px 0px 10px;
}
.active-menu .link-tx {
  display: none !important;
}
.active-menu .navbar-logo-container-closed {
  display: none !important;
  
}
.active-menu .navbar-logo-container-opened {
  display: block !important;
}
.toggle-closed {
  display: block !important;
}
.toggle-opened {
  display: none !important;
}
.active-menu .toggle-closed {
  display: none !important;
}
.active-menu .toggle-opened {
  display: block !important;
}
.active-menu-content{
  margin-left: 132px!important;
}
@media (max-width:991px) {
  .sidebar {
    transition: all ease .3s
  }
}

.sidebar.sidebar-dashboard {
  padding: 0
}

@media (max-width:1024px) {
  .sidebar.sidebar-dashboard {
    margin-left: -300px
  }

  .sidebar.sidebar-dashboard.open {
    margin: 0;
    transform: translateX(0)
  }
}

.sidebar.sidebar-dashboard .sidebar-logo {
  position: relative;
  top: 0
}

.sidebar.sidebar-dashboard .sidebar-admin {
  padding: 30px 30px 42px
}

.sidebar .sidebar-logo {
  position: absolute;
  top: 30px
}

.sidebar .sidebar-logo>a {
  display: block
}

.sidebar .sidebar-login {
  height: 100vh;
  min-height: 100vh;
  display: table-cell;
  width: 100%;
  vertical-align: middle
}

.sidebar .notify-user {
  position: absolute;
  right: 35px;
  top: 40px
}

.sidebar .notify-user .notify-wrappper {
  position: relative
}

.sidebar .notify-user .notify-wrappper .badge {
  position: absolute;
  top: -20px;
  right: -10px
}

@media (max-width:767px) {
  .sidebar.sidebar-mobile {
    width: 100%;
    display: block
  }

  .sidebar.sidebar-mobile .sidebar-login {
    max-width: 90%;
    margin: 0 auto;
    display: block
  }

  .sidebar.sidebar-mobile .sidebar-cprt, .sidebar.sidebar-mobile .sidebar-logo {
    position: relative;
    top: 0;
    margin: 0 auto;
    text-align: center
  }

  .sidebar.sidebar-mobile .sidebar-main {
    padding: 40px 0
  }
}

.sidebar .sidebar-menu {
  padding: 30px 0 0
}

@media (max-width:1449px) {
  .sidebar .sidebar-menu {
    padding: 0
  }
}

.sidebar .user-profile {
  font-size: 16px;
  display: table;
  width: 100%;
  padding-bottom: 20px
}

.sidebar .user-profile .icon {
  vertical-align: middle
}

.sidebar .user-profile .status-tx {
  font-size: 14px;
  color: #1b5c81
}

.sidebar .user-profile .profile-logout {
  display: table-cell;
  vertical-align: middle;
  text-align: right
}

.sidebar .sidebar-title {
  margin-bottom: 30px;
  line-height: 1.2;
  color: #1b5c81
}

.sidebar .sub-title-tx {
  font-size: 14px;
  line-height: 20px;
  color: #1b5c81
}

.sidebar .checkbox {
  font-size: 16px;
  color: #1b5c81
}

.sidebar hr {
  border-top: 3px solid #5da9dd;
  margin: 60px auto
}

.sidebar .login-title {
  font-size: 30px;
  line-height: 1
}

.sidebar .sub-title {
  font-size: 24px;
  font-weight: 300
}

.sidebar .sidebar-link {
  font-size: 16px
}

.sidebar .sidebar-cprt {
  color: #8bc9ec;
  position: fixed;
  bottom: 30px;
  z-index: 1;
  width: 300px;
  margin: 0 -30px;
  padding: 0 30px
}

@media (max-height:870px) {
  .sidebar .sidebar-cprt {
    position: relative;
    top: 20px
  }
}

.sidebar .sidebar-summary .sidebar-cprt {
  position: relative;
  padding: 30px 0 0 0;
  margin: 0;
  bottom: 0;
  width: 100%
}

.sidebar .checkbox {
  margin-top: 20px
}

-wrapper {
  margin-bottom: 30px
}

.main-login {
  width: 100%;
  height: 100vh;
  min-height: 100vh
}

.main-login.main-dashboard {
  min-width: 320px
}

@media (max-width:1024px) {
  .main-login.main-dashboard {
    padding-top: 50px
  }

  .main-login.main-dashboard .main-private {
    margin-left: 0
  }
}

.main-login .main-private {
  margin-left: 300px
}

.tbl-center {
  vertical-align: middle;
  text-align: center;
  display: table-cell
}

.main-private {
  background-color: white!important;
  height: 100%!important;
  overflow-y: scroll;
  overflow-x: hidden;
  min-height: 100vh;
  margin-left: 300px
}

@media (min-width:991px) {
  .main-private.sidebar-right {
    display: block;
    margin-right: 340px
  }
}

@media (max-width:768px) {
  .main-private.sidebar-right.tablet-push {
    width: 100%;
    height: auto;
    min-height: auto
  }
}

@media (min-width:767px) and (max-width:991px) {
  .main-private.sidebar-right.tablet-push.panel-fixed .summary-fixed {
    min-height: auto;
    padding: 20px 15px;
    position: fixed;
    bottom: 0
  }

  .main-private.sidebar-right.tablet-push.panel-fixed .summary-templates.summary-bg .summary-body {
    margin: 0
  }

  .main-private.sidebar-right.tablet-push .summary-fixed {
    width: 100%;
    float: left;
    height: auto;
    min-height: 430px;
    position: relative;
    padding-top: 0
  }

  .main-private.sidebar-right.tablet-push .summary-fixed .create-template {
    padding: 0 15px
  }
}

@media (max-width:991px) {
  .main-private {
    margin-left: 0
  }

  .main-private.canvas-left {
    margin-left: 0;
    position: fixed;
    transform: translateX(310px);
    transition: all ease .3s
  }
}

.icon-sidebar {
  color: #1b5c81;
  font-size: 18px
}

.sub-info-tx {
  color: #1b5c81
}

.sub-info-tx .icon {
  font-size: 24px
}

.sub-info-tx .info-tx {
  padding-left: 5px;
  font-weight: 300
}

.promo-container {
  display: table;
  width: 100%;
  min-height: 100vh
}

.promo-container .promo {
  color: #6ab2db;
  line-height: 1;
  display: table-cell;
  text-align: center;
  vertical-align: middle
}

.promo-container .promo .promo-item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2%;
  padding: 2% 0
}

.promo-container .promo .promo-item .item-title {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: left
}

.promo-container .promo .promo-item .item-subtitle {
  font-size: 24px
}

@media (max-width:991px) {
  .promo-container .promo .promo-item .item-subtitle {
    font-size: 1.2em
  }
}

.promo-container .promo .item-sale {
  font-size: 66px;
  text-transform: uppercase;
  font-weight: 300
}

@media (max-width:991px) {
  .promo-container .promo .item-sale {
    font-size: 55px
  }
}

@media (min-width:768px) and (max-width:991px) and (orientation:portrait) {
  .panel-tablet-view {
    display: table;
    width: 100%
  }

  .panel-tablet-view-item {
    display: table-cell;
    vertical-align: middle
  }

  .panel-tablet-view-item:last-child {
    text-align: right
  }

  .panel-tablet-view-item-box, .panel-tablet-view-item.tab-switcher {
    display: table-cell;
    width: 100%
  }
}

@media (max-width:991px) {
  .average {
    text-align: center
  }

  .average {
    max-width: 280px;
    display: table;
    width: 100%;
    margin: 0 auto
  }
}

.navbar-header {
  display: table;
  width: 100%;
  margin: 0
}

.navbar-header .navbar-brand {
  padding: 13px 0;
  width: 50px;
  display: table-cell
}

.navbar-header .navbar-brand img {
  margin: 0 auto
}

.navbar-header .notify-navbar {
  position: absolute;
  right: 15px;
  top: 13px
}

.navbar-header .notify-navbar .notify-link {
  position: absolute;
  top: -10px;
  right: -10px
}

.main-private {
  transition: all ease .3s
}

.main-private h2 {
  color: #6ab2db;
  line-height: normal
}

.main-private h1>.icon, .main-private h2>.icon, .main-private h3>.icon, .main-private h4>.icon {
  vertical-align: middle
}

.main-private a {
  font-weight: 500
}

@media (min-width:768px) {
  .main-private .template-empty {
    margin-bottom: 50px
  }
}

.main-private .template-empty .template-emty-title {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: 300
}

.rotate-90 {
  transform: rotate(180deg);
  display: inline-block
}

@media (min-width:768px) and (max-width:1280px) {
  .col-push {
    width: 100%
  }
}

.group-title-btn .btn, .group-title-btn h2, .group-title-btn span, .v-middle .btn, .v-middle h2, .v-middle span, .well-title-btn .btn, .well-title-btn h2, .well-title-btn span {
  vertical-align: middle
}

.pad-15 {
  padding: 15px 0;
  width: 100%;
  display: inline-block
}

.dark-blue {
  border-top: 3px solid #2f4252
}

.well .template-empty {
  padding: 0 15px
}

.well .btn-icon {
  position: absolute;
  right: 20px;
  top: 10px;
  padding: 0;
  border: none
}

.well .well-title {
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 20px;
  padding-right: 40px
}

@media (max-width:991px) {
  .well .limits {
    padding: 15px 0;
    margin: 15px 0
  }
}

@media (min-width:768px) {
  .well .border-left:after {
    content: ' ';
    display: block;
    border-right: 2px solid #324758;
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%
  }

  .well .border-right:before {
    content: ' ';
    display: block;
    border-right: 2px solid #324758;
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 100%
  }
}

@media (max-width:991px) {
  .well .border-left:after {
    content: ' ';
    display: block;
    border-top: 2px solid #324758;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3px
  }

  .well .border-right:before {
    content: ' ';
    display: block;
    border-bottom: 2px solid #324758;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 3px
  }
}

.summary-main .limits-body {
  padding: 7px 0
}

.invoicing-adress, .item-remain .body-item-list, .offer, .payment-method, .tbl {
  display: table;
  width: 100%
}

.offer-item-list, .tbl-cell {
  display: table-cell;
  vertical-align: middle
}

@media (min-width:1025px) {
  .navbar-default {
    display: none
  }
}

.nav-hover .nav-list {
  margin: 0
}

.nav-hover .nav-list .nav-list-item.collapsed .icon-arrow-down {
  transform: rotateX(0);
  transition: all ease .3s
}

.nav-hover .nav-list .nav-list-item .icon-arrow-down {
  transition: all ease .3s;
  transform: rotateX(180deg);
  position: absolute;
  right: 0;
  top: 15px
}

.nav-hover .nav-list .nav-list-item:hover {
  background-color: #61a7d3;
  padding: 0 20px;
  border-radius: 38px;
  position: relative;
  transition: all ease .3s;
  margin-left: -20px;
  margin-right: -20px
}

.nav-hover .nav-list .nav-list-item:hover .nav-list-link {
  color: #d4effc
}

.nav-hover .nav-list .nav-list-item .nav-list-link {
  color: #f7fcfe;
  display: block;
  padding: 10px 0;
  position: relative
}

.nav-hover .nav-list .nav-list-item .nav-list-link.link-active {
  color: #1b5c81
}

.nav-hover .nav-list .nav-list-item .nav-list-link:hover {
  color: #d4effc
}

.nav-hover .nav-list .nav-list-item .nav-list-link .icon, .nav-hover .nav-list .nav-list-item .nav-list-link .link-tx {
  vertical-align: middle;
  display: table-cell
}

.nav-hover .nav-list .nav-list-item .nav-list-link .link-tx {
  padding-left: 20px;
  font-size: 16px
}

.nav-default .nav-list {
  margin: 0
}

.nav-default .nav-list .nav-list-item {
  padding: 10px 0
}

.nav-default .nav-list .nav-list-link {
  display: table
}

.nav-default .nav-list .nav-list-link:hover {
  position: relative;
  transition: all ease .3s
}

.nav-default .nav-list .nav-list-link:hover .icon {
  color: #f7fcfe;
  transition: all ease .5s
}

.nav-default .nav-list .nav-list-link.link-active {
  color: #f7fcfe
}

.nav-default .nav-list .nav-list-link.link-active .icon {
  color: #f7fcfe
}

.nav-default .nav-list .nav-list-link .icon, .nav-default .nav-list .nav-list-link .link-tx {
  vertical-align: middle;
  display: table-cell
}

.nav-default .nav-list .nav-list-link .link-tx {
  padding-left: 20px;
  font-size: 16px
}

.sidebar-summary {
  background-color: #61a7d3;
  color: #abe1fa;
  position: relative;
  padding: 13px 30px 0
}

.sidebar-summary:before {
  content: ' ';
  display: table;
  background-image: url(img/border-circle.png);
  background-repeat: repeat-x;
  width: 100%;
  position: absolute;
  top: -36px;
  height: 36px;
  left: 0
}

.sidebar-summary .title-summary {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px
}

.sidebar-summary hr {
  margin: 30px 0;
  border-top: 3px solid #599ac8
}

.sidebar-summary .icon {
  color: #90cef1
}

.sidebar-summary .limits-header, .sidebar-summary .wallet-header {
  padding-bottom: 10px
}

.sidebar-summary .limits-title, .sidebar-summary .wallet-title {
  color: #ffeda9
}

.sidebar-summary .limits-admission {
  color: #f7fcfe
}

.limits .header-size, .prepaire .header-size, .wallet .header-size {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300
}

.limits .prepaire-list-item, .limits .wallet-list-item, .prepaire .prepaire-list-item, .prepaire .wallet-list-item, .wallet .prepaire-list-item, .wallet .wallet-list-item {
  margin-bottom: 5px
}

.limits .prepaire-list-item:last-child, .limits .wallet-list-item:last-child, .prepaire .prepaire-list-item:last-child, .prepaire .wallet-list-item:last-child, .wallet .prepaire-list-item:last-child, .wallet .wallet-list-item:last-child {
  margin: 0
}

.limits .prepaire-list-item .btn, .limits .wallet-list-item .btn, .prepaire .prepaire-list-item .btn, .prepaire .wallet-list-item .btn, .wallet .prepaire-list-item .btn, .wallet .wallet-list-item .btn {
  margin: 3px 0
}

.limits .wallet-currency, .limits .wallet-summ, .prepaire .wallet-currency, .prepaire .wallet-summ, .wallet .wallet-currency, .wallet .wallet-summ {
  font-size: 24px;
  font-weight: 300
}

.limits .wallet-summ, .prepaire .wallet-summ, .wallet .wallet-summ {
  color: #f7fcfe
}

.limits .wallet-summ.rate-success, .limits .wallet-summ.text-success-dark, .prepaire .wallet-summ.rate-success, .prepaire .wallet-summ.text-success-dark, .wallet .wallet-summ.rate-success, .wallet .wallet-summ.text-success-dark {
  color: #80c43d
}

.limits .wallet-summ.rate-bad, .limits .wallet-summ.text-danger, .prepaire .wallet-summ.rate-bad, .prepaire .wallet-summ.text-danger, .wallet .wallet-summ.rate-bad, .wallet .wallet-summ.text-danger {
  color: #ff6f6f
}

.limits .limits-admission, .prepaire .limits-admission, .wallet .limits-admission {
  font-size: 18px;
  font-weight: 300
}

.collapse-list {
  padding: 0 30px;
  margin-left: -30px;
  margin-right: -30px;
  margin-top: 15px;
  background-color: #4a96c2
}

.collapse-list-body {
  padding: 15px 0
}

.nav-list-item.collapsed+.collapse-list {
  margin-top: 0;
  transition: all ease .3s
}

.collapse-title {
  display: inline-block;
  width: 100%
}

.nav-editor, .nav-project {
  font-size: 16px;
  margin-bottom: 30px;
  margin-left: -15px;
  margin-right: -15px
}

@media (max-width:767px) {
  .nav-editor.nav-pills>li, .nav-project.nav-pills>li {
    display: inline-block;
    float: none;
    width: auto;
    min-width: auto;
    margin: 0 10px
  }

  .nav-editor.nav-pills>li>a, .nav-project.nav-pills>li>a {
    padding: 15px
  }
}

.nav-editor.nav-pills>li.disabled>a, .nav-project.nav-pills>li.disabled>a {
  background-color: #364d5f
}

.nav-editor.nav-pills>li.disabled>a:focus, .nav-editor.nav-pills>li.disabled>a:hover, .nav-project.nav-pills>li.disabled>a:focus, .nav-project.nav-pills>li.disabled>a:hover {
  background-color: #364d5f
}

.panel-authors .nav-pills, .panel-editors .nav-pills, .panel-info .nav-pills {
  margin-left: -15px;
  margin-right: -15px
}

.panel-heading-authors .panel-title {
  font-weight: 300
}

.nav-pills>li>a {
  color: #ff9a49
}

.nav-pills>li>a:focus, .nav-pills>li>a:hover {
  color: #ffb67c
}

.admin-login {
  background: #fff url(../img/signin-bg.jpg) no-repeat center center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  color: #1b5c81;
  min-height: 100%
}

@media (max-width:767px) {
  .admin-login.vh-100 {
    height: 100vh
  }
}

@media (min-width:767px) {
  .admin-login.vh-100 {
    height: 100%
  }
}

.admin-logo {
  padding: 30px
}

.admin-logo a {
  display: block
}

@media (max-width:480px) {
  .admin-logo a>img {
    display: block;
    margin-left: auto;
    margin-right: auto
  }
}

@media (min-width:1700px) {
  .admin-logo {
    position: fixed;
    top: 0;
    z-index: 2
  }
}

.login-title {
  color: #1b5c81;
  font-size: 30px;
  margin: 30px 0
}

.title-blue {
  color: #1b5c81
}

.form-center {
  max-width: 280px;
  display: table;
  width: 100%;
  margin: 0 auto
}

@media (min-width:991px) {
  .form-top, .wizard-form {
    padding-top: 100px
  }
}

.wizard-admin {
  padding-top: 0
}

.login-sub-title {
  margin-bottom: 30px;
  line-height: 1.2;
  font-size: 24px;
  color: #1b5c81
}

.login-info-title {
  color: #1b5c81
}

.sign-link {
  font-size: 16px
}

.sign-link {
  color: #1b5c81
}

.sign-link:visited {
  color: #1b5c81
}

.sign-link:hover {
  color: #247aab
}

.sign-link:active, .sign-link:focus {
  color: #1b5c81
}

.btn+.sign-link {
  margin-top: 15px;
  float: left
}

.check-list-box {
  display: table;
  margin: 15px auto 30px
}

.sign-title {
  color: #1b5c81;
  font-weight: 600
}

.box-center .info-block {
  padding-bottom: 0
}

.checkbox {
  padding-left: 20px
}

.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 5px
}

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  margin-left: -20px;
  border-radius: 6px;
  background-color: #4a96c2;
  transition: border .15s ease-in-out, color .15s ease-in-out
}

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 2px;
  font-size: 14px;
  color: #2588c9;
  border-radius: 6px
}

.checkbox input[type=checkbox] {
  opacity: 0
}

.checkbox input[type=checkbox]:focus+label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.checkbox input[type=checkbox]:checked+label::after {
  font-family: FontAwesome;
  content: "\f00c"
}

.checkbox input[type=checkbox]:disabled+label {
  opacity: .65
}

.checkbox input[type=checkbox]:disabled+label::before {
  background-color: #eee;
  cursor: not-allowed
}

.checkbox.checkbox-circle label::before {
  border-radius: 50%
}

.checkbox.checkbox-inline {
  margin-top: 0
}

.checkbox-primary input[type=checkbox]:checked+label::before {
  border-color: #4a96c2
}

.checkbox-primary input[type=checkbox]:checked+label::after {
  color: #ffe5a6
}

.checkbox-danger input[type=checkbox]:checked+label::before {
  background-color: white!important;
  border-color: #d9534f
}

.checkbox input[type=checkbox]:checked+label::before, .checkbox input[type=checkbox]:checked+label::after {
  background-color: white!important;
  border-radius: 3px;
  border: solid 1px #707070;
}

.checkbox-danger input[type=checkbox]:checked+label::after {
  color: #fff
}

.checkbox-info label::before {
  background-color: #324758
}

.checkbox-info label::after {
  background-color: #324758;
  color: #ffe5a6
}

.checkbox-info input[type=checkbox]:checked+label::before {
  background-color: #324758;
  border-color: #324758
}

.checkbox-info input[type=checkbox]:checked+label::after {
  color: #ffe5a6
}

.checkbox-warning input[type=checkbox]:checked+label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e
}

.checkbox-warning input[type=checkbox]:checked+label::after {
  color: #fff
}

.checkbox-success input[type=checkbox]:checked+label::before {
  background-color: #5cb85c;
  border-color: #5cb85c
}

.checkbox-success input[type=checkbox]:checked+label::after {
  color: #fff
}

.radio {
  padding-left: 20px
}

.radio label {
  display: inline-block;
  position: relative;
  padding-left: 5px
}

.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  top: 1px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #fff;
  transition: border .15s ease-in-out
}

.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 9px;
  height: 9px;
  left: 4px;
  top: 5px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555;
  transform: scale(0, 0);
  transition: transform .1s cubic-bezier(.8, -.33, .2, 1.33)
}

.radio input[type=radio] {
  opacity: 0
}

.radio input[type=radio]:focus+label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.radio.radio-withoutoutline input[type=radio]:focus+label::before {
  outline: none !important;
}

.radio input[type=radio]:checked+label::after {
  transform: scale(1, 1)
}

.radio input[type=radio]:disabled+label {
  opacity: .65
}

.radio input[type=radio]:disabled+label::before {
  cursor: not-allowed
}

.radio.radio-inline {
  margin-top: 0
}

.radio-primary input[type=radio]+label::after {
  background-color: #ffe5a6
}

.radio-primary input[type=radio]+label::before {
  background-color: #4a96c2
}

.radio-primary input[type=radio]:checked+label::before {
  border-color: transparent;
  background-color: #4a96c2
}

.radio-primary input[type=radio]:checked+label::after {
  background-color: white;
}

.radio-danger input[type=radio]+label::after {
  background-color: #d9534f
}

.radio-danger input[type=radio]:checked+label::before {
  border-color: #d9534f
}

.radio-danger input[type=radio]:checked+label::after {
  background-color: #d9534f
}

.radio-info input[type=radio]+label::after {
  background-color: #5bc0de
}

.radio-info input[type=radio]:checked+label::before {
  border-color: #5bc0de
}

.radio-info input[type=radio]:checked+label::after {
  background-color: #5bc0de
}

.radio-warning input[type=radio]+label::after {
  background-color: #f0ad4e
}

.radio-warning input[type=radio]:checked+label::before {
  border-color: #f0ad4e
}

.radio-warning input[type=radio]:checked+label::after {
  background-color: #f0ad4e
}

.radio-success input[type=radio]+label::after {
  background-color: #5cb85c
}

.radio-success input[type=radio]:checked+label::before {
  border-color: #5cb85c
}

.radio-success input[type=radio]:checked+label::after {
  background-color: #5cb85c
}

.form-checkbox.offer-item, .form-checkbox {
  min-height: 62px
}

.checkbox-list .checkbox-info label:after, .checkbox-list .checkbox-info label:before {
  background-color: #364d5f
}

.form-upload+.checkbox-form {
  display: table;
  padding: 15px 0 10px;
  width: 100%
}

.news-label {
  color: #324758;
  background-color: #ffcf5c
}

.label-lg {
  font-size: 14px;
  border-radius: 5px;
  font-weight: 400
}

.reports hr {
  margin: 10px auto 0
}

.reports .table-reports {
  font-weight: 400
}

.reports .table-reports tbody>tr, .reports .table-reports tbody>tr>td {
  color: #e1eef9
}

@media only screen and (max-width:767px) {
  .well .table-striped>tbody>tr .tablesaw-cell-label, .well .table-striped>tbody>tr .tablesaw-cell-label a {
    color: #4b789b
  }
}

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

.well .table-striped>tbody>tr:nth-of-type(odd) .tablesaw-cell-label {
  color: #4b789b
}

.well .table-striped>tbody>tr:nth-of-type(even) .tablesaw-cell-label {
  color: #4b789b
}

.well .table-striped.td-first-striped-color>tbody>tr>td:first-child {
  color: #e1eef9
}

.well .table-striped.td-first-striped-color>tbody>tr>td:last-child {
  color: #678293
}

.table-striped thead>tr, .table-striped thead>tr>th {
  font-weight: 400;
  color: #4b789b
}

.table-striped>tbody>tr:nth-of-type(even) {
  background-color: #364d5f
}

.table-th-striped thead>tr, .table-th-striped thead>tr>th {
  font-weight: 400;
  color: #4b789b
}

.table-checked thead>tr, .table-checked thead>tr>th {
  font-weight: 400;
  color: #4b789b
}

.table-checked tbody>tr, .table-checked tbody>tr>td, .table-checked thead>tr, .table-checked thead>tr>th {
  padding: 8px 15px
}

.table-checked .checkbox, .table-checked .radio {
  margin: 0
}

.table-checked .checkbox-info label:after, .table-checked .checkbox-info label:before {
  background-color: #364d5f
}

.table-th-striped>tbody>tr:nth-of-type(odd) {
  background-color: #364d5f
}

.table-bonuses {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0
}

.table-bonuses tbody>tr, .table-bonuses tbody>tr>td, .table-bonuses thead>tr, .table-bonuses thead>tr>th {
  padding: 5px 15px
}

.table-category, .table-ip-address {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0
}

.table-category .ip-date-tx, .table-ip-address .ip-date-tx {
  color: #678293
}

.table-category tbody>tr, .table-category tbody>tr>td, .table-category thead>tr, .table-category thead>tr>th, .table-ip-address tbody>tr, .table-ip-address tbody>tr>td, .table-ip-address thead>tr, .table-ip-address thead>tr>th {
  padding: 5px 15px
}

.well .table-th-striped>tbody>tr:nth-of-type(even) {
  background-color: #324758
}

.table-category thead>tr>th {
  font-size: 14px
}

@media (min-width:992px) {
  table .tbl-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 200px
  }
}

.badge-sm {
  padding: 2px 5px;
  min-width: 20px
}

.badge-warning {
  background-color: #ffe5a6;
  color: #a67600
}

.badge-danger {
  background-color: #ff6f6f
}

.badge-success-dark {
  background-color: #80c43d
}

.tablesaw-cell-content .flag-sm {
  vertical-align: middle;
  margin-right: 3px
}

.tablesaw-cell-content .flag-sm:last-child {
  margin: 0
}

.discussion {
  padding: 0 15px
}

.discussion-tabs {
  padding-bottom: 20px
}

.discussion-item {
  margin-bottom: 15px
}

.discussion-item .discussion-item-user {
  background-color: #324758;
  padding: 10px;
  margin: 0 -10px;
  border-radius: 10px
}

.discussion-item .discussion-item-user .discussion-item-title {
  margin-top: 0;
  margin-bottom: 5px
}

.collapse.in .icon-arrow-down {
  transform: rotateX(180deg);
  transition: all ease .3s
}

.collapse.collapsed .icon-arrow-down {
  transform: rotateX(0);
  transition: all ease .3s
}

.task-btn-comment-text:before {
  content: "Read Less Comments";
}

.collapse.collapsed .task-btn-comment-text:before {
  content: "Read All Comments";
}

@media (min-width:768px) {
  .card-row {
    margin: 0 -15px
  }
}

.card-row .card-item-title {
  margin-top: 0
}

.payments-card {
  width: 270px;
  float: left;
  margin: 0 15px
}

@media (max-width:767px) and (orientation:portrait) {
  .payments-card {
    width: 100%;
    margin: 0
  }
}

.payments-card .payments-body {
  min-height: 230px
}

.payments-card .payments-body:hover {
  background-color: #2f4252;
  cursor: pointer
}

.payments-card .payments-body .payments-tx {
  display: block;
  max-height: 60px;
  overflow: hidden
}

@font-face {
  font-family: keycontent;
  src: url(../fonts/keycontent.eot?3jc5w5);
  src: url(../fonts/keycontent.eot?3jc5w5#iefix) format("embedded-opentype"), url(../fonts/keycontent.ttf?3jc5w5) format("truetype"), url(../fonts/keycontent.woff?3jc5w5) format("woff"), url(../fonts/keycontent.svg?3jc5w5#keycontent) format("svg");
  font-weight: 400;
  font-style: normal
}

[class*=" icon-"], [class^=icon-] {
  font-family: keycontent !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-plus-add:before {
  content: "\e92c"
}

.icon-project-details:before {
  content: "\e92b"
}

.icon-tests:before {
  content: "\e900"
}

.icon-analog-stopwatch:before {
  content: "\e952"
}

.icon-arrow-down:before {
  content: "\cc"
}

.icon-arrow-left:before {
  content: "\ea40"
}

.icon-arrow-right:before {
  content: "\ea3c"
}

.icon-arrow-up:before {
  content: "\e905"
}

.icon-attach-cv:before {
  content: "\e906"
}

.icon-bank-transfer:before {
  content: "\e907"
}

.icon-calendar:before {
  content: "\e953"
}

.icon-category:before {
  content: "\e909"
}

.icon-check-mark:before {
  content: "\eaf3"
}

.icon-client-list:before {
  content: "\e90b"
}

.icon-clients:before {
  content: "\e90c"
}

.icon-columns:before {
  content: "\eaf1 "
}

.icon-company-details:before {
  content: "\e90e"
}

.icon-contact-details:before {
  content: "\e90f"
}

.icon-content:before {
  content: "\e910"
}

.icon-delete:before {
  content: "\ea0f"
}

.icon-delete-2:before {
  content: "\eaf7"
}

.icon-edit:before {
  content: "\e912"
}

.icon-eur:before {
  content: "\e913"
}

.icon-extras:before {
  content: "\e914"
}

.icon-feather:before {
  content: "\e915"
}

.icon-female:before {
  content: "\e9dd"
}

.icon-filter:before {
  content: "\eaf2 "
}

.icon-incoming-request:before {
  content: "\e918"
}

.icon-info-notification:before {
  content: "\eaeb"
}

.icon-attachment:before {
  content: "\e9cd"
}

.icon-cancel:before {
  content: "\ea0f"
}

.icon-key:before {
  content: "\e98d"
}

.icon-language:before {
  content: "\e91b"
}

.icon-location:before {
  content: "\e91c"
}

.icon-login-data:before {
  content: "\e91d"
}

.icon-logout:before {
  content: "\ea14"
}

.icon-male:before {
  content: "\e9dc"
}

.icon-open-folder:before {
  content: "\e920"
}

.icon-paper:before {
  content: "\e921"
}

.icon-phone-email:before {
  content: "\e922"
}

.icon-plus:before {
  content: "\ea0a"
}

.icon-professional-data:before {
  content: "\e924"
}

.icon-quality-test:before {
  content: "\e925"
}

.icon-reports:before {
  content: "\e926"
}

.icon-tool:before {
  content: "\e927"
}

.icon-user:before {
  content: "\e928"
}

.icon-wallet:before {
  content: "\e929"
}

.icon-warning:before {
  content: "\eaf4"
}

.icon-left-magnifiying::before {
  content: "\1f50d"
}

.icon-search::before {
  content: "\e986";
}

.icon-blue {
  color: #1b5c81
}

.icon-dark-blue {
  color: #4b789b
}

.icon-hidark-blue {
  color: #324758
}

.icon-s-blue {
  color: #6ab2db
}

.icon-red {
  color: #ff6f6f
}

.icon-green {
  color: #80c43d
}

.icon-l-blue {
  color: #f7fcfe
}

.icon-yellow {
  color: #ffe5a6
}

.icon-darken {
  color: #4b789b
}

.icon-xxl {
  font-size: 50px
}

.icon-xl {
  font-size: 30px
}

.icon-lg {
  font-size: 24px
}

.icon-md {
  font-size: 20px
}

.icon-sm {
  font-size: 18px
}

.icon-xs {
  font-size: 16px
}

.icon-xxs {
  font-size: 12px
}

.icon-message-delete {
  position: relative;
  top: 6px;
  font-size: 25px;
  color: #5f5f60 !important;
}

.icon-xl.icon-certificate {
  font-size: 36px;
  left: -3px
}

.icon-paypal {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjAuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyODQuNSAyODQuNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjg0LjUgMjg0LjU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojNkFCMkRCO30KCS5zdDF7ZmlsbDojNEI3ODlCO30KPC9zdHlsZT4KPGc+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjM4LjgsNzIuOWMzLjYtMjEuOSwwLTM3LjQtMTEuOS01MS4xQzIxNC4yLDcuMywxODkuNiwwLDE1OS41LDBINzFjLTYuNCwwLTExLjksNC42LTEyLjgsMTAuOUwyMS44LDI0NC40CgkJYy0wLjksNC42LDIuNyw5LjEsNy4zLDkuMWg1NC43bC0zLjYsMjMuN2MtMC45LDMuNiwyLjcsNy4zLDYuNCw3LjNoNDUuNmM1LjUsMCwxMC0zLjYsMTAuOS05LjF2LTIuN2w5LjEtNTQuN2wwLjktMi43CgkJYzAuOS01LjUsNS41LTkuMSwxMC45LTkuMWg3LjNjNDQuNywwLDc5LjMtMTguMiw4OS40LTcwLjJjNC42LTIxLjksMS44LTQwLjEtOS4xLTUyLjlDMjQ3LjksNzguNCwyNDMuNCw3NS43LDIzOC44LDcyLjkKCQlMMjM4LjgsNzIuOSIvPgoJPHBhdGggY2xhc3M9InN0MSIgZD0iTTIzOC44LDcyLjljMy42LTIxLjksMC0zNy40LTExLjktNTEuMUMyMTQuMiw3LjMsMTg5LjYsMCwxNTkuNSwwSDcxYy02LjQsMC0xMS45LDQuNi0xMi44LDEwLjlMMjEuOCwyNDQuNAoJCWMtMC45LDQuNiwyLjcsOS4xLDcuMyw5LjFoNTQuN2wxMy43LTg2LjZ2Mi43YzAuOS02LjQsNi40LTEwLjksMTIuOC0xMC45aDI1LjVjNTEuMSwwLDkxLjItMjEsMTAyLjEtODAuMgoJCUMyMzcuOSw3Ni42LDIzOC44LDc0LjgsMjM4LjgsNzIuOSIvPgo8L2c+Cjwvc3ZnPgo=) no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px
}

.icon-tws {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB2aWV3Qm94PSIwIDAgMTUwIDI2IiB2ZXJzaW9uPSIxLjEiIHhtbDpzcGFjZT0icHJlc2VydmUiICAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnNrZXRjaD0iaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoL25zIj4gICAgICAgIDx0aXRsZT5Mb2dvPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxkZWZzPjwvZGVmcz4gICAgPGcgaWQ9IkZsb3ciIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHNrZXRjaDp0eXBlPSJNU1BhZ2UiPiAgICAgICAgPGcgaWQ9IjQtRCIgc2tldGNoOnR5cGU9Ik1TQXJ0Ym9hcmRHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEzMC4wMDAwMDAsIC0xNy4wMDAwMDApIj4gICAgICAgICAgICA8ZyBpZD0iSGVhZGVyIiBza2V0Y2g6dHlwZT0iTVNMYXllckdyb3VwIj4gICAgICAgICAgICAgICAgPGcgaWQ9IkxvZ28iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEzMC4wMDAwMDAsIDE3LjAwMDAwMCkiIHNrZXRjaDp0eXBlPSJNU1NoYXBlR3JvdXAiPiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTIuNzgzMjYyNzEsMC40NTcyMTk1MTIgTDYuMDY1NDY2MSw1Ljk1MzM2NTg1IEwwLjMxMjA3NjI3MSwxMS40NDA2MzQxIEwxMC4yNTkxMTAyLDExLjQ0MDYzNDEgTDExLjE5NDA2NzgsOS4yNDE0MTQ2MyBMNS43MDU3MjAzNCw5LjI0MTQxNDYzIEw5LjAyNjY5NDkyLDUuOTM4NzgwNDkgTDcuMDg2ODY0NDEsMi42NTU4MDQ4OCBMMTYuMTM3MDc2MywyLjY1NTgwNDg4IEw4LjE5MjE2MTAyLDIxLjQyMzM2NTkgTDEwLjkxNDQwNjgsMjEuNDIzMzY1OSBMMTkuNzk4MDkzMiwwLjQ1NzIxOTUxMiBMMi43ODMyNjI3MSwwLjQ1NzIxOTUxMiIgaWQ9IkZpbGwtMSIgZmlsbD0iIzAwQzZGRiI+PC9wYXRoPiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTEyMy40OTg5NDEsMTMuMzEzOTAyNCBMMTI1Ljc2NzM3MywxMy4zMTM5MDI0IEwxMjUuNzY3MzczLDI1LjMxOTU2MSBMMTIzLjQ5ODk0MSwyNS4zMTk1NjEgTDEyMy40OTg5NDEsMTMuMzEzOTAyNCBaIiBpZD0iRmlsbC0yIiBmaWxsPSIjMjMyRjQ5Ij48L3BhdGg+ICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTIzLjM5NTk3NSw5LjI1NTM2NTg1IEwxMjUuODcwOTc1LDkuMjU1MzY1ODUgTDEyNS44NzA5NzUsMTEuNjkwNDg3OCBMMTIzLjM5NTk3NSwxMS42OTA0ODc4IEwxMjMuMzk1OTc1LDkuMjU1MzY1ODUgWiIgaWQ9IkZpbGwtMyIgZmlsbD0iIzIzMkY0OSI+PC9wYXRoPiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTExOS42MTM1NTksOS4yNTYgTDExNi43OTM0MzIsMjEuNzM0NzMxNyBMMTE2LjY5MTEwMiwyMS43MzQ3MzE3IEwxMTMuNzY4NjQ0LDEzLjMxNTE3MDcgTDExMS43Mzk4MzEsMTMuMzE1MTcwNyBMMTA4LjQwNDIzNywyMS43MzQ3MzE3IEwxMDguMzAxMjcxLDIxLjczNDczMTcgTDEwNi4wNjY1MjUsOS4yNTYgTDEwMy42MjUyMTIsOS4yNTYgTDEwNi42ODQzMjIsMjUuMzE5NTYxIEwxMDguOTU0MDI1LDI1LjMxOTU2MSBMMTEyLjU2NDgzMSwxNi40MjU2NTg1IEwxMTIuNjY3MTYxLDE2LjQyNTY1ODUgTDExNS43OTc0NTgsMjUuMzE5NTYxIEwxMTguMDY1ODksMjUuMzE5NTYxIEwxMjEuOTUxMjcxLDkuMjU2IEwxMTkuNjEzNTU5LDkuMjU2IiBpZD0iRmlsbC00IiBmaWxsPSIjMjMyRjQ5Ij48L3BhdGg+ICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNODguMDQ5MzY0NCwyMy41NjE3MDczIEM4NS44NDg5NDA3LDIzLjU2MTcwNzMgODQuMzM2MjI4OCwyMS44MzYxOTUxIDg0LjMzNjIyODgsMTkuMzMzODUzNyBDODQuMzM2MjI4OCwxNy4wMDA4MjkzIDg1LjY0MjM3MjksMTUuMDA0NTM2NiA4Ny43NzQ3ODgxLDE1LjAwNDUzNjYgQzkwLjIxNjEwMTcsMTUuMDA0NTM2NiA5MC44Njk0OTE1LDE3LjAzNDQzOSA5MC45MzgxMzU2LDE4LjI4NjI0MzkgTDg2LjcxNzc5NjYsMTguMjg2MjQzOSBMODUuOTI3NzU0MiwyMC4xMTI1ODU0IEw5My4yNDE1MjU0LDIwLjExMjU4NTQgQzkzLjI3NTIxMTksMTkuNjM4MjQzOSA5My4yNzUyMTE5LDE5LjUwMzgwNDkgOTMuMjc1MjExOSwxOS4yNjY2MzQxIEM5My4yNzUyMTE5LDE1LjgxNjg3OCA5MS41MjIyNDU4LDEzLjA3OCA4Ny43Mzk4MzA1LDEzLjA3OCBDODQuNDczNTE2OSwxMy4wNzggODEuOTY0MTk0OSwxNS43MTQ3ODA1IDgxLjk2NDE5NDksMTkuMzMzODUzNyBDODEuOTY0MTk0OSwyMy4wNTQzOTAyIDg0LjM2OTkxNTMsMjUuNTIyNDg3OCA4Ny44MDg0NzQ2LDI1LjUyMjQ4NzggQzg5Ljg3MjI0NTgsMjUuNTIyNDg3OCA5MS42OTM4NTU5LDI0Ljc3OTI2ODMgOTIuNzk0NzAzNCwyMy40NjAyNDM5IEw5MS40MTkyNzk3LDIyLjE0MDU4NTQgQzkwLjUyNTYzNTYsMjMuMDU0MzkwMiA4OS4zNTYxNDQxLDIzLjU2MTcwNzMgODguMDQ5MzY0NCwyMy41NjE3MDczIiBpZD0iRmlsbC01IiBmaWxsPSIjMjMyRjQ5Ij48L3BhdGg+ICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNzkuMDc1NDIzNywxMy4wNzczNjU5IEM3OS4wNzU0MjM3LDExLjU4OTY1ODUgNzkuNzk3NDU3NiwxMC43NDM3MDczIDgxLjE3Mjg4MTQsMTAuNzQzNzA3MyBDODEuNjg4OTgzMSwxMC43NDM3MDczIDgyLjUxMzk4MzEsMTAuODc5NDE0NiA4My4xNjczNzI5LDExLjExNjU4NTQgTDgzLjg4ODc3MTIsOS40NTg5MjY4MyBDODIuOTk1MTI3MSw5LjAxOTQ2MzQxIDgxLjkyOTIzNzMsOC44NTAxNDYzNCA4MS4xMDQyMzczLDguODUwMTQ2MzQgQzc4LjgwMDIxMTksOC44NTAxNDYzNCA3Ni44MDYzNTU5LDkuOTk5ODUzNjYgNzYuODA2MzU1OSwxMy4wNzczNjU5IEw3Ni44MDYzNTU5LDEzLjQ0OTYwOTggTDc1LjI5MzY0NDEsMTMuNDQ5NjA5OCBMNzUuMjkzNjQ0MSwxNS4zNDM4MDQ5IEw3Ni44MDYzNTU5LDE1LjM0MzgwNDkgTDc2LjgwNjM1NTksMjUuMzE5NTYxIEw3OS4wNzU0MjM3LDI1LjMxOTU2MSBMNzkuMDc1NDIzNywxNS4zNDM4MDQ5IEw4MS4zNzg4MTM2LDE1LjM0MzgwNDkgTDgyLjE3MDEyNzEsMTMuNDQ5NjA5OCBMNzkuMDc1NDIzNywxMy40NDk2MDk4IEw3OS4wNzU0MjM3LDEzLjA3NzM2NTkiIGlkPSJGaWxsLTYiIGZpbGw9IiMyMzJGNDkiPjwvcGF0aD4gICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik01OC42MTY5NDkyLDEzLjA3NzM2NTkgQzU3LjEwNDIzNzMsMTMuMDc3MzY1OSA1NS43Mjg4MTM2LDEzLjY1MzE3MDcgNTUuMDQxMTAxNywxNC44MzY0ODc4IEw1NC45Mzg3NzEyLDE0LjgzNjQ4NzggTDU0LjkzODc3MTIsMTMuMzE0NTM2NiBMNTIuNzM3NzExOSwxMy4zMTQ1MzY2IEw1Mi43Mzc3MTE5LDI1LjMxOTU2MSBMNTUuMDA2Nzc5NywyNS4zMTk1NjEgTDU1LjAwNjc3OTcsMTguODI3ODA0OSBDNTUuMDA2Nzc5NywxNi40NTk5MDI0IDU2LjIxMDU5MzIsMTUuMDM4NzgwNSA1OC4xMDIxMTg2LDE1LjAzODc4MDUgQzU5Ljg4ODc3MTIsMTUuMDM4NzgwNSA2MC45NTUyOTY2LDE1Ljk4NTU2MSA2MC45NTUyOTY2LDE4LjE4MzUxMjIgTDYwLjk1NTI5NjYsMjUuMzE5NTYxIEw2My4yMjQzNjQ0LDI1LjMxOTU2MSBMNjMuMjI0MzY0NCwxNy43NzgyOTI3IEM2My4yMjQzNjQ0LDE0LjczNTAyNDQgNjEuNDM3MDc2MywxMy4wNzczNjU5IDU4LjYxNjk0OTIsMTMuMDc3MzY1OSIgaWQ9IkZpbGwtNyIgZmlsbD0iIzIzMkY0OSI+PC9wYXRoPiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTQ3Ljg1NTA4NDcsMjAuNjg3MTIyIEM0Ny44NTUwODQ3LDIyLjQ3ODU4NTQgNDYuMzc2Njk0OSwyMy42Mjg5MjY4IDQ0LjMxMzU1OTMsMjMuNjI4OTI2OCBDNDMuMDc2MDU5MywyMy42Mjg5MjY4IDQyLjAxMDE2OTUsMjMuMDU0MzkwMiA0Mi4wMTAxNjk1LDIxLjYzMzI2ODMgQzQyLjAxMDE2OTUsMjAuMzE1NTEyMiA0My4xMTAzODE0LDE5LjQzNTk1MTIgNDQuNzk1MzM5LDE5LjQzNTk1MTIgQzQ2LjMwODA1MDgsMTkuNDM1OTUxMiA0Ny4zMDUyOTY2LDE5LjcwNjA5NzYgNDcuODU1MDg0NywyMC4xMTE5NTEyIEw0Ny44NTUwODQ3LDIwLjY4NzEyMiBMNDcuODU1MDg0NywyMC42ODcxMjIgWiBNNDQuNjU3NDE1MywxMy4wNzczNjU5IEM0My4zMTY5NDkyLDEzLjA3NzM2NTkgNDIuMDQ0NDkxNSwxMy4yNzk2NTg1IDQxLjA4MjIwMzQsMTMuNjUxOTAyNCBMNDEuNDYwMzgxNCwxNS40Nzk1MTIyIEM0Mi41NjA1OTMyLDE1LjE0MDg3OCA0My40NTQyMzczLDE1LjAwNTE3MDcgNDQuMzQ4NTE2OSwxNS4wMDUxNzA3IEM0Ni4yNzM3Mjg4LDE1LjAwNTE3MDcgNDcuODU1MDg0NywxNS44ODQ3MzE3IDQ3Ljg1NTA4NDcsMTcuODQ2MTQ2MyBMNDcuODU1MDg0NywxOC4xODQxNDYzIEM0Ny4yMzY2NTI1LDE3Ljk0ODI0MzkgNDYuMjczNzI4OCwxNy42NDMyMTk1IDQ0Ljg2Mzk4MzEsMTcuNjQzMjE5NSBDNDEuNzY5Mjc5NywxNy42NDMyMTk1IDM5Ljc0MTEwMTcsMTkuMTk4NzgwNSAzOS43NDExMDE3LDIxLjczNTM2NTkgQzM5Ljc0MTEwMTcsMjQuMzczNDE0NiA0MS43MzQ5NTc2LDI1LjU1NjczMTcgNDMuOTY5NzAzNCwyNS41NTY3MzE3IEM0NS44MjY5MDY4LDI1LjU1NjczMTcgNDcuMDk4NzI4OCwyNC44MTM1MTIyIDQ3Ljc1Mjc1NDIsMjMuOTMzMzE3MSBMNDcuODU1MDg0NywyMy45MzMzMTcxIEw0Ny44NTUwODQ3LDI1LjMyMDgyOTMgTDUwLjA1NjE0NDEsMjUuMzIwODI5MyBMNTAuMDU2MTQ0MSwxNy44MTI1MzY2IEM1MC4wNTYxNDQxLDE0LjUzMjczMTcgNDcuOTI0MzY0NCwxMy4wNzczNjU5IDQ0LjY1NzQxNTMsMTMuMDc3MzY1OSBMNDQuNjU3NDE1MywxMy4wNzczNjU5IFoiIGlkPSJGaWxsLTgiIGZpbGw9IiMyMzJGNDkiPjwvcGF0aD4gICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xOS43OTgwOTMyLDkuMjU2IEwxOS43OTgwOTMyLDExLjQyMDk3NTYgTDI0Ljg4NjY1MjUsMTEuNDIwOTc1NiBMMjQuODg2NjUyNSwyNS4zMTk1NjEgTDI3LjI5NDI3OTcsMjUuMzE5NTYxIEwyNy4yOTQyNzk3LDExLjQyMDk3NTYgTDMyLjM4MjgzOSwxMS40MjA5NzU2IEwzMi4zODI4MzksOS4yNTYgTDE5Ljc5ODA5MzIsOS4yNTYiIGlkPSJGaWxsLTkiIGZpbGw9IiMyMzJGNDkiPjwvcGF0aD4gICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0zOS44NDQwNjc4LDEzLjU1MTA3MzIgQzM5LjEyMjAzMzksMTMuMjQ2NjgyOSAzOC4zMzEzNTU5LDEzLjIxMzA3MzIgMzcuODgzODk4MywxMy4yMTMwNzMyIEMzNi42MTE0NDA3LDEzLjIxMzA3MzIgMzUuMzc0NTc2MywxMy43MjAzOTAyIDM0LjcyMDU1MDgsMTQuNjMyMjkyNyBMMzQuNjE3NTg0NywxNC42MzIyOTI3IEwzNC42MTc1ODQ3LDEzLjMxNDUzNjYgTDMyLjQxNzE2MSwxMy4zMTQ1MzY2IEwzMi40MTcxNjEsMjUuMzIwMTk1MSBMMzQuNjg2ODY0NCwyNS4zMjAxOTUxIEwzNC42ODY4NjQ0LDE4Ljc1OTMxNzEgQzM0LjY4Njg2NDQsMTYuMjIyNzMxNyAzNS45MjQzNjQ0LDE1LjIwODA5NzYgMzcuNzQ2NjEwMiwxNS4yMDgwOTc2IEMzOC4zNjU2NzgsMTUuMjA4MDk3NiAzOC43NzgxNzgsMTUuMjc1OTUxMiAzOS4zMjg2MDE3LDE1LjQxMTAyNDQgTDM5Ljg0NDA2NzgsMTMuNTUxMDczMiIgaWQ9IkZpbGwtMTAiIGZpbGw9IiMyMzJGNDkiPjwvcGF0aD4gICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMDMuMDA2MTQ0LDEzLjU4NDY4MjkgQzEwMi4yODQxMSwxMy4yODA5MjY4IDEwMS40OTM0MzIsMTMuMjEyNDM5IDEwMS4wNDU5NzUsMTMuMjEyNDM5IEM5OS43NzQxNTI1LDEzLjIxMjQzOSA5OC4zOTg3Mjg4LDEzLjcxOTc1NjEgOTcuNzQ2NjEwMiwxNC42MzM1NjEgTDk3LjY0MTczNzMsMTQuNjMzNTYxIEw5Ny42NDE3MzczLDEzLjMxMzkwMjQgTDk1LjQ0MTk0OTIsMTMuMzEzOTAyNCBMOTUuNDQxOTQ5MiwyNS4zMTk1NjEgTDk3LjcxMTY1MjUsMjUuMzE5NTYxIEw5Ny43MTE2NTI1LDE4Ljc1OTMxNzEgQzk3LjcxMTY1MjUsMTYuMjIyNzMxNyA5OS4wODY0NDA3LDE1LjIwODczMTcgMTAwLjkwODY4NiwxNS4yMDg3MzE3IEMxMDEuNTI3NzU0LDE1LjIwODczMTcgMTAxLjk0MDI1NCwxNS4yNzUzMTcxIDEwMi40OTA2NzgsMTUuNDExMDI0NCBMMTAzLjAwNjE0NCwxMy41ODQ2ODI5IiBpZD0iRmlsbC0xMSIgZmlsbD0iIzIzMkY0OSI+PC9wYXRoPiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTE0NC4zNTcyMDMsMjMuNTYxNzA3MyBDMTQyLjE1NjE0NCwyMy41NjE3MDczIDE0MC42NDQwNjgsMjEuODM2MTk1MSAxNDAuNjQ0MDY4LDE5LjMzMzg1MzcgQzE0MC42NDQwNjgsMTcuMDAwODI5MyAxNDEuOTUwODQ3LDE1LjAwNDUzNjYgMTQ0LjA4MTk5MiwxNS4wMDQ1MzY2IEMxNDYuNTIzOTQxLDE1LjAwNDUzNjYgMTQ3LjE3NjY5NSwxNy4wMzQ0MzkgMTQ3LjI0NTk3NSwxOC4yODYyNDM5IEwxNDMuMDI1LDE4LjI4NjI0MzkgTDE0Mi4yMzQzMjIsMjAuMTEyNTg1NCBMMTQ5LjU0OTM2NCwyMC4xMTI1ODU0IEMxNDkuNTgzMDUxLDE5LjYzODI0MzkgMTQ5LjU4MzA1MSwxOS41MDM4MDQ5IDE0OS41ODMwNTEsMTkuMjY2NjM0MSBDMTQ5LjU4MzA1MSwxNS44MTY4NzggMTQ3LjgzMDA4NSwxMy4wNzggMTQ0LjA0NzY2OSwxMy4wNzggQzE0MC43ODEzNTYsMTMuMDc4IDEzOC4yNzEzOTgsMTUuNzE0NzgwNSAxMzguMjcxMzk4LDE5LjMzMzg1MzcgQzEzOC4yNzEzOTgsMjMuMDU0MzkwMiAxNDAuNjc3NzU0LDI1LjUyMjQ4NzggMTQ0LjExNjMxNCwyNS41MjI0ODc4IEMxNDYuMTgwMDg1LDI1LjUyMjQ4NzggMTQ4LjAwMjMzMSwyNC43NzkyNjgzIDE0OS4xMDI1NDIsMjMuNDYwMjQzOSBMMTQ3LjcyNjQ4MywyMi4xNDA1ODU0IEMxNDYuODMyODM5LDIzLjA1NDM5MDIgMTQ1LjY2Mzk4MywyMy41NjE3MDczIDE0NC4zNTcyMDMsMjMuNTYxNzA3MyIgaWQ9IkZpbGwtMTIiIGZpbGw9IiMyMzJGNDkiPjwvcGF0aD4gICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik03MC4xNzEzOTgzLDE4LjM4ODM0MTUgQzY4LjQxNzc5NjYsMTguMTUxMTcwNyA2Ny4zODYyMjg4LDE3LjgxMjUzNjYgNjcuMzg2MjI4OCwxNi42NjI4MjkzIEM2Ny4zODYyMjg4LDE1LjYxNDU4NTQgNjguNDE3Nzk2NiwxNC45NzIxOTUxIDY5LjY5MDI1NDIsMTQuOTcyMTk1MSBDNzAuNzIxMTg2NCwxNC45NzIxOTUxIDcyLjAyNzk2NjEsMTUuMzc4NjgyOSA3Mi44NTIzMzA1LDE1Ljk4NzQ2MzQgTDczLjk1MzE3OCwxNC4zNjM0MTQ2IEM3Mi45MjIyNDU4LDEzLjUxNzQ2MzQgNzEuMjcxNjEwMiwxMy4wNzg2MzQxIDY5LjcyMzk0MDcsMTMuMDc4NjM0MSBDNjcuMDc2Njk0OSwxMy4wNzg2MzQxIDY1LjExNjUyNTQsMTQuNjY4NDM5IDY1LjExNjUyNTQsMTYuNzY0MjkyNyBDNjUuMTE2NTI1NCwxOS4xNjY0MzkgNjYuNjY0MTk0OSwxOS45NDM5MDI0IDY5LjI3Nzc1NDIsMjAuMzQ5NzU2MSBDNzAuNzU2MTQ0MSwyMC41ODYyOTI3IDcyLjAyNzk2NjEsMjAuNzU1NjA5OCA3Mi4wMjc5NjYxLDIyLjAwNjc4MDUgQzcyLjAyNzk2NjEsMjMuMDU1MDI0NCA3MC45OTU3NjI3LDIzLjYzMDE5NTEgNjkuNjIxNjEwMiwyMy42MzAxOTUxIEM2OC4yODA1MDg1LDIzLjYzMDE5NTEgNjcuMDc2Njk0OSwyMy4yNTc5NTEyIDY1LjkwNzIwMzQsMjIuMzQ0NzgwNSBMNjQuOTEwNTkzMiwyNC4xMzY4NzggQzY1Ljc2OTkxNTMsMjQuOTE0OTc1NiA2Ny41NTg0NzQ2LDI1LjUyMzc1NjEgNjkuNTUyMzMwNSwyNS41MjM3NTYxIEM3Mi4zMDMxNzgsMjUuNTIzNzU2MSA3NC4yOTcwMzM5LDIzLjkzNDU4NTQgNzQuMjk3MDMzOSwyMS44MDM4NTM3IEM3NC4yOTcwMzM5LDE5LjIzMzY1ODUgNzIuMjM0NTMzOSwxOC42NTkxMjIgNzAuMTcxMzk4MywxOC4zODgzNDE1IiBpZD0iRmlsbC0xMyIgZmlsbD0iIzIzMkY0OSI+PC9wYXRoPiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTEzMi45NjAzODEsMTguMzkyMTQ2MyBDMTMxLjIwNjc4LDE4LjE1NDk3NTYgMTMwLjE3NTIxMiwxNy44MTYzNDE1IDEzMC4xNzUyMTIsMTYuNjY2NjM0MSBDMTMwLjE3NTIxMiwxNS42MTgzOTAyIDEzMS4yMDY3OCwxNC45NzYgMTMyLjQ3OTg3MywxNC45NzYgQzEzMy41MTAxNjksMTQuOTc2IDEzNC44MTc1ODUsMTUuMzgyNDg3OCAxMzUuNjQxOTQ5LDE1Ljk5MTI2ODMgTDEzNi43NDI3OTcsMTQuMzY2NTg1NCBDMTM1LjcxMTIyOSwxMy41MjEyNjgzIDEzNC4wNjEyMjksMTMuMDgyNDM5IDEzMi41MTM1NTksMTMuMDgyNDM5IEMxMjkuODY2MzE0LDEzLjA4MjQzOSAxMjcuOTA2NzgsMTQuNjcxNjA5OCAxMjcuOTA2NzgsMTYuNzY4MDk3NiBDMTI3LjkwNjc4LDE5LjE2OTYwOTggMTI5LjQ1MzgxNCwxOS45NDcwNzMyIDEzMi4wNjYxMDIsMjAuMzUyOTI2OCBDMTMzLjU0NTEyNywyMC41OTAwOTc2IDEzNC44MTc1ODUsMjAuNzU4NzgwNSAxMzQuODE3NTg1LDIyLjAwOTk1MTIgQzEzNC44MTc1ODUsMjMuMDU4MTk1MSAxMzMuNzg2MDE3LDIzLjYzNCAxMzIuNDEwNTkzLDIzLjYzNCBDMTMxLjA2OTQ5MiwyMy42MzQgMTI5Ljg2NjMxNCwyMy4yNjE3NTYxIDEyOC42OTY4MjIsMjIuMzQ3OTUxMiBMMTI3LjcwMDg0NywyNC4xNDEzMTcxIEMxMjguNTU5NTM0LDI0LjkxODc4MDUgMTMwLjM0NjgyMiwyNS41Mjc1NjEgMTMyLjM0MTk0OSwyNS41Mjc1NjEgQzEzNS4wOTIxNjEsMjUuNTI3NTYxIDEzNy4wODYwMTcsMjMuOTM3NzU2MSAxMzcuMDg2MDE3LDIxLjgwNzY1ODUgQzEzNy4wODYwMTcsMTkuMjM3NDYzNCAxMzUuMDIzNTE3LDE4LjY2MjI5MjcgMTMyLjk2MDM4MSwxOC4zOTIxNDYzIiBpZD0iRmlsbC0xNCIgZmlsbD0iIzIzMkY0OSI+PC9wYXRoPiAgICAgICAgICAgICAgICA8L2c+ICAgICAgICAgICAgPC9nPiAgICAgICAgPC9nPiAgICA8L2c+PC9zdmc+) no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 16px;
}

.group-title-btn, .well-title-btn {
  margin-bottom: 20px
}

.group-title-btn>*, .well-title-btn>* {
  display: inline-block
}

.group-title-btn .group-title, .well-title-btn .group-title {
  margin: 0;
  padding-right: 20px;
  vertical-align: middle
}

@media (min-width:1449px) {
  .well-static {
    max-width: 925px
  }
}

.data-avatar {
  margin: 25px 0;
  width: 80px;
  height: 80px
}

.avatar-sidebar {
  width: 64px;
  height: 64px
}

.user-avatar+.user-name {
  padding-left: 10px
}

.slider-item {
  position: relative
}

.slider-item+.slider-item {
  margin-top: 30px
}

.slider-item>label {
  font-size: 18px;
  margin: 0
}

.slider-handle-value {
  display: table-cell;
  width: 24px;
  height: 24px;
  text-align: center;
  vertical-align: middle
}

.slider-rate {
  font-size: 16px
}

.average-result {
  font-size: 30px;
  margin-bottom: 30px
}

.average .sub-title {
  line-height: inherit
}

.topic-footer {
  margin-bottom: 30px
}

.topic-comments {
  font-size: 16px
}

.help-block:empty {
  display: none
}

.dash-box-list {
  padding-left: 40px
}

.item-remain {
  font-size: 18px;
  margin-bottom: 20px
}

.item-remain .body-item-list .remain-txt, .item-remain .body-item-list .remain-words {
  display: table-cell
}

.item-remain .remain-time, .item-remain .remain-words {
  display: table-cell;
  font-size: 36px;
  line-height: 1
}

.str-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.btn-order {
  float: left;
  width: 100%
}

.btn-order+.btn-order {
  margin-top: 30px
}

.btn-order-ar .btn {
  min-width: 210px;
  margin-bottom: 10px
}

.btn-order .btn {
  min-width: 210px;
  margin-bottom: 20px
}

.btn-order .btn:last-child {
  margin-right: 0
}

.btn-order .btn.btn-mini {
  min-width: 170px;
  margin-right: 8px
}

@media screen and (min-width:767px) and (max-width:1440px) {
  .btn-order .btn {
    margin-right: 15px
  }
}

@media screen and (max-width:767px) {
  .btn-order .btn {
    width: 100%
  }
}

.btn-order [class*=btn-delete], .btn-order [class*=btn-link] {
  margin: 0;
  min-width: inherit
}

.btn-group-box>.btn, .btn-group-box>button {
  margin: 0
}

@media (max-width:991px) {
  .btn-group-box>.btn, .btn-group-box>button {
    display: block
  }
}

.btn-group-box>.btn+.btn, .btn-group-box>button+button {
  margin: 10px 0 0
}

.btn-inline .btn, .btn-inline>button {
  margin-right: 10px
}

.btn-inline .btn:last-child, .btn-inline>button:last-child {
  margin-right: 0
}

@media screen and (max-width:767px) {
  .btn-inline .btn, .btn-inline>button {
    margin-right: 0
  }
}

.bootstrap-select>.btn {
  line-height: normal;
  min-height: 38px
}

.btn-135 {
  min-width: 135px
}

.btn-210 {
  min-width: 210px
}

@media (max-width:767px) {
  .btn-210 {
    margin: 0 auto;
    display: block
  }
}

.btn-280 {
  min-width: 280px
}

@media (max-width:767px) {
  .btn-280 {
    margin: 0 auto;
    display: block
  }
}

.btn-230 {
  min-width: 230px
}

@media (max-width:767px) {
  .btn-230 {
    margin: 0 auto;
    display: block
  }
}

@media (max-width:767px) {
  .create-step-btn .btn-230 {
    margin: 0
  }
}

.btn-static-block {
  width: 305px
}

.btn-delete, .btn-delete-datepicker {
  padding: 5px 10px;
  font-size: 12px;
  top: 2px;
  color: #ff6f6f
}

.btn-delete-datepicker:focus, .btn-delete-datepicker:hover, .btn-delete:focus, .btn-delete:hover {
  color: #ff8989
}

.btn>.icon, button>.icon {
  position: relative;
  top: 2px
}

.btn-icon {
  padding: 0 5px;
  border: none
}

.btn-icon .icon {
  font-size: 38px
}

.btn-outline {
  border-color: #ffe5a6
}

.btn-outline.focus, .btn-outline:focus {
  border-color: #fff4d9
}

.btn-outline:hover {
  border-color: #fff4d9
}

.btn-outline.active.focus, .btn-outline.active:focus, .btn-outline.active:hover, .btn-outline:active.focus, .btn-outline:active:focus, .btn-outline:active:hover, .open>.btn-outline.dropdown-toggle.focus, .open>.btn-outline.dropdown-toggle:focus, .open>.btn-outline.dropdown-toggle:hover {
  border-color: #fff4d9
}

.btn-outline.active, .btn-outline:active, .open>.btn-outline.dropdown-toggle {
  border-color: #fff4d9
}

.btn-outline.disabled.focus, .btn-outline.disabled:focus, .btn-outline.disabled:hover, .btn-outline[disabled].focus, .btn-outline[disabled]:focus, .btn-outline[disabled]:hover, fieldset[disabled] .btn-outline.focus, fieldset[disabled] .btn-outline:focus, fieldset[disabled] .btn-outline:hover {
  border-color: #fff4d9
}

.btn-radio-group .btn-radio {
  min-width: 130px;
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.75
}

.btn-radio-group .btn-radio.btn-radio-block {
  min-width: 50%
}

@media (max-width:767px) {
  .btn-radio-group .btn-radio {
    width: 50%
  }
}

.btn-blue {
  font-size: 16px;
  border: none
}

.btn-blue.focus, .btn-blue:focus {
  background-color: #446d8d;
  color: #324758;
}

.btn-blue:hover {
  background-color: #446d8d;
  color: #324758;
}

.btn-blue.active.focus, .btn-blue.active:focus, .btn-blue.active:hover, .btn-blue:active.focus, .btn-blue:active:focus, .btn-blue:active:hover, .open>.btn-blue.dropdown-toggle.focus, .open>.btn-blue.dropdown-toggle:focus, .open>.btn-blue.dropdown-toggle:hover {
  background-color: #6ab2db;
}

.btn-blue.disabled.focus, .btn-blue.disabled:focus, .btn-blue.disabled:hover, .btn-blue[disabled].focus, .btn-blue[disabled]:focus, .btn-blue[disabled]:hover, fieldset[disabled] .btn-blue.focus, fieldset[disabled] .btn-blue:focus, fieldset[disabled] .btn-blue:hover {
  background-color: #233848;
}

.box-center, .btn-group-center {
  display: table;
  margin: 0 auto
}

@media screen and (max-width:767px) {
  .btn-group-center.btn-inline .btn+.btn, .btn-group-center.btn-inline button+button, .btn-inline.box-center .btn+.btn, .btn-inline.box-center button+button {
    margin-top: 10px
  }
}

.btn-inline-fluid .btn, .btn-inline-fluid>button {
  width: calc(50% - 10px)
}

@media screen and (max-width:767px) {
  .btn-block-xs .btn, .btn-block-xs button {
    width: 100%
  }

  .btn-block-xs .btn, .btn-block-xs>button {
    margin-right: 10px
  }

  .btn-block-xs .btn:last-child, .btn-block-xs>button:last-child {
    margin-right: 0
  }
}

@media screen and (max-width:767px) and (max-width:767px) {
  .btn-block-xs .btn, .btn-block-xs>button {
    margin-right: 0
  }
}

.btn-print {
  width: 45px;
  height: 45px
}

@media screen and (min-width:768px) {
  .btn-print {
    right: 30px
  }
}

@media screen and (max-width:767px) {
  .btn-print {
    margin: 30px auto;
    left: 0;
    right: 0
  }

  .btn-print.btn-absolute {
    position: relative;
    display: block;
    top: 30px;
    margin-top: 90px
  }
}

.svg-print {
  transition: all ease .3s
}

.svg-print:hover {
  fill: #1f6b96
}

.btn-absolute {
  position: absolute;
  z-index: 1050
}

.btn-right {
  right: 30px
}

.btn-center {
  margin: 0 auto;
  left: 0;
  right: 0
}

.delete-offer {
  min-width: 127px
}

.btn-offer {
  margin-bottom: 30px
}

.btn-edit-team+.btn-summary-send {
  margin-top: 30px
}

.btn-default.btn-outline {
  color: #eff9fe;
  background-color: transparent;
  border-color: #eff9fe
}

.btn-default.btn-outline.focus, .btn-default.btn-outline:focus {
  background-color: transparent;
  border-color: #77ccf7
}

.btn-default.btn-outline:hover {
  color: #b5e3fa;
  background-color: transparent;
  border-color: #b5e3fa
}

.btn-default.btn-outline.active, .btn-default.btn-outline:active, .open>.btn-default.btn-outline.dropdown-toggle {
  color: #b5e3fa;
  background-color: transparent;
  border-color: #b5e3fa
}

.btn-default.btn-outline.active.focus, .btn-default.btn-outline.active:focus, .btn-default.btn-outline.active:hover, .btn-default.btn-outline:active.focus, .btn-default.btn-outline:active:focus, .btn-default.btn-outline:active:hover, .open>.btn-default.btn-outline.dropdown-toggle.focus, .open>.btn-default.btn-outline.dropdown-toggle:focus, .open>.btn-default.btn-outline.dropdown-toggle:hover {
  color: #77ccf7;
  background-color: transparent;
  border-color: #77ccf7
}

.btn-default.btn-outline.active, .btn-default.btn-outline:active, .open>.btn-default.btn-outline.dropdown-toggle {
  background-image: none
}

.btn-default.btn-outline.disabled.focus, .btn-default.btn-outline.disabled:focus, .btn-default.btn-outline.disabled:hover, .btn-default.btn-outline[disabled].focus, .btn-default.btn-outline[disabled]:focus, .btn-default.btn-outline[disabled]:hover, fieldset[disabled] .btn-default.btn-outline.focus, fieldset[disabled] .btn-default.btn-outline:focus, fieldset[disabled] .btn-default.btn-outline:hover {
  color: #0e9ae0;
  background-color: transparent;
  border-color: #eff9fe
}

.btn-default.btn-outline .badge {
  color: transparent;
  background-color: #eff9fe
}

.btn-primary.btn-outline {
  color: #acd9f5;
  background-color: transparent;
  border-color: #95cff2
}

.btn-primary.btn-outline.focus, .btn-primary.btn-outline:focus {
  color: #3aa5e7;
  background-color: transparent;
  border-color: #239ae5
}

.btn-primary.btn-outline:hover {
  color: #75c0ee;
  background-color: transparent;
  border-color: #5fb6ec
}

.btn-primary.btn-outline.active, .btn-primary.btn-outline:active, .open>.btn-primary.btn-outline.dropdown-toggle {
  color: #75c0ee;
  background-color: transparent;
  border-color: #5fb6ec
}

.btn-primary.btn-outline.active.focus, .btn-primary.btn-outline.active:focus, .btn-primary.btn-outline.active:hover, .btn-primary.btn-outline:active.focus, .btn-primary.btn-outline:active:focus, .btn-primary.btn-outline:active:hover, .open>.btn-primary.btn-outline.dropdown-toggle.focus, .open>.btn-primary.btn-outline.dropdown-toggle:focus, .open>.btn-primary.btn-outline.dropdown-toggle:hover {
  color: #3aa5e7;
  background-color: transparent;
  border-color: #239ae5
}

.btn-primary.btn-outline.active, .btn-primary.btn-outline:active, .open>.btn-primary.btn-outline.dropdown-toggle {
  background-image: none
}

.btn-primary.btn-outline.disabled.focus, .btn-primary.btn-outline.disabled:focus, .btn-primary.btn-outline.disabled:hover, .btn-primary.btn-outline[disabled].focus, .btn-primary.btn-outline[disabled]:focus, .btn-primary.btn-outline[disabled]:hover, fieldset[disabled] .btn-primary.btn-outline.focus, fieldset[disabled] .btn-primary.btn-outline:focus, fieldset[disabled] .btn-primary.btn-outline:hover {
  color: #116091;
  background-color: transparent;
  border-color: #95cff2
}

.btn-primary.btn-outline .badge {
  color: transparent;
  background-color: #acd9f5
}

.btn-success.btn-outline {
  color: #80c43d;
  background-color: transparent;
  border-color: #73b236
}

.btn-success.btn-outline.focus, .btn-success.btn-outline:focus {
  color: #40631e;
  background-color: transparent;
  border-color: #345018
}

.btn-success.btn-outline:hover {
  color: #62962e;
  background-color: transparent;
  border-color: #558328
}

.btn-success.btn-outline.active, .btn-success.btn-outline:active, .open>.btn-success.btn-outline.dropdown-toggle {
  color: #62962e;
  background-color: transparent;
  border-color: #558328
}

.btn-success.btn-outline.active.focus, .btn-success.btn-outline.active:focus, .btn-success.btn-outline.active:hover, .btn-success.btn-outline:active.focus, .btn-success.btn-outline:active:focus, .btn-success.btn-outline:active:hover, .open>.btn-success.btn-outline.dropdown-toggle.focus, .open>.btn-success.btn-outline.dropdown-toggle:focus, .open>.btn-success.btn-outline.dropdown-toggle:hover {
  color: #40631e;
  background-color: transparent;
  border-color: #345018
}

.btn-success.btn-outline.active, .btn-success.btn-outline:active, .open>.btn-success.btn-outline.dropdown-toggle {
  background-image: none
}

.btn-success.btn-outline.disabled.focus, .btn-success.btn-outline.disabled:focus, .btn-success.btn-outline.disabled:hover, .btn-success.btn-outline[disabled].focus, .btn-success.btn-outline[disabled]:focus, .btn-success.btn-outline[disabled]:hover, fieldset[disabled] .btn-success.btn-outline.focus, fieldset[disabled] .btn-success.btn-outline:focus, fieldset[disabled] .btn-success.btn-outline:hover {
  color: #010200;
  background-color: transparent;
  border-color: #73b236
}

.btn-success.btn-outline .badge {
  color: transparent;
  background-color: #80c43d
}

.btn-info.btn-outline {
  color: #4b789b;
  background-color: transparent;
  border-color: #436b8a
}

.btn-info.btn-outline.focus, .btn-info.btn-outline:focus {
  color: #213545;
  background-color: transparent;
  border-color: #192834
}

.btn-info.btn-outline:hover {
  color: #375872;
  background-color: transparent;
  border-color: #2f4b61
}

.btn-info.btn-outline.active, .btn-info.btn-outline:active, .open>.btn-info.btn-outline.dropdown-toggle {
  color: #375872;
  background-color: transparent;
  border-color: #2f4b61
}

.btn-info.btn-outline.active.focus, .btn-info.btn-outline.active:focus, .btn-info.btn-outline.active:hover, .btn-info.btn-outline:active.focus, .btn-info.btn-outline:active:focus, .btn-info.btn-outline:active:hover, .open>.btn-info.btn-outline.dropdown-toggle.focus, .open>.btn-info.btn-outline.dropdown-toggle:focus, .open>.btn-info.btn-outline.dropdown-toggle:hover {
  color: #213545;
  background-color: transparent;
  border-color: #192834
}

.btn-info.btn-outline.active, .btn-info.btn-outline:active, .open>.btn-info.btn-outline.dropdown-toggle {
  background-image: none
}

.btn-info.btn-outline.disabled.focus, .btn-info.btn-outline.disabled:focus, .btn-info.btn-outline.disabled:hover, .btn-info.btn-outline[disabled].focus, .btn-info.btn-outline[disabled]:focus, .btn-info.btn-outline[disabled]:hover, fieldset[disabled] .btn-info.btn-outline.focus, fieldset[disabled] .btn-info.btn-outline:focus, fieldset[disabled] .btn-info.btn-outline:hover {
  color: #000;
  background-color: transparent;
  border-color: #436b8a
}

.btn-info.btn-outline .badge {
  color: transparent;
  background-color: #4b789b
}

.btn-warning.btn-outline {
  color: #ffe5a6;
  background-color: transparent;
  border-color: #ffde8d
}

.btn-warning.btn-outline.focus, .btn-warning.btn-outline:focus {
  color: #ffc027;
  background-color: transparent;
  border-color: #ffb80d
}

.btn-warning.btn-outline:hover {
  color: #ffd369;
  background-color: transparent;
  border-color: #ffcc4f
}

.btn-warning.btn-outline.active, .btn-warning.btn-outline:active, .open>.btn-warning.btn-outline.dropdown-toggle {
  color: #ffd369;
  background-color: transparent;
  border-color: #ffcc4f
}

.btn-warning.btn-outline.active.focus, .btn-warning.btn-outline.active:focus, .btn-warning.btn-outline.active:hover, .btn-warning.btn-outline:active.focus, .btn-warning.btn-outline:active:focus, .btn-warning.btn-outline:active:hover, .open>.btn-warning.btn-outline.dropdown-toggle.focus, .open>.btn-warning.btn-outline.dropdown-toggle:focus, .open>.btn-warning.btn-outline.dropdown-toggle:hover {
  color: #ffc027;
  background-color: transparent;
  border-color: #ffb80d
}

.btn-warning.btn-outline.active, .btn-warning.btn-outline:active, .open>.btn-warning.btn-outline.dropdown-toggle {
  background-image: none
}

.btn-warning.btn-outline.disabled.focus, .btn-warning.btn-outline.disabled:focus, .btn-warning.btn-outline.disabled:hover, .btn-warning.btn-outline[disabled].focus, .btn-warning.btn-outline[disabled]:focus, .btn-warning.btn-outline[disabled]:hover, fieldset[disabled] .btn-warning.btn-outline.focus, fieldset[disabled] .btn-warning.btn-outline:focus, fieldset[disabled] .btn-warning.btn-outline:hover {
  color: #a67600;
  background-color: transparent;
  border-color: #ffde8d
}

.btn-warning.btn-outline .badge {
  color: transparent;
  background-color: #ffe5a6
}

.btn-danger.btn-outline {
  color: #d9534f;
  background-color: transparent;
  border-color: #d43f3a
}

.btn-danger.btn-outline.focus, .btn-danger.btn-outline:focus {
  color: #8b211e;
  background-color: transparent;
  border-color: #761c19
}

.btn-danger.btn-outline:hover {
  color: #c12e2a;
  background-color: transparent;
  border-color: #ac2925
}

.btn-danger.btn-outline.active, .btn-danger.btn-outline:active, .open>.btn-danger.btn-outline.dropdown-toggle {
  color: #c12e2a;
  background-color: transparent;
  border-color: #ac2925
}

.btn-danger.btn-outline.active.focus, .btn-danger.btn-outline.active:focus, .btn-danger.btn-outline.active:hover, .btn-danger.btn-outline:active.focus, .btn-danger.btn-outline:active:focus, .btn-danger.btn-outline:active:hover, .open>.btn-danger.btn-outline.dropdown-toggle.focus, .open>.btn-danger.btn-outline.dropdown-toggle:focus, .open>.btn-danger.btn-outline.dropdown-toggle:hover {
  color: #8b211e;
  background-color: transparent;
  border-color: #761c19
}

.btn-danger.btn-outline.active, .btn-danger.btn-outline:active, .open>.btn-danger.btn-outline.dropdown-toggle {
  background-image: none
}

.btn-danger.btn-outline.disabled.focus, .btn-danger.btn-outline.disabled:focus, .btn-danger.btn-outline.disabled:hover, .btn-danger.btn-outline[disabled].focus, .btn-danger.btn-outline[disabled]:focus, .btn-danger.btn-outline[disabled]:hover, fieldset[disabled] .btn-danger.btn-outline.focus, fieldset[disabled] .btn-danger.btn-outline:focus, fieldset[disabled] .btn-danger.btn-outline:hover {
  color: #220807;
  background-color: transparent;
  border-color: #d43f3a
}

.btn-danger.btn-outline .badge {
  color: transparent;
  background-color: #d9534f
}

.btn-danger.btn-outline.btn-inverse {
  color: #324758;
  background-color: transparent;
  border-color: #324758
}

.btn-danger.btn-outline.btn-inverse.focus, .btn-danger.btn-outline.btn-inverse:focus {
  color: #293a48;
  background-color: transparent;
  border-color: #293a48
}

.btn-danger.btn-outline.btn-inverse:hover {
  color: #202d37;
  background-color: transparent;
  border-color: #202d37
}

.btn-danger.btn-outline.btn-inverse.active, .btn-danger.btn-outline.btn-inverse:active, .open>.btn-danger.btn-outline.btn-inverse.dropdown-toggle {
  color: #1c2831;
  background-color: transparent;
  border-color: #1c2831
}

.btn-danger.btn-outline.btn-inverse.active.focus, .btn-danger.btn-outline.btn-inverse.active:focus, .btn-danger.btn-outline.btn-inverse.active:hover, .btn-danger.btn-outline.btn-inverse:active.focus, .btn-danger.btn-outline.btn-inverse:active:focus, .btn-danger.btn-outline.btn-inverse:active:hover, .open>.btn-danger.btn-outline.btn-inverse.dropdown-toggle.focus, .open>.btn-danger.btn-outline.btn-inverse.dropdown-toggle:focus, .open>.btn-danger.btn-outline.btn-inverse.dropdown-toggle:hover {
  color: #1c2831;
  background-color: transparent;
  border-color: #1c2831
}

.btn-danger.btn-outline.btn-inverse.active, .btn-danger.btn-outline.btn-inverse:active, .open>.btn-danger.btn-outline.btn-inverse.dropdown-toggle {
  background-image: none
}

.btn-danger.btn-outline.btn-inverse.disabled.focus, .btn-danger.btn-outline.btn-inverse.disabled:focus, .btn-danger.btn-outline.btn-inverse.disabled:hover, .btn-danger.btn-outline.btn-inverse[disabled].focus, .btn-danger.btn-outline.btn-inverse[disabled]:focus, .btn-danger.btn-outline.btn-inverse[disabled]:hover, fieldset[disabled] .btn-danger.btn-outline.btn-inverse.focus, fieldset[disabled] .btn-danger.btn-outline.btn-inverse:focus, fieldset[disabled] .btn-danger.btn-outline.btn-inverse:hover {
  color: #000;
  background-color: transparent;
  border-color: #324758
}

.btn-danger.btn-outline.btn-inverse .badge {
  color: transparent;
  background-color: #324758
}

.btn-dark-blue {
  color: #fff;
  background-color: #1b5c81;
  border-color: transparent
}

.btn-dark-blue.focus, .btn-dark-blue:focus {
  color: #fff;
  background-color: #1f6b96;
  border-color: #1f6b96
}

.btn-dark-blue:hover {
  color: #fff;
  background-color: #1f6b96;
  border-color: #1f6b96
}

.btn-dark-blue.active, .btn-dark-blue:active, .open>.btn-dark-blue.dropdown-toggle {
  color: #fff;
  background-color: #21719f;
  border-color: #21719f
}

.btn-dark-blue.active.focus, .btn-dark-blue.active:focus, .btn-dark-blue.active:hover, .btn-dark-blue:active.focus, .btn-dark-blue:active:focus, .btn-dark-blue:active:hover, .open>.btn-dark-blue.dropdown-toggle.focus, .open>.btn-dark-blue.dropdown-toggle:focus, .open>.btn-dark-blue.dropdown-toggle:hover {
  color: #fff;
  background-color: #247aab;
  border-color: #247aab
}

.btn-dark-blue.active, .btn-dark-blue:active, .open>.btn-dark-blue.dropdown-toggle {
  background-image: none
}

.btn-dark-blue.disabled.focus, .btn-dark-blue.disabled:focus, .btn-dark-blue.disabled:hover, .btn-dark-blue[disabled].focus, .btn-dark-blue[disabled]:focus, .btn-dark-blue[disabled]:hover, fieldset[disabled] .btn-dark-blue.focus, fieldset[disabled] .btn-dark-blue:focus, fieldset[disabled] .btn-dark-blue:hover {
  background-color: #1b5c81;
  border-color: #1b5c81
}

.btn-dark-blue .badge {
  color: #1b5c81;
  background-color: #fff
}

.btn-dark-blue.btn-outline {
  color: #1b5c81;
  background-color: transparent;
  border-color: #1b5c81
}

.btn-dark-blue.btn-outline.focus, .btn-dark-blue.btn-outline:focus {
  color: #051118;
  background-color: transparent;
  border-color: #051118
}

.btn-dark-blue.btn-outline:hover {
  color: #10384e;
  background-color: transparent;
  border-color: #10384e
}

.btn-dark-blue.btn-outline.active, .btn-dark-blue.btn-outline:active, .open>.btn-dark-blue.btn-outline.dropdown-toggle {
  color: #10384e;
  background-color: transparent;
  border-color: #10384e
}

.btn-dark-blue.btn-outline.active.focus, .btn-dark-blue.btn-outline.active:focus, .btn-dark-blue.btn-outline.active:hover, .btn-dark-blue.btn-outline:active.focus, .btn-dark-blue.btn-outline:active:focus, .btn-dark-blue.btn-outline:active:hover, .open>.btn-dark-blue.btn-outline.dropdown-toggle.focus, .open>.btn-dark-blue.btn-outline.dropdown-toggle:focus, .open>.btn-dark-blue.btn-outline.dropdown-toggle:hover {
  color: #051118;
  background-color: transparent;
  border-color: #051118
}

.btn-dark-blue.btn-outline.active, .btn-dark-blue.btn-outline:active, .open>.btn-dark-blue.btn-outline.dropdown-toggle {
  background-image: none
}

.btn-dark-blue.btn-outline.disabled.focus, .btn-dark-blue.btn-outline.disabled:focus, .btn-dark-blue.btn-outline.disabled:hover, .btn-dark-blue.btn-outline[disabled].focus, .btn-dark-blue.btn-outline[disabled]:focus, .btn-dark-blue.btn-outline[disabled]:hover, fieldset[disabled] .btn-dark-blue.btn-outline.focus, fieldset[disabled] .btn-dark-blue.btn-outline:focus, fieldset[disabled] .btn-dark-blue.btn-outline:hover {
  color: #000;
  background-color: transparent;
  border-color: #1b5c81
}

.btn-dark-blue.btn-outline .badge {
  color: transparent;
  background-color: #1b5c81
}

.form-md-6 {
  width: 50%;
  float: left
}

.form-md-5 {
  width: 45%;
  float: left
}

.form-md-3 {
  width: 33.33%;
  float: left
}

.form-md-2 {
  width: 16.66667%
}

.form-md-1 {
  width: 10%
}

.form-md-9 {
  width: 66.67%
}

.form-md-10 {
  width: 73.67%
}

.form-md-12 {
  width: 100%
}

@media (min-width:768px) and (max-width:991px) {
  .form-sm-12 {
    width: 100%
  }

  .form-sm-6 {
    width: 50%;
    float: left
  }

  .form-sm-3 {
    width: 33.33%;
    float: left
  }

  .form-sm-2 {
    width: 25%
  }
}

@media (min-width:768px) and (orientation:landscape) and (max-width:1440px) {
  .form-sm-2 {
    width: 33.33%
  }
}

@media (max-width:767px) {
  .form-xs-12 {
    width: 100%
  }

  .form-xs-2 {
    width: 16.66667%
  }

  .form-xs-3 {
    width: 33.33%
  }
}

.form-inline-sm , .form-inline-sm .offer-item {
  float: left;
  width: 80px;
  margin-right: 15px
}

.form-row {
  margin: 0 -5px;
  position: relative
}

.form-row , .form-row .offer-item {
  float: left;
  padding: 0 5px
}

.form-row  .input-icon-placeholder, .form-row .offer-item .input-icon-placeholder {
  position: relative
}

.form-row  .input-icon-placeholder input, .form-row .offer-item .input-icon-placeholder input {
  padding-right: 30px
}

.form-row  .input-icon-placeholder .icon, .form-row .offer-item .input-icon-placeholder .icon {
  position: absolute;
  top: calc(35px - 65%);
  z-index: 1;
  right: 10px
}

.form-row .form-code {
  width: 90px
}

@media (max-width:767px) {
  .form-row .form-code {
    width: 33.33%
  }
}

.form-row .form-icon {
  min-height: 64px;
  display: table
}

@media (max-width:991px) {
  .form-row .form-icon {
    margin: 0;
    min-height: 100%;
    width: 100%
  }
}

.form-row .form-icon>.icon {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  position: relative;
  top: 13px
}

@media (max-width:991px) {
  .form-row .form-icon>.icon {
    top: 5px
  }
}

.form-dark-blue {
  color: #e1eef9;
  background-color: #4b789b;
  border: 1px solid transparent
}

.form-dark-blue:focus {
  background-color: #6ab2db;
  transition: all ease .5s;
  color: #324758
}

.form-dark-blue:-ms-input-placeholder {
  color: #324758
}

.form-dark-blue::placeholder {
  color: black
}

.form-white {
  color: #333;
  background: #fff;
  border: none
}

.form-white:focus {
  outline: 0
}

.form-white::-moz-placeholder {
  color: #4b789b;
  opacity: 1
}

.form-white:-ms-input-placeholder {
  color: #4b789b
}

.form-white::-webkit-input-placeholder {
  color: #4b789b
}

.form-290 {
  max-width: 290px
}

.form-inline .form-inline-icon {
  width: 135px;
  margin-right: 5px;
  display: inline-block
}

.settings-form {
  width: 100%;
  float: left
}

.settings-form .form-title {
  margin-bottom: 10px
}

.btn-change, .btn-edit {
  width: 100%;
  float: left;
  margin-top: 15px
}

.btn-change>.btn, .btn-edit>.btn {
  margin-right: 8px
}

.btn-change>.btn:last-child, .btn-edit>.btn:last-child {
  margin: 0
}

textarea {
  resize: vertical
}

.inputAddFile-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  cursor: pointer
}

.bootstrap-select .dropdown-menu {
  font-size: 16px;
  background-color: #6ab2db;
  max-width: 100%
}

.bootstrap-select .dropdown-menu .dropdown-menu>li>a:focus, .bootstrap-select .dropdown-menu .dropdown-menu>li>a:hover {
  text-decoration: none;
  color: #6ab2db;
  background-color: #4b789b
}

.bootstrap-select .filter-option {
  color: #6a707e;
  font-weight: 500;
  text-overflow: ellipsis
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

input[type=number] {
  -moz-appearance: textfield
}

::-webkit-inner-spin-button {
  -webkit-appearance: none
}

::-webkit-outer-spin-button {
  -webkit-appearance: none
}

input::-webkit-input-placeholder {
  line-height: 20px;
  transition: line-height .5s ease
}

input::-moz-placeholder {
  line-height: 20px;
  transition: line-height .5s ease
}

input:-moz-placeholder {
  line-height: 20px;
  transition: line-height .5s ease
}

input:-ms-input-placeholder {
  line-height: 20px;
  transition: line-height .5s ease
}

input:focus::-webkit-input-placeholder {
  line-height: 100px;
  transition: line-height .5s ease
}

input:focus::-moz-placeholder {
  line-height: 100px;
  transition: line-height .5s ease
}

input:focus:-moz-placeholder {
  line-height: 100px;
  transition: line-height .5s ease
}

input:focus:-ms-input-placeholder {
  line-height: 100px;
  transition: line-height .5s ease
}

textarea::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity .5s ease
}

textarea::-moz-placeholder {
  opacity: 1;
  transition: opacity .5s ease
}

textarea:-moz-placeholder {
  opacity: 1;
  transition: opacity .5s ease
}

textarea:-ms-input-placeholder {
  opacity: 1;
  transition: opacity .5s ease
}

textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity .5s ease
}

textarea:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity .5s ease
}

textarea:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity .5s ease
}

textarea:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity .5s ease
}

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

.checkbox-title {
  margin-bottom: .9em
}

.form-add {
  position: relative
}

.form-add [class*=btn-add-datepicker], .form-add [class*=btn-add], .form-add [class*=btn-delete-datepicker], .form-add [class*=btn-delete] {
  position: absolute;
  right: -35px;
  top: 8px;
  z-index: 1
}

.form-add+.form-add {
  margin-top: 10px
}

@media (max-width:320px) {
  .form-add {
    max-width: 90%
  }
}

.form-static [class*=col-] {
  width: 315px;
  clear: both
}

.form-row.form-static [class*=col-] {
  width: 295px;
  clear: none
}

.form-static .extras-details [class*=col-md] {
  width: 100%
}

.extras-details {
  width: 100%;
  max-width: 630px
}

.form-static .extras-details [class*=col-] .file-upload {
  width: 315px
}

-box, .tab-switcher {
  margin-bottom: 30px;
  display: table
}

.sign-in-form {
  animation: fade-in-move-down .7s
}

.sign-in-form .form-dark-blue:focus {
  background: #5385ac
}

.form-btn-radio .btn-blue {
  color: #324758;
  background: #4a96c2
}

.form-btn-radio .btn-blue:hover {
  color: #4e98c3;
  background: #3e637f
}

.form-btn-radio .btn-blue.active, .form-btn-radio .btn-blue:active {
  color: #4a96c2;
  background: #3c607c
}

.form-btn-radio .btn-blue.active:hover, .form-btn-radio .btn-blue:active:hover {
  color: #4e98c3;
  background: #3e637f
}

.file-upload-list+.file-upload-list {
  margin-top: 5px
}

.file-upload-text-title>span {
  vertical-align: middle
}

.file-upload-text-title [class*=icon-] {
  padding-right: 5px
}

.sign-in-form .info-block {
  padding: 0
}

.sign-in-form .info-block .icon-dark-blue {
  color: #1b5c81
}

.sign-in-form .btn-link.icon-plus {
  color: #1b5c81
}

.sign-in-form .btn-group-lg>.btn .caret, .sign-in-form .btn-lg .caret {
  border-width: 6px 6px 0;
  border-top: 6px dashed
}

.info-block.pad-bot-no {
  padding-bottom: 0
}

.success-form .btn-group-lg>.btn .caret, .success-form .btn-lg .caret {
  border-width: 6px 6px 0
}

.pad-bot-no {
  padding-bottom: 0
}

.pad-no, .radio-list.pad-no {
  padding: 0
}

.input-icon-placeholder {
  position: relative
}

.input-icon-placeholder>input {
  padding-right: 45px
}

.input-icon-placeholder [class*=" icon-"], .input-icon-placeholder [class^=icon-] {
  position: absolute;
  top: 0;
  z-index: 1;
  right: 0;
  line-height: 38px;
  width: 38px;
  height: 38px;
  text-align: center
}

.input-icon-placeholder .input-group-lg>.form-control+[class*=" icon-"], .input-icon-placeholder .input-group-lg>.form-control+[class^=icon-], .input-icon-placeholder .input-group-lg>.input-group-addon+[class*=" icon-"], .input-icon-placeholder .input-group-lg>.input-group-addon+[class^=icon-], .input-icon-placeholder .input-group-lg>.input-group-btn>.btn+[class*=" icon-"], .input-icon-placeholder .input-group-lg>.input-group-btn>.btn+[class^=icon-], .input-icon-placeholder .input-lg+[class*=" icon-"], .input-icon-placeholder .input-lg+[class^=icon-] {
  position: absolute;
  top: 0;
  z-index: 1;
  right: 0;
  line-height: 46px;
  width: 46px;
  height: 46px;
  text-align: center
}

.input-50 {
  width: 50%
}

-lg [class*=btn-add], -lg [class*=btn-delete] {
  top: 12px
}

.form-50 {
  max-width: 160px
}

.admin-login .bootstrap-select.btn-group .no-results, .dashboard-container .bootstrap-select.btn-group .no-results {
  background: 0 0
}

::-webkit-calendar-picker-indicator, ::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none
}

.form-date {
  padding-right: 45px;
  position: relative
}

.form-date.input-lg:after, .input-group-lg>.form-date.form-control:after, .input-group-lg>.form-date.input-group-addon:after, .input-group-lg>.input-group-btn>.form-date.btn:after {
  top: calc(100% - 32px)
}

.form-date:after {
  content: "";
  position: absolute;
  top: calc(100% - 28px);
  z-index: 1;
  right: 15px;
  font-size: 18px;
  font-family: keycontent !important;
  line-height: 1
}

.form-euro {
  padding-right: 45px;
  position: relative
}

.form-euro.input-lg:after, .input-group-lg>.form-euro.form-control:after, .input-group-lg>.form-euro.input-group-addon:after, .input-group-lg>.input-group-btn>.form-euro.btn:after {
  top: calc(100% - 32px)
}

.form-euro:after {
  content: "";
  position: absolute;
  top: calc(100% - 28px);
  z-index: 1;
  right: 15px;
  font-size: 18px;
  font-family: keycontent !important;
  line-height: 1
}

.radio-group+.form-textarea {
  margin-top: 30px
}

.radio-group-item .radio label {
  padding-left: 15px
}

.table-link {
  color: #e1eef9
}

.table-link:hover {
  color: #97a3ae
}

.table-link:active, .table-link:focus {
  color: #e1eef9
}

.just-steps {
  animation: fade-in-move-down .7s
}

.just-steps .icon-dark-blue, .just-steps label {
  color: #1b5c81
}

.just-steps .sub-title {
  color: #1b5c81
}

.check-list-step-item a {
  display: block;
  line-height: 0
}

.complementary_personal-data, .contact-data, .log-in-data, .payment-data, .personal-data, .professional-data {
  animation: fade-in-move-down .7s
}

.terms-form {
  max-width: 670px;
  display: table;
  animation: fade-in-move-down .7s;
  position: relative;
  width: 100%;
  margin: 0 auto
}

.terms-form .create-step-btn {
  margin: 60px auto
}

.terms-form-update {
  margin: 60px 0;
  text-align: right
}

.terms-form .login-title {
  margin-bottom: 60px
}

@media (max-width:991px) {
  .terms-form {
    max-width: 90%
  }
}

@media (min-width:991px) {
  .terms-form {
    padding-top: 95px
  }
}

.form-container {
  max-width: 1170px
}

.success-box {
  max-width: 970px;
  padding: 60px;
  display: table;
  width: 100%;
  margin: 0 auto
}

.success-box .btn-add {
  color: #1b5c81
}

@media (max-width:991px) {
  .success-box {
    max-width: 80%;
    padding: 30px;
    margin: 30px auto
  }
}

.success-form {
  max-width: 840px;
  display: table;
  width: 100%;
  margin: 0 auto
}

@media (max-width:991px) {
  .success-form {
    max-width: 90%
  }
}

.success-form .login-title {
  margin-top: 0
}

.form-box-bg {
  background: rgba(255, 255, 255, .7);
  border-radius: 10px
}

.container-box {
  display: table;
  width: 100%;
  height: 100%
}

.container-box-middle {
  display: table-cell;
  vertical-align: middle
}

@media (max-width:1700px) {
  .container-box {
    margin-top: -120px;
    padding-top: 120px
  }
}

.payment-method .info-block {
  margin-bottom: 20px;
  padding: 0
}

.radio-content {
  margin-top: 20px
}

.radio-list {
  padding: 15px 0
}

.radio-list:after, .radio-list:before {
  content: " ";
  display: table
}

.radio-list:after {
  clear: both
}

.radio-list-item {
  width: 50%;
  float: left
}

.radio-list-item-genders {
  width: 33.3333%;
  float: left
}

.tab-content>.tab-pane {
  animation: fade-in-move-down .7s
}

#preview_photo>canvas {
  margin: 0 auto 15px;
  display: block;
  border-radius: 50%
}

.empty-image {
  max-width: 400px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin: 50px auto
}

.empty .info-block {
  max-width: 420px;
  float: none;
  margin: 0 auto;
  text-align: center;
  padding: 0;
  font-size: 16px
}

.n-list {
  counter-reset: section;
  list-style-type: none;
  text-align: justify;
  padding-left: 30px
}

.n-list.list-unstyled {
  padding: 0 30px
}

.n-list-item {
  margin: 15px 0
}

.n-list-item p {
  margin: 15px 0
}

.n-list-item-ttl {
  display: inline-block;
  text-transform: uppercase
}

.n-list-item:before {
  display: inline-block;
  counter-increment: section;
  content: counters(section, ".") " ";
  padding-right: 15px
}

@keyframes fade-in-move-down {
  from {
    opacity: 0;
    transform: translateY(-3rem)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.statistics-box-row+.statistics-box-row {
  margin-top: 2em
}

@media (min-width:991px) {
  .statistics-box-row {
    margin-bottom: 2em
  }
}

.statistics-box-item {
  display: inline-block;
  width: 33%;
  vertical-align: middle;
  position: relative
}

@media (max-width:991px) {
  .statistics-box-item {
    width: 100%
  }
}

.statistics-box-title {
  font-size: 36px
}

.statistics-box-subtitle {
  font-size: 16px
}

.statistics-box-body {
  padding: 2em 0
}

.data-list, .login-data-list {
  margin-bottom: 15px
}

.data-list-item, .login-data-list-item {
  font-size: 18px
}

.data-list-title, .login-data-list-title {
  padding-bottom: 15px
}

.data-list-item+.data-list-item, .data-list-item+.login-data-list-item, .login-data-list-item+.data-list-item, .login-data-list-item+.login-data-list-item {
  margin-top: 16.36364px
}

.data-list-default .data-list-item+.data-list-item {
  margin-top: 0
}

.panel-category .panel-body {
  padding: 0 15px
}

.panel-preview .panel-body {
  padding: 10px 0
}

.add-info-category+.add-info-category {
  margin: 10px 0 0
}

.add-info-category +, .add-info-category +.offer-item, .add-info-category .offer-item+, .add-info-category .offer-item+.offer-item {
  margin: 10px 0
}

.category-units, .form-datepicker, .offer-units {
  padding: 0 10px
}

.category-units:after, .category-units:before, .form-datepicker:after, .form-datepicker:before, .offer-units:after, .offer-units:before {
  content: " ";
  display: table
}

.category-units:after, .form-datepicker:after, .offer-units:after {
  clear: both
}

.category-units [class*=col-], .form-datepicker [class*=col-], .offer-units [class*=col-] {
  padding: 0 10px
}

.info-check {
  display: table-cell;
  vertical-align: top
}

.info-check+.info-check {
  margin: 10px 0
}

@media (max-width:767px) {
  .info-check {
    display: block
  }
}

.info-check-btn {
  text-align: right
}

@media (max-width:767px) {
  .info-check-btn {
    text-align: left
  }
}

.gross-box {
  font-size: 18px;
  margin: 20px 0 10px;
  font-weight: 300
}

.gross-box-panel {
  display: none;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 30px;
  margin: 5px 0
}

.panel-heading {
  position: relative
}

.panel-heading [class*=icon-delete] {
  float: left;
  padding: 3.33333px 10px 0 0;
  cursor: pointer
}

.panel-category {
  border-top: 3px solid #2f4252;
  border-bottom: 3px solid #2f4252
}

.panel-category+.panel-category {
  border-top: none
}

fieldset[disabled] textarea.form-control, textarea.form-control[disabled], textarea.form-control[readonly] {
  background-color: #3c607c;
  opacity: 1;
  color: #f7fcfe
}

fieldset[disabled] textarea.form-control, textarea.form-control[disabled] {
  cursor: not-allowed
}

.modal .table .checkbox, .modal .table .radio, .modal table .checkbox, .modal table .radio {
  margin: 0
}

.category-group-info, .category-template, .project-dtl {
  margin-bottom: 30px
}

.category-template {
  max-height: 190px;
  overflow-y: auto
}

.category-template table tr td:last-child {
  width: 30px
}

.tab-content [role=tabpanel] .sub-title:not(h3) {
  margin-bottom: 10px
}

.confirm-error, .confirm-good {
  display: none
}

@media (max-width:767px) {
  .create-project .checkbox-inline+.checkbox-inline {
    display: block;
    margin-left: 0;
    margin-top: 15px
  }
}

.offer-label {
  display: table-row
}

.offer-item {
  display: table;
  width: 100%
}

.offer-number {
  font-size: 18px
}

.team-create-form {
  margin-bottom: 15px
}

.team-create-form .nav-pills {
  margin-bottom: 0
}

.form-datepicker {
  max-width: calc(315px - (30px / 3))
}

.form-deadline [class*=col-], .form-quantity [class*=col-] {
  width: calc(100% / 2 - (30px / 3));
  padding: 0 5px
}

.form-select.form-static .row {
  margin: 0 -5px
}

.form-select.form-static [class*=col-] {
  width: 50%;
  padding: 0 5px
}

@media (max-width:767px) {
  .form-select.form-static [class*=col-] {
    width: 100%
  }
}

.select-row {
  margin: -5px
}

.select-row:after, .select-row:before {
  content: " ";
  display: table
}

.select-row:after {
  clear: both
}

.select-list-item {
  float: left;
  width: 50%;
  padding: 0 5px
}

@media (max-width:991px) {
  .select-list-item {
    width: 100%
  }
}

.select-list-item.specific-author {
  width: auto;
  min-width: 294px
}

.select-list-item.author-list {
  width: auto;
  min-width: 294px
}

.select-box {
  font-weight: 300;
  margin-bottom: 15px
}

.select-box-item+.select-box-item {
  margin-top: 5px
}

.select-box-list {
  font-size: 18px;
  margin: 0
}

.select-box-list+.btn-create-item {
  margin-top: 30px
}

.select-box .select-box-table {
  margin-bottom: 0
}

.data-list-circle {
  list-style: none
}

.data-list-circle .data-list-item:before {
  content: "•";
  color: #fff;
  display: inline-block;
  width: .7em;
  line-height: 1;
  vertical-align: middle;
  font-size: 1em;
  position: relative;
  top: -2px
}

.data-list-circle .data-list-item+.data-list-item {
  margin-top: 0
}

.category-desc, .category-info, .category-intro {
  font-size: 18px
}

.category-desc h2, .category-desc p, .category-info h2, .category-info p, .category-intro h2, .category-intro p {
  margin-bottom: 15px
}

.category-group-info h2 {
  margin-bottom: 15px
}

@media screen and (min-width:1450px) and (max-width:1800px) {
  .offer-language .lang-selectpicker {
    width: 200%
  }
}

@media screen and (min-width:1025px) and (max-width:1320px) {
  .offer-language .lang-selectpicker {
    width: 200%
  }
}

@media screen and (min-width:1421px) and (max-width:1887px) {
  .col-xlg-6 {
    width: 50%
  }
}

.row-helper {
  min-height: 1px;
  width: 100%;
  float: left;
  display: none
}

@media screen and (min-width:992px) and (max-width:1872px) {
  .row-helper {
    display: block
  }
}

.panel-heading-authors .icon-edit {
  position: absolute;
  right: 30px;
  width: 40px;
  height: 37px;
  top: 0;
  cursor: pointer
}

.panel-heading-authors .icon-edit:before {
  position: relative;
  top: 13px
}

.panel-icons-group [class*=icon-]+[class*=icon-] {
  margin-left: 10px
}

table [class*=icon-plus-add] {
  padding-right: 10px;
  cursor: pointer;
}

.tablesaw-stack td.td-delete-authors {
  min-width: 135px;
  text-align: right
}

.all-authors__remove-btn {
  background-repeat: no-repeat;
  display: inline-block;
  height: 25px;
  width: 25px;
  margin-right: 10px;
  border: 0;
  background-color: transparent
}

.all-authors__remove-btn_author {
  margin-right: 30px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ2LjIgKDQ0NDk2KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5VSS9JY29ucy8yNHgyNC9hdXRob3JzLXZlcmlmaWVkL2F1dGhvci1kZWxldGU8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iU3ltYm9scyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IlVJL0ljb25zLzI0eDI0L2F1dGhvcnMtdmVyaWZpZWQvYXV0aG9yLWRlbGV0ZSIgZmlsbC1ydWxlPSJub256ZXJvIiBmaWxsPSIjRkY2RjZGIj4KICAgICAgICAgICAgPHBhdGggZD0iTTE0LjkyNSw5LjExMjUgQzEzLjY4NzUsMTAuMTI1IDEyLjY3NSwxMC44IDEyLjE1LDEwLjggQzEwLjE2MjUsMTAuOCA3LjkxMjUsOSA2LjMzNzUsOS4zIEM0Ljc2MjUsOS42IDMuNzUsMTMuMiAzLjc1LDEzLjIgTDAuNDUsMTMuODc1IEM1LjgxMjUsNS43NzUgMTQuMzI1LDAuNTYyNSAyNCwwIEMyNCwwIDIzLjI1LDEuMjM3NSAyMS42NzUsMi44MTI1IEMyMC43Mzc1LDIuODEyNSAxOS43MjUsMi43Mzc1IDE4Ljg2MjUsMi41MTI1IEMxOS4xMjUsMy4wMzc1IDE5LjY4NzUsMy42IDIwLjQsNC4wODc1IEMyMC4wMjUsNC40MjUgMTkuNjUsNC44IDE5LjI3NSw1LjE3NSBDMTguMTg3NSw1LjIxMjUgMTcuMDI1LDUuMTM3NSAxNi4wNSw0Ljg3NSBDMTYuMzUsNS40Mzc1IDE2Ljk4NzUsNi4wNzUgMTcuODEyNSw2LjU2MjUgQzE3LjU4NzUsNi43ODc1IDE3LjM2MjUsNi45NzUgMTcuMSw3LjIgQzE1Ljc4NzUsNy4zMTI1IDEzLjgzNzUsNy4zNSAxMi4zNzUsNi45NzUgQzEyLjc4NzUsNy43MjUgMTMuODM3NSw4LjU4NzUgMTQuOTI1LDkuMTEyNSBaIE0xMC41LDE4IEw3LjUsMTggTDcuNSwxNi41IEw4LjI1LDE2LjUgQzguNjYyNSwxNi41IDksMTYuMTYyNSA5LDE1Ljc1IEM5LDE1LjMzNzUgOC42NjI1LDE1IDguMjUsMTUgTDMuNzUsMTUgQzMuMzM3NSwxNSAzLDE1LjMzNzUgMywxNS43NSBDMywxNi4xNjI1IDMuMzM3NSwxNi41IDMuNzUsMTYuNSBMNC41LDE2LjUgTDQuNSwxOCBMMS41LDE4IEMwLjY3NSwxOCAwLDE4LjY3NSAwLDE5LjUgTDAsMjIuNSBDMCwyMy4zMjUgMC42NzUsMjQgMS41LDI0IEwxMC41LDI0IEMxMS4zMjUsMjQgMTIsMjMuMzI1IDEyLDIyLjUgTDEyLDE5LjUgQzEyLDE4LjY3NSAxMS4zMjUsMTggMTAuNSwxOCBaIE0yMS40ODA0Njg4LDIwLjQ3MTM1NDIgQzIxLjQ4MDQ2ODgsMjAuMzYwNjc3MSAyMS40MzQ4OTU4LDIwLjI1NjUxMDQgMjEuMzU2NzcwOCwyMC4xNzgzODU0IEwyMC4xNzgzODU0LDE5IEwyMS4zNTY3NzA4LDE3LjgyMTYxNDYgQzIxLjQzNDg5NTgsMTcuNzQzNDg5NiAyMS40ODA0Njg4LDE3LjYzOTMyMjkgMjEuNDgwNDY4OCwxNy41Mjg2NDU4IEMyMS40ODA0Njg4LDE3LjQxNzk2ODggMjEuNDM0ODk1OCwxNy4zMDcyOTE3IDIxLjM1Njc3MDgsMTcuMjI5MTY2NyBMMjAuNzcwODMzMywxNi42NDMyMjkyIEMyMC42OTI3MDgzLDE2LjU2NTEwNDIgMjAuNTgyMDMxMiwxNi41MTk1MzEyIDIwLjQ3MTM1NDIsMTYuNTE5NTMxMiBDMjAuMzYwNjc3MSwxNi41MTk1MzEyIDIwLjI1NjUxMDQsMTYuNTY1MTA0MiAyMC4xNzgzODU0LDE2LjY0MzIyOTIgTDE5LDE3LjgyMTYxNDYgTDE3LjgyMTYxNDYsMTYuNjQzMjI5MiBDMTcuNzQzNDg5NiwxNi41NjUxMDQyIDE3LjYzOTMyMjksMTYuNTE5NTMxMiAxNy41Mjg2NDU4LDE2LjUxOTUzMTIgQzE3LjQxNzk2ODgsMTYuNTE5NTMxMiAxNy4zMDcyOTE3LDE2LjU2NTEwNDIgMTcuMjI5MTY2NywxNi42NDMyMjkyIEwxNi42NDMyMjkyLDE3LjIyOTE2NjcgQzE2LjU2NTEwNDIsMTcuMzA3MjkxNyAxNi41MTk1MzEyLDE3LjQxNzk2ODggMTYuNTE5NTMxMiwxNy41Mjg2NDU4IEMxNi41MTk1MzEyLDE3LjYzOTMyMjkgMTYuNTY1MTA0MiwxNy43NDM0ODk2IDE2LjY0MzIyOTIsMTcuODIxNjE0NiBMMTcuODIxNjE0NiwxOSBMMTYuNjQzMjI5MiwyMC4xNzgzODU0IEMxNi41NjUxMDQyLDIwLjI1NjUxMDQgMTYuNTE5NTMxMiwyMC4zNjA2NzcxIDE2LjUxOTUzMTIsMjAuNDcxMzU0MiBDMTYuNTE5NTMxMiwyMC41ODIwMzEyIDE2LjU2NTEwNDIsMjAuNjkyNzA4MyAxNi42NDMyMjkyLDIwLjc3MDgzMzMgTDE3LjIyOTE2NjcsMjEuMzU2NzcwOCBDMTcuMzA3MjkxNywyMS40MzQ4OTU4IDE3LjQxNzk2ODgsMjEuNDgwNDY4OCAxNy41Mjg2NDU4LDIxLjQ4MDQ2ODggQzE3LjYzOTMyMjksMjEuNDgwNDY4OCAxNy43NDM0ODk2LDIxLjQzNDg5NTggMTcuODIxNjE0NiwyMS4zNTY3NzA4IEwxOSwyMC4xNzgzODU0IEwyMC4xNzgzODU0LDIxLjM1Njc3MDggQzIwLjI1NjUxMDQsMjEuNDM0ODk1OCAyMC4zNjA2NzcxLDIxLjQ4MDQ2ODggMjAuNDcxMzU0MiwyMS40ODA0Njg4IEMyMC41ODIwMzEyLDIxLjQ4MDQ2ODggMjAuNjkyNzA4MywyMS40MzQ4OTU4IDIwLjc3MDgzMzMsMjEuMzU2NzcwOCBMMjEuMzU2NzcwOCwyMC43NzA4MzMzIEMyMS40MzQ4OTU4LDIwLjY5MjcwODMgMjEuNDgwNDY4OCwyMC41ODIwMzEyIDIxLjQ4MDQ2ODgsMjAuNDcxMzU0MiBaIE0yNCwxOSBDMjQsMjEuNzYwNDE2NyAyMS43NjA0MTY3LDI0IDE5LDI0IEMxNi4yMzk1ODMzLDI0IDE0LDIxLjc2MDQxNjcgMTQsMTkgQzE0LDE2LjIzOTU4MzMgMTYuMjM5NTgzMywxNCAxOSwxNCBDMjEuNzYwNDE2NywxNCAyNCwxNi4yMzk1ODMzIDI0LDE5IFoiIGlkPSJhdXRob3JzIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=)
}

.all-authors__remove-btn_test {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ2LjIgKDQ0NDk2KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5VSS9JY29ucy8yNHgyNC9hdXRob3JzLXZlcmlmaWVkL3Rlc3QtZGVsZXRlPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlN5bWJvbHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJVSS9JY29ucy8yNHgyNC9hdXRob3JzLXZlcmlmaWVkL3Rlc3QtZGVsZXRlIiBmaWxsPSIjRkY2RjZGIj4KICAgICAgICAgICAgPHBhdGggZD0iTTcuMTc1LDYuMzc1IEM3LjY2Miw1Ljg4OCA4LjM3NSw1Ljg4OCA4Ljg2Miw2LjM3NSBMMTAuNDM4LDcuOTUgTDE0LjQxMiwzLjk3NSBDMTQuOSwzLjQ4NyAxNS42MTMsMy40ODcgMTYuMSwzLjk3NSBDMTYuNTg3LDQuNDYzIDE2LjU4Nyw1LjE3NSAxNi4xLDUuNjYyIEwxMS4yMjUsMTAuNDI1IEMxMC43MzgsMTAuOTEyIDEwLjAyNSwxMC45MTIgOS41MzcsMTAuNDI1IEw3LjEzNyw4LjAyNSBDNi42ODgsNy41NzUgNi42ODgsNi44MjUgNy4xNzUsNi4zNzUgTDcuMTc1LDYuMzc1IFogTTE0LjQ1MywyNCBDMTMuMzYsMjMuMDkyIDEyLjU3MiwyMS44MzQgMTIuMjU2LDIwLjQgTDUuNiwyMC40IEM0Ljg4NywyMC40IDQuNCwxOS45MTIgNC40LDE5LjIgQzQuNCwxOC40ODcgNC44ODcsMTggNS42LDE4IEwxMi4xODUsMTggQzEyLjMyLDE3LjEzMSAxMi42MjYsMTYuMzIgMTMuMDcxLDE1LjYgTDUuNiwxNS42IEM0Ljg4NywxNS42IDQuNCwxNS4xMTIgNC40LDE0LjQgQzQuNCwxMy42ODcgNC44ODcsMTMuMiA1LjYsMTMuMiBMMTUuNjgyLDEzLjIgQzE2LjU2MSwxMi43NTYgMTcuNTUsMTIuNSAxOC42LDEyLjUgQzE5LjUyNCwxMi41IDIwLjQwMywxMi42OTcgMjEuMiwxMy4wNDcgTDIxLjIsMS4yIEMyMS4yLDAuNDg3IDIwLjYsMCAyMCwwIEwzLjIsMCBDMi42LDAgMiwwLjQ4NyAyLDEuMiBMMiwyMi44IEMyLDIzLjQgMi42LDI0IDMuMiwyNCBMMTQuNDUzLDI0IFoiIGlkPSJGaWxsLTEiPjwvcGF0aD4KICAgICAgICAgICAgPHBhdGggZD0iTTEzLjYsMTkgQzEzLjYsMTYuMjQgMTUuODM5LDE0IDE4LjYsMTQgQzIxLjM2MSwxNCAyMy42LDE2LjI0IDIzLjYsMTkgQzIzLjYsMjEuNzYgMjEuMzYxLDI0IDE4LjYsMjQgQzE1LjgzOSwyNCAxMy42LDIxLjc2IDEzLjYsMTkgWiBNMTkuNzc5LDE2LjY0MyBMMTguNiwxNy44MjIgTDE3LjQyMSwxNi42NDMgQzE3LjM0MywxNi41NjUgMTcuMjQsMTYuNTIgMTcuMTI5LDE2LjUyIEMxNy4wMTgsMTYuNTIgMTYuOTA4LDE2LjU2NSAxNi44MjksMTYuNjQzIEwxNi4yNDMsMTcuMjI5IEMxNi4xNjUsMTcuMzA3IDE2LjExOSwxNy40MTggMTYuMTE5LDE3LjUyOSBDMTYuMTE5LDE3LjYzOSAxNi4xNjUsMTcuNzQ0IDE2LjI0MywxNy44MjIgTDE3LjQyMSwxOSBMMTYuMjQzLDIwLjE3OCBDMTYuMTY1LDIwLjI1NyAxNi4xMTksMjAuMzYxIDE2LjExOSwyMC40NzIgQzE2LjExOSwyMC41ODIgMTYuMTY1LDIwLjY5MyAxNi4yNDMsMjAuNzcgTDE2LjgyOSwyMS4zNTcgQzE2LjkwOCwyMS40MzUgMTcuMDE4LDIxLjQ4IDE3LjEyOSwyMS40OCBDMTcuMjQsMjEuNDggMTcuMzQzLDIxLjQzNSAxNy40MjEsMjEuMzU3IEwxOC42LDIwLjE3OCBMMTkuNzc5LDIxLjM1NyBDMTkuODU3LDIxLjQzNSAxOS45NiwyMS40OCAyMC4wNzEsMjEuNDggQzIwLjE4MiwyMS40OCAyMC4yOTIsMjEuNDM1IDIwLjM3MSwyMS4zNTcgTDIwLjk1NywyMC43NyBDMjEuMDM1LDIwLjY5MyAyMS4wOCwyMC41ODIgMjEuMDgsMjAuNDcyIEMyMS4wOCwyMC4zNjEgMjEuMDM1LDIwLjI1NyAyMC45NTcsMjAuMTc4IEwxOS43NzksMTkgTDIwLjk1NywxNy44MjIgQzIxLjAzNSwxNy43NDQgMjEuMDgsMTcuNjM5IDIxLjA4LDE3LjUyOSBDMjEuMDgsMTcuNDE4IDIxLjAzNSwxNy4zMDcgMjAuOTU3LDE3LjIyOSBMMjAuMzcxLDE2LjY0MyBDMjAuMjkyLDE2LjU2NSAyMC4xODIsMTYuNTIgMjAuMDcxLDE2LjUyIEMxOS45NiwxNi41MiAxOS44NTcsMTYuNTY1IDE5Ljc3OSwxNi42NDMgWiIgaWQ9IlBhdGgiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==)
}

.author__menu_list {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat
}

.author__menu_list-icon-all {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ2LjIgKDQ0NDk2KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5VSS9JY29ucy8yNHgyNC9hdXRob3JzLWFsbC9kZWZhdWx0PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlN5bWJvbHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJVSS9JY29ucy8yNHgyNC9hdXRob3JzLWFsbC9kZWZhdWx0IiBmaWxsLXJ1bGU9Im5vbnplcm8iIGZpbGw9IiNGN0ZDRkUiPgogICAgICAgICAgICA8cGF0aCBkPSJNMTQuOTI1LDkuMTEyNSBDMTMuNjg3NSwxMC4xMjUgMTIuNjc1LDEwLjggMTIuMTUsMTAuOCBDMTAuMTYyNSwxMC44IDcuOTEyNSw5IDYuMzM3NSw5LjMgQzQuNzYyNSw5LjYgMy43NSwxMy4yIDMuNzUsMTMuMiBMMC40NSwxMy44NzUgQzUuODEyNSw1Ljc3NSAxNC4zMjUsMC41NjI1IDI0LDAgQzI0LDAgMjMuMjUsMS4yMzc1IDIxLjY3NSwyLjgxMjUgQzIwLjczNzUsMi44MTI1IDE5LjcyNSwyLjczNzUgMTguODYyNSwyLjUxMjUgQzE5LjEyNSwzLjAzNzUgMTkuNjg3NSwzLjYgMjAuNCw0LjA4NzUgQzIwLjAyNSw0LjQyNSAxOS42NSw0LjggMTkuMjc1LDUuMTc1IEMxOC4xODc1LDUuMjEyNSAxNy4wMjUsNS4xMzc1IDE2LjA1LDQuODc1IEMxNi4zNSw1LjQzNzUgMTYuOTg3NSw2LjA3NSAxNy44MTI1LDYuNTYyNSBDMTcuNTg3NSw2Ljc4NzUgMTcuMzYyNSw2Ljk3NSAxNy4xLDcuMiBDMTUuNzg3NSw3LjMxMjUgMTMuODM3NSw3LjM1IDEyLjM3NSw2Ljk3NSBDMTIuNzg3NSw3LjcyNSAxMy44Mzc1LDguNTg3NSAxNC45MjUsOS4xMTI1IFogTTEwLjUsMTggTDcuNSwxOCBMNy41LDE2LjUgTDguMjUsMTYuNSBDOC42NjI1LDE2LjUgOSwxNi4xNjI1IDksMTUuNzUgQzksMTUuMzM3NSA4LjY2MjUsMTUgOC4yNSwxNSBMMy43NSwxNSBDMy4zMzc1LDE1IDMsMTUuMzM3NSAzLDE1Ljc1IEMzLDE2LjE2MjUgMy4zMzc1LDE2LjUgMy43NSwxNi41IEw0LjUsMTYuNSBMNC41LDE4IEwxLjUsMTggQzAuNjc1LDE4IDAsMTguNjc1IDAsMTkuNSBMMCwyMi41IEMwLDIzLjMyNSAwLjY3NSwyNCAxLjUsMjQgTDEwLjUsMjQgQzExLjMyNSwyNCAxMiwyMy4zMjUgMTIsMjIuNSBMMTIsMTkuNSBDMTIsMTguNjc1IDExLjMyNSwxOCAxMC41LDE4IFogTTE2LjE0Mjg1NzEsMjIuNzg1NzE0MyBDMTYuMTQyODU3MSwyMi4xOTQxOTY0IDE1LjY2Mjk0NjQsMjEuNzE0Mjg1NyAxNS4wNzE0Mjg2LDIxLjcxNDI4NTcgQzE0LjQ3OTkxMDcsMjEuNzE0Mjg1NyAxNCwyMi4xOTQxOTY0IDE0LDIyLjc4NTcxNDMgQzE0LDIzLjM3NzIzMjEgMTQuNDc5OTEwNywyMy44NTcxNDI5IDE1LjA3MTQyODYsMjMuODU3MTQyOSBDMTUuNjYyOTQ2NCwyMy44NTcxNDI5IDE2LjE0Mjg1NzEsMjMuMzc3MjMyMSAxNi4xNDI4NTcxLDIyLjc4NTcxNDMgWiBNMTYuMTQyODU3MSwxOS45Mjg1NzE0IEMxNi4xNDI4NTcxLDE5LjMzNzA1MzYgMTUuNjYyOTQ2NCwxOC44NTcxNDI5IDE1LjA3MTQyODYsMTguODU3MTQyOSBDMTQuNDc5OTEwNywxOC44NTcxNDI5IDE0LDE5LjMzNzA1MzYgMTQsMTkuOTI4NTcxNCBDMTQsMjAuNTIwMDg5MyAxNC40Nzk5MTA3LDIxIDE1LjA3MTQyODYsMjEgQzE1LjY2Mjk0NjQsMjEgMTYuMTQyODU3MSwyMC41MjAwODkzIDE2LjE0Mjg1NzEsMTkuOTI4NTcxNCBaIE0yNCwyMi4yNSBDMjQsMjIuMTU1MTMzOSAyMy45MTYyOTQ2LDIyLjA3MTQyODYgMjMuODIxNDI4NiwyMi4wNzE0Mjg2IEwxNy4wMzU3MTQzLDIyLjA3MTQyODYgQzE2Ljk0MDg0ODIsMjIuMDcxNDI4NiAxNi44NTcxNDI5LDIyLjE1NTEzMzkgMTYuODU3MTQyOSwyMi4yNSBMMTYuODU3MTQyOSwyMy4zMjE0Mjg2IEMxNi44NTcxNDI5LDIzLjQxNjI5NDYgMTYuOTQwODQ4MiwyMy41IDE3LjAzNTcxNDMsMjMuNSBMMjMuODIxNDI4NiwyMy41IEMyMy45MTYyOTQ2LDIzLjUgMjQsMjMuNDE2Mjk0NiAyNCwyMy4zMjE0Mjg2IEwyNCwyMi4yNSBaIE0xNi4xNDI4NTcxLDE3LjA3MTQyODYgQzE2LjE0Mjg1NzEsMTYuNDc5OTEwNyAxNS42NjI5NDY0LDE2IDE1LjA3MTQyODYsMTYgQzE0LjQ3OTkxMDcsMTYgMTQsMTYuNDc5OTEwNyAxNCwxNy4wNzE0Mjg2IEMxNCwxNy42NjI5NDY0IDE0LjQ3OTkxMDcsMTguMTQyODU3MSAxNS4wNzE0Mjg2LDE4LjE0Mjg1NzEgQzE1LjY2Mjk0NjQsMTguMTQyODU3MSAxNi4xNDI4NTcxLDE3LjY2Mjk0NjQgMTYuMTQyODU3MSwxNy4wNzE0Mjg2IFogTTI0LDE5LjM5Mjg1NzEgQzI0LDE5LjI5Nzk5MTEgMjMuOTE2Mjk0NiwxOS4yMTQyODU3IDIzLjgyMTQyODYsMTkuMjE0Mjg1NyBMMTcuMDM1NzE0MywxOS4yMTQyODU3IEMxNi45NDA4NDgyLDE5LjIxNDI4NTcgMTYuODU3MTQyOSwxOS4yOTc5OTExIDE2Ljg1NzE0MjksMTkuMzkyODU3MSBMMTYuODU3MTQyOSwyMC40NjQyODU3IEMxNi44NTcxNDI5LDIwLjU1OTE1MTggMTYuOTQwODQ4MiwyMC42NDI4NTcxIDE3LjAzNTcxNDMsMjAuNjQyODU3MSBMMjMuODIxNDI4NiwyMC42NDI4NTcxIEMyMy45MTYyOTQ2LDIwLjY0Mjg1NzEgMjQsMjAuNTU5MTUxOCAyNCwyMC40NjQyODU3IEwyNCwxOS4zOTI4NTcxIFogTTI0LDE2LjUzNTcxNDMgQzI0LDE2LjQ0MDg0ODIgMjMuOTE2Mjk0NiwxNi4zNTcxNDI5IDIzLjgyMTQyODYsMTYuMzU3MTQyOSBMMTcuMDM1NzE0MywxNi4zNTcxNDI5IEMxNi45NDA4NDgyLDE2LjM1NzE0MjkgMTYuODU3MTQyOSwxNi40NDA4NDgyIDE2Ljg1NzE0MjksMTYuNTM1NzE0MyBMMTYuODU3MTQyOSwxNy42MDcxNDI5IEMxNi44NTcxNDI5LDE3LjcwMjAwODkgMTYuOTQwODQ4MiwxNy43ODU3MTQzIDE3LjAzNTcxNDMsMTcuNzg1NzE0MyBMMjMuODIxNDI4NiwxNy43ODU3MTQzIEMyMy45MTYyOTQ2LDE3Ljc4NTcxNDMgMjQsMTcuNzAyMDA4OSAyNCwxNy42MDcxNDI5IEwyNCwxNi41MzU3MTQzIFoiIGlkPSJhdXRob3JzIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=)
}

.author__menu_list-icon-verified {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ2LjIgKDQ0NDk2KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5VSS9JY29ucy8yNHgyNC9hdXRob3JzLXZlcmlmaWVkL2RlZmF1bHQ8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iU3ltYm9scyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IlVJL0ljb25zLzI0eDI0L2F1dGhvcnMtdmVyaWZpZWQvZGVmYXVsdCIgZmlsbC1ydWxlPSJub256ZXJvIiBmaWxsPSIjRjdGQ0ZFIj4KICAgICAgICAgICAgPHBhdGggZD0iTTE0LjkyNSw5LjExMjUgQzEzLjY4NzUsMTAuMTI1IDEyLjY3NSwxMC44IDEyLjE1LDEwLjggQzEwLjE2MjUsMTAuOCA3LjkxMjUsOSA2LjMzNzUsOS4zIEM0Ljc2MjUsOS42IDMuNzUsMTMuMiAzLjc1LDEzLjIgTDAuNDUsMTMuODc1IEMyLjgxMDMzMTM0LDEwLjMwOTc0NDMgNS43ODA5MzI1MSw3LjMwMzkwMjUyIDkuMTkyMzIxMjYsNS4wMDc3NzAzNCBDMTMuNTMxMzU4LDIuMDg3MjU4MzEgMTguNTgzNDk5OSwwLjMxNDkxMjc5NiAyNCwwIEMyNCwwIDIzLjI1LDEuMjM3NSAyMS42NzUsMi44MTI1IEMyMC43Mzc1LDIuODEyNSAxOS43MjUsMi43Mzc1IDE4Ljg2MjUsMi41MTI1IEMxOS4xMjUsMy4wMzc1IDE5LjY4NzUsMy42IDIwLjQsNC4wODc1IEMyMC4wMjUsNC40MjUgMTkuNjUsNC44IDE5LjI3NSw1LjE3NSBDMTguMTg3NSw1LjIxMjUgMTcuMDI1LDUuMTM3NSAxNi4wNSw0Ljg3NSBDMTYuMzUsNS40Mzc1IDE2Ljk4NzUsNi4wNzUgMTcuODEyNSw2LjU2MjUgQzE3LjU4NzUsNi43ODc1IDE3LjM2MjUsNi45NzUgMTcuMSw3LjIgQzE1Ljc4NzUsNy4zMTI1IDEzLjgzNzUsNy4zNSAxMi4zNzUsNi45NzUgQzEyLjc4NzUsNy43MjUgMTMuODM3NSw4LjU4NzUgMTQuOTI1LDkuMTEyNSBaIE0xMC41LDE4IEw3LjUsMTggTDcuNSwxNi41IEw4LjI1LDE2LjUgQzguNjYyNSwxNi41IDksMTYuMTYyNSA5LDE1Ljc1IEM5LDE1LjMzNzUgOC42NjI1LDE1IDguMjUsMTUgTDMuNzUsMTUgQzMuMzM3NSwxNSAzLDE1LjMzNzUgMywxNS43NSBDMywxNi4xNjI1IDMuMzM3NSwxNi41IDMuNzUsMTYuNSBMNC41LDE2LjUgTDQuNSwxOCBMMS41LDE4IEMwLjY3NSwxOCAwLDE4LjY3NSAwLDE5LjUgTDAsMjIuNSBDMCwyMy4zMjUgMC42NzUsMjQgMS41LDI0IEwxMC41LDI0IEMxMS4zMjUsMjQgMTIsMjMuMzI1IDEyLDIyLjUgTDEyLDE5LjUgQzEyLDE4LjY3NSAxMS4zMjUsMTggMTAuNSwxOCBaIE0yMi4zNTkzNzUsMTcuOTQ1MzEyNSBDMjIuMzU5Mzc1LDE3LjgzNDYzNTQgMjIuMzIwMzEyNSwxNy43MjM5NTgzIDIyLjI0MjE4NzUsMTcuNjQ1ODMzMyBMMjEuNjQ5NzM5NiwxNy4wNTk4OTU4IEMyMS41NzE2MTQ2LDE2Ljk4MTc3MDggMjEuNDY3NDQ3OSwxNi45MzYxOTc5IDIxLjM1Njc3MDgsMTYuOTM2MTk3OSBDMjEuMjQ2MDkzOCwxNi45MzYxOTc5IDIxLjE0MTkyNzEsMTYuOTgxNzcwOCAyMS4wNjM4MDIxLDE3LjA1OTg5NTggTDE4LjQwNzU1MjEsMTkuNzA5NjM1NCBMMTYuOTM2MTk3OSwxOC4yMzgyODEzIEMxNi44NTgwNzI5LDE4LjE2MDE1NjMgMTYuNzUzOTA2MiwxOC4xMTQ1ODMzIDE2LjY0MzIyOTIsMTguMTE0NTgzMyBDMTYuNTMyNTUyMSwxOC4xMTQ1ODMzIDE2LjQyODM4NTQsMTguMTYwMTU2MyAxNi4zNTAyNjA0LDE4LjIzODI4MTMgTDE1Ljc1NzgxMjUsMTguODI0MjE4OCBDMTUuNjc5Njg3NSwxOC45MDIzNDM4IDE1LjY0MDYyNSwxOS4wMTMwMjA4IDE1LjY0MDYyNSwxOS4xMjM2OTc5IEMxNS42NDA2MjUsMTkuMjM0Mzc1IDE1LjY3OTY4NzUsMTkuMzM4NTQxNyAxNS43NTc4MTI1LDE5LjQxNjY2NjcgTDE4LjExNDU4MzMsMjEuNzczNDM3NSBDMTguMTkyNzA4MywyMS44NTE1NjI1IDE4LjMwMzM4NTQsMjEuODk3MTM1NCAxOC40MDc1NTIxLDIxLjg5NzEzNTQgQzE4LjUxODIyOTIsMjEuODk3MTM1NCAxOC42Mjg5MDYyLDIxLjg1MTU2MjUgMTguNzA3MDMxMiwyMS43NzM0Mzc1IEwyMi4yNDIxODc1LDE4LjIzODI4MTMgQzIyLjMyMDMxMjUsMTguMTYwMTU2MyAyMi4zNTkzNzUsMTguMDU1OTg5NiAyMi4zNTkzNzUsMTcuOTQ1MzEyNSBaIE0yNCwxOSBDMjQsMjEuNzYwNDE2NyAyMS43NjA0MTY3LDI0IDE5LDI0IEMxNi4yMzk1ODMzLDI0IDE0LDIxLjc2MDQxNjcgMTQsMTkgQzE0LDE2LjIzOTU4MzMgMTYuMjM5NTgzMywxNCAxOSwxNCBDMjEuNzYwNDE2NywxNCAyNCwxNi4yMzk1ODMzIDI0LDE5IFoiIGlkPSJhdXRob3JzIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=)
}

.link-active .author__menu_list-icon-all {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ2LjIgKDQ0NDk2KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5hdXRob3JzPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlN5bWJvbHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJVSS9JY29ucy8yNHgyNC9hdXRob3JzLWFsbC9hY3RpdmUiIGZpbGwtcnVsZT0ibm9uemVybyIgZmlsbD0iIzFCNUM4MSI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNC45MjUsOS4xMTI1IEMxMy42ODc1LDEwLjEyNSAxMi42NzUsMTAuOCAxMi4xNSwxMC44IEMxMC4xNjI1LDEwLjggNy45MTI1LDkgNi4zMzc1LDkuMyBDNC43NjI1LDkuNiAzLjc1LDEzLjIgMy43NSwxMy4yIEwwLjQ1LDEzLjg3NSBDNS44MTI1LDUuNzc1IDE0LjMyNSwwLjU2MjUgMjQsMCBDMjQsMCAyMy4yNSwxLjIzNzUgMjEuNjc1LDIuODEyNSBDMjAuNzM3NSwyLjgxMjUgMTkuNzI1LDIuNzM3NSAxOC44NjI1LDIuNTEyNSBDMTkuMTI1LDMuMDM3NSAxOS42ODc1LDMuNiAyMC40LDQuMDg3NSBDMjAuMDI1LDQuNDI1IDE5LjY1LDQuOCAxOS4yNzUsNS4xNzUgQzE4LjE4NzUsNS4yMTI1IDE3LjAyNSw1LjEzNzUgMTYuMDUsNC44NzUgQzE2LjM1LDUuNDM3NSAxNi45ODc1LDYuMDc1IDE3LjgxMjUsNi41NjI1IEMxNy41ODc1LDYuNzg3NSAxNy4zNjI1LDYuOTc1IDE3LjEsNy4yIEMxNS43ODc1LDcuMzEyNSAxMy44Mzc1LDcuMzUgMTIuMzc1LDYuOTc1IEMxMi43ODc1LDcuNzI1IDEzLjgzNzUsOC41ODc1IDE0LjkyNSw5LjExMjUgWiBNMTAuNSwxOCBMNy41LDE4IEw3LjUsMTYuNSBMOC4yNSwxNi41IEM4LjY2MjUsMTYuNSA5LDE2LjE2MjUgOSwxNS43NSBDOSwxNS4zMzc1IDguNjYyNSwxNSA4LjI1LDE1IEwzLjc1LDE1IEMzLjMzNzUsMTUgMywxNS4zMzc1IDMsMTUuNzUgQzMsMTYuMTYyNSAzLjMzNzUsMTYuNSAzLjc1LDE2LjUgTDQuNSwxNi41IEw0LjUsMTggTDEuNSwxOCBDMC42NzUsMTggMCwxOC42NzUgMCwxOS41IEwwLDIyLjUgQzAsMjMuMzI1IDAuNjc1LDI0IDEuNSwyNCBMMTAuNSwyNCBDMTEuMzI1LDI0IDEyLDIzLjMyNSAxMiwyMi41IEwxMiwxOS41IEMxMiwxOC42NzUgMTEuMzI1LDE4IDEwLjUsMTggWiBNMTYuMTQyODU3MSwyMi43ODU3MTQzIEMxNi4xNDI4NTcxLDIyLjE5NDE5NjQgMTUuNjYyOTQ2NCwyMS43MTQyODU3IDE1LjA3MTQyODYsMjEuNzE0Mjg1NyBDMTQuNDc5OTEwNywyMS43MTQyODU3IDE0LDIyLjE5NDE5NjQgMTQsMjIuNzg1NzE0MyBDMTQsMjMuMzc3MjMyMSAxNC40Nzk5MTA3LDIzLjg1NzE0MjkgMTUuMDcxNDI4NiwyMy44NTcxNDI5IEMxNS42NjI5NDY0LDIzLjg1NzE0MjkgMTYuMTQyODU3MSwyMy4zNzcyMzIxIDE2LjE0Mjg1NzEsMjIuNzg1NzE0MyBaIE0xNi4xNDI4NTcxLDE5LjkyODU3MTQgQzE2LjE0Mjg1NzEsMTkuMzM3MDUzNiAxNS42NjI5NDY0LDE4Ljg1NzE0MjkgMTUuMDcxNDI4NiwxOC44NTcxNDI5IEMxNC40Nzk5MTA3LDE4Ljg1NzE0MjkgMTQsMTkuMzM3MDUzNiAxNCwxOS45Mjg1NzE0IEMxNCwyMC41MjAwODkzIDE0LjQ3OTkxMDcsMjEgMTUuMDcxNDI4NiwyMSBDMTUuNjYyOTQ2NCwyMSAxNi4xNDI4NTcxLDIwLjUyMDA4OTMgMTYuMTQyODU3MSwxOS45Mjg1NzE0IFogTTI0LDIyLjI1IEMyNCwyMi4xNTUxMzM5IDIzLjkxNjI5NDYsMjIuMDcxNDI4NiAyMy44MjE0Mjg2LDIyLjA3MTQyODYgTDE3LjAzNTcxNDMsMjIuMDcxNDI4NiBDMTYuOTQwODQ4MiwyMi4wNzE0Mjg2IDE2Ljg1NzE0MjksMjIuMTU1MTMzOSAxNi44NTcxNDI5LDIyLjI1IEwxNi44NTcxNDI5LDIzLjMyMTQyODYgQzE2Ljg1NzE0MjksMjMuNDE2Mjk0NiAxNi45NDA4NDgyLDIzLjUgMTcuMDM1NzE0MywyMy41IEwyMy44MjE0Mjg2LDIzLjUgQzIzLjkxNjI5NDYsMjMuNSAyNCwyMy40MTYyOTQ2IDI0LDIzLjMyMTQyODYgTDI0LDIyLjI1IFogTTE2LjE0Mjg1NzEsMTcuMDcxNDI4NiBDMTYuMTQyODU3MSwxNi40Nzk5MTA3IDE1LjY2Mjk0NjQsMTYgMTUuMDcxNDI4NiwxNiBDMTQuNDc5OTEwNywxNiAxNCwxNi40Nzk5MTA3IDE0LDE3LjA3MTQyODYgQzE0LDE3LjY2Mjk0NjQgMTQuNDc5OTEwNywxOC4xNDI4NTcxIDE1LjA3MTQyODYsMTguMTQyODU3MSBDMTUuNjYyOTQ2NCwxOC4xNDI4NTcxIDE2LjE0Mjg1NzEsMTcuNjYyOTQ2NCAxNi4xNDI4NTcxLDE3LjA3MTQyODYgWiBNMjQsMTkuMzkyODU3MSBDMjQsMTkuMjk3OTkxMSAyMy45MTYyOTQ2LDE5LjIxNDI4NTcgMjMuODIxNDI4NiwxOS4yMTQyODU3IEwxNy4wMzU3MTQzLDE5LjIxNDI4NTcgQzE2Ljk0MDg0ODIsMTkuMjE0Mjg1NyAxNi44NTcxNDI5LDE5LjI5Nzk5MTEgMTYuODU3MTQyOSwxOS4zOTI4NTcxIEwxNi44NTcxNDI5LDIwLjQ2NDI4NTcgQzE2Ljg1NzE0MjksMjAuNTU5MTUxOCAxNi45NDA4NDgyLDIwLjY0Mjg1NzEgMTcuMDM1NzE0MywyMC42NDI4NTcxIEwyMy44MjE0Mjg2LDIwLjY0Mjg1NzEgQzIzLjkxNjI5NDYsMjAuNjQyODU3MSAyNCwyMC41NTkxNTE4IDI0LDIwLjQ2NDI4NTcgTDI0LDE5LjM5Mjg1NzEgWiBNMjQsMTYuNTM1NzE0MyBDMjQsMTYuNDQwODQ4MiAyMy45MTYyOTQ2LDE2LjM1NzE0MjkgMjMuODIxNDI4NiwxNi4zNTcxNDI5IEwxNy4wMzU3MTQzLDE2LjM1NzE0MjkgQzE2Ljk0MDg0ODIsMTYuMzU3MTQyOSAxNi44NTcxNDI5LDE2LjQ0MDg0ODIgMTYuODU3MTQyOSwxNi41MzU3MTQzIEwxNi44NTcxNDI5LDE3LjYwNzE0MjkgQzE2Ljg1NzE0MjksMTcuNzAyMDA4OSAxNi45NDA4NDgyLDE3Ljc4NTcxNDMgMTcuMDM1NzE0MywxNy43ODU3MTQzIEwyMy44MjE0Mjg2LDE3Ljc4NTcxNDMgQzIzLjkxNjI5NDYsMTcuNzg1NzE0MyAyNCwxNy43MDIwMDg5IDI0LDE3LjYwNzE0MjkgTDI0LDE2LjUzNTcxNDMgWiIgaWQ9ImF1dGhvcnMiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==)
}

.link-active .author__menu_list-icon-verified {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ2LjIgKDQ0NDk2KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5hdXRob3JzPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlN5bWJvbHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJVSS9JY29ucy8yNHgyNC9hdXRob3JzLXZlcmlmaWVkL2FjdGl2ZSIgZmlsbC1ydWxlPSJub256ZXJvIiBmaWxsPSIjMUI1QzgxIj4KICAgICAgICAgICAgPHBhdGggZD0iTTE0LjkyNSw5LjExMjUgQzEzLjY4NzUsMTAuMTI1IDEyLjY3NSwxMC44IDEyLjE1LDEwLjggQzEwLjE2MjUsMTAuOCA3LjkxMjUsOSA2LjMzNzUsOS4zIEM0Ljc2MjUsOS42IDMuNzUsMTMuMiAzLjc1LDEzLjIgTDAuNDUsMTMuODc1IEM1LjgxMjUsNS43NzUgMTQuMzI1LDAuNTYyNSAyNCwwIEMyNCwwIDIzLjI1LDEuMjM3NSAyMS42NzUsMi44MTI1IEMyMC43Mzc1LDIuODEyNSAxOS43MjUsMi43Mzc1IDE4Ljg2MjUsMi41MTI1IEMxOS4xMjUsMy4wMzc1IDE5LjY4NzUsMy42IDIwLjQsNC4wODc1IEMyMC4wMjUsNC40MjUgMTkuNjUsNC44IDE5LjI3NSw1LjE3NSBDMTguMTg3NSw1LjIxMjUgMTcuMDI1LDUuMTM3NSAxNi4wNSw0Ljg3NSBDMTYuMzUsNS40Mzc1IDE2Ljk4NzUsNi4wNzUgMTcuODEyNSw2LjU2MjUgQzE3LjU4NzUsNi43ODc1IDE3LjM2MjUsNi45NzUgMTcuMSw3LjIgQzE1Ljc4NzUsNy4zMTI1IDEzLjgzNzUsNy4zNSAxMi4zNzUsNi45NzUgQzEyLjc4NzUsNy43MjUgMTMuODM3NSw4LjU4NzUgMTQuOTI1LDkuMTEyNSBaIE0xMC41LDE4IEw3LjUsMTggTDcuNSwxNi41IEw4LjI1LDE2LjUgQzguNjYyNSwxNi41IDksMTYuMTYyNSA5LDE1Ljc1IEM5LDE1LjMzNzUgOC42NjI1LDE1IDguMjUsMTUgTDMuNzUsMTUgQzMuMzM3NSwxNSAzLDE1LjMzNzUgMywxNS43NSBDMywxNi4xNjI1IDMuMzM3NSwxNi41IDMuNzUsMTYuNSBMNC41LDE2LjUgTDQuNSwxOCBMMS41LDE4IEMwLjY3NSwxOCAwLDE4LjY3NSAwLDE5LjUgTDAsMjIuNSBDMCwyMy4zMjUgMC42NzUsMjQgMS41LDI0IEwxMC41LDI0IEMxMS4zMjUsMjQgMTIsMjMuMzI1IDEyLDIyLjUgTDEyLDE5LjUgQzEyLDE4LjY3NSAxMS4zMjUsMTggMTAuNSwxOCBaIE0yMi4zNTkzNzUsMTcuOTQ1MzEyNSBDMjIuMzU5Mzc1LDE3LjgzNDYzNTQgMjIuMzIwMzEyNSwxNy43MjM5NTgzIDIyLjI0MjE4NzUsMTcuNjQ1ODMzMyBMMjEuNjQ5NzM5NiwxNy4wNTk4OTU4IEMyMS41NzE2MTQ2LDE2Ljk4MTc3MDggMjEuNDY3NDQ3OSwxNi45MzYxOTc5IDIxLjM1Njc3MDgsMTYuOTM2MTk3OSBDMjEuMjQ2MDkzOCwxNi45MzYxOTc5IDIxLjE0MTkyNzEsMTYuOTgxNzcwOCAyMS4wNjM4MDIxLDE3LjA1OTg5NTggTDE4LjQwNzU1MjEsMTkuNzA5NjM1NCBMMTYuOTM2MTk3OSwxOC4yMzgyODEyIEMxNi44NTgwNzI5LDE4LjE2MDE1NjIgMTYuNzUzOTA2MiwxOC4xMTQ1ODMzIDE2LjY0MzIyOTIsMTguMTE0NTgzMyBDMTYuNTMyNTUyMSwxOC4xMTQ1ODMzIDE2LjQyODM4NTQsMTguMTYwMTU2MiAxNi4zNTAyNjA0LDE4LjIzODI4MTIgTDE1Ljc1NzgxMjUsMTguODI0MjE4NyBDMTUuNjc5Njg3NSwxOC45MDIzNDM3IDE1LjY0MDYyNSwxOS4wMTMwMjA4IDE1LjY0MDYyNSwxOS4xMjM2OTc5IEMxNS42NDA2MjUsMTkuMjM0Mzc1IDE1LjY3OTY4NzUsMTkuMzM4NTQxNyAxNS43NTc4MTI1LDE5LjQxNjY2NjcgTDE4LjExNDU4MzMsMjEuNzczNDM3NSBDMTguMTkyNzA4MywyMS44NTE1NjI1IDE4LjMwMzM4NTQsMjEuODk3MTM1NCAxOC40MDc1NTIxLDIxLjg5NzEzNTQgQzE4LjUxODIyOTIsMjEuODk3MTM1NCAxOC42Mjg5MDYyLDIxLjg1MTU2MjUgMTguNzA3MDMxMiwyMS43NzM0Mzc1IEwyMi4yNDIxODc1LDE4LjIzODI4MTIgQzIyLjMyMDMxMjUsMTguMTYwMTU2MiAyMi4zNTkzNzUsMTguMDU1OTg5NiAyMi4zNTkzNzUsMTcuOTQ1MzEyNSBaIE0yNCwxOSBDMjQsMjEuNzYwNDE2NyAyMS43NjA0MTY3LDI0IDE5LDI0IEMxNi4yMzk1ODMzLDI0IDE0LDIxLjc2MDQxNjcgMTQsMTkgQzE0LDE2LjIzOTU4MzMgMTYuMjM5NTgzMywxNCAxOSwxNCBDMjEuNzYwNDE2NywxNCAyNCwxNi4yMzk1ODMzIDI0LDE5IFoiIGlkPSJhdXRob3JzIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=)
}

/*!
 * Datetimepicker for Bootstrap 3
 * ! version : 4.7.14
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none
}

.bootstrap-datetimepicker-widget .caret {
  display: none
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after, .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before, .bootstrap-datetimepicker-widget.dropdown-menu.top:after, .bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  display: none
}

.bootstrap-datetimepicker-widget.dropdown-menu .caret {
  display: none
}

@media (min-width:768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em
  }
}

@media (min-width:992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em
  }
}

@media (min-width:1450px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em
  }
}

.bootstrap-datetimepicker-widget.dropdown-menu:after, .bootstrap-datetimepicker-widget.dropdown-menu:before {
  content: '';
  display: inline-block;
  position: absolute
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #e1eef9;
  border-bottom-color: rgba(0, 0, 0, .2);
  top: -7px;
  left: 7px
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  top: -6px;
  left: 8px
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #e1eef9;
  border-top-color: rgba(0, 0, 0, .2);
  bottom: -7px;
  left: 6px
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  bottom: -6px;
  left: 7px
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before, .bootstrap-datetimepicker-widget.dropdown-menu.slider-rate-max:before {
  left: auto;
  right: 6px
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after, .bootstrap-datetimepicker-widget.dropdown-menu.slider-rate-max:after {
  left: auto;
  right: 7px
}

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0
}

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0
}

.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none
}

.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: 700;
  font-size: 1.2em;
  margin: 0
}

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
  content: "Increment Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after {
  content: "Increment Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after {
  content: "Decrement Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after {
  content: "Decrement Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after {
  content: "Show Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after {
  content: "Show Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after {
  content: "Toggle AM/PM"
}

.bootstrap-datetimepicker-widget .btn[data-action=clear]::after {
  content: "Clear the picker"
}

.bootstrap-datetimepicker-widget .btn[data-action=today]::after {
  content: "Set the date to today"
}

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
  color: #6ab2db
}

.bootstrap-datetimepicker-widget .picker-switch::after {
  content: "Toggle Date and Time Screens"
}

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit
}

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%
}

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0
}

.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 19px
}

.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px
}

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px
}

.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: 0 0;
  color: #2e4455;
  cursor: not-allowed
}

.bootstrap-datetimepicker-widget table th.prev::after {
  content: "Previous Month"
}

.bootstrap-datetimepicker-widget table th.next::after {
  content: "Next Month"
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #3c607c;
  color: #e1eef9
}

.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px
}

.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #2e4455
}

.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
  color: #6ab2db
}

.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
  background: #3c607c;
  color: #e1eef9;
  cursor: pointer
}

.bootstrap-datetimepicker-widget table td.new, .bootstrap-datetimepicker-widget table td.old {
  color: #2e4455
}

.bootstrap-datetimepicker-widget table td.today {
  position: relative
}

.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: 0 0 7px 7px solid transparent;
  border-bottom-color: #3c607c;
  border-top-color: rgba(0, 0, 0, .2);
  position: absolute;
  bottom: 4px;
  right: 4px
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #3c607c;
  color: #e1eef9;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff
}

.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
  background: 0 0;
  color: #2e4455;
  cursor: not-allowed
}

.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 19px
}

.bootstrap-datetimepicker-widget table td span:hover {
  background: #3c607c;
  color: #e1eef9
}

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #3c607c;
  color: #e1eef9;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.bootstrap-datetimepicker-widget table td span.old {
  color: #2e4455
}

.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: 0 0;
  color: #2e4455;
  cursor: not-allowed
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px
}

.input-group.date {
  width: 100%
}

.input-group.date .form-control {
  border-radius: 24px
}

.input-group.date .form-control.input-lg~.input-group-addon, .input-group.date .input-group-lg>.form-control~.input-group-addon, .input-group.date .input-group-lg>.input-group-btn>.form-control.btn~.input-group-addon {
  top: 7px
}

.input-group.date .input-group-addon {
  cursor: pointer;
  position: absolute;
  z-index: 12;
  right: 10px;
  top: 3px;
  background-color: transparent
}

body, html {
  height: 100%
}

.average .sub-title, .average-result, .fw-300, .login-sub-title, .nav-editor, .nav-project, .slider-item>label, .slider-rate, .statistics-box-subtitle, .statistics-box-title {
  font-weight: 300
}

.sub-title {
  margin-top: 0
}

.user-balance {
  width: 100%;
  float: left
}

.user-balance .balance-count, .user-balance .balance-currency, .user-balance .balance-summ {
  font-size: 16px
}

.dashboard-container {
  width: 100%;
  padding: 0 15px
}

.dashboard-container.container-table {
  display: block;
  min-height: 100%
}

@media (min-width:992px) {
  .dashboard-container {
    padding: 0 30px
  }
}

@media (min-width:1440px) {
  .dashboard-container {
    min-height: 100vh;
    float: left
  }
}

@media (min-width:767px) and (max-width:1024px) {
  .dashboard-container {
    max-width: 1024px
  }
}

@media (max-width:480px) and (orientation:portrait) {
  .dashboard-container {
    width: 100%;
    min-height: auto
  }
}

.summary-templates {
  padding-top: 0;
  border-radius: 10px;
  width: 340px;
  min-height: 100vh
}

@media (max-height:648px) and (orientation:landscape) {
  .summary-templates .summary-active {
    float: left;
    max-height: 92vh;
    overflow: auto
  }
}

.summary-templates.summary-bg {
  background-color: #364d5f;
  padding-left: 15px;
  padding-right: 15px
}

@media (max-width:991px) {
  .summary-templates.summary-bg {
    padding: 5px 15px 10px;
    border-radius: 0
  }
}

.summary-templates.summary-bg .summary-body {
  float: left;
  width: 100%;
  margin-bottom: 40px
}

.summary-templates.summary-bg .summary-body hr {
  margin: 15px
}

.summary-templates.summary-bg .summary-body .body-item {
  margin-bottom: 10px;
  float: left;
  width: 100%
}

.summary-templates.summary-bg .summary-body .body-item.item-cost h2 {
  margin-top: 10px
}

.summary-templates.summary-bg .summary-body .body-item.item-total .body-item-list {
  font-size: 30px
}

.summary-templates.summary-bg .summary-body .body-item-list {
  font-size: 18px;
  font-weight: 300;
  margin-top: 5px
}

.summary-templates.summary-bg .summary-body .body-item-list:first-child {
  margin-top: 0
}

@media (min-width:991px) {
  .summary-templates.summary-fixed {
    position: fixed;
    right: 0;
    padding-top: 70px;
    top: 0;
    min-height: 100vh;
    height: 100%;
    overflow-y: auto
  }
}

@media (max-width:767px) {
  .summary-templates.summary-fixed {
    width: 100%;
    min-height: 100%;
    display: table
  }
}

.summary-templates.summary-fixed .create-template {
  padding: 0 15px
}

.summary-templates .news-item {
  padding-bottom: 15px
}

@media (min-width:1440px) {
  .summary-templates .news-item {
    padding-top: 80px
  }
}

.summary-templates .news-item .news-sub-title {
  color: #e1eef9;
  font-weight: 300
}

a {
  background-color: transparent;
  font-weight: 300;
  transition: all ease-in-out .3s
}

.card-limits-head, .mastercard-fees-head, .wallet-fees-head {
  margin: 30px auto
}

.card-limits-head .fees-head-title, .mastercard-fees-head .fees-head-title, .wallet-fees-head .fees-head-title {
  margin: 0
}

.card-limits-head .fees-head-sub-title, .mastercard-fees-head .fees-head-sub-title, .wallet-fees-head .fees-head-sub-title {
  font-size: 16px;
  margin-top: 5px;
  color: #6ab2db
}

.cf-card-limits .table {
  margin-bottom: 45px
}

.cf-card-limits .card-limits-title {
  margin-bottom: 10px
}

.reg-list {
  padding-left: 15px
}

.reg-list li {
  line-height: 2
}

.dash-list {
  list-style: none;
  padding-left: 10px
}

.dash-list>li {
  line-height: 2
}

.dash-list>li:before {
  content: '-';
  position: relative;
  left: -5px
}

.loyalty-steplist {
  font-weight: 300;
  margin: 60px 0
}

@media (max-width:767px) {
  .loyalty-steplist {
    margin: 0 auto 60px
  }
}

.loyalty-steplist .steplist-item {
  font-size: 18px;
  min-width: 15%;
  text-align: center
}

@media (max-width:767px) {
  .loyalty-steplist .steplist-item {
    display: block;
    width: 50%;
    margin: 15px auto;
    font-size: 2em
  }
}

.loyalty-steplist .steplist-item .num-step {
  display: list-item;
  font-size: 36px
}

@media (max-width:767px) {
  .loyalty-steplist .steplist-item .num-step {
    font-size: 4em
  }
}

.check-list {
  margin: 0
}

.check-list .checkbox {
  margin: 20px auto
}

.check-list .check-all {
  margin-top: 30px
}

.check-list-step {
  counter-reset: li;
  font-size: 18px;
  margin-bottom: 0
}

.check-list-step-item {
  position: relative;
  display: inline-block;
  margin-right: 50px
}

.check-list-step-item.step-active .circle {
  background: #e1eef9
}

@media (max-width:767px) {
  .check-list-step-item {
    margin-right: 15px
  }
}

.check-list-step-item:before {
  content: counter(li, decimal);
  counter-increment: li;
  text-align: center;
  color: #324758;
  position: absolute;
  z-index: 1;
  line-height: 40px;
  width: 100%
}

.check-list-step-item.step-current:before {
  color: #324758
}

.check-list-step-item:last-child {
  margin-right: 0
}

.check-list-step-item.step-active:after {
  content: "\ea10";
  font-family: keycontent;
  line-height: 40px;
  color: #80c43d;
  width: 40px;
  height: 40px;
  text-align: center;
  display: block;
  background: #f7fcfe;
  position: absolute;
  top: 0;
  z-index: 1;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.check-list-step-item.step-current .circle {
  background-color: #f7fcfe
}

.check-list-step-item .circle {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-color: #acd9f5;
  border-radius: 50%
}

.check-list-step-linked .check-list-step-item:before {
  content: counter(none, none);
  counter-increment: a
}

.check-list-step-linked .check-list-step-item .check-list-step-link:before {
  content: counter(li, decimal);
  counter-increment: li;
  text-align: center;
  color: #324758;
  position: absolute;
  z-index: 1;
  line-height: 40px;
  width: 100%
}

.wizard-admin .check-list-step {
  margin: 15px 0 30px
}

.personal-details .user-status, .settings-body .user-status, .verification-body .user-status {
  margin: 20px auto
}

.personal-details .status-tx, .settings-body .status-tx, .verification-body .status-tx {
  font-size: 16px;
  padding-left: 5px
}

.change-password .user-status, .email-confirm .user-status, .phone-confirm .user-status {
  margin: 0 0 10px
}

.change-password .status-tx, .email-confirm .status-tx, .phone-confirm .status-tx {
  font-size: 16px;
  padding-left: 5px
}

.verification {
  margin: 30px auto
}

.verification-list-item {
  min-height: 50px;
  display: table;
  width: 100%
}

.verification-list-item .list-item-left, .verification-list-item .list-item-right {
  position: relative;
  display: table-cell;
  vertical-align: middle
}

.verification-list-item .list-item-left.verifi-success, .verification-list-item .list-item-left.verify-upload, .verification-list-item .list-item-right.verifi-success, .verification-list-item .list-item-right.verify-upload {
  width: 135px;
  text-align: center
}

.verification-list-item .list-item-left>span, .verification-list-item .list-item-right>span {
  vertical-align: middle
}

.verification-list-item>span {
  vertical-align: middle
}

.verification-list-item .verification-type {
  font-size: 18px;
  padding-left: 15px
}

@media (max-width:320px) {
  .verification-list-item .verification-type {
    display: none
  }
}

.verification-list-item .verification-type.certif-pad {
  padding-left: 10px
}

.info-block {
  padding: 25px 10px;
  float: left
}

.info-block .info-text {
  padding-left: 10px
}

.form-limit+.info-block {
  padding-top: 0
}

.info-block-tax-file {
  padding: 10px 8px;
  float: left
}

.settings-adress-countries , .settings-adress-countries .offer-item, .settings-adress-range , .settings-adress-range .offer-item, .settings-ip-list , .settings-ip-list .offer-item {
  margin-bottom: 20px
}

.settings-adress-countries .template-empty, .settings-adress-range .template-empty, .settings-ip-list .template-empty {
  margin: 0
}

.settings-adress-countries .template-empty .template-emty-title, .settings-adress-range .template-empty .template-emty-title, .settings-ip-list .template-empty .template-emty-title {
  margin: 15px 0 0
}

.settings-lang>.btn {
  margin-top: 20px
}

.user-validate {
  float: left;
  max-width: 210px;
  margin: 0 auto
}

@media (max-width:768px) {
  .user-validate {
    max-width: 100%;
    width: 100%
  }
}

.user-validate .validate-msg {
  text-align: center;
  padding: 10px 0
}

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

.upload>.btn {
  font-size: 16px
}

.upload+.info-block {
  padding: 15px 0
}

.upload-documents-container {
  margin: 20px 0;
  float: left;
  width: 100%
}

@media (max-width:991px) {
  .icon-transfer-arrow-h {
    transform: rotate(90deg)
  }
}

.min-transfer {
  margin-bottom: 30px
}

.change-password, .personal-details, .settings-body, .upload-documents, .verification-body {
  min-width: 500px
}

@media (max-width:991px) {
  .change-password, .personal-details, .settings-body, .upload-documents, .verification-body {
    min-width: 100%
  }
}

.platform-settings__control_wrap {
  padding-top: 10px
}

.platform-settings__control_wrap label {
  width: 100%;
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  color: #e1eef9;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  margin-bottom: 0
}

.platform-settings__control_wrap input {
  opacity: 0
}

.platform-settings__control_symbols {
  width: 340px
}

.platform-settings__control_timer {
  width: 340px
}

.platform-settings_control_intern_plagiarism {
  width: 340px
}

.platform-settings__control_custom {
  float: right;
  width: 34px;
  height: 14px;
  background-color: #3c607c;
  border-radius: 7px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transition: .2s
}

.platform-settings__control_custom span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: -3px;
  left: -3px;
  background-color: #4b789b;
  transition: .2s
}

.platform-settings__control_wrap input:checked+.platform-settings__control_custom {
  background-color: #4b789b
}

.platform-settings__control_wrap input:checked+.platform-settings__control_custom span {
  background-color: #6ab2db;
  transform: translateX(20px)
}

.icon-platform-settings {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ2LjIgKDQ0NDk2KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5VSS9JY29ucy8yNHgyNC9jb250cm9scy9EZWZhdWx0PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlN5bWJvbHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJVSS9JY29ucy8yNHgyNC9jb250cm9scy9EZWZhdWx0IiBmaWxsLXJ1bGU9Im5vbnplcm8iIGZpbGw9IiNGN0ZDRkUiPgogICAgICAgICAgICA8cGF0aCBkPSJNMiw1LjMwOTEyMDU5IEMyLDguMjM5MTM0ODcgNC4zNzUwMjU1LDEwLjYxODI0MTIgNy4zMDkxMjA1OSwxMC42MTgyNDEyIEwxNi42OTA4Nzk0LDEwLjYxODI0MTIgQzE5LjYyMDg5MzcsMTAuNjE4MjQxMiAyMiw4LjI0MzIxNTY3IDIyLDUuMzA5MTIwNTkgQzIyLDIuMzc5MTA2MyAxOS42MjQ5NzQ1LDAgMTYuNjkwODc5NCwwIEw3LjMwOTEyMDU5LDAgQzQuMzc1MDI1NSw1Ljc5OTE2NTM2ZS0xNiAyLDIuMzc5MTA2MyAyLDUuMzA5MTIwNTkgWiBNMTMuNzg1MzQ5OSw1LjMwOTEyMDU5IEMxMy43ODUzNDk5LDMuNzE3NjA4NjUgMTUuMDc0ODgyNywyLjQyODA3NTkgMTYuNjY2Mzk0NiwyLjQyODA3NTkgQzE4LjI1NzkwNjUsMi40MjgwNzU5IDE5LjU0NzQzOTMsMy43MTc2MDg2NSAxOS41NDc0MzkzLDUuMzA5MTIwNTkgQzE5LjU0NzQzOTMsNi45MDA2MzI1MiAxOC4yNTc5MDY1LDguMTkwMTY1MjcgMTYuNjY2Mzk0Niw4LjE5MDE2NTI3IEMxNS4wNzQ4ODI3LDguMTkwMTY1MjcgMTMuNzg1MzQ5OSw2LjkwMDYzMjUyIDEzLjc4NTM0OTksNS4zMDkxMjA1OSBaIiBpZD0iU2hhcGUiPjwvcGF0aD4KICAgICAgICAgICAgPHBhdGggZD0iTTIsMTguMzA5MTIwNiBDMiwyMS4yMzkxMzQ5IDQuMzc1MDI1NSwyMy42MTgyNDEyIDcuMzA5MTIwNTksMjMuNjE4MjQxMiBMMTYuNjkwODc5NCwyMy42MTgyNDEyIEMxOS42MjA4OTM3LDIzLjYxODI0MTIgMjIsMjEuMjQzMjE1NyAyMiwxOC4zMDkxMjA2IEMyMiwxNS4zNzkxMDYzIDE5LjYyNDk3NDUsMTMgMTYuNjkwODc5NCwxMyBMNy4zMDkxMjA1OSwxMyBDNC4zNzUwMjU1LDEzIDIsMTUuMzc5MTA2MyAyLDE4LjMwOTEyMDYgWiBNMTMuNzg1MzQ5OSwxOC4zMDkxMjA2IEMxMy43ODUzNDk5LDE2LjcxNzYwODcgMTUuMDc0ODgyNywxNS40MjgwNzU5IDE2LjY2NjM5NDYsMTUuNDI4MDc1OSBDMTguMjU3OTA2NSwxNS40MjgwNzU5IDE5LjU0NzQzOTMsMTYuNzE3NjA4NyAxOS41NDc0MzkzLDE4LjMwOTEyMDYgQzE5LjU0NzQzOTMsMTkuOTAwNjMyNSAxOC4yNTc5MDY1LDIxLjE5MDE2NTMgMTYuNjY2Mzk0NiwyMS4xOTAxNjUzIEMxNS4wNzQ4ODI3LDIxLjE5MDE2NTMgMTMuNzg1MzQ5OSwxOS45MDA2MzI1IDEzLjc4NTM0OTksMTguMzA5MTIwNiBaIiBpZD0iU2hhcGUtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTIuMDAwMDAwLCAxOC4zMDkxMjEpIHJvdGF0ZSgtMTgwLjAwMDAwMCkgdHJhbnNsYXRlKC0xMi4wMDAwMDAsIC0xOC4zMDkxMjEpICI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+)
}

.link-active .icon-platform-settings {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ2LjIgKDQ0NDk2KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5VSS9JY29ucy8yNHgyNC9jb250cm9scy9BY3RpdmU8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iU3ltYm9scyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IlVJL0ljb25zLzI0eDI0L2NvbnRyb2xzL0FjdGl2ZSIgZmlsbC1ydWxlPSJub256ZXJvIiBmaWxsPSIjMUI1QzgxIj4KICAgICAgICAgICAgPHBhdGggZD0iTTIsNS4zMDkxMjA1OSBDMiw4LjIzOTEzNDg3IDQuMzc1MDI1NSwxMC42MTgyNDEyIDcuMzA5MTIwNTksMTAuNjE4MjQxMiBMMTYuNjkwODc5NCwxMC42MTgyNDEyIEMxOS42MjA4OTM3LDEwLjYxODI0MTIgMjIsOC4yNDMyMTU2NyAyMiw1LjMwOTEyMDU5IEMyMiwyLjM3OTEwNjMgMTkuNjI0OTc0NSwwIDE2LjY5MDg3OTQsMCBMNy4zMDkxMjA1OSwwIEM0LjM3NTAyNTUsNS43OTkxNjUzNmUtMTYgMiwyLjM3OTEwNjMgMiw1LjMwOTEyMDU5IFogTTEzLjc4NTM0OTksNS4zMDkxMjA1OSBDMTMuNzg1MzQ5OSwzLjcxNzYwODY1IDE1LjA3NDg4MjcsMi40MjgwNzU5IDE2LjY2NjM5NDYsMi40MjgwNzU5IEMxOC4yNTc5MDY1LDIuNDI4MDc1OSAxOS41NDc0MzkzLDMuNzE3NjA4NjUgMTkuNTQ3NDM5Myw1LjMwOTEyMDU5IEMxOS41NDc0MzkzLDYuOTAwNjMyNTIgMTguMjU3OTA2NSw4LjE5MDE2NTI3IDE2LjY2NjM5NDYsOC4xOTAxNjUyNyBDMTUuMDc0ODgyNyw4LjE5MDE2NTI3IDEzLjc4NTM0OTksNi45MDA2MzI1MiAxMy43ODUzNDk5LDUuMzA5MTIwNTkgWiIgaWQ9IlNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0yLDE4LjMwOTEyMDYgQzIsMjEuMjM5MTM0OSA0LjM3NTAyNTUsMjMuNjE4MjQxMiA3LjMwOTEyMDU5LDIzLjYxODI0MTIgTDE2LjY5MDg3OTQsMjMuNjE4MjQxMiBDMTkuNjIwODkzNywyMy42MTgyNDEyIDIyLDIxLjI0MzIxNTcgMjIsMTguMzA5MTIwNiBDMjIsMTUuMzc5MTA2MyAxOS42MjQ5NzQ1LDEzIDE2LjY5MDg3OTQsMTMgTDcuMzA5MTIwNTksMTMgQzQuMzc1MDI1NSwxMyAyLDE1LjM3OTEwNjMgMiwxOC4zMDkxMjA2IFogTTEzLjc4NTM0OTksMTguMzA5MTIwNiBDMTMuNzg1MzQ5OSwxNi43MTc2MDg3IDE1LjA3NDg4MjcsMTUuNDI4MDc1OSAxNi42NjYzOTQ2LDE1LjQyODA3NTkgQzE4LjI1NzkwNjUsMTUuNDI4MDc1OSAxOS41NDc0MzkzLDE2LjcxNzYwODcgMTkuNTQ3NDM5MywxOC4zMDkxMjA2IEMxOS41NDc0MzkzLDE5LjkwMDYzMjUgMTguMjU3OTA2NSwyMS4xOTAxNjUzIDE2LjY2NjM5NDYsMjEuMTkwMTY1MyBDMTUuMDc0ODgyNywyMS4xOTAxNjUzIDEzLjc4NTM0OTksMTkuOTAwNjMyNSAxMy43ODUzNDk5LDE4LjMwOTEyMDYgWiIgaWQ9IlNoYXBlLUNvcHkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyLjAwMDAwMCwgMTguMzA5MTIxKSByb3RhdGUoLTE4MC4wMDAwMDApIHRyYW5zbGF0ZSgtMTIuMDAwMDAwLCAtMTguMzA5MTIxKSAiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==)
}

.mt-5 {
  margin-top: 5px
}

.mt-15 {
  margin-top: 15px
}

.mt-25 {
  margin-top: 25px
}

.mt-45 {
  margin-top: 45px
}

.ml-45 {
  margin-left: 45px
}

.success-form .btn-group-lg>.btn .caret, .success-form .btn-lg .caret {
  border-width: 6px 6px 0
}

.width-full {
  width: 100%
}

.select-social.bootstrap-select {
  position: relative
}

.select-social.bootstrap-select button.dropdown-toggle {
  width: 25%;
  border-radius: 24px 0 0 24px;
  height: 50px
}

-lg .form-control.input-social {
  width: 75%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 24px 24px 0;
  z-index: 1
}

.per-page-selector {
  float: right;
  background-color: #364d5f;
  color: #ffffff;
}

.profile-headers {
  padding-top: 15px;
  padding-bottom: 15px;
}
.profile-headers h4 {
  color: #696969!important;
  margin-top: 20px;
}

.profile-nav {
  padding-top: 40px;
  border-top: 1px solid #707070;
  margin-bottom: 50px!important;
}
.profile-nav a {
  margin-bottom: 0px!important;
}
.profile-nav li {
  margin-right: 15px;
  margin-left: 0px;
}

.profile-nav .border-right {
  padding-right: 15px;
  border-right: 1px solid #6a707e;
}
.profile-nav li a {
  background-color: transparent!important;
  color: #6a707e!important;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Roboto', sans-serif!important;
  font-weight: 400;
  border: 1px solid transparent;
}
.profile-nav>li.active>a {
	position: relative;
	background: #ffffff;
  border: 1px solid #2588c9;
  color: #2588c9;
}
.profile-nav>li.active>a:after, .profile-nav>li.active>a:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.profile-nav>li.active>a:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 5px;
	margin-left: -5px;
}
.profile-nav>li.active>a:before {
  border-color: rgba(194, 225, 245, 0);
	border-top-color: #2588c9;
	border-width: 6px;
	margin-left: -6px;
}
.profile-nav>li.active>a, .profile-nav>li.active>a:focus, .profile-nav>li.active>a:hover {
  color: #2588c9!important;
  font-weight: 600;
}
.profile-nav>li>a:focus, .profile-nav>li>a:hover {
  color: #2588c9!important;
}

.editor-profile-nav {
  padding-top: 40px;
  border-top: 1px solid #707070;
  margin-bottom: 50px!important;
}

.editor-profile-nav a {
  margin-bottom: 0px!important;
}
.editor-profile-nav li {
  margin-right: 10px;
  margin-left: 0px;
}

.editor-profile-nav .border-right {
  padding-right: 10px;
  border-right: 1px solid #6a707e;
}
.editor-profile-nav li a {
  background-color: transparent!important;
  color: #6a707e!important;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Roboto', sans-serif!important;
  font-weight: 300;
  border: 1px solid transparent;
}
.editor-profile-nav>li.active>a {
	position: relative;
	background: #ffffff;
  border: 1px solid #2588c9;
  color: #2588c9;
}
.editor-profile-nav>li.active>a:after, .editor-profile-nav>li.active>a:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.editor-profile-nav>li.active>a:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 5px;
	margin-left: -5px;
}
.editor-profile-nav>li.active>a:before {
  border-color: rgba(194, 225, 245, 0);
	border-top-color: #2588c9;
	border-width: 6px;
	margin-left: -6px;
}
.editor-profile-nav>li.active>a, .editor-profile-nav>li.active>a:focus, .editor-profile-nav>li.active>a:hover {
  color: #2588c9!important;
  font-weight: 600;
}
.editor-profile-nav>li>a:focus, .editor-profile-nav>li>a:hover {
  color: #2588c9!important;
}

/* invoices */

.invoices-profile-nav {
  /* padding-top: 40px;
  border-top: 1px solid #707070;*/
  margin-bottom: 50px!important;
}

.invoices-profile-nav a {
  margin-bottom: 0px!important;
}
.invoices-profile-nav li {
  margin-right: 10px;
  margin-left: 0px;
}

.invoices-profile-nav .border-right {
  padding-right: 10px;
  border-right: 1px solid #6a707e;
}
.invoices-profile-nav li a {
  background-color: transparent!important;
  color: #6a707e!important;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Roboto', sans-serif!important;
  font-weight: 300;
  border: 1px solid transparent;
}
.invoices-profile-nav>li.active>a {
	position: relative;
	background: #ffffff;
  border: 1px solid #2588c9;
  color: #2588c9;
}
.invoices-profile-nav>li.active>a:after, .invoices-profile-nav>li.active>a:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.invoices-profile-nav>li.active>a:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 5px;
	margin-left: -5px;
}
.invoices-profile-nav>li.active>a:before {
  border-color: rgba(194, 225, 245, 0);
	border-top-color: #2588c9;
	border-width: 6px;
	margin-left: -6px;
}
.invoices-profile-nav>li.active>a, .invoices-profile-nav>li.active>a:focus, .invoices-profile-nav>li.active>a:hover {
  color: #2588c9!important;
  font-weight: 600;
}
.invoices-profile-nav>li>a:focus, .invoices-profile-nav>li>a:hover {
  color: #2588c9!important;
}

/* invoices */

.task-nav a {
  margin-bottom: 0px!important;
}
.task-nav li {
  margin-right: 15px;
  margin-left: 0px;
}

.task-nav .border-right {
  padding-left: 0px;
  padding-right: 15px;
  border-right: 1px solid #6a707e;
}

.task-nav li a {
  background-color: transparent!important;
  color: #6a707e!important;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Roboto', sans-serif!important;
  font-weight: 300;
  border: 1px solid transparent;
}
.task-nav>li.active>a {
	position: relative;
	background: #ffffff;
  border: 1px solid #2588c9;
  color: #2588c9;
}
.task-nav>li.active>a:after, .task-nav>li.active>a:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.task-nav>li.active>a:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 5px;
	margin-left: -5px;
}
.task-nav>li.active>a:before {
  border-color: rgba(194, 225, 245, 0);
	border-top-color: #2588c9;
	border-width: 6px;
	margin-left: -6px;
}
.task-nav>li.active>a, .task-nav>li.active>a:focus, .task-nav>li.active>a:hover {
  color: #2588c9!important;
  font-weight: 600;
}
.task-nav>li>a:focus, .task-nav>li>a:hover {
  color: #2588c9!important;
}

.circle-profile-avatar {
  height: 56px;
  width: 56px;
  background-color: #2588c9;
  border-radius: 50%;
  text-align: center;
  position: relative;
  float: right;
}

.initials-profile-avatar {
  color: white;
  font-size: 28px; /* 50% of parent */
  line-height: 1;
  position: relative;
  top: 14px; /* 25% of parent */
}

.circle-navbar-avatar {
  height: 46px;
  width: 46px;
  background-color: #2588c9;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
}

.initials-navbar-avatar {
  color: white;
  font-size: 23px; /* 50% of parent */
  line-height: 1;
  position: relative;
  top: 11.5px; /* 25% of parent */
}


.profile-label {
  font-family: 'Roboto', sans-serif!important;
  color: #6a707e;
  font-weight: 600;
}

.profile-content .form-group {
  margin-bottom: 20px!important;
}
.profile-content .text-black {
  font-family: 'Roboto', sans-serif!important;
  color: #6a707e;
}
.profile-content label {
  margin-left: 10px;
} .bootstrap-select, input[type=text], input[type=password], input[type=email], input[type=number], textarea {
  border: 1px solid #adadad!important;
  border-radius: 8px!important;
  background-color: #f4f5f5!important;
  color: #6a707e!important;
}

.profile-content .input-group-addon {
  color: #adadad;
}
.bootstrap-select .dropdown-menu {
  background-color: white!important;
}
.profile-content .bootstrap-select .bs-searchbox .form-control {
  border: 1px solid #adadad !important;
}
.profile-content .radio-list-item {
  width: unset;
}
.profile-content .radio-list {
  padding-top: 10px;
  padding-bottom: 30px;
}
.profile-content .btn-upload {
  background-color: #e8f3fa;
  color: #abafb3;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  box-shadow: none;
  font-family: 'keycontent', Roboto-Regular;
}
.btn-upload:before {
  content: "\e9cd ";
}

.profile-content .icon-dark-blue {
  color: #adadad;
}
.profile-content .icon-lg {
  font-size: 16px;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
  background-color: #e8f3fa;
  color: black;
  border-radius: 5px;
  line-height: normal;
  padding-top: 5px;
  padding-bottom: 5px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  font-weight: 600;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  line-height: normal;
  padding-top: 5px;
  padding-bottom: 5px;
}
.bootstrap-select.btn-group .dropdown-menu li a:focus, .bootstrap-select.btn-group .dropdown-menu li a:hover {
  background-color: #e8f3fa!important;
  color: black;
  border-radius: 5px;
}
.bootstrap-select.btn-group .dropdown-menu li {
  padding: 5px;
  font-family: 'Roboto', sans-serif!important;
}
.profile-content .info-text {
  color: #adadad;
  font-style: italic;
  font-size: 12px;
}
.profile-content .btn-save {
  background-color: #2588c9 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px!important;
  padding-right: 25px!important;
}

.profile-content .form-add {
  margin-bottom: 10px!important;
}

.profile-content .field-authors-price_per_hour_id {
  margin-top: 27px;
}

.profile-content .file-cv {
  margin-bottom: 0px;
}

.profile-content .info-cv {
  padding: 0px;
}

.profile-content .info-cv-text {
  padding-left: 0px;
  padding-right: 0px;

}

.profile-content .select-social .bootstrap-select button.dropdown-toggle {
  width: 25%;
  border-radius: 24px 0 0 24px;
  height: 50px
}
.profile-content .form-group-lg .form-control.input-social {
  border: 0px!important;
  border-left: 1px solid black;
  background-color: transparent!important;
  width: 75%;
  position: absolute;
  top: 1px;
  right: 1px;
  border-radius: 0 24px 24px 0;
  z-index: 1;
}

/* Change the white to any color ;) */
.profile-content .form-group-lg .form-control.input-social:-webkit-autofill,
.profile-content .form-group-lg .form-control.input-social:-webkit-autofill:hover, 
.profile-content .form-group-lg .form-control.input-social:-webkit-autofill:focus, 
.profile-content .form-group-lg .form-control.input-social:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px #f4f5f5 inset !important;
    border: 0!important;
}

.profile-content .select-social.bootstrap-select button.dropdown-toggle {
  height: 38px!important; 
}

.profile-content .input-lg {
  height: 38px!important; 
}

::placeholder {
  color: #abafb3!important;
}

.profile-content .btn-email {
  background-color: #2588c9;
  color: white;
  border-radius: 9px;
}

.profile-content .btn-email-cancel {
  color: #2588c9;
  border-radius: 9px;
  background-color: white;
  border: solid 1px #2588c9;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.profile-content .btn-email-change {
  color: white;
  border-radius: 9px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #2588c9;
}
.profile-content .info-password-text {
  padding: 0px;
}
.profile-content .btn-change {
  margin-top: 50px;
}
.profile-content .btn-pwd {
  margin-top: 16px;
}
.profile-content .checkbox {
  margin-bottom: 20px;
}
.profile-content .field-authors-payment_vat_number {
  margin-top: 48px;
}
.field-editors-payment_vat_number-conatiner {
  margin-top: 48px;
}
.profile-content .info-vat {
  margin-top: 5px;
  margin-bottom: 11px;
  padding: 0px!important;
}
.profile-content .info-vat-text {
  font-size: 9px!important;
} 
/* .profile-content .btn-iconed {
  width: 92%!important;
}  */
.profile-headers {
  font-family: 'Roboto', sans-serif!important;
}

.profile-headers h4 {
  font-family: 'Roboto', sans-serif!important;
  font-weight: 300!important;
}
.info-block-1 {
  padding: 0px 10px;
  float: left;
  font-size: 12px;
  color: #abafb3!important;
  font-style: italic;
}


.contact-data-container .select-social .bootstrap-select button.dropdown-toggle {
  width: 25%;
  border-radius: 24px 0 0 24px;
  height: 50px
}
.contact-data-container .form-group-lg .form-control.input-social {
  border: 0px!important;
  border-left: 1px solid black;
  background-color: transparent!important;
  width: 75%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 24px 24px 0;
  z-index: 1;
}
.contact-data-container .select-social.bootstrap-select button.dropdown-toggle {
  height: 38px!important; 
}

@media only screen and (min-width: 1800px) {
  .profile-content .btn-change {
    margin-top: 48px !important;
  }
}
  
/* Mobile Styles */
@media only screen and (max-width: 576px) {
  .grid-view .table::-webkit-scrollbar {
    display: none;
  }  
  .profile-content .field-authors-payment_vat_number {
    margin-top: 0px !important;
  }
  .profile-content .field-editors-payment_vat_number-conatiner {
    margin-top: 0px !important;
  }
  .profile-content .nav li a {
    padding-left: 1.9vw;
    padding-right: 1.9vw;
    font-size: 12px;
  }
  #collapseEmail-2 {
    margin-bottom: 20px;
  }
  .profile-content .email-confirm {
    margin-bottom: 20px;
  }
  .profile-content .btn-change {
    margin-top: 20px;
  }
  .menu-icon {
    padding-top: 18px!important;
    padding-left: 10px!important;
  }
  .profile-content .info-cv {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.offer-container {
  margin-top: 20px;
  margin-left: 20px;
}

.offer-filter-btn {
  text-align: center;
  padding: 15px 15px;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 #00000029;
  background-color: #2588c9;
  color: white;
}

.offer-filter-btn:before, .offer-filter-btn:after  {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.offer-filter-btn:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #2588c9;
	border-width: 5px;
	margin-left: -5px;
}
.offer-filter-btn:before {
  border-color: rgba(194, 225, 245, 0);
	border-top-color: #2588c9;
	border-width: 6px;
	margin-left: -6px;
}

.offer-filter-btn.collapsed:before, .offer-filter-btn.collapsed:after  {
	border: none;
	content: "";
}

.offer-filter-btn.collapsed::after {
  border:none;
}
.offer-filter-btn.collapsed::before {
  border:none;
}

.offer-columns {
  padding-top: 20px;
}

.offer-columns-btn {
  text-align: center;
  padding: 15px 15px;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 #00000029;
  background-color: #004e81;
  color: white;
}

.offer-columns-btn:before, .offer-columns-btn:after  {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.offer-columns-btn:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #004e81;
	border-width: 5px;
	margin-left: -5px;
}
.offer-columns-btn:before {
  border-color: rgba(194, 225, 245, 0);
	border-top-color: #004e81;
	border-width: 6px;
	margin-left: -6px;
}

.offer-columns-btn.collapsed:before, .offer-columns-btn.collapsed:after  {
	border: none;
	content: "";
}

.offer-columns-btn.collapsed::after {
  border:none;
}
.offer-columns-btn.collapsed::before {
  border:none;
}

.bootstrap-select, input[type=text], input[type=password], input[type=email], input[type=number], textarea {
  border: 1px solid #adadad!important;
  border-radius: 8px!important;
  background-color: #f4f5f5!important;
  color: #6a707e!important;
}

.offer-container .form-group {
  margin-bottom: 20px!important;
  padding-left: 0px!important;
}

.general-label {
  font-family: 'Roboto', sans-serif!important;
  color: #6a707e;
  font-weight: 600;
  margin-left: 10px;
}

label {
  font-family: 'Roboto', sans-serif!important;
  color: #6a707e;
  font-weight: 600;
  margin-left: 10px;
}

.offer-container .checkbox label {
  font-family: 'Roboto', sans-serif!important;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #abafb3;
}

#collapseFilters {
  margin-top: 30px;
}

 #grid-pjax-offers {
   margin-top: 30px;
 }

.offer-table {
  padding-top: 20px;
}

.offer-table th a {
  font-family: 'Roboto', sans-serif!important;
  color: #5f5f60 !important;
  font-weight: 600 !important;
}

.offer-table td {
  text-align: center;
  font-family: 'Roboto', sans-serif!important;
  color: #5f5f60!important;
  font-weight: 400;
  padding: 20px 0px!important;
}

.offer-table td:first-child {
  padding-left: 10px !important;
  text-align: left;
 }

 .offer-table td:last-child {
  padding-right: 10px !important;
 }

 .offer-table th:first-child {
  min-width: 400px;
 }

.offer-table td a {
  font-family: 'Roboto', sans-serif!important;
  color: #5f5f60!important;
  font-weight: 400;
}

.offer-table th {
  text-align: center;
  padding: 15px 0px!important;
  width: 15%;
  min-width: 200px;
  font-family: 'Roboto', sans-serif!important;
  color: #5f5f60 !important;
  font-weight: 600 !important;
  font-size: 15px;
  text-transform: uppercase;
}

.offer-table thead {
  min-width: 100%;
  width: 100%;
}

.offer-table th:first-child {
  text-align: left;
  width: 40%;
 }

 .offer-table {
  padding-top: 20px;
}

.offer-table th a {
  font-family: 'Roboto', sans-serif!important;
  color: #5f5f60 !important;
  font-weight: 600 !important;
}

.offer-table td {
  text-align: center;
  font-family: 'Roboto', sans-serif!important;
  color: #5f5f60!important;
  font-weight: 400;
  padding: 20px 0px!important;
}

.offer-table td:first-child {
  padding-left: 10px !important;
  text-align: left;
 }

 .offer-table td:last-child {
  padding-right: 10px !important;
 }

 .offer-table th:first-child {
  min-width: 400px;
 }

.offer-table td a {
  font-family: 'Roboto', sans-serif!important;
  color: #5f5f60!important;
  font-weight: 400;
}

.offer-table th {
  text-align: center;
  padding: 15px 0px!important;
  width: 15%;
  min-width: 200px;
  font-family: 'Roboto', sans-serif!important;
  color: #5f5f60 !important;
  font-weight: 600 !important;
  font-size: 15px;
  text-transform: uppercase;
}

.offer-table thead {
  min-width: 100%;
  width: 100%;
}

.offer-table th:first-child {
  text-align: left;
  width: 40%;
 }

.table {
  padding-top: 20px;
}

.table th a {
  font-family: 'Roboto', sans-serif!important;
  color: #5f5f60 !important;
  font-weight: 600 !important;
}

.table td {
  text-align: center;
  font-family: 'Roboto', sans-serif!important;
  color: #5f5f60!important;
  font-weight: 400;
  padding: 20px 0px;
}
.task-table th:first-child {
  min-width: 20px;
  padding-left: 10px !important;
}
#qt-editor-btn {
  color: white!important;
  background-color: #2588c9;
  padding: 10px 20px;
  border-radius: 5px;
}
.qt-table th:first-child {
  width: 10%!important;
  min-width: 60px;
  padding-left: 10px !important;
}
.qt-table th {
  width: 10%!important;
}
.qt-table {
  margin-top: 30px;
}
.table td:first-child {
  padding-left: 10px !important;
  text-align: left;
 }

 .table td:last-child {
  padding-right: 10px !important;
 }

.table td a {
  font-family: 'Roboto', sans-serif!important;
  color: #5f5f60!important;
  font-weight: 400;
}

.table th {
  text-align: center;
  padding: 15px 0px;
  width: 15%;
  min-width: 200px;
  font-family: 'Roboto', sans-serif!important;
  color: #5f5f60 !important;
  font-weight: 600 !important;
  font-size: 15px;
  text-transform: uppercase;
}

.table thead {
  min-width: 100%;
  width: 100%;
}

#grid-pjax1 {
  margin-top: 40px;
}

.table th:first-child {
  text-align: left;
  width: 40%;
 }

 .bootstrap-select>.btn {
   min-height: 36px!important;
 }

 .per-page-selector {
  border-radius: 10px!important;
  border: solid 1px #707070!important;
  padding: 4px 5px 4px 5px!important;
  color: #5f5f60!important;
  text-transform: capitalize;
}

#task-download .download-selector {
  border-radius: 10px!important;
  border: solid 1px #707070!important;
  background-color: white!important;
  width: 130px;
  padding: 4px 5px 4px 5px!important;
}

#task-download .btn-group>.btn:first-child {
  border-radius: 10px!important;
  border: solid 1px transparent!important;
  background-color: white!important;
  padding-top: 2px!important;
  padding-bottom:2px!important;
}

#task-download .bootstrap-select>.btn {
  min-height: 28px!important;
  outline: 0!important;
}
 
.offer-columns .checkbox {
  padding-left: 0px!important;
}

.checkbox label {
  color: #707070 !important;
}

.checkbox label::before {
  border-radius: 3px;
  border: solid 1px #707070;
  background-color: transparent!important;
}

.checkbox input[type=checkbox]:checked+label::before, .checkbox input[type=checkbox]:checked+label::after {
  border-radius: 3px;
}

.offer-no {
  font-size: 12px;
  font-weight: 600;
  color: #cfcfcf!important;
}

.offer-yes {
  font-size: 12px;
  font-weight: 600;
  color: #2588c9!important;
}

.invoice-tag {
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-size: 12px;
  color: white!important;
  padding: 7px 5px;
  border-radius: 13px;
  width: 100%;
}

.offer-tag {
  text-align: center!important;
  display: block;
  width: 100%;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 12px;
  color: white!important;
  padding: 7px 0px;
  border-radius: 13px;
  width: 100%;
}

.offer-processed {
  background-color: #a6a6a6;
}

.offer-accepted {
  background-color: #5fc6fc;
}

.offer-confirmed {
  background-color: #00d318;
}

.offer-rejected {
  background-color: #ed3df4;
}

.offer-canceled {
  background-color: #ff0000;
}

.invoice-approved {
  background-color: #40B1F0;
}

.invoice-pending {
  background-color: #BFBFBF;
}

.invoice-updated-admin {
  background-color: #F9C032;
}

.invoice-paid {
  background-color: #76F134;
}

.invoice-on-wallet {
  background-color: #A9D08E;
}

.invoice-pending-resolution {
  background-color: #BFBFBF;
}

.invoice-postponed {
  color: #5f5f60!important;
  background-color: #FDF734;
}

.invoice-approved-rm {
  background-color: #EA64FE;
}

.invoice-postponed-approved-rm {
  color: #5f5f60!important;
  background-color: #F5CBFF;
}

.invoice-head-production {
  background-color: #53B151;
}

.invoice-psotponed-head-production {
  background-color: #92D050;
}

.invoice-approved-postponed {
  background-color: #9966FC;
}

.invoice-rejected {
  background-color: #ED462F;
}

.task-draft {
  background-color: #A6A6A6;
}

.task-rev {
  background-color: #40B1F0;
}

.task-ed {
  background-color: #B6F7B9;
}

.task-wr-tbr {
  background-color: #ED462F;
}

.task-pm {
  background-color: #92D050;
}

.task-rev-tbr {
  background-color: #F07A7C;
}

.task-admin {
  background-color: #548235;
}

.task-ed-tbr {
  background-color: #EB71FE;
}

.task-client {
  background-color: #375623;
}

.task-pm-tbr {
  background-color: #F6CCFF;
}

.task-wr-tbr-admin {
  background-color: #CCCCFD;
}

.task-ed-tbr-admin {
  background-color: #375623;
}

.task-admin-tbr {
  background-color: #9998FC;
}

.task-approved {
  background-color: #76F013;
}

.task-wr-delay {
  color: #5f5f60!important;
  background-color: #FDF734;
}

.task-rev-delay {
  color: #5f5f60!important;
  background-color: #F9C032;
}

.task-ed-delay {
  background-color: #F28430;
}

.task-pm-delay {
  color: #5f5f60!important;
  background-color: #FEE699;
}
.task-deactivate {
  color: #5f5f60!important;
  background-color: #D9D9D9;
}



.offer-clear-btn {
  color: #abafb3;
  padding: 2px 15px;
  border-radius: 7px;
  border: solid 1px #adadad;
  background-color: #ffffff;
}

.offer-search-btn {
  margin-left: 10px;
  color: #abafb3;
  padding: 2px 15px;
  border-radius: 7px;
  border: solid 1px #adadad;
  background-color: #f4f5f5;
}

.filters-container {
  margin-top: 20px;
  margin-left: -5px;
}

.offer-btn-m-l {
  margin-left: 5px;
}

.offer-details-container {
  padding-left: 30px;
}

.offer-details-container h3 {
  font-size: 15px;
  font-family: 'Roboto', sans-serif!important;
  color: #9195a0!important;
  font-weight: 300;
  margin: 10px 0 !important;
}

.offer-details-container .offer-status {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #d9d9d9;
}

.offer-details-container .offer-details {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #d9d9d9;
}

.offer-details-container .offer-secondary-details {
  padding-top: 10px;
}

.offer-details-container .offer-description p {
  font-size: 15px;
  font-family: 'Roboto', sans-serif!important;
  color: #9195a0!important;
  font-weight: 300;
  margin: 10px 0 !important;
}

.offer-details-container .offer-description {
  padding-top: 20px;
  padding-bottom: 60px;
  border-bottom: solid 1px #d9d9d9;
}

.offer-details-container .offer-notes {
  padding-top: 20px;
  padding-bottom: 60px;
  border-bottom: solid 1px #d9d9d9;
}

.offer-details-container .offer-notes p {
  font-size: 15px;
  font-family: 'Roboto', sans-serif!important;
  color: #9195a0!important;
  font-weight: 300;
  margin: 10px 0 !important;
}

.offer-details-container .offer-sumary {
  padding-top: 20px;
  padding-bottom: 60px;
}

.offer-details-container .offer-decline-btn {
  padding: 5px 30px;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 #00000029;
  border: solid 1px #2588c9;
  background-color: #ffffff;
  color: #2588c9!important;
}

.offer-details-container .offer-accept-btn {
  margin-left:10px;
  padding: 5px 30px;
  color:white;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 #00000029;
  border: solid 1px #2588c9;
  background-color: #2588c9;
}

@media only screen and (max-width: 576px) {
  .offer-details-container {
    padding-left: 0px;
  }
  .offer-details-container .offer-decline-btn {
    margin-top: 20px;
  }

  .profile {
    display: flex;
    float: right;
    margin-top: 25px;
    width: 190px;
    margin-right: 40px;
  }

  .pagination {
    right: unset;
  }

  .offer-columns-btn {
    margin-top: 15px;
  }

  .modal-open .modal {
    overflow-y: scroll;
  }
  .gross-box {
    text-align: left;
  }
  .modal-body {
    padding: 10px 20px 20px;
  }
  .modal-header {
    padding: 40px 20px 0;
  }
  .modal-footer {
    padding: 0 20px 40px;
  }
}

.modal-content h4 {
  font-size: 15px;
  font-family: 'Roboto', sans-serif!important;
  color: #9195a0!important;
  font-weight: 300;
}

.modal-content p {
  font-size: 14px;
  font-family: 'Roboto', sans-serif!important;
  color: #9195a0!important;
  font-weight: 300;
}

.modal-content label {
  font-size: 14px;
  font-family: 'Roboto', sans-serif!important;
  color: #9195a0!important;
  font-weight: 300;
}


.modal-content textarea {
  margin-top: 10px;
  font-size: 14px;
  font-family: 'Roboto', sans-serif!important;
  color: #9195a0!important;
  font-weight: 300;
  border-radius: 13px!important;
  border-color: transparent!important;
  background-color: #e8e7e7!important;
}

.modal-content .btn-cancel {
  margin-top:10px;
  padding: 5px 30px;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 #00000029;
  border: solid 1px #2588c9;
  color: #2588c9;
  background-color: #ffffff;
}

.btn-outline {
  margin-top:10px;
  padding: 5px 30px;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 #00000029;
  border: solid 1px #2588c9;
  color: #2588c9!important;
  background-color: #ffffff;
}

.btn1 {
  margin-top:10px;
  padding: 5px 30px;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 #00000029;
  border: solid 1px #2588c9;
  color: #2588c9!important;
  background-color: #ffffff;
}

.btn-invoice-agree, .btn-invoice-decline {
  margin-top:10px;
  padding: 5px 30px;
  border-radius: 5px;
  color: white!important;
  box-shadow: 0 3px 6px 0 #00000029;
  border: solid 1px #2588c9;
  background-color: #2588c9;
}

.btn-invoice-postpone {
  margin-top:10px;
  padding: 5px 30px;
  border-radius: 5px;
  color: #2588c9!important;
  box-shadow: 0 3px 6px 0 #00000029;
  border: none;
  background-color: #e8f3fa;
}

.btn2 {
  margin-top:10px;
  padding: 5px 30px;
  border-radius: 5px;
  color: white!important;
  box-shadow: 0 3px 6px 0 #00000029;
  border: solid 1px #2588c9;
  background-color: #2588c9;
}

.btn3 {
  margin-top:10px;
  padding: 5px 30px;
  border-radius: 5px;
  color: white!important;
  box-shadow: 0 3px 6px 0 #00000029;
  border: solid 1px #2588c9;
  background-color: #2588c9;
}

.modal-content .btn-request {
  margin-top:10px;
  padding: 5px 30px;
  border-radius: 5px;
  color: white;
  box-shadow: 0 3px 6px 0 #00000029;
  border: solid 1px #2588c9;
  background-color: #2588c9;
}

.modal-content .offer-units-item p{
  color: #2588c9!important;
}

.modal-content .form-datepicker {
  padding: 0px!important;
}

.modal-content .offer-amount .amount {
  color: #2588c9;
}

.modal-content .offer-description .info {
  margin-top: 10px;
  font-size: 12px;
}

#newOfferDialog {
  transform: translate(0, 0);
}

.quality-test-container {
  padding: 10px 30px;
}

.quality-test-overview {
  padding-left: 30px;
  padding-top: 20px;
}

.quality-test-overview h4 {
  font-size: 15px;
  font-family: 'Roboto', sans-serif!important;
  color: #31394d!important;
  font-weight: 300;
  margin-top: 20px;
}

.quality-test-overview a {
  font-size: 15px;
  font-family: 'Roboto', sans-serif!important;
  color: #31394d!important;
  font-weight: 300;
  text-decoration: underline;
}

.quality-test-overview .icon-attachment {
  font-size: 11px;
}

.quality-test-overview .description {
  margin-left: 5px;
}

.quality-test-overview p {
  font-size: 13px;
  font-family: 'Roboto', sans-serif!important;
  color: #919191!important;
  font-weight: 300;
  margin-left: 20px;
  margin-top: 15px;
}
.per-page-selector {
  font-family: 'Roboto', sans-serif!important;
  font-weight: 400;
  color: #6a707e!important;
}

.quality-test-text {
  padding-left: 30px;
  padding-top: 20px;
}

.quality-test-text .quality-text {
  width: 100%;
  box-shadow: 0 0 20px 0 #00000029;
  padding: 20px;
  margin-bottom: 50px;
}

.quality-test-text .quality-text {
  width: 100%;
  box-shadow: 0 0 20px 0 #00000029;
  padding: 20px;
  margin-bottom: 50px;
}

.quality-test-text .quality-text .cke_top {
  display: none;
}

.quality-test-text .quality-text textarea {
  background-color: white!important;
  border-bottom: solid 1px #919191!important;
  border-left:none!important;
  border-right:none!important;
  border-top:none!important;
}

.quality-test-text .quality-text .characters {
  font-size: 13px;
  font-family: 'Roboto', sans-serif!important;
  color: #31394d!important;
  font-weight: 300;
}

.quality-test-text .quality-text .btn-save {
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 #00000029;
  background-color: #004e81;
  color: white;
  margin-left: 20px;
}

.quality-test-text .quality-text .btn-test-submit, .quality-test-text .quality-text .btn-test-submit:hover {
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 #00000029;
  background-color: #2588c9;
  color: white;
  margin-left: 15px;
}

.task-text {
  padding-top: 10px;
}

.task-an-text {
  padding-top: 10px!important;
}

.task-text .cke_reset {
  height: 255px!important;
}


.task-an-text .quality-text {
  width: 100%;
  box-shadow: 0 0 20px 0 #00000029;
  padding: 20px;
  margin-bottom: 40px;
  padding-bottom: 55px;
}

#task-an-text-h3 {
  margin-top: 10px!important;
}

.task-text .quality-text {
  width: 100%;
  box-shadow: 0 0 20px 0 #00000029;
  padding: 20px;
  margin-bottom: 40px;
  padding-bottom: 100px;
}

.task-text .cke_bottom {
  background-color: transparent!important;
}

.task-text .cke_bottom {
  padding: 20px 8px 2px !important;
}

.task-text .quality-text textarea {
  background-color: white!important;
  border-bottom: solid 1px #919191!important;

}

.task-text .quality-text .characters {
  font-size: 13px;
  font-family: 'Roboto', sans-serif!important;
  color: #31394d!important;
  font-weight: 300;
}

.task-text .quality-text .btn-save {
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 #00000029;
  background-color: #004e81;
  color: white;
  margin-left: 20px;
}

.task-text .quality-text .btn-test-submit, .quality-test-text .quality-text .btn-test-submit:hover {
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 #00000029;
  background-color: #2588c9;
  color: white;
  margin-left: 15px;
}

#cke_wordcount_w0 {
  font-size: 14px;
  font-family: 'Roboto', sans-serif!important;
  color: #9296a1!important;
  font-weight: 500;
}

#testSaved h2, #testComplete h2, #testNotSaved h2, #testFailed h2 {
  font-size: 25px;
  font-family: 'Roboto', sans-serif!important;
  color: #2588c9!important;
  font-weight: 300;
  margin-bottom: 10px!important;
}

#testSaved .icon, #testComplete .icon, #testNotSaved .icon, #testFailed .icon {
  color: #2588c9!important;
}

#testSaved p, #testComplete p, #testNotSaved p, #testFailed p {
  font-size: 14px;
  font-family: 'Roboto', sans-serif!important;
  color: #919191!important;
  font-weight: 400;
  margin-bottom: 0px;
}

#testSaved .modal-body, #testComplete .modal-body, #testNotSaved .modal-body, #testFailed .modal-body {
  padding-top: 56px;
  padding-bottom: 70px;
  padding-right: 0px;
  padding-left: 0px;
}

#testSaved .modal-header, #testComplete .modal-header, #testNotSaved .modal-header, #testFailed .modal-header {
  padding: 14px 10px 0px 0px;
}

#testSaved .btn-round-close, #testComplete .btn-round-close, #testNotSaved .btn-round-close, #testFailed .btn-round-close {
  font-size: 10px;
  height: 20px;
  width: 20px;
  padding: 10px;
  border-radius: 50%;
  background-color: #CACACA;
  color: white!important;
  border-color: transparent;
}

.qt-home-overview {
  padding-left: 30px;
}

.qt-home-overview h4 {
  font-size: 15px;
  font-family: 'Roboto', sans-serif!important;
  color: #757b88!important;
  font-weight: 300;
}

.qt-home-overview p {
  font-size: 15px;
  font-family: 'Roboto', sans-serif!important;
  color: #757b88!important;
  font-weight: 300;
}

.qt-home-overview .btn-qt-continue {
  padding: 8px 20px;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 #00000029;
  background-color: #2588c9;
  color: white;
  margin-left: 10px;
}

.qt-home-overview .btn-qt-continue-main, .qt-home-overview .btn-qt-continue-main:hover {
  padding: 8px 20px;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 #00000029;
  background-color: #2588c9;
  color: white;
  margin-top: 20px;
}

.btn-qt-continue-main {
  font-size: 18px !important;
}

.btn-offline {
  display: block;
  width: 90%;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 12px;
  color: #2588c9!important;
  padding: 7px 0px;
  border-radius: 13px;
  border: 1px solid #2588c9;
  background-color: white!important;
  width: 100%;
}

#btn-invoice-download {
  display: inline-block;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 12px;
  color: #2588c9!important;
  padding: 7px 12px;
  border-radius: 10px;
  border: 1px solid #2588c9;
  background-color: white!important;
}

#btn-invoice-view {
  display: inline-block;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 12px;
  color: #2588c9!important;
  padding: 7px 12px;
  border-radius: 10px;
  border: 1px solid #2588c9;
  margin-left: 5px;
  background-color: white!important;
}

.task-offline-p-l {
  padding-left: 50px!important;
  max-width: 200px;
}

#pills-tabContent {
  padding-left: 30px;

}

.task-border-bottom {
  margin-left: 10px;
  padding-bottom: 40px;
  padding-left: 0px;
  padding-right: 0px;
  border-bottom: solid 1px #d9d9d9;
}

#task-content {
  padding-left: 15px;
  padding-top: 40px;
}

@media only screen and (max-width: 576px) {
  .task-border-bottom {
    margin-left: 0px!important;
  }
  #task-content {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
  }
  #pills-tabContent {
    padding-left: 0px;
    padding-right: 0px;
  }
}

#task-comments {
  padding-left: 40px;
}

#task-comments h3 {
  font-size: 15px;
  font-family: 'Roboto', sans-serif!important;
  color: #9195a0!important;
  font-weight: 300;
  margin: 10px 0 !important;
}

#task-comments label {
  font-size: 15px;
  font-family: 'Roboto', sans-serif!important;
  color: #9195a0!important;
  font-weight: 500;
  margin: 10px 0 !important;
}
#task-comments .form-control {
  border-radius: 8px!important;
  background-color: #F0F0F0!important;
}

#task-comments .topic-footer {
  margin-top: 20px;
}
#task-actions {
  margin-top: 40px;
  padding-left: 40px;
  padding-bottom: 40px;
}

#task-actions .btn-border-top {
  border-top: solid 1px #707070;
  padding-top: 40px;
}

#task-actions .task-btn-solid {
  padding: 8px 20px;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 #00000029;
  background-color: #004e81;
  border-color: transparent;
  color:white;
}

#task-actions .task-btn-solid-dark {
  padding: 8px 20px;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 #00000029;
  background-color: #2588c9;
  border-color: transparent;
  color:white;
}

#task-comments .comment-btn {
  padding: 8px 20px;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 #00000029;
  background-color: white;
  border: solid 1px #2588c9;
  color: #2588c9;
  outline: none;
}

#task-comments .all-comment-btn {
  padding: 8px 20px;
  border-radius: 5px;
  background-color: white;
  border-color: transparent;
  color: #9d9d9e;
  display: inline!important;
  outline: none;
}


#task-content h3 {
  font-size: 15px;
  font-family: 'Roboto', sans-serif!important;
  color: #9195a0!important;
  font-weight: 300;
  margin-bottom: 0px!important;
  margin-top: 30px;
}

#pills-tabContent h3 {
  font-size: 15px;
  font-family: 'Roboto', sans-serif!important;
  color: #9195a0!important;
  font-weight: 300;
  margin: 10px 0 !important;
}
#task-comments-all h3 {
  font-size: 15px;
  font-family: 'Roboto', sans-serif!important;
  color: #2588c9!important;
  font-weight: 300;
  margin: 10px 0 !important;
}

#task-comments-all p {
  font-size: 13px;
  font-family: 'Roboto', sans-serif!important;
  color: #9195a0!important;
  font-weight: 300;
  margin: 10px 0 !important;
}

#task-comments-all {
  padding-left: 40px;
  padding-right: 40px;
}

#pills-tabContent h3 a {
  font-size: 15px;
  font-family: 'Roboto', sans-serif!important;
  color: #9195a0!important;
  font-weight: 300;
  margin: 10px 0 !important;
  text-decoration: underline;
}

#pills-tabContent .info-text { 
  font-style: unset!important;
}

#pills-tabContent .icon-lg {
  font-size: 25px;
}

#pills-tabContent .info-block {
  padding: 15px 10px;
}

.digit-time {
  display: inline-grid;
  width: 20%;
}

.digit-time-title {
  display: inline-grid;
  width: 100%;
  font-size: 15px;
  font-family: 'Roboto', sans-serif!important;
  color: #2588c9!important;
  font-weight: 500;
}

.digit-time-container {
  border: solid 1px #cecbcb;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.digit-time-container .digit {
  font-size: 15px;
  font-family: 'Roboto', sans-serif!important;
  color: #2588c9!important;
  font-weight: 500;
  margin: 10px 0 !important;
}

.digit-time .description {
  font-size: 12px;
  font-family: 'Roboto', sans-serif!important;
  color: #2588c9!important;
  font-weight: 500;
}

.bootstrap-datetimepicker-widget {
  color: #6a707e!important;
  background-color: #FFF!important;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #e8f3fa!important;
  color: black!important;
  border-radius: 5px!important;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.bootstrap-datetimepicker-widget table td.day {
  color: #6a707e!important;
}
.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
  color: #abafb3!important;
}
.bootstrap-datetimepicker-widget table td.day:hover {
  background-color: #e8f3fa!important;
  color: black!important;
  border-radius: 5px!important;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  color: #6a707e!important;
}
.bootstrap-datetimepicker-widget table th:hover {
  background-color: #e8f3fa!important;
  color: black!important;
  border-radius: 5px!important;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

#invoice-offer h4 {
  font-size: 14px;
  font-family: 'Roboto', sans-serif!important;
  color: #9195a0!important;
  font-weight: 300;
  margin: 10px 0;
}

#invoice-offer h3 {
  font-size: 15px;
  font-family: 'Roboto', sans-serif!important;
  color: #2588c9!important;
  font-weight: 300;
  margin: 10px 0;
  text-transform: uppercase;
}
.invoice-container {
  margin-left: 30px;
  margin-top:30px;
}
.invoice-container-description {
  margin-left: 30px;
  margin-top:0px;
}

.invoice-container-btn {
  margin-left: 30px;
  margin-top:30px;
  margin-bottom:50px;
}
#invoice-container-description-h4 {
  margin-top:0px !important;
}
.invoicebd{
  margin-top: 50px;
  border-bottom: solid 1px #707070;
}

.bs-actionsbox .btn-group .bs-select-all {
  margin-right: 2.5%!important;
  width: 47.5%!important;
  background-color: white!important;
  color: #2588c9!important;
  border-radius: 5px!important;
  border: solid 1px #2588c9;
  box-shadow: none;
  margin-top:5px;
}

.bs-actionsbox .btn-group .bs-select-all:hover {
  margin-right: 2.5%!important;
  background-color: white!important;
  width: 47.5%!important;
  color: #2588c9!important;
  border-radius: 5px!important;
  border: solid 1px #2588c9;
  margin-top:5px;
  box-shadow: none;
}

.bs-actionsbox .btn-group .bs-deselect-all {
  margin-left: 2.5%!important;
  width: 47.5%!important;
  background-color: #2588c9!important;
  color: white!important;
  border-radius: 5px!important;
  border: solid 1px transparent;
  box-shadow: none;
  margin-top:5px;
}

.bs-actionsbox .btn-group .bs-deselect-all:hover {
  margin-left: 2.5%!important;
  background-color: #2588c9!important;
  width: 47.5%!important;
  color: white!important;
  border-radius: 5px!important;
  border: solid 1px transparent;
  margin-top:5px;
  box-shadow: none;
}

.bootstrap-select .bs-searchbox .form-control {
  background-color: white!important;
  color: #2588c9!important;
  border-radius: 5px!important;
  border: solid 1px #2588c9;
}

.bootstrap-select.btn-group .dropdown-menu::-webkit-scrollbar {
  display: none!important; 
  overflow-y: hidden!important;
}

button:focus,
input:focus,
select:focus,
textarea:focus,
a:focus {
  outline: none!important;
}

.bootstrap-select.btn-group, .bootstrap-select.btn-group:focus {
  outline: none!important;
}
.grid-view .table {
  width: 100%;
}
.title-msg-table {
  width: 30%!important;
}

.title-msg-table-2 {
  width: 38%!important;
}


.grid-view .table tr:hover {
  cursor: pointer!important;
}

.invoice-modal-description {
  margin-top: 10px!important;
}

.invoice-title-description {
  margin-top: 20px!important;
}

.task-table th:first-child {
  width: 20px;
}
.task-table th:nth-child(2) {
  text-align: left;
}
.cke_top, .cke_contents, .cke_bottom {
  background: transparent!important;
  background-color: transparent!important;
}
@media (min-width: 1450px) {
  .col-invoice-lg {
    width: 14%;
  }
}
.profile-statistics-card h3 {
  font-size: 14px;
  font-family: 'Roboto', sans-serif!important;
  color: #000!important;
  font-weight: 500;
}

.profile-statistics-card h2 {
  font-size: 30px;
  font-family: 'Roboto', sans-serif!important;
  color: #9195a0!important;
  font-weight: 500;
}
.profile-statistics-card-border {
  border-right: solid 1px #707070;;
}

.profile-statistics-container {
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 25px;
  box-shadow: 0 3px 6px 0 #00000029;
}
.profile-statistics-card .success {
  color: #017b0a!important;
}
.profile-statistics-card .fail {
  color: #ff0000!important;
}
.profile-statistics-card .primary {
  color: #2588c9!important;
}


*[role="section-title"] {
  margin: 0;
  height: auto;
  background-color: #e8f3fa;
  padding-left: 60px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.profile-table {
  padding-top: 20px;
}

.profile-table th a {
  font-family: 'Roboto', sans-serif!important;
  color: #5f5f60 !important;
  font-weight: 600 !important;
}

.profile-table td {
  text-align: center;
  font-family: 'Roboto', sans-serif!important;
  color: #5f5f60!important;
  font-weight: 400;
  padding: 20px 0px!important;
}

.profile-table td:first-child {
  padding-left: 10px !important;
  text-align: left;
 }

 .profile-table td:last-child {
  padding-right: 10px !important;
 }

 .profile-table th:first-child {
  min-width: 400px;
 }

.profile-table td a {
  font-family: 'Roboto', sans-serif!important;
  color: #5f5f60!important;
  font-weight: 400;
}

.profile-table th {
  text-align: center;
  padding: 15px 0px!important;
  width: 15%;
  min-width: 200px;
  font-family: 'Roboto', sans-serif!important;
  color: #5f5f60 !important;
  font-weight: 600 !important;
  font-size: 15px;
  text-transform: uppercase;
}

.profile-table thead {
  min-width: 100%;
  width: 100%;
}

.profile-table th:first-child {
  text-align: left;
  width: 40%;
 }

 .profile-table {
  padding-top: 20px;
}

.profile-table th a {
  font-family: 'Roboto', sans-serif!important;
  color: #5f5f60 !important;
  font-weight: 600 !important;
}

.profile-table td {
  text-align: center;
  font-family: 'Roboto', sans-serif!important;
  color: #5f5f60!important;
  font-weight: 400;
  padding: 20px 0px!important;
}

.profile-table td:first-child {
  padding-left: 10px !important;
  text-align: left;
 }

 .profile-table td:last-child {
  padding-right: 10px !important;
 }

 .profile-table th:first-child {
  min-width: 50px;
 }

.profile-table td a {
  font-family: 'Roboto', sans-serif!important;
  color: #5f5f60!important;
  font-weight: 400;
}

.profile-table th {
  text-align: center;
  padding: 15px 0px!important;
  width: 15%;
  min-width: 100px;
  font-family: 'Roboto', sans-serif!important;
  color: #5f5f60 !important;
  font-weight: 600 !important;
  font-size: 15px;
  text-transform: uppercase;
}

.profile-table thead {
  min-width: 100%;
  width: 100%;
}

.profile-table th:first-child {
  text-align: left;
  width: 10%;
 }
.title-date {
  font-family: 'Roboto', sans-serif!important;
  font-size: 18px!important;
  font-weight: 300!important;
  margin-right: 100px!important;
}
.table td.text-left {
  text-align: left!important;
}

.nav-tabs.offers-btn-group {
  border:none;
}

.offers-btn-group .offers-btn-tab, .offers-btn-group .offers-btn-tab:hover {
  color: white;
  background-color: #2588c9;
  padding: 15px 25px;
}

@media screen and (max-width:767px) {
  .offers-btn-group .offers-btn-tab, .offers-btn-group .offers-btn-tab:hover {
    padding: 10px 10px !important;
    font-size: 11px;
  }
}
.offers-btn-group{
  margin-top: 15px;
}
.offers-btn-first{
  border-radius: 5px 0px 0px 5px;
}
.offers-btn-last{
  border-radius: 0px 5px 5px 0px;
}
.offers-btn-group .offers-btn-tab.active {
  background-color: #48abeb;
}
#tab-2-btn, #tab-3-btn {
  margin-left: -4px;
}
.bootstrap-select > .dropdown-toggle {
  background-color: #e3e3e3!important;
  border-radius: 3px!important;
  border: 0;
  box-shadow: none!important;
}

.bootstrap-select > .dropdown-toggle .caret {
  color: #adadad;
}

.bootstrap-select .dropdown-menu {
  border-radius: 3px!important;
  border: 0;
  /* box-shadow: none!important; */
}
.menu-icon {
  padding-right: 10px!important;
  padding-top: 15px;
  margin-left: 15px;
}
.arrow-left {
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-right: 8px solid white;
  border-bottom: 5px solid transparent;
  cursor:pointer;
}
.arrow-right {
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 8px solid white;
  border-bottom: 5px solid transparent;
  cursor:pointer;
}
.toggle-container {
  padding-top: 18px;
}
.sidebar .sidebar-admin .sidebar-logo {
  background-color: #2588c9;
  /* padding-left: 34px;
  padding-bottom: 24px;
  padding-top: 24px; */
}

.sidebar-menu .nav-list-link {
  padding: 20px 0px 20px 50px!important;
}

.sidebar .sidebar-admin .sidebar-logo .navbar-logo-container-closed img {
  height: 50px;
  width: auto;
}

.sidebar .sidebar-admin .sidebar-logo .navbar-logo-container-opened img {
  height: 50px;
  width: auto;
}
.no-margin {
  margin: 0px!important;
  padding: 25px 10px 20px 10px;
}
.form-group-details {
  margin-top: 15px;
}
.form-group-details label {
  color: #9195a0!important;
}

.keycontent-icon-font {
  font-family: 'keycontent', Roboto-Regular !important;
}

.social-author .bootstrap-select.btn-group .dropdown-menu li {
  font-family: 'keycontent' !important;
}

.btn-sign {
  margin-bottom: 15px;
}

.btn-outline-back {
  margin: 0 !important;
  padding: 12px 30px !important;
}

.space-block {
  margin-top: 10px;
  margin-bottom: 10px;
}

.files-cv-profile span {
  color: #adadad !important;
  font-style: italic;
  font-size: 12px;
  word-break: break-all;
}

.chat-btn-solid {
  padding: 8px 20px;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 #00000029;
  background-color: #f78903;
  border-color: transparent;
  color:white;
}

.modal-dialog.modal-chat {
  margin-top: 0 !important;
  width: 80% !important;
}

.modal-chat .modal-header {
  padding-left: 17px !important;
  padding-right: 17px !important;
}

.modal-chat .modal-body {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

/*# sourceMappingURL=main.min.css.map */
