
/* tecdoc category*/


.tecdoctree {
    background: #FFF;
  }
  
  /* First Level */
  
  .tecdoctree ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #F8F8F8
  }
  
  .tecdoctree ul li { border-top: 1px solid #F8F8F8; }
  
  .tecdoctree ul li a {
    color: #444;
    display: block;
    font-size: 1.1em;
    line-height: normal;
    padding: 12px 20px;
    text-decoration: none;
    margin: 0px !important;
    
  }
  
  .tecdoctree ul li a:hover {
    background: #DDDDDD;
    text-decoration: none;
  }
  
  /* Second Level */
  
  .tecdoctree ul ul { border-bottom: #F8F8F8 }
  
  .tecdoctree ul ul li {
    border-top: 1px solid #EDEDED;
      background: #F8F8F8;
  }
  
  .tecdoctree ul ul li a {
    color: #444;
    display: block;
    font-size: 1em;
    line-height: normal;
   
  }
  
  .tecdoctree ul ul li a:hover { 
      background: #DDDDDD; 
      /* color: #fff;  */
    }
  
  /* Third Level */
  
  .tecdoctree ul ul ul { border-top: 1px solid #F8F8F8; }
  
  .tecdoctree ul ul ul li { border: none; }
  
  .tecdoctree ul ul ul li a {
    padding-left: 3.5em;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    padding: 12px 20px;
    padding-left: 30px;
  }
  .tecdoctree ul li a.has-child:before {
    content: "\f067";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    line-height: 24px;
    /* color: #F79828; */
    font-size: 12px;
}
.tecdoctree ul li a.has-child.active:before {
    content: "\f068";
}
/* .tecdoctree ul li a:hover:before{
	color: #fff;
}
.tecdoctree ul li.selected .active {
    background: #F79828;
    color: #fff;
}
.tecdoctree ul li.selected a.has-child.active:before{
	color: #fff;
}   */


/* Tecdoc Grid */
.tecdocgrid-category {
    width: 31%;
    box-sizing: border-box;
    float:left;
    padding: 0px 1%;
    margin: 0px 1%;
    min-height: 405px;
    margin-bottom:20px;
    border: 1px solid rgba(221, 221, 221, 1);
}

.tecdocgrid-category-name {
    text-align: center;
    padding-top: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.tecdocgrid-category-name:after {
    width: 100%;
}

.tecdocgrid-category li {
    list-style: none;
}

.tecdocgrid-category ul li a {
    color: rgba(109, 118, 125, 1);
    font-weight: 700;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.tecdocgrid-category ul li a:hover {
    color: rgba(39, 124, 217, 1);
}

.tecdocgrid-category:hover {
 box-shadow: 0 2px 30px -10px rgb(0 0 0 / 20%);
}

.tecdocgrid-category ul {
    margin: 0px;
}
.tecdocgrid-category h2 {
    margin-top: 0px !important;
}

.tecdocgrid-category li {
    line-height: 18px;
}
.hidden-link {
	display: none;
}

.browse-make .make-box {
  box-sizing: border-box;
  margin: 0;
  padding: 0 1% 0 0;
  width: 24%;
  display: inline-block;
}

.browse-model .model-box {
  box-sizing: border-box;
  margin: 0;
  padding: 0 1% 0 0;
  width: 49%;
  display: inline-block;
}
.browse-model h2 {
  margin: 10px 0 0 0;
}
.browse-model hr {
  margin: 0;
}
.browse-vehicle .vehicle-row img {
  width: 200px;
}
.browse-vehicle .vehicle-row .sep {
  color: orange;
}


.modal-window {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  transition: all 0.3s;
}
.modal-window  .modal-dialog {
  width: auto;
  max-height: 90%;
  max-width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2em;
  background: white;
  border-radius:15px;
}
.modal-window  .modal-content {
  text-align: center;
}
.modal-window  .modal-body {
  height: calc(100vh - 150px);
  overflow: auto;
}
.modal-window  .modal-close {
  padding: 0;
  background: none;
  position: absolute;
  top: 5px;
  right: 5px;
}
.modal-window .fa {
  font-size: 32px;
}
.modal-window .fa-warning {
  color: orange;
}
.modal-window .vin-sel-vehicle {
  display: block;
  margin-bottom: 5px;
}
.modal-window .vin-sel-vehicle div{
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.modal-window .vin-sel-vehicle span {
  display: block;
  font-size: 75%;
  line-height: 0;
  cursor: pointer;
}