.table td, .table th {
  font-size: .75rem;
  white-space:normal;
}
.card .table td, .card .table th {
  padding-right: 1rem;
  padding-left: 1rem;
}
.navbar-vertical .navbar-nav .nav-link {
  display: flex;
  white-space: nowrap;
  align-items: center;
}
.navbar-vertical.navbar-expand-xs .navbar-nav > .nav-item > .nav-link.active
{
    margin-right: .5rem;
    margin-left: .5rem;
    padding-right: 1rem;
    padding-left: 1rem;
    border-radius: .375rem;
    background: transparent;
    color: #293846;
}
.navbar-vertical.navbar-expand-xs .navbar-nav > .nav-item.show{
  /* border-left: 5px solid #293846; */
  background: #5e72e4;
}
.navbar-vertical .navbar-nav .dropdown-menu .dropdown-item.active{
  color: #8898aa;
  border-color: #e9ecef; 
  background-color: #d2d8f7;
} 
.navbar-vertical .navbar-nav .nav-link[data-toggle=dropdown]:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  font-style: normal;
  font-variant: normal;
  display: inline-block;
  margin-left: auto;
  content: '\f105';
  transition: all .15s ease;
  color: #ced4da;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.form-group
{
    margin-bottom: 0.5rem;
}

#extractTypeDiv {margin-left: 15px; margin-top: 20px;}
.modelDiv {border:1px solid; color: grey;}
.removeModelSpan {position:absolute;top:0;right:0}
.inclusionsDiv {
  /* border:1px solid; 
  color: grey;  */
  margin-top: 15px; 
  /* margin-left: 15px; 
  width:750px; 
  padding: 15px; */
}
.hide {display: none;}
/* input[type=text].medium {width: 110px;} */
/* .ddBrand {width:110px} */
/* .nameWidth {width:450px} */

.floatLeft{
  float: left !important;
}


.table-fixed {
  table-layout: fixed !important;
}

.word-wrap{
    padding:5px !important;
    white-space: normal !important;
}
/* #loginFormContainer .form-panel{
  margin-top: -10rem;
}
#loginFormContainer .image-panel{
  margin-top: -2rem;
} */
#loginFormContainer form{
  width:90%;
}
@media (min-width: 576px) { 
  .table-fixed-sm {
    table-layout: fixed !important;
  }
  .word-wrap-sm{
      word-break: break-all !important;
      padding:10px !important;
      white-space: normal !important;
  }
  /* #loginFormContainer .form-panel{
    margin-top: -15rem;
  }
  #loginFormContainer .image-panel{
    margin-top: -5rem;
  }*/
  #loginFormContainer form{
    width:75%;
  }
 } 

@media (min-width: 768px) { 
  .table-fixed-md {
    table-layout: fixed !important;
  }
  .word-wrap-md {
      word-break: break-all !important;
      padding:10px !important;
      white-space: normal !important;
  }
  
 
}

@media (min-width: 992px) { 
  .table-fixed-lg {
    table-layout: fixed !important;
  }
  .word-wrap-lg {
      word-break: break-all !important;
      padding:5px !important;
      white-space: normal !important;
  }
  #loginFormContainer form{
    width:66.66%;
  }
}

@media (min-width: 1200px) {
  .table-fixed-xl {
    table-layout: fixed !important;
  }
  .word-wrap-xl {
      word-break: break-all !important;
      padding:10px !important;
      white-space: normal !important;
  }
 }

 .tooltipDetail{
  list-style-type: none;
  background: #5e72e4;
  border-radius: 5px;
  padding: 10px;
  z-index: 1;
  opacity: 0.9;
  color: #fff; 
  font-size: 8pt;
}
.tooltipDetail li{
line-height:15px;
}
.bg-custom-gradient-primary{
  background-color: #5E72E4; /* For browsers that do not support gradients */
  background-image: linear-gradient(#5E72E4, #1E2E96);
}
.mainPageProducts button {
  font-size: 1.25rem;
}
/**
Interview Styles
**/
#contextMenu{
  background:#BFD2F2 ;
  display:none;
  position:absolute;
  padding:0;
}
#contextMenu ul{
  padding:0;
  margin:0;
  list-style-type: none;
}
#contextMenu ul li a{
  color:#1E2E96;
  background:#BFD2F2;
  padding: 3px 8px;
  display:block;
}
#contextMenu ul li a:hover{
  color:#fff;
  background:#1E2E96;
}
#commentContextMenu{
  background:#BFD2F2 ;
  display:none;
  position:absolute;
  padding:10px;
  padding:0;
}
#commentContextMenu ul{
  list-style-type: none;
  margin:0;
  padding:0;
}
#commentContextMenu ul li a{
  padding:3px 8px;
  display: block;
}
#commentContextMenu ul li a:hover{
  color:#fff;
  background:#1E2E96;
}
#escalationCommentContextMenu{
  background:#BFD2F2 ;
  display:none;
  position:absolute;
  padding:10px;
  padding:0;
}
#escalationCommentContextMenu ul{
  list-style-type: none;
  margin:0;
  padding:0;
}
#escalationCommentContextMenu ul li a{
  padding:3px 8px;
  display: block;
}
#escalationCommentContextMenu ul li a:hover{
  color:#fff;
  background:#1E2E96;
}
.interviewDetailsTable ul, 
.jobDetails ul{
  list-style: none;
}

.callDetail{
  border:1px solid #d8d8d8;
  border-radius:5px;
  background:#fff;
}
li.bgBlue{
  color:rgb(143, 143, 143);
  font-size: 9pt;
  width:100%;
}
li.bgBlue span.bgGrey{
  float:right;
  color:rgb(96, 96, 96);
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow:ellipsis;
  text-align:right;
  width: 128px;
}
li.bgBlue span.bgGrey:hover{
  cursor:pointer;
}
.tabbedNav{
  
  padding:10px 20px 20px 20px;
  display:none;
  color:#1E2E96;
}

.tabbedNavTools{
  width:70%;
  padding:10px 12px 20px 20px;
  display:none;
  color:#1E2E96;
}

.outcomeTd, .callCommentTd{
  color:#5E5E5E;
}
.updateRecordDD{
  width:100%;
}
#updateVehicleTB, #updateCustomerTB{
  color:#1E2E96;
}
.updateRecordTable tbody tr td{
  padding:8px 10px;
  background:#BFD2F2;
}
#updateVehicleTB.active, #updateCustomerTB.active{
  background: #1E2E96;
  color: #fff;
}
#updateVehicleTB:hover, #updateCustomerTB:hover{
  background: #1E2E96;
  color: #fff;
  cursor:pointer;
}
.serviceHistoryTable tbody tr.bgBlue th{
  padding:5px 5px;
}
.serviceHistoryTable tbody tr td{
  padding:5px 5px;
}
.serviceHistoryTable tbody tr:hover{
  background:#BFD2F2;
}
.updateRecordTd1{
  font-weight: normal;
  color:rgba(30,46,150, 0.5);
  font-size:11pt;
}
.dealerDetailsTd1{
  color:#5E5E5E;
  font-weight: 600;
  width:20%;
}
.tablesorter th, .tablesorter td{
  padding:0 5px;
}
.questions{
  display:none;
  width:60%;
}
.active2{
  background:#1E2E96;
  color:#fff;
}
.questionMenu{
  padding:5px 10px; 
  text-decoration: none;
  display: block;
  border-radius:5px;
}
.questionMenu:hover{
  background-color: #1E2E96;
  color:#fff;
}
a.mdl-navigation__link.active{
  background:#1E2E96;
  color:#fff;
}
#ui-datepicker-div{display: none;}
table.serviceHistoryTable:hover{
    cursor:pointer;
}

.nav-pills .nav-link
{
    border-radius: .375rem;
    color: #fff;
    background-color: #5e72e4;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link:hover,
.nav-pills .show > .nav-link
{
  background-color: #fff;
  color: #5e72e4;
  border: solid 1px #5e72e4;
}


/**
DataTables
*/
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
  border-spacing: 0;
}
table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length select {
  width: auto;
  display: inline-block;
}
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}
div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end;
}
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 30px;
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3;
}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  right: 1em;
  content: "\2191";
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  right: 0.5em;
  content: "\2193";
}
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
  opacity: 1;
}
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  opacity: 0;
}
div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody table thead .sorting:before,
div.dataTables_scrollBody table thead .sorting_asc:before,
div.dataTables_scrollBody table thead .sorting_desc:before,
div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none;
}
div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}
div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box;
}
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}
@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
      text-align: center;
  }
}
table.dataTable.table-sm > thead > tr > th {
  padding-right: 20px;
}
table.dataTable.table-sm .sorting:before,
table.dataTable.table-sm .sorting_asc:before,
table.dataTable.table-sm .sorting_desc:before {
  top: 5px;
  right: 0.85em;
}
table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
  top: 5px;
}
table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 0;
}
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}
div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
  padding-left: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
  padding-right: 0;
}
.dataTables_wrapper {
  font-size: 0.875rem;
}
table.dataTable {
  margin-bottom: 1.25rem !important;
  border-bottom: 1px solid #e9ecef;
}
table.dataTable tbody > tr.selected {
  background-color: #5e72e4;
}
.dataTables_info,
.dataTables_length,
.dt-buttons {
  padding-left: 1.5rem;
}
.dataTables_length .form-control {
  margin: 0 0.375rem;
}
.dataTables_filter {
  display: inline-block;
  float: right;
  padding-right: 1.5rem;
}
.dataTables_paginate {
  padding-right: 1.5rem;
}
/**
Pagination
*/
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.375rem;
}
.page-link {
  line-height: 1.25;
  position: relative;
  display: block;
  margin-left: -1px;
  padding: 0.5rem 0.75rem;
  color: #8898aa;
  border: 1px solid #dee2e6;
  background-color: #fff;
}
.page-link:hover {
  z-index: 2;
  text-decoration: none;
  color: #8898aa;
  border-color: #dee2e6;
  background-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  border-color: #5e72e4;
  background-color: #5e72e4;
}
.page-item.disabled .page-link {
  cursor: auto;
  pointer-events: none;
  color: #8898aa;
  border-color: #dee2e6;
  background-color: #fff;
}
.pagination-lg .page-link {
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 0.75rem 1.5rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.4375rem;
  border-bottom-left-radius: 0.4375rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.4375rem;
  border-bottom-right-radius: 0.4375rem;
}
.pagination-sm .page-link {
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.25rem 0.5rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.questionListBoxAdd .tooltip{
  opacity: unset;
  position: unset;
}
.select2.select2-container {
  width: 100% !important;
}
.select2.select2-container .select2-selection--single.form-control.form-control-sm {
  height: calc(.45em + 1.25rem + 5px) !important;
  border: 1px solid #dee2e6 !important;
}
.select2.select2-container .select2-selection--single.form-control.form-control-sm > .select2-selection__rendered {
  line-height: normal;
}