@charset "UTF-8";
.mygrid-wrapper-div {
  overflow: scroll;
  height: 600px;
}

.align-center {
  margin-top: 10px;
}

.wordss {
  display: block;
  max-width: 82%;
  height: auto;
}

.adap_pad {
  padding-top: 10px;
  padding-bottom: 10px;
}

#toTop {
  width: 100px;
  border: 1px solid #ccc;
  background: #f7f7f7;
  text-align: center;
  padding: 5px;
  position: fixed;
  bottom: 10px;
  /* отступ кнопки от нижнего края страницы*/
  right: 10px;
  cursor: pointer;
  display: none;
  color: #333;
  /*font-family: verdana;*/
  font-size: 11px;
}

.logo_new {
  width: 320px;
  height: 100px;
}

.container_pad {
  padding-bottom: 30px;
}

.actual_info {
  height: inherit;
  padding-top: 10px;
  font-size: 17px;
  color: #dc1e14;
}

.actual_info_date {
  font-style: italic;
}

.navbar-custom {
  border: none;
  background-color: #080808;
}

.header-custom li a {
  color: #f89406 !important;
  font-size: 20px;
  font-weight: 900;
}

.header-custom li a:hover {
  border-radius: 0;
  background-color: #e7e7e;
}

.sub-details {
  padding: 10px 5px 10px 15px;
  width: 200px;
}

.dataOrg {
  border-bottom: 1px #4a525b;
  font-size: 12px;
}

.remains-custom {
  color: orange;
  font-weight: 900;
  font-size: 16px;
  display: block;
}

.custom_disabled {
    pointer-events: none;
    opacity: 0.5;
    filter: sepia(100%);
}

.adap_m_ul {
  border: 1px solid;
  width: 200px !important;
}

.navbar-nav > li {
  list-style: none;
}

.nav-adap {
  display: none !important;
}

.menu_adap {
  display: none;
}

.pad-cast {
  padding: 0px;
}

.balance-adap {
  font-size: 16px;
  color: black;
}

.payments_adap {
  padding: 20px;
  font-size: 20px;
}

@media only screen and (min-width: 320px) and (max-device-width: 480px) {
  .payments_adap {
    padding: 0px;
    font-size: 12px;
  }

  .balance-adap {
    font-size: 10px;
    color: black;
  }

  .pad-cast {
    padding: 0px !important;
  }

  .remains-custom {
    color: orange;
    font-weight: 900;
    font-size: 16px;
    display: none !important;
  }

  .nav-adap {
    display: block !important;
    border-bottom: 1px solid #dee2e6 !important;
    color: white;
  }

  .name_m {
    color: white;
    height: 35px;
    text-align: right;
    padding-top: 7px;
  }

  .menu_adap {
    display: block;
  }

  .main_li {
    border-bottom: 0px solid;
  }

  .adap_m {
    margin-top: 14px;
    text-align: right;
  }

  .container_pad {
    padding-bottom: 10px;
  }

  .aсcount-custom {
    font-size: 20px !important;
  }

  .name-org-title, .balance-org-title {
    font-size: 10px !important;
    font-weight: 600;
  }

  .name-org, .balance-org {
    font-size: 12px !important;
    font-weight: 900;
    color: orange;
  }

  .adap_m_ul {
    border: 1px solid;
    width: 160px !important;
  }

  .navbar-nav > li {
    list-style: none;
  }

  .navbar-nav > li > div {
    padding-left: 5px;
  }

  .header-custom li a {
    color: #888888;
    font-size: 20px;
    font-weight: 100;
  }

  .menu_part {
    /*display: none;*/
  }
}
@media only screen and (min-width: 768px) {
  .col-sm-custom-offset-1 {
    margin-left: 13%;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 5px 5px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

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

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

.img-fluid {
  width: 100%;
  height: auto;
}

.account {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: normal;
  color: #FF5900;
}

.balance {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: normal;
  color: #0F3E56;
}

.balance_val {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  color: #0F3E56;
  line-height: normal;
}

.contract_name {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #0F3E56;
}

.box-service {
  border: 1px solid #BDBDBD;
  box-sizing: border-box;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 20px;
  width: 176px;
  height: 173px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
}
.lk_title {
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    color: #1A2751;
}
.logout_wrapper {
    display: block;
}
@media (min-width: 480px) {
    .logout_wrapper {
        display: none;
    }
}
@media (max-width: 480px) {

    .lk_title {
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        color: #1A2751;
    }
    .box-service {
        border: 1px solid #BDBDBD;
        box-sizing: border-box;
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
        border-radius: 20px;
        width: 150px;
        height: 150px;
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        margin: 10px;
        margin-bottom: 30col-12 col-md-1 mt-2 mt-lg-0px;
    }
}
.box-service:hover {
  border: 3px solid #FF5900;
  box-sizing: border-box;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  color: #FF5900;
}

.box-service:hover > .box-service__name {
  font-style: normal;
  font-weight: bold;
  color: #FF5900;
}

.box-service__pic {
  width: 60px;
  height: 60px;
}

.box-service__name {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #0F3E56;
}



.item-open-detail {
  cursor: pointer;
}

.item-open-detail:hover {
  background: rgba(112, 187, 131, 0.25) !important;
}

.item-open-detail {
  background-color: white !important;
}

.loader-claim {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #c6e4f7;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  position: absolute;
  top: -15%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 10;
}

.support .bb {
  border-radius: 8px;
  background-color: #f8f8f8;
  color: #626262;
  padding: 10px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 10px;
  box-shadow: 0px 10px 11px -2px rgba(34, 60, 80, 0.4);
}


.limit_1{
    margin-top:0px;padding: 20px 0 20px 0;width: 100%;background-color: orange;
}


    .tooltip1, .tooltip2 {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip1 .tooltiptext {
    visibility: hidden;
    width: 320px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 20px;
    font-size: 14px;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}
.tooltip2 .tooltiptext {
    visibility: hidden;
    width: 320px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 20px;
    font-size: 14px;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}
.tooltip1:hover .tooltiptext {
    visibility: visible;
}
.tooltip2:hover .tooltiptext {
    visibility: visible;
}

.forRegional {
    background: #ff5900;
    color: white;
    text-align: justify;
}
.c-btn {
    width: 100%!important;
    padding: 15px!important;
    background-color: #ff5900!important;
    border-radius: 30px!important;
    color: white!important;
    border: 5px solid #ffe8e8!important;
    font-size: 30px!important;
}
@media (max-width: 575.98px) {
    .c-btn {
        width: 100%!important;
        padding: 15px!important;
        background-color: #ff5900!important;
        border-radius: 30px!important;
        color: white!important;
        border: 5px solid #ffe8e8!important;
        font-size: 20px!important;
    }
}