/* Empty. Add your own CSS if you like */
/* Empty. Add your own CSS if you like */
/*@font-face {*/
/*font-family: 'fontawesome';*/
/*src:url('../fonts/fontawesome-webfont.eot');*/
/*src:url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'),*/
/*url('../fonts/fontawesome-webfont.woff') format('woff'),*/
/*url('../fonts/fontawesome-webfont.ttf') format('truetype'),*/
/*url('../fonts/fontawesome-webfont.svg') format('svg');*/
/*font-weight: normal;*/
/*font-style: normal;*/
/*}*/

@font-face {
  font-family: 'Barlow';
  src: local('Barlow'),
    url(../fonts/Barlow/Barlow-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow-SemiBold';
  src: local('Barlow-SemiBold'),
    url(../fonts/Barlow/Barlow-SemiBold.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow-Medium';
  src: local('Barlow-Medium'),
    url(../fonts/Barlow/Barlow-Medium.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow-Bold';
  src: local('Barlow-Bold'),
    url(../fonts/Barlow/Barlow-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow-ExtraBold';
  src: local('Barlow-ExtraBold'),
    url(../fonts/Barlow/Barlow-ExtraBold.ttf) format('truetype');
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  src: local('Font-Awesome-5-Solid'),
    url('../fonts/Font Awesome 5 Free-Solid-900.otf') format('opentype');
}

.font-regular {
  font-family: Barlow !important;
}
.font-medium {
  font-family: Barlow-Medium !important;
}
.font-semibold {
  font-family: Barlow-SemiBold !important;
}
.font-bold {
  font-family: Barlow-Bold !important;
}
.font-extrabold {
  font-family: Barlow-ExtraBold !important;
}
span.circle-letter {
  background: red;
  font-size: 0.7em;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 15px;
  text-align: center;
  width: 1.6em;
}
span.circle-letter.circle-letter-light {
  background-color: #fff;
  color: #444;
}
span.circle-letter.circle-letter-stable {
  background-color: #f8f8f8;
  color: #444;
}
span.circle-letter.circle-letter-positive {
  background-color: #387ef5;
  color: #fff;
}
span.circle-letter.circle-letter-calm {
  background-color: #11c1f3;
  color: #fff;
}
span.circle-letter.circle-letter-assertive {
  background-color: #ef473a;
  color: #fff;
}
span.circle-letter.circle-letter-balanced {
  background-color: #33cd5f;
  color: #fff;
}
span.circle-letter.circle-letter-energized {
  background-color: #ffc900;
  color: #fff;
}
span.circle-letter.circle-letter-royal {
  background-color: #886aea;
  color: #fff;
}
span.circle-letter.circle-letter-dark {
  background-color: #444;
  color: #fff;
}
span.circle-letter.circle-letter-inactive {
  background-color: #ddd;
  color: #888;
}
.icon.inactive {
  color: #ddd;
}
.button-bar .button.no-padding {
  padding: 0 0;
}
.title-image {
  /*margin-top: -8px;*/
  /*height: 54px;*/
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 0px;
  height: 34px;
}
.title-ico {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -2px;
  height: 40px;
}
.app-title {
  /*display:inline-block; !important;*/
  /*text-align: center;*/
  font-size: 0.5em;
  line-height: 10px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9999;
  width: 70px;
}
.platform-android .bar-subheader.has-tabs-top {
  top: 93px !important;
}

.platform-android .has-subheader.has-tabs-top {
  top: 137px;
}
.platform-android .bar-custom {
  top: 93px;
}
.dco-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url('../img/dc1maxx3.png');
  /*background-size:50%;*/
  /*background-image: url('../favicon.ico');*/
}
.cursor-arrow {
  cursor: default;
}
.efo-chart {
  display: block;
  width: 100%;
  height: 200px;
}
.item.show-desktop {
  overflow: visible;
  z-index: 9;
}
/*angular-chart.css*/
.chart-legend,
.bar-legend,
.stackedbar-legend,
.line-legend,
.pie-legend,
.radar-legend,
.polararea-legend,
.doughnut-legend {
  list-style-type: none;
  margin-top: 5px;
  text-align: center;
  -webkit-padding-start: 0;
  -moz-padding-start: 0;
  padding-left: 0;
}
.chart-legend li,
.bar-legend li,
.stackedbar-legend li,
.line-legend li,
.pie-legend li,
.radar-legend li,
.polararea-legend li,
.doughnut-legend li {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  margin-bottom: 4px;
  border-radius: 5px;
  padding: 2px 8px 2px 28px;
  font-size: smaller;
  cursor: default;
}
.chart-legend li span,
.bar-legend li span,
.stackedbar-legend li span,
.line-legend li span,
.pie-legend li span,
.radar-legend li span,
.polararea-legend li span,
.doughnut-legend li span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 5px;
}

.stackedbar-legend li,
.bar-legend li {
  float: left;
}
@media (max-width: 567px) {
  .show-sm {
    display: inherit;
  }
  .show-md {
    display: inherit;
  }
  .show-lg {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .show-sm {
    display: inherit;
  }
  .show-md {
    display: inherit;
  }
  .show-lg {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .show-sm {
    display: inherit;
  }
  .show-md {
    display: inherit;
  }
  .show-lg {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .show-sm {
    display: none !important;
  }
  .show-md {
    display: none !important;
  }
  .show-lg {
    display: inherit;
  }
}
/*.efo-anim {*/
/*-webkit-transition-property: all;*/
/*-webkit-transition-duration: 0.5s;*/
/*-webkit-transition-timing-function: ease-out;*/
/*-moz-transition-property: all;*/
/*-moz-transition-duration: 0.5s;*/
/*-moz-transition-timing-function: ease-out;*/
/*-ms-transition-property: all;*/
/*-ms-transition-duration: 0.5s;*/
/*-ms-transition-timing-function: ease-out;*/
/*-o-transition-property: all;*/
/*-o-transition-duration: 0.5s;*/
/*-o-transition-timing-function: ease-out;*/
/*}*/
/*.item-animate.ng-hide {*/
/*height:0;*/
/*opacity:0;*/
/*padding:0;*/
/*}*/

/*.item-animate.ng-hide-remove,*/
/*.item-animate.ng-hide-add {*/
/*display: block !important;*/
/*transition: all linear 300ms;*/
/*}*/
/*.item-select-NO .ui-select-container {*/
/*-webkit-appearance: none;*/
/*-moz-appearance: none;*/
/*appearance: none;*/
/*position: absolute;*/
/*top: 0;*/
/*bottom: 0;*/
/*right: 0;*/
/*padding: 14px 48px 16px 16px;*/
/*max-width: 65%;*/
/*border: none;*/
/*background: #fff;*/
/*color: #333;*/
/*text-indent: 0.01px;*/
/*text-overflow: '';*/
/*white-space: nowrap;*/
/*font-size: 14px;*/
/*cursor: pointer;*/
/*direction: rtl; }*/

.animate-enter,
.animate-leave {
  -webkit-transition: 400ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -moz-transition: 400ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -ms-transition: 400ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -o-transition: 400ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  transition: 400ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  position: relative;
  display: block;
}

.animate-leave.animate-leave-active,
.animate-enter {
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  height: 0px;
  opacity: 0;
}

.animate-enter.animate-enter-active,
.animate-leave {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  height: 30px;
  opacity: 1;
}
.pull-right {
  float: right;
}
.col-2x {
  flex: 2;
  -webkit-box-flex: 2;
}
.col-3x {
  flex: 3;
  -webkit-box-flex: 3;
}
.col-4x {
  flex: 4;
  -webkit-box-flex: 4;
}
.col-d2 {
  flex: 0.5;
  -webkit-box-flex: 0.5;
}
.col-b3 {
  flex: 0.333;
  -webkit-box-flex: 0.333;
}
.col-d4 {
  flex: 0.25;
  -webkit-box-flex: 0.25;
}
.col-d5 {
  flex: 0.2;
  -webkit-box-flex: 0.2;
}
.col-wrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.desktop .popup {
  width: 50% !important;
}
.efo-btn-badge {
  position: absolute !important;
  top: -6px !important;
  right: -7px;
  font-size: 0.8em;
}
.efo-changed {
  color: #0c63ee !important;
}
.efo-changing {
  background-color: #e5e5e5 !important;
}
.efo-changing-add,
.efo-changing-remove {
  background-color: white;
  transition: all 0.5s;
  -webkit-transition: all 0.5s ease-in-out;
}
.efo-wysiwyg p {
  padding: 5px;
}
.efo-wysiwyg li {
  list-style: disc;
  font-size: 14px;
  padding: 10px 30px;
  list-style-position: inside;
}
.efo-wysiwyg * {
  white-space: normal !important;
}
.no-padding {
  padding: 0px !important;
}
.no-padding .item-content {
  padding: 0px;
}
.efo-padding {
  padding: 10px !important;
}
.no-border {
  border: 0px !important;
}

.hide {
  display: none !important;
}
.list-button-bar {
  overflow: hidden;
}
.list-button-bar {
  margin: 0 5px;
  overflow: hidden;
}
.list-button-bar .icon-right {
  float: right;
}
.custom-icon-reorder .item-content {
  margin-left: 32px; /*this ensures the handle is visible / / otherwise the content of the ion-item / / blocks the ion-reorder-button*/
}
.ion-navicon:before {
  /*optional styling from my part */
  color: #ccc;
  font-size: 20px;
}
.efo-clickable {
  cursor: pointer;
}
.efo-link {
  cursor: pointer;
  color: #0f9aee;
}
.efo-thin-label {
  padding: 0px 0px 0px 16px;
}

/*@import url(http://fonts.googleapis.com/css?family=Raleway:100);*/
/*@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 100;
    src: local('Raleway Thin'), local('Raleway-Thin'), url(http://fonts.gstatic.com/s/raleway/v10/rr0ijB5_2nAJsAoZ6vECXRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 100;
    src: local('Raleway Thin'), local('Raleway-Thin'), url(http://fonts.gstatic.com/s/raleway/v10/RJMlAoFXXQEzZoMSUteGWFtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
body{
    background:#222;
}
h1{
    color:#4a8df8;
    font-family: 'Raleway', cursive;
    font-weight:100;
    font-stretch:normal;
    font-size:1.6em;
}*/
.load-slider {
  position: absolute;
  /*width:400px;*/
  width: 100%;
  height: 2px;
  /*margin-top:-30px;*/
  z-index: 9999;
}
.load-line {
  position: absolute;
  background: #4a8df8;
  /*width:400px;*/
  width: 100%;
  height: 2px;
}
.load-break {
  position: absolute;
  background: #fff;
  width: 60px;
  height: 2px;
}

.load-dot1 {
  display: none;
  animation: loading-right 2s infinite;
}
.load-dot2 {
  animation: loading-left 2s infinite;
}
/*.load-dot2{ animation: loading 2s 0.5s infinite; }*/
.load-dot3 {
  display: none;
  animation: loading 2s 1s infinite;
}

@keyframes loading-left {
  from {
    left: 0;
  }
  to {
    left: 100%;
  }
}
@keyframes loading-right {
  from {
    right: 0;
  }
  to {
    right: 400px;
  }
}
.button-bar-slim {
  padding: 5px !important;
}
/*.item{background: #222;color:#FFF}*/

@media (min-width: 680px) {
  .modal {
    top: 5% !important;
    bottom: 5% !important;
  }
}
@media (max-width: 767px) {
  .responsive-md .col,
  .responsive-md .col-10,
  .responsive-md .col-20,
  .responsive-md .col-25,
  .responsive-md .col-33,
  .responsive-md .col-34,
  .responsive-md .col-50,
  .responsive-md .col-66,
  .responsive-md .col-67,
  .responsive-md .col-75,
  .responsive-md .col-80,
  .responsive-md .col-90 {
    /*margin-bottom: 0px !important;*/
  }
}
.card.card-scroll-list .list {
  height: 250px;
  overflow-y: auto;
}
.item.item-selected {
  background: #437663;
}
.chicklet {
  text-align: center;
  background: #d1d3d6;
  border: 1px solid #4b8bf4;
  border-radius: 5px;
  margin: 2px;
  line-height: 1em;
}
/* Drag and Drop */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.my-drop-zone {
  border: dotted 3px lightgray;
  text-align: center;
  line-height: 1.3em;
  font-size: 14px;
  /*overflow: hidden;*/
}
.my-drop-zone.selected-folder {
  border: dotted 3px #4b8bf4;
  font-weight: bold;
  /*overflow: hidden;*/
}
.nv-file-over {
  border: dotted 3px red;
} /* Default class applied to drop zones on over */
.another-file-over-class {
  border: dotted 3px green;
}

.job-file.selected > a {
  background: #f0f8ff; /*aliceblue*/
  color: #4b8bf4;
}
.job-file-type:hover {
}

/*--ngDragging example ---*/
[ng-drag],
[ng-drag-clone] {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.drag-object,
[ng-drag-clone],
[ng-drop] [ng-drag] {
  width: 100px;
  height: 100px;
  /*background: rgba(255,0,0, 0.5);*/
  color: white;
  text-align: center;
  /*padding-top:40px;*/
  display: inline-block;
  margin: 0 10px;
  cursor: move;
  position: relative;
  overflow: hidden;
}
.drag-object [ng-drag] {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}
[ng-drag-clone] {
  margin: 0;
}
[ng-drag].drag-over {
  border: solid 1px red;
}
[ng-drag].dragging {
  opacity: 0.5;
}
[ng-drop] {
  /*background: rgba(0,255,0, 0.5);*/
  /*text-align: center;*/
  /*width: 600px;*/
  /*height: 200px;*/
  /*padding-top:90px;*/
  /*display: block;*/
  /*margin:20px auto;*/
  /*position: relative;*/
}
[ng-drop].drag-enter {
  border: dotted 3px red;
  /*font-weight: bold;*/
  /*border:solid 5px red;*/
}
[ng-drop] span.title {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 20px;
  margin-left: -100px;
  margin-top: -10px;
}
[ng-drop] div {
  position: relative;
  z-index: 2;
}
div.campaign-chicklet {
  width: 300px;
  height: 150px;
  /*border: 1px solid black;*/
  border-width: 2px;
  border-style: solid;
  /*background: #EFEFEF;*/
  border-radius: 10px;
  margin: 5px 5px 0px 5px;
  padding: 10px;
}
div.campaign-kpi {
  width: 200px;
  height: 60px;
  /*border: 1px solid black;*/
  border-width: 2px;
  border-style: solid;
  background: #efefef;
  border-radius: 10px;
  margin: 5px 5px 5px 5px;
  padding: 10px;
}
div.campaign-kpi .value {
  font-weight: bold;
  font-size: 2em;
}
div.campaign-kpi .unit {
  font-weight: bold;
  font-size: 1em;
}

div.vehicle {
  width: 300px;
  height: 270px;
  /*border: 1px solid black;*/
  border-width: 2px;
  border-style: solid;
  /*background: #EFEFEF;*/
  border-radius: 10px;
  margin: 5px 5px 0px 5px;
  padding: 10px;
}
/*.menu.menu-left{*/
/*    width: calc(200px) !important;*/
/*}*/
/*.menu-open .menu-content{*/
/*    transform: translate3d(calc(200px), 0px, 0px) !important;*/
/*}*/
/*#dealer-wrap { width: 600px; height: 390px; padding: 0; overflow: hidden; }*/
#dealer-wrap {
  width: 1280px;
  height: 1024px;
  padding: 0;
  overflow: hidden;
}
#dealer-frame {
  width: 1280px;
  height: 1024px;
  border: 1px solid black;
}
/*#dealer-frame {*/
/*    -ms-zoom: 0.75;*/
/*    -moz-transform: scale(0.75);*/
/*    -moz-transform-origin: 0 0;*/
/*    -o-transform: scale(0.75);*/
/*    -o-transform-origin: 0 0;*/
/*    -webkit-transform: scale(0.75);*/
/*    -webkit-transform-origin: 0 0;*/
/*}*/
#dealer-frame {
  -ms-zoom: 1;
  -moz-transform: scale(0.6);
  -moz-transform-origin: 0 0;
  -o-transform: scale(0.6);
  -o-transform-origin: 0 0;
  -webkit-transform: scale(0.6);
  -webkit-transform-origin: 0 0;
}
.CodeMirror {
  font-size: 0.7em;
}
.imgfill {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.imgfill img {
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
}
.row-sm {
  font-size: 0.8em;
}
/*.egi-form{*/
/*    background: #f8f8f8; !*stable*!*/
/*}*/
/*.egi-form label{*/
/*    border:0px !important;*/
/*    background: #f8f8f8; !*stable*!*/
/*}*/
.dt {
  width: 1000px;
  /*margin: 50px auto;*/
  height: 400px;
}

.truncate {
  /*width: 250px;*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.menu-disabled {
  color: #555 !important;
}
/*My Stuff -- MJS*/
.ng-valid[required],
.ng-valid.required,
ng-selectize.ng-valid input {
  border-left: 5px solid #42a948; /* green */
}

.ng-invalid:not(form) .ng-invalid:not(ng-selectize),
ng-selectize.ng-invalid .selectize-input {
  border-left: 5px solid #a94442 !important; /* red */
}
.list-item {
  border-bottom: 2px solid #f6f6f6;
}
.list-item:hover {
  background: #f6f6f6;
}
.list-item.selected {
  background: #f6f6f6;
  color: #555;
}
.hidden {
  display: none !important;
}
.states :hover:not(.active) {
  fill: blue;
}
.states .active {
  fill: orange;
}

.state-borders {
  fill: none;
  stroke: #fff;
  stroke-width: 0.5px;
  stroke-linejoin: round;
  stroke-linecap: round;
  pointer-events: none;
}
.map .zips .active {
  fill: #7774e7;
}
.map .competitor.selected {
  /*fill: #ff3c7e;*/
  fill: red;
}
.map circle.started,
.usmap circle.started {
  fill: darkviolet !important;
  z-index: 100;
}
.map circle.finished,
.usmap circle.finished {
  fill: limegreen !important;
  z-index: 50;
}
.zip-table tr.selected {
  background: #d8d8d8;
}
.rw-table .selected {
  background: aliceblue;
}

.map .zips :hover:not(.active) {
  fill: blue;
}

.datatable-body-row {
  border-bottom: 1px solid #dee2ed;
  line-height: 1.8;
}
.datatable-header {
  border-bottom: 1px solid #dee2ed;
  line-height: 1.8;
}
.datatable-header-cell {
  line-height: 1.8;
  color: #515365;
  font-weight: bold;
}

.datatable-body-cell,
.datatable-header-cell {
  line-height: 1.8;
  padding: 0.75rem;
}
.ngx-datatable {
  border: 1px solid #dee2ed;
}

table.dataTable td.nowrap {
  white-space: nowrap;
}

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

div.omt-legacy-menu div {
  border: 1px solid gray;
  margin: 10px;
  padding: 10px;
  font-size: 16px;
}

table.no-user-select,
table.no-user-select tr,
table.no-user-select td {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.carousel-control-prev:hover {
  background: rgba(0, 0, 0, 0.7);
}
.carousel-control-next:hover {
  background: rgba(0, 0, 0, 0.7);
}
.carousel-indicators li {
  background: lightslategrey !important;
}
.carousel-indicators li.active {
  background: rgba(0, 0, 0, 1) !important;
}

/* Progress bar stuff*/
.progress-bar {
  -webkit-transition-property: width;
  -webkit-transition-duration: 2s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-property: width;
  -moz-transition-duration: 2s;
  -moz-transition-timing-function: ease-out;
  -ms-transition-property: width;
  -ms-transition-duration: 2s;
  -ms-transition-timing-function: ease-out;
  -o-transition-property: width;
  -o-transition-duration: 2s;
  -o-transition-timing-function: ease-out;
}
.progress-bar-linear {
  -webkit-transition-timing-function: linear !important;
  -moz-transition-timing-function: linear !important;
  -ms-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
}
.anim-1s {
  -webkit-transition-duration: 1s !important;
  -moz-transition-duration: 1s !important;
  -ms-transition-duration: 1s !important;
  -o-transition-duration: 1s !important;
}

.anim-2s {
  -webkit-transition-duration: 2s !important;
  -moz-transition-duration: 2s !important;
  -ms-transition-duration: 2s !important;
  -o-transition-duration: 2s !important;
}

.anim-3s {
  -webkit-transition-duration: 3s !important;
  -moz-transition-duration: 3s !important;
  -ms-transition-duration: 3s !important;
  -o-transition-duration: 3s !important;
}

.anim-4s {
  -webkit-transition-duration: 4s !important;
  -moz-transition-duration: 4s !important;
  -ms-transition-duration: 4s !important;
  -o-transition-duration: 4s !important;
}

.anim-5s {
  -webkit-transition-duration: 5s !important;
  -moz-transition-duration: 5s !important;
  -ms-transition-duration: 5s !important;
  -o-transition-duration: 5s !important;
}

.anim-6s {
  -webkit-transition-duration: 6s !important;
  -moz-transition-duration: 6s !important;
  -ms-transition-duration: 6s !important;
  -o-transition-duration: 6s !important;
}
.anim-7s {
  -webkit-transition-duration: 6s !important;
  -moz-transition-duration: 6s !important;
  -ms-transition-duration: 6s !important;
  -o-transition-duration: 6s !important;
}
.anim-8s {
  -webkit-transition-duration: 6s !important;
  -moz-transition-duration: 6s !important;
  -ms-transition-duration: 6s !important;
  -o-transition-duration: 6s !important;
}
.anim-9s {
  -webkit-transition-duration: 6s !important;
  -moz-transition-duration: 6s !important;
  -ms-transition-duration: 6s !important;
  -o-transition-duration: 6s !important;
}
.anim-10s {
  -webkit-transition-duration: 10s !important;
  -moz-transition-duration: 10s !important;
  -ms-transition-duration: 10s !important;
  -o-transition-duration: 10s !important;
}

.anim-20s {
  -webkit-transition-duration: 20s !important;
  -moz-transition-duration: 20s !important;
  -ms-transition-duration: 20s !important;
  -o-transition-duration: 20s !important;
}

.anim-30s {
  -webkit-transition-duration: 30s !important;
  -moz-transition-duration: 30s !important;
  -ms-transition-duration: 30s !important;
  -o-transition-duration: 30s !important;
}

.anim-60s {
  -webkit-transition-duration: 60s !important;
  -moz-transition-duration: 60s !important;
  -ms-transition-duration: 60s !important;
  -o-transition-duration: 60s !important;
}

div.data-completed .progress-bar,
.progress-bar.data-completed {
  -webkit-transition-duration: 1s !important;
  -moz-transition-duration: 1s !important;
  -ms-transition-duration: 1s !important;
  -o-transition-duration: 1s !important;
  width: 100% !important;
}
.ad-displayer .infocus {
  border: 3px solid #0f9ae5;
  outline: auto;
}
.btn.selected {
  background: #d4deee;
}
/*facebook ad stuff*/
div._42nr._1mtp {
  display: flex !important;
  flex-direction: row !important;
}

.center-cropped {
  width: 100px;
  height: 100px;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  overflow: hidden;
}

/* Set the image to fill its parent and make transparent */
.center-cropped img {
  min-height: 100%;
  min-width: 100%;
  /* IE 8 */
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* modern browsers */
  opacity: 0;
}

.cropper {
  position: relative;
  width: 150px;
  height: 150px;
  overflow: hidden;
}
.cropper-300x200 {
  position: relative;
  width: 300px;
  height: 200px;
  overflow: hidden;
}
.cropper img,
.cropper-300x200 img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mike-0 {
  overflow-y: hidden;
  overflow-x: scroll;
  /*border:2px solid grey;*/
}
.mike-1 {
}
.mike-2 {
  white-space: nowrap;
  height: 220px;
  position: relative;
  overflow-y: hidden;
  /*border:2px solid red;*/
  width: 2000px;
}
.mike-3 {
  float: left;
}
.mike-4 {
}
.mike-5 {
}

.black-theme {
  background: black;
  color: whitesmoke;
}
.black-theme .card {
  background: black;
  color: whitesmoke;
}
.card .list-group {
  padding-left: 20px;
  padding-right: 20px;
}
.card .list-group-item {
  border-left: 0px;
  border-right: 0px;
  padding: 5px;
}
.card .list-group-item:first-child {
  border-top: 0px;
}
.card .list-group-item:last-child {
  border-bottom: 0px;
}
table th.sortable {
  cursor: pointer;
}
table th.sortable::after {
  /*content: url('../images/small_triangle.png');*/
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
table th.sorted-asc::after {
  /*font: normal normal normal 14px/1 FontAwesome;*/
  font-family: FontAwesome;
  content: '\f15d';
}
table th.sorted-desc::after {
  /*font: normal normal normal 14px/1 FontAwesome;*/
  font-family: FontAwesome;
  content: '\f15e';
}
table th.sortable:hover {
  background: #f6f6f6;
}

/*from elder ford staff.aspx*/
.img-circle-wrap {
  position: relative;
  border-radius: 50%;
  padding-top: 70%;
  width: 70%;
  overflow: hidden;
}
.img-circle-wrap .employee-pic,
.img-circle-wrap .profile-pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

ul.efo-list {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  position: relative;
}
ul.efo-list li {
  position: relative;
  display: block;
}
ul.efo-list li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  font-weight: 500;
  font-size: 15px;
  white-space: nowrap;
}
ul.efo-list li > a .icon-holder {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  position: relative;
  left: 0;
  margin-right: 14px;
  font-size: 17px;
  border-radius: 6px;
}
ul.efo-list li > a .title {
  display: inline-block;
}
ul.efo-list li > a .arrow {
  position: absolute;
  right: 50px;
  line-height: 40px;
  font-size: 10px;
}
div.efo-list {
  margin: 0;
  padding: 0;
  left: 0 !important;
  top: 0 !important;
  position: absolute !important;
  z-index: 1;
}
div.efo-list > div {
  position: absolute;
}
div.efo-list .item-icon-right {
  padding-right: 54px;
}
div.efo-list .item-icon-left {
  padding-left: 54px;
}
div.efo-list .item-icon-left.item-icon-right .icon:first-child {
  right: auto;
}
div.efo-list .item-icon-left .icon {
  left: 11px;
}
div.efo-list .item-icon-right .icon {
  right: 11px;
}
div.efo-list .item-icon-left .icon,
.item-icon-right .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  height: 100%;
  font-size: 32px;
}

div.efo-list .item-icon-left .icon-accessory,
.item-icon-right .icon-accessory {
  color: #ccc;
  font-size: 16px;
}
div.efo-list .item-icon-right .icon-accessory {
  right: 3px;
}
div.efo-list .item-icon-left .icon-accessory {
  left: 3px;
}
.item-icon-left.item-icon-right .icon:last-child,
.item-icon-left .item-delete .icon {
  left: auto;
}

.table {
  color: #888da8;
}
.text-strikethru {
  text-decoration: line-through;
  opacity: 0.3;
}

.table-lg > tbody > tr > td {
  padding: 10px !important;
}
.picture {
  position: relative;
  height: 200px;
}
.picture img {
  position: absolute;
  object-fit: cover;
  object-position: center;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.oem-performance-report .text-gray i {
  opacity: 0.2;
}
.oem-performance-report i.text-success,
.oem-performance-report i.text-info,
.oem-performance-report i.text-warning {
  opacity: 1;
}

::-webkit-scrollbar {
  background-color: rgba(0, 0, 0, 0);
  width: 5px;
  height: 7px;
  z-index: 999999;
}

::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  border: 0px solid #fff;
}

::-webkit-scrollbar-button {
  display: none;
}
:hover::-webkit-scrollbar-thumb {
  background-color: #a0a0a5;
}

::-webkit-scrollbar:hover {
  background-color: rgba(200, 200, 200, 0.3);
}

::-webkit-scrollbar-thumb:hover {
  background-color: #a0a0a5;
  border: 1px solid #fff;
}

::-webkit-scrollbar-track:hover {
  background-color: rgba(200, 200, 200, 0.3);
  border-radius: 6px;
}
