/** GENERAL **/

::-webkit-scrollbar {
  width: 0.6rem;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 0.1rem;
}

::-webkit-scrollbar-thumb {
  background: #ff7200;
  border-radius: 0.1rem;
}

::-webkit-scrollbar-thumb:hover {
  background: #76571f;
}

html,
body {
  background-color: #f0f0f0;
}

.ticketing-main-viewer {
  overflow-y: auto;
}

.vertical-center {
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}

.modal-content {
  border-radius: 0px !important;
}

.app-color {
  color: #ff7200;
}

.tracer-color {
  color: #281657;
}

.tracer-background-color {
  background-color: #281657;
}

.vault-color {
  color: #450117;
}

.realdooh-link {
  font-weight: bold;
}

.hover-cursor {
  background-color: #fafafa;
}

.hover-cursor:hover {
  background-color: #ff7200;
  color: #fff;
  cursor: pointer;
}

/** OVERRIDE **/

.dropdown-menu {
  border-radius: 0px;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #ff7200;
}

button[disabled],
html input[disabled] {
  cursor: default;
  opacity: 0.5;
}

/** Progress bar override **/

.progress {
  height: 40px;
  border-radius: 0px;
  box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
}

.progress-bar {
  line-height: 40px;
  font-size: 22px;
  font-weight: bold;
}

/* TEXTS */

.text-blue {
  color: #6ea1ff;
}

.smooth {
  opacity: 0;
  -webkit-animation-name: show;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
  animation-name: show;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}

.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
}

div.small-size-panel {
  font-size: 0.8em;
}

div.small-size-panel .input-group-addon {
  padding: 3px 6px;
}

div.small-size-panel .form-control {
  height: 24px;
  padding: 3px 6px;
  font-size: 11px;
  border-radius: 2px;
}

div.small-size-panel textarea.form-control {
  height: auto !important;
}

.form-control {
  border-radius: 0px !important;
}

@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.help-block {
  cursor: help;
  padding-left: 15px;
}

.help-block i {
  color: #6ea1ff !important;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #0e0e0e;
}

/** SCROLLABLES **/

.scrollable-10,
.scrollable-15,
.scrollable-20,
.scrollable-25,
.scrollable-30,
.scrollable-35,
.scrollable-40,
.scrollable-45,
.scrollable-50,
.scrollable-55,
.scrollable-60,
.scrollable-65,
.scrollable-70,
.scrollable-75,
.scrollable-80,
.scrollable-85,
.scrollable-90,
.scrollable-100 {
  overflow-x: hidden;
  overflow-y: auto;
}

.scrollable-10 {
  max-height: 10vh;
}

.scrollable-15 {
  max-height: 15vh;
}

.scrollable-20 {
  max-height: 20vh;
}

.scrollable-25 {
  max-height: 25vh;
}

.scrollable-30 {
  max-height: 30vh;
}

.scrollable-35 {
  max-height: 35vh;
}

.scrollable-40 {
  max-height: 40vh;
}

.scrollable-45 {
  max-height: 45vh;
}

.scrollable-50 {
  max-height: 50vh;
}

.scrollable-55 {
  max-height: 55vh;
}

.scrollable-60 {
  max-height: 60vh;
}

.scrollable-65 {
  max-height: 65vh;
}

.scrollable-70 {
  max-height: 70vh;
}

.scrollable-75 {
  max-height: 75vh;
}

.scrollable-80 {
  max-height: 80vh;
}

.scrollable-85 {
  max-height: 85vh;
}

.scrollable-90 {
  max-height: 90vh;
}

.scrollable-95 {
  max-height: 95vh;
}

.scrollable-100 {
  max-height: 100vh;
}

/** FA BACKGROUND ICON **/

.fa-bg {
  position: absolute;
  top: 25%;
  right: 25%;
  opacity: 0.2;
  font-size: 1000% !important;
  z-index: -1;
}

/** CSV LOADER **/

.csv-loader {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  z-index: 1000;
  color: white !important;
  font-size: 2em;
}

.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 100px auto;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #ff7200;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

.fade.ng-hide {
  opacity: 0;
}

.fade.ng-hide-remove,
.fade.ng-hide-add {
  display: block !important;
}

.fade.ng-hide-remove {
  transition: all linear 1000ms;
}

.fade.ng-hide-add {
  transition: all linear 500ms;
}

/** SPINNER **/

.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.shading:hover {
  background-color: #ff7200;
  color: white;
}

/** PORTRAITS **/

.wrapper-portrait-image {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  border: 1px solid #d9d9d9;
  background-color: #fff;
}

.wrapper-portrait-image img.portrait-image {
  max-width: 100%;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  margin: 0 auto;
}

/** DROPZONE **/

.dropzone {
  min-height: 0px !important;
}

/** BUTTONS **/

.btn-toggle {
  background-color: white;
  border: 1px solid #ff7200;
  color: #85868d;
  padding: 5px 10px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.btn-toggle > .fa-bg {
  position: relative;
  font-size: 500% !important;
  top: 5%;
  right: 5%;
}

.btn-toggle-active {
  background-color: #ff7200;
  color: white;
}

.btn-tiny {
  padding: 3px 5px;
  width: 5px;
  height: 5px;
}

/** - LOADING VIEWS - **/

.loading-container {
  background-color: #f9f9f9;
  z-index: 10001;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: wait;
  padding-top: 20rem;
}

.dots {
  margin: auto;
  width: 60px;
  height: 60px;
  text-align: center;
  -webkit-animation: sk-rotate 2s infinite linear;
  animation: sk-rotate 2s infinite linear;
}

.dot1,
.dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #ff7200;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/** FORMS **/

div.legend {
  color: #fff;
  background-color: #c9c9c9;
  padding: 5px;
  margin: 1rem 0;
}

div.legend ul {
  list-style: none !important;
  margin: 0px;
  padding: 0px;
}

div.legend ul li {
  float: left;
  padding: 0 10px;
}

div.legend ul li i {
  color: #6ea1ff;
}

div.form-header {
  margin-bottom: 0.5rem;
  background-color: #fff;
  position: relative;
  height: 70px;
}

div.title-wrapper {
  position: relative;
  z-index: 0;
  background-color: #ff7200;
  color: #fafafa;
  display: inline-block;
  margin-left: -20px;
  padding: 1.5rem !important;
  min-width: 350px;
}

div.subtitle-wrapper {
  display: inline-block;
  color: #fafafa;
  background-color: #85868d;
  padding: 1rem;
  margin-left: -4px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

div.fieldset-wrapper {
  min-height: 65vh;
}

div.form-block {
  background-color: #fff;
  box-shadow: 1px 0px 8px #c9c9c9;
}

.bordered {
  border: 3px solid #ff7200;
  padding: 15px 0px;
  overflow: hidden;
}

.bordered .fa-bg {
  color: #ff7200;
  z-index: 0;
  left: 1%;
  font-size: 500% !important;
  top: 50%;
  transform: translateY(-50%);
}

.dotted {
  border-style: dotted !important;
}

.bordered-hover {
  border: 3px solid #ddd;
  overflow: hidden;
}

.bordered-hover:hover {
  transition: 0.5s;
  border: 3px solid #ff7200;
  cursor: pointer;
}

.bordered-hover .fa-bg {
  color: #ddd;
  z-index: 1;
}

.bordered-hover:hover .fa-bg {
  color: #ff7200;
  transition: 0.5s;
}

div.wrapper-entity-image {
  border: 1px solid #c9c9c9;
  padding: 5px;
  margin: 5px;
  background-color: #f9f9f9;
  max-width: 80%;
  width: auto;
  display: inline-block;
  margin: 1rem auto;
}

div.wrapper-entity-image img.entity-image {
  display: block;
  margin: 0 auto;
  max-width: 80%;
}

div.wrapper-form-controls {
}

div.form-controls {
  float: right;
  padding: 10px 60px;
  width: auto !important;
  margin-right: -25px;
  box-shadow: 1px 1px 1px #c9c9c9;
  background-color: #fff;
  margin-top: 1rem;
}

div.form-controls .btn {
}

div.form-block .subtitle {
  background-color: #85868d;
  color: #fff;
  padding: 5px 10px;
  margin-left: -23px;
  width: auto !important;
  display: table;
  position: relative;
  z-index: 0;
  padding-left: 35px;
  box-shadow: 1px 1px 1px #c0c0c0;
  overflow: hidden;
  white-space: nowrap;
  clear: both;
}

div.form-block .subtitle .fa-bg {
  font-size: 235% !important;
  left: 0;
  color: #fff;
  opacity: 0.4 !important;
}

div.form-block .subtitle.warning {
  color: #fafafa !important;
  background-color: #ff7200;
}

div.form-controls > .btn {
  background-color: #fff;
  color: #85868d;
  border-radius: 0px;
  min-width: 150px !important;
}

div.form-controls > .btn-save {
  color: #fff;
  background-color: #3cad4a;
}

.btn-create {
  position: absolute;
  right: 10px;
  top: -20px;
  cursor: pointer;
  height: 50px;
  width: 50px;
  background-color: #3cad4a;
  overflow: hidden;
  z-index: 4;
  border-radius: 0;
}

.btn-create .fa-bg {
  top: 18%;
  font-size: 400% !important;
  color: #fff;
}

.btn-export {
  border-radius: 0;
  min-width: 150px;
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-export:hover,
.btn-export:focus,
.btn-export:active,
.btn-export.active,
.open > .dropdown-toggle.btn-export {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-search {
  background-color: #ff7200;
  min-width: 150px;
  border-radius: 0;
  color: #fff;
}

.btn-search:hover {
  color: #fff;
}

.btn-resolve {
  background-color: #ff7200;
  min-width: 150px;
  border-radius: 0;
  color: #fff;
}

.btn-resolve:hover {
  color: #fff;
}

.btn-ticket-special {
  background-color: white;
  color: #ff7200;
  border-top: 0px;
  border-bottom: 2px solid #ff7200;
  border-left: 2px solid #ff7200;
  border-right: 2px solid #ff7200;
}

.btn-ticket-special .fa-bg {
  color: #ff7200 !important;
  opacity: 1;
}

div.form-controls > .btn-delete {
  color: #fff;
  background-color: #c92d42;
}

div.form-controls > .btn-cancel {
  border: 1px solid #c9c9c9;
}

div.form-controls > .btn:active {
  outline: none !important;
}

div.form-controls > .btn:focus {
  box-shadow: none !important;
  background-color: #ff7200;
  color: #fff;
}

/** MODALS **/

.modal .form-block {
  box-shadow: none;
}

.modal .form-controls {
  box-shadow: none;
  min-width: 350px !important;
  background-color: #f0f0f0;
}

.modal-body .title-wrapper {
  margin-left: -50px;
  width: 350px;
  overflow: hidden;
}

/** FILTERS **/

.list-header {
  background-color: #ff7200;
  color: white;
  height: 75px;
  font-size: 1.3rem !important;
  margin-bottom: 10px;
  margin-left: -35px;
  overflow: hidden;
  z-index: 0;
}

.list-controls {
  padding-top: 10px;
  padding-bottom: 10px;
  color: white !important;
  background-color: #c9c9c9;
  overflow: hidden;
  text-align: center;
  z-index: 0;
}

.list-button {
  width: 100px;
  height: 40px;
  display: block;
  cursor: pointer;
  line-height: 40px;
  text-align: left;
  padding-left: 10px;
  font-weight: bold;
  float: left;
  margin: 0 15px;
  position: relative;
  color: white !important;
  text-decoration: none !important;
  background-color: #ff7200;
  overflow: hidden;
}

.list-button a {
  text-decoration: none;
  color: inherit;
  width: 100%;
  height: 100%;
  display: block;
}

.list-button .fa-bg {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 300% !important;
  z-index: 1;
}

.list-filters {
}

/** TABLES **/

.table {
  font-size: 0.8em !important;
  color: black !important;
}

.table > thead > tr {
  box-shadow: 1px 1px 1px #c9c9c9;
}

.table > thead > tr > th {
  color: #fff !important;
  border: none;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #85868d !important;
  border-bottom: 0px !important;
  white-space: nowrap !important;
}

.table > thead > tr > th:first-child {
  border-radius: 0px 0px 0px 0px;
}

.table > thead > tr > th:last-child {
  border-radius: 0px 0px 0px 0px;
}

.table > thead  .sla-res-title{
  padding-top: 0;
  padding-bottom: 5px;
}
.table > thead  .sla-res-title > p {
  margin-top:0;
  margin-bottom: -5px;
}

.table > thead  .sla-res-title > span {
  font-size: 8px;
}

.table > tbody > tr:hover {
  background-color: #f0f0f0 !important;
  color: black !important;
}

.table > tbody > tr.table-head-separator {
  height: 10px !important;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f0f0f0 !important;
  color: black !important;
}

.table > tbody > tr:nth-child(even) > td,
.table > tbody > tr:nth-child(even) > th {
  background: #fff;
}

.table > tbody > tr:nth-child(3) > td,
table > tbody > tr:nth-child(2) > td,
table > tbody > tr:nth-child(1) > td {
  border-top: 0px !important;
}

.table > tbody > tr:nth-child(odd) > td,
.table > tbody > tr:nth-child(odd) > th {
  background: #fff;
}

.selected-row {
  border: 2px solid #ff7200 !important;
}

.ticket-table-container{
  overflow: auto;
}
.ticket-table > tbody > tr {
  background-color: #fff;
}

.table-ticket_table > tbody > tr:nth-of-type(odd) {
  background-color: #fff;
}

.ticket-table > tbody > tr > td {
  background-color: transparent !important;
}

.ticket-table .symbol {
  font-weight: normal;
  font-size: 8px;
  color: black;
  padding: 2px 5px;
  border-radius: 10px;
}

.ticket_table > tbody > tr:nth-child(even) > td {
  background-color: transparent !important;
}

div.filters-header {
  margin-bottom: 0.5rem;
  background-color: #fff;
  position: relative;
  height: 70px;
}

.filters-special-actions {
  display: inline-block;
  float: right;
  padding: 1rem;
}

.filters-special-actions .btn {
  float: right;
  position: relative;
  margin: 0 5px;
  top: -30px;
}

.table-filters {
  padding-top: 3rem;
  background-color: #f9f9f9;
  box-shadow: 1px 1px 3px #c9c9c9;
}

.table-controls {
  padding: 1rem 0;
}

.table-controls select#pageSize {
  display: inline-block;
  width: 75px;
}

.table-paginator .pagination {
  margin: 0px;
  border-radius: 0px;
}

.table-paginator .pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.table-paginator .pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.table-paginator .pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.table-paginator .pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background: #ff7200;
  color: #ffffff;
  border: 1px solid #ddd;
}

.table-paginator .pagination > li > a,
.pagination > li > span {
  color: #85868d;
}

.table-paginator dir-pagination-controls {
  float: right;
}

/** HELPERS **/

.m-center {
  margin: 0 auto;
}

.mb-0 {
  margin-bottom: 0px;
}

.mt-0 {
  margin-top: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.ma-0 {
  margin: 0px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mt-5 {
  margin-top: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.ma-5 {
  margin: 5px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-15 {
  margin-top: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.ma-15 {
  margin: 15px;
}

.max-h-40 {
  max-height: 40vh;
}

.max-h-60 {
  max-height: 60vh;
}

.max-h-80 {
  max-height: 80vh;
}

.max-h-20 {
  max-height: 20vh;
}

.scrollable-y {
  overflow-y: auto;
}

.scrollable-h {
  overflow-h: auto;
}

.app-color {
  color: #ff7200;
}

.to-uppercase {
  text-transform: uppercase;
}

/** TICKET SEVERITIES **/

.highest {
  color: #ce0000;
  font-weight: bold;
  font-size: 1.5rem;
}

.high {
  color: #ea4444;
  font-weight: bold;
  font-size: 1.5rem;
}

.medium {
  color: #ea7d24;
  font-weight: bold;
  font-size: 1.5rem;
}

.low {
  color: #2a8735;
  font-weight: bold;
  font-size: 1.5rem;
}

.lowest {
  color: #55a557;
  font-weight: bold;
  font-size: 1.5rem;
}

/** MODALS **/

.modal-medium {
  width: 60%;
}

/** LOCATION VIEW "A LA" PROJECT **/

.location-logo-wrapper {
  background-color: #ffa800;
  height: 100%;
}

.location-view-header .company-logo-wrapper {
  width: 60px;
  overflow: hidden;
  border-radius: 50%;
  height: 60px;
  padding: 10px;
  display: block;
  margin: 0 auto;
  background-color: white;
  box-shadow: 0px 0px 1px black;
}

.location-view-header .company-logo-wrapper img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

.location-view-header {
  height: 120px;
  font-size: 1.3rem !important;
  margin-bottom: 10px;
  overflow: hidden;
}

.location-view-box {
  border: 0px !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  background-color: white !important;
}

.location-info-wrapper {
  background-color: #ffa800;
  height: 100%;
  color: white !important;
  z-index: 1;
}

.location-address-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
  color: white !important;
  background-color: #85868d;
  font-size: 1rem;
}

.location-codes {
  font-size: 2em;
}

.location-data-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
  color: white !important;
  background-color: #c9c9c9;
  font-size: 1rem;
}

.location-data-wrapper p {
  width: 100%;
  text-overflow: ellipsis;
  overflow-x: hidden;
  white-space: nowrap;
}

/** TICKET EDIT PANEL **/

.ticket-header {
  height: 135px;
  width: 100%;
  background-color: #fff;
  position: relative;
  color: #fff;
}

.ticket-header .title {
  position: relative;
  z-index: 0;
  background-color: #ff7200;
  color: #fafafa;
  display: inline-block;
  margin-left: -20px;
  padding: 1.5rem !important;
  min-width: 250px;
}

.ticket-header .title .fa-bg {
  position: absolute;
  top: 35%;
  right: 15%;
  opacity: 0.2;
  font-size: 1000% !important;
  z-index: -1;
}

.ticket-header .filters-special-actions {
  display: flex;
  position: absolute;
  top: 0px;
  right: 0px;
}

.ticket-header .entity-info {
  width: 750px;
  display: inline-block;
  color: #fafafa;
  background-color: #85868d;
  padding: 1rem;
  top: 15%;
  margin-left: -15px;
  position: relative;
}

.ticket-header .entity-info .font-size-tiny {
  font-size: 8px;
}

.ticket-header .entity-info .symbol {
  font-weight: normal;
  font-size: 8px;
  color: black;
  padding: 2px 5px;
  border-radius: 10px;
}

.symbol.tick {
  background-color: #bce0bd;
}

.symbol.cross {
  background-color: #FDC2C2;
}


.ticket-header .entity-info .wrapper-company-logo {
  overflow: hidden;
  border-radius: 50%;
  height: 75px;
  width: 75px;
  padding: 14px;
  display: block;
  margin: 0 auto;
  background-color: white;
  box-shadow: 0px 0px 1px black;
}

.ticket-header .entity-info .wrapper-company-logo img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

.ticket-header .entity-info .entity-location-info {
  color: #fff !important;
}

.ticket-header .entity-info .entity-location-address .fa-bg,
.ticket-header .entity-info .entity-ou-info .fa-bg,
.ticket-header .elements-info .elements-info-detail .fa-bg {
  z-index: 0;
}

.ticket-header .elements-info {
  width: 430px;
  display: inline-block;
  color: #fafafa;
  background-color: #c9c9c9;
  padding: 1rem;
  top: 10%;
  margin-left: -15px;
  position: relative;
}

/** Subheader **/

.ticket-subheader {
  padding: 1rem;
  position: relative;
  z-index: 3;
  top: -10px;
  background-color: #f9f9f9;
  box-shadow: 1px 1px 3px #c9c9c9;
}

.ticket-subheader .contact-info {
  position: absolute;
  right: -30px;
  top: -75px;
  background-color: #ff7200;
  color: #fafafa;
  box-shadow: 1px 1px 1px #c9c9c9;
}

.ticket-subheader .contact-info .fa-bg {
  z-index: 0;
  right: 5%;
}

/** Body **/

.ticket-body .section {
  background-color: #fff;
}

.ghost-input {
  border: 0px !important;
  box-shadow: none !important;
}

#ticket-title {
  font-size: 21px;
}

.ticket-paused {
  background-color: #ff7200;
  color: white !important;
  opacity: 1;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: pulse-red;
  animation-name: pulse-paused;
}

@-webkit-keyframes pulse-paused {
  0%,
  100% {
    background-color: #ffffff;
  }
  50% {
    background-color: #ff7200;
  }
}

@keyframes pulse-paused {
  0%,
  100% {
    background-color: #ffffff;
  }
  50% {
    background-color: #ff7200;
  }
}

/** Progress steps **/

/** Mini steps **/

.mini-wrapper-steps {
  width: 100%;
}

.mini-wrapper-steps .step {
  margin: 0px;
  display: inline-block;
}

.mini-wrapper-steps .progress-step {
  border: 1px solid #ddd;
  border-radius: 0px;
  width: 25px;
  font-size: 0.9rem;
  display: inline-block;
  height: 25px;
  line-height: 25px;
}

.mini-wrapper-steps .progress-step.substep {
  width: 15px;
}

/** Normal steps **/

.wrapper-steps {
  display: block;
  text-align: center;
  padding: 1rem 0px;
  position: relative;
  font-size: 1.5rem;
}

.wrapper-steps .step {
  display: inline-block;
  vertical-align: top;
  margin: 0 30px;
}

.progress-step {
  border: 2px solid #ddd;
  border-radius: 0px;
  width: 100px;
  padding: 5px;
}

.progress-step.substep {
  width: 50px;
}

.progress-step-completed {
  background: #ff7200 !important;
  color: #fafafa !important;
  border: 2px solid #ff7200 !important;
}

.progress-step-partially-completed {
  border: 2px solid #ff7200 !important;
}

.progress-step-cancelled {
  background: #d6717f !important;
}

.progress-link {
  border-top: 3px solid #ddd;
  display: inline-block;
  width: 14%;
  margin-left: -34px;
  margin-right: -34px;
  margin-top: 17px;
}

.progress-link-button {
  border: 2px solid #ff7200;
  cursor: pointer;
  background-color: #fafafa;
  color: #ff7200;
}

.progress-link.substep {
  width: 7%;
}

.progress-link-completed {
  border-top: 3px solid #ff7200;
}

.progress-step-completed .fa-bg {
  color: white !important;
}

/** Attachments **/

.attachment-file-control {
  padding: 4px;
  font-size: 1rem !important;
  margin: 0px 2px;
  border: 1px solid #ff7200;
  color: #85868d;
  text-align: center;
  cursor: pointer;
}

.attachments-view-container {
  border: 1px solid #ff7200;
}

/** CHAT **/

.chat-button {
  height: auto;
}

.chat-button .subtitle {
  background-color: #85868d;
  color: #fff;
  padding: 5px 10px;
  margin-left: -23px;
  width: 100%;
  display: table;
  position: relative;
  z-index: 0;
  overflow: hidden;
  white-space: nowrap;
  clear: both;
}

.chat-button .subtitle .fa-bg {
  font-size: 235% !important;
  left: 0;
  color: #fff;
  opacity: 0.4 !important;
}

.attachment-row {
  height: 60px;
  overflow-y: hidden;
  margin-bottom: 0.5rem;
}

.attachment-row .preview * {
  max-height: 60px !important;
  max-width: 100% !important;
  display: block;
  padding: 2px;
}

/** POPOVER **/

.popover {
  max-width: 540px;
  border-radius: 0px;
  border: 2px solid #85868d;
}

.popover.bottom > .arrow {
  border-bottom-color: #85868d;
  border-bottom-color: rgba(133, 134, 141, 1);
}

.popover.top > .arrow {
  border-top-color: #85868d;
  border-top-color: rgba(133, 134, 141, 1);
}

.popover.left > .arrow {
  border-left-color: #85868d;
  border-left-color: rgba(133, 134, 141, 1);
}

.popover.right > .arrow {
  border-right-color: #85868d;
  border-right-color: rgba(133, 134, 141, 1);
}

.popover.bottom > .arrow:after {
  top: 3px;
}

.popover.top > .arrow:after {
  bottom: 3px;
}

.popover.left > .arrow:after {
  right: 3px;
}

.popover.right > .arrow:after {
  left: 3px;
}

.popover .form-block {
  box-shadow: none;
}

/** TIMELINE **/

timeline-badge {
  box-shadow: none;
  border-radius: 0px;
  font-size: 15px;
}

/** NAV TABS **/

.nav-tabs > li {
  overflow: hidden;
}

.nav-tabs > li > a > .fa-bg {
  color: #fff;
  font-size: 550% !important;
}

.nav-tabs > li > a {
  color: #85868d;
  margin-right: 2px;
  line-height: 1.42857143;
  border: 0px solid transparent;
  border-radius: 0;
  text-transform: uppercase;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #fff;
  background-color: #85868d;
  cursor: default;
}

.nav-tabs > li > a:hover {
  border-color: none;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #85868d;
  color: #fff;
}

/** SERVICE TREE **/

.mini-service-tree .tree-node {
  padding: 5px 10px;
}

.mini-service-tree div.ou-panel ol {
  margin-left: 18px;
  padding-left: 5px;
}

.mini-service-tree div.ou-panel .node-controls {
  padding: 5px;
}

.mini-service-tree .node-block {
}

/** TABS CUSTOM **/

.views-wrapper {
  margin-bottom: 5px;
}

.view-button {
  height: 35px;
  background-color: white;
  color: #c9c9c9;
  text-align: right;
  padding-right: 15px !important;
  overflow: hidden;
  border: 1px solid #f9f9f9;
}

.form-block .view-button {
  background-color: #c9c9c9;
  color: #f9f9f9;
}

.view-button.active {
  background-color: #ff7200;
  color: white !important;
  border: 1px solid #f9f9f9;
}

.view-title {
  font-size: 2rem;
}

.view-button:hover {
  background-color: #ff7200;
  transition: ease 0.5s;
  color: white;
  cursor: pointer;
}

.view-button .fa {
  position: absolute;
  font-size: 5em;
  left: 10px;
  top: 10px;
  opacity: 0.2;
}

/** ACORDION **/

uib-accordion .panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}

uib-accordion .panel-default > .panel-heading {
  color: #ff7200;
  border: 3px solid #ff7200;
  border-radius: 0px !important;
  background-color: #fff;
}

uib-accordion .panel-body {
  box-shadow: 1px 0px 8px #c9c9c9;
}

/** DEVICE REPLACE TASK **/

.replacedevice-loader {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  z-index: 1000;
  color: white !important;
  font-size: 2em;
  text-shadow: 1px 1px 1px black;
}

/**  TAG **/

label.tag {
  padding: 4px 8px;
  background-color: #ff7200;
  color: white;
  border-radius: 0px;
  margin: 0px 5px;
  border: 2px solid #ff7200;
}

label.tag:hover {
  background-color: white;
  color: #ff7200;
  cursor: pointer;
}

/*  */

.btn-filter-calendar {
  position: absolute;
  background-color: #ff7200;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  cursor: pointer;
  /* top: 0;
    right: 16px; */
  top: 15px;
  margin-left: -56px;
}

.filter-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
}

.display-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

.align-items-center {
  align-items: center;
}

.table-no-results {
  text-align: center;
}

.table-no-results p {
  margin: 0;
}

.close-filter {
  position: absolute;
  top: 6px;
  right: 16px;
  font-size: 24px;
  cursor: pointer;
}

.btn-filter {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}

.btn-filter i {
  background-color: #f9f9f9;
  box-shadow: 1px 1px 3px #c9c9c9;
  font-size: 24px;
  padding: 1rem;
  width: 40px;
}

.emergency-ticket {
  color: red;
  animation-duration: 1500ms;
  animation-name: blink;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes blink {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
