@import 'loading.css';

* {
  text-align: left;
}

.container-fluid {
  width: 100%;
  margin: 0;
  box-shadow: none;
}

body {
  background-color: #fff !important;
}

/* MENU */

.dropdown-menu li a {
  text-align: left;
}

.logo-image {
  display: inline !important;
  width: auto !important;
  margin: auto !important;
  height: 40px;
  margin-right:7px; 
  padding-bottom: 5px;
}

.user-avatar {
  max-height:22px;
  max-width:22px;
  display: inline !important;
  width: auto !important;
  margin: auto !important;
}

.close { 
  margin-right: 10px;
  color: rgb(0, 0, 0) !important;
  position: absolute;
  z-index: 1;
  right: 0;
}

.updateButton { 
  margin-top: 20px;
}

.user-data p {
  margin: 0;
}

.status .status-active {
  text-transform: lowercase;
  background-color: #06c106;
  border-radius: 2px;
  padding: 3px;
  color: #fff;
}

.status .status-inactive {
  text-transform: lowercase;
  background-color: #000;
  border-radius: 2px;
  padding: 3px;
  color: #fff;
}

.status .status-waiting-aproval {
  text-transform: lowercase;
  background-color: #ffa500;
  border-radius: 2px;
  padding: 3px;
  color: #fff;
}

.status .status-archived {
  text-transform: lowercase;
  background-color: #f4b04f;
  border-radius: 2px;
  padding: 3px;
  color: #fff;
}

.status .status-suspended {
  text-transform: lowercase;
  background-color: #503701;
  border-radius: 2px;
  padding: 3px;
  color: #fff;
}

.status .status-to-be-confirmed {
  text-transform: lowercase;
  background-color: #cc832d;
  border-radius: 2px;
  padding: 3px;
  color: #fff;
}

.status .status-canceled {
  text-transform: lowercase;
  background-color: #ea0b0b;
  border-radius: 2px;
  padding: 3px;
  color: #fff;
}

.status .status-expired {
  text-transform: lowercase;
  background-color: #c5adad;
  border-radius: 2px;
  padding: 3px;
  color: #fff;
}

.status .status-paid {
  text-transform: lowercase;
  background-color: #009600;
  border-radius: 2px;
  padding: 2px 3px;
  color: #fff;
}

.status .status-pending {
  text-transform: lowercase;
  background-color: #ffa500;
  border-radius: 2px;
  padding: 3px;
  color: #fff;
}

.status .status-success {
  text-transform: lowercase;
  background-color: #06c106;
  border-radius: 2px;
  padding: 3px;
  color: #fff;
}

.status .status-rejected {
  text-transform: lowercase;
  background-color: #503701;
  border-radius: 2px;
  padding: 3px;
  color: #fff;
}

.status .status-waiting {
  text-transform: lowercase;
  background-color: #ffa500;
  border-radius: 2px;
  padding: 3px;
  color: #fff;
}

.contract-div { 
  box-shadow: 0px 1px 10px -4px;
  padding: 0 0 15px;
}

.contract-div .contract-name {
  font-size: 1.2em;
}

.contract-div .top-title {
  background-color: #3b448e;
  color: #fff;
  padding: 10px 20px;
}

.contract-div .contract-details {
  padding: 10px 20px;
}
.contract-subtitle{
  margin-bottom: -1px;
}
.contract-subtitle-div{
  margin-bottom: 15px;
  font-size: 12px;
}

.header-user {
  border-bottom: solid 1px #eee;
  margin-bottom: 18px;
  padding: 0 0 18px;
}

.header-user .user-name {
  font-size: 2.2em;
}

.header-user .top {
  align-items: center;
  display: flex;
}

.bill-info {
  color: #555;
  padding: 16px 0;
  border-top: solid 1px #e0e0e0;
  border-bottom: solid 1px #e0e0e0;
  margin: 10px 0;
}

.bill-info .divisor {
  padding: 0 9px;
  font-size: 1.6em;
}

.bill-info .title {
  font-size: 1.2em;
  font-weight: 600;
}

.header-user .divisor {
  padding: 0 9px;
  font-size: 1.6em;
}

.back-button {
  position: absolute;
  cursor: pointer;
  right: 35px;
  color: #3d488b;
  font-size: 1.7em;
}

.bill {
  box-shadow: 0px 0px 11px -4px;
  padding: 20px;
}

#bill_items {
  padding: 0;
}

.bill .header-user {
  padding: 0 0 18px 0;
}

.bill h4 {
  padding-left: 15px;
}

.remove-padding { 
  padding: 0px !important;
}

.charge-details {
  min-height: 50vh;
  border-left: solid 1px #dcdcdc;
  background-color: #f1f1f1;
  padding: 15px;
}

.charge-details h4 {
  padding: 0;
}

.charge-details hr {
  border-top: 2px solid #fff;
}

.chart-user-country {
  display: flex;
  justify-content: center;
}

.legend-graphic-pizza {
  font-weight: 800;
  font-size: 0.8em;
  padding-right: 25px;
}

.consumption-cronunits {
  margin-top: 20px;
}

.consumption-cronunits h4 {
  font-weight: 600;
  color: #555;
  margin-bottom: 0;
}

.consumption-cronunits .last-acess {
  border-bottom: solid 1px #ececec;
  margin-bottom: 12px;
}

.consumption-cronunits .last-acess small {
  font-size: 0.8em;
}
.consumption-cronunits .details-consumption {
  background-color: #f5f5f5;
  padding: 12px 15px;
}

.modal-add-user-to-contract {
  padding: 10px;
}

.close-modal {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}

.close-modal a {
  color: #000;
  font-size: 1.2em;
}

.close-modal a:hover {
  cursor: pointer;
}

.close-modal.close-grid i {
  border: solid 1px;
  padding: 5px;
  border-radius: 6px;
  color: red;
}

.close-modal.close-grid i:hover {
  background-color: red;
  color: #fff;
}

.see-users a {
  cursor: pointer;
}

.back {
  border-bottom: solid 1px #e5e5e5;
  padding: 15px 0;
}

.back a {
  color: #fff;
  border: solid 1px #555;
  padding: 3px;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
  background-color: #555;
}

.back a:hover {
  color: #555;
  background-color: #fff0;
}

.back.back-plan {
  padding-top: 0;
  margin-bottom: 2vh;
  border-bottom: none;
}

.client-info,
.user-info {
  padding: 15px
}

.confirm-new-client .confirm-title {
  color: #a2a2a2;
  font-weight: bold;
}

.confirm-new-client .confirm-card {
  border-bottom: solid 1px #ccc;
  padding: 12px 0;
}

.confirm-new-client .confirm-card h4 {
  text-align: left !important;
  padding-left: 12px;
}

.confirm-new-client .confirm-card h5 {
  margin: 0;
}

.user-info h2 {
  margin: 0;
}

/* USUARIOS-CHART */

 .header-chart {
  margin-top: 40px;
 }

 .chart {
  margin-top: 40px;
  display: flex;
 }

 .pie-chart {
  display: flex;
  justify-content: center;
 }

.button-pad { 
  padding-top: 9px;
}

.button-margin{
  margin: 5px;
}

.margin-top-botton {
  margin: 20px 0;
}

.chart-center {
  display: flex;
  align-items: center;
}

.info-button {
  position: absolute;
  top: 10px;
  right: 0;
  cursor: pointer;
}

.info-details {
  background-color: #fff;
  min-height: 30vh;
  position: absolute;
  right: 24px;
  top: 10px;
  z-index: 2;
  box-shadow: 0px 0px 4px -1px;
  max-height: 65vh;
  overflow: auto;
}

.info-details .head-info {
  background-color: #f6f6f6;
  color: #555;
}

.modal-add-user-to-contract .content-info p {
  text-align: left !important;
}

.modal-add-user-to-contract .content-info p,
.info-details .content-info p {
  color: #000;
}

.modal-add-user-to-contract .content-info span,
.modal-add-user-to-contract .content-info label,
.info-details .content-info span {
  font-weight: 600;
  color: #a2a2a2;
  margin: 0;
}

.modal-add-user-to-contract .content-info span.span-info,
.info-details .content-info span.span-info {
  font-weight: 500;
  color: #000;
}

.info-details .content-info p {
  font-size: 13px;
  line-height: 1.42857143;
}

.info-details .content-info {
  padding: 20px 15px;
}

.info-details .content-info .cache-update a {
  border: solid 1px #2c2c2c;
  padding: 5px;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  color: #000;
  transition: .3s;
}

.info-details .content-info .cache-update a:hover {
  border-color: #555;
  background-color: #555;
  color: #fff;
}

.contract-details h1{
  margin-bottom: 0;
}

.contract-details .status {
  margin: 4px 0;
}

.see-contract-list a,
.update-status a, 
.final-date a {
  border-radius: 4px;
  color: #000;
  padding: 3px;
  cursor: pointer;
  text-decoration: none;
  border: solid 1px;
  transition: 0.3s;
}

.see-contract-list a:hover,
.update-status a:hover, 
.final-date a:hover {
  border-color: #000;
  background-color: #555;
  color: #fff;
}

.center-element {
  display: flex;
  justify-content: center;
}

.element-right {
  display: flex;
  justify-content: flex-end;
}

.text-alert p {
  padding: 50px;
}

.email-content .table-wrap {
  display: flex !important;
  margin-top: 30px;
}

#email-list .form-group,
#email-list input {
  text-align: left;
}


.email-info .back,
.email-info h4,
.email-info .info {
  text-align: left;
}
.modal-info {
  padding: 50px;
}

.modal-info h4 {
  font-weight: 900;
}
/* FEEDBACK - TABLES OLD */

 .table-old {
  background-color: #3b448e;
  color: white;
}

/* TABLES EDITED */

.table-edited {
  width: 100%;
}

.table-edited th,td {
  padding: 4px;
}

.table-edited .head {
  background-color: #3d488b;
  color: #fff;
}

.table-edited .head th {
  border-left: solid 1px #fff;
}

.table-edited .body {
  background-color: #f1f1f1;
  border-bottom: solid 2px #fff;
}

/* HOME */

a.billing-header:link, a.billing-header:hover, a.billing-header:visited, a.billing-header:active {
  color: white;
}

.billing-header a {
  font-size: 2.4em;
  color: #fff;
	text-decoration: none;
}

.billing-header a i {
  font-size: 0.5em !important;
  cursor: pointer;
}

.billing-header .version {
  margin: 0;
  height: 17px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.billing-header .version .version-info {
  margin: 0 0 10px 5px;
}

.modal-body {
  padding: 15px 15px 0 !important;
}

.modal-version .modal-body {
  min-height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-version i {
  position: absolute;
  right: 8px;
  top: 10px;
  z-index: 1;
}

.modal-version p {
  margin: 0;
}

/* MODAL EDITED */

.modal-content p, 
.modal-content h4{
  text-align: center !important;
}

.modal-content.modal-edited {
  border-radius: 0;
  border: 0;
  padding-bottom: 3vh;
}

.modal-content.modal-edited .modal-body-edited {
  display: flex;
  justify-content: center;
}


.modal-edited .button-close {
  z-index: 1;
  border: none;
  box-shadow: none;
  color: #000;
  position: absolute;
  right: 26px;
  background-color: #0000 !important;
  top: 25px;
  cursor: pointer;
}

.modal-edited .button-close:hover {
  background-color: #0000 !important;
}

.modal-edited .create-client {
  padding: 5vh 2vh 0vh;
}

.modal-edited .create-client button {
  background-color: #008dcd;
  color: #fff;
}

.modal-edited .create-client button:hover {
  background-color: #3B448F;
}

.modal-edited .info-div {
  margin: 3vh 0;
}

.modal-edited .flex-end {
  display: flex;
  justify-content: flex-end;
}

.modal-edited .gray-label {
  color: #a2a2a2;
}

.div-button { 
  margin: 0 0 20px;
}

.div-button button {
  margin: 3px 0;
}

.total-consumption { 
  display: flex;
  justify-content: center;
}

.cursor { 
  cursor: pointer;
}

.link-decoration { 
  color: #337ab7;
  font-size: 15px;
}

.link-decoration:hover { 
  color: #255985;
}

.page-info small {
  float: right;
}

.load-info {
  margin-left: 4px;
  cursor: pointer;
}

.list-option-edited {
  border-width: 0;
  background-color: transparent;
  border-bottom: solid 1px #949494;
  border-radius: 0;
}

.choice a {
  border: solid 1px #555;
  padding: 3px;
  border-radius: 5px;
  color: #555;
  margin: 5px;
  cursor: pointer;
  text-decoration: none;
}

.choice a:hover {
  background-color: #555;
  color: #fff;
}

.choice .selected {
  background-color: #3d488b;
  color: #fff;
  border: none;
}

.choice .selected:hover {
  background-color: #3d488b;
  color: #fff;
  border: none;
}

.freelancerId {
  margin-bottom: 10px;
}

/* FILTER TABS */

.filter {
  padding: 4px;
  border: solid 1px #555;
  border-radius: 4px;
}

.filter:hover a {
  color:#555;
}

.filter:hover {
  cursor: pointer;
  border: solid 1px #ececec;
  background-color: #ececec;
}

.filter.selected {
  background-color: #3d488b;
}

.filter.selected a {
  color: #fff;
}

.filter a {
  text-decoration: none;
  color: #555;
}

/* TABS */

.nav-tabs-edited .selected {
  background-color: #ececec;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.nav-tabs-edited ul li {
  display: inline !important;
}

.nav-tabs-edited ul li a {
  display: inline-block !important;
}

.nav-tabs-edited .tab-div {
  padding: 10px;
  background-color: #ececec;
}

.nav-tabs-edited a {
  cursor: pointer;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.nav-tabs-edited a:hover {
  background-color: #3d488b !important;
  color: #fff;
}

.div-chart {
  margin-top: 3vh;
  min-height: 535px;
  box-shadow: 0px 0px 3px -2px;
  padding-bottom: 15px;
}

.country-list {
  max-height: 65vh;
  overflow: auto;
  padding: 11px 0;
  margin-top: 1vh;
}

.country-list .choice:hover {
  cursor: pointer;
  background-color: #555;
  color: #fff;
}

.country-list .choice span {
  padding: 4px 0;
}

.nav-tabs-load-datas {
  margin-top: 2vh;
}

.nav-tabs-load-datas .nav-tabs {
  background-color: #fff0;
}

.nav-tabs-load-datas .nav-tabs li a {
  color: #337ab7;
}

.nav-tabs-load-datas .nav-tabs li a:hover {
  color: #fff;
}

.users-page .nav-tabs-edited .tab-pane {
  background-color: #fff !important;
}

.nav-tabs-load-datas .nav-tabs-edited .tab-pane {
  overflow: hidden;
  /* padding: 15px 15px; */
  padding: 15px 0 !important;
  /* box-shadow: 0px 2px 8px -6px; */
}

.nav-tabs-load-datas .div-buttons {
  padding: 20px 15px;
  /* box-shadow: 0px 0px 11px -7px; */
  margin: 6px 0;
  background-color: #fff;
}

.nav-tabs-load-datas .guid-input {
  padding-top: 15px;
  margin: 0 !important;
}

.nav-tabs-load-datas .nav-tabs li.active a {
  color: #337ab7;
  border: none;
  cursor: pointer;
  border: solid 1px #e3e3e3;
  border-bottom: solid 3px #fff;
  z-index: 1;
}

.nav-tabs-load-datas .nav-tabs li.active a:hover {
  color: #fff;
}

.usoanomes-inputs {
  padding: 4vh 0;
}

.form-control-edited {
  width: auto !important;
}

.invoices-div {
  display: block !important;
  background-color: #fff;
  padding: 0 0 4vh;
}

.contract-info-consumption {
  padding: 17px 0;
  border-bottom: solid 1px #cacaca;
}

.contract-info-consumption p {
  margin: 0;
}

.country-select {
  border: 0;
  border-radius: 0;
  border-bottom: solid 1px #888;
  box-shadow: none;
}

.confirm-new-contract {
  margin: 6vh 0 1vh;
  width: 100%;
  min-height: 5vh;
}

.confirm-new-contract .confirm-new-contract-buttons {
  width: 100%;
  min-height: 5vh;
  display: flex;
  justify-content: center; 
}

.more-info {
  cursor: pointer;
  border: solid 1px #b5b5b5;
  padding: 2px;
  border-radius: 3px;
}

.more-info:hover {
  background-color: #b5b5b5;
  color: #fff;
}

.status-and-more {
  margin-top: 1vh;
}

.dates-div {
  margin: 2vh 0;
}

.top-consumer-page {
  
}

.top-consumer-page .title {
  margin: 0 0 3vh;
}

.top-consumer-page .info {
  position: absolute;
  right: 0;
  top: 0;
}

.top-consumer-page .info span {
  font-style: italic;
}

.div-transition {
  display: flex;
  width: 200%;
}

.div-transition-invoices {
  display: flex;
  width: 300%;
}

.div-transition-to-left-one {
  left: -100% !important;
}

.div-transition-to-left-two {
  left: -50% !important;
  margin-top: 2vh;
}

.div-transition-to-left-two-charge {
  left: -33% !important;
  margin-top: 2vh;
}

.div-transition-to-left-three {
  left: -67% !important;
  margin-top: 2vh;
}

.div-transition-one {
  left: 0;
  transition: .4s;
}

.div-transition-two {
  left: 3%;
  transition: .4s;
}

.div-transition-three {
  left: 100%;
  transition: .4s;
}

.div-transition-two h4 {
  margin: 4vh 0 0;
}

.back-button-left {
  padding: 0;
  cursor: pointer;
  padding: 4px;
  text-decoration: none !important;
}

.contract-select {
  margin: 2vh 0 0;
  display: flex;
  flex-direction: column;
}

.user-data .mensage {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #ececec;
  min-height: 30vh;
  margin: 2vh;
  align-items: center;
  color: #555;
}

.alert-client-create {
  background-color: red;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 6vh;
  margin: 2vh 0;
}

.alert-client-create p {
  margin: 0;
}

.style9187 { 
  padding-top: 19px;
  padding-left: 19px;
}

.contract-edit-button {
  cursor: pointer;
  text-decoration: none !important;
}

.info-suspended small {
  text-align: center;
  background-color: #f7891e;
  color: #fff;
  padding: 2vh 1vh;
  margin: 1vh 0;
}

.d-flex {
  display: flex;
}

.al-center {
  align-items: center;
}

.jc-center {
  justify-content: center;
}

.check-paid {
  align-items: flex-end;
  height: 8vh;
}

.check-paid .form-group {
  margin: 0;
}

.inscription-input {
  background-color: red;
}

.add-user-not-found-show {
  margin: 2vh 0;
  padding: 2vh;
  box-shadow: 0px 0px 6px -3px;
  min-height: 13vh;
  display: flex;
  align-items: center;
}

.add-user-not-found-hide {
  height: 0;
  overflow: hidden;
}

.add-user-not-found-show p {
  color: #888;
}

.add-user-show {
  margin: 2vh 0;
  padding: 2vh;
  box-shadow: 0px 0px 6px -3px;
  min-height: 13vh;
  display: flex;
  align-items: center;
}

.add-user-hide {
  height: 0;
  overflow: hidden;
}

#modalAdd .form-group{
  margin-bottom: 0 !important;
  margin-top: 10px !important;
}

.add-user-show h4 {
  color: #555;
}

.add-user-show p {
  color: #888;
}

.add-user-show h4,
.add-user-show p {
  text-align: left !important;
  margin: 0;
}

.add-user-show i {
  color: #555;
  transition: .3s;
  border: solid 2px;
  padding: 4px 6px;
  border-radius: 50%;
}

.add-user-show i:hover {
  background-color: #000;
  color: #fff;
  cursor: pointer;
  font-size: 1.3em;
}

.home-client::before {
  padding: 0;
  background-color: red;
}

.home-client {
  min-height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-client .content {
  /* border: solid 1px #3b448e; */
  padding: 15px 25px;
  width: 50vw;
}

.home-client h2 {
  margin: 0;
}

.home-client .header {
  /* padding: 25px 20px; */
  /* background-color: #3b448e; */
  /* color: #fff; */
}

.home-client .body {
  margin-top: 4vh;
  padding: 35px 20px;
  box-shadow: 0px 0px 8px -4px;
  border-radius: 6px;
}  

.home-client .footer {
  margin-top: 2vh;
}

.home-client small,
.home-client p {
  color: #888;
  font-size: 12px;
}

.home-client p span {
  font-weight: 600;
  color: #000;
  font-size: 14px;
}

.home-client .footer .btn {
  background-color: transparent;
  box-shadow: none;
  color: #3b448e !important;
  border: solid 1px #3b448e;
  border-radius: 6px;
  transition: .4s;
}

.home-client .footer .btn:hover {
  background-color: #3b448e;
  color: #fff !important;
}

.change-password {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 20vh;
}

.change-password input {
  width: 100%;
  margin: 5px 0;
  border: none;
  border-bottom: solid 1px #ececec;
  border-radius: 0;
}

.cursor-pointer:hover {
  cursor: pointer;
}

.style6673 { 
  padding-right: 1px;
  padding-left: 1px;
  margin-right: 2px;
}

/* AUDITING */

.auditing .log-info {
  margin-bottom: 15px;
}

.auditing-details p {
  margin: 0;
}

.auditing-details span {
  /* color: #a0a0a0; */
  color: #000;
  font-weight: 600;
}

.auditing-details .message {
  position: relative;
  width: 100%;
  margin-top: 2vh;
  /* padding: 20px 20px 40px 20px; */
  background-color: #f8f8f8;
  border: solid 1px #e6e6e6;
  min-height: 50vh;
  max-height: 80vh;
  overflow: hidden;
}

.auditing-details .message .json-formated {
  /* position: absolute; */
  width: 100%;
  min-height: 50vh;
  max-height: 80vh;
  padding: 10px 0 25px 25px;
  overflow: scroll;
}

.auditing-details .message .copy-button {
  position: absolute;
}

/* JSON FORMATER */

.textJson {
  position: absolute;
  z-index: -100;
}

.auditing-details .message .copy {
  position: absolute;
  text-decoration: none;
  right: 25px;
  top: 20px;
  background-color: green;
  border: solid 1px green;
  color: #fff;
  padding: 3px 10px;
  border-radius: 5px;
  z-index: 1;
  transition: .3s;
}

.auditing-details .message .copy:hover {
  background-color: #0000;
  border: solid 1px green;
  color: green;
}

.auditing-details .message i {
  color: #272f61;
  margin-left: 5px;
}

.auditing-details .message .ul-padding-left {
  padding-left: 0;
}

.auditing-details .message ul {
  position: relative;
  margin-bottom: 22px;
}

.auditing-details .message ul li.li-to-left {
  position: absolute;
  left: 0;
}

.auditing-details .message li,
.auditing-details .message ul {
  list-style: none;
}

/* Late Bills */

.late-bill-details {
  height: 800px;
  box-shadow: 0px 0px 7px -4px;
}

.late-bill-details .head {
  background-color: #3b448e;
  color: #fff;
  margin-bottom: 25px;
}

.late-bill-details .head-mobile {
  margin: 25px 0;
}

.late-bill-details p {
  margin: 0;
}

.late-bill-details .uninformed {
  color: #ff0000;
  font-weight: bold;
}

.late-bill-details .status .status-paid {
  text-transform: lowercase;
  background-color: #06c106;
  border-radius: 2px;
  padding: 3px;
  color: #fff;
}

.late-bill-details .status .status-pending {
  text-transform: lowercase;
  background-color: #ffa500;
  border-radius: 2px;
  padding: 3px;
  color: #fff;
}

.late-bill-details .status .status-canceled {
  text-transform: lowercase;
  background-color: #ea0b0b;
  border-radius: 2px;
  padding: 3px;
  color: #fff;
}

.err {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  min-height: 60vh;
}

.err h3 {
  margin: 0;
}

.err p {
  color: #888;
}

.err i {
  font-size: 10em;
  color: #840012;
  margin-bottom: 15px;
}

.edited-accordion {
  margin-top: 4vh;
}

.edited-accordion .panel-default>.panel-heading {
  color: #555;
  background-color: #ffffff;
  border-color: #ffffff00;
  height: 20px;
  padding: 0px 10px;
  border-bottom: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.edited-accordion .panel-group .panel-default {
  border-color: #fff0;
}

.edited-accordion .panel-group .panel {
  border-radius: 0;
}

.edited-accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
  background-color: #f5f5f5;
}

.edited-accordion p {
  margin: 0;
}

.edited-accordion>small {
  color: #888;
}

.edited-accordion a {
  cursor: pointer;
  text-decoration: none;
}

/*  */

.show-json .message {
  position: relative;
  width: 100%;
  margin-top: 2vh;
  /* padding: 20px 20px 40px 20px; */
  background-color: #ececec;
  /* border: none; */
  /* height: 0; */
  max-height: 80vh;
  overflow: hidden;
}

.show-json .hide-message {
  height: 0;
}

.show-json .message .json-formated {
  /* position: absolute; */
  width: 100%;
  /* min-height: 50vh; */
  max-height: 80vh;
  padding: 10px 0 25px 25px;
  overflow: scroll;
}

.show-json .message .copy-button {
  position: absolute;
}

/* JSON FORMATER */

.show-json .message .copy {
  position: absolute;
  text-decoration: none;
  right: 25px;
  top: 20px;
  background-color: green;
  border: solid 1px green;
  color: #fff;
  padding: 3px 10px;
  border-radius: 5px;
  z-index: 1;
  transition: .3s;
}

.show-json .message .copy:hover {
  background-color: #0000;
  border: solid 1px green;
  color: green;
}

.show-json .message i {
  color: #272f61;
  margin-left: 5px;
}

.show-json .message .ul-padding-left {
  padding-left: 0;
}

.show-json .message ul {
  position: relative;
  margin-bottom: 22px;
}

.show-json .message ul li.li-to-left {
  position: absolute;
  left: 0;
}

.show-json .message li,
.show-json .message ul {
  list-style: none;
}

.show-message {
  min-height: 50vh !important;
  transition: 2s;
}

.records-info {
  color: #888;
}

.see-more {
  margin-top: 15px;
}

.see-more button {
  background-color: #3d488b;
  border: none;
  color: #fff;
  padding: 4px;
  border-radius: 1px;
}

.change-bkc {
  background-color: #a2a4b3 !important;
}

.log-err {
  color: red !important;
  font-weight: bold;
}

.edited-grid th {
  padding: 10px 8px !important;
}

.edited-grid td {
  padding: 2px 5px !important;
}

.edited-grid .k-fix-margin {
  margin-right: 0px;
}

.nav > li.dropdown.navbar-right > .dropdown-toggle > span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* LOADER ON SUBSCRIPTION SUMARY */

.load {
  -webkit-animation: load 0.6s linear infinite;
  animation: load 0.6s linear infinite;
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
