/** Add css rules here for your application. */
body {
  padding-top: 0px;
  background-color: #F9F9F9;
}

.form-group input[type="radio"], .form-group input[type="checkbox"] {
  margin-right: 5px !important;
}

/***** ICONS *****/
.fa-lg {
  width: 120px !important;
  height: 120px !important;
  background-size: 120px 120px;
}

.fa-5x {
  width: 70px !important;
  height: 70px !important;
  background-size: 70px 70px;
}

.fa-4x {
  width: 57px !important;
  height: 57px !important;
  background-size: 57px 57px;
}

.fa-3x {
  width: 41px !important;
  height: 41px !important;
  background-size: 41px 41px;
}

.fa-2x {
  width: 29px !important;
  height: 29px !important;
  background-size: 29px 29px;
}

.fa-soft-update {
  background-image: url("images/icons/icon-soft-update.png");
  background-position: 0 0;
}

.fa-backup {
  background-image: url("images/icons/icon-backup.png");
  background-position: 0 0;
}

.fa-restore {
  background-image: url("images/icons/icon-restore.png");
  background-position: 0 0;
}

.fa-reset {
  background-image: url("images/icons/icon-reset.png");
  background-position: 0 0;
}

.fa-flash {
  background-image: url("images/icons/icon-flash.png");
  background-position: 0 0;
}

.fa-wipe {
  background-image: url("images/icons/icon-wipe.png");
  background-position: 0 0;
}

.fa-data-transfert {
  background-image: url("images/icons/icon-data-transfert.png");
  background-position: 0 0;
}

.fa-healthcheck {
  background-image: url("images/icons/icon-healthcheck.png");
  background-position: 0 0;
}

.fa-purchase-date {
  background-image: url("images/icons/icon-purchase-date.png");
  background-position: 0 0;
}

.fa-test-number {
  background-image: url("images/icons/icon-test-number.png");
  background-position: 0 0;
}

.fa-timing {
  background-image: url("images/icons/icon-timing.png");
  background-position: 0 0;
}

.fa-success {
  background-image: url("images/icons/icon-success.png");
  background-position: 0 0;
  /*   	background-size: 14px 14px; */
}

.fa-warning-2 {
  background-image: url("images/icons/icon-warning-2.png");
  background-position: 0 0;
}

.fa-star-2 {
  background-image: url("images/icons/icon-star-2.png");
  background-position: 0 0;
}

.fa-light {
  background-image: url("images/icons/icon-light.png");
  background-position: 0 0;
}

.fa-arrow {
  background-image: url("images/icons/icon-arrow.png");
  background-position: 0 0;
}

.fa-arrow-down-2 {
  background-image: url("images/icons/icon-arrow-down-2.png");
  background-position: 0 0;
}

.fa-dollar-2 {
  background-image: url("images/icons/icon-dollar-2.png");
  background-position: 0 0;
}

.fa-device {
  background-image: url("images/icons/icon-device.png");
  background-position: 0 0;
  /*   	width: 14px; */
  /*   	height: 14px; */
}

.fa-router {
  background-image: url("images/icons/icon-router.png");
  background-position: 0 0;
}

.fa-accessories {
  background-image: url("images/icons/icon-accessories.png");
  background-position: 0 0;
}

.fa-user-2 {
  background-image: url("images/icons/icon-user-2.png");
  background-position: 0 0;
}

.fa-user-white {
  background-image: url("images/icons/icon-user-white.png");
  background-position: 0 0;
}

.fa-close {
  background-image: url("images/icons/icon-close.png");
  background-position: 0 0;
}

.fa-check-2 {
  background-image: url("images/icons/icon-check-2.png");
  background-position: 0 0;
  /*   	width: 14px; */
  /*   	height: 11px; */
}

.fa-none {
  background-image: url("images/icons/icon-none.png");
  background-position: 0 0;
}

/***** END ICONS *****/
/***** CELL TABLE *****/
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom-width: 1px;
  border-color: #FFF;
  background-color: #666 !important;
  color: #FFF;
  text-shadow: none;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #F2F2F2;
  border-bottom-width: 1px;
  border-color: #FFF;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  background-color: #EBEBEB;
  border-bottom-width: 1px;
  border-color: #FFF;
}

.table-legacy button {
  background-color: #666;
  color: #FFF;
  border: none;
  border-radius: 5px;
  width: 100%;
}

/***** END CELL TABLE *****/
/***** BUTTONS *****/
.btn-md {
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 6px;
}

.btn-lg {
  padding: 20px 40px;
  font-size: 20px;
}

.btn-black {
  color: #FFF;
  text-shadow: none;
  background-color: #000;
}

.btn-black:hover {
  color: #FFF;
  text-shadow: none;
  background-color: #000;
}

.btn-grey {
  color: #FFF;
  text-shadow: none;
  background-color: #666;
}

.btn-grey:hover {
  color: #FFF;
  text-shadow: none;
  background-color: #666;
}

/***** BUTTONS *****/
/***** GLOBAL *****/
/***** OVERWRITE *****/
.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

input[type=radio] {
  margin: 4px 5px 0 !important;
}

.gwt-CheckBox label {
  font-weight: normal;
  margin-bottom: 0px !important;
}

/***** END OVERWRITE *****/
.field-radio {
  float: left;
  margin-right: 30px;
  font-weight: 400;
  margin-top: 8px;
  display: flex;
  align-items: center;
}

.field-radio label {
  font-weight: normal;
  padding-bottom: 0px;
  vertical-align: middle;
  margin-bottom: 0px !important;
}

.field-radio-br {
  font-weight: 400;
  margin-top: 8px;
}

.field-radio-br label {
  font-weight: normal;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.txtLeft {
  text-align: left !important;
}

.txtRight {
  text-align: right;
}

.cycleCountBut {
  float: right;
  margin-bottom: 10px;
}

.holdAbortBut {
  float: left;
  margin-left: 5px;
  margin-top: 27px;
}

.resizNone {
  resize: none;
}

.pRight {
  padding-right: 10px;
}

.pleft {
  padding-left: 135px;
}

.font-14 {
  font-size: 14px;
}

.font-18 {
  font-size: 18px;
}

.font-24 {
  font-size: 24px;
}

.weight-normal {
  font-weight: 400;
}

.bold {
  font-weight: 700;
}

.cursor {
  cursor: pointer;
}

.dont-overflow {
  width: 100%;
  word-wrap: break-word;
}

.align-center {
  width: 100%;
  text-align: center;
}

.underline {
  text-decoration: underline;
}

/***** END GLOBAL *****/
/***** HEADER *****/
.header-panel {
  padding: 30px;
  background-color: #F2F2F2;
  margin-bottom: 20px;
}

.header-panel .title {
  font-size: 32px;
  color: #666666;
  font-family: 'Arial Regular', 'Arial';
  font-weight: 400;
  font-style: normal;
}

/***** END HEADER *****/
/***** PLUGIN DEVICE INDICATOR *****/
.pdi-main-panel {
  background-color: #F2F2F2;
  padding: 30px;
  margin-bottom: 20px;
}

.pdi-main-panel h1, .pdi-main-panel h2, .pdi-main-panel h3 {
  line-height: 25px !important;
}

.pdi-main-panel .title {
  font-size: 26px;
  font-weight: 400;
  margin: 30px 0px 30px 0px;
}

/***** END PLUGIN DEVICE INDICATOR *****/
/***** MENU *****/
.menu {
  background-color: #333;
}

.menu .title {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #FFF;
}

.menu .subtitle {
  font-size: 16px;
}

.menu .well {
  cursor: pointer;
}

.not-available {
  color: #CCC;
}

/***** END MENU *****/
/***** DASHBOARD *****/
.db {
  font-family: Arial;
  font-weight: 400;
  font-style: normal;
}

.db .identify {
  background-color: #F2F2F2;
  padding: 30px;
  margin: 10px 0px 40px 0px;
}

.db .performance {
  width: 80%;
  float: left;
}

.db .span-performance {
  padding-bottom: 7px;
}

.db .identify .text {
  font-size: 24px;
  color: #000;

  /* 	width: 22%; */
  /* 	margin-top: 10px; */
}

.db .identify .tab {
  background-color: #E4E4E4;
  padding: 20px;
  border-radius: 5px;
  /* 	float: right; */
  /* 	width: 16%; */
  /* 	margin-left: 20px; */
}

.db .identify .tab .text {
  /* 	float: left; */
  font-size: 16px;
  font-weight: 700;
  color: #000;
  /* 	width: auto; */
  margin: 0px 0px 0px 10px;
}

.db hr {
  background-color: #E4E4E4;
  margin: 30px -30px;
}

.db .title {
  font-size: 24px;
  color: #666666;
}

.db .hot-news {
  background-color: #CCC;
  padding: 7px 20px;
  margin-top: 20px;
  height: 196px;
  margin-bottom: 40px;
  overflow: auto;
}

.db .todo-list {
  background-color: #ADADAD;
  padding: 20px;
  margin-top: 20px;
  height: 160px;
}

/* .db .hot-news .item, .db .todo-list .item{ */
/* 	margin-bottom: 15px; */
/* } */
/* .db .hot-news .text, .db .todo-list .text{ */
/* 	font-size: 16px; */
/* 	color: #333; */
/* 	font-weight: 400; */
/* 	margin-left: 7px; */
/* } */
.db .store-report {
  margin-top: 20px;
}

.db .store-report .item-report {
  padding: 25px 15px 25px 15px;
  height: 130px;
}

.db .store-report .left {
  margin-right: -20px;
}

.db .store-report .middle {
  margin-right: -15px;
  margin-left: -15px;
}

.db .store-report .right {
  margin-left: -20px;
}

.db .report-e4 {
  background-color: #E4E4E4;
}

.db .report-d7 {
  background-color: #D7D7D7;
}

.db .report-d1 {
  background-color: #D1D1D1;
}

.db .report-bc {
  background-color: #BCBCBC;
}

.db .store-report .text-number {
  width: 100%;
  text-align: center;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 28px;
  font-size: 36px;
  color: #333;
}

.db .store-report .title {
  font-size: 13px;
  color: #333;
  width: 100%;
  text-align: center;
  float: left;
  height: 40px;
}

/***** END DASHBOARD *****/
/***** HC EASY *****/
.hc-easy {
  background-color: #FFF;
  border-color: #000;
  border-style: solid;
  border-width: 1px;
  padding: 30px 10px 30px 30px;
  border-radius: 10px;
  font-family: Arial;
  font-weight: 400;
  font-style: normal;
  color: #333333;
  text-align: left;
}

.hc-easy-result {
  padding: 20px 10px 10px 10px;
  font-family: Arial;
  font-weight: 400;
  font-style: normal;
  color: #333333;
  text-align: left;
}

.hc-easy-not-connected {
  background-color: #FFF;
  border-color: #000;
  border-style: solid;
  border-width: 1px;
  padding: 120px 30px 110px 30px;
  border-radius: 10px;
  font-family: Arial;
  font-weight: 400;
  font-style: normal;
  color: #333333;
  text-align: left;
}

.hc-easy .title, .hc-easy-result .title {
  font-size: 24px;
  line-height: normal;
  cursor: default;
  float: left;
}

.hc-easy .sub-title {
  font-size: 16px;
  cursor: default;
  float: right;
  margin-top: 8px;
  margin-left: 15px;
  margin-right: 20px;
}

.hc-easy .content-title {
  font-weight: 700;
  font-size: 16px;
  margin-top: 30px;
  margin-right: 20px;
}

.hc-easy .content-text {
  font-size: 16px;
  margin-top: 20px;
  margin-right: 20px;
}

.hc-easy a {
  float: right;
  margin-right: 20px;
  display: block;
  margin-top: 20px;
}

.hc-easy-not-connected .text {
  text-align: center;
}

.hc-easy-result .panel-subtitle {
  display: block;
  margin-top: 20px;
  margin-bottom: 30px;
}

.hc-easy-result .panel-subtitle .sub-title {
  font-size: 16px;
  cursor: default;
  float: left;
  margin-top: 12px;
  margin-left: 5px;
  margin-right: 50px;
}

.hc-easy-result .panel-subtitle a {
  float: right;
  margin: 0px 5px;
}

.hc-easy-result .thumb-result {
  display: block;
  border-color: #777;
  border-style: solid;
  border-width: 1px;
  padding: 15px 15px 15px 15px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.hc-easy-result .thumb-success {
  background-color: #F2F2F2;
}

.hc-easy-result .thumb-warning {
  background-color: #E4E4E4;
}

.hc-easy-result .thumb-result .text {
  font-size: 18px;
  line-height: normal;
  margin: 5px;
  float: left;
}

.hc-easy-result .thumb-warning .left-panel {
  margin: -15px 0px -15px 0px;
  border-right-color: #CCC;
  border-right-style: solid;
  border-right-width: 1px;
  padding-bottom: 10px;
}

.hc-easy-result .thumb-warning .right-panel {
  margin-left: 0px;
}

.hc-easy-result .thumb-warning .left-panel .title {
  font-size: 18px;
  float: none;
  margin-left: 70px;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
}

.hc-easy-result .thumb-warning .left-panel .text {
  font-size: 14px;
  float: none;
  margin-left: 70px;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
}

.hc-easy-result .thumb-warning .left-panel .description {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  float: none;
  margin-left: 70px;
  margin-top: -15px;
  margin-right: 20px;
  margin-bottom: 10px;
}

.hc-easy-result .thumb-warning .left-panel .d-alert {
  color: #FF0000;
}

.hc-easy-result .thumb-warning .left-panel .prog-bar {
  margin-left: 70px;
  margin-right: 20px;
}

.hc-easy-result .thumb-warning .right-panel .panel-action {
  background-color: #F2F2F2;
  border-color: #FFF;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: -10px;
  padding: 10px;
  cursor: pointer;
}

.hc-easy-result .thumb-warning .right-panel .panel-action .title {
  font-size: 20px;
  margin-bottom: 10px;
  float: none;
  cursor: pointer;
}

.hc-easy-result .thumb-warning .right-panel .panel-action .description {
  font-size: 14px;
  margin-top: 15px;
}

/***** END HC EASY *****/
/***** REPAIR / RETURN *****/
.dpanel {
  color: #333;
  font-family: Arial;
}

.dpanel .panel {
  margin-top: 20px;
  border-color: #CCC;
  border-width: 1px;
  border-style: solid;
  padding: 20px;
  margin-bottom: 20px;
}

.dpanel .panel .title, .dpanel .half-panel .title {
  font-size: 20px;
  font-weight: 400;
}

.dpanel .panel .sub-title, .dpanel .half-panel .sub-title {
  font-size: 16px;
  font-weight: 700;
  margin: 20px 0px 10px 0px;
}

.dpanel .half-panel {
  float: left;
  width: 323px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  border-color: #CCC;
  border-width: 1px;
  border-style: solid;
}

.dpanel .p-left {
  margin-right: 20px;
}

.dpanel .p-right {
  margin-left: 20px;
}

.dpanel .title {
  font-size: 26px;
  font-weight: 400;
  margin: 30px 0px 30px 0px;
}

.dpanel .field-title {
  float: left;
  width: 220px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
}

.dpanel .field-text {
  float: left;
  width: 300px;
}

.dpanel .button-previous {
  float: left;
}

.dpanel .button-next {
  float: right;
}

.dpanel .field-radio-panel {
  float: left;
  margin-left: 10px;
}

.dpanel .field-radio span {
  margin-left: 10px;
  margin-top: 4px;
  font-size: 13px;
}

.dpanel .field-text-title {
  width: 100px !important;
}

.dpanel .title-check {
  float: left;
  width: 220px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  height: 100px;
}

.dpanel .text-check {
  float: left;
  width: 240px;
  margin-top: 5px;
}

.dpanel .text-check span {
  margin-left: 10px;
}

.dpanel .text-red {
  color: #FF0000;
}

.dpanel .text-bold {
  font-weight: 700;
}

.dpanel .separator {
  border-top: solid 1px #CCC;
  color: #CCC;
  margin: 20px -20px 20px -20px;
}

/***** END REPAIR / RETURN *****/
.clear {
  clear: both;
}

@media ( max-width: 767px) {
  .hc-easy-result .thumb-warning .left-panel .text, .hc-easy-result .thumb-warning .left-panel .title, .hc-easy-result .thumb-warning .left-panel .prog-bar, .hc-easy-result .thumb-warning .left-panel .description {
    margin-left: 40px;
  }
}

@media ( min-width: 768px) and (max-width: 979px) {
  .hc-easy-result .thumb-warning .left-panel .text, .hc-easy-result .thumb-warning .left-panel .title, .hc-easy-result .thumb-warning .left-panel .prog-bar, .hc-easy-result .thumb-warning .left-panel .description {
    margin-left: 60px;
  }
}

@media ( min-width: 980px) and (max-width: 1199px) {
  .hc-easy-result .thumb-warning .left-panel .text, .hc-easy-result .thumb-warning .left-panel .title, .hc-easy-result .thumb-warning .left-panel .prog-bar, .hc-easy-result .thumb-warning .left-panel .description {
    margin-left: 60px;
  }
}

@media ( min-width: 1200px) {
}

.alertCustomWarning {
  background-image: linear-gradient(to bottom, #C03000 0px, #C03000 100%);
  background-repeat: repeat-x;
  border-color: #F5E79E;
  color: #000000;
}

.widthStatus {
  white-space: nowrap;
}

.paddinTop {
  padding-top: 7px;
}

.marginExchange {
  margin: 0 !important;
}

.link {
  text-decoration: underline;
  color: blue;
  cursor: pointer;
}

.disabled-button {
  background-color: #CCCCCC !important;
}

.acknowledgement-radio-button {
  margin: 10px 3px !important;
}

.acknowledgement-radio-button input {
  margin-right: 10px !important;
}

.retreivedLoanerImeiTxt {
  font-size: 17px;
  font-weight: normal;
  padding: 5px 0 0 0;
}

.predefined-filter {
  padding-left: 7px;
}

.predefined-filter-row {
  padding-bottom: 15px;
}

.form-horizontal .control-label.text-align-left {
  text-align: left;
  font-size: 13px;
}

.stock-summary {
  background-color: #E3E3E3;
  padding: 10px 10px 5px;
}

.link-stock-reserved-table-reference-link {
  color: #428BCA;
  text-decoration: underline;
  cursor: pointer;
}

.form-group .textarea-inquirydetails {
  resize: none;
  height: 120px;
}

.height150px {
  height: 150px;
}

.col-md-4.inquiry-border {
  border-left: 1px solid #808080;
  border-right: 1px solid #808080;
  height: 100%;
}

.image-cell img {
  width: 20px;
  height: 20px;
}

/***** START REPORT TABLE *****/
.report-table {
  margin-top: 20px;
}

.report-table .item-report {
  padding-top: 15px;
  height: 120px;
  margin-right: -15px;
  margin-left: -15px;
}

.report-table .middle {
  margin-right: -15px;
  margin-left: -15px;
}

.report-table .bc-e4 {
  background-color: #E4E4E4;
}

.report-table .bc-d7 {
  background-color: #D7D7D7;
}

.report-table .bc-d1 {
  background-color: #D1D1D1;
}

.report-table .bc-bc {
  background-color: #BCBCBC;
}

.report-table .text-number {
  width: 100%;
  text-align: center;
  float: left;
  line-height: 28px;
  font-size: 32px;
}

.report-table .title {
  font-size: 13px;
  width: 100%;
  text-align: center;
  float: left;
  min-height: 40px;
  margin-top: 10px;
}

.report-table .simplebox-title {
  float: left;
  font-size: 13px;
  height: 35px;
  margin-top: 35px;
  text-align: center;
  width: 100%;
}

.report-table .color-red {
  color: #EA0000;
}

.report-table .report-title {
  font-size: 24px;
}

.report-table .container-fluid {
  padding: 0 30px;
}

.dashboard-report-table .container-fluid {
  padding: 0 !important;
}

.dashboard-report-table .row {
  margin: 0 !important;
  background: #D7D7D7;
}

.paddingtop30 {
  padding-top: 30px;
}

.margintop30 {
  margin-top: 30px;
}

.marginleft200 {
  margin-left: 200px;
}

.report-table .linkleft {
  font-size: 12px;
  margin-left: 25px;
}

.report-table .linkright {
  float: right;
  font-size: 12px;
  margin-right: 25px;
  padding-top: 2px;
}

/***** END REPORT TABLE *****/
/* CONSULT INQUITY */
.col-xs-20, .col-sm-20, .col-md-20, .col-lg-20 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-20 {
  width: 20%;
  float: left;
}

@media ( min-width: 768px) {
  .col-sm-20 {
    width: 20%;
    float: left;
  }
}

@media ( min-width: 992px) {
  .col-md-20 {
    width: 20%;
    float: left;
  }
}

@media ( min-width: 1200px) {
  .col-lg-20 {
    width: 20%;
    float: left;
  }
}

.inquiry-details-container {
  margin-bottom: 10px;
}

.inquiry-details-container .box {
  background-color: #D7D7D7;
  border: 1px solid white;
  text-align: center;
  padding: 5px;
  height: 90px;
}

.inquiry-details-container .box-title {
  font-weight: bold;
  font-size: 15px;
}

.inquiry-details-container .div-content {
  margin-top: 5px;
}

.inquiry-consult-table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px;
}

.inquiry-consult-table-comment {
  word-wrap: break-word;
  width: 460px;
}

.inquiry-consult-table th, td {
  border: 1px solid #DDDDDD;
  padding: 10px !important;
}

.inquiry-consult-table th {
  width: 30%;
  background-color: #F5F5F5;
}

.link-inquiry-table-reference-link {
  color: #428BCA;
  text-decoration: underline;
  cursor: pointer;
}

/* CONSULT INQUITY */
.bc-e4-background {
  background-color: #E4E4E4;
}

.margin-left-5 {
  margin-left: 5px;
}

.font-weight-bold {
  font-weight: bold;
}

.font-weight-normal {
  font-weight: normal;
}

.radio-inquiry {
  padding-left: 10px;
}

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

.white-space-nowrap {
  white-space: nowrap;
}

.white-space-pre-wrap {
  white-space: pre-wrap;
}

.marginbottom0 {
  margin-bottom: 0px;
}

.notification-checkbox {
  display: flex;
}

.trackConditionSchemeBox {
  text-align: center;
  border: 1px dotted black;
  border-radius: 4px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  cursor: pointer;
  float: left;
}

.trackConditionSchemeBoxSelected {
  text-align: center;
  border: 1px solid black;
  border-radius: 4px;
  background-color: #f11224;
  overflow-wrap: break-word;
  word-wrap: break-word;
  cursor: pointer;
  float: left;
}

.trackConditionSchemeBoxFront {
  width: 75px;
  height: 140px;
  margin: 5px 5px 5px 5px;
  line-height: 140px;
}

.trackConditionSchemeBoxTop {
  width: 75px;
  height: 20px;
  margin: 5px 5px 5px 80px;
}

.trackConditionSchemeBoxLeft {
  width: 20px;
  height: 140px;
  margin: 5px;
  line-height: 124px;
}

.trackConditionSchemeBoxContent {
  width: 90%;
  vertical-align: middle;
  line-height: 1.2;
  display: inline-block;
}

.trackConditionSchemeBoxContentVertical {
  width: 90%;
  vertical-align: middle;
  line-height: 1.2;
  display: inline-block;
  transform: rotate(90deg);
  word-wrap: normal;
}

.trackConditionSchemeTableContent {
  height: 35px;
  line-height: 35px;
}

.trackConditionCheckbox label {
  padding-left: 5px;
  font-weight: normal;
  margin-bottom: 0px;
}

.padding-top-50px {
  padding-top: 50px;
}

.cursor-default {
  cursor: default !important;
}

.whit-color {
  color: #FFFFFF;
}

.condition-comment {
  margin-top: 20px;
}

.tradin-amoun {
  padding: 0px;
}

.tradin-boxes {
  min-height: 200px;
}

.entities-list option {
  width: 247px;
}

.repair-help {
  padding-top: 8px;
  padding-left: 0px !important;
}

.loan-potential-fees {
  padding-right: 33px !important;
}

.step-number {
  padding-left: 0 !important;
  padding-top: 1px;
}

.tracking-product-accessory {
  margin-right: 10px;
}

.margintop5 {
  margin-top: 5px;
}

.paddingleft15 {
  padding-left: 15px;
}

.troubleshoot-frame {
  width: 100%;
  height: 100%;
  border: none;
}

.modal-full-size .modal-dialog {
  width: 95% !important;
  height: 100% !important;
  margin-top: 30px !important;
}

.modal-full-size .modal-dialog .modal-content {
  height: 95%;
}

.modal-full-size .modal-dialog .modal-content .modal-body {
  padding: 20px !important;
  height: 95%;
}

.width40 {
  width: 40px !important;
}

.thumb-quotation {
  height: 120px;
  text-align: center;
}

.quotation-price {
  font-size: 24px;
  font-weight: 700;
  bottom: 10px;
  position: absolute;
  right: 20px;
}

.field-radio-br.disabled {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}

input[type=checkbox] {
  margin: 0px 5px 0px 0px;
  vertical-align: sub;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.form-group-align {
  align-items: center;
  display: flex;
}

.no-padding-top {
  padding-top: 0 !important;
}

input[type="radio"] {
  margin-top: 0px !important;
}

.tracking-radio label {
  margin-bottom: 0px;
}

.gwt-CheckBox, .trackConditionCheckbox {
  align-items: center;
  display: inline-flex;
}

.center-box {
  align-items: center;
  display: inline-flex;
  width: 100%;
}

.paddingtop5 {
  padding-top: 5px !important;
}

.button-align-center {
  text-align: center;
}

.global-confirm-customer {
  min-height: 300px;
}

.alert {
  white-space: pre-line;
}

.address-wrapped {
  white-space: pre-line;
}

/* pagination */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li:first-child {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li:hover,
.pagination > li:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
  cursor: pointer;
}

.pagination > li.active,
.pagination > li.active:hover,
.pagination > li.active:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

.table-bordered > tbody > tr > td {
  overflow: hidden;
}

.total-width {
  width: 100%;
}

.browse-button {
  width: 96px;
  height: 30px;
}

.browse-file-name {
  padding-top: 6px;
  width: 208px;
}

.upload-legend {
  border: none !important;
}

.create-iquiry-upload {
  border-left: 1px solid #CCCCCC;
  padding-left: 35px !important;
}

.uploaded-files-panel {
  width: 379px;
  padding-left: 15px;
}

.uploaded-file-row {
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  margin-bottom: 0 !important;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 395px !important;
}

.upload-remove-row {
  cursor: pointer;
}

.break-word {
  word-wrap: break-word;
}

.open-upload {
  margin-bottom: 15px !important;
}

.tradin-question {
  margin-top: 15px;
}

.dashboard-title-box {
  background-color: white !important;
}

.dashboard-title-box span {
  font-size: 20px !important;
  margin: 27px auto 8px !important;
}

.dashboard-title-box-fr span {
  font-size: 18px !important;
}

.simplebox-trad span {
  margin-top: 0px !important;
}


.simple-box-button {
  display: block !important;
  margin: auto !important;
}

.close-result-button {
  margin: 10px 0 !important;
}

.dashboard-report-box {
  margin: 5px;
  padding: 5px;
  background-color: #F4F4F4;
}

.db .raport-text {
  font-size: 24px;
  color: #244C79;
}

.flex-display {
  display: flex;
}

.news {
  border-bottom: 1px solid #FFFFFF;
  display: inline-block;
  padding: 11px 0 4px;
  width: 100%;
  height: 60px;
}

.news-icon {
  float: left;
  margin-right: 10px;
  width: 20px;
}

.news-bb {
  width: 98px;
  float: left;
  position: relative;
}

.news-details {
  float: left;
  width: 870px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.news-date {
  float: right;
  min-width: 85px;
  margin-bottom: 0px;
}

.news-hour {
  float: right;
  min-width: 85px;
}

.alert-details {
  float: left;
  width: 955px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.inquiry-attachments {
  padding-left: 26px !important;
  padding-top: 7px !important;
}

.form-upload {
  padding: 0 16px;
}

.col-custom {
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.popup-comment {
  height: 97px !important;
}

.nopadding {
  padding: 0px !important;
}

.nomargin {
  margin: 0px !important;
}

.dashboard-kpis {
  margin-top: 20px;
  margin-bottom: 40px;
}

.dashboard-kpis-box {
  float: left;
  width: 33.4%;
  background-color: #E6E6E6;
  border: 1px solid #FFFFFF;
  min-height: 90px;
  padding: 5px;
  text-align: center;
}

.dashboard-kpis .box-title {
  font-size: 17px;
  font-weight: bold;
}

.dashboard-kpis .div-content {
  margin-top: 5px;
  font-size: 20px;
}

.performance-title {
  padding-right: 5px;
  text-align: center;
  width: 100%;
}

.logout-btn {
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-right: 30px;
}

.underline-link {
  text-decoration: underline;
}

.over-hiden {
  overflow: hidden;
}

.isr-box-width {
  width: 14.28% !important;
}

.paragraph-title {
  font-size: 18px;
  font-weight: bold;
}

.border-none {
  border: none !important;
}

.staging {
  font-weight: bold;
  margin: 8px 0 0;
}

.no-popup-title .modal-header {
  border-bottom: 0 none;
  padding-bottom: 0;
}

.no-popup-title .modal-body {
  padding-top: 0;
}

.fontL {
  font-weight: lighter !important;
}

.loanReference {
  padding-left: 15px;
}

.ml10 {
  margin-left: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mb0 {
  margin-bottom: 0 !important;
}

.replacement-prod {
  margin-bottom: 0 !important;
  margin-top: 25px;
}

.pt0 {
  padding-top: 0 !important;
}

.p0 {
  padding: 0 !important;
}

.mb15 {
  margin-bottom: 15px;
}

.mb5 {
  margin-bottom: 5px;
}

.color-bell {
  color: #0066A4;
}

.p-margin0 {
  margin: 0px !important;
}

.span-bold {
  font-weight: bold;
}

.div-padding-bottom5 {
  padding-bottom: 5px;
}

.margin-right10 {
  margin-right: 10px;
}

.b1-account-number {
  font-size: 13.4px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.pb45 {
  padding-bottom: 45px;
}

.progress-bell {
  background-image: linear-gradient(to bottom, #0066A4 0px, #0066A4 100%) !important;
}

.progress-virgin {
  background-image: linear-gradient(to bottom, #E0173C 0px, #E0173C 100%) !important;
}

.w90 {
  width: 90px;
}

.cursor-def {
  cursor: default;
}

.height60 {
  height: 60px;
}

.height85 {
  height: 85px;
}

.height125 {
  height: 125px;
}

.title-question {
  font-size: 18px;
}

.bullet-point {
  display: list-item; /* This has to be "list-item"                                               */
  list-style-type: disc; /* See https://developer.mozilla.org/en-US/docs/Web/CSS/list-style-type     */
  list-style-position: inside; /* See https://developer.mozilla.org/en-US/docs/Web/CSS/list-style-position */
}

.text-red {
  color: #FF0000;
}

.inline-menu {
  display: block;
  margin-bottom: 5px;
}

.bonus-more {
  cursor: pointer;
  width: 27px;
}

.trad-q-imd-div {
  height: 28em;
  line-height: 29em;
  white-space: nowrap;
}

.trad-q-imd {
  padding: 2px;
}

.tradin-history-body {
  max-height: 500px;
  overflow: auto;
}

.popover {
  max-width: unset;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.pagination > .pagination-item {
  display: inline-block;
  margin-left: 5px;
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  cursor: pointer;
  color: #7b90ab;
  text-align: center;
  border-radius: 6px;
  background-color: #eceff4;
}

.pagination-item.active {
  background-color: #fff;
  cursor: default;
}

.pagination-item span {
  display: block;
  padding-top: 2px;
  font-size: 18px;
}

.pagination .pagination-item.active span {
  width: 20px;
  color: #204770;
  background-color: inherit;
  margin: 0 auto;
}

.pagination .pagination-item.active span:hover {
  background-color: #fff;
  color: #204770;
}

.pagination {
  margin: 0 0 0 0 !important;
}

.pagination > span {
  padding: 0 5px 0 10px;
  font-size: x-large;
}

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

.font-20 {
  font-size: 20px !important;
}

.margin-horizontal-15 {
  margin: 0 15px;
}

.d-flex {
  display: flex !important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-center {
  align-items: center !important;
}

.tradronoshBox .title {
  margin-bottom: 10px !important;
  margin-top: 0px !important;
}

padding-bottom {
  padding-bottom: 10px;
}