/* Copyright (c) 2017-2018 BMW Financial Services México*/
/* Developed by www.blendwerk.com.mx */

/* Generales */
  html, body{
    height: 100%;
    font-size: 100%;
  }
  .cdc-full-width{
    width: 100%;
  }
  .cdc-separator{
    border: none;
    border-left: 34px solid #4c4c4c;
    clear: both;
    display: block;
    margin: 16px 0;
    min-height: 2px;
  }
  .cdc-line{
    border: none;
    border-bottom: 1px solid #d9d9d9;
    clear: both;
    display: block;
    margin: 6px 0;
    min-height: 10px;
    width: calc(100% - 16px)
  }
  .cdc-clear{
    clear: both !important;
  }
  .cdc-clear-left{
    display: block;
    clear: left !important;
  }
  .cdc-clear-right{
    display: block;
    clear: right !important;
  }
  a > img {
    border: none; 
    text-decoration: none;
  }
  .cdc-top{
    margin-top: 16px;
  }
  .cdc-flex{
    display: flex;
  }
  td.cdc-nowrap{
    white-space: nowrap;
  }
  .cdc-space{
    border-bottom: 1px solid #d9d9d9;
    background-color: #fff;
    display: block;
    height: 16px;
    margin-bottom: 10px;
    min-height: 10px;
    white-space: nowrap;
    width: 100%;
  }
  .cdc-float-left{
    float: left;
  }
  .cdc-float-right{
    float: right;
  }
  .cdc-light-bckg{
    background-color: #f2f2f2
  }
  .cdc-medium-bckg{
    background-color: #d9d9d9;
  }
  .cdc-dark-bckg{
    background-color: #999999;
  }
  .cdc-no-display{
    display: none;
  }
  .cdc-pointer{
    cursor: pointer !important;
  }

/* Tables */
table{
  background-color: none;
  border: none;
  border-collapse: collapse;
  color: #444444;
  font-size: 12px;
  width: 100%;
}
table tr{
  height: 30px;
}
table tr th{
  border-right: #d9d9d9 1px solid;
  font-size: 14px;
  font-family: 'BMWGroupCondensed-Regular', sans-serif;
  line-height: 18px;
  padding: 4px;
  text-align: center;
}
table tr:hover th{
  background-color: none;
}
table tr td{
  font-size: 12px;
  padding: 6px;
  text-align: center;
  /*min-width: 1%;
  width: 1%;*/
}
table tr:hover{
  background: rgb(146, 162, 189, 0.4);
  background: rgba(146, 162, 189, 0.4);
}
.cdc-no-hover{
  background: none !important;  
}
table tr td:first-of-type{
  text-align: left;
}
.cdc-first-td, table tr td.cdc-first-td{
  font-weight: bold;
  max-width: 230px !important;
  width: 15% !important;
  min-width: 100px !important;
  text-align: left;  
}
.cdc-valign-top{
  vertical-align: top;
}

/* Columns */
  .cdc-col1, .cdc-100{
    height: auto;
    margin-right: 16px;
    width: calc(100% - 16px);
  }
  .cdc-col2, .cdc-50{
    height: auto;
    margin-right: 16px;
    width: calc(50% - 16px);
  }
  .cdc-col3, .cdc-33{
    height: auto;
    margin-right: 16px;
    width: calc(33% - 16px);
  }
  .cdc-col4, .cdc-25{
    height: auto;
    margin-right: 16px;
    width: calc(25% - 16px);
  }
  .cdc-col5, .cdc-20{
    height: auto;
    margin-right: 16px;
    width: calc(20% - 16px);
  }
  .cdc-col6, .cdc-16{
    height: auto;
    margin-right: 16px;
    width: calc(16% - 16px);
  }
  .cdc-col10, .cdc-10{
    height: auto;
    margin-right: 16px;
    width: calc(10% - 16px);
  }
  .cdc-75{
    height: auto;
    margin-right: 16px;
    width: calc(75% - 16px);
  }
  .cdc-60{
    height: auto;
    margin-right: 16px;
    width: calc(60% - 16px);
  }
  .cdc-col1:first-of-type, .cdc-col2:first-of-type, .cdc-col3:first-of-type, .cdc-col4:first-of-type, .cdc-col5:first-of-type, .cdc-col6:first-of-type, .cdc-col10:first-of-type {
    margin-left: 16px;
  }

/* Header */
  header{
    background-color: #fff !important;
    font-family: 'BMWGroupCondensed-Regular', sans-serif;
    min-height: 80px;
    width: 100%;
  }
  .cdc-header{
    align-items: flex-start;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 80px;
    padding-top: 25px;
    position: fixed;
    z-index: 2000;
  }

/* Logo */
  .cdc-logo-container{
    align-items: flex-start;
    background-color: #fff;
    display: flex;
    height: 48px;
    margin-left: 32px;
    width: auto;
    max-height: 40px;
  }
  .cdc-logo-bmwfs{
    margin-right: 36px;
  }
  .cdc-logo-bmw{
    margin-right: 12px;
  }
  .cdc-logo-mini{
    margin-right: 12px;
  }
  .cdc-logo-100years{
    margin-right: 12px;
  }

/* Fixed menu */
  .cdc-fixed-menu{
    align-items: flex start;
    background-color: #fff;
    color: #444444;
    display: flex;
    flex-grow:2;
    height: 51px;
    font-family: 'BMWGroupCondensed-Regular', sans-serif;
    font-size: 15px;
    justify-content: flex-end;
    padding-right: 32px;
    padding-top: 10px;
    width: auto;
  }
  .cdc-fixed-option{
    margin-left: 15px;
  }
  .cdc-user-name{
    padding-top: 6px;
  }

/* Top Menu */
  .cdc-top-menu{
    align-items: sretch;
    align-content: flex-end;
    background: #fff url('../images/icons/bmw-brd.png') repeat-x left bottom;
    clear: both;
    color: #444444;
    display: flex;
    font-family: 'BMWGroupCondensed-Regular', sans-serif;
    font-size: 13px;
    font-weight: 500;
    height: 32px;
    padding-left: 45px;
    width: 100%;
  }
  .cdc-top-option{
    box-shadow:4px 0 #fff;
    color: #444444;
    flex-shrink:0;
    height: auto;
    margin:0 2px;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .cdc-top-option:first-of-type{
    border-left:4px solid #fff;
  }
  .cdc-top-option:hover{
    border-bottom: 3px #92a2bd solid;
  }
  .cdc-top-option a{
    color: #444444;
  }
  .cdc-top-menu a:hover{
    color: #000000;
  }

/* Main Section */
  .cdc-main{
    align-items: flex-start;
    background-color: #ffffff;
    display: flex;
    height: auto;
    padding-top: 130px;
    width: 100%;
  }

/* Lateral Menu */
  .cdc-lat-menu{
    background-color: #f2f2f2;
    color: #444444;
    height: auto;
    margin-left: 16px;
    width: 210px;
  }
  .cdc-lat-title{
    font-family: 'BMWGroupCondensed-Regular', sans-serif;
    font-size: 17px;
    line-height: 24px;
    margin: 9px 16px;
  }
  /* Lateral interior */
    .cdc-lat-ul{
      color:#444;
      font-size: 13px;
      margin: 0;
      width: 100%;
    }
    .cdc-lat-ul li{
      cursor: pointer;
      padding: 16px;
    }
    .cdc-lat-ul li:hover{
      background: rgb(146, 162, 189, 0.4);
      background: rgba(146, 162, 189, 0.4);
    }
    .cdc-lat-ul li a{
      color: #444444;
      border: none;
      text-decoration: none;
    }
  /* Lateral Login */
    .cdc-lat-login{
      background-color: transparent;
      margin: 0 16px;
      width: calc(100% - 36px);
    }
    .cdc-lat-login input[type="text"], .cdc-lat-login input[type="password"] {
      background-color: #ffffff;
      border: 1px solid #999999;
      color: #999999;
      font-family: 'BMWGroupCondensed-Regular', sans-serif;
      font-size: 16px;
      min-height: 40px;
      margin-bottom: 12px;
      padding: 0 30px;
      width: calc(100% - 60px);
    }
    .cdc-lat-login input[type="submit"]{
      background: url('../images/icons/cdc-btn-bckg.png') no-repeat #a8a28e center right;
      border: none;
      color: #ffffff;
      font-family: 'BMWGroupCondensed-Regular', sans-serif;
      font-size: 16px;
      min-height: 40px;
      margin-bottom: 12px;
      padding: 0 30px;
      text-align: left;
      text-transform: uppercase;
      width: 100%;
    }
    .cdc-lat-login input[type="submit"]:hover {
      background: url('../images/icons/cdc-btn-bckg.png') no-repeat #908b7a center right;
    }
    a.cdc-enter{
      align-items: center;
      background: url('../images/icons/cdc-btn-bckg.png') no-repeat #a8a28e center right;
      border: none;
      color: #ffffff;
      cursor: pointer;
      display: flex;
      font-family: 'BMWGroupCondensed-Regular', sans-serif;
      font-size: 16px;
      line-height: 26px;
      height: 40px !important;
      min-height: 40px;
      margin-bottom: 12px;
      padding: 0 30px;
      text-align: left;
      text-transform: uppercase;
    }
    a.cdc-enter:hover{
      background: url('../images/icons/cdc-btn-bckg.png') no-repeat #908b7a center right;
    }

/* Main Content Area */
  .cdc-main-area{
    background-color: transparent;
    min-height: calc(100vh - 275px);
    height: 100%;
    margin: 0 16px;
    width: calc(100% - 32px);
  }
  /* Title */
    .cdc-main-title{
      background-color: #f2f2f2;
      color: #444444;
      font-family: 'BMWGroupCondensed-Bold', sans-serif;
      font-size: 24px;
      font-weight: lighter;
      line-height: 28px;
      margin: 0;
      height: 36px;
      padding: 8px 0 0 0;
      text-indent: 16px;
      text-transform: uppercase;
      max-width: 100%;
      width: 100%;
    }
  /*Banner home */
    .cdc-banner-home{
      background-color: #f2f2f2;
      margin-top: 16px;
      padding-bottom: 30px;
      width: 100%;
    }
    .cdc-banner-home img{
      width: 100%;
    }
    .cdc-banner-content{
      padding: 0 16px;
    }
  /*Banner interior */
    .cdc-banner-int{
      background-color: #f2f2f2;
      margin-top: 16px;
      width: 100%;
    }
    .cdc-banner-int img{
      width: 100%;
    }

/* Text */
  h1{
    font-family: 'BMWGroupCondensed-Regular', sans-serif;
    font-size: 17px;
    margin: 16px 0;
    line-height: 24px;
  }
  h2{
    font-family: 'BMWGroupCondensed-Regular', sans-serif;
    font-size: 16px;
    margin: 16px 0;
    line-height: 24px;
  }
  h3{
    font-family: 'BMWGroupCondensed-Regular', sans-serif;
    font-size: 15px;
    margin: 16px 0;
    line-height: 20px;
  }
  p{
    color: #444444;
    font-size: 13px;
    line-height: 15px;
    text-align: justify;
  }
  .cdc-left{
    text-align: left !important;
  }
  .cdc-center{
    text-align: center !important;
  }
  .cdc-right{
    text-align: right !important;
  }
  .cdc-justify{
    text-align: justify !important;
  }
  .cdc-error{
    font-size: 14px;
    line-height: 18px;
    min-height: calc(100vh - 315px);
    margin-bottom: 20px;
  }
  .cdc-red-bckg, .cdc-red-bckg:hover{
    background-color: #d20000;
    background-color: rgba(210, 0, 0, 0.8);
    color: #ffffff;
    font-weight: bold;
  }
  .cdc-red-light-bckg, .cdc-red-light-bckg:hover{
    background-color: #d20000;
    background-color: rgba(210, 0, 0, 0.3);
    color: #d20000;
    font-weight: bold;
  }
  .cdc-yellow-bckg, .cdc-yellow-bckg:hover{
    background-color: #ffad1f;
    background-color: rgba(255, 173, 31, 0.9);
    color: #ffffff;
    font-weight: bold;
  }
  .cdc-yellow-light-bckg, .cdc-yellow-light-bckg:hover{
    background-color: #ffad1f;
    background-color: rgba(255, 173, 31, 0.3);
    color: #444444;
    font-weight: bold;
  }
  .cdc-olive-bckg, .cdc-olive-bckg:hover{
    background-color: #a2ad00;
    background-color: rgba(162, 173, 0, 0.8);
    color: #ffffff;
    font-weight: bold;
  }
  .cdc-blue-bckg, .cdc-blue-bckg:hover {
    background-color: #3db014;
    background-color: rgba(0, 102, 177, 1);
    color: #ffffff;
    font-weight: bold;
  }
  .cdc-green-bckg, .cdc-green-bckg:hover {
    background-color: #0066B1;
    background-color: rgba(61, 176, 20, 1);
    color: #ffffff;
    font-weight: bold;
  }
  .cdc-green-light-bckg, .cdc-green-light-bckg:hover{
    background-color: #3db014;
    background-color: rgba(61, 176, 20, 0.8);
    color: #444444;
    font-weight: bold;
  }
  .cdc-bullet{
    display: list-item;
    margin: 10px;
    list-style-type: disc;
  }

/* Forms */
  /* Select */
  .cdc-select{
    background-attachment: scroll;
    background-clip: border-box;
    border: none;
    height: 40px;
    max-height: 40px;
    margin: 0 20px 0 0;
    padding: 0 12px;
    overflow: hidden;
    width:30;
  }
  select{
    background: url(../images/icons/cdc-select.png) no-repeat right center #d9d9d9;
    border: none !important;
    color: #444444;
    font-family: 'BMWGroupCondensed-Regular', sans-serif;
    font-size: 16px;
    -webkit-appearance: none; 
    -moz-appearance: none;
    -o-appearance: none;
    line-height: 20px;
    appearance: none;
    padding: 12px;
    width: 150%;
    text-indent: 1px;
    text-overflow: "";
    overflow: hidden;
    outline: none;
  }
  option{
    border: none;
    color: #444444;
    font-family: 'BMWGroupCondensed-Regular', sans-serif;
    font-size: 14px;
    padding: 3px;
  }
  select::-ms-expand {
    display: none !important;
  }
  /* Password */
    input[type="text"],input[type="password"] {
      background-color: #ffffff;
      border: 1px solid #999999;
      color: #999999;
      font-family: 'BMWGroupCondensed-Regular', sans-serif;
      font-size: 16px;
      height: 40px;
      margin-bottom: 12px;
      padding: 0 30px;
    }
  /* Buttons & links */
    a.cdc-btn, .cdc-btn, button, input[type="submit"]{
      align-items: center;
      background: url('../images/icons/cdc-btn-bckg.png') no-repeat #a8a28e center right;
      border: none;
      color: #ffffff;
      cursor: pointer;
      font-family: 'BMWGroupCondensed-Regular', sans-serif;
      font-size: 16px;
      line-height: 26px;
      height: 42px !important;
      min-height: 40px;
      margin-bottom: 12px;
      padding: 0 30px;
      text-align: left;
      text-transform: uppercase;
    }
    a.cdc-btn:hover, .cdc-btn:hover, button:hover, input[type="submit"]:hover{
      background: url('../images/icons/cdc-btn-bckg.png') no-repeat #908b7a center right;
    }
  /* Checkbox */
    .cdc-control {
      cursor: pointer;
      font-size: 14px;
      font-family: 'BMWGroupCondensed-Regular', sans-serif;
      margin-bottom: 0px;
      padding-top: 20px;
      padding-left: 40px;
      position: relative;
      text-transform: uppercase;
    }
    .cdc-control input {
      opacity: 0;
      position: absolute;
      z-index: -1;
    }
    .cdc-control-indicator {
      background: #ffffff;
      border: 1px solid #999999;
      height: 26px;
      left: 0;
      position: absolute;
      top: 12px;
      width: 26px;
    }
    .cdc-control-radio .cdc-control_indicator {
      border-radius: 0;
    }
    .cdc-control:hover input ~ .cdc-control-indicator, .cdc-control input:focus ~ .cdc-control-indicator {
      background: #d9d9d9;
    }
    .cdc-control input:checked ~ .cdc-control-indicator {
      background: #ffffff;
    }
    .cdc-control:hover input:not([disabled]):checked ~ .cdc-controlcdc-indicator, .cdc-control input:checked:focus ~ .cdc-control-indicator {
      background: #999999;
    }
    .cdc-control input:disabled ~ .cdc-control-indicator {
      background: #999999;
      opacity: 0.5;
      pointer-events: none;
    }
    
    .cdc-control-indicator:after {
      box-sizing: unset;
      content: '';
      display: none;
      position: absolute;
    }
    .cdc-control input:checked ~ .cdc-control-indicator:after {
      display: block;
    }
    .cdc-control-checkbox .cdc-control-indicator:after {
      border: solid #444444;
      border-width: 0 1px 1px 0;
      height: 12px;
      left: 9px;
      top: 4px;
      width: 6px;
      transform: rotate(45deg);
    }
    .cdc-control-checkbox input:disabled ~ .cdc-control-indicator:after {
      border-color: #7b7b7b;
      background: #999999;
    }
  /* Save & cancel */
    button.cdc-save{
      background: url('../images/icons/cdc-save.png') no-repeat #ffffff center center;
      border: none;
      color: #ffffff;
      clear: right;
      cursor: pointer;
      display: block;
      float: right;
      height: 20px !important;
      min-height: 20px;
      margin: 0 0 2px 0 !important;
      padding: 0 !important;
      width: 20px;
    }
    button.cdc-save:hover{
      background: url('../images/icons/cdc-save-hover.png') no-repeat #908b7a center center;
    }
    button.cdc-cancel{
      background: url('../images/icons/cdc-cancel.png') no-repeat #ffffff center center;
      border: none;
      color: #ffffff;
      clear: right;
      cursor: pointer;
      display: block;
      float: right;
      height: 20px !important;
      min-height: 20px;
      margin: 0 0 2px 0 !important;
      padding: 0 !important;
      width: 20px;
    }
    button.cdc-cancel:hover{
      background: url('../images/icons/cdc-cancel-hover.png') no-repeat #908b7a center center;
    }

/* Timeline */
  .cdc-timeline{
    margin-top: 16px;
    padding: 0 16px;
    width: calc(100% - 32px);
  }
  .cdc-timeline table{
    background-color: none;
    border: none;
    border-collapse: collapse;
    color: #444444;
    font-size: 12px;
    width: 100%;
  }
  .cdc-timeline table tr{
    height: 30px;
  }
  .cdc-timeline table tr th{
    border-right: #d9d9d9 1px solid;
    font-size: 15px;
    font-family: 'BMWGroupCondensed-Regular', sans-serif;
    line-height: 18px;
    padding: 4px;
    text-align: center;
  }
  .cdc-timeline table tr:hover th{
    background-color: #fff;
  }
  .cdc-timeline table tr td{
    font-size: 12px;
    padding: 4px;
    text-align: center;
    min-width: 4%;
    width: 4%;
  }
  .cdc-timeline table tr:hover{
    background: rgb(146, 162, 189, 0.4);
    background: rgba(146, 162, 189, 0.4);
  }
  .cdc-timeline table tr td:first-of-type{
    font-weight: bold;
    text-align: left;
    width: 10%;
  }
  .timeLine tr td:first-of-type{
    text-align: center !important;
  }

/* Customer */
  .cdc-tmln-detail{
    background-color: #ffffff;
    font-family: Arial, sans-serif;
    margin-top: 16px;
    padding: 0 16px;
    width: calc(100% - 32px);
  }
  .cdc-tmln-detail table{
    background-color: none;
    border: none;
    border-collapse: collapse;
    color: #444444;
    font-size: 12px;
    overflow: hidden;
    width: 100%;
  }
  .cdc-tmln-detail table table {
    display: none;
  }
  .cdc-tmln-detail table tr th{
    border-right: #d9d9d9 1px solid;
    font-size: 12px;
    font-family: 'BMWGroupCondensed-Regular', sans-serif;
    line-height: 16px;
    padding: 6px;
    text-align: center;
  }
  .cdc-tmln-detail input[type=checkbox].cdc-accordion {
    display: none;
  }
  .cdc-tmln-detail input[type=checkbox].cdc-accordion:checked + table {
    display: table;
    width: 100%;
  }
  .cdc-tmln-detail label {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    bottom: 0;
    width: 100vw;
    z-index: 2;
  }
  .cdc-tmln-detail table > tbody > tr:nth-child(2n) > td {
    padding: 0;
  }
  .cdc-tmln-detail table > tbody > tr:nth-child(2n) > td td {
    padding: 0;
  }
  .cdc-tmln-detail th, .cdc-tmln-detail td {
    border: none;
    text-align: left;
    padding: 5px;
    position: relative;
  }
  .cdc-tmln-detail table tr th{
    border-right: #d9d9d9 1px solid;
    font-size: 12px;
    font-family: 'BMWGroupCondensed-Regular', sans-serif;
    padding: 0;
    text-align: center;
  }
  .cdc-tmln-detail table tr:hover th{
    background-color: transparent;
  }
  .cdc-tmln-detail table tr td{
    font-size: 12px;
    padding: 6px;
    text-align: left;
    vertical-align: top;
  }
  .cdc-tmln-detail table tr:hover{
    background: rgb(146, 162, 189, 0.4);
    background: rgba(146, 162, 189, 0.4);
  }
  .cdc-tmln-detail table tr td:first-of-type{
    font-weight: bold;
    width: .5%;
  }
  table.cdc-customer tr:hover{
    background: rgb(255, 255, 255, 1) !important;
    background: rgba(255, 255, 255, 1) !important;
  }
  table.cdc-customer th{
    border: none !important;
    margin: 0;
    padding: 0;
    max-width: 33% !important;
    width: 33% !important;
  }
  table.cdc-customer{
    border: 1px solid #999;
    background-color: #ffffff !important;
    margin:0;
    padding: 0;
    white-space: nowrap;
    width: 100%;
  }
  table.cdc-customer td{
    border: none;
    margin:0;
    padding: 0;
  }
  table.cdc-customer tr td{
    font-weight: normal !important;
    width: 33.3% !important;
  }
  table.cdc-customer tr td:last-of-type{
    padding-right: 0 !important;
  }
  .cdc-customer h3{
    font-family: 'BMWGroupCondensed-Bold', sans-serif;
    font-weight: 200 !important;
    margin: 0 16px 10px 0;
    padding: 10px;
    background: rgb(146, 162, 189, 0.6);
    background: rgba(146, 162, 189, 0.6);
    text-transform: uppercase;
  }
  .cdc-customer-info{
    align-content:flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 12px;
    font-family: 'BMWGroupCondensed-Regular', sans-serif;
    justify-content:flex-start;
    width: 100%;
    width: calc(100% - 16px);
  }
  .cdc-customer-label{
    -ms-flex-wrap: wrap;
    flex-basis:32%;
    line-height: 15px;
    padding: 12px 0 0 12px;
    text-transform: uppercase;
    text-overflow: ellipsis;
    width: 32%;
    width: calc(32% - 12px);
    white-space: normal;
  }
  .cdc-customer-data{
    -ms-flex-wrap: wrap;
    flex-basis:60%;
    line-height: 15px;
    padding: 12px 0 0 12px;
    text-overflow: ellipsis;
    width: 68%;
    width: calc(68% - 12px);
    white-space: normal;
  }
  .cdc-customer-data input[type="text"]{
    padding:0 20px;
    margin: 0;
    font-size: 13px;
    width: 56%;
  }
  td.cdc-client-icon{
    padding: 0;
    width: 18px;
  }
  .cdc-checklist {
    width: calc(100% - 16px);
  }
  .cdc-checklist label {
    height: 20px;
    padding:0;
    margin: 0;
    padding-left: 40px;
    text-indent: -12px;
    width: 90%;
    white-space: normal;
  }
  .cdc-checklist-option {
    cursor: pointer;
    display: table;
    font-size: 12px;
    line-height: 16px;
    font-family: 'BMWGroupCondensed-Regular', sans-serif;
    height: 28px;
    margin-bottom: 12px;
    padding-top: 20px;
    padding-left: 20px;
    position: relative;
    text-transform: uppercase;
    width: 98%;
    white-space: normal;
  }
  .cdc-checklist-option input[type="checkbox"] {
    opacity: 0;
    position: relative;
    z-index: -1;
  }
  .cdc-checklist-option input[type="text"] {
    margin-left: 40px;
    font-size: 13px;
    width: 50%;
  }
  .cdc-checklist-indicator {
    /*background: #ffffff;*/
    border: 1px solid #999999;
    height: 20px;
    left: 10px;
    position: absolute;
    top: 0;
    width: 20px;
  }
  .cdc-checklist-option input:checked ~ .cdc-checklist-indicator {
    background: #ffffff;
  }
  .cdc-checklist-indicator:after {
    box-sizing: unset;
    content: '';
    display: none;
    position: relative;
  }
  .cdc-checklist-option input:checked ~ .cdc-checklist-indicator:after {
    display: block;
  }
  .cdc-checklist-option input:disabled ~ .cdc-checklist-indicator {
    background-color: #999999;
  }
  .cdc-checklist-checkbox .cdc-checklist-indicator:after {
    border: solid #444444;
    border-width: 0 1px 1px 0;
    height: 12px;
    left: 7px;
    top: 2px;
    width: 6px;
    transform: rotate(45deg);
  }
  .cdc-checklist-checkbox input:disabled ~ .cdc-checklist-indicator:after {
    border-color: #7b7b7b;
  }

/* Comments */
  .cdc-comments{
    background-color: #f2f2f2;
    line-height: 18px;
    margin-bottom: 10px;
    min-height: 100px;
    padding: 16px;
    width: calc(100% - 48px);
  }
  .cdc-comments ul li span{
    font-weight: bold;
    margin-right:8px;
  }
  .cdc-comments ul li span:last-of-type{
    font-weight: normal;
  }
  .cdc-comments ul li {
    margin-bottom:8px;
    white-space: normal;
  }
  .cdc-comments-form{
    background-color: #ffffff;
    margin-bottom: 16px;
    min-height: 100px;
    padding: 10px;
    width: calc(100% - 36px);
  }
  .cdc-comments-form textarea{
    border: 1px solid #d9d9d9;
    color: #999999;
    font-size: 13px;
    font-family: 'BMWGroupCondensed-Regular', sans-serif;
    padding:10px;
    width: 96%;
  }
  .cdc-comments-form input[type="submit"]{
    display: block;
    margin-top: 10px;
    width: 200px;
  }

/* Charts */
  .cdc-chart-container{
    padding: 10px 16px;
    width: calc(100% - 32px);
  }
  .cdc-chart{
    background-color: transparent;
    padding: 0 auto;
    width: calc(100% - 32px);
    text-align: center;
  }

/* Footer */
  footer{
    background-color: #fff;
    border-top: 1px solid #f2f2f2;
    margin-top: 20px;
    padding-top: 20px;
    width: 100vw;
  }
  .cdc-footer{
    display: flex;
  }
  .cdc-footer-bottom{
    background-color: #aaa38e;
    height: 26px;
    margin-top: 20px;
    width: 100vw;
  }
  .cdc-footer a{
    color: #444;
    display: list-item;
    font-size: 12px;
    line-height: 24px;
    list-style-type: none;
    padding: 3px 16px;
  }
  .cdc-disclaimer{
    color: #999999;
    font-size: 10px;
    margin-top: 50px;
    text-align: center;
  }

/* ----------- 650px Screens ----------- */
@media screen and (max-width: 650px){
  .cdc-col1, .cdc-100, .cdc-col2, .cdc-50, .cdc-60, .cdc-col3, .cdc-33, .cdc-col4, .cdc-25, .cdc-col5, .cdc-20, .cdc-col6, .cdc-16, .cdc-col10, .cdc-10, .cdc-75{
    margin-bottom: 20px;
    width: calc(100% - 16px);
  }
  .cdc-lat-menu{
    clear: both;
    width: calc(100% - 32px) !important;
  }
  .cdc-main{
    flex-direction: column;
  }
  .cdc-main-area{
    clear: both;
    margin: 0 auto;
    margin-top: 40px;
    width: calc(100% - 32px);
  }
  .cdc-banner-int, .cdc-banner-int img {
    width: 100%;
  }
  .cdc-fixed-menu{
    justify-content: center;
    margin: 20px 0 0 0;
    padding: 0;
    height: auto;
    width: 100%;
  }
  .cdc-top-menu{
    justify-content: center;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    top: 0;
  }
  .cdc-flex{
    display: list-item;
    list-style: none;
    margin: 10px 0;
  }
  .cdc-footer .cdc-col4{
    display: table-row;
    list-style: none;
  }
  .cdc-control{
    margin-bottom: 20px;
    margin-top: 0;
    padding-top: 10px;
    display: table;  
    clear: both;
  }
  .cdc-control-indicator{
    top: 2px;
  }
  .cdc-timeline{
    overflow-x: auto;
  }
  table.cdc-customer tr td{
    display: table-row;
    list-style: none;
    width: calc(100% - 16px);
  }
  .cdc-customer-info{
    width: calc(59% - 50px);      
  }
  .cdc-disclaimer {
    font-size: 13px;
    line-height: 16px;
  }
  .cdc-logo-container{
    max-width: 100%;
    max-height: 80px;
    height: auto;
    margin: 0 auto;
  }
  .cdc-logo-100years{
    display: none;
  }
  .cdc-top-menu{
    margin-top: 10px;
    font-size:12px;
  }
  .cdc-top-option{
    padding: 10px;
  }
  .cdc-main{
    padding-top: 140px;
  }
  .cdc-header{
    height: auto;
  }
  input[type="text"], input[type="password"]{
    max-width: 85% !important;
  }
  .cdc-select{
    padding: 0;
  }
  .cdc-main-title{
    height: auto;
    text-indent: 0;
  }
  .cdc-error{
    margin-top: 70px;
    font-size: large;
    min-height:25vh;
  }
  }

/* ----------- 650px Screens ----------- */
@media screen and (max-device-width: 650px){
  .cdc-col1, .cdc-100, .cdc-col2, .cdc-50, .cdc-60, .cdc-col3, .cdc-33, .cdc-col4, .cdc-25, .cdc-col5, .cdc-20, .cdc-col6, .cdc-16, .cdc-col10, .cdc-10, .cdc-75{
    margin-bottom: 20px;
    width: calc(100% - 16px);
  }
  .cdc-lat-menu{
    clear: both;
    width: calc(100% - 32px) !important;
  }
  .cdc-main{
    flex-direction: column;
  }
  .cdc-main-area{
    margin: 0 auto;
    margin-top: 40px;
    width: calc(100% - 32px);
  }
  .cdc-banner-int, .cdc-banner-int img {
    width: 100%;
  }
  .cdc-fixed-menu{
    justify-content: center;
    margin: 20px 0 0 0;
    padding: 0;
    height: auto;
    width: 100%;
  }
  .cdc-top-menu{
    justify-content: center;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    top: 0;
  }
  .cdc-flex{
    display: list-item;
    list-style: none;
    margin: 10px 0;
  }
  .cdc-footer .cdc-col4{
    display: table-row;
    list-style: none;
  }
  .cdc-control{
    margin-bottom: 20px;
    margin-top: 0;
    padding-top: 10px;
    display: table;  
    clear: both;
  }
  .cdc-control-indicator{
    top: 2px;
  }
  .cdc-timeline{
    overflow-x: auto;
  }
  table.cdc-customer tr td{
    display: table-row;
    list-style: none;
    width: calc(100% - 16px);
  }
  .cdc-customer-info{
    width: calc(59% - 50px);      
  }
  .cdc-disclaimer {
    font-size: 13px;
    line-height: 16px;
  }
  .cdc-logo-container{
    max-width: 100%;
    max-height: 80px;
    height: auto;
    margin: 0 auto;
  }
  .cdc-logo-100years{
    display: none;
  }
  .cdc-top-menu{
    margin-top: 10px;
    font-size:12px;
  }
  .cdc-top-option{
    padding: 10px;
  }
  .cdc-main{
    padding-top: 140px;
  }
  .cdc-header{
    height: auto;
  }
  input[type="text"], input[type="password"]{
    max-width: 85% !important;
  }
  .cdc-select{
    padding: 0;
  }
  .cdc-main-title{
    height: auto;
    text-indent: 0;
  }
  .cdc-error{
    margin-top: 70px;
    font-size: large;
    min-height:25vh;
  }
}