/******************************************************************************************************
                               Main Component CustomerViw360
******************************************************************************************************/
.aside-left {
  float: left;
  height: 100%;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}

.aside-left-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-bottom: 1px solid darkgray;
}

.aside-left-logo {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
}

.aside-left-logo img {
  border-radius: 50%;
  margin-right: auto;
  margin-left: auto;
}

.aside-left-logo:hover {
  cursor: pointer;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(0.95);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(0.95);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(0.95);
  transition: all 200ms ease-in;
  transform: scale(0.95);
}

.aside-left-logo img {
  margin-top: 10px !important;
  width: 96px !important;
  height: 96px !important;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.1) inset;
}

.content-header-top,
.content-center-sd-cards {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: space-between;
}

.content-header-top {
  border-bottom: 1px solid darkgray;
}

.content-title-graph {
  color: #00769f;
  font-size: 16px;
  font-family: helvetica, arial, sans-serif;
  line-height: 30px;
  font-weight: normal;
}

.content-center div>.blz-repeater-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}

.content-center-sd-cards-info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: space-between;
  width: 100% !important;
}

.content-center-sd-cards .content-center-sd-cards-info section {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  width: 100% !important;
}

.content-center-sd-cards .content-center-sd-cards-info section img {
  width: 42px !important;
  height: 42px !important;
  margin: 10px auto 10px 10px !important;
}

.content-center-sd-cards .content-center-sd-cards-info section:nth-child(1) span {
  width: 153px !important;
  margin: 10px auto 0 auto;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

.content-center-sd-cards .content-center-sd-cards-info section:nth-child(2) {
  border-top: 1px solid lightgray;
}

.content-center-sd-cards {
  width: 205px;
  height: 200px;
  box-shadow: 0px 0px 5px #00000094 !important;
  margin: 10px !important;
  background-color: #ffff !important;
}

.content-center-sd-cards:hover {
  cursor: pointer;
  box-shadow: 0px 0px 10px #00000094;
  z-index: 2;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(0.95);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(0.95);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(0.95);
  transition: all 200ms ease-in;
  transform: scale(0.95);
}

.content-center-sd-title,
.content-center-sd-info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: space-between;
}

.drawer-container .body {
  background-color: #fff !important;
  border-right: 1px solid darkgray;
}

.CustomerCards {
  padding-top: 20px;
}

.CustomerDetailCenter .CustomerGraph {
  border-bottom: 1px solid darkgray;
}

.welcomeGraph {
  min-height: 350px !important;
}

/******************************************************************************************************
                              Customer List Component
******************************************************************************************************/

.Brief {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 10px;
}

.BriefInfo span {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  text-align: center;
}

.BriefTitle {
  height: 35px !important;
  border-bottom: 1px solid darkgray;
}

.BriefDetail {
  padding-top: 20px !important;
}

.content-center-sd-cards-customers {
  width: 250px !important;
  height: 220px !important;
  box-shadow: 0px 0px 5px #00000094;
  background-color: #fff;

}

.content-center-sd-cards-customers:hover {
  cursor: pointer;
  box-shadow: 0px 0px 10px #00000094;
  z-index: 2;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(0.95);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(0.95);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(0.95);
  transition: all 200ms ease-in;
  transform: scale(0.95);
}

.content-center-sd-cards-customers .content-center-sd-cards-info .content-center-sd-cards-title>img {
  float: left;
  width: 56px !important;
  height: 56px !important;
}

.content-center-sd-cards-customers .content-center-sd-cards-title>section {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 70% !important;
}


.content-card-border-top {
  border-top: 1px solid lightgray;
}

.content-center-sd-cards-customers .content-center-sd-cards-info .content-center-sd-cards-detail section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.content-center-sd-cards-customers .content-center-sd-cards-options {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.content-center.cardsWithAction div[class*='blz-panel'] div[class*='blz-repeater']>div[id*='blz-repeater'] {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.blz-cards-with-brief {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: space-between;
  width: 260px;
  height: 200px;
  background-color: white;
  margin: 10px !important;
  border-radius: 5px !important;
  box-shadow: 0px 0px 5px #00000094;
}

.blz-text-color-green {
  color: green;
}

.blz-text-title-md {
  font-weight: bold;
  font-size: 16px;
  width: 130px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/******************************************************************************************************
                              Customer Tree
******************************************************************************************************/
.tree {
  margin: 1em;
}

.tree input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.tree input~ul {
  display: none;
}

.tree input:checked~ul {
  display: block;
}

.tree li {
  line-height: 1.2;
  position: relative;
  padding: 0 0 1em 1em;
}

.tree ul li {
  padding: 1em 0 0 1em;
}

.tree>li:last-child {
  padding-bottom: 0;
}

.tree_label {
  position: relative;
  display: inline-block;
  background: #fff;
}

label.tree_label {
  cursor: pointer;
}

label.tree_label:hover {
  color: #666;
}

label.tree_label:before {
  background: #000;
  color: #fff;
  position: relative;
  z-index: 1;
  float: left;
  margin: 0 1em 0 -2em;
  width: 1em;
  height: 1em;
  border-radius: 1em;
  content: "+";
  text-align: center;
  line-height: 0.9em;
}

:checked~label.tree_label:before {
  content: "-";
}

.tree li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -0.5em;
  display: block;
  width: 0;
  border-left: 1px solid #777;
  content: "";
}

.tree_label:after {
  position: absolute;
  top: 0;
  left: -1.5em;
  display: block;
  height: 0.5em;
  width: 1em;
  border-bottom: 1px solid #777;
  border-left: 1px solid #777;
  border-radius: 0 0 0 0.3em;
  content: "";
}

label.tree_label:after {
  border-bottom: 0;
}

:checked~label.tree_label:after {
  border-radius: 0 0.3em 0 0;
  border-top: 1px solid #777;
  border-right: 1px solid #777;
  border-bottom: 0;
  border-left: 0;
  bottom: 0;
  top: 0.5em;
  height: auto;
}

.tree li:last-child:before {
  height: 1em;
  bottom: auto;
}

.tree>li:last-child:before {
  display: none;
}

.tree_custom {
  display: block;
  background: #eee;
  padding: 1em;
  border-radius: 0.3em;
}

.CustomerTree>.blz-panel-content ul {
  background-color: #ffff !important;
}

.AlphabeticFilterLetter {
  cursor: pointer;
}

.blz-cards-customer-brief {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: space-between;
  width: 260px;
  height: 200px;
  background-color: white;
  margin: 10px !important;
  border-radius: 5px !important;
  box-shadow: 0px 0px 5px #00000094;
}

.blz-cards-customer-brief:hover {
  cursor: pointer;
  box-shadow: 0px 0px 10px #00000094;
  z-index: 2;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(0.95);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(0.95);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(0.95);
  transition: all 200ms ease-in;
  transform: scale(0.95);
}

.blz-cards-customer-brief[class*="selected"] {
  cursor: pointer;
  box-shadow: 0px 0px 8px 2px #404040;
  border-radius: 10px !important;
  background-color: #3399ff12 !important;
  z-index: 2;
  -webkit-transition: all 400ms ease-in;
  -webkit-transform: scale(0.98);
  -ms-transition: all 400ms ease-in;
  -ms-transform: scale(0.98);
  -moz-transition: all 400ms ease-in;
  -moz-transform: scale(0.98);
  transition: all 400ms ease-in;
  transform: scale(0.98);
}

.blz-cards-customer-brief .blz-cards-header {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  height: 28%;
}

.blz-cards-customer-brief .blz-cards-header .blz-cards-header-logo {
  width: 20%;

}

.blz-cards-customer-brief .blz-cards-header>section:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: 5px !important;
}

.blz-cards-customer-brief .blz-cards-header .header-img {
  margin: 10px;
  width: 40px;
  height: 40px;
}

.blz-cards-customer-brief .blz-cards-header .header-title {
  margin-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blz-cards-customer-brief .blz-cards-header .blz-cards-title .blz-cards-header-dots {
  padding-top: 5px;
  width: 20px !important;
  height: 100% !important;
}

.blz-cards-customer-brief .middle-section {
  width: 100%;
  height: 15%;
}

.blz-cards-customer-brief .middle-section .blz-area-information p {
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.blz-cards-customer-brief .description-section {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: space-between;
  width: 100%;
  height: 50%;
}

.blz-cards-customer-brief .blz-area-information {
  width: 100% !important;
  margin-top: 15px !important;
  margin-left: 15px !important;
}

.blz-cards-customer-brief .blz-area-information p{
    width: 85%;
    max-width: 85%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.blz-cards-customer-brief .blz-cards-title {
  width: 78% !important;
}

.blz-cards-customer-brief .blz-cards-title article {
  width: 88% !important;
}

.blz-cards-customer-brief .blz-cards-title article section {
  font-size: 12px !important;
  color: gray;
}

.blz-cards-customer-brief .blz-area-brief {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  margin-left: 15px !important;
  margin-right: 15px !important;
  font-size: 13px;
  padding-top: 10px;
  border-top: 1px solid lightgray;
}

.blz-cards-customer-brief .blz-area-brief span {
  width: 100%;
}


.tree li {
    line-height: 1.2;
    position: relative;
    padding: 2px 1px 2px 0px !important;
}