@charset "UTF-8";
.sk-fading-circle {
  margin: 20% auto;
  width: 60px;
  height: 60px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.select-page {
  width: 50px;
  text-align: center;
}

.pagination li a input {
  padding: 0;
  margin: -5px 0;
}

thead th {
  cursor: pointer;
}

html {
  height: 100%;
}

body {
  height: 100%;
}

.nav,
.pagination,
.carousel,
.panel-title a,
.clickable,
.list-group a {
  cursor: pointer;
}

.panel,
.add-shadow {
  box-shadow: 2px 2px 10px gray;
}

.btn-default {
  background-color: #fff;
}

.panel-heading {
  background-color: #B8B8B8 !important;
  font-weight: bolder;
}

.error {
  background-color: red;
}

.action-button {
  float: right;
  margin-top: -3px;
  margin-left: 10px;
}

.panel-heading {
  font-size: 16px;
}

.list-group:not(.full-length) {
  max-height: 600px;
  overflow: auto;
}

.input-group {
  margin: 0 auto;
}

.modal-title {
  text-align: center;
}

#formDiv {
  height: 280px;
}

textarea {
  resize: none;
}

#floating-form {
  opacity: 0.6;
  position: absolute;
  background-color: black;
  border-radius: 5px;
  width: 100px;
  height: 100px;
}

#inner-form {
  position: absolute;
  width: 80px;
  height: 80px;
  margin: 10px 0 0 10px;
}

#totalid {
  text-align: center;
  font-size: 12px;
  padding: 8px 6px;
}

.config-print td {
  text-align: left;
  height: 10px !important;
  padding: 1px !important;
}

@media screen {
  .print-only {
    display: none;
  }
}
@media print {
  header nav,
  footer,
  .navbar,
  #estimateConfigControls,
  .no-print {
    display: none;
  }
  @page {
    margin: 0.75cm;
  }
  .config-print {
    font-size: 14px;
  }
  .config-print td {
    text-align: left;
    padding: 0px;
  }
}
th,
td,
tr {
  vertical-align: middle !important;
}

.inner-table {
  margin: 0;
  /*border-collapse: collapse;*/
  border-style: hidden;
}

.inner-table td,
.inner-table th {
  /*border: 1px solid gray;*/
}

/* pc  */
@media screen {
  #wrapper {
    min-height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    display: inline-block;
  }
  #main-wrapper {
    overflow: none;
  }
  #sidebar-wrapper {
    height: 100%;
    position: fixed;
    border-right: 1px solid gray;
  }
  #lg-sidebar-wrapper {
    height: calc(100% - 100px) !important;
    position: fixed;
    border-right: 1px solid gray;
  }
  .lg-trailers-list {
    height: calc(100% - 85px) !important;
  }
  .lg-height-full {
    height: 100%;
  }
  .lg-overflow-auto {
    overflow: auto;
  }
  .lg-content-container {
    margin-top: 67px;
    height: 100%;
  }
  .lg-body-with-header {
    height: calc(100% - 45px);
  }
  .lc-body-with-header {
    height: calc(100% - 45px);
  }
  .lc-align-center {
    text-align: center;
  }
  .lc-body-with-25 {
    height: calc(100% - 25px);
  }
  .lc-body-with-65 {
    height: calc(100% - 65px);
  }
  .lg-body-with-75 {
    height: calc(100% - 75px);
  }
  .lc-body-with-105 {
    height: calc(100% - 105px);
  }
  .lc-body-with-140 {
    height: calc(100% - 140px);
  }
  .lc-body-with-180 {
    height: calc(100% - 180px);
  }
  .lc-table-container {
    height: calc(100% - 105px) !important;
    overflow: auto !important;
  }
}
@media screen and (max-width: 992px) {
  .lc-table-container {
    height: calc(100% - 120px) !important;
  }
}
@media screen {
  .p-t-0 {
    padding-top: 0px !important;
  }
  .m-b-0 {
    margin-bottom: 0px !important;
  }
  .p-b-20 {
    padding-bottom: 20px !important;
  }
  .p-0 {
    padding: 0 !important;
  }
  .p-15 {
    padding: 15px !important;
  }
  .p-l-0 {
    padding-left: 0 !important;
  }
  .p-l-25 {
    padding-left: 25px !important;
  }
  .p-l-20 {
    padding-left: 20px !important;
  }
  .p-t-5 {
    padding-top: 5px !important;
  }
  .m-t-10 {
    margin-top: 10px !important;
  }
  .m-t-15 {
    margin-top: 15px !important;
  }
  .m-t-25 {
    margin-top: 25px !important;
  }
  .m-15 {
    margin: 15px !important;
  }
  .m-l-0 {
    margin-left: 0px !important;
  }
  .m-l-15 {
    margin-left: 15px !important;
  }
  .m-r-10 {
    margin-right: 10px;
  }
  .m-t-30 {
    margin-top: 30px !important;
  }
  .m-t-50 {
    margin-top: 50px !important;
  }
  .m-b-10 {
    margin-bottom: 10px !important;
  }
  .m-b-50 {
    margin-bottom: 50px !important;
  }
  .w-100 {
    width: 100% !important;
  }
  .w-45 {
    width: 45% !important;
  }
  .w-49 {
    width: 49% !important;
  }
  .w-50 {
    width: 50% !important;
  }
  .w-10 {
    width: 10% !important;
  }
  .w-15 {
    width: 15% !important;
  }
  .w-20 {
    width: 20% !important;
  }
  .w-40 {
    width: 40% !important;
  }
  .w-90 {
    width: 90% !important;
  }
  .w-200px {
    width: 200px !important;
  }
  .inline-block {
    display: inline-block;
  }
}
@media screen and (max-width: 992px) {
  .lg-right-panel {
    margin-top: 30px;
  }
  .lc-right-panel {
    margin-top: 30px;
  }
}
@media screen {
  .lc-panel-new {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 17px;
    display: inline-block;
    background: #fff;
    border: 1px solid #E6E9ED;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    opacity: 1;
    transition: all 0.2s ease;
  }
  .lc-panel-new-title {
    border-bottom: 2px solid #E6E9ED;
    padding: 1px 5px 6px;
    margin-bottom: 10px;
  }
  .lc-panel-new-content {
    padding: 0 5px 6px;
    position: relative;
    width: 100%;
    margin-top: 5px;
  }
  .lc-height-full {
    height: 100%;
  }
  .lc-height-with-15 {
    height: calc(100% - 15px);
  }
  .lc-content-container {
    position: relative;
    top: 67px;
    height: calc(100% - 70px);
  }
  .lc-content-container-trailerconfig {
    height: calc(100% - 75px);
    width: 99%;
  }
  .lc-overflow-auto {
    overflow: auto;
  }
  .m-t-80 {
    margin-top: 80px;
  }
  .m-t-45 {
    margin-top: 45px !important;
  }
  .p-r-0 {
    padding-right: 0px !important;
  }
  .p-l-30 {
    padding-left: 30px !important;
  }
  .lc-color-green {
    color: #4caf50;
  }
  .lc-with-80 {
    height: calc(100% - 80px);
  }
  .lc-body-with-45 {
    height: calc(100% - 45px) !important;
  }
  .lc-body-with-50 {
    height: calc(100% - 50px) !important;
  }
  .lc-body-with-60 {
    height: calc(100% - 60px) !important;
  }
  .lc-c-white {
    color: #fff;
  }
  .admin-items-list-group {
    max-height: none !important;
    margin: 0px !important;
  }
  .admin-items-button-group {
    width: 240px;
  }
  .search-icon-container {
    position: absolute;
    left: 10px;
    top: 8px;
  }
  .btn-search-user {
    position: absolute;
    right: -35px;
    top: 0px;
    padding: 3px 10px 4px !important;
  }
  .search-arrow {
    font-size: 11px !important;
    color: #fff;
    font-weight: 100 !important;
  }
}
@media screen {
  /* KENDO OVERIDES */
  .k-grid td {
    border-style: solid;
    border-width: 0 0 1px 1px !important;
    border-right: none !important;
    border-left: none !important;
  }
  .k-state-selected {
    background-color: #4caf50 !important;
    border-color: #4caf50 !important;
  }
  .k-tooltip {
    background: #737373 !important;
    color: #fff !important;
    font-size: 12px !important;
    background-image: none;
  }
  .k-callout.k-callout-s {
    background-image: none;
    border-top-color: #737373;
  }
  /* KENDO OVERIDES */
  .lc-bg-gray {
    background-color: #9E9E9E;
  }
  .lc-overflow-y-auto {
    overflow-y: auto;
  }
  /* pc  */
  .btn-success {
    /*color: #4caf50 !important;*/
  }
  .btn-link {
    color: #2196f3;
    font-weight: normal;
    border-radius: 0;
  }
  .btn-link,
  .btn-link:active,
  .btn-link.active,
  .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none;
  }
  .btn-link,
  .btn-link:hover,
  .btn-link:focus,
  .btn-link:active {
    border-color: transparent;
  }
  .btn-link:hover,
  .btn-link:focus {
    color: #0a6ebd;
    text-decoration: none;
    background-color: transparent;
  }
  .btn-link[disabled]:hover,
  fieldset[disabled] .btn-link:hover,
  .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
  .view-frame {
    height: 100%;
  }
  #sidebar {
    position: relative;
    height: 100%;
    overflow-y: auto;
  }
  #sidebar .list-group-item {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
  }
}
@media (max-width: 992px) {
  body {
    padding-top: 0px;
  }
}
@media (min-width: 992px) {
  #main-wrapper {
    float: right;
  }
}
@media (max-width: 992px) {
  #main-wrapper {
    padding-top: 0px;
  }
  #main {
    margin-top: 20px;
  }
}
@media (max-width: 992px) {
  #sidebar-wrapper {
    position: static;
    height: auto;
    max-height: 300px;
    border-right: 0;
  }
}
.animate-repeat.ng-move,
.animate-repeat.ng-enter {
  transition: all ease 0.2s;
}

.animate-repeat.ng-leave {
  transition: all ease-out 0.2s;
}

.animate-repeat.ng-leave.ng-leave-active,
.animate-repeat.ng-move,
.animate-repeat.ng-enter {
  opacity: 0;
  /*max-height:0;*/
}

.animate-repeat.ng-leave,
.animate-repeat.ng-move.ng-move-active,
.animate-repeat.ng-enter.ng-enter-active {
  opacity: 1;
  /*max-height:30px;*/
}

.well {
  border-radius: 15px;
  background-color: white;
  box-shadow: 1px 1px 1px #888888;
}

.logo {
  width: 240px;
  margin: auto;
}

.admin-item-row .form-group {
  margin-bottom: 0px;
}

.admin-item-row {
  right: 0;
}

.admin-item-row .form-group.row > div,
.admin-item-row .form-group.row > label {
  display: inline-block;
}

.ui-sortable-helper td:first-child {
  width: 4%;
}

.ui-sortable-helper td:nth-child(2) {
  width: 30%;
}

.ui-sortable-helper td:nth-child(3) {
  width: 22%;
}

.ui-sortable-helper td:nth-child(4) {
  width: 21%;
}

.ui-sortable-helper td:last-child {
  width: 15%;
}

/*#categories tr .td-4{
  width: 4%;
}
#categories tr .td-35 {
  width: 35%;
}
#categories tr .td-20 {
  width: 20%;
}*/
.navbar-collapse > ul {
  width: 100%;
}

@media (min-width: 768px) {
  .logout {
    margin-right: 10px;
  }
}
.lc-navbar {
  /*background-color: #5F5F5F;*/
  background-color: #282828;
}

.lc-navbar > li > a {
  /*color:white !important;*/
  color: #FFFFFF !important;
}

.lc-navbar > li > a:hover {
  color: #FFFFFF !important;
  border-bottom: 6px solid #FFFFFF !important;
  /*background-color:#B8B8B8 !important;*/
}

.lc-navbar-brand {
  /*color:white !important;*/
  color: #FFFFFF !important;
  text-decoration: none;
}

.lc-navbar-brand:hover {
  color: white !important;
}

.lc-navbar > .active > a {
  color: #FFFFFF !important;
  border-bottom: 6px solid #909090 !important;
  background-color: #484848 !important;
}

.lc-navbar > .active > a:hover {
  color: #FFFFFF !important;
  border-bottom: 6px solid #909090 !important;
  background-color: #484848 !important;
}

.view-container {
  padding: 18px !important;
  height: 100%;
}

.lc-btn {
  background-color: #222824;
  color: #FFFFFF !important;
  /*border-color: #505d54;*/
}

.lc-btn:hover {
  background-color: #39433c;
  /*border-color: #505d54;*/
  color: #FFFFFF;
}

.lc-btn-delete {
  background-color: #B80000;
  color: #FFFFFF !important;
  /*border-color: #673432;*/
}

.lc-c-red {
  color: #B80000 !important;
}

.lc-btn-delete:hover {
  background-color: #A53434;
  color: #FFFFFF;
  /*border-color: #942e2e;*/
}

.lc-btn-light {
  background-color: #888888;
  color: #FFFFFF !important;
  border-color: #819285;
}

.lc-btn-light:hover {
  background-color: #909090;
  color: #FFFFFF !important;
  border-color: #738678;
}

.lc-modal-title {
  background-color: #606060 !important;
  color: #FFFFFF !important;
  margin-bottom: 36px;
  box-shadow: 0 3px #ECE7DF;
}

a.list-group-item.active {
  /* background-color: #505050 !important;
   border-color: #000000 !important;*/
}

.lc-panel {
  background-color: #B8B8B8;
}

.lc-btn-blue {
  background-color: #006699;
  color: #FFFFFF;
  border-color: #006699;
}

.lc-btn-green {
  background-color: #336600;
  color: white;
  /*border-color: #336600;*/
}

/*bgm buttons*/
.bgm-white {
  background-color: #ffffff !important;
}

.c-white {
  color: #ffffff !important;
}

.bgm-black {
  background-color: #000000 !important;
}

.c-black {
  color: #000000 !important;
}

.bgm-brown {
  background-color: #795548 !important;
}

.c-brown {
  color: #795548 !important;
}

.bgm-pink {
  background-color: #e91e63 !important;
}

.c-pink {
  color: #e91e63 !important;
}

.bgm-red {
  background-color: #f44336 !important;
}

.c-red {
  color: #f44336 !important;
}

.bgm-blue {
  background-color: #2196f3 !important;
}

.c-blue {
  color: #2196f3 !important;
}

.bgm-purple {
  background-color: #9c27b0 !important;
}

.c-purple {
  color: #9c27b0 !important;
}

.bgm-deeppurple {
  background-color: #673ab7 !important;
}

.c-deeppurple {
  color: #673ab7 !important;
}

.bgm-lightblue {
  background-color: #03a9f4 !important;
}

.c-lightblue {
  color: #03a9f4 !important;
}

.bgm-cyan {
  background-color: #00bcd4 !important;
}

.c-cyan {
  color: #00bcd4 !important;
}

.bgm-teal {
  background-color: #009688 !important;
}

.c-teal {
  color: #009688 !important;
}

.bgm-green {
  background-color: #4caf50 !important;
}

.c-green {
  color: #4caf50 !important;
}

.bgm-lightgreen {
  background-color: #8bc34a !important;
}

.c-lightgreen {
  color: #8bc34a !important;
}

.bgm-lime {
  background-color: #cddc39 !important;
}

.c-lime {
  color: #cddc39 !important;
}

.bgm-yellow {
  background-color: #ffeb3b !important;
}

.c-yellow {
  color: #ffeb3b !important;
}

.bgm-amber {
  background-color: #ffc107 !important;
}

.c-amber {
  color: #ffc107 !important;
}

.bgm-orange {
  background-color: #ff9800 !important;
}

.c-orange {
  color: #ff9800 !important;
}

.bgm-deeporange {
  background-color: #ff5722 !important;
}

.c-deeporange {
  color: #ff5722 !important;
}

.bgm-gray {
  background-color: #9e9e9e !important;
}

.c-gray {
  color: #9e9e9e !important;
}

.bgm-bluegray {
  background-color: #607d8b !important;
}

.c-bluegray {
  color: #607d8b !important;
}

.bgm-indigo {
  background-color: #3f51b5 !important;
}

.c-indigo {
  color: #3f51b5 !important;
}

.bgm-lightgray {
  background-color: #B8B8B8 !important;
}

.lc-table {
  background-color: white;
  box-shadow: 2px 2px 10px gray;
}

.lc-table > thead {
  background-color: #b8b8b8;
}

.lc-logo {
  width: 150px;
  margin-right: 2px;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  border-radius: 0px 0px 7px 0px;
  box-shadow: 2px 2px 10px gray;
}

/*Changes Mateo*/
.lc-btn-margin {
  margin-bottom: 36px;
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  position: absolute;
  left: calc(50% - 60px);
  top: calc(50% - 60px);
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.st-sort-ascent:before {
  content: "▲";
}

.st-sort-descent:before {
  content: "▼";
}

.st-selected {
  background-color: #d9edf7 !important;
}

.dealer-estimates-container {
  height: calc(100% - 90px);
}

.dealer-estimates-list-container {
  height: calc(100% - 15px);
}

.dealer-estimates-list {
  height: 100%;
}

#admin-trailers-container {
  margin-top: 70px;
  height: 100%;
}

@media (max-width: 580px) {
  #categories {
    font-size: 11px;
  }
}
.form-group.required .control-label:after {
  content: "*";
  color: red;
  margin-left: 2px;
}

.btn-link-lc {
  text-transform: uppercase !important;
  background-color: transparent;
}

#estimatesGrid .k-grid-content {
  height: calc(100% - 71px) !important;
}
#estimatesGrid .k-grid-content .k-state-selected input {
  color: #333;
}

#estimatesGrid .k-grid-header th.k-header > .k-link {
  overflow: visible;
}

.k-grid-header th.k-header {
  border-width: 0 0 1px 0px !important;
}

.lc-search-container {
  position: relative;
  width: 200px;
  height: 30px;
  display: inline-block;
}

/*custom buttons*/
.btn-circle {
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 1px 0;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 50px;
  /*box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2)
  -webkit-box-shadow: 7px 7px 2px -3px rgba(204,204,204,0.53);
  -moz-box-shadow: 7px 7px 2px -3px rgba(204,204,204,0.53);
  box-shadow: 7px 7px 2px -3px rgba(204,204,204,0.53);*/
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.28);
}

.btn-circle:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.28);
  /*
  -webkit-box-shadow: 10px 10px 8px -4px rgba(204,204,204,0.8);
  -moz-box-shadow: 10px 10px 8px -4px rgba(204,204,204,0.8);
  box-shadow: 10px 10px 8px -4px rgba(204,204,204,0.8);*/
  -webkit-transform: scale(1);
          transform: scale(1);
}

.btn-circle-sm {
  width: 25px;
  height: 25px;
  text-align: center;
  padding: 1px 0;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 50px;
  /*box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2)
  -webkit-box-shadow: 7px 7px 2px -3px rgba(204,204,204,0.53);
  -moz-box-shadow: 7px 7px 2px -3px rgba(204,204,204,0.53);
  box-shadow: 7px 7px 2px -3px rgba(204,204,204,0.53);*/
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.28);
}

.btn-circle-sm:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.28);
  /*
  -webkit-box-shadow: 10px 10px 8px -4px rgba(204,204,204,0.8);
  -moz-box-shadow: 10px 10px 8px -4px rgba(204,204,204,0.8);
  box-shadow: 10px 10px 8px -4px rgba(204,204,204,0.8);*/
  -webkit-transform: scale(1);
          transform: scale(1);
}

.div-center-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumb {
  font-size: 16px;
  color: black;
  top: -32px;
  position: relative;
  left: 0px;
  padding-left: 155px;
  margin-right: -20px;
  margin-bottom: -37px;
}

.breadcrumb a {
  font-size: 16px;
  margin-right: 10px;
  text-decoration: underline;
  text-transform: uppercase;
  color: #3c763d;
}

.btn-addtrailer {
  position: relative;
  top: 18px;
  right: 35px;
  font-weight: 500;
}

.btn-addtrailer:hover {
  text-decoration: none;
}

.search-trailer {
  position: absolute;
  left: 22px;
  top: 28px;
  z-index: 1;
  font-size: 16px !important;
}

.nav-tabs {
  border-bottom: none;
  box-shadow: inset 0 -2px 0 0 #eeeeee;
}

.nav-tabs > li > a {
  transition: box-shadow;
  transition-duration: 350ms;
}

.nav-tabs > li.active > a {
  box-shadow: inset 0 -2px 0 0 #3B78E7;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border: none;
  color: #000;
}

.nav-tabs > li:not(.active) > a {
  color: #555;
}

.nav-tabs > li:not(.active) > a:hover {
  background: transparent;
  border-color: #fff;
  color: #555;
}

.tab-content {
  height: 100%;
}

.tab-content > .active {
  height: 100%;
}

.panel-body.lc-body-with-header .active {
  height: 100%;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
  background-color: #fff;
}

.panel-default > .panel-heading + .panel-collapse .panel-body:hover {
  background-color: #fff;
}

.accordion-toggle {
  width: 100%;
  display: inline-block;
  padding: 10px;
}

#admin-trailer-view .panel-heading {
  padding: 0;
}

.b-transparent {
  background: transparent;
}

.b-transparent:hover {
  background: transparent;
}

#usersGrid .k-grid-content {
  height: calc(100% - 69px);
}

.lc-input {
  border-color: rgb(230, 230, 230);
}

input {
  /*outline:none !important;*/
}

.lc-input:hover {
  -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.search-dealership-container {
  background-color: #fff;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 45px;
}

.search-dealership-container .search-icon-container {
  left: 20px !important;
  top: 22px !important;
}

.btn-add-user-container {
  display: inline-block;
  float: right;
  margin-right: 15px;
  font-weight: 500;
}

.btn-add-user {
  background-color: transparent;
  color: #4caf50 !important;
  font-size: 1.1em;
}

.k-grid-header th.k-header {
  border-width: 0 0 1px 0px !important;
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.horizontal-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.vertical-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.content-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.content-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.clean-input-label {
  color: rgba(50, 50, 50, 0.7);
  font-weight: 700;
  font-size: 16px;
}

.clean-input {
  width: 100%;
  height: 32px;
}

.clean-menu {
  border: 1px solid #e5e5e6;
  background-color: rgb(35, 35, 35);
  color: #fff;
}
.clean-menu ul {
  margin: 0;
  padding: 0;
}
.clean-menu a, .clean-menu a:hover, .clean-menu a:focus, .clean-menu a:active {
  color: #fff;
  text-decoration: none;
}
.clean-menu .clean-menu-item {
  display: inline-block;
  padding: 10px 10px;
  height: 40px;
}
.clean-menu .clean-menu-item:hover {
  border-bottom: 3px solid #ffffff;
}
.clean-menu .clean-menu-item:active {
  background-color: #fff;
}
.clean-menu .clean-menu-item:active a {
  color: #000;
}

#new_estimate_page {
  margin-top: 100px;
}
#new_estimate_page .estimate-panel {
  height: auto;
  width: 100%;
  min-width: 460px;
}
#new_estimate_page .estimate-panel .panel-body {
  overflow: auto;
}
#new_estimate_page .control-label:after {
  content: "*";
  color: red;
  margin-left: 2px;
}
#new_estimate_page .summary-panel {
  min-width: 440px;
  height: auto;
  margin-left: 30px;
}
#new_estimate_page .summary-panel .item-row {
  margin: 0px 0px 7px 0px;
  border-bottom: 1px solid #c7c7c7;
  position: relative;
  min-height: 45px;
  padding: 7px 15px;
}
#new_estimate_page .summary-panel .item-row label {
  min-width: 50%;
}
#new_estimate_page .summary-panel .item-row > span {
  text-align: end;
}
#new_estimate_page #save-btn {
  width: 40%;
}
#new_estimate_page .has-error {
  border-color: rgba(255, 0, 19, 0.77) !important;
  box-shadow: 0 0 8px rgba(233, 102, 102, 0.77) !important;
}
#new_estimate_page .control-label:after {
  content: "*";
  color: red;
  margin-left: 2px;
}

#estimate_config_page {
  margin-top: 70px;
}
#estimate_config_page .italic {
  font-style: italic;
}
#estimate_config_page .underline {
  text-decoration: underline;
}
#estimate_config_page .edit-name-input {
  width: 400px;
}
#estimate_config_page .category-dropdown {
  margin: -10px 0px 0px 15px;
  max-height: 400px;
  min-width: 200px;
  overflow: auto;
}
#estimate_config_page .category-dropdown li {
  border-top: 1px solid #c7c7c7;
}
#estimate_config_page .category-dropdown li:first-child {
  border-top: 0;
}
#estimate_config_page .category-dropdown .category-btn {
  border: none;
  border-radius: 0;
  text-align: initial;
  padding: 3px 3px;
}
#estimate_config_page .category-dropdown-overflow {
  max-height: none;
}
#estimate_config_page .custom-accordion {
  overflow: auto;
  max-height: 400px;
}
#estimate_config_page .custom-accordion h4 {
  font-size: 14px;
}
#estimate_config_page .custom-accordion .panel {
  border-radius: 0;
  box-shadow: none;
}
#estimate_config_page .custom-accordion .panel-group {
  margin: 5px 0px 0px 10px;
  min-width: 300px;
}
#estimate_config_page .custom-accordion .panel-heading {
  background-color: #fff !important;
  border: none;
  border-radius: 0;
  text-align: initial;
  padding: 3px 3px;
}
#estimate_config_page .custom-accordion .panel-body {
  padding: 5px;
}
#estimate_config_page .custom-accordion .panel-body ul {
  margin: 0;
  padding: 0;
}
#estimate_config_page .custom-accordion .accordion-toggle {
  padding: 0;
}
#estimate_config_page .tab-content > .flex-container.active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
#estimate_config_page .config-panel {
  height: auto;
  width: 100%;
  min-width: 460px;
}
#estimate_config_page .config-panel .panel-body {
  overflow: auto;
  max-height: 80%;
}
#estimate_config_page .config-panel .category-wrap {
  padding: 5px 10px;
}
#estimate_config_page .config-panel .category-wrap ul {
  margin: 0;
  padding: 0;
}
#estimate_config_page .config-panel .category-wrap {
  background-color: rgb(249, 249, 249);
}
#estimate_config_page .config-panel .category-wrap .category-item-list {
  line-height: 1.42;
  font-size: 16px;
  min-width: 90%;
}
#estimate_config_page .config-panel .category-wrap .category-item-list .category-item {
  padding: 6px 12px;
  color: #555;
  background-color: #fff;
  border-radius: 4px;
  min-height: 24px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
#estimate_config_page .config-panel .category-wrap .category-item-list .category-item span {
  margin-left: 10px;
  width: 95%;
}
#estimate_config_page .config-panel .category-wrap .category-item-list .optional {
  height: 30px;
  font-size: 1.2em;
}
#estimate_config_page .config-panel .category-wrap label {
  margin: 3px auto;
  line-height: 1.2em;
}
#estimate_config_page .config-panel .category-wrap .reset-all-link {
  padding-top: 10px;
  padding-bottom: 5px;
  margin-left: 45px;
  color: gray;
  text-decoration: underline;
}
#estimate_config_page .summary-panel {
  min-width: 385px;
  height: auto;
  margin-left: 30px;
}
#estimate_config_page .summary-panel .item-row {
  margin: 0px 0px 7px 0px;
  border-bottom: 1px solid #c7c7c7;
  position: relative;
  min-height: 45px;
  padding: 7px 15px;
}
#estimate_config_page .summary-panel div:nth-child(2) {
  padding-top: 15px;
}
#estimate_config_page .config-panel-button-row {
  background-color: #282828;
  padding: 8px;
  margin-bottom: 17px;
  box-shadow: 0px 2px 5px 0px #999999;
}
#estimate_config_page .btn-position {
  font-size: 0.6em;
  padding-bottom: 3px;
}
#estimate_config_page .validation-err {
  color: red;
}
#estimate_config_page .has-error {
  border-color: rgba(255, 0, 19, 0.77) !important;
  box-shadow: 0 0 8px rgba(233, 102, 102, 0.5) !important;
}
#estimate_config_page .has-error {
  border-color: rgba(255, 0, 19, 0.77) !important;
  box-shadow: 0 0 8px rgba(233, 102, 102, 0.77) !important;
}
#estimate_config_page .control-label:after {
  content: "*";
  color: red;
  margin-left: 2px;
}

#estimate_error {
  height: 90%;
  width: 100%;
}
#estimate_error .err_status {
  font-size: 120px;
  text-align: center;
}
#estimate_error .err_description {
  font-size: 32px;
  text-align: center;
}

#pricing_page {
  margin-top: 50px;
}
#pricing_page .panel {
  padding: 10px 15px 15px 15px;
  margin-bottom: 0;
}
@media screen and (max-width: 1366px) {
  #pricing_page .k-grid-content {
    max-height: 62vh;
  }
}
@media screen and (min-width: 1367px) and (max-width: 1550px) {
  #pricing_page .k-grid-content {
    max-height: 64vh;
  }
}
@media screen and (min-width: 1551px) {
  #pricing_page .k-grid-content {
    max-height: 68vh;
  }
}
#pricing_page .btn-position {
  font-size: 0.6em;
  padding-bottom: 3px;
}
#pricing_page .contact-info-form {
  list-style-type: none;
  margin: 30px 0;
  padding: 0;
}
#pricing_page .contact-info-form li {
  margin: 10px 0;
}
#pricing_page .contact-info-form label {
  display: inline-block;
  width: 100px;
  text-align: right;
  font-weight: bold;
}

#estimates .right-menu {
  position: relative;
  top: -10px;
  float: right;
}
#estimates .retail-price {
  width: 12.4em;
}

#estimatesFilterModal .k-datepicker {
  width: 49%;
}
#estimatesFilterModal .k-datepicker .k-picker-wrap {
  border-color: #e6e6e6;
}
#estimatesFilterModal .k-datepicker .k-picker-wrap input {
  height: 25px !important;
}

#estimate-attachments-modal .custom-file-input {
  padding: 5px;
  color: #555;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  vertical-align: middle;
}
#estimate-attachments-modal .custom-file-input:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
#estimate-attachments-modal .custom-file-input:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
#estimate-attachments-modal .custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
#estimate-attachments-modal .custom-file-input::before {
  content: "Browse";
  color: #666;
  background: #fff;
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 20px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-align: center;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}
#estimate-attachments-modal .custom-file-input:active {
  outline: 0;
}
#estimate-attachments-modal .custom-file-input:active::before {
  background: linear-gradient(#e3e3e3, #f9f9f9);
}

#items_page .w-80 {
  width: 80%;
}
#items_page table tr #component_name {
  width: 20%;
}
#items_page table tr #super_category {
  width: 20%;
}
#items_page table tr #sub_category {
  width: 15%;
}
#items_page table tr #selection_type {
  width: 15%;
}
#items_page table tr #group {
  width: 14%;
}
#items_page table tr #actions {
  width: 14%;
}

#item-disclaimer .clean-modal-header {
  position: relative;
  line-height: 52px;
  min-height: 56px;
  vertical-align: middle;
  border-radius: 2px 2px 0 0;
}
#item-disclaimer header {
  display: inline-block;
  padding: 14px 24px 5px 24px;
  vertical-align: middle;
  line-height: 28px;
  font-size: 26px;
  font-weight: 100;
}
#item-disclaimer .clean-modal-body {
  padding: 12px 24px 0 24px;
  position: relative;
}
#item-disclaimer textarea {
  width: 100%;
  margin: 0 0 12px;
  padding: 2px 10px;
  height: 150px;
  font-size: 18px;
}
#item-disclaimer p {
  width: 100%;
  margin: 0 0 12px;
  padding: 2px 10px;
  font-size: 18px;
}
#item-disclaimer .clean-modal-footer {
  padding: 0 24px 12px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#item-disclaimer .clean-modal-footer button {
  margin-left: 8px;
  min-width: 60px;
}
#item-disclaimer .clean-modal-footer-one-button {
  padding: 0 24px 12px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#item-disclaimer .clean-modal-footer-one-button button {
  margin-left: 8px;
  min-width: 100px;
}

.no-border {
  border: 0;
}

.p-20 {
  padding: 20px;
}

.p-t-0 {
  padding-top: 0;
}

.p-l-10 {
  padding-left: 10px;
}

.p-r-10 {
  padding-right: 10px;
}

.p-l-20 {
  padding-left: 20px;
}

.p-t-5 {
  padding-top: 5px;
}

.m-20 {
  margin: 20px;
}

.m-t-5 {
  margin-top: 5px;
}

.m-r-5 {
  margin-right: 5px;
}

.m-b-5 {
  margin-bottom: 5px;
}

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

.m-b-0 {
  margin-bottom: 0;
}

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

.m-b-15 {
  margin-bottom: 15px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-r-10 {
  margin-right: 10px;
}

.m-r-15 {
  margin-right: 15px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-r-20 {
  margin-right: 20px;
}

.m-l-10 {
  margin-left: 10px;
}

.m-l-20 {
  margin-left: 20px;
}

.m-l-220 {
  margin-left: 200px;
}

.m-l-100 {
  margin-left: 100px;
}

.asterix-label:after {
  content: "*";
  color: red;
  margin-left: 2px;
}
/*# sourceMappingURL=main.css.map */
