body {
  opacity: 0.9;
  background: #202020;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0; }

p.tt-errors {
  color: red; }

.btn-rounded {
  border-radius: 5px; }

.tt-dealers input {
  max-width: 100px; }

/*div.login {*/
/*margin-top: -60px;*/
/*}*/
/* reference above for other projects and login issue */
.modal-dialog {
  /*margin-top:65px;*/
  height: 100%;
  width: 25%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden; }

body.modal-open {
  overflow: hidden; }

.modal-open .modal {
  /*overflow-y:hidden;*/ }

.ui-grid-cell, .ui-grid-row {
  /*background:inherit!important;*/ }

.redb {
  background: #feffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #feffff 0%, #c5ccce 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #feffff 0%, #c5ccce 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #feffff 0%, #c5ccce 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

.greenb .ui-grid-cell-contents {
  /*background: rgba(228, 117, 25, 0.8);*/
  background: #202020;
  color: #FFF; }

.wow .ui-grid-cell-contents {
  background: white !important;
  color: white !important; }

.ui-grid-cell-contents {
  font-size: 12px; }

.ui-grid-cell input {
  background-color: #202020 !important;
  color: #FFFFFF !important; }

.ui-grid-cell input::selection {
  background: #FD4726; }

.red {
  color: red !important; }

.green {
  color: green !important; }

.ui-grid-row:hover .ui-grid-cell {
  background: #666666 !important;
  color: #FFF !important; }

.ui-grid-row:nth-child(even) .ui-grid-cell {
  background: #FFF; }

.ui-grid-row:nth-child(odd) .ui-grid-cell {
  background: #ececec; }

.tt-cell-100 {
  width: 100%; }

.tt-height-cell {
  height: 30px !important; }

.grid {
  width: 100%;
  height: 400px; }

.control-label {
  /*text-align:left!important;*/ }

/*.modal-lg {*/
/*width:50%;*/
/*left:25%;*/
/*margin: 0;*/
/*padding: 0;*/
/*overflow-y:scroll;*/
/*}*/
/*.modal-dialog {*/
/*height: auto;*/
/*border-radius: 0;*/
/*}*/
.zindex {
  z-index: 99000 !important; }

.grid {
  height: 98vh; }

/*loading ... classes */
.loading {
  font-size: 30px;
  width: 400px; }

.loading:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4, end) 900ms infinite;
  animation: ellipsis steps(4, end) 900ms infinite;
  content: "\2026";
  /* ascii code for the ellipsis character */
  width: 0; }

@keyframes ellipsis {
  to {
    width: 1.25em; } }
@-webkit-keyframes ellipsis {
  to {
    width: 1.25em; } }
.loadingText {
  text-align: center; }

/* end loading ... classes */
.tab-pane {
  /*height:76vh;*/ }

.nav-tabs > li.active {
  margin-bottom: -3px;
  text-align: center;
  border-width: 1px;
  border-style: solid !important;
  border-color: #4b4b4b !important;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #fefefe; }

.nav-tabs > li a {
  margin-bottom: -3px;
  text-align: center;
  /*border-width: 1px;*/
  /*border-style: solid!important;*/
  border-color: #4b4b4b !important;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  /*background-color: #626262;*/ }

.nav-tabs > li > a {
  background-color: transparent !important; }

.tab-content > .active {
  border-width: 1px;
  border-style: solid !important;
  border-color: #4b4b4b !important;
  border-radius: 0.2em !important; }

.modal-dialog {
  position: relative;
  width: auto;
  max-width: 600px;
  margin: 10px;
  overflow-y: auto; }

.modal-sm {
  max-width: 300px; }

.modal-lg {
  max-width: 900px; }

@media (min-width: 768px) {
  .modal-dialog {
    /*margin: 30px auto;*/
    overflow-y: auto; } }
@media (min-width: 320px) {
  .modal-sm {
    margin-right: auto;
    margin-left: auto; } }
@media (min-width: 620px) {
  .modal-dialog {
    margin-right: auto;
    margin-left: auto;
    overflow-y: auto; }

  .modal-lg {
    margin-right: 10px;
    margin-left: 10px; } }
@media (min-width: 920px) {
  .modal-lg {
    margin-right: auto;
    margin-left: auto; } }
#app.lyt-2 > footer {
  position: fixed;
  border-top: 1px solid;
  border-color: #202020;
  z-index: 9990 !important; }

.popover {
  width: 100% !important; }

/*.form-control:focus {*/
/*border-color: #4b50ff;*/
/*box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(75, 80, 255, 0.6) !important;*/
/*}*/
/*input[type=text]:focus, input[type=password]:focus, input[type=datetime]:focus, input[type=daterange]:focus, input[type=week]:focus, input[type=email]:focus, input[type=url]:focus, input[type=tel]:focus, input[type=color]:focus, input[type=date]:focus, input[type=time]:focus, input[type=datetime-local]:focus, input[type=month]:focus, input[type=number]:focus, input[type=search]:focus, select:focus, textarea:focus {*/
/*border-color: #4b50ff;*/
/*!*box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(75, 80, 255, 0.6) !important;*!*/
/*}*/
/*.select2-drop-active {*/
/*border-color: #4b50ff !important;*/
/*box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(75, 80, 255, 0.6) !important;*/
/*border-top: none;*/
/*}*/
/*.select2-container-active .select2-choice, .select2-container-active .select2-choices {*/
/*border-color: #4b50ff !important;*/
/*box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(75, 80, 255, 0.6) !important;*/
/*}*/
.ui-grid-viewport::-webkit-scrollbar {
  width: 14px; }

/* Track */
.ui-grid-viewport::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  /*-webkit-border-radius: 10px;*/
  /*border-radius: 10px;*/ }

/* Handle */
.ui-grid-viewport::-webkit-scrollbar-thumb {
  /*-webkit-border-radius: 10px;*/
  /*border-radius: 10px;*/
  height: 25px;
  background: #FD4726;
  -webkit-box-shadow: #202020; }

.ui-grid-viewport::-webkit-scrollbar-thumb:window-inactive {
  background: #FD4726; }

/*.ui-grid-header-cell-label{*/
/*word-wrap:break-word!important;*/
/*white-space:normal!important;*/
/*}*/
.ui-grid-cell.ui-grid-disable-selection.ui-grid-row-header-cell {
  pointer-events: auto; }

.uib-datepicker-popup {
  z-index: 999999; }

/*#loading-bar-spinner {*/
/*top: 50%;*/
/*left: 50%;*/
/*}*/
#loading-bar-spinner {
  position: fixed;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%); }

.spinner-style {
  left: 40%;
  position: relative;
  border-top-color: #FD4726 !important;
  border-bottom-color: #FD4726 !important;
  border-left-color: #FD4726 !important;
  font-size: 25px !important;
  width: 20px !important;
  height: 20px !important;
  border-radius: 15px !important; }

.loading-wrapper-overlay {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999 !important;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fd4726+0,202020+100 */
  background: #fd4726;
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(253, 71, 38, 0) 0%, rgba(32, 32, 32, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(253, 71, 38, 0) 0%, rgba(32, 32, 32, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(253, 71, 38, 0) 0%, rgba(32, 32, 32, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd4726', endColorstr='#202020',GradientType=0 );
  /* IE6-9 */ }

.loading-wrapper {
  padding: 25px;
  background-color: #202020;
  border-radius: .2em;
  font-weight: 600;
  color: #FD4726;
  font-size: 14px;
  box-shadow: inset 0 1px 1px #202020, 0 0 8px #202020 !important; }

.uib-month > .btn:hover {
  color: #FD4726;
  background-color: #202020; }

.uib-month > .active {
  color: #FD4726;
  background-color: #202020;
  border-color: black; }

.uib-month > .active:hover {
  color: #FD4726;
  background-color: #202020;
  border-color: black; }

.uib-month .text-info {
  color: #8e8e93; }

.tt-picker table {
  width: 500px !important; }

.tt-picker button {
  height: 75px !important; }

.tt-picker thead tr .btn-default {
  background-color: #FD4726;
  color: #FFF !important;
  font-size: 18px;
  height: 50px !important; }

.schedule-select {
  text-align: left !important;
  min-width: 300px; }

.tt-crumb-pad {
  padding: 15px; }

.ui-grid-selection-row-header-buttons {
  opacity: 0.3 !important; }

.ui-grid-selection-row-header-buttons.ui-grid-row-selected {
  opacity: 1 !important;
  font-weight: 800 !important; }

#app.lyt-2 > footer {
  height: 25px !important; }

.footer-inner {
  line-height: 25px !important;
  background-color: #202020;
  color: #FFF; }

.float-below-buttons {
  position: fixed;
  bottom: 10px;
  z-index: 9998;
  margin-left: -15px;
  padding-bottom: 20px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #202020;
  width: 100%; }

.tt-grid-title {
  font-size: 18px;
  font-weight: 500;
  color: #5b5b60; }

.ui-grid-icon-minus-squared, .ui-grid-icon-plus-squared {
  color: #000; }

.ui-grid-icon-ok {
  color: #000;
  font-weight: 800 !important; }

.ui-grid-selection-row-header-buttons.ui-grid-row-selected {
  color: #FFF; }

.ui-grid-selection-row-header-buttons {
  opacity: 0.5 !important; }

.tt-nogrid-wrapper {
  height: 80vh;
  background-color: rgba(117, 117, 117, 0.06);
  border-radius: .2em;
  border: 1px solid; }

.tt-nogrid-content {
  text-align: center;
  position: relative;
  width: 100%;
  top: 40%; }

.tt-grid-wrapper {
  height: 80vh; }

.tt-gridd-wrapper {
  height: 100vh; }

.tt-feedback-button {
  text-align: center;
  position: relative;
  width: 90%; }

.tt-nogrid-content-inner {
  padding: 20px;
  background-color: #fff;
  width: 400px;
  margin: 0 auto;
  border-radius: .2em;
  border: 1px solid; }

.tt-login-logo {
  background: #000000;
  border: solid 2px;
  border-radius: .5em;
  margin-bottom: 15px; }

/*.ui-grid{*/
/*height:40vh;*/
/*}*/
/*.ui-grid-pager-panel {*/
/*position: absolute;*/
/*left: 0;*/
/*bottom: 0;*/
/*width: 100%;*/
/*padding-top: 3px;*/
/*padding-bottom: 3px;*/
/*box-sizing: content-box;*/
/*}*/
/*@media (min-height: 768px) {*/
/*.ui-grid {*/
/*height: 480px;*/
/*}*/
/*}*/
/*@media (min-height: 900px) {*/
/*.ui-grid {*/
/*height: 615px;*/
/*}*/
/*}*/
.main-content > .container {
  padding-bottom: 0px !important; }

.navbar .navbar-collapse {
  background: linear-gradient(#202020, #363636, #FD4726) !important; }

.large-user-header-tt {
  line-height: 50px;
  height: 50px;
  text-align: center;
  border: 1px solid #887040;
  background-color: rgba(251, 248, 255, 0.48);
  border-radius: .2em;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 5px;
  color: #000;
  font-size: 14px; }

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  border-left-color: #413a3a !important; }

.tt-filter-buttons {
  margin-left: 10px; }

.fa-tt {
  color: #fbf8ff;
  font-size: 1.3em; }

.tt-grid-header-button {
  margin-left: -2.5px;
  background-color: #202020;
  padding: 5px;
  border-radius: 0.2em; }

.tt-grid-header-button-red {
  margin-left: -2.5px;
  background-color: #FD4726;
  padding: 5px;
  border-radius: 0.2em; }

[ng-click],
[data-ng-click],
[x-ng-click] {
  cursor: pointer; }

.tt-pagination-totals {
  font-size: 14px;
  font-weight: 600; }

.pill-content > .pill-pane, .tab-content > .tab-pane {
  padding: 0px !important; }

.tt-input-sm {
  height: 24px;
  line-height: 24px;
  font-size: 12px; }

.ui-grid-page-panel {
  border-top: 1px black solid; }

.tt-tab-tabset {
  margin-top: 15px; }

.normal-grid-tt-wrap {
  margin-top: 15px; }

.tt-label {
  text-align: right; }

.tt-card-wrapper {
  border-radius: .2em;
  /*background:#222338;*/
  /*height:45px;*/
  width: 100%;
  position: relative;
  float: left;
  margin: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  /*border:1px solid #696969;*/ }

.tt-card-content-wrapper {
  display: table;
  width: 100%; }

.tt-card-header {
  position: relative;
  text-align: center;
  font-weight: bold;
  height: 42px;
  font-size: 28px;
  line-height: 42px;
  padding-right: 5px;
  padding-left: 5px;
  color: gold;
  text-shadow: 2px 2px 2px black; }

.tt-card-content {
  position: relative;
  height: 20px;
  font-size: 12px;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.tt-input-form-sm {
  width: 10%; }

.tt-input-form-small {
  width: 150px; }

.tt-input-form-md {
  width: 100px; }

.tt-input-form-lg {
  width: 250px; }

.tt-input-form-90 {
  width: 90%; }

.tt-input-form-85 {
  width: 85%; }

/*hacky grid header cell not aligning properly on column fix*/
/*.ui-grid-header-cell {float: left;}*/
/*[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {*/
/*display: none !important;*/
/*}*/
.ui-grid-header-cell-wrapper {
  display: block; }

.ui-grid-header-cell-row {
  display: block; }

.ui-grid-header-cell {
  display: block;
  float: left; }

input[type=text], input[type=password], input[type=datetime], input[type=daterange], input[type=week], input[type=email], input[type=url], input[type=tel], input[type=color], input[type=date], input[type=time], input[type=datetime-local], input[type=month], input[type=number], input[type=search], textarea {
  border-radius: .2em; }

.checkbox {
  margin: 5px 0 0 0 !important; }

textarea {
  resize: none; }

.input-group-addon {
  background-color: #FFF;
  border: 1px solid #c8c7cc;
  color: #FFF; }

.tt-textarea {
  vertical-align: top; }

.has-error .form-control {
  border-style: solid; }

.form-control-feedback {
  right: 10px; }

.tooltip {
  z-index: 99999999; }

.modal.in .modal-dialog {
  /*height:90vh;*/ }

.nopadding {
  padding: 0 !important; }

.tt-height-header {
  margin-bottom: 2px !important;
  /*height:42px!important;*/ }

.margin-top-5 {
  margin-top: 5px !important; }

.margin-top-25 {
  margin-top: 25px; }

.tt-grid-header-title {
  text-align: center;
  font-size: 24px;
  background: #202020;
  color: #FFF;
  border-bottom: 1px solid #000; }

button.tt-dashboard {
  margin: 30px;
  background-color: #FD4726;
  color: white;
  font-weight: bold; }

.tt-bug-select {
  color: #8e8e93 !important; }

.ui-grid-draggable-row-target {
  opacity: 0.5 !important; }

.ui-grid-draggable-row {
  height: 22px; }

.ui-grid-draggable-row-over {
  position: absolute; }

.ui-grid-draggable-row-over:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  border-bottom: 3px dotted #FD4726; }

.ui-grid-draggable-row-over:before {
  top: 22px; }

.ui-grid-draggable-row-over--above:before {
  top: 0; }

.ui-grid-draggable-row-over--below:before {
  bottom: 0; }

.grid-checkbox {
  margin: 0 !important;
  width: inherit !important; }

.tt-inspection-headers {
  border-bottom: 2px solid #cecece;
  margin-bottom: 2px;
  text-align: center;
  font-weight: 700; }

/*standard tab*/
.nav-tabs > li > a {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  background-color: #d6d6d7 !important;
  color: #696968; }

/*active tab*/
.nav-tabs > li.active > a {
  /*CSS HERE*/
  background-color: #FFF !important; }

/*or

.uib-tab a {
    border: 1px solid #000;
  }

.uib-tab.active a {
    /*CSS HERE*/
.log-modal-body {
  background-color: black; }

/* Structure */
json-tree {
  box-sizing: border-box; }

json-tree *,
json-tree *:before,
json-tree *:after {
  box-sizing: border-box; }

json-tree .key {
  vertical-align: middle; }

json-tree .expandable {
  position: relative; }

json-tree .expandable::before {
  pointer-events: none; }

json-tree .expandable::before,
json-tree .expandable > .key {
  cursor: pointer; }

json-tree .branch-preview {
  display: inline-block;
  vertical-align: middle; }

/* Looks */
json-tree ul {
  padding-left: 20px; }

json-tree li,
json-tree ul {
  list-style: none; }

json-tree li {
  line-height: 1.5em; }

json-tree .key {
  color: #31d028;
  padding: 5px 10px 5px 15px; }

json-tree .key::after {
  content: ':'; }

json-tree json-node.expandable::before {
  content: '\25b6';
  position: absolute;
  left: 0px;
  font-size: 10px;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease; }

json-tree json-node.expandable.expanded::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

json-tree .leaf-value,
json-tree .branch-preview {
  word-break: break-all;
  color: #e1e1e1; }

json-tree .branch-preview {
  overflow: hidden;
  font-style: italic;
  max-width: 40%;
  height: 1.5em;
  opacity: .7; }

.ui-grid-cell-focus {
  border: 0 !important; }

.ui-grid-focuser:focus {
  box-shadow: none !important; }

.tt-col-centered {
  float: none;
  margin: 0 auto;
  text-align: center; }

.tt-wizard-margin {
  margin-top: 5px;
  margin-bottom: 5px; }

.btn-green-tt {
  background-image: linear-gradient(#5faf53, #407334) !important;
  border-color: #346330 #346330 #2b5228;
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased; }

.btn-danger-tt {
  background-image: linear-gradient(#c32c2c, #871f1f) !important;
  border-color: #7a1e1e #7a1e1e #522828;
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased; }

.btn-info-tt {
  background-image: linear-gradient(#1687af, #0f5573) !important;
  border-color: #0e6d8a #0e6d8a #284852;
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased; }

.btn-status-tt {
  background-image: linear-gradient(#ffffff, #c3c3c3) !important;
  border-color: #a6a6a5 #aca8ad #787878;
  color: rgba(67, 67, 67, 0.73);
  text-shadow: 0 -1px 0 rgba(86, 86, 86, 0.33);
  -webkit-font-smoothing: antialiased; }

.btn-green-tt:focus {
  background-image: linear-gradient(#448744, #244b24) !important;
  border-color: #000; }

.btn-danger-tt:focus {
  background-image: linear-gradient(#872b2b, #4b1a1a) !important;
  border-color: #000; }

.btn-info-tt:focus {
  background-image: linear-gradient(#165c87, #0f364b) !important;
  border-color: #000; }

.btn-status-tt:focus {
  background-image: linear-gradient(#d7d7d7, #878787) !important;
  border-color: #000;
  color: #3c3c3c; }

.btn:hover {
  filter: brightness(80%); }

.modal-header {
  border-top: 20px solid #FD4726;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px; }

.form-group {
  margin-bottom: 4px !important; }

.tt-menu-item {
  text-overflow: ellipsis;
  width: 120px;
  overflow: hidden;
  white-space: nowrap;
  display: block; }

.ui-grid-cell-focus {
  background-color: #202020 !important;
  color: white !important; }

.ui-grid-row.ui-grid-row-selected > [ui-grid-row] > .ui-grid-cell {
  background-color: #202020 !important; }

.tt-content-button {
  display: inline-block; }

@media screen and (min-width: 600px) and (max-width: 1025px) {
    .hide-tablet{
        display: none;
    }
}

/*# sourceMappingURL=styles.css.map */
