/* Start from angular.css */
.ov {
  display: none;
  height: 1090px;
  left: 50%;
  margin-left: -500px;
  opacity: 0.5;
  position: absolute;
  top: -22px;
  width: 768px;
  z-index: 2147483647;
}

form.ng-submitted input.ng-invalid,
.input_cell input.ng-invalid.ng-touched {
  border-color: #d25422;
}

form.ng-submitted input.ng-invalid,
.input_cell input.ng-invalid.ng-touched.ng-pristine {
  border-color: #dce0e2;
}

.preloader {
  position: fixed;
  left: 50%;
  top: 50%;
  color: #000;
}

.message_wrap {
  font-size: 12px;
  line-height: 1.5;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.preloader,
.error_message {
  transition: all linear 0.5s;
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
}
.preloader.ng-hide,
.error_message.ng-hide {
  opacity: 0;
}

.close_message.p_close {
  top: 14px;
  display: none;
}

.close_message.p_close.show_close {
  display: inline-block;
}

.header_links_item.active {
  border-bottom: 5px solid #f1641e !important;
  color: #f1641e !important;
  height: 100%;
}

.account .header_links_wrap {
  display: none;
}
.pagination_btn {
  background: none;
  border: none;
  color: #3c515f;
  outline: 0;
}
/* .pagination_btn:hover{
  text-decoration: underline;
} */
.desc_table_wrap {
  display: none;
}
button.btn_2:disabled {
  background: #cecfcf;
  border: 1px solid #cecfcf;
  border-radius: 4px;
  opacity: 0.8;
  color: white;
}
a {
  text-decoration: none;
}
button.pagination_btn:disabled {
  color: #7b8da0;
}
.reset_btn {
  margin-top: 12px;
  outline: 0;
}

.btn_1 {
  outline: 0;
}
.btn_captcha {
  margin-top: 12px;
}
.btn_auto-width {
  display: block;
}
.btn_inline-block {
  display: inline-block;
}

.header_title {
  font-size: 30px;
  padding-top: 20px;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 99999;
  background: url("../img/bg_mob.jpg") no-repeat 0 0;
  background-size: cover;
}
.header_title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/pat.png") repeat;
  z-index: -1;
}

/*.open_print{*/
/*display: none;*/
/*}*/
.date_table_wrap {
  padding-top: 50px;
}

/*.page-title-wrapper {*/
/*min-height: 170px;*/
/*height: auto;*/
/*z-index: 1;*/
/*position: relative;*/
/*}*/
.page-login-title-wrapper {
  height: 210px;
}
#loading-bar .bar {
  background: #ef642d;
  height: 4px;
}

.cg-busy-default-wrapper {
  transform: translate(-50%, -50%);
  left: 50% !important;
  top: 50% !important;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.cg-busy-default-sign {
  top: 50%;
  position: absolute;
  left: 50%;
  margin-right: -50%;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-border-radius: 0;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  display: inline-block;
  width: 310px;
  vertical-align: middle;
  height: auto;
  text-align: center;
  padding-bottom: 0;
}

.cg-busy-default-spinner {
  display: inline-block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.header_iframe .cg-busy-default-text {
  font-size: 29px;
  color: orangered;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
}

.cg-busy-default-text {
  margin: 0 30px;
  font-size: 16px;
  color: #555;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
}

.cg-busy {
  position: fixed;
}
.nav_item span {
  font-family: "Roboto", sans-serif;
}
.header_title_note {
  padding-top: 78px;
}

/* End from angular.css */

/*
.login_wrap-admin {
  width: 500px;
} */

.login_wrap_item-full:first-child {
  width: 100%;
}

.link_admin-panel {
  color: #337ab7;
  cursor: pointer;
}

.error {
  margin-top: 8px;
  color: #ff0000;
  font-size: 13px;
}

.sort-wrapper {
  cursor: pointer;
}
.sort {
  background: url("../img/arr_select_desk.svg") no-repeat 50% 50%;
  width: 8px;
  height: 4px;
  display: inline-block;
  vertical-align: top;
  margin: 7px 0 0 7px;
}
.sort_ASC {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sort_DESC {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.freeze {
  overflow: hidden;
}

.current_wrap.header_table_wrap {
  box-shadow: -1px -5px 9px -2px rgba(220, 224, 231, 0.85);
  border-radius: 11px 11px 0 0;
  background-color: white !important;
}

.current_wrap {
  color: rgba(255, 255, 255, 1);
  background: #fff;
  padding: 0;
  margin-bottom: 0 !important;
  /*border-top: 1px solid #eaeaea ;*/
}
/*.LoanInfoController .current_wrap {*/
/*  height: 1px;*/
/*}*/
.NotificationController.page_desktop .current_wrap {
  display: none;
}

.text_red {
  color: #ee1616;
}
.text_opacity {
  opacity: 0 !important;
}

/* New version of hamburger menu */
.toggle-menu-btn {
  margin-top: 22px;
  padding-top: 0px;
  position: fixed;
  right: 10px;
  z-index: 2;
}
.personal_box {
  box-shadow: 0 0 9px 0px rgba(220, 224, 231, 0.85);
  border-radius: 11px;
  padding: 20px;
  background: #fff;
  margin-bottom: 74px;
  line-height: 1.2;
}

.personal_box td,
.personal_box th {
  padding: 5px;
  border: 1px solid #ccc;
}

.personal_box a {
  color: #3c515f;
  text-decoration: underline;
}

.policy_wrap {
  background: #fff;
  padding: 20px;
}

.page_policy {
  padding-top: 0;
}

.logo_policy {
  background: #fff;
  padding: 18px 0 14px 71px;
  display: flex;
  align-items: center;
  z-index: 100;
  position: fixed;
  width: 100%;
  justify-content: left;
}

@media screen and (orientation: landscape) {
  .toggle-menu-btn {
    margin-top: 20px;
  }
}
.toggle-menu-btn.active {
  position: fixed;
  right: 0px;
}

input[type="number"].has-error {
  border: 1px solid #ff0000;
}

.nav_item-burger {
  margin-bottom: 30px;
}

.header_links_item:hover path,
.header_links_item:hover rect,
.header_links_item:hover g {
  fill: #f1641e;
}
.nav_item-icon-burger {
  left: 50%;
  display: block;
  position: relative;
  margin-left: -20px;
  height: 40px;
  width: 40px;
}

.nav_item-icon path,
.nav_item-icon rect,
.nav_item-icon g {
  fill: #ffffff;
}
.nav_item-icon-black path,
.nav_item-icon-black rect,
.nav_item-icon-black g {
  fill: #000000;
}

/* .active path,
.active rect, */
/* .active g, */
.active .notif_activ {
  fill: #f1641e;
}

.jq-selectbox {
  text-align: left;
  width: 100%;
}

.datepicker {
  padding-left: 0;
  text-align: left;
}

.datepicker_note {
  color: #000;
  font-family: "robotoregular";
  font-weight: inherit;
  letter-spacing: 0.4px;
  margin-top: 0px;
  margin-bottom: 0px;
}

/* Customize date dropdown */
.jq-selectbox__trigger {
  border-left: none;
}
.jq-selectbox__select,
.jq-selectbox__select:hover {
  /*padding: 0 20px 0 0;*/
  height: auto;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  color: #000000;
  font: 16px "robotoregular";
  text-shadow: none;
  width: auto;
}

.jq-selectbox__select {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.jq-selectbox__select:focus {
  border: none;
  outline: none;
}

.jq-selectbox .placeholder {
  color: #000000;
}
.jq-selectbox ul {
  text-align: left;
  font: 12px "Roboto";
}
.jq-selectbox li.selected {
  background: none;
  color: #000000;
}
.jq-selectbox li:hover {
  background: #f1641e;
  color: #ffffff;
}

.jq-selectbox__select-text {
  color: #36383d;
  font-size: 14px;
  min-width: 80px;
  font-family: "robotobold";
}
@media screen and (min-width: 768px) {
  .jq-selectbox__select-text {
    font-size: 13px;
  }
  .jq-selectbox ul {
    font-size: 14px;
  }
}
.jq-selectbox__trigger-arrow {
  top: 40%;
}

.adminPassword_page .page_wrap_height {
  margin-top: 77px;
}
.profile_wrap {
  width: 100%;
}
.page_wrap_height {
  z-index: 0;
  position: relative;
}

.table {
  box-sizing: border-box;
  display: table;
  width: 100%;
}

.header-btn {
  display: -webkit-flex;
  -webkit-flex: 1;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

input[type="text"],
input[type="password"],
input[type="email"] {
  border-radius: 5px;
  padding: 20px 10px !important;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
}

.input_cell input[disabled] {
  opacity: 0.8;
  color: #6c6f76;
}

.arrow-wrapper {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-top: 22px;
  position: fixed;
  left: 40px;
  z-index: 0;
}

.arrow_left {
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  width: 10px;
}
.arrow_left:after {
  content: "";
  display: inline-block;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  width: 10px;
}

.btn_back {
  background: url("../img/return.png") no-repeat 0px 5px / 15px;
  border: none;
  color: rgb(106, 110, 124);
  line-height: normal;
  margin-top: 15px;
  padding: 5px 10px 5px 22px;
  width: auto;
}

.page_desktop .page_wrap_height_title.policy_title{
  margin-top: 77px;
}
/* Telerik styles customization */
.telerikReporter .page_wrap_height,
.admin_page .page_wrap_height,
.SuperAdminController .page_wrap_height,
.adminPassword_page .page_wrap_height {
  /*margin-top: 77px;*/
  margin-top: 120px;
}
#reportViewer1 {
  position: absolute;
  left: 5px;
  right: 5px;
  top: 100px;
  bottom: 5px;
  font-family: "Arial", "segoe ui", "ms sans serif";
  overflow: hidden;
}
/* End telerik styles customization */
.admin_nav.admin_nav_color {
  color: #fff;
}
.admin_nav.active {
  /*border-bottom: 2px solid #f1641e;*/
  background-color: #f1641e;
  color: #fff;
}
.admin_nav.admin_nav_item.active {
  color: #f1641e;
  border-bottom: 0;
  background: none;
}
.admin_nav-with-submenu {
  cursor: pointer;
  /*position: relative;*/
}

.admin_nav-with-submenu > .admin_nav-with-submenu__submenu-wrapper {
  display: none;
  /*position: absolute;*/
  margin-top: 32px;
}

.admin_nav-with-submenu__submenu-wrapper .admin_nav {
  margin: 0px;
  font-size: 12px;
  line-height: 38px;
  padding: 0 20px;
}

.admin_nav-with-submenu__submenu-wrapper .admin_nav:not(:first-child) {
  margin-left: 20px;
}
.admin_parent {
  margin: 0px;
}
.admin_nav-with-submenu:hover .admin_parent {
  border: none;
}

.admin_search_wrap {
  align-items: center;
  border: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.admin__page-name {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 0px 0px 0px 20px;
}
.admin__page-name_telerik {
  /*padding: 40px 0px 0px 20px;*/
  padding: 0px 0px 0px 20px;
}
.admin-password__content {
  margin: 0px 0px 0px 20px;
  min-width: 300px;
  width: 50%;
}

/* Terms and Conditions */
.terms__wrap {
  box-sizing: border-box;
  height: 100%;
  overflow: auto;
  padding: 20px;
}
.terms__title {
  font-size: 27px;
}
.terms__content {
  font-size: 16px;
  margin-top: 20px;
  text-align: left;
}
.terms__intro {
  font-size: 16px;
  text-transform: uppercase;
}
.terms__important {
  font-weight: 600;
  margin-top: 15px;
  text-transform: uppercase;
}
.terms__chapter-header {
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 15px;
}

.label_required:before {
  color: red;
  content: "*";
  display: inline-block;
  position: absolute;
  margin-top: -5px;
  margin-left: -10px;
}
.label-question:after {
  content: "";
  cursor: pointer;
  background-image: url("../img/info.svg");
  background-size: 100%;
  display: inline-block;
  position: absolute;
  height: 11px;
  margin-top: 2px;
  margin-left: 4px;
  width: 11px;
}
.relative {
  position: relative;
}
.register-help-tooltip {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-weight: bold;
  left: 0px;
  line-height: 22px;
  padding: 3px 15px 3px 3px;
  position: absolute;
  z-index: 1;
}
.register-help-tooltip:after {
  color: #d25422;
  content: "x";
  cursor: pointer;
  font-size: 14px;
  position: absolute;
  right: 5px;
  top: 0px;
}
.register-help-message {
  font-size: 15px;
  color: gray;
  text-align: center;
  margin-bottom: 11px;
}
.text-as-link {
  color: #7b8da0;
  cursor: pointer;
  text-decoration: underline;
}
.required-note {
  color: #3c515f;
  font-size: 12px;
  font-weight: bold;
  line-height: 22px;
}
.required-note:before {
  color: red;
  content: "*";
  padding-right: 6px;
}
.check_wrap {
  margin-bottom: 15px;
}

.login .register-help-message .link-to-login-page a {
  color: #7b8da0;
  text-decoration: underline;
}

/* Override captcha styles */
.captcha-wrapper {
  position: relative;
  max-width: 100%;
  width: 100%;
}

.footer_authorizated {
  /*background: url(../img/ascendas_logo.png) no-repeat 0 0;*/
  background-size: contain;
  background-position: 50%;
  height: 25px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 70px;
  width: 50%;
}
.footer_authorizated img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-height: 25px;
}

.StatementController .footer_authorizated,
.InvoiceController .footer_authorizated,
.NotificationController .footer_authorizated {
  display: none;
}
.balance_title.text_grey {
  color: #000;
  opacity: 0.6;
  margin-right: 35px;
}

.admin_nav.active + .admin_nav-with-submenu__submenu-wrapper {
  display: block;
  position: absolute;
  min-height: 38px;
  background: #677e90;
  width: 100%;
  left: 0;
  top: 46px;
  border-top: 1px solid #f1641e;
}
.admim_nav_center {
  max-width: 1040px;
  margin: auto;
}
.admin_nav_first {
  margin-left: 0px;
}
.admin_nav.admin_nav_item {
  margin-top: 0px;
}
.admin_filter {
  background: #3c515f;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 26px 20px;
}
.admin_filter_wrap {
  color: #fff;
  font-size: 14px;
  display: flex;
  flex: 1;
  align-items: center;
}
.admin_filter_label {
  flex: 1;
  /*display: inline-block;*/
  text-align: right;
}
.dept-select {
  flex: 2;
  padding: 7px;
  margin: 0 5px;
  border: 0;
  border-radius: 0;
}
.admin_filter_input {
  flex: 2;
  padding: 7px;
  margin: 0 5px;
  border: 0;
  border-radius: 0;
}
.counter {
  width: 50px;
}
select.admin_filter_input {
  width: 156px;
  height: 35px;
  border-radius: 0;
  border: 0;
}
.admin_footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.admin_footer .btn_wrap {
  margin-top: 0;
}
.admin_footer .pagination_wrap {
  float: right;
  width: auto;
}
.admin_footer .btn_1 {
  font-size: 12px;
}

.loginAdmin .admin_nav,
.loginAdmin .h_profile_wrap {
  display: none;
}
.profile_logout.open {
  z-index: 5;
}
.admin_filter_input .btn-group {
  display: flex;
  flex-direction: column;
  position: relative;
}
.admin_filter_input.disabled_class .btn {
  background: #e3eaef;
}
.admin_filter_input .btn {
  flex: 1;
  padding: 7px;
  color: #3c515f;
  background: #fff;
  border: 0;
  min-height: 30px;
  border-radius: 0;
  font-size: 14px;
}

.admin_table th {
  text-align: left;
}
.admin_filter_input .btn:active,
.admin_filter_input .btn:focus {
  border: 0;
  outline: none;
}
.admin_filter_input .dropdown-menu {
  background: #fff;
  color: #3c515f;
  flex: 1;
  overflow-y: auto;
  max-height: 500px;
  /*overflow-x: hidden;*/
  /*position: relative;*/
  /*padding: 0;
  margin: 0;*/
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 1000;
  /*float: left;*/
  min-width: 160px;
  padding: 5px 0px;
  margin: 0px 0px 0px;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: rgb(255, 255, 255);
  /*-webkit-background-clip: padding-box;
    background-clip: padding-box;*/
  border: 1px solid rgba(0, 0, 0, 0.15);
  /*border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.176) 0px 6px 12px;
    display: block;*/
  border-radius: 0;
}
.admin_filter_input .dropdown-menu > li > a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.glyphicon-ok {
  width: 10px;
  height: 10px;
  background: url("../img/check.png") no-repeat 0 0;
  background-size: 10px 10px;
}
.glyphicon-remove {
  width: 10px;
  height: 10px;
  background: url("../img/close.png") no-repeat 0 0;
  background-size: 10px 10px;
}
.admin_filter_input a {
  color: #3c515f;
}
.inner_title.register_title {
  font-size: 22px;
  text-align: center;
}

.login_page {
  position: relative;
}

.itemForm {
  /* display: flex;
  flex: 2;
  flex-direction: column; */
  position: relative;
}
.error.error_admin {
  position: absolute;
  padding-left: 10px;
  bottom: -21px;
}

/* messages control module */
.messages-control {
  margin-top: 120px;
}

.message-row {
  padding-right: 3px;
}

.key-column {
  width: 30%;
}

.message-column {
  width: 70%;
}

.message-input {
  width: 100%;
}

.message-notification-error,
.message-notification {
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  border: 0;
}

/* terms control module */
.terms-wrapper {
  text-align: center;
  margin-right: 12px;
}

.terms-text {
  font-family: "Roboto Mono", monospace;
  font-size: 18px;
  padding: 5px;
  margin: 0;
  resize: none;
  width: 100%;
}

.address-textarea {
  width: 100%;
  resize: none;
  padding: 11px !important;
  height: auto !important;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .admin_nav {
    margin: 22px 0 0 16px;
  }
  .h_admin_width.clearfix {
    font-size: 14px;
  }
}

.snackbar-container {
  position: fixed;
  left: 20px;
  bottom: -21px;
  z-index: 99999999999;
}
.snackbar {
  overflow: hidden;
  clear: both;
  min-width: 288px;
  max-width: 568px;
  cursor: pointer;
  background-color: #ef642d;
  color: #ffffff;
  font-size: 14px;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  text-align: center;

  -moz-transition: -moz-transform 0.2s ease-in-out, opacity 0.2s ease-in,
    height 0 linear 0.2s, padding 0 linear 0.2s, height 0 linear 0.2s;
  -webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s ease-in,
    height 0 linear 0.2s, padding 0 linear 0.2s, height 0 linear 0.2s;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in,
    height 0 linear 0.2s, padding 0 linear 0.2s, height 0 linear 0.2s;
  -moz-transform: translateY(200%);
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
}
.snackbar.snackbar-opened {
  height: auto;
  padding: 14px 15px;
  margin-bottom: 20px;
  height: auto;

  -moz-transition: -moz-transform 0.2s ease-in-out, opacity 0.2s ease-in,
    height 0 linear 0.2s;
  -webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s ease-in,
    height 0 linear 0.2s;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in,
    height 0 linear 0.2s, height 0 linear 0.2s;
  -moz-transform: none;
  -webkit-transform: none;
  transform: none;
}

.admin_part_reports {
  padding: 10px;
}
.admin_part_reports .table {
  padding-bottom: 10px;
}
.admin_part_reports .date_table_cell {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #000;
}
.admin_part_reports .date_table_row .date_table_cell:first-child,
.admin_part_reports .date_table_row:hover .date_table_cell:first-child {
  border-left: 1px solid #ccc;
  border-radius: 5px 0 0 5px;
}

.admin_part_reports .date_table_row:nth-child(1):hover .date_table_cell {
  cursor: pointer;
}

.admin_part_reports .date_table_row .date_table_cell:last-child {
  border-right: 1px solid #ccc;
  border-radius: 0 5px 5px 0;
}

.admin_part_reports
  .date_table_row:nth-child(1):hover
  .date_table_cell:first-child {
  border-left-color: #ccc;
}

.admin_part_reports
  .date_table_row:nth-child(1):hover
  .date_table_cell:last-child {
  border-right-color: #ccc;
}

.admin_part_reports .date_table_cell:last-child {
  border-right: 1px solid #ccc;
  border-radius: 0 5px 5px 0;
  text-align: right;
}
.admin_part_reports .wrap_svg {
  border: 1px solid #ccc;
  border-radius: 3px;
}

.admin_part_reports .date_table_row .date_table_cell:nth-child(1) {
  width: 50px;
}
.admin_part_reports .date_table_row:first-child {
  display: table-row;
}

.admin_part_reports .date_table_row:first-child .date_table_cell {
  padding: 10px 12px 10px 12px;
  color: #000;
  font-size: 16px;
}

.date_table_cell_status {
  width: 10px;
}

.status_span {
  width: 7px;
  height: 7px;
  background-color: #ef642d;
  border-radius: 50%;
  display: inline-block;
}

.status_span.is_read {
  background-color: gray;
}

.notification_table .date {
  font-size: 12px;
  padding: 5px 0;
}

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

.showMore {
  height: auto;
}

.showLess {
  max-height: 52px;
  overflow: hidden;
  display: block;
}

.wrap_more {
  position: relative;
}

.wrap_more .read-more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 30px 0 30px 0;
  background-image: -moz-linear-gradient(top, transparent, #fff);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgba(255, 255, 255, 0)),
    color-stop(1, #fff)
  );
}

.date_table_row:nth-child(2n) .wrap_more .read-more {
  background-image: -moz-linear-gradient(top, transparent, #f9f9f9);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgba(255, 255, 255, 0)),
    color-stop(1, #f9f9f9)
  );
}

.wrap_more.open_more .read-more,
.date_table_row:nth-child(2n) .wrap_more.open_more .read-more,
.date_table_row:hover .wrap_more.open_more .read-more {
  background-image: none;
}

.unread_messages_wrap {
  float: right;
  height: 77px;
  width: 62px;
  margin-right: 44px;
  display: block;
  text-align: center;
  position: relative;
}
.home-icon {
  float: right;
  line-height: 97px;
}
.message_badge {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #ff3333;
  border-radius: 20px;
  top: 22px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  right: 9px;
}
.message_badge.phone {
  position: absolute;
  width: 15px;
  height: 15px;
  background: #ff3333;
  border-radius: 20px;
  top: -3px;
  display: inline-block;
  text-align: center;
  line-height: 15px;
  font-size: 10px;
  right: 9px;
}
.message_badge.phone .badge_text {
  color: white;
}

.modal_wrap {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
}

.modal-dialog {
  background: #fff;
  color: #000;
  font-size: 14px;
}

.admin_page .modal-dialog {
  top: calc(50% + 60px);
  height: 80% !important;
}

.modal-dialog.dialog-popup {
  font-size: 16px;

  max-width: 50%;
  width: 400px;
  padding: 10px 10px 20px 10px;
}

.modal-header {
  padding: 10px 0;
  text-align: right;
}

.dialog-popup .title {
  float: left;
  width: 375px;
  text-align: center;
  margin: 0;
  color: #ef642d;
}

.btn-close {
  border: 0;
  font-size: 20px;
  line-height: 20px;
  margin-left: 380px;
  display: block;
}

.page_desktop .dialog-popup .btn_1 {
  width: 100px;
}

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

.modal-footer {
  border-top: 1px solid #eaeaea;
  height: 40px;
}
.dialog-popup .modal-footer {
  border: 0;
  text-align: center;
}

.modal-footer a:first-child {
  border-right: 1px solid #eaeaea;
}

.modal-footer a {
  display: inline-block;
  width: 49%;
  color: #000;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  height: 100%;
  color: #ef642d;
}

.modal-footer a span {
  line-height: 40px;
}

.modal_wrap.hide_modal {
  display: none;
}

.switch {
  width: 46px;
  height: 23px;
}

.switch_button {
  padding: 10px 40px;
}

.switch small {
  width: 23px;
  height: 23px;
}

.switch.checked {
  background: #ef642d;
  border-color: #ef642d;
}

.text_switch {
  float: left;
  width: 150px;
  color: #7b8da0;
  line-height: 25px;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

.item_switch {
  text-align: right;
  margin-left: 150px;
}

.confirm_title {
  font-size: 23px;
}

.confirm_info_body {
  font-size: 16px;
  padding: 15px 0;
}

.confirm_info.gray_info {
  color: #7f7f7f;
}

.footer_wrap {
  display: block;
  width: 190px;
  margin: auto;
  padding: 10px 0 30px 0;
  text-align: center;
}

.footer_wrap img {
  max-width: 100%;
  width: auto;
  margin: auto;
  display: block;
}

.page_desktop .footer_wrap {
  display: none;
}

.PersonalInfoController .header_show_all .header_links_pay {
  display: none;
}

.policy_btn_back{
  font-size: 25px;
  bottom: 55px;
  position: fixed;
  top: 0;
  left: 20px;
  line-height: 36px;
  border: 0;
  background: transparent;
  outline: 0;
}

.policy_btn_back.header_back {
  display: none;
}

.policy_btn_back.header_back span {
  margin-right: 8px;
}

.btn_bottom.policy_btn_back,
.CookieController .policy_btn_back {
  bottom: 80px;
  top: auto;
}

/********** START @media screen and max-width ******/

@media screen and (max-width: 960px) {
  .balance_numb {
    font-size: 26px;
  }
}

/* MEDIA max-width: 767px*/

@media screen and (max-width: 767px) and (max-height: 699px) {
  .androidWrap.StatementController .table-container-mobile.small-wrap {
    height: calc(100vh - 275px) !important;
  }
  .androidWrap.account .btn_1.account_back_btn,
  .androidWrap.account
    .btn_bottom_wrap.account_button_desktop_wrap.account-info {
    display: none;
  }
}

@media screen and (max-width: 1027px) {
  .personal_box {
    margin: 0 20px 70px 20px;
  }
  .unread_messages_wrap {
    margin-right: 34px;
  }
}

@media screen and (max-width: 767px) {
  .PersonalInfoController .page_wrap_height{
    padding-bottom: 70px;
  }
  .svg-icon-back {
    display: none;
  }
  .policy_btn_back {
    display: none;
  }
  #nav-toggle {
    top: 10px;
  }
  .policy_btn_back.header_back {
    display: flex;
    bottom: auto;
    border: 0;
    background: transparent;
    top: 20px;
  }
  .page_desktop .page_wrap_height_title.policy_title{
    margin-top: 0;
  }
  .policy_title.page_wrap_height_title {
    display: block;
  }
  .policy_btn_back {
    bottom: 6px;
  }
  .cookie_box {
    margin-bottom: 100px;
  }
  .content {
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .policy_mob {
    line-height: 49px;
    margin-left: 20px;
  }
  .personal_header {
    border-bottom: 1px solid rgba(196, 196, 197, 0.3);
  }
  #mobile-nav-menu .policy_mob {
    display: flex;
    margin-left: inherit;
  }
  .resetPassword .content,
  .login .content {
    height: calc(100vh - 80px);
  }
  .resetPassword .statement-footer-wrap,
  .login .statement-footer-wrap {
    display: flex;
  }
  .statement-footer-wrap {
    display: none;
  }
  .logo_policy {
    padding: 18px 0 14px 0;
    justify-content: center;
  }
  .logo_policy .logo-text {
    display: none;
  }
  .policy_title .h_title {
    margin-bottom: 20px;
    font-size: 24px;
    margin-top: 0;
    padding-bottom: 0;
  }
  .page_policy {
    padding-top: 100px;
    background-color: #f5f7fa;
    height: calc(100vh - 80px);
    overflow: auto;
  }
  .date_table_wrap.width_page.desc_page {
    padding-bottom: 90px;
  }
  .InvoiceController .date_table_wrap.width_page.desc_page {
    /*padding-top: 132px;*/
  }
  .scroll_content .date_table_wrap.width_page.desc_page {
    padding-bottom: 0;
  }

  .header_title {
    font-size: 22px;
  }
  .home-icon {
    display: none;
  }
  .balance_numb {
    font-size: 24px;
    padding-left: 8px;
  }
  .date_table_cell-last {
    /* min-width: 115px; */
  }

  .login_wrap-admin {
    width: 100%;
  }

  .header-btns-panel {
    display: -webkit-flex;
  }
  .admin_nav.admin_nav_item.active {
    color: #fff;
  }
  .admin_nav.active + .admin_nav-with-submenu__submenu-wrapper {
    margin-top: 14px;
  }

  .admin_filter_wrap {
    padding: 5px;
  }
  .admin_footer {
    margin-top: 5px;
  }

  /*.page-title-wrapper {*/
  /*margin-top: 59px;*/
  /*}*/
  .login .page-title-wrapper {
    margin-top: 0;
  }
  .toggle-menu-btn {
    margin-top: 80px;
  }
  .h_admin .logo {
    float: none;
    position: absolute;
    width: 100%;
    z-index: 5;
    background: #fff;
  }
  .h_admin_width {
    margin-top: 60px;
  }
  .h_admin.header {
    height: 120px;
  }
  .admin_nav.active + .admin_nav-with-submenu__submenu-wrapper {
    margin-top: 74px;
  }
  .telerikReporter .page_wrap_height,
  .admin_page .page_wrap_height,
  .adminPassword_page .page_wrap_height {
    margin-top: 160px;
  }
  .btn_tab a {
    flex: 1;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    height: 100%;
  }

  .page_inner_forms .mob_title {
    padding: 73px 20px 60px 20px;
  }

  .login-register-help-message {
    padding-top: 15px;
  }

  .arrow-wrapper {
    margin-top: 80px;
  }

  .login_help_message {
    display: none;
  }

  .wrapIos .wram_ios {
    position: fixed;
    top: -19.9px;
    left: 0;
    right: 0;
    height: 20px;
    background: #fff;
    z-index: 1000;
  }
  .account.wrapIos .header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 20px;
    background: #fff;
    z-index: 1000;
  }
  .account.wrapIos .wram_ios {
    display: none;
  }
  .account.wrapIos .login_wrap:before {
    display: none;
  }
  .snackbar-container {
    left: 0px !important;
    right: 0px;
    width: 100%;
  }

  .snackbar-container [class="snackbar snackbar-opened"] ~ .snackbar.toast {
    margin-top: 20px;
  }
  .snackbar-container [class="snackbar snackbar-opened"] {
    border-radius: 0;
    margin-bottom: 0;
  }
  .version_app {
    color: #000;
    text-align: right;
    padding: 10px;
    position: absolute;
    right: 0;
    bottom: 16px;
    width: 100%;
  }

  .reset_input {
    padding-top: 15px;
  }

  .btn_wrap.login_btn_wrap {
    padding: 20px 0;
  }

  .login_cell.login_cell__form_login {
    padding-bottom: 0;
  }

  .StatementController .table-container-mobile,
  .InvoiceController .table-container-mobile {
    overflow: auto;
    /*height: calc(100vh - 189px);*/
  }

  .LoanInfoController .table-container-mobile {
    overflow: hidden;
    height: 100vh;
  }

  .NotificationController .table-container-mobile {
    overflow: auto;
    height: calc(100vh - 209px);
  }

  .StatementController .scroll_content .table-container-mobile,
  .InvoiceController .scroll_content .table-container-mobile {
    height: calc(100vh - 120px);
  }

  .wrapIos.StatementController_page .date_table_wrap,
  .wrapIos.InvoiceController_page .date_table_wrap {
    padding-top: 110px;
  }

  .wrapIos.StatementController .table-container-mobile,
  .wrapIos.InvoiceController .table-container-mobile {
    overflow: auto;
    /*height: calc(100vh - 255px);*/
  }

  .wrapIos.StatementController .scroll_content .table-container-mobile,
  .wrapIos.InvoiceController .scroll_content .table-container-mobile {
    height: calc(100vh - 128px);
  }

  .account .login_wrap {
    padding-top: 100px;
  }

  .wrapIos .toolbar-footer {
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
  }
  /* .wrapIos .nav,
    .wrapIos .nav_invoices,
    .wrapIos .btn_bottom_wrap,
    .wrapIos .popup_pay_btn {
      height: 93px;
    } */
  .wrapIos .nav .date_table_cell {
    vertical-align: baseline;
  }

  .wrapIos.invoices .p_close,
  .wrapIos .p_close {
    top: 2rem;
  }

  .wrapIos .popup_pay_total {
    bottom: 92px;
  }

  .confirm_payment_wrap {
    text-align: center;
    top: calc(100vh - 65vh);
  }

  .popup_confirm_wrap .confirm_payment_wrap {
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    height: 50%;
    width: 90%;
  }

  .confirm_payment_wrap .svg path,
  .confirm_payment_wrap svg rect,
  .back_iframe svg {
    fill: #ef642d;
  }

  .confirm_note {
    color: #000;
    font-family: "robotoregular";
    font-weight: inherit;
    letter-spacing: 0.4px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20px;
  }
  .confirm_info {
    font-size: 28px;
    color: #ef642d;
    padding-top: 10px;
  }
  .confirm_footer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #000;
  }
  .popup_confirm_wrap .confirm_footer {
    height: 60px;
    line-height: 60px;
  }
  .confirm_payment_wrap .p_item {
    border-bottom: 0;
  }
  .header_iframe {
    top: 0;
  }
  .wrapIos .header_iframe {
    position: fixed;
    height: 20px;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    top: 0.6rem;
    /* top: constant(safe-area-inset-top);
      top: env(safe-area-inset-top); */
  }

  .back_iframe {
    position: absolute;
    left: 15px;
    top: 7px;
    width: 24px;
    height: 24px;
    cursor: pointer;
  }

  .iframe_title {
    display: inline-block;
    width: 100%;
    padding: 9px 51px;
    color: #ef642d;
  }

  .login .login_wrap_item.login_wrap_item-full.login_wrap_signup {
    height: calc(85vh + 7vh) !important;
    overflow: auto;
  }

  .login_error_note span,
  .forgot_link span {
    cursor: pointer;
  }
  .admin_reports.messages-control {
    margin-top: 160px;
  }

  .login .header,
  .resetPassword .header {
    display: none;
  }

  .popup_item_redirect {
    display: none;
  }

  .wrapIos .footer_note_bg {
    margin-bottom: constant(safe-area-inset-bottom);
    margin-bottom: env(safe-area-inset-bottom);
  }

  .login_info.region_info {
    margin: 0;
    padding-bottom: 25px;
    width: 100%;
  }

  .text-uppercase {
    text-transform: uppercase;
    color: #000;
  }

  .notification_table .date_table_row:last-child .date_table_cell {
    border-bottom: 1px solid #ccc;
  }

  .showLess {
    max-height: 47px;
  }

  .date_table_row:nth-child(2n) .wrap_more .read-more {
    background-image: -moz-linear-gradient(top, transparent, #fff);
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0, rgba(255, 255, 255, 0)),
      color-stop(1, #fff)
    );
  }

  .date_table_row:hover .wrap_more .read-more {
    background-image: -moz-linear-gradient(top, transparent, #ebf0f4);
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0, rgba(235, 240, 244, 0)),
      color-stop(1, #ebf0f4)
    );
  }

  .InvoiceController .message_wrap {
    top: 138px;
  }

  .close_message.p_close {
    top: 7px;
  }

  .wrapIos .close_message.p_close {
    top: 3px;
  }

  .page_wrap_height_title {
    display: none;
  }
  .unread_messages_wrap {
    display: none;
  }

  .logout_wrap_mob .login_wrap_cell {
    padding-top: 50%;
  }

  .popup_confirm_wrap .confirm_footer .popup_item_response {
    display: block;
    background: #ef642d;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
  }

  .button_understood {
    cursor: pointer;
    width: 100%;
    height: 100%;
  }

  .button_understood:focus {
    outline: none;
  }
  .logoIos .logo.logo_item.logo_mob_show {
    padding-left: 93px;
    padding-top: 34px;
  }

  .transactionController .logo.logo_item.logo_mob_show {
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 590px) {
  .cookie_box {
    margin-bottom: 200px;
  }
  .policy_btn_back .img_back_ico {
    margin-right: 10px;
  }
  .policy_btn_back {
    left: 10px;
  }
}

@media screen and (max-width: 375px) {
  .balance_numb {
    font-size: 25px;
    padding-left: 4px;
  }
}

@media screen and (max-width: 320px) {
  .balance_numb {
    font-size: 18px;
    padding-left: 2px;
  }
  .captcha-wrapper {
    transform: scale(0.76);
    -webkit-transform: scale(0.76);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
  .footer_note {
    width: 278px;
    left: -8px;
    padding: 15px 10px;
  }
  .footer_note.footer_note_pay {
    left: 82px;
  }
  .footer_note_pay:before {
    margin-left: -20px;
  }
}

/********** FINISH  @media screen and max-width ******/

/********** START @media screen and min-width ******/

@media screen and (min-width: 300px) {
  .balance_title {
    font-size: 12px;
  }
}
@media screen and (min-width: 350px) {
  .balance_title {
    font-size: 13px;
    margin-right: 23px;
  }

  .invoices_title {
    margin-right: 0 !important;
    width: 100%;
    text-align: right;
  }
}

@media screen and (min-width: 400px) {
  .date_table_cell {
    font-size: 14px;
  }
  .rc-anchor-light.rc-anchor-normal {
    width: 267px;
  }
  .rc-anchor-normal .rc-anchor-content {
    width: 159px;
  }
  .rc-anchor-normal .rc-anchor-pt {
    padding-right: 25px;
  }
}

@media screen and (min-width: 420px) {
  .nav {
    height: 68px;
  }
  .nav a,
  .header-btn {
    font-size: 12px;
  }
  .footer_note_bg {
    bottom: 68px;
  }
}

@media screen and (min-width: 500px) {
  .message_wrap {
    font-size: 20px;
  }
}

@media screen and (min-width: 600px) {
  .date_table_row_month .date_table_cell {
    padding-top: 14px;
  }
}

@media screen and (min-width: 768px) {
  .reset_btn {
    margin-top: 0px;
  }

  .btn_auto-width {
    padding-left: 25px;
    padding-right: 25px;
    width: auto;
  }

  .btn-100-width {
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
    height: 60px !important;

  }

  .page-title-wrapper {
    min-height: 10px;
  }
  .account .header_links_wrap {
    display: block;
  }

  .table_row_wrap:first-child {
    display: none;
  }

  .desc_page {
    padding-top: 0;
  }

  .desc_table {
    padding-bottom: 0;
  }

  .pagination_wrap {
    display: flex;
    padding-left: 15px;
    padding-top: 35px;
  }
  .pagination_wrap-admin {
    padding-bottom: 30px;
    margin-left: 0px;
    width: 990px;
  }

  .desc_table_wrap {
    display: block;
  }

  .header_links_profile .header_links_item {
    color: #3c515f;
  }

  .header_links_profile .header_links_item.active {
    color: #f1641e;
  }

  .logo_item {
    display: inline-block;
  }

  .StatementController .logo_item,
  .InvoiceController .logo_item,
  .account .logo_item {
    margin: 0 0 0 28px;
    padding: 10px 0;
  }

  .desc_table_wrap .desc_table {
    background-color: #ebf0f4;
  }

  .open_pdf {
    right: 5px;
  }

  /*.page-title-wrapper {*/
  /*height: 150px;*/
  /*}*/

  .page-login-title-wrapper {
    height: 0;
    flex-basis: 0px;
    min-height: 0px;
  }
  button.btn_2.reset_btn:disabled {
    color: #d5dde2;
    background: none;
    border: 0;
  }
  /*.page-title-wrapper {*/
  /*background: rgba(0, 0, 0, 0) url("../img/bg.jpg") no-repeat scroll 0 0 / cover ;*/
  /*}*/
  .desk_title {
    padding-bottom: 27px;
  }
  a:focus {
    outline: 0;
  }
  .logout_wrap {
    line-height: 60px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
  }
  /*.balance_title{*/
  /*color: #fff;*/
  /*font-family: robotoregular;*/
  /*}*/
  .header_title {
    padding-top: 40px;
    position: static;
    z-index: 99999;
    background: none;
  }
  .header_title:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: none;
    z-index: -1;
  }
  .header_title_note {
    padding-top: 10px;
  }

  .date_table_cell-last {
    min-width: 120px;
  }

  .header_links_wrap {
    line-height: 60px;
  }
  .datepicker_note {
    /*color: rgba(255, 255, 255, 1);*/
    /*font-family: 'Roboto', sans-serif;*/
    /*font-weight: bold;*/
    font-size: 13px;
    width: 100%;
    text-align: left;
    opacity: 0.6;
    margin-bottom: 10px;
  }

  .datepicker_note.invoices_property {
    padding-left: 58px;
  }

  .date_table_row:first-child .date_table_cell {
    padding: 16.5px 12px 16.5px 12px;
  }

  .width_page {
    margin-top: 0px;
  }
  .profile_wrap .login_wrap_item {
    min-height: 620px;
  }
  .login_wrap .login_wrap_item {
    max-height: 840px;
  }
  .header-btns-panel {
    display: none;
  }

  .btn_wrap-back {
    margin-top: 0px;
  }

  .login_wrap.login_wrap_item_register {
    max-width: 600px;
  }
  .login_wrap_item_register .login_wrap_item,
  .login_wrap_item_register .login_wrap_item:first-child {
    width: 100%;
  }
  .login_wrap_signup .captcha-wrapper {
    margin-bottom: -19px;
  }
  .page_desktop.login .svg-icon-back {
    width: 45px;
  }.page_desktop.resetPassword .svg-icon-back {
    width: 45px;
  }
  .page_desktop .svg-icon-back svg {
    opacity: 0.4;
    margin-top: 3px;
  }
  .page_desktop.resetPassword .reset_btn {
    color: black;
    opacity: 0.4;
    font-weight: normal;
    font-size: 19px;
    text-decoration: none;
  }
  .page_desktop.adminPassword .btn_wrap {
      align-items: stretch;
  }
  #codeFa {
    height: 30px;
    border: 1px solid rgb(220, 224, 226);
  }

  .codefa {
    margin-left: 200px;
  }
  .page_desktop.login .reset_btn {
    color: black;
    opacity: 0.4;
    font-weight: normal;
    font-size: 19px;
    text-decoration: none;
  }
  .back-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }
  .login_wrap_signup .register-help-message {
    margin-bottom: 30px;
  }
  .login .header.h_admin {
    display: none;
  }
  .login_help_message {
    font-size: 14px;
  }

  .page_desktop.login .header,
  .page_desktop.resetPassword .header {
    display: none;
  }

  .page_desktop {
    /* overflow: auto; */
  }

  .page_desktop .login_page_wrap {
    display: inline-block;
    text-align: center;
  }
  .page_desktop .btn_1 {
    width: 100%;
  }

  .page_desktop.messagesControl .btn_1,
  .page_desktop.termsControl .btn_1,
  .page_desktop.PushNotificationController .btn_1 {
    width: 133px;
  }

  .page_desktop .login_wrap-admin {
    position: absolute !important;
  }

  .page_desktop .login_wrap.login_wrap_item_register {
    overflow: auto;
    width: 600px;
  }
  .page_desktop .login_wrap_signup {
    /* height: calc(79vh) !important; */
    overflow: auto;
    padding: 0;
  }

  .page_desktop .login_wrap_item_register .login_wrap .login_wrap_item {
    max-height: 700px;
  }

  .page_desktop .login_wrap_item_register .login_wrap_signup {
    overflow: hidden;
    padding: 48px;
  }

  .page_desktop .login_wrap_item_register .login_inner {

  }

  .page_desktop .logo_wrap {
    width: 100%;
    display: inline-block;
    text-align: center;
  }
  .page_desktop .modal {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 1);
  }

  .profile_name:before {
    display: inline-block;
    content: " ";
    background-image: url("../img/person.svg");
    background-size: 30px 30px;
    height: 30px;
    width: 30px;
    vertical-align: middle;
  }

  .profile_logout a {
    line-height: 1.8;
  }

  .profile_logout .admin_nav_item.active {
    color: #f1641e;
  }

  .messages-table table {
    width: 100%; /* 140px * 5 column + 16px scrollbar width */
    border-spacing: 0;
  }

  .messages-table tbody,
  .messages-table thead tr {
    display: block;
  }

  .messages-table tbody {
    height: 45vh;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .messages-table tbody td,
  .messages-table thead th {
    width: 70%;
  }

  .messages-table tbody td:first-child,
  .messages-table thead th:first-child {
    width: 300px;
  }

  .messages-table thead th:last-child {
    width: 70%;
  }

  td input {
    box-sizing: border-box;
  }

  .admin_nav.admin_nav_item.hide_admin_nav {
    display: none;
  }

  .push_wrap td {
    padding-right: 5px;
  }

  .profile_logout.wrap_dropdown {
    background: rgba(0, 0, 0, 0.6);
    right: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
  }

  .wrap_dropdown_user {
    background: #fff;
    width: 261px;
    position: absolute;
    right: 266px;
    top: 77px;

    border-radius: 0 0 3px 3px;
  }

  .wrap_dropdown_user {
    color: #000;
    font-weight: normal;
  }

  .wrap_dropdown_user a {
    display: block;
    position: relative;
    line-height: 60px;
    padding: 0 15px;
  }

  .wrap_dropdown_user a:last-child {
    border-bottom: none;
  }

  .wrap_dropdown_user svg {
    position: absolute;
    top: 16px;
  }

  .wrap_dropdown_user span {
    padding-left: 35px;
  }

  .date_table_cell {
    border-bottom: none;
  }

  .date_table_row:nth-child(2n):hover {
    background: #fdf9f8;
  }

  .date_table_row:nth-child(2n + 1):hover {
    background: #fdf9f8;
  }

  .table_invoice .date_table_row .date_table_cell:first-child {
    border-left: 5px solid transparent;
  }

  .date_table_row:nth-child(1):hover .date_table_cell {
    cursor: default;
  }

  .table .date_table_row.table_header .date_table_cell,
  .table_invoice .date_table_row.table_header .date_table_cell:first-child,
  .StatementController_page
    .date_table_row.table_header
    .date_table_cell:first-child,
  .StatementController_page
    .date_table_row.table_header
    .date_table_cell:last-child,
  .table .date_table_row:hover.table_header .date_table_cell,
  .table .date_table_row:hover.table_header .date_table_cell:first-child,
  .table .date_table_row:hover.table_header .date_table_cell:last-child {
    border: 0;
  }

  .table_invoice .date_table_row:hover,
  .StatementController_page .date_table_row:hover {
    cursor: pointer;
  }

  .table_invoice .date_table_row .date_table_cell,
  .StatementController_page .date_table_row .date_table_cell {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
  }

  .table_invoice .date_table_row .date_table_cell:first-child,
  .StatementController_page .date_table_row .date_table_cell:first-child {
    border-left: 1px solid transparent;
  }

  .table_invoice .date_table_row .date_table_cell:last-child,
  .StatementController_page .date_table_row .date_table_cell:last-child {
    border-right: 1px solid transparent;
  }

  .table_invoice .date_table_row:hover .date_table_cell,
  .StatementController_page .date_table_row:hover .date_table_cell {
    border-top: 1px solid #e09d8e;
    border-bottom: 1px solid #e09d8e;
  }

  .table_invoice .date_table_row:hover .date_table_cell:first-child,
  .StatementController_page .date_table_row:hover .date_table_cell:first-child {
    border-left: 1px solid #e09d8e;
  }

  .table_invoice .date_table_row:hover .date_table_cell:last-child,
  .StatementController_page .date_table_row:hover .date_table_cell:last-child {
    border-right: 1px solid#ef642d;
  }
  .table_invoice .date_table_check_desktop .date_table_cell:first-child {
    position: relative;
  }
  .table_invoice .date_table_check_desktop .date_table_cell:first-child:before {
    content: "";
    display: block;
    position: absolute;
    left: -1px;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #ef642d;
  }

  .date_table_cell.only_desktop.payment .make_payment {
    display: none;
  }

  .date_table_row:hover .date_table_cell.only_desktop.payment {
    background: rgb(255, 140, 61);
    background: linear-gradient(
      85deg,
      rgba(255, 140, 61, 1) 0%,
      rgba(231, 18, 0, 1) 100%
    );
    padding: 0;
    border-radius: 0 4px 4px 0;
    line-height: 51px;
  }

  .date_table_row:hover .date_table_cell.only_desktop.payment .make_payment {
    display: block;
    color: #fff;
    font-size: 17px;
    text-align: center;
  }
  .date_table_row:hover .date_table_cell.only_desktop.payment .item_balance {
    display: none;
  }

  .p_download_btn_ref,
  .p_download_btn_ref_invoice {
    display: none;
    padding-top: 11px;
    color: #ef642d;
    background: url(../img/download-orange.svg) 0 50% no-repeat;
    background-size: 17px 17px;
    padding-left: 30px;
  }
  .p_download_btn_ref_invoice {
    display: inline-block;
    background: url(../img/download-pdf-copy-2.svg) 0 50% no-repeat;
    background-size: 17px 17px;
  }

  .date_table_row .date_table_cell.orange_cell {
    color: #ef642d;
  }

  .date_table_row:hover .p_download_btn_ref {
    display: inline-block;
  }

  .admin_part_reports .date_table_row .date_table_cell,
  .admin_part_reports .date_table_row:hover .date_table_cell {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
  }

  .version_app.hide_version {
    display: none;
  }

  .page_desktop .header_invoices {
    display: none;
  }


  .page_desktop.PersonalInfoController .header,
  .page_desktop.invoices .header {
    display: block !important;
    height: 78px !important;
  }

  .invoices .header_links_pay,
  .account .header_links_pay,
  .NotificationController .header_links_pay {
    display: none;
  }

  .page_desktop.invoices .current_style {
    border-right: none;
  }

  .page_desktop .page_wrap_height_title {
    display: flex;
    margin-top: 4px;
    align-items: center;
    justify-content: space-between;
    padding: 35px 0;
    background: #f5f7fa;
  }
  .h_title p {
    margin: 0px;
    /*margin: 20px 0 !important;*/
    text-transform: lowercase;
    /*display: inline-block;*/
  }
  .h_title p::first-letter {
    text-transform: capitalize !important;
  }

  .page_desktop .page_wrap_height_title .h_title_note {
    font-size: 16px;
  }

  .table_invoice .total_box_wrap {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
  }

  .table_invoice .total_box input {
    height: 34px;
    font-style: italic;
    color: #7f7f7f;
    font-size: 15px;
  }

  .table_invoice .currency_ico {
    line-height: 34px;
    left: 24px;
  }

  .table_invoice .error-clr_red {
    font-size: 11px;
  }

  .page_desktop .nav_invoices {
    display: none;
  }

  .page_desktop .invoices_button_desktop_wrap,
  .page_desktop .account_button_desktop_wrap {
    /*height: 78px;
    line-height: 78px;*/
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    width: auto;
    margin-left: calc((100% - 1040px)/2);

    margin-right: calc((100% - 1040px)/2);
    margin-bottom: 37px;
  }

  .page_desktop .account_button_desktop_wrap {
    
  }

  .page_desktop .invoices_button_desktop_wrap {
    box-shadow: none;
    left:0;
    right: 0;
  }

  .page_desktop .invoices_button_desktop_wrap .btn_1 {
    width: 33.3%;
    margin-top: 15px;
  }
  .androidWrap.page_desktop .invoices_button_desktop_wrap .btn_1 {
    margin-top: 29px;
  }

  .page_desktop .invoices_button_desktop_wrap .btn_1._white {
    width: 33.3%;
    text-align: center;
  }
  /* account_button_desktop_wrap */

  .total_pay_wrap {
    float: left;
    width: 33.3%;
    height: 54px;
    line-height: 54px;
    font-size: 15px;
    border: 0;
    margin-top: 15px;
  }

  .total_pay_wrap .pay_total_item:first-child {
    float: left;
    line-height: 54px;
    text-align: center;
    width: 100%;
  }

  .confirm_payment_wrap {
    text-align: center;
    top: calc(100vh - 65vh);
  }
  .confirm_payment_wrap .p_item {
    border-bottom: 0;
  }

  .confirm_note {
    color: #000;
    font-family: "robotoregular";
    font-weight: inherit;
    letter-spacing: 0.4px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20px;
  }

  .confirm_info {
    font-size: 28px;
    color: #ef642d;
    padding-top: 10px;
  }

  .confirm_footer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #000;
  }
  .confirm_payment_wrap .svg path,
  .confirm_payment_wrap svg rect,
  .back_iframe svg {
    fill: #ef642d;
  }

  .page_desktop .popup_item_redirect {
    display: table-cell;
    color: #000;
    vertical-align: middle;
    text-align: right;
    width: 85vw;
    padding-right: 20px;
  }

  .page_desktop .popup_item_response {
    width: 260px;
    background: #ef642d;
    float: right;
    color: #fff;
    text-align: center;
    padding: 13px;
    margin: 18px;
    text-transform: uppercase;
    font-size: 15px;
    cursor: pointer;
  }

  .page_desktop .logout_wrap_payment {
    height: 78px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
  }

  .page_desktop .logout_wrap_payment .logo_item {
    display: table-cell;
    padding: 10px 0 0 0;
    width: 160px;
  }

  .page_desktop .logout_wrap_payment.logout_wrap_response .logo_item {
    float: left;
  }

  .page_desktop .popup_payment {
    background: #eff2f5;
  }

  .page_desktop .confirm_payment_wrap {
    text-align: center;
    width: 350px;
    background: #fff;
    height: 290px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
  }

  .page_desktop .popup_confirm_wrap .confirm_payment_wrap {
    height: 330px;
  }

  .page_desktop .confirm_footer {
    display: none;
  }

  .confirm_payment_wrap svg {
    width: 55px;
    height: 55px;
  }
  .total_box input:disabled {
    color: #7f7f7f;
    background: transparent;
    opacity: 0.2;
  }

  .table_invoice .currency_ico {
    color: #7f7f7f;
    opacity: 0.2;
  }
  .table_invoice .date_table_check_desktop .currency_ico {
    color: #7f7f7f;
    opacity: 1;
  }
  .StatementController .hint_statement .header.header_show_all {
    z-index: 0;
    position: relative;
  }
  .hint_statement .page_statement {
    padding-top: 20px;
  }

  .hint_statement .current_inner {
    position: relative;
    z-index: 55;
    background: #fff;
  }

  .hint_statement .footer_note_bg,
  .hint_makePayment .footer_note_bg {
    bottom: 0;
  }

  .hint_makePayment .footer_note_bg {
    top: 77px;
  }

  .hint_statement .footer_note {
    left: 42%;
    bottom: -275px;
  }

  .hint_statement .footer_note span {
    display: inline-block;
    position: relative;
    height: 12px;
    width: 20px;
    background: url(../img/keyboard_arrow_right.svg) no-repeat center;
    padding: 0;
  }

  .hint_makePayment .footer_note {
    bottom: -265px;
    left: 77%;
    padding: 10px 20px;
  }

  .hint_statement .footer_note:before,
  .hint_makePayment .footer_note:before {
    content: "";
    display: block;
    position: absolute;
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
    left: 143px;
    bottom: 258px;
    border-top: none;
  }

  .hint_makePayment .footer_note:before {
    bottom: 246px;
  }

  .hint_statement .footer_note .btn_1,
  .hint_makePayment .footer_note .btn_1 {
    margin: 0;
    margin-top: 20px;
  }

  .hint_statement .footer_note_link,
  .hint_makePayment .footer_note_link {
    color: #7f7f7f;
    display: inline-block;
    width: 100%;
    line-height: 40px;
  }

  .profile_wrap {
    width: 100%;
    background: #e3eaef;
    padding: 96px 0 30px 0;
    border-radius: 0;
    left: 0;
    top: 0;
    margin-left: 0;
    margin-top: 0;
    height: 100%;
  }

  .profile_wrap.page_wrap_height_account {
    transform: none;
  }

  .profile_wrap .login_wrap_item {
    height: calc(100vh - 500px);
  }

  .profile_wrap .reset-password,
  .profile_wrap .back {
    display: none;
  }

  .account .header.header_show_all,
  .NotificationController .header.header_show_all {
    height: 77px !important;
    display: block !important;
  }
  .page_desktop.account .footer_authorizated,
  .page_desktop.account .profile_wrap:after {
    display: none;
  }

  .wrap_dropdown_user .active path:last-child {
    fill: #f1641e;
  }

  .wrap_dropdown_user .active .notif_activ_last:last-child {
    fill: none;
  }
  .wrap_dropdown_user .active path.icon_change_password {
    fill: #f1641e;
  }
  .PaymentController .content {
    background: #fff;
  }

  .header_iframe {
    width: 601px;
    margin: auto;
    display: block;
    cursor: pointer;
  }

  .header_iframe .h_title.iframe_title:hover {
    box-shadow: inset 0 -0.2em white, inset 0 -0.3em #f1641e;
  }

  .back_iframe {
    float: left;
    text-align: left;
    padding-top: 8px;
  }
  .h_title.iframe_title {
    float: left;
    margin-left: 10px;
    line-height: 40px;
    color: #ef642d;
    padding-bottom: 0;
  }

  .invoices_button_desktop_wrap_item,
  .account_button_desktop_wrap_item {
    max-width: 1046px;
    margin: auto;
  }

  .account_button_desktop_wrap_item {
    max-width: 1040px;
    padding-top: 15px;
  }
  .login_wrap_cell {
    position: relative;
  }

  .account_button_desktop_wrap_item .btn_1:first-child,
  .account_button_desktop_wrap_item .btn_1 {
    width: 50%;
  }

  .footer_logo {
    padding: 10px 0;
  }

  .footer_logo img {
    max-width: 100%;
    width: auto;
    margin: auto;
    display: block;
  }
}

@media screen and (min-width: 1100px) {
  .open_print {
    display: inline-block;
  }
  .open_pdf {
    right: 41px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .page_desktop .inner_title.login_title {
    font-size: 17px;
    margin-left: 15vw;
    margin-right: 40vw;
  }
  .InvoiceController.page_desktop .inner_title.login_title,
  .account.page_desktop .inner_title.login_title {
    margin-left: 15vw;
    margin-right: 15vw;
  }
}

@media (min-width: 768px) and (max-width: 980px) {
  .page_desktop .inner_title.login_title {
    display: none;
  }
}


.container-inc-dept {
  margin-left: 30px;
}
.incDeptsAdmin {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}
.incDeptTitle {
  margin-left: 5px;
  text-transform: capitalize !important;
  margin-top: 0;
  margin-bottom: 0;
}
.incDeptAdminContent {
  margin-bottom: 5px;
}

.SuperAdminController .message_wrap {
  border-bottom: 0px !important;
}
.PushNotificationController_page .message_wrap{
  position: fixed;
  z-index: 1000;
  top: 117px;

}
/********** FINISH @media screen and min-width ******/
