html {
  font-size: inherit;
  min-height: 100%;
  position: relative;
}
body {
  background: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: normal;
}
p {
  margin: 10px 0;
}
a {
  color: #333;
  text-decoration: underline;
}
.btn {
  text-decoration: none;
}
.small.text-danger{color: #a94442;}
.none-decoration,
.none-decoration:hover,
.none-decoration:focus,
.none-decoration:active {
  text-decoration: none;
}


/* Header
-------------------------------------------------- */
header {
  min-height: 48px;
}
.sync:hover,
.sync:focus,
.sync:active {
  color: #fff;
  text-decoration: none;
}
.sync:hover .glyphicon,
.sync:focus .glyphicon {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;

  -webkit-transform:rotate(360deg);
  -moz-transform:rotate(360deg);
  -o-transform:rotate(360deg);
  transform:rotate(360deg);
  -ms-transform:rotate(360deg);
}
.user-name {
  font-size: 18px;
  margin: 13px 0 2px;
}
.last-sync {
  color: #999;
  font-size: 14px;
  margin: 0 0 15px;
}

/*прогресс бар*/
.progress {
  height: 10px;
  margin: 5px 10px 15px 0;
  max-width: 500px;
}
.progress-bar {
  background-color: #b5cd2b;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.header-badge {
  border: 1px solid #6F9800;
  display: block;
  position: absolute;
  top: 10px;
  right: 2px;
  z-index: 1001;
}

@media (min-width: 380px) {
  .user-name {
    font-size: 24px;
  }
}


/* Tabs
-------------------------------------------------- */
.nav-tabs {
  background: #008000;
  border-bottom: none;
  margin: 0 -15px;
}
.nav > li {
  margin-bottom: 0;
  position: relative;
}
.nav > li:after {
  content: '';
  background: #0F8F0F;
  display: block;
  position: absolute;
  right: 0;
  top: 20%;
  height: 60%;
  width: 1px;
}
.nav > li > a {
  border-radius: 0;
  border-color: #008000;
  border-width: 0 0 5px 0;
  color: #fff;
  padding: 12px 25px;
  text-decoration: none;

  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
  border-color: #6F9800;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: transparent;
  border-color: #6F9800;
  border-width: 0 0 5px 0;
  color: #fff;
}

@media (min-width: 380px) {
  .nav > li > a {
    padding: 12px 40px;
  }
}


/* Form
-------------------------------------------------- */
.alert-success,
.alert-info,
.alert-warning,
.alert-danger {
  background: #fff;
  border: none;
  border-radius: 0;
}
.alert {
  padding-left: 60px;
  position: relative;
}
.alert .glyphicon {
  font-size: 30px;
  position: absolute;
  left: 15px;
  top: 10px;
}

label,
.btn,
.form-control {
  border-radius: 0;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  height: 40px;
  margin: 0;
}
label {
  color: #999;
  font-size: 14px;
  height: auto;
  padding: 0 2px 4px 2px;
}
.required > label:after {
  color: #008000;
  content: '*';
}
.help-block {
  font-size: 14px;
}
textarea {
  min-height: 40px;
  resize: vertical;
}
hr {
  border-top: 1px solid #ccc;
}
.btn {
  line-height: 1.6;
}
.btn-default {
  border-color: #ddd;
}
.btn-primary {
  color: #fff;
  background-color: #008000;
  border-color: #6F9800;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #6F9800;
  border-color: #b05c17;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #6F9800;
  border-color: #b05c17;
}
.btn-secondary {
  background: #0F8F0F;
}
.btn-secondary .glyphicon {
  margin-top: 6px;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-primary {
  color: #333;
  background: #b05c17;
}

.has-icon {
  position: relative;
}
.has-icon input {
  padding-right: 34px;
}
.form-control-icon {
  color: #999;
  position: absolute;
  top: 3px;
  right: 0;
  z-index: 2;
  display: none;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
[class^="col-"] .form-control-icon {
  right: 15px;
}
.x + .form-control-icon {
  display: block;
}

.clearable {
  /*background: #fff url(http://i.stack.imgur.com/mJotv.gif) no-repeat right -10px center;*/
  /*padding-right: 34px;*/ /* Use the same right padding (18) in jQ! */
  /*transition: background 0.4s;*/
}
.clearable.x {
  /*background-position: right 15px center;*/  /* (jQ) Show icon */
}
.clearable.onX {
  cursor: pointer;  /* (jQ) hover cursor style */
}
.clearable::-ms-clear {
  display: none; /* Remove IE default X */
  width:0;
  height:0;
}

.form-group {
  position: relative;
}

.form-inline .form-group {
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 10px;
  vertical-align: middle;
}

.form-inline .toggle-wrapper {
  display: block;
  margin-right: 0;
  padding-right: 45px;
  position: relative;
}
.btn-form-toggle {
  position: absolute;
  bottom: 15px;
  right: 0;
}

.form-inline .number-input,
.form-inline .iccid-input {
  font-size: 22px;
  vertical-align: middle;
  width: 195px;
}
.form-inline .iccid-input {
  width: 290px;
}
.date-input {
  padding: 6px;
  width: 105px;
}
.date-input::-webkit-inner-spin-button,
.date-input::-webkit-clear-button {
  display: none;
}
@media (max-width: 380px) {
  .date-input::-webkit-calendar-picker-indicator {
    display: none;
  }
}


.checkbox-wrapper {
  position: relative;
}
.checkbox-wrapper input[type='checkbox'] {
  position: absolute;
  left: 10px;
  top: 10px;
  margin-left: 0;
  outline: none;
}
.checkbox-wrapper label {
  color: #333;
  display: block;
  font-size: 16px;
  padding: 10px 10px 11px 40px;
}
.checkbox-wrapper input[type='checkbox']:checked + label {
  background: rgba(0, 0, 0, 0.1);
}

@media (min-width: 380px) {
  .form-inline .number-input,
  .form-inline .iccid-input {
    font-size: 18px;
  }
  .form-inline .iccid-input {
    width: 315px;
  }
}

.form-wrapper {
  margin: 20px 0 80px;
}
.activation-form-wrapper {
  background:  url('../img/bg_passport.png'),  #fff url('../img/bg_blazon.jpg') center no-repeat;
}
.delivery-form-wrapper {
  background: #eee;
}
.number-row {
  background: #e2e2e2;
}
.search-form-wrapper {
  background: #ddd;
  border-bottom: 1px solid #ccc;
  margin: 0 -15px;
  padding: 15px 15px 1px;
}

.bottom-form-wrapper {
  background: #ddd;
  bottom: 0;
  border-top: 1px solid #ccc;
  margin: 0 -15px;
  padding: 15px 15px 1px 15px;
  position: fixed;
  width: 100%;
  z-index: 100;
}
.bottom-form-wrapper .form-group {
  margin-right: 0;
}
.bottom-form-wrapper .btn + .btn {
  margin-left: 2px;
}
.bottom-form-wrapper .btn {
  padding: 6px 6px;
}
@media (min-width: 380px) {
  .bottom-form-wrapper .btn {
    padding: 6px 12px;
  }
  .bottom-form-wrapper .btn + .btn {
    margin-left: 5px;
  }
}
.move-form-wrapper {
  padding: 15px 155px 1px 15px;
}
.full-width {
  width: 100%;
}
.full-width .form-control {
  width: 100%;
}
.submit-wrapper {
  position: absolute;
  right: 5px;
  top: 15px;
}

.bottom-form-wrapper,
.bottom-form-wrapper .submit-wrapper {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .dealer-name {
    font-size: 12px !important;
  }

}

@media (max-width: 530px) {
  .update-date {
    font-size: 10px !important;
    padding-left: 16.66666667%;
  }
  .logo {
    display:none
  }

}

@media (max-width: 480px) {

  .body-login,
  .body-pin {
    top: 65px!important;
  }
}

@media (min-width: 992px) {
  .bottom-form-wrapper {
    right: 15px;
  }

  .bottom-form-wrapper.toggled {
    padding-right: 265px;
  }

  .move-form-wrapper  {
    padding-right: 155px;
  }
  .move-form-wrapper .submit-wrapper {
    right: 5px;
  }
  .move-form-wrapper.toggled {
    padding-right: 405px;
  }
  .move-form-wrapper.toggled .submit-wrapper {
    right: 255px;
  }
}


/* Icons
-------------------------------------------------- */
[class^="icon"] {
  background: url("../img/sprite.png") no-repeat;
  background-size: 32px;
  display: inline-block;
  margin: 0 5px 0 0;
  height: 30px;
  width: 30px;
  vertical-align: middle;
}
.icon-mts {
  background-position: -1px -1px;
}
.icon-beeline {
  background-position: -1px -49px;
}
.icon-megafon {
  background-position: -1px -97px;
}
.icon-yota {
  background-position: -1px -145px;
}
.icon-tele2 {
  background-position: -1px -193px;
}
.icon-ac {
  background-image: url("../img/ac.svg");
  background-size: auto;
  background-color: #fff;
  /*background-position: 0px -240px;*/
  position: absolute;
  left: 8px;
  top: 18px;
  height: 16px;
  width: 16px;
}

.btn [class^="icon"] {
  background-size: 24px;
  margin: 0;
  height: 24px;
  width: 24px;
}
.btn .icon-mts {
  background-position: 0 0;
}
.btn .icon-beeline {
  background-position: 0 -36px;
}
.btn .icon-megafon {
  background-position: 0 -72px;
}
.btn .icon-yota {
  background-position: 0 -108px;
}
.btn .icon-tele2 {
  background-position: 0 -144px;
}


/* Content
-------------------------------------------------- */

/* таблица номеров */
.row-results {
  border-bottom: 1px solid #ddd;
  padding: 20px 0 15px;
}
.results {
  display: inline-block;
  margin: 5px 10px 5px 0;
}
.checkbox.all-checked {
  margin-top: 2px;
}

.table-content .row {
  border-bottom: 1px solid #ddd;
  display: block;
  min-height: 60px;
  padding: 6px 0;
}
.table-content a {
  text-decoration: none;
}
.table-content .glyphicon {
  color: #ccc;
  cursor: pointer;
  font-size: 24px;
  margin-top: -6px;
  padding: 8px 4px;
}

.table-checked {
  /*padding-bottom: 71px;*/
}
.row-checked {
  background: #ffe5b2;
}

.table-numbers .point-name {
  margin-top: 6px;
}
.table-content .col-sm-1 {
  text-align: center;
}
.table-stats .row {
  min-height: 45px;
  padding: 10px 0;
}

.number {
  cursor: pointer;
  font-size: 22px;
  vertical-align: middle;
  white-space: nowrap;
}
.point,
.tariff,
.person {
  display: block;
}
.small {
  color: #999;
  display: block;
  font-size: 14px;
}
.number + .small {
}

/* цена */
.price {
  display: inline-block;
  margin-top: 5px;
}
.old.price {
  color: #999;
  font-size: 14px;
  position: relative;
}
.old.price:before {
  content: '';
  background: #ffb1b1;
  display: inline-block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
}
.no-results {
  font-weight: normal;
  margin: 70px 0;
  text-align: center;
}


.pagination-row {
  padding-bottom: 71px;
}
.pagination {
  border-radius: 0;

}
.pagination > li > a,
.pagination > li > span {
  border: none;
  border-radius: 0 !important;
  color: #999;
  padding: 8px 14px;
}
.pagination > .active > a {
  background-color: #008000;
}
.pagination > .active > a:hover {
  background-color: #6F9800;
}

/* бронь, активация, сбой активации */
.row-booked {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #f1e2c2 !important;
}
.row-booked span {
  color: #8a6d3b;
}

.row-activation {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1 !important;
}
.row-activation span {
  color: #31708f;
}

.row-activation-fail {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1 !important;
}
.row-activation-fail span {
  color: #a94442;
}

.row-booked .label,
.row-activation .label,
.row-activation-fail .label {
  color: #fff;
}


/* статусы */
.label-status {
  position: absolute;
  top: -11px;
  right: 10px;
  opacity: 0.8;
}
.label-region {
  position: absolute;
  top: -11px;
  left: 54px;
  opacity: 0.8;
}
@media (min-width: 992px) {
  .label-status {
    position: static;
  }
  .label-region {
    left: 300px;
  }
}

/* выделение совпадений */
.search-scope {
  background: #ffcc66;
  display: inline-block;
  padding: 0 2px;
  border-radius: 3px;
  box-shadow: 0 0 5px #ccc;
}

/* таблица точек */
.table-content .checkin {
  background: #ffe5b2;
}
.checkin-date {
  color: #6F9800;
  display: block;
  font-size: 9px;
  margin-left: -2px;
}
.checkin .glyphicon {
  color: #008000;
}

@media (max-width: 529px) {
  .hidden-xxs {
    display: none !important;
  }
  .point,
  .point + span {
    margin-left: 48px;
  }
  .price {
    font-size: 14px;
    margin-left: 40px;
  }
  .price + .price {
    margin-left: 5px;
  }
}

@media (min-width: 580px) {
  .number {
    font-size: 24px;
  }
}


/* Popovers
-------------------------------------------------- */
.popover {
  border-color: #ddd;
  border-radius: 0;
}
.popover.bottom > .arrow {
  border-bottom-color: #ddd;
}


/* News
-------------------------------------------------- */
.media {
  border-bottom: 1px solid #ddd;
  margin: 0 -15px;
  padding: 30px 15px;
}
.media-left {
  padding-right: 20px;
}
.media-object {
  background: #fff;
  border: 1px solid #ddd;
  height: 50px;
  line-height: 44px;
  margin: 0;
  text-align: center;
  width: 50px;
}
.media-object img {
  max-width: 100%;
}
.media-object span {
  margin: 0;
}
.media-body {
  font-size: 14px;
}
.media-heading .glyphicon {
  vertical-align: middle;
}

.unread {
  background: #ffe5b2;
}
.badge {
  background-color: #008000;
  margin: 0 3px;
}

/* Carousel
-------------------------------------------------- */
.photo-wrapper {
  background: #ddd;
  margin-left: -15px;
  margin-right: -15px;
  height: 220px;
  overflow: hidden;
  position: relative;
}
.file-input-wrapper {
  cursor: pointer;
  display: inline-block;
  margin: 10px 20px;
  position: absolute;
  bottom: 5px;
}
.file-input-wrapper a,
.file-input-wrapper a:hover,
.file-input-wrapper a:focus,
.file-input-wrapper a:active {
  /*color: #fff;*/
}
.file-input-wrapper .none-decoration .dotted,
.file-input-wrapper .none-decoration:hover .dotted,
.file-input-wrapper .none-decoration:focus .dotted,
.file-input-wrapper .none-decoration:active .dotted {
  /*color: #fff;
  border-color: #fff;*/
}
.file-input {
  cursor: pointer;
  position: absolute;
  top: -10px;
  left: 0;
  height: 40px;
  width: 152px;
  opacity: 0;
}

#owl-photo .item img{
  display: block;
  width: auto;
  height: 220px;
}
.owl-carousel {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}


/* Login page
-------------------------------------------------- */
.body-login,
.body-pin {
  background: #f48831;
  background: radial-gradient(#ffa954  0%,#f48831 70%);
  background: #eee;
  position: absolute;
  top: 130px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.body-pin {
  top: 0;
}
.footer-login {
  font-size: 16px;
  width: 100%;
  height: 60px;
  color: #fff;
  position: relative;
  text-align: center;
}
.container-login {
  margin-bottom: 120px;
  position: relative;
  width: auto;
}
.logo {
  background: url('../img/ac.svg') no-repeat;
  background-size: 80px;
  margin: 25px auto 40px;
  width: 80px;
  height: 80px;
}
.pin-logo {
  display: none;
}
.container-login h1 {
  color: #444;
  font-size: 32px;
  text-align: center;
}
.container-login h1 small {
  color: #444;
  font-size: 20px;
}

.form-login-wrapper label {
  color: #333;
}
.form-login-wrapper .form-control {
  font-size: 28px;
  height: 50px;
}
.form-login-wrapper .form-control-icon {
  right: 4px;
  top: 37px;
}
.form-login-wrapper .btn {
  font-size: 28px;
  height: 50px;
  line-height: normal;
  margin-top: 15px;
  width: 100%;
}

.form-login-wrapper,
.form-pin-wrapper {
  margin: 10px 0 0;
}

.form-pin-wrapper .btn {
  background: rgba(0, 0, 0, 0);
  font-size: 40px;
  height: 72px;
  line-height: 50px;
  margin-bottom: 8px;
  padding: 10px 26px;
  width: 100%;
}

.form-pin-wrapper .btn:hover,
.form-pin-wrapper .btn:active {
  background: rgba(0, 0, 0, 0.1);
}
.form-pin-wrapper .btn:focus {
  background: rgba(0, 0, 0, 0);
}

.form-pin-wrapper .logout {
  font-size: 18px;
  padding-left: 10px;
  padding-right: 10px;
}
.form-pin-wrapper .backspace {
  padding-left: 19px;
  padding-right: 19px;
}
.pin-entry {
  margin: 10px 0;
  text-align: center;
}
.pin-item {
  display: inline-block;
  zoom: 1;
}
.pin-item span {
  display: block;
  width: 16px;
  height: 16px;
  margin: 5px 7px;
  opacity: 0.3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #333;
}
.pin-item.active span {
  opacity: 1;
}
.pin-item.error span {
  background: #a94442;
  opacity: 1;
}

@media (min-width: 430px) {
  .body-login,
  .body-pin {
    top: 100px;
  }
  .footer-login {
    position: absolute;
    bottom: 0;
  }
  .container-login {
    width: 430px;
  }
  .logo, .pin-logo {

    background-size: 20px;
    margin: 50px auto 90px;
    height: 20px;
    width: 20px;
  }
  .container-login h1 {
    font-size: 48px;
  }
  h1 small {
    font-size: 28px;
  }
  .form-login-wrapper .form-control {
    font-size: 30px;
    height: 60px;
  }
  .form-login-wrapper .btn {
    font-size: 30px;
    height: 60px;
    margin-top: 20px;
  }
  .form-login-wrapper,
  .form-pin-wrapper {
    margin: 30px 0;
  }
  .form-pin-wrapper .btn {
    font-size: 50px;
    height: 82px;
    margin-bottom: 20px;
    padding: 15px 30px;
    width: 90px;
  }
  .form-pin-wrapper .logout {
    font-size: 23px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .form-pin-wrapper .backspace {
    padding-left: 19px;
    padding-right: 19px;
  }
  .pin-entry {
    margin-bottom: 30px;
  }
}


/* Modal
-------------------------------------------------- */
@media (min-width: 530px) {
  .modal-dialog {
    width: 500px;
  }
}
@media (min-width: 630px) {
  .modal-dialog {
    width: 600px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.modal-content {
  border-radius: 0;
}
.modal-body {
  overflow-y: auto;
  max-height: 60vh;
}
.modal-body .search-form-wrapper {
  margin: -15px -15px 0;
}
.modal .table-checked {
  padding-bottom: 0;
}

.success .glyphicon,
.failed .glyphicon {
  font-size: 24px;
  vertical-align: text-bottom;
}
.success {
  color: #3c763d;
}
.failed {
  color: #a94442;
}

/*@media (max-width: 767px) {
  .modal-dialog {
    margin: 0 auto;
    max-width: inherit;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, 25%);
    -ms-transform: translate(0, 25%);
    -o-transform: translate(0, 25%);
    transform: translate(0, 25%);
  }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}*/


/* Material Design Style Checkbox
-------------------------------------------------- */
input[type="radio"],
input[type="checkbox"] {
  margin-top: 2px;
}
.checkbox {
  position: relative;
  top: 6px;
  margin: 0 1rem 0 0;
  cursor: pointer;
}
.checkbox:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  top: -0.125rem;
  left: -0.125rem;
  z-index: 1;
  width: 1.4rem;
  height: 1.4rem;
  border: 2px solid #ddd;
}
.checkbox:checked:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: .6rem;
  border-color: #008000;
  border-top-style: none;
  border-right-style: none;
  border-width: 3px;
}
.checkbox:after {
  content: "";
  position: absolute;
  top: -0.125rem;
  left: -0.125rem;
  width: 1.3rem;
  height: 1.3rem;
  background: #fff;
  cursor: pointer;
}


/* Toggle Menu Styles
-------------------------------------------------- */
#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  right: 250px;
  border-width: 0;
  width: 0;
  height: 100%;
  margin-right: -250px;
  overflow-y: auto;
  background: #676667;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wrapper.toggled #sidebar-wrapper {
  border-left: 1px solid #5c5c5c;
  width: 250px;
}
#page-content-wrapper {
  width: 100%;
  position: absolute;
}
#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -250px;
}
#menu-toggle {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1000;
}


/* Sidebar Styles
-------------------------------------------------- */
.sidebar-nav {
  position: absolute;
  top: 0;
  width: 248px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-nav .glyphicon {
  font-size: 28px;
  margin-right: 20px;
  vertical-align: middle;
}
.sidebar-nav li {
  border-bottom: 1px solid #5c5c5c;
  line-height: 59px;
}
.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  padding-left: 20px;
}
.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(0, 0, 0, 0.05);
}
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
  height: 77px;
  font-size: 18px;
  line-height: 60px;
}
.sidebar-nav > .sidebar-brand a {
  color: #333;
  padding: 6px 12px;
  position: absolute;
  right: 15px;
  top: 15px;
}
.sidebar-brand .glyphicon {
  font-size: 16px;
  margin: 0;
}

@media (min-width: 992px) {
  #wrapper {
    padding-right: 0;
  }
  #wrapper.toggled {
    padding-right: 250px;
  }
  #sidebar-wrapper {
    border-width: 0;
    width: 0;
  }
  #wrapper.toggled #sidebar-wrapper {
    width: 250px;
  }
  #page-content-wrapper {
    position: relative;
    margin-right: 0;
  }
  #wrapper.toggled #page-content-wrapper {
    position: relative;
  }
}


/* Page top button
-------------------------------------------------- */
#btn-page-top {
  display: none;
  position: fixed;
  top: 15px;
  left: 50%;
  margin-left: -45px;
  z-index: 1000;
}
#btn-page-top:hover {
  cursor: pointer;
}


/* Device width
-------------------------------------------------- */
.device-width {
  background: rgba(200, 200, 200, 0.4);
  color: rgba(50, 50, 50, 0.8);
  font-size: 20px;
  position: fixed;
  bottom: 20%;
  right: 0;
  padding: 10px;
  text-align: center;
  height: 50px;
  width: 50px;
  z-index: 10000;
}
.device-width:before {
  content: "<480";
  color: #323232;
  font-size: 8px;
  position: absolute;
  top: 9px;
  right: 4px;
}
@media (min-width: 480px) {
  .device-width:before {
    content: "";
  }
}
.device-width:hover {
  background: none;
  color: transparent;
}
.device-width:hover:before {
  color: transparent;
}
.modal-body {
  padding: 0px 15px ;
}

.main_loader_spiner {

  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0px;
  z-index: 9999 !important;
}

.loader_spiner {

  width: 20em;
  height: 20em;
  font-size: 10px;
  position: relative;
  left: calc(47% - 87px);
  top: calc(45% - 58px);
  perspective: 780px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader_spiner .face {
  position: absolute;
  border-radius: 50%;
  border-style: solid;
  animation: animate 3s linear infinite;
}

.loader_spiner .face:nth-child(1) {
  width: 100%;
  height: 100%;
  color: gold;
  border-color: currentColor transparent transparent currentColor;
  border-width: 0.2em 0.2em 0em 0em;
  --deg: -45deg;
  animation-direction: normal;
}

.loader_spiner .face:nth-child(2) {
  width: 70%;
  height: 70%;
  color: lime;
  border-color: currentColor currentColor transparent transparent;
  border-width: 0.2em 0em 0em 0.2em;
  --deg: -135deg;
  animation-direction: reverse;
}

.loader_spiner .face .circle {
  position: absolute;
  width: 50%;
  height: 0.1em;
  top: 50%;
  left: 50%;
  background-color: transparent;
  transform: rotate(var(--deg));
  transform-origin: left;
}

.loader_spiner .face .circle::before {
  position: absolute;
  top: -0.5em;
  right: -0.5em;
  content: '';
  width: 1em;
  height: 1em;
  background-color: currentColor;
  border-radius: 50%;
  box-shadow: 0 0 2em,
  0 0 4em,
  0 0 6em,
  0 0 8em,
  0 0 10em,
  0 0 0 0.5em rgba(255, 255, 0, 0.1);
}

@keyframes animate {
  to {
    transform: rotate(1turn);
  }
}

#buttonUp {
  display: inline-block;
  background-color: #008000;
  border-color: #6F9800;
  border: 1px solid  #6F9800;
  width: 40px;
  height: 40px;
  text-align: center;
  margin: 15px;
  position: fixed;
  bottom: 0px;
  right: 0px;
  transition: background-color .3s;
  z-index: 1000;
}
#buttonUp:hover {
  cursor: pointer;
  background-color: #6F9800;
}
#buttonUp:active {
  background-color: #6F9800;
}
#buttonUp::after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#buttonUp .glyphicon {color: #fff;padding-top:10px}

.mask-list::-webkit-scrollbar {
  display: none;
}

.btn-default.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #8c8c8c!important;
}

.btn-default:active,
.btn-default.active {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c!important;
}
.btn-default:hover {
  color: #333333;
  background-color: #ffffff;
  border-color: #adadad!important;
}

.fl {float:left}
.fr {float:right}

.badge-type-1 {
  background-color: #d8701d;
  margin: 0 3px;
}
.header-badge-type-1 {
  border: 1px solid #8b4b1a;
  display: block;
  position: absolute;
  top: 7px;
  right: 2px;
}
.badge-type-1 {
  display: inline-block;
  min-width: 18px;
  padding: 3px 3px;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff!important;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  border-radius: 10px;
}

.badge-error {
  background-color: #ff0000;
  margin: 0 3px;
}
.header-badge-error {
  border: 1px solid #ffffff;
  display: block;
  position: absolute;
  top: 7px;
  right: 2px;
}
.badge-error {
  display: inline-block;
  min-width: 18px;
  padding: 3px 3px;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff!important;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  border-radius: 10px;
}

.badge-type-0 {
  background-color: #439216;
  margin: 0 3px;
}
.header-badge-type-0 {
  border: 1px solid #256807;
  display: block;
  position: absolute;
  top: 7px;
  right: 2px;
}
.badge-type-0 {
  display: inline-block;
  min-width: 18px;
  padding: 3px 3px;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff!important;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  border-radius: 10px;
}
@media (max-width: 220px) {

  .badge-type-1 {
    min-width: 14px;
    padding: 2px 2px;
    font-size: 8px;
  }

  .header-badge-type-1 {
    top: 4px;
    right: -3px;
  }

  .badge-error {
    min-width: 14px;
    padding: 2px 2px;
    font-size: 8px;
  }

  .header-badge-error {
    top: 4px;
    right: -3px;
  }

  .badge-type-0 {
    min-width: 14px;
    padding: 2px 2px;
    font-size: 8px;
  }

  .header-badge-type-0 {
    top: 4px;
    right: -3px;
  }
}
.width-100{width:100%!important;}