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

.row {
  margin: 0;
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-12 {
    float: left;
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-12 {
    float: left;
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
    float: left;
  }

  .col-lg-12 {
    float: left;
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

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

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

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

.clearfix:after, .container:after, .container-fluid:after, .row:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden;
}

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

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

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

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

*:focus {
  outline: none !important;
}

textarea:focus,
input:focus {
  outline: none;
}

input.input-default {
  border: 1px solid #BDBDBD;
  border-radius: 2px;
  width: 100%;
  height: 24px;
  color: #616161;
  padding-left: 6px;
  margin-bottom: 5px;
}
input.input-default.warning {
  border: 1px solid #F44336;
}
input.input-default.success {
  border: 1px solid #4CAF50;
}

select.select-default {
  border: 1px solid #BDBDBD;
  border-radius: 2px;
  width: 100%;
  height: 24px;
  color: #616161;
  padding-left: 3px;
  margin-bottom: 5px;
  background-color: #FFF;
}

textarea.textarea-default {
  border: 1px solid #BDBDBD;
  border-radius: 2px;
  width: 100%;
  min-height: 64px;
  color: #616161;
  padding-left: 3px;
  margin-bottom: 5px;
  background-color: #FFF;
  resize: none;
}

input.datepicker-input {
  width: 150px !important;
}

[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none !important;
}

img.user-avatar {
  height: 60px;
  width: 60px;
  webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.fa-1_5x,
.fa-stack-1_5x {
  font-size: 1.5em;
}

span.fa-stack {
  width: 1.5em !important;
  height: 1.5em !important;
}

.fa.fa-5x.fa-spin.fa-spinner {
  color: #FF5722;
}

.fa.fa-5x.fa-spin_v2.fa-spinner {
  color: #FF5722;
}

.fa-spin_v2 {
  transition: 2.9s;
  transform: rotateY(180deg);
}

.fa-important {
  color: #FF5722 !important;
}

.ng-hide-animate {
  display: block !important;
}

span.flag-ua {
  position: relative;
  top: 1px;
  left: 2px;
  display: inline-block;
  min-height: 11px;
  min-width: 16px;
  background-image: url("https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/ua.png");
  background-size: 16px 11px;
}

span.flag-ru {
  position: relative;
  top: 1px;
  left: 2px;
  display: inline-block;
  min-height: 11px;
  min-width: 16px;
  background-image: url("http://www.famil.ru/static/images/flag_ru.png");
  background-size: 16px 11px;
}

span.flag-md {
  position: relative;
  top: 1px;
  left: 2px;
  display: inline-block;
  min-height: 11px;
  min-width: 16px;
  background-image: url("https://publicadministration.un.org/egovkb/Portals/0/Icons/CountryFlagIcons/md.gif");
  background-size: 16px 11px;
}

/* Hidding the radiobuttons & checkboxes */
input[type="radio"],
input[type="checkbox"] {
  display: none;
}

/* Hidding the "check" status of inputs */
input[type="radio"] + label .fa-circle,
input[type="checkbox"] + label .fa-check {
  display: none;
}

/* Styling the "check" status */
input[type="radio"]:checked + label .fa-circle,
input[type="checkbox"]:checked + label .fa-check {
  display: inline-block;
  color: #E64A19;
}

/* Styling checkboxes */
input[type="checkbox"]:checked + label .fa-check {
  position: relative;
  left: 0.125em;
  bottom: 1.36em;
  display: inline-block;
}

/* Styling radiobuttons */
input[type="radio"]:checked + label .fa-circle-o {
  display: none;
}

input[type="radio"]:checked + label .fa-circle {
  display: inline-block;
}

input[type="checkbox"] + label span.text,
input[type="radio"] + label span.text {
  color: #616161;
  font-family: "Exo 2", sans-serif;
  font-size: 14px;
  font-weight: 200;
  position: relative;
  top: -2px;
}

input[type="checkbox"] + label span.text {
  position: absolute;
  top: -3px;
  left: 25px;
  min-width: 200px;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  color: #BDBDBD;
  cursor: pointer;
  font-family: "Electrolize", sans-serif;
}

select:disabled {
  background-color: #ebebe4;
}

input:disabled + label {
  opacity: 0.5;
}

span.divider {
  margin: 0 3px;
  position: relative;
  top: -1px;
  color: #BDBDBD;
}

hr.divider {
  color: #E0E0E0;
  border-color: #E0E0E0;
  background-color: #E0E0E0;
  margin: 5px !important;
}

.border-divider-right {
  border-right: 1px solid #E0E0E0;
}

.border-divider-top {
  border-top: 1px solid #E0E0E0;
}

.version-description {
  width: 250px;
  overflow: auto;
  font-size: 11px;
}
.version-description .version-header {
  font-weight: bold;
  font-size: 11px;
}

.disabled {
  opacity: 0.5;
}

.disabled-super {
  opacity: 0.2;
}

.alert-default {
  background-color: #FF7043;
  color: #FFF;
}

.alert-text-min {
  font-size: 10px;
  color: #FF7043;
  opacity: 1 !important;
}

.user-identificator {
  border: 2px solid #E0E0E0;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: #FFF;
  position: absolute;
  top: 3px;
  left: 3px;
}
.user-identificator.r-1 {
  background: #FFF;
}
.user-identificator.r-2 {
  background: #F44336;
}
.user-identificator.r-3 {
  background: #4E342E;
}
.user-identificator.r-4 {
  background: #6D4C41;
}
.user-identificator.r-5 {
  background: #795548;
}
.user-identificator.r-6 {
  background: #A1887F;
}
.user-identificator.r-7 {
  background: #BCAAA4;
}
.user-identificator.r-8 {
  background: #FFEB3B;
}
.user-identificator.r-9 {
  background: #333;
}
.user-identificator.r-10 {
  background: #4CAF50;
}
.user-identificator.r-11 {
  background: #81C784;
}
.user-identificator.r-12 {
  background: #1565C0;
}
.user-identificator.r-13 {
  background: #7B1FA2;
}
.user-identificator.r-14 {
  background: #FFF;
}

h4.heading {
  color: #616161;
}

h4.header-label {
  color: #616161;
  font-size: 12px;
  font-weight: bold;
  margin: 5px 5px 5px 0;
}

.combined-form-group .col-md-1, .combined-form-group .col-md-2, .combined-form-group .col-md-3, .combined-form-group .col-md-4, .combined-form-group .col-md-5, .combined-form-group .col-md-6, .combined-form-group .col-md-7, .combined-form-group .col-md-8, .combined-form-group .col-md-9, .combined-form-group .col-md-10, .combined-form-group .col-md-11, .combined-form-group .col-md-12 {
  padding: 0;
}

input.has-error {
  border: 1px solid #F44336 !important;
}

input:focus {
  outline: none !important;
  box-shadow: none !important;
}

input.has-success {
  border: 1px solid #4CAF50 !important;
}

/** Image picker */
ul.thumbnails.image_picker_selector {
  overflow: auto;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
ul.thumbnails.image_picker_selector ul {
  overflow: auto;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
ul.thumbnails.image_picker_selector li {
  display: inline-block;
  width: 21%;
  margin: 12px;
  cursor: pointer;
}
ul.thumbnails.image_picker_selector li.group_title {
  float: none;
  margin: 0px 12px 12px 0px;
  float: left;
  cursor: pointer;
}
ul.thumbnails.image_picker_selector li .thumbnail {
  padding: 6px;
  border: 1px solid #E0E0E0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
ul.thumbnails.image_picker_selector li .thumbnail img {
  -webkit-user-drag: none;
}
ul.thumbnails.image_picker_selector li .thumbnail.selected {
  background: #FF5722;
}

.empty-container {
  padding: 20px;
}

.time-badge {
  color: #FF5722;
  font-size: 10px;
}

.warning-badge {
  color: #FF5722;
}

button.btn {
  border: none;
  font-family: inherit;
  font-size: 13px;
  color: inherit;
  background: none;
  cursor: pointer;
  padding: 8px 75px 8px 65px;
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
button.btn:hover {
  color: #FFF !important;
}
button.btn:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: #FFF !important;
}
button.btn:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
  color: #FFF !important;
}
button.btn .fa {
  position: absolute;
}
button.btn .fa.fa-1_5x {
  top: 7px;
  right: 9px;
}
button.btn .fa.fa-2x {
  top: 3px;
  right: 5px;
}
button.btn:before {
  left: auto;
  right: 10px;
  z-index: 2;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  line-height: 3;
  font-size: 140%;
  width: 60px;
  color: #FFF !important;
}
button.btn:after {
  width: 24%;
  height: 200%;
  background: rgba(255, 255, 255, 0.2);
  z-index: 1;
  right: 0;
  top: 0;
  margin: -5px 0 0 -5px;
  color: #FFF !important;
}
button.btn:hover:after {
  width: 40%;
  -webkit-transform-origin: 0 0;
  -webkit-transform: rotate(-20deg);
  -moz-transform-origin: 0 0;
  -moz-transform: rotate(-20deg);
  -ms-transform-origin: 0 0;
  -ms-transform: rotate(-20deg);
  transform-origin: 0 0;
  transform: rotate(-20deg);
  color: #FFF !important;
}
button.btn:focus {
  color: #FFF !important;
}

button.btn-login {
  padding: 8px 64px 8px 53px;
  background: #FF5722;
  color: #FFF;
}
button.btn-login:hover {
  background: #F4511E;
}
button.btn-login:active {
  background: #BF360C;
  top: 2px;
}

button.btn-logout {
  padding: 8px 56px 6px 17px;
  background: #FF5722;
  color: #FFF;
}
button.btn-logout:after {
  width: 32%;
}
button.btn-logout:hover:after {
  width: 48%;
}
button.btn-logout:hover {
  background: #F4511E;
}
button.btn-logout:active {
  background: #BF360C;
  top: 2px;
}
button.btn-logout .fa.fa-2x {
  top: 3px;
  right: 1px;
}
button.btn-logout .fa.fa-1_5x {
  top: 7px;
  right: 6px;
}

button.btn-send {
  padding: 8px 56px 8px 17px;
  background: #FF5722;
  color: #FFF;
}
button.btn-send:after {
  width: 26%;
}
button.btn-send:hover:after {
  width: 38%;
}
button.btn-send:hover {
  background: #F4511E;
}
button.btn-send:active {
  background: #BF360C;
  top: 2px;
}
button.btn-send .fa.fa-2x {
  top: 3px;
  right: 5px;
}

button.btn-submit {
  padding: 8px 56px 8px 17px;
  background: #43A047;
  color: #FFF;
}
button.btn-submit:after {
  width: 26%;
}
button.btn-submit:hover:after {
  width: 38%;
}
button.btn-submit:hover {
  background: #388E3C;
}
button.btn-submit:active {
  background: #1B5E20;
  top: 2px;
}
button.btn-submit .fa.fa-2x {
  top: 3px;
  right: 5px;
}
button.btn-submit .fa.fa-1_5x {
  top: 7px;
  right: 5px;
}

button.btn-remove {
  padding: 8px 56px 8px 17px;
  background: #F4511E;
  color: #FFF;
}
button.btn-remove:after {
  width: 26%;
}
button.btn-remove:hover:after {
  width: 38%;
}
button.btn-remove:hover {
  background: #E64A19;
}
button.btn-remove:active {
  background: #BF360C;
  top: 2px;
}
button.btn-remove .fa.fa-2x {
  top: 3px;
  right: 5px;
}
button.btn-remove .fa.fa-1_5x {
  top: 7px;
  right: 5px;
}

button.btn-plus {
  padding: 8px 56px 8px 56px;
  border: 1px solid #F4511E;
  color: #F4511E;
  background: #FFF;
}
button.btn-plus:after {
  width: 26%;
}
button.btn-plus:hover:after {
  width: 38%;
}
button.btn-plus:hover {
  background: #E64A19;
}
button.btn-plus:active {
  background: #BF360C;
  top: 2px;
}
button.btn-plus:focus {
  border: 1px solid #F4511E;
  color: #F4511E !important;
  background: #FFF;
}
button.btn-plus .fa.fa-2x {
  top: 3px;
  right: 5px;
}
button.btn-plus .fa.fa-1_5x {
  top: 9px;
  right: 5px;
}

button.btn-cancel {
  padding: 8px 56px 8px 17px;
  background: #9E9E9E;
  color: #FFF;
}
button.btn-cancel:after {
  width: 26%;
}
button.btn-cancel:hover:after {
  width: 38%;
}
button.btn-cancel:hover {
  background: #757575;
}
button.btn-cancel:active {
  background: #212121;
  top: 2px;
}
button.btn-cancel .fa.fa-2x {
  top: 3px;
  right: 1px;
}

button.btn-dashboard-nav {
  height: 120px;
  width: 120px;
  margin: 19px;
  position: relative;
  border: none;
  font-family: inherit;
  font-size: 13px;
  color: inherit;
  background: none;
  cursor: pointer;
}
button.btn-dashboard-nav:disabled {
  opacity: 0.4;
}
button.btn-dashboard-nav:hover {
  color: #FF5722;
}
button.btn-dashboard-nav .btn-name {
  position: absolute;
  top: 120px;
  width: 125px;
  left: -2px;
}

button.btn-submit-filter {
  height: 19px;
  width: 40px;
  position: relative;
  border: none;
  font-family: inherit;
  color: #FFF;
  background: #FF5722;
  cursor: pointer;
  padding: 0;
}
button.btn-submit-filter:after {
  width: 0;
}
button.btn-submit-filter .fa {
  top: 3px;
  right: 11px;
}

button.btn-save-wide {
  height: 18px;
  width: 100%;
  position: relative;
  border: none;
  font-family: inherit;
  color: #FFF;
  background: #FF5722;
  cursor: pointer;
  padding: 0;
}

button.btn-pagination-filter {
  height: 19px;
  display: inline-block;
  padding: 5px 14px;
  background: #FFF;
  border: 1px solid #E0E0E0;
  border-radius: 15px;
  color: #FF5722;
  border: none;
  font-family: inherit;
  font-size: 13px;
  cursor: pointer;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  line-height: 1.42857;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
button.btn-pagination-filter:disabled {
  opacity: 0.5;
}
button.btn-pagination-filter:after {
  width: 0;
}
button.btn-pagination-filter:hover {
  color: #FFF;
  background: #FF5722 !important;
}
button.btn-pagination-filter:hover:after {
  width: 0;
}
button.btn-pagination-filter:active {
  color: #FFF;
  background: #E64A19 !important;
}
button.btn-pagination-filter:active:after {
  width: 0;
  background: #FFF;
}
button.btn-pagination-filter .fa {
  position: absolute;
}
button.btn-pagination-filter .fa.fa-arrow-left {
  top: 3px;
  right: 8px;
}
button.btn-pagination-filter .fa.fa-arrow-right {
  top: 3px;
  right: 2px;
}

input.file-upload {
  width: 165px;
  position: relative;
  left: 100px;
  top: 5px;
  background: #9E9E9E;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: #9E9E9E;
}
input.file-upload:hover {
  background: #757575;
  color: #757575;
}

input[type="file" i]::-webkit-file-upload-button {
  background: #FF5722;
  border: none;
  font-family: inherit;
  font-size: 13px;
  color: inherit;
  background: none;
  cursor: pointer;
  padding: 8px 75px 8px 65px;
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  padding: 8px 17px;
  background: #9E9E9E;
  color: #FFF;
}
input[type="file" i]::-webkit-file-upload-button:after {
  width: 26%;
}
input[type="file" i]::-webkit-file-upload-button:hover:after {
  width: 38%;
}
input[type="file" i]::-webkit-file-upload-button:hover {
  background: #757575;
}
input[type="file" i]::-webkit-file-upload-button:active {
  background: #212121;
  top: 2px;
}
input[type="file" i]::-webkit-file-upload-button .fa.fa-2x {
  top: 3px;
  right: 1px;
}

button.btn-password {
  border: 1px solid #FF5722;
}
button.btn-password:hover {
  color: #FF5722 !important;
}
button.btn-password:active {
  color: #FF5722 !important;
}
button.btn-password:focus {
  color: #FF5722 !important;
}

button.btn-change {
  border: 1px solid #388E3C;
  padding: 8px 75px 8px 75px;
}
button.btn-change:hover {
  color: #388E3C !important;
}
button.btn-change:active {
  color: #388E3C !important;
}
button.btn-change:focus {
  color: #388E3C !important;
}

button.btn-close {
  border: 1px solid #616161;
  padding: 8px 75px 8px 75px;
}
button.btn-close:hover {
  color: #616161 !important;
}
button.btn-close:active {
  color: #616161 !important;
}
button.btn-close:focus {
  color: #616161 !important;
}

button.btn-inter {
  border: 1px solid #616161;
  padding: 8px 75px 8px 75px;
}
button.btn-inter:hover {
  color: #616161 !important;
}
button.btn-inter:active {
  color: #616161 !important;
}
button.btn-inter:focus {
  color: #616161 !important;
}
button.btn-inter .fa.fa-2x {
  top: 3px;
  right: 5px;
}
button.btn-inter .fa.fa-1_5x {
  top: 7px;
  right: 5px;
}

button.btn-add-min {
  height: 19px;
  width: 85px;
  position: relative;
  border: 1px solid #FF5722;
  border-radius: 15px;
  font-family: inherit;
  color: #FF5722;
  background: #FFF;
  cursor: pointer;
  padding: 0;
}
button.btn-add-min:hover {
  background: #FF5722;
  color: #FFF;
}
button.btn-add-min:after {
  width: 0;
}
button.btn-add-min .fa {
  top: 3px;
  right: 11px;
}

@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}
@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
#container-login .login-form {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 230px;
  border: 1px solid #E0E0E0;
  border-right: none;
  border-left: none;
  background: #EEEEEE;
}
#container-login .login-form .form-container {
  margin-top: 15px;
}
#container-login .login-form .form-container img.logo-image {
  height: 70px;
  margin: 10px 0;
}
#container-login .login-form .form-container .forgot-pass {
  line-height: 32px;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
}

#container-dashboard {
  position: relative;
}
#container-dashboard .nav-dashboard {
  height: 80px;
  padding: 10px;
  border-bottom: 1px solid #E0E0E0;
  background-color: #EEEEEE;
  font-size: 12px;
}
#container-dashboard .nav-dashboard .nav-divider:last-child {
  border-right: none;
}
#container-dashboard .nav-dashboard .nav-divider {
  border-right: 1px solid #E0E0E0;
  display: table;
}
#container-dashboard .nav-dashboard .nav-divider .fixed-height {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#container-dashboard .nav-dashboard .nav-divider .fixed-height .label-u {
  line-height: 12px;
  font-size: 12px;
}
#container-dashboard .nav-dashboard .nav-divider .fixed-height b.label-u {
  font-size: 11px;
}
#container-dashboard .nav-dashboard .nav-divider .fixed-height .col-md-3, #container-dashboard .nav-dashboard .nav-divider .fixed-height .col-md-5 {
  line-height: 30px;
  letter-spacing: 1px;
}
#container-dashboard .nav-dashboard .nav-divider .fixed-height .col-md-7, #container-dashboard .nav-dashboard .nav-divider .fixed-height .col-md-9 {
  padding: 0 !important;
  line-height: 30px;
}
#container-dashboard .popover-base {
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 289px;
  background-color: #EEEEEE;
  border-top: 1px solid #E0E0E0;
  border-left: 1px solid #E0E0E0;
  height: 290px;
  width: 160px;
  padding: 8px;
  font-size: 12px;
  font-weight: bold;
  -webkit-transition: visibility 0.3s linear, opacity 0.3s linear;
  -moz-transition: visibility 0.5s;
  -ms-transition: visibility 0.5s;
  -o-transition: visibility 0.5s;
  transition: visibility 0.3s linear, opacity 0.3s linear;
}
#container-dashboard .popover-base div {
  margin: 5px 0;
  cursor: pointer;
}
#container-dashboard .popover-base div a {
  color: #757575;
}
#container-dashboard .popover-base div a:hover {
  text-decoration: underline;
  color: #FF5722;
}
#container-dashboard .popover-base div:first-child {
  margin-top: 0;
}

#elements-container .elements-not-found-container {
  display: block;
  height: 440px;
  width: 100%;
  text-align: center;
}
#elements-container .elements-not-found-container .fa {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
#elements-container .elements-not-found-container .message {
  margin: 0;
  position: absolute;
  top: 60%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
#elements-container .elements-wrap {
  min-height: 440px;
}
#elements-container .elements-item-container {
  padding: 5px;
  position: relative;
  height: 88px;
  width: 315px;
  border-right: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  background: #FAFAFA;
  cursor: pointer;
}
#elements-container .elements-item-container:hover {
  background: #BDBDBD;
  color: #FFF !important;
}
#elements-container .elements-item-container:hover input[type="checkbox"] + label, #elements-container .elements-item-container:hover input[type="radio"] + label {
  color: #FFF;
}
#elements-container .elements-item-container .elements-item-info-base {
  height: 55px;
  top: -6px;
  position: relative;
}
#elements-container .elements-item-container .elements-item-sku {
  clear: both;
  float: right;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  max-width: 300px;
}
#elements-container .elements-item-container .elements-item-date {
  float: right;
  font-size: 10px;
  width: 280px;
  text-align: right;
}
#elements-container .elements-item-container .elements-item-name {
  clear: both;
  font-size: 13px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
#elements-container .elements-item-container .elements-item-group {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 11px;
  color: #FF5722;
}
#elements-container .elements-item-container .elements-item-price {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 11px;
}
#elements-container .elements-item-container.item-2, #elements-container .elements-item-container.item-5, #elements-container .elements-item-container.item-8, #elements-container .elements-item-container.item-11, #elements-container .elements-item-container.item-14, #elements-container .elements-item-container.item-17, #elements-container .elements-item-container.item-20 {
  border-right: none;
}
#elements-container .elements-item-container.item-18, #elements-container .elements-item-container.item-19, #elements-container .elements-item-container.item-20 {
  border-bottom: none;
}
#elements-container #paginator {
  display: inline-block;
  width: 223px;
}
#elements-container .spinner-loader {
  height: 440px;
}

#element-container .element-content-container {
  padding: 10px;
  height: 500px;
}
#element-container .element-content-container .label-input {
  line-height: 24px;
  margin-bottom: 5px;
}
#element-container .element-content-container .profile-systems-container {
  width: 444px;
  height: 125px;
  background: #FFF;
  border: 1px solid #BDBDBD;
  overflow: auto;
}
#element-container .element-content-container .profile-systems-container .profile-systems-item {
  width: 135px;
}
#element-container .spinner-loader {
  display: block;
  height: 310px;
  width: 100%;
  text-align: center;
}
#element-container .spinner-loader .fa {
  color: #FF5722;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 45%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
#element-container .glass-price-ranges {
  float: right;
}
#element-container .glass-price-ranges span {
  top: -4px;
}
#element-container input[type="checkbox"] + label {
  margin-left: 5px;
}
#element-container .spinner-loader {
  height: 500px;
}

.range-stats {
  font-size: 11px;
  color: #FF5722;
}

#lists-container .lists-not-found-container {
  display: block;
  height: 310px;
  width: 100%;
  text-align: center;
}
#lists-container .lists-not-found-container .fa {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
#lists-container .lists-not-found-container .message {
  margin: 0;
  position: absolute;
  top: 60%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
#lists-container .lists-wrap {
  min-height: 440px;
}
#lists-container .lists-item-container {
  padding: 5px;
  position: relative;
  height: 88px;
  width: 315px;
  border-right: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  background: #FAFAFA;
  cursor: pointer;
}
#lists-container .lists-item-container:hover {
  background: #BDBDBD;
  color: #FFF !important;
}
#lists-container .lists-item-container:hover input[type="checkbox"] + label, #lists-container .lists-item-container:hover input[type="radio"] + label {
  color: #FFF;
}
#lists-container .lists-item-container .lists-item-info-base {
  height: 55px;
  top: -6px;
  position: relative;
}
#lists-container .lists-item-container .lists-item-sku {
  clear: both;
  float: right;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  max-width: 300px;
}
#lists-container .lists-item-container .lists-item-date {
  float: right;
  font-size: 10px;
  width: 280px;
  text-align: right;
}
#lists-container .lists-item-container .lists-item-name {
  clear: both;
  font-size: 13px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
#lists-container .lists-item-container .lists-item-group {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 11px;
  color: #FF5722;
}
#lists-container .lists-item-container .lists-item-price {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 11px;
}
#lists-container .lists-item-container.item-2, #lists-container .lists-item-container.item-5, #lists-container .lists-item-container.item-8, #lists-container .lists-item-container.item-11, #lists-container .lists-item-container.item-14, #lists-container .lists-item-container.item-17, #lists-container .lists-item-container.item-20 {
  border-right: none;
}
#lists-container .lists-item-container.item-18, #lists-container .lists-item-container.item-19, #lists-container .lists-item-container.item-20 {
  border-bottom: none;
}
#lists-container #paginator {
  display: inline-block;
  width: 223px;
}
#lists-container .spinner-loader {
  height: 440px;
}

#list-container .beed-profile-systems-container {
  border: 1px solid #E0E0E0;
  border-radius: 3px;
}
#list-container .list-content-container {
  padding: 10px;
  min-height: 500px;
}
#list-container .list-content-container .parent-element-container {
  font-size: 12px;
  line-heigh: 15px;
  margin-bottom: 10px;
}
#list-container .list-content-container .parent-element-container a {
  color: #FF5722;
}
#list-container .list-content-container .label-input {
  line-height: 24px;
  margin-bottom: 5px;
}
#list-container .spinner-loader {
  display: block;
  height: 310px;
  width: 100%;
  text-align: center;
}
#list-container .spinner-loader .fa {
  color: #FF5722;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 45%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
#list-container .child-container {
  height: 120px;
  background: #FFF;
  margin: 16px 0;
  overflow-y: scroll;
}
#list-container .child-container .child-item {
  padding: 5px;
  line-height: 12px;
  border-bottom: 1px solid #E0E0E0;
}
#list-container .child-container .child-item:hover {
  background: #EEEEEE;
}
#list-container .child-container .child-item .child-description {
  display: inline-block;
  min-width: 365px;
  max-width: 365px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
#list-container .child-container .child-item .child-description .child-description-level {
  height: 12px;
  line-height: 12px;
}
#list-container .child-container .child-item .child-description .child-description-level.child-name {
  font-weight: bold;
}
#list-container .child-container .child-item .child-options {
  display: inline-block;
  float: right;
}
#list-container .child-container .child-item .child-options .fa {
  cursor: pointer;
  position: relative;
  top: 2px;
}
#list-container .child-container .child-item .child-options .fa.fa-times {
  top: 1px;
}
#list-container .child-container .child-item .child-options .fa:hover {
  color: #FF5722;
}
#list-container img.list-additional-image {
  width: 265px;
  height: 260px;
  position: relative;
  display: inline-block;
}
#list-container .widths-container {
  padding-top: 70px;
}
#list-container .child-container-empty {
  height: 100%;
  width: 100%;
  line-height: 120px;
  text-align: center;
}
#list-container input[type="checkbox"] + label {
  margin-left: 5px;
}
#list-container .push-container input[type="checkbox"] + label span.text {
  min-width: 260px;
}
#list-container .spinner-loader {
  height: 500px;
}
#list-container img.list-img {
  height: 100px;
  width: 100%;
}

.rules-container .input-default {
  width: 60px !important;
}
.rules-container .select-default {
  width: 234px !important;
}
.rules-container .rule-extended .select-default {
  width: 190px !important;
}

#orders-container .nav-filter-item.nav-filter-right {
  float: right;
}
#orders-container .nav-filter-item .input-default {
  width: 135px;
}
#orders-container .orders-not-found-container {
  display: block;
  height: 440px;
  width: 100%;
  text-align: center;
}
#orders-container .orders-not-found-container .fa {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
#orders-container .orders-not-found-container .message {
  margin: 0;
  position: absolute;
  top: 60%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
#orders-container .orders-header {
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  background: #FAFAFA;
  border-bottom: 1px solid #E0E0E0;
}
#orders-container .orders-header .col-180 {
  line-height: 40px;
}
#orders-container .orders-item-container {
  height: 70px;
  padding: 0;
  border-bottom: 1px solid #E0E0E0;
  text-align: center;
  font-size: 12px;
}
#orders-container .orders-item-container:hover {
  background: #EEEEEE;
}
#orders-container .orders-item-container .time-badge {
  color: #FF5722;
  font-size: 10px;
}
#orders-container .orders-item-container .price-profit {
  color: #4CAF50;
}
#orders-container .orders-item-container .price-loss {
  color: #F44336;
}
#orders-container .orders-item-container .price-zero {
  color: #FBC02D;
}
#orders-container .orders-item-container .col-md-1 {
  padding-top: 12px;
}
#orders-container .orders-item-container .col-110 {
  text-align: right;
}
#orders-container .orders-item-container .wide-fix {
  line-height: 14px;
}
#orders-container .orders-item-container .order-states {
  display: inline-block;
  position: relative;
  text-align: left;
  width: 60%;
}
#orders-container .orders-item-container .order-states .state-item {
  height: 22px;
}
#orders-container .orders-item-container .order-states .state-item input[type="checkbox"] + label span.text {
  min-width: 0;
}
#orders-container .orders-item-container .order-states .state-item .fa-spinner {
  color: #FF5722;
  top: -2px;
  left: 1px;
  position: relative;
}
#orders-container .orders-item-container .order-func {
  display: inline-block;
}
#orders-container .orders-item-container .order-func .fa {
  margin-top: 6px;
  cursor: pointer;
}
#orders-container .orders-item-container .order-func .fa:hover {
  color: #FF5722;
}
#orders-container .col-120 {
  width: 120px !important;
}
#orders-container .col-180 {
  width: 180px !important;
  vertical-align: middle;
}
#orders-container .col-110 {
  width: 110px !important;
}

.modal-large .modal-dialog {
  width: 1048px !important;
}
.modal-large .modal-dialog .modal-header {
  padding-bottom: 0;
}
.modal-large .modal-dialog .order-details-body {
  font-size: 12px;
  padding: 15px 0;
}
.modal-large .modal-dialog .order-details-body .order-details-header {
  margin-bottom: 10px;
}
.modal-large .modal-dialog .order-details-body .input-default {
  height: 18px;
  margin: 0;
}
.modal-large .modal-dialog .footer-functionality {
  border: none;
}
.modal-large .modal-dialog .footer-functionality a.link-download {
  text-decoration: none;
  color: #333;
}
.modal-large .modal-dialog .footer-functionality a.link-download:hover {
  color: #FF5722;
}
.modal-large .modal-dialog .footer-functionality .footer-functionality-item.warning-item {
  color: #F44336;
}

#network-container .nav-filter {
  height: 40px;
  padding: 3px 0 0 0 !important;
  border-bottom: 1px solid #E0E0E0;
}
#network-container .nav-filter #lighter-filter-table {
  width: 100%;
  text-align: center;
}
#network-container .nav-filter .input-default {
  width: 120px;
}
#network-container .users-container .parent-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: inline-block;
  max-width: 200px;
  font-size: 12px;
  line-height: 12px;
}
#network-container .users-container .current-user-parents {
  display: inline-block;
  position: relative;
}
#network-container .users-container .current-user-parents .parent-arrow {
  display: inline-block;
  width: 20px;
}
#network-container .users-container .current-user-parents .parent-arrow i.fa-arrow-right {
  position: absolute;
  top: 25px;
  left: 0px;
}
#network-container .users-container .current-user {
  text-align: center;
  padding-top: 5px;
  border-bottom: 1px solid #E0E0E0;
  height: 83px;
  overflow: auto;
}
#network-container .users-container .current-user .current-user-container {
  display: inline-block;
  width: 190px;
  cursor: pointer;
}
#network-container .users-container .watched-users-container {
  min-height: 357px;
  max-height: 600px;
  overflow-y: auto;
}
#network-container .users-container .watched-users-container #watched-user-table {
  width: 100%;
  cursor: pointer;
}
#network-container .users-container .watched-users-container #watched-user-table tr {
  border-bottom: 1px solid #E0E0E0;
}
#network-container .users-container .watched-users-container #watched-user-table tr:hover {
  background: #E0E0E0;
}
#network-container .users-container .watched-users-container #watched-user-table tr td {
  padding: 5px;
}
#network-container .users-container .watched-users-container #watched-user-table tr td.user-avatar-td {
  width: 100px;
  text-align: center;
}
#network-container .users-container .watched-users-container #watched-user-table tr td.user-name-td {
  width: 355px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
#network-container .users-container .watched-users-container #watched-user-table tr td.user-name-td .user-name {
  position: relative;
  display: inline-block;
  top: 1px;
  left: 20px;
}
#network-container .users-container .watched-users-container #watched-user-table tr td.user-profile-td {
  width: 10px;
}
#network-container .users-container .watched-users-container #watched-user-table tr td.user-profile-td i.fa-user-profile:hover {
  color: #FF5722;
}
#network-container .users-container .watched-users-container #watched-user-table tr td.user-identificator-td {
  width: 38px;
}
#network-container .users-container .watched-users-container #watched-user-table tr td.user-identificator-td .user-identificator {
  position: relative;
  top: 2px;
}
#network-container .users-container .watched-users-container #watched-user-table tr td.user-forks-td {
  width: 84px;
}
#network-container .users-container .watched-users-container #watched-user-table tr td.user-forks-td .fa-user-forks {
  position: relative;
  color: #FF5722;
}
#network-container .users-container .watched-users-container #watched-user-table tr td.user-forks-td .fa-user-forks .forks-counter {
  position: absolute;
  right: 27px;
  width: 25px;
  text-align: center;
}
#network-container .users-container .watched-users-container #watched-user-table tr td.user-entry-td .fa-user-last-entry {
  text-align: center;
}
#network-container .users-container .watched-users-container #watched-user-table tr td.user-entry-td .fa-user-last-entry .last-entry-time {
  font-size: 11px;
  color: #FF5722;
}
#network-container .users-container img.user-avatar {
  width: 51px !important;
  height: 49px !important;
  border: 1px solid #E0E0E0;
  border-radius: 50%;
}

.new-user-avatar {
  margin-bottom: 15px;
}
.new-user-avatar img.user-avatar {
  height: 85px;
  width: 85px;
}

.show-user.modal-header {
  border: none !important;
}
.show-user.file-upload {
  left: 150px;
}

#discounts-table,
#mountings-days-table,
#mountings-types-table,
#deliveries-types-table {
  width: 100%;
}
#discounts-table tr.table-heading td,
#mountings-days-table tr.table-heading td,
#mountings-types-table tr.table-heading td,
#deliveries-types-table tr.table-heading td {
  background: #EEEEEE;
  border: 1px solid #FFF;
  padding: 5px;
  color: #616161;
  font-weight: bold;
  font-size: 12px;
}
#discounts-table tr.table-factory-data,
#mountings-days-table tr.table-factory-data,
#mountings-types-table tr.table-factory-data,
#deliveries-types-table tr.table-factory-data {
  background: #E0E0E0;
}
#discounts-table tr.table-content,
#mountings-days-table tr.table-content,
#mountings-types-table tr.table-content,
#deliveries-types-table tr.table-content {
  border-bottom: 1px solid #E0E0E0;
}
#discounts-table tr.table-content:last-child,
#mountings-days-table tr.table-content:last-child,
#mountings-types-table tr.table-content:last-child,
#deliveries-types-table tr.table-content:last-child {
  border-bottom: none;
}
#discounts-table tr.table-content td,
#mountings-days-table tr.table-content td,
#mountings-types-table tr.table-content td,
#deliveries-types-table tr.table-content td {
  padding: 5px;
  font-size: 12px;
}
#discounts-table tr.table-content td.input-content,
#mountings-days-table tr.table-content td.input-content,
#mountings-types-table tr.table-content td.input-content,
#deliveries-types-table tr.table-content td.input-content {
  width: 150px;
  border-left: 1px solid #E0E0E0;
}

#mountings-days-table tr.table-heading td {
  text-align: center;
}

#mountings-types-table td.types-content,
#deliveries-types-table td.types-content {
  width: 310px;
}
#mountings-types-table td.price-content,
#deliveries-types-table td.price-content {
  width: 105px;
}

button.btn-plus {
  position: relative;
  bottom: 0;
  width: 100%;
  margin: 5px 0;
}

.form-control.input-default, .form-control.select-default {
  height: 100% !important;
}

.input-group {
  margin-bottom: 5px;
}

.input-group-addon {
  min-width: 165px;
}

.user-identificator.fa-circle {
  border: none;
  position: relative;
  top: 0;
  left: 0;
}

#history-table {
  width: 100%;
}
#history-table td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  padding: 2px;
  border-bottom: 1px solid #E0E0E0;
}
#history-table .history-parent {
  width: 15%;
}
#history-table .history-type {
  width: 70%;
}
#history-table .history-date {
  width: 15%;
}

.network_wrap input[type="radio"]:checked + label .fa-circle.r-1, .network_wrap input[type="checkbox"]:checked + label .fa-check.r-1 {
  color: #FFF;
  border: 1px solid #333;
  width: 25px;
  height: 25px;
  position: relative;
  top: -1px;
}
.network_wrap input[type="radio"]:checked + label .fa-circle.r-2, .network_wrap input[type="checkbox"]:checked + label .fa-check.r-2 {
  color: #F44336;
  width: 25px;
  height: 25px;
  position: relative;
  top: -2px;
}
.network_wrap input[type="radio"]:checked + label .fa-circle.r-3, .network_wrap input[type="checkbox"]:checked + label .fa-check.r-3 {
  color: #4E342E;
  width: 25px;
  height: 25px;
  position: relative;
  top: -2px;
}
.network_wrap input[type="radio"]:checked + label .fa-circle.r-4, .network_wrap input[type="checkbox"]:checked + label .fa-check.r-4 {
  color: #6D4C41;
  width: 25px;
  height: 25px;
  position: relative;
  top: -2px;
}
.network_wrap input[type="radio"]:checked + label .fa-circle.r-5, .network_wrap input[type="checkbox"]:checked + label .fa-check.r-5 {
  color: #795548;
  width: 25px;
  height: 25px;
  position: relative;
  top: -2px;
}
.network_wrap input[type="radio"]:checked + label .fa-circle.r-6, .network_wrap input[type="checkbox"]:checked + label .fa-check.r-6 {
  color: #A1887F;
  width: 25px;
  height: 25px;
  position: relative;
  top: -2px;
}
.network_wrap input[type="radio"]:checked + label .fa-circle.r-7, .network_wrap input[type="checkbox"]:checked + label .fa-check.r-7 {
  color: #BCAAA4;
  width: 25px;
  height: 25px;
  position: relative;
  top: -2px;
}
.network_wrap input[type="radio"]:checked + label .fa-circle.r-8, .network_wrap input[type="checkbox"]:checked + label .fa-check.r-8 {
  color: #FFEB3B;
  width: 25px;
  height: 25px;
  position: relative;
  top: -2px;
}
.network_wrap input[type="radio"]:checked + label .fa-circle.r-9, .network_wrap input[type="checkbox"]:checked + label .fa-check.r-9 {
  color: #333;
  width: 25px;
  height: 25px;
  position: relative;
  top: -2px;
}
.network_wrap input[type="radio"]:checked + label .fa-circle.r-10, .network_wrap input[type="checkbox"]:checked + label .fa-check.r-10 {
  color: #4CAF50;
  width: 25px;
  height: 25px;
  position: relative;
  top: -2px;
}
.network_wrap input[type="radio"]:checked + label .fa-circle.r-11, .network_wrap input[type="checkbox"]:checked + label .fa-check.r-11 {
  color: #81C784;
  width: 25px;
  height: 25px;
  position: relative;
  top: -2px;
}
.network_wrap input[type="radio"]:checked + label .fa-circle.r-12, .network_wrap input[type="checkbox"]:checked + label .fa-check.r-12 {
  color: #1565C0;
  width: 25px;
  height: 25px;
  position: relative;
  top: -2px;
}
.network_wrap input[type="radio"]:checked + label .fa-circle.r-13, .network_wrap input[type="checkbox"]:checked + label .fa-check.r-13 {
  color: #7B1FA2;
  width: 25px;
  height: 25px;
  position: relative;
  top: -2px;
}
.network_wrap input[type="radio"]:checked + label .fa-circle.r-14, .network_wrap input[type="checkbox"]:checked + label .fa-check.r-14 {
  color: #FFF;
  border: 1px solid #333;
  width: 25px;
  height: 25px;
  position: relative;
  top: -1px;
}
.network_wrap input[type="radio"] + label .fa-circle-o {
  border-radius: 50%;
  color: #FFF;
  width: 21px;
  height: 21px;
}
.network_wrap input[type="radio"] + label .fa-circle-o.r-1 {
  background: #FFF;
  color: #333;
}
.network_wrap input[type="radio"] + label .fa-circle-o.r-2 {
  background: #F44336;
}
.network_wrap input[type="radio"] + label .fa-circle-o.r-3 {
  background: #4E342E;
}
.network_wrap input[type="radio"] + label .fa-circle-o.r-4 {
  background: #6D4C41;
}
.network_wrap input[type="radio"] + label .fa-circle-o.r-5 {
  background: #795548;
}
.network_wrap input[type="radio"] + label .fa-circle-o.r-6 {
  background: #A1887F;
}
.network_wrap input[type="radio"] + label .fa-circle-o.r-7 {
  background: #BCAAA4;
}
.network_wrap input[type="radio"] + label .fa-circle-o.r-8 {
  background: #FFEB3B;
}
.network_wrap input[type="radio"] + label .fa-circle-o.r-9 {
  background: #333;
}
.network_wrap input[type="radio"] + label .fa-circle-o.r-10 {
  background: #4CAF50;
}
.network_wrap input[type="radio"] + label .fa-circle-o.r-11 {
  background: #81C784;
}
.network_wrap input[type="radio"] + label .fa-circle-o.r-12 {
  background: #1565C0;
}
.network_wrap input[type="radio"] + label .fa-circle-o.r-13 {
  background: #7B1FA2;
}
.network_wrap input[type="radio"] + label .fa-circle-o.r-14 {
  background: #FFF;
  color: #333;
}

span.date-picker-container {
  display: inline-block;
  width: 115px;
}
span.date-picker-container input.input-datepicker {
  width: 85px !important;
  height: 19px;
  border-right: none;
}
span.date-picker-container input.input-datepicker:disabled {
  background: #FFF !important;
}
span.date-picker-container i.fa-datepicker {
  padding: 1px 5px 2px 6px;
  width: 26px;
  border: 1px solid #BDBDBD;
  border-left: none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  position: relative;
  left: -4px;
}
span.date-picker-container i.fa-datepicker:hover {
  background: #FF5722;
  color: #FFF;
  border-color: #FF5722;
}

.datepicker_table td {
  padding: 15px !important;
}

.datepicker > .datepicker_header > .icon-home > svg > g > path {
  fill: #333;
}

.ic__container {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 13px;
  cursor: default;
  text-shadow: none !important;
}

.ic__week-head, .ic__days {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 13px;
  cursor: default;
  text-shadow: none !important;
}
.ic__week-head td, .ic__days td {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 13px;
  cursor: default;
  text-shadow: none !important;
}

.ic__header, .ic__prev, .ic__next, .ic__datepicker {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 13px;
  cursor: default;
  text-shadow: none !important;
}

.ic__container {
  position: relative;
  background: #fff;
}
.ic__container table {
  width: 100%;
  border: 0;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}

.ic__header {
  position: relative;
  background: #555;
  height: 35px;
}

.ic__prev, .ic__next {
  position: absolute;
  top: 0;
  width: 7%;
  height: 35px;
  background-color: #555;
  cursor: pointer;
}

.ic__prev:hover, .ic__next:hover {
  background-color: #666;
}

.ic__prev div, .ic__next div {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  border: 5px solid transparent;
}

.ic__prev {
  left: 0;
}
.ic__prev div {
  top: 13px;
  left: 50%;
  margin-left: -7px;
  border-right-color: #fff;
}

.ic__next {
  right: 0;
}
.ic__next div {
  top: 13px;
  right: 50%;
  margin-right: -7px;
  border-left-color: #fff;
}

.ic__month {
  position: absolute;
  top: 6px;
  left: 9%;
  width: 50%;
}

.ic__year {
  position: absolute;
  top: 6px;
  right: 9%;
  width: 30%;
}

.ic__header select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #000;
  padding: 2px;
  font-size: 14px;
  font-weight: bold;
}
.ic__header select:focus {
  outline: none;
}

.ic__week-head td {
  width: 14%;
  vertical-align: top;
  text-align: center;
  padding: 10px 0 8px;
  border: 1px solid #ebebeb;
  color: #b5b5b5;
  font-size: 9px;
  line-height: 1.333;
  text-transform: uppercase;
}

.ic__days {
  margin-top: -1px;
}
.ic__days td {
  width: 14%;
  vertical-align: top;
  text-align: center;
  padding: 10px 0 8px;
  border: 1px solid #ebebeb;
  color: #757575;
  font-size: 9px;
  line-height: 1.333;
  text-transform: uppercase;
}
.ic__days .ic__day {
  background: #fff;
  cursor: pointer;
}
.ic__days .ic__day:hover {
  background: #6ccc3c;
  color: #fff;
}
.ic__days .ic__day-empty {
  background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAMAAAC6sdbXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF7u7u////KNOqmgAAABlJREFUeNpiYGRkZABCCGIA8UAEI4QACDAAAUoAFV5+ydgAAAAASUVORK5CYII=");
}
.ic__days .ic__day_state_current, .ic__days .ic__day_state_selected {
  background: #f4f4f4;
  color: #000;
}

.ic__datepicker {
  position: absolute;
  top: -9999px;
  left: -9999px;
  width: 250px;
  padding: 10px;
  border-radius: 10px;
  background: #333;
  z-index: 9999;
}

option[value="? undefined:undefined ?"] {
  display: none;
}

.OptionsSelector {
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  background-color: #F5F5F5;
  border-bottom: 1px solid #E0E0E0;
}
.OptionsSelector .select-default {
  width: 200px;
}

.Options .footer-functionality {
  position: absolute;
  bottom: 0;
}

.OptionsLaminations {
  height: 500px;
}
.OptionsLaminations .LaminationsContainer {
  height: 450px;
  overflow-y: auto;
  color: #333;
}
.OptionsLaminations .LaminationsContainer .LaminationColor {
  margin: 20px 0 0 50px;
  display: inline-block;
  width: 250px;
  height: 100px;
  position: relative;
}
.OptionsLaminations .LaminationsContainer .LaminationColor-edit {
  position: absolute;
  top: 27px;
  left: 0px;
  color: #BDBDBD;
  cursor: pointer;
}
.OptionsLaminations .LaminationsContainer .LaminationColor-img {
  width: 200px;
  height: 70px;
  margin-left: 25px;
  zoom: 1;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: inline-block;
  vertical-align: top;
}

.OptionGeneral {
  height: 500px;
  padding: 5px;
}
.OptionGeneral .GeneralContainer .General-divider {
  margin: 10px 0;
}
.OptionGeneral .GeneralContainer .General-empty {
  font-size: 12px;
  color: #FF5722;
}
.OptionGeneral .GeneralContainer .General-mail, .OptionGeneral .GeneralContainer .General-folder {
  margin-top: 5px;
}
.OptionGeneral .GeneralContainer .General-mail .fa-trash, .OptionGeneral .GeneralContainer .General-folder .fa-trash {
  cursor: pointer;
}
.OptionGeneral .GeneralContainer .General-mail-faSubmit, .OptionGeneral .GeneralContainer .General-folder-faSubmit {
  cursor: pointer;
}
.OptionGeneral .GeneralContainer .General-mail-faSubmit:hover, .OptionGeneral .GeneralContainer .General-folder-faSubmit:hover {
  color: #FF5722;
}
.OptionGeneral .GeneralContainer .General-mailFolders {
  height: 200px;
  overflow-y: auto;
}
.OptionGeneral .GeneralContainer .General-mailFolders-options {
  height: 200px;
  text-align: right;
  padding: 5px 10px;
}
.OptionGeneral .GeneralContainer .General-mailFolders-options .fa:hover {
  color: #FF5722;
  cursor: pointer;
}
.OptionGeneral .GeneralContainer .General-mailFolders .input-default {
  width: 85%;
}
.OptionGeneral .GeneralContainer .General-linkProgram {
  display: inline-block;
  width: 702px;
}
.OptionGeneral .GeneralContainer .General-faCopy {
  position: relative;
  top: 2px;
  left: 5px;
  color: #FF5722;
  cursor: pointer;
}

.OptionsApplication {
  height: 500px;
  padding: 5px;
}
.OptionsApplication .ApplicationContainer {
  color: #333;
}
.OptionsApplication .ApplicationContainer .Application {
  position: relative;
}
.OptionsApplication .ApplicationContainer .Application-templates {
  height: 215px;
  overflow-y: auto;
  background-color: #FAFAFA;
  margin: 5px 0;
}
.OptionsApplication .ApplicationContainer .Application-loaders {
  height: 215px;
  overflow-y: auto;
  background-color: #FAFAFA;
  margin: 5px 0;
}
.OptionsApplication .ApplicationContainer .Application-imageContainer {
  display: inline-block;
  position: relative;
  margin: 10px 50px 10px 10px;
  min-height: 112px;
  min-width: 235px;
}
.OptionsApplication .ApplicationContainer .Application-imageContainer img {
  height: 112px;
  width: 235px;
  border: 1px solid #E0E0E0;
  border-radius: 3px;
}
.OptionsApplication .ApplicationContainer .Application-imageContainer.addBtn {
  position: relative;
  border: 1px solid #FF5722;
  border-radius: 4px;
  line-height: 112px;
  text-align: center;
  color: #FF5722;
  cursor: pointer;
}
.OptionsApplication .ApplicationContainer .Application-imageContainer.addBtn:hover {
  background-color: #FBE9E7;
}
.OptionsApplication .ApplicationContainer .Application-imageContainer.addBtn .fa {
  position: relative;
  top: 2px;
}
.OptionsApplication .ApplicationContainer .Application-templateEdit {
  position: absolute;
  right: -28px;
  top: 0;
  color: #FF5722;
  cursor: pointer;
}
.OptionsApplication .ApplicationContainer .Application-templateRemove {
  position: absolute;
  right: -25px;
  top: 25px;
  cursor: pointer;
}

img.Template-image {
  width: 865px !important;
  height: 412px !important;
  border-radius: 3px;
}
img.Template-image.empty {
  background: url("data:image/png;base64,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");
}

input.Template-fileUpload {
  margin: 10px 0;
  width: 165px;
  background: #9E9E9E;
  cursor: pointer;
  color: #9E9E9E;
}
input.Template-fileUpload:hover {
  background: #757575;
  color: #757575;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background: #F5F5F5;
}
html header, body header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
html header #header-container, body header #header-container {
  height: 50px;
  width: 100%;
  position: relative;
  background: #424242;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.68);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.68);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.68);
}
html header #header-container .header-nav, body header #header-container .header-nav {
  width: 950px;
  margin: 0 auto;
}
html header #header-container .header-nav .logout-wrapper, body header #header-container .header-nav .logout-wrapper {
  visibility: hidden;
}
html header #header-container .header-nav span, body header #header-container .header-nav span {
  line-height: 50px;
  color: #F5F5F5;
  font-family: "Orbitron", sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
}
html header #header-container .header-nav span span.header-ap, body header #header-container .header-nav span span.header-ap {
  font-size: 12px;
  color: #FF5722;
}
html #content-container, body #content-container {
  position: relative;
  padding: none;
  padding-top: 50px;
  width: 950px;
  min-height: 630px;
  margin: 0 auto;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.18);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.18);
  color: #616161;
  font-family: "Exo 2", sans-serif;
  font-size: 14px;
}
html #content-container .spinner-loader, body #content-container .spinner-loader {
  display: block;
  min-height: 357px;
  width: 100%;
  text-align: center;
}
html #content-container .spinner-loader .fa, body #content-container .spinner-loader .fa {
  color: #FF5722;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 45%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
html footer, body footer {
  margin: 0 auto;
  height: 20px;
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  color: #616161;
}
html footer .row, body footer .row {
  position: relative;
  width: 950px;
  margin: 0 auto;
}
html footer .row .col-md-2, html footer .row .col-md-3, html footer .row .col-md-4, html footer .row .col-md-5, body footer .row .col-md-2, body footer .row .col-md-3, body footer .row .col-md-4, body footer .row .col-md-5 {
  padding: 0;
}
html footer .row .col-md-2 span.btn-sys, html footer .row .col-md-3 span.btn-sys, html footer .row .col-md-4 span.btn-sys, html footer .row .col-md-5 span.btn-sys, body footer .row .col-md-2 span.btn-sys, body footer .row .col-md-3 span.btn-sys, body footer .row .col-md-4 span.btn-sys, body footer .row .col-md-5 span.btn-sys {
  text-decoration: underline;
  cursor: pointer;
}
html footer .row .col-md-2 span.flag-ua, html footer .row .col-md-2 span.flag-ru, html footer .row .col-md-2 span.flag-md, html footer .row .col-md-3 span.flag-ua, html footer .row .col-md-3 span.flag-ru, html footer .row .col-md-3 span.flag-md, html footer .row .col-md-4 span.flag-ua, html footer .row .col-md-4 span.flag-ru, html footer .row .col-md-4 span.flag-md, html footer .row .col-md-5 span.flag-ua, html footer .row .col-md-5 span.flag-ru, html footer .row .col-md-5 span.flag-md, body footer .row .col-md-2 span.flag-ua, body footer .row .col-md-2 span.flag-ru, body footer .row .col-md-2 span.flag-md, body footer .row .col-md-3 span.flag-ua, body footer .row .col-md-3 span.flag-ru, body footer .row .col-md-3 span.flag-md, body footer .row .col-md-4 span.flag-ua, body footer .row .col-md-4 span.flag-ru, body footer .row .col-md-4 span.flag-md, body footer .row .col-md-5 span.flag-ua, body footer .row .col-md-5 span.flag-ru, body footer .row .col-md-5 span.flag-md {
  display: inline-block;
  position: relative;
  top: 1px;
  left: 0;
  cursor: pointer;
}
html footer .row .col-md-2 span.flag-ua.btn-popover, html footer .row .col-md-2 span.flag-ua.btn-popover, html footer .row .col-md-2 span.flag-ua.btn-popover, html footer .row .col-md-2 span.flag-ru.btn-popover, html footer .row .col-md-2 span.flag-ru.btn-popover, html footer .row .col-md-2 span.flag-ru.btn-popover, html footer .row .col-md-2 span.flag-md.btn-popover, html footer .row .col-md-2 span.flag-md.btn-popover, html footer .row .col-md-2 span.flag-md.btn-popover, html footer .row .col-md-3 span.flag-ua.btn-popover, html footer .row .col-md-3 span.flag-ua.btn-popover, html footer .row .col-md-3 span.flag-ua.btn-popover, html footer .row .col-md-3 span.flag-ru.btn-popover, html footer .row .col-md-3 span.flag-ru.btn-popover, html footer .row .col-md-3 span.flag-ru.btn-popover, html footer .row .col-md-3 span.flag-md.btn-popover, html footer .row .col-md-3 span.flag-md.btn-popover, html footer .row .col-md-3 span.flag-md.btn-popover, html footer .row .col-md-4 span.flag-ua.btn-popover, html footer .row .col-md-4 span.flag-ua.btn-popover, html footer .row .col-md-4 span.flag-ua.btn-popover, html footer .row .col-md-4 span.flag-ru.btn-popover, html footer .row .col-md-4 span.flag-ru.btn-popover, html footer .row .col-md-4 span.flag-ru.btn-popover, html footer .row .col-md-4 span.flag-md.btn-popover, html footer .row .col-md-4 span.flag-md.btn-popover, html footer .row .col-md-4 span.flag-md.btn-popover, html footer .row .col-md-5 span.flag-ua.btn-popover, html footer .row .col-md-5 span.flag-ua.btn-popover, html footer .row .col-md-5 span.flag-ua.btn-popover, html footer .row .col-md-5 span.flag-ru.btn-popover, html footer .row .col-md-5 span.flag-ru.btn-popover, html footer .row .col-md-5 span.flag-ru.btn-popover, html footer .row .col-md-5 span.flag-md.btn-popover, html footer .row .col-md-5 span.flag-md.btn-popover, html footer .row .col-md-5 span.flag-md.btn-popover, body footer .row .col-md-2 span.flag-ua.btn-popover, body footer .row .col-md-2 span.flag-ua.btn-popover, body footer .row .col-md-2 span.flag-ua.btn-popover, body footer .row .col-md-2 span.flag-ru.btn-popover, body footer .row .col-md-2 span.flag-ru.btn-popover, body footer .row .col-md-2 span.flag-ru.btn-popover, body footer .row .col-md-2 span.flag-md.btn-popover, body footer .row .col-md-2 span.flag-md.btn-popover, body footer .row .col-md-2 span.flag-md.btn-popover, body footer .row .col-md-3 span.flag-ua.btn-popover, body footer .row .col-md-3 span.flag-ua.btn-popover, body footer .row .col-md-3 span.flag-ua.btn-popover, body footer .row .col-md-3 span.flag-ru.btn-popover, body footer .row .col-md-3 span.flag-ru.btn-popover, body footer .row .col-md-3 span.flag-ru.btn-popover, body footer .row .col-md-3 span.flag-md.btn-popover, body footer .row .col-md-3 span.flag-md.btn-popover, body footer .row .col-md-3 span.flag-md.btn-popover, body footer .row .col-md-4 span.flag-ua.btn-popover, body footer .row .col-md-4 span.flag-ua.btn-popover, body footer .row .col-md-4 span.flag-ua.btn-popover, body footer .row .col-md-4 span.flag-ru.btn-popover, body footer .row .col-md-4 span.flag-ru.btn-popover, body footer .row .col-md-4 span.flag-ru.btn-popover, body footer .row .col-md-4 span.flag-md.btn-popover, body footer .row .col-md-4 span.flag-md.btn-popover, body footer .row .col-md-4 span.flag-md.btn-popover, body footer .row .col-md-5 span.flag-ua.btn-popover, body footer .row .col-md-5 span.flag-ua.btn-popover, body footer .row .col-md-5 span.flag-ua.btn-popover, body footer .row .col-md-5 span.flag-ru.btn-popover, body footer .row .col-md-5 span.flag-ru.btn-popover, body footer .row .col-md-5 span.flag-ru.btn-popover, body footer .row .col-md-5 span.flag-md.btn-popover, body footer .row .col-md-5 span.flag-md.btn-popover, body footer .row .col-md-5 span.flag-md.btn-popover {
  top: 0;
  left: 3px;
}
html footer .version-number, body footer .version-number {
  color: #FF5722;
  text-decoration: underline;
  cursor: pointer;
}

#nav-header {
  width: 100%;
  height: 50px;
  background: #EEEEEE;
}
#nav-header a.nav-btn {
  height: 50px;
  line-height: 50px;
  margin-left: 10px;
  margin-right: 2px;
  color: #757575;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
}
#nav-header a.nav-btn.parent {
  margin-left: 0;
}
#nav-header a.nav-btn:hover {
  text-decoration: underline;
  color: #FF5722;
}
#nav-header span.nav-locator {
  height: 50px;
  line-height: 50px;
  margin: 0 2px;
  color: #757575;
  font-size: 12px;
}
#nav-header .fa {
  position: relative;
  top: 1px;
  color: #FF5722;
}

.nav-filter {
  height: 40px;
  padding: 4px 0;
  border-bottom: 1px solid #E0E0E0;
}
.nav-filter .pagination-page-container {
  display: inline-block;
  width: 160px;
  text-align: center;
}
.nav-filter .pagination-page-container .pag-wrap {
  display: inherit;
  width: 100%;
}
.nav-filter .nav-filter-item {
  display: inline-block;
  margin-left: 2px;
  padding: 5px 5px 5px 0;
}
.nav-filter .nav-filter-item .fa {
  cursor: pointer;
}
.nav-filter .nav-filter-item .fa.selected {
  color: #FF5722;
}
.nav-filter .nav-filter-item .label:first-child {
  text-align: left;
}
.nav-filter .nav-filter-item .label {
  display: inline-block;
  padding: 0 5px;
  position: relative;
  top: -2px;
  text-align: right;
  line-height: 20px;
  color: #757575;
}
.nav-filter .nav-filter-item .input {
  display: inline-block;
  text-align: right;
  line-height: 20px;
  font-size: 12px;
  color: #757575;
}
.nav-filter .nav-filter-item .input:first-child {
  text-align: left;
}
.nav-filter .nav-filter-item .input input.input-default {
  height: 19px;
  width: 70px;
}
.nav-filter .nav-filter-item .input select.select-default {
  height: 20px;
  width: 130px;
}
.nav-filter .nav-filter-item span.nav-filter-page {
  font-size: 11px;
  margin: 0 1px;
  text-decoration: underline;
  cursor: pointer;
}
.nav-filter .nav-filter-item span.nav-filter-page.selected {
  font-weight: bold;
  text-decoration: none;
  color: #FF5722;
  cursor: default;
}

.footer-functionality {
  height: 50px;
  width: 100%;
  border-top: 1px solid #E0E0E0;
}
.footer-functionality .footer-functionality-item {
  display: inline-block;
  padding: 12px;
  font-size: 12px;
  cursor: pointer;
}
.footer-functionality .footer-functionality-item:hover {
  color: #FF5722;
}
.footer-functionality .footer-functionality-item span {
  position: relative;
  top: -3px;
}

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