html {
  height: 100%;
}

body {
  font-family: "Roboto", sans-serif;
  height: 100%;
}

/**
**
**
**/

a {
  color: #428bca;
}

.img-border {
  padding: 2px;
  border: 1px solid black;
}

.cursor {
  cursor: pointer !important;
}

.link {
  cursor: pointer !important;
}

.input-file {
  white-space: nowrap;
  margin: 5px 0px;
  cursor: pointer;
}

.no-padding-sides {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.no-padding-left {
  padding-left: 0px !important;
}

.no-padding-right {
  padding-right: 0px !important;
}

.nowrap {
  white-space: nowrap;
}

.blink-new-chats {
  background-color: #e00109;
  color: white !important;
  padding: 2px;
  font-weight: bold;
  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-chat;
  display: block;
  width: 40px;
  margin: 0 auto;
}

.myself {
  color: blue;
  font-weight: bold;
}

@-webkit-keyframes pulse-chat {
  0%,
  100% {
    background-color: #ffffff;
  }
  50% {
    background-color: #ff7200;
  }
}

@keyframes pulse-chat {
  0%,
  100% {
    background-color: #ffffff;
  }
  50% {
    background-color: #ff7200;
  }
}

div.ticketing-main-viewer {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  height: calc(100% - 35px);
}

div.ticketing-main-viewer {
}

/* Menu  */

.navigation > ul > li:hover > a,
.navigation > ul > li.active:hover > a,
.navigation > ul > li.active > a {
  background: #ff7200;
  color: #ffffff;
}

/** Progress Bar **/

.progress {
  background: #ffffff;
  color: #fff;
  font-weight: 300;
  box-shadow: inset 0 0 7px #ffd37f;
}

/* Color de fondo de la barra*/

.progress-bar {
  background: #ff7200;
  color: #ffffff;
  font-weight: 300;
}

.progress-bar-success {
  background: #ff7200;
  color: #ffffff;
  font-weight: 300;
}

.progress-bar-info {
  background: #ffa800;
  color: #ffffff;
  font-weight: 300;
}

.progress-bar-warning {
  background: #ffa800;
  color: #ffffff;
  font-weight: 300;
}

.progress-bar-danger {
  background: #ffa800;
  color: #ffffff;
  font-weight: 300;
}

/** Labels **/

.label,
.label-default {
  background: #efefef;
  color: #666666;
  font-weight: 300;
  border: 1px solid transparent;
}

.label-primary {
  background: #efefef;
  color: #666666;
  font-weight: 300;
}

.label-success {
  background: #efefef;
  color: #666666;
  font-weight: 300;
}

.label-info {
  background: #ffffff;
  color: #666666;
  font-weight: 300;
  border-color: #d9d9d9;
}

.label-warning {
  background: #666666;
  color: #ffffff;
  font-weight: 400;
}

.label-danger {
  background: #f4cccc;
  color: #666666;
  font-weight: 400;
}

/* Alertas y mensajes */

.alert {
  position: absolute;
  width: 30% !important;
  top: 5%;
  z-index: 1000000000;
  text-align: center;
  margin: 0 35%;
}

.alert-success {
  background: #efefef;
  color: #fff;
  border-color: #d9d9d9;
  font-weight: 300;
}

.alert-info {
  background: #efefef;
  color: #666666;
  border-color: #d9d9d9;
  font-weight: 300;
}

.alert-warning {
  background: #666666;
  color: #ffffff;
  border-color: #d9d9d9;
  font-weight: 300;
}

.alert-danger {
  background: #f4cccc;
  color: #666666;
  border-color: #d9d9d9;
  font-weight: 300;
}

/* Badges */

.badge {
  background: #efefef;
  color: #666666;
  font-weight: 300;
  border: 1px solid transparent;
}

.bg-primary {
  background: #efefef;
  color: #666666;
  font-weight: 300;
}

.bg-success {
  background: #efefef;
  color: #666666;
  font-weight: 300;
}

.bg-info {
  background: #ffffff;
  color: #666666;
  font-weight: 300;
  border-color: #d9d9d9;
}

.bg-dark {
  background: #666666;
  color: #ffffff;
  font-weight: 300;
}

.bg-warning {
  background: #666666;
  color: #ffffff;
  font-weight: 400;
}

.bg-danger {
  background: #f4cccc;
  color: #666666;
  font-weight: 400;
}

/* Botones */

.btn-default {
  background: #efefef;
  color: #666666;
  font-weight: 300;
  border-color: #d9d9d9;
}

.btn-default:hover,
.btn-default.active {
  background: #d9d9d9;
  color: #666666;
  border-color: #d9d9d9;
}

.btn-primary {
  background: #efefef;
  color: #666666;
  font-weight: 300;
  border-color: #d9d9d9;
}

.btn-primary:hover,
.btn-primary.active {
  background: #d9d9d9;
  color: #666666;
  border-color: #d9d9d9;
}

.btn-success {
  background: #efefef;
  color: #666666;
  font-weight: 300;
  border-color: #d9d9d9;
}

.btn-success:hover,
.btn-success.active {
  background: #d9d9d9;
  color: #666666;
  border-color: #d9d9d9;
}

.btn-warning {
  background: #666666;
  color: #ffffff;
  font-weight: 400;
  border-color: #d9d9d9;
}

.btn-warning:hover,
.btn-warning.active {
  background: #000000;
  color: #ffffff;
  border-color: #000000;
}

.btn-danger {
  background: #f4cccc;
  color: #666666;
  font-weight: 400;
  border-color: #d9d9d9;
}

.btn-danger:hover,
.btn-danger.active {
  background: #f4cccc;
  color: #ffffff;
  border-color: #d9d9d9;
}

.btn-link {
}

.btn-link:hover,
.btn-link.active {
}

.btn.disabled {
  background: #ffffff;
  color: #b7b7b7;
  border-color: #ffffff;
}

/* Font sizes */

.font-small {
  font-size: 80%;
}

.font.tiny {
  font-size: 75%;
}

/* Pagination */

.pagination > li > a,
.pagination > li > span {
  color: #ff7200;
}

.pagination > li > a:hover {
  background: #ff7200;
  color: #ffa800;
}

.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-color: #ff7200;
}

/* Autocompletes */

.autocomplete-list {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  margin-top: 2px;
  position: absolute;
  /*right: 0px;*/
  width: 93%;
  z-index: 50;
  background-color: white !important;
  min-width: 600px;
  max-height: 450px;
  overflow-y: auto;
  box-shadow: 0px 0px 5px #9d9d9d;
}

.autocomplete-list ul,
.autocomplete-list ol {
  list-style: none;
  margin: 0px !important;
  padding: 0px !important;
}

.autocomplete-list li {
  padding: 5px 10px;
  padding-right: 25px;
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
}

.autocomplete-list li:hover {
  background-color: #428bca;
  color: white;
  cursor: pointer;
}

.autocomplete-list li div {
  display: inline-block;
}

.autocomplete-list li div.entity-type {
  width: 50px;
  margin-rigth: 5px;
  padding: 4px;
  text-align: center;
  line-height: auto;
  font-size: 1.5em;
}

/** Autocompletes specific **/

li.location-autocomplete-item {
}

/* Pager */

ul.pager a {
  background: #ffa800;
  color: #ffffff;
}

ul.pager a:hover {
  background: #ffd37f;
  color: #ffa800;
}

.panel {
  border-color: #d9d9d9 !important;
}

/** Others **/

.text-success {
  color: #70ba63;
}

.text-warning {
  color: #feb252;
}

.text-info {
  color: #4dc5f9;
}

span.mandatory {
  margin: auto 0.5em;
  color: red !important;
  font-weight: bold;
}

#file-attachment-input {
  opacity: 0;
  cursor: pointer;
}

.input-file-label {
  text-align: center;
  position: absolute;
  font-size: 12px;
  width: 100%;
  background-color: #f9f9f9;
  border: 1px solid #eee;
  height: 34px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  line-height: 34px;
  font-weight: bold;
  cursor: pointer;
}

/** OU TREE **/

.tree-root,
.tree-root li {
  list-style: none !important;
}

/* Dashboard */

.ticket-summary {
  font-size: 0.8em;
}

.ticket-summary table {
  width: 100%;
  background-color: white;
  color: black !important;
}

.ticket-summary thead tr {
  background-color: #ff7200;
  color: white;
  font-weight: bold;
}

.ticket-summary thead tr th {
  padding-left: 1px;
  padding-rigth: 1px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: center;
}

.ticket-summary tbody tr {
  border-top: 1px solid #ddd;
  padding: 1px;
  width: 100%;
}

.ticket-summary tbody tr td {
  padding: 4px 0px;
}

.ticket-summary tbody tr:first-child {
  border-top: 0px !important;
}

.ticket-summary tbody tr:hover {
  cursor: pointer;
  background-color: white;
}

.stat-row {
  font-size: 0.9em;
}

ul.dashboard-shortcut-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul.dashboard-shortcut-list li {
  text-align: center;
  margin-bottom: 25px;
}

ul.dashboard-shortcut-list li a {
  width: 100%;
  font-weight: bold;
  border-color: none !important;
}

.dashboard-ticket-preview {
  display: block;
  min-height: 200px;
  font-size: 0.8em;
  padding: 0 5%;
}

span.dashboard-tooltip {
  width: 50%;
  float: left;
  font-size: 0.9em;
}

div.dashboard-stats i.bg-success {
  background: #70ba63;
  color: #666666;
  font-weight: 300;
}

div.dashboard-stats i.bg-info {
  background: #4dc5f9;
  color: #666666;
  font-weight: 300;
}

div.dashboard-stats i.bg-warning {
  background: #feb252;
  color: #666666;
  font-weight: 300;
}

.dashboard-stats.panelinfo {
  position: relative;
  cursor: help !important;
  padding: 10px 10px 10px 106px;
}

.dashboard-stats.panelaction {
  position: relative;
  cursor: pointer;
  padding: 10px 10px 10px 106px;
  background-color: white !important;
  border-radius: 50px;
  border: 1px solid #ddd;
}

.dashboard-ticket-table-wrapper {
  width: 80%;
  display: block;
  margin: 0 auto;
}

div.dashboard-row {
  display: block;
  margin-bottom: 15px !important;
}

div.ticket-preview {
  padding: 5px 0px;
  font-size: 0.9em;
  display: inline-block;
  width: 100%;
}

div.ticket-preview a {
  text-decoration: none;
  cursor: pointer;
  color: #85868d !important;
}

div.dashboard-comment-link {
  color: #85868d !important;
  text-decoration: none !important;
  display: block !important;
  margin-bottom: 5px;
  min-height: 70px !important;
}

div.incident-comment {
  width: 100%;
  display: block !important;
  margin-bottom: 2px;
}

p.comment {
  font-size: 0.8em;
  color: #85868d !important;
}

.user-name {
  color: #85868d !important;
}

/* Tablas */

div.bs-component {
  margin-top: 6px !important;
}

div.panel-filters {
  margin-bottom: 10px !important;
  padding: 0px;
  padding-top: 10px;
}

.table > thead > tr > th {
  background-color: transparent !important;
  font-size: 1.1rem;
}

.table td.w-50 {
  max-width: 50px;
  width: 50px;
}

.table td.w-100 {
  max-width: 100px;
  width: 100px;
}

.table td.w-25 {
  max-width: 25px;
  width: 25px;
}

.table td.w-75 {
  max-width: 75px;
  width: 75px;
}

/****************/

/*********************/

/*** SEARCH FORM *****/

/*********************/

.height-50 {
  height: 50% !important;
  display: block !important;
  overflow-y: auto !important;
}

div.wrapper-search-form {
  text-align: center;
}

div.search-form-option {
  width: 200px;
  height: 275px;
  box-shadow: 0;
  padding: 5px;
  margin: 0 10px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
}

div.wrapper-asset-box {
  text-align: center;
}

div.wrapper-location-box {
  text-align: center;
}

div.asset-box-info {
  box-shadow: 0px;
  padding: 5px;
  width: 180px;
  height: 200px;
  vertical-align: top;
  display: inline-block;
  background-color: white;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  padding: 10px;
  text-align: center;
  margin: 0 5px;
  margin-bottom: 5px;
  position: relative;
}

div.location-box-info {
  box-shadow: 0px;
  padding: 5px;
  width: 180px;
  height: 200px;
  vertical-align: top;
  display: inline-block;
  background-color: white;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  padding: 10px;
  text-align: center;
  margin: 0 5px;
  margin-bottom: 5px;
  position: relative;
}

div.location-box-info:hover {
  box-shadow: 0px 0px 2px #ff7200;
  cursor: pointer;
}

div.asset-box-info:hover {
  box-shadow: 0px 0px 2px #ff7200;
  cursor: pointer;
}

div.asset-image-container {
  margin: 0 auto;
  width: 160px;
  height: 100px;
  font-size: 0.5em;
}

div.location-image-container {
  margin: 0 auto;
  width: 160px;
  height: 100px;
  font-size: 0.5em;
}

div.location-box-info .location-image-container img {
  max-width: 80%;
  max-height: 100%;
}

div.asset-box-info .asset-image-container img {
  max-width: 80%;
  max-height: 100%;
}

div.asset-detailed-info {
  width: 100%;
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
  position: absolute;
  bottom: 0px;
}

div.location-detailed-info {
  width: 100%;
  display: block;
  margin-top: -5px;
  text-align: center;
  bottom: 0px;
  font-size: 0.8em;
}

/**********************/

form.form-query label {
  text-align: left;
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}

form.form-query select.form-control {
  width: auto;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

div.checkbox-list {
  margin-top: 20px !important;
  padding: 0px !important;
}

div.form-controls {
  display: inline-block !important;
  margin: 5px auto;
  width: 100% !important;
}

h1.form-title,
h2.form-title,
h3.form-title,
h4.form-title {
  margin-top: 0px !important;
  margin-bottom: 20px !important;
}

div.panel-heading a.btn {
  line-height: normal;
  margin: 0 20px 0 0;
  display: inline-block;
  float: left;
}

div.panel-heading div.options {
  width: auto;
  float: right;
  height: auto;
}

div.panel-heading h2 {
  font-size: 22px;
  margin: 2px 20px 0 0;
  padding: 0;
  line-height: normal;
  width: auto;
  display: inline-block;
}

header.top-head h1 {
  color: #84868e;
  font-weight: 500;
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 5px;
  padding: 0;
  float: none;
  width: auto;
}

.navbar-toggle {
  display: block;
  padding-left: 0px;
  margin: 0 !important;
}

/** Formulario de incidencias **/

img.asset-image-container {
  max-width: 100%;
  text-align: center;
}

img.asset-image-container-resume {
  max-width: 60%;
  margin: 0 auto;
  display: block;
}

a.google-maps-link {
  text-decoration: none !important;
  color: inherit !important;
}

span.asset-no-image {
  font-size: 5em;
  display: block;
  margin: 0 auto;
  cursor: help;
}

img.img-preview-ticket-edit {
  max-height: 160px;
}

div.panel-asset-list {
  background-color: #ffe8bb !important;
}

div.asset-list {
  max-height: 400px;
  overflow-y: auto !important;
}

img.assettype-icon {
  max-width: 24px;
}

img.assettype-icon-small {
  max-width: 16px;
}

img.assettype-icon-tiny {
  max-width: 8px;
}

a.open-ticket-link {
  float: right;
  color: black;
  font-weight: bold;
  font-size: 24px;
}

a.open-ticket-link:hover {
  color: #ffa800;
}

img.company-logo {
  max-width: 96px;
}

img.company-logo-small {
  max-width: 48px;
}

img.company-logo-tiny {
  max-width: 24px;
}

span.asset-item-data-col {
  display: inline-block;
  min-width: 30%;
}

span.asset-item-location-col {
  display: inline-block;
  min-width: 50%;
}

div.asset-info {
  float: left;
}

div.asset-info-resume {
  font-size: 0.8em;
}

div.ticket-form .panel-heading {
  font-size: 1.3em !important;
}

div.checkbox-col {
  float: left;
  width: 50%;
  display: block;
}

.ticket-attachment {
  margin: 0.4em auto;
}

.button-bar-loader {
  text-align: center;
}

.attachment-file-row {
  margin: 0px !important;
  padding: 5px !important;
}

.attachment-file-row p {
  margin: 0px !important;
}

.attachment-file-row:hover {
  background-color: #eee;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.ticket-comment-text {
  border: 1px solid #eee;
  padding: 5px 15px 5px 15px;
  border-radius: 10px 10px 10px 10px;
  display: block;
  width: auto;
  margin-bottom: 2px !important;
  float: left;
  clear: both;
  background-color: #d6f7ff;
}

.self-ticket-comment-text {
  border: 1px solid #eee;
  padding: 5px 15px 5px 15px;
  border-radius: 10px 10px 10px 10px;
  display: block;
  width: auto;
  margin-bottom: 2px !important;
  float: right;
  clear: both;
  background-color: #e7ffe4;
  text-align: right;
}

.self-ticket-comment-text .comment-date {
  text-align: left !important;
}

.new-self-comment-header {
  width: auto;
  float: right;
  clear: both;
}

.self-comment-header {
  width: auto;
  float: left;
  clear: both;
}

.new-ticket-comment-text {
  border: 1px solid #eee;
  padding: 5px 15px 5px 15px;
  border-radius: 0% 10px 10px 10px;
  display: block;
  width: auto;
  margin-bottom: 2px !important;
  float: left;
  clear: both;
  background-color: #d6f7ff;
}

.new-self-ticket-comment-text {
  border: 1px solid #eee;
  padding: 5px 15px 5px 15px;
  border-radius: 10px 10px 0% 10px;
  display: block;
  width: auto;
  margin-bottom: 2px !important;
  text-align: right;
  clear: both;
  background-color: #e7ffe4;
}

.new-self-ticket-comment-text .comment-date {
  text-align: right !important;
}

.user-portrait-small {
  width: 64px;
  height: 64px;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  margin-bottom: 5px;
  margin-right: 10px;
  overflow: hidden !important;
  float: left;
}

.user-portrait-small img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.user-portrait-tiny {
  width: 24px;
  height: 24px;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  margin-bottom: 5px;
  margin-right: 10px;
  overflow: hidden !important;
  float: left;
}

.user-portrait-tiny img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.portrait-comment {
  margin-top: 10px;
  width: 32px;
  height: 32px;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  margin-bottom: 5px;
  margin-right: 10px;
  overflow: hidden !important;
  display: inline-block;
  float: left;
}

.portrait-comment img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.user-comment-name {
  margin-top: 10px;
  float: left;
  display: inline-block;
  height: 24px;
  line-height: 24px;
}

.comment-date {
  padding-top: 3px;
  font-size: 0.6em;
  display: block;
  text-align: right;
}

#wrapper-comments {
  height: 205px;
  overflow-y: auto;
  overflow-x: hidden;
}

.file-attachment-info {
  width: 100%;
  display: inline-block;
  font-size: 0.8em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-attachment-size {
  display: inline-block;
  width: 10%;
}

.file-attachment-controls {
  display: inline-block;
}

.attachment-file-control {
  float: right;
  font-size: 1.2em;
  margin: 0px 5px;
  cursor: pointer !important;
}

.device-list {
  max-height: 200px;
  overflow-y: auto !important;
}

.intervention {
  padding: 5px;
  border-bottom: 1px solid #d9d9d9 !important;
  margin-bottom: 10px;
}

div.admin-panel {
  font-size: 0.9em;
}

div.admin-panel .form-control {
  height: 24px;
  padding: 3px 6px;
  font-size: 11px;
  border-radius: 2px;
}

div.admin-panel textarea.form-control {
  height: auto !important;
}

div.admin-panel h3 {
  margin-top: 0px !important;
}

@media (max-width: 1440px) {
  div.admin-panel .form-control {
    height: 24px;
    padding: 3px 6px;
    font-size: 11px;
    border-radius: 2px;
  }
}

.chronology-panel {
  font-size: 0.9em;
}

.logbook {
  padding: 10px;
}

.logbook-info {
  border-right: 1px solid #d9d9d9 !important;
}

.timeline-wrapper {
  height: 48.3rem;
  overflow-y: auto;
}

/** CHAT **/

.chat-button {
  padding: 2px;
  color: #fff;
  background-color: #666666;
  height: 30px;
  text-align: left;
  font-weight: bold;
  padding-left: 10px;
  cursor: pointer;
  font-size: 1.1em;
  line-height: 25px;
}

.chat-box {
  position: fixed;
  right: 15px;
  bottom: 55px;
}

.chat-textbox {
  margin-bottom: 5px;
}

.chat-body {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}

@keyframes colorchange {
  0% {
    background: #666666;
  }
  50% {
    background: #ff9e44;
  }
  100% {
    background: #666666;
  }
}

.new-message {
  animation: colorchange 2s linear infinite;
}

.sat-read {
  color: blue;
  text-shadow: 1px 1px 1px #ccc;
}

.applicant-read {
  color: green;
  text-shadow: 1px 1px 1px #ccc;
}

/** ATTACHMENTS BOX **/

.attachments-button {
  padding: 2px;
  color: #fff;
  background-color: #666666;
  height: 30px;
  text-align: left;
  font-weight: bold;
  padding-left: 10px;
  cursor: pointer;
  font-size: 1.1em;
  line-height: 25px;
}

.attachments-box {
  position: fixed;
  bottom: 55px;
}

.attachments-body {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}

.ticket-list {
  font-size: 0.8em !important;
  color: black !important;
}

.ticket-param-form {
  font-size: 0.8em;
}

.ticket-param-form .form-control {
  display: block;
  width: 100%;
  height: 25px;
  padding: 2px 4px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.ticket-param-form .input-group-addon {
  padding: 3px 6px;
}

.ticket-cols-params {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.ticket-cols-params li {
  float: left;
  margin: 10px 15px;
  min-width: 100px;
}

/** COLOR PICKER **/

div.colorpicker-item {
  width: 25px;
  height: 25px;
  border: 1px solid #efefef;
  display: inline-block;
  cursor: pointer;
}

div.colorpicker-item:hover {
  border: 1px solid black;
}

div.panel-font-small {
  font-size: 0.8em;
}

div.panel-font-small .input-group-addon {
  padding: 3px 6px;
}

div.panel-font-small .form-control {
  height: 24px;
  padding: 3px 6px;
  font-size: 11px;
  border-radius: 2px;
}

div.panel-font-small textarea.form-control {
  height: auto !important;
}

/** TREE LIST **/

.angular-ui-tree-placeholder {
  border: 1px dashed silver !important;
}

div.ou-panel {
}

div.ou-panel ol {
  list-style: none !important;
  border-left: 2px dotted #85868d;
  padding-left: 15px;
  margin-left: 38px;
}

div.ou-panel ol.tree-root {
  list-style: none !important;
  border-left: none !important;
  padding-left: 0px !important;
  margin-left: 0px !important;
}

.label-node-location {
  font-size: 0.8em !important;
}

.label-node {
}

div.ou-panel ol li {
  margin-top: 2px;
  margin-bottom: 2px;
}

div.ou-panel ol li .node-icon-type {
  width: 20px !important;
  display: inline-block !important;
  text-align: center !important;
}

div.ou-panel .node-controls {
  display: inline-block;
}

div.ou-panel .node-controls .btn {
  padding: 0px !important;
}

div.tree-node {
  padding: 5px 30px;
  display: inline-block;
}

div.tree-node:hover {
  background-color: #f0f0f0;
}

div.tree-node:hover .label-node {
  color: #ff7200;
}

div.node {
  display: inline-block;
  font-weight: bold;
  padding: 5px;
  cursor: -webkit-grab;
  cursor: -moz-grab;
}

div.node > .grab {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}

div.node:hover {
  color: silver;
}

/* INCIDENTCATEGORY && REQUESTCATEGORY */

/* views */

.tree-list-head {
  cursor: default;
}

div.user-ou-panel {
  min-height: 10vh;
  max-height: 66rem;
  overflow-y: auto !important;
  font-size: 1.4rem;
  padding-top: 2rem;
}

div.user-ou-panel ul {
  list-style: none !important;
  margin-top: 10px;
  border-left: 1px dotted silver;
  padding-left: 15px;
  margin-left: 8px;
}

div.user-ou-panel li {
  margin-top: 2px;
  margin-bottom: 2px;
}

div.user-ou-panel .node-icon-type {
  width: 2rem !important;
  text-align: center !important;
  margin-top: 0.4rem;
}

.category-description {
  display: block;
}

span.node-controls {
  color: silver;
  padding-left: 1rem;
  font-size: 1.5rem;
  white-space: nowrap;
  cursor: pointer;
}

span.node-controls > .fa-pencil:hover {
  color: gray;
}

span.node-controls > .fa-trash:hover {
  color: red;
}

span.node-controls > .fa-expand:hover {
  color: orange;
}

span.node-controls > .fa-plus:hover {
  color: green;
}

.disposition {
  display: flex;
}

div.no-children {
  display: flex;
}

div.no-children > p {
  font-size: 1.5rem;
  padding-top: 1rem;
  font-weight: 600;
}

.modal-header {
  border-bottom: 1px solid #ff7200 !important;
}

.btn-delete {
  color: #fff;
  background-color: #c92d42;
}

.btn-cancel {
  border: 1px solid #c9c9c9;
}

.data-container {
  margin-top: 3rem;
}

.assettypes-container {
  margin-top: 3rem;
  height: 56rem;
  overflow: auto;
  margin-left: -2rem;
}

div.languages-container > div.form-group > h4 {
  margin-top: 2.9rem;
}

textarea {
  resize: vertical;
}

input[type="checkbox"] {
  width: 1.6rem;
  height: 1.6rem;
  cursor: pointer;
}

.soft-placeholder > input:placeholder-shown,
.soft-placeholder > textarea:placeholder-shown {
  color: #ffffff;
}

.soft-placeholder > input::placeholder,
.soft-placeholder > textarea::placeholder {
  color: #c9c9c9;
}

.move-info > h5 {
  color: orange;
  font-weight: 700;
  margin-top: -1rem;
  cursor: default;
}

.move-info > h5 > .fa {
  color: #6ea1ff;
}

.active {
  color: #85868d;
}

.noactive {
  color: #c9c9c9;
  transition: color 0.4s;
}

.noactive:hover {
  color: #85868d;
  cursor: pointer;
}

.root-node-move {
  margin-bottom: 2rem;
}

/*.root-node-move.ng-hide { opacity: 0; }
.root-node-move.ng-hide-add, .root-node-move.ng-hide-remove { transition: all linear 0.6s; }*/

.node-root-icon {
  transform: rotate(180deg);
}

/*transform: scale(-1, 1) rotate(180deg);*/

/** BUTTONS **/

.add-button {
  position: absolute;
  right: 4rem;
  top: 12rem;
  background-color: #3cad4a;
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
  min-width: 16rem !important;
  font-size: 200% !important;
  padding: 0.4rem;
}

.add-button .hover {
  display: none;
}

.add-button:hover .normal {
  display: none;
}

.add-button:hover .hover {
  display: inline;
}

.ticketService-company {
  border: 2px solid white;
  padding: 2px;
  display: inline-block;
  cursor: pointer;
}

.ticketService-box {
  border: 2px solid #ff7200;
  display: inline-block;
  margin: 5px;
  font-size: 0.7rem !important;
  padding: 2px 4px;
  background-color: white;
  cursor: pointer;
  text-align: center;
  min-width: 100px;
  color: black;
  border-radius: 5px;
}

.ticketService-box h6 {
  font-size: 11px !important;
}

.ticketService-box + .tier-1 {
}

.ticketService-box + .tier-2 {
  max-width: 90px;
}

.ticketService-box + .tier-3 {
  max-width: 90px;
}

.ticketService-locationCategory {
  border: 2px solid #ff7200;
  padding: 0.5rem;
  font-weight: bold;
  text-align: center;
  margin: 0.5rem;
  cursor: pointer;
}

.ticketService-locationCategoryValue {
  border: 2px solid #ff7200;
  padding: 1rem;
  font-weight: bold;
  text-align: center;
  margin: 0.5rem;
  cursor: pointer;
  height: 75px;
}

.ticketService-locationCategoryValue p {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 2px;
}

.selectedCategory {
  background-color: white;
  color: white;
}

.selectedCompany {
  border: 2px solid #ff7200;
  padding: 2px;
}

.isAvailable {
  border: 2px solid white;
  background-color: #ff7200;
  color: white;
}

/** - REAL-27 - **/

.assigned-head {
  margin-bottom: 1rem;
}

.lessMargin {
  margin-top: -1rem !important;
}

.btn-assign {
  border: 1px solid #428bca;
  color: #428bca;
  padding: 0.8rem;
  transition: all 0.3s;
}

.btn-assign:hover {
  border: 1px solid black;
  color: black !important;
  cursor: pointer;
  border-radius: 6%;
  box-shadow: 1px 1px black;
}

.pl-2 {
  padding-left: 2px !important;
}

.pr-2 {
  padding-right: 2px !important;
}

.btn-close {
  border: 1px solid #428bca;
}

.btn-close:hover {
  border: 1px solid #006a00;
  color: #006a00 !important;
  box-shadow: 1px 1px #006a00;
}

.assign-buttons-new {
  margin-bottom: 1rem;
}

/** - SUPPORTGROUPS - **/

.modal-userslistcontainer {
  padding-left: 0;
  height: 50rem;
  width: 35rem;
  overflow-y: auto;
  border: 1px solid gainsboro;
}

.modal-userslistcontainer::-webkit-scrollbar {
  width: 0.4rem;
}

.modal-userslistcontainer::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 0.1rem;
}

.modal-userslistcontainer::-webkit-scrollbar-thumb {
  background: #ff7200;
  border-radius: 0.1rem;
}

.modal-userslistcontainer::-webkit-scrollbar-thumb:hover {
  background: #76461f;
}

.modal-userslistcontainer p {
  padding: 0.6rem 0rem 0.6rem 0.6rem;
  margin: 0;
  width: 34.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.modal-userslistcontainer p:hover {
  cursor: pointer;
  background: #ff7200;
  color: black;
}

.modal-buttonscontainer {
  height: 50rem;
  display: table;
}

.modal-buttonscontainer div {
  display: table-cell;
  vertical-align: middle;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
}

.btn-passall {
  border: 1px solid #c9c9c9;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.assign-disposition {
  display: flex;
}

.group-description {
  font-size: 0.9rem;
}

/** - Selector de categorías - **/

.dropdown-menu {
  font-size: 1.3rem !important;
  max-height: 40rem;
  overflow-y: auto;
  width: 46.6rem;
}

.dropdown-menu::-webkit-scrollbar {
  width: 0.4rem;
}

.dropdown-menu::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 0.1rem;
}

.dropdown-menu::-webkit-scrollbar-thumb {
  background: #ff7200;
  border-radius: 0.1rem;
}

.dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #76461f;
}

.categories-space {
  display: flex;
}

.categories-space input {
  width: 48%;
  font-size: 1.3rem !important;
  height: 3rem !important;
}

.categories-space button {
  width: 48%;
  margin-left: 3.66%;
  transition: 0.5s ease;
}

.categories-space button:hover {
  cursor: pointer;
  color: #ff7200 !important;
}

.tree-icon {
  font-size: 2.4rem;
  margin-left: 2rem;
}

.tree-icon:hover {
  cursor: pointer;
  color: #ff7200;
  transition: 0.5s ease;
}

.modal-footer {
  padding: 1rem !important;
}

div.categoriestree-panel {
  font-size: 1.2rem;
  padding-top: 2rem;
  max-height: 55rem;
  overflow-y: auto;
}

div.categoriestree-panel ul {
  list-style: none !important;
  margin-top: 10px;
  border-left: 1px dotted silver;
  padding-left: 15px;
  margin-left: 8px;
}

div.categoriestree-panel li {
  margin-top: 2px;
  margin-bottom: 2px;
}

div.categoriestree-panel .node-icon-type {
  width: 2rem !important;
  text-align: center !important;
  margin-top: 0.4rem;
}

.categoriestree-panel::-webkit-scrollbar {
  width: 0.4rem;
}

.categoriestree-panel::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 0.1rem;
}

.categoriestree-panel::-webkit-scrollbar-thumb {
  background: #ff7200;
  border-radius: 0.1rem;
}

.categoriestree-panel::-webkit-scrollbar-thumb:hover {
  background: #76461f;
}

.root-sons-modal-container {
  border-left: 1px dotted silver;
  padding-left: 15px;
  margin-left: 8px;
}

.category-block:hover {
  color: black;
}

.category-block span:hover {
  cursor: pointer;
}

.category-block label:hover {
  cursor: pointer;
}

.category-block small:hover {
  cursor: pointer;
}

/** - summary-view - **/

.ticket-info-slot {
  border-right: 1px solid #c9c9c9;
}

.ticket-info-slot h3,
.ticket-info-slot h4,
.ticket-info-slot h5,
.ticket-info-slot span {
  cursor: default;
}

.ticket-info-slot hr {
  margin-top: 0rem !important;
  margin-bottom: 1.4rem !important;
}

.ticket-info-slot .selectedLocation-company-name {
  margin-bottom: 0rem !important;
}

.header-icon {
  margin-top: 0.8rem;
  color: #428bca;
  font-size: 1.8rem;
}

.header-icon:hover {
  cursor: pointer;
  color: #23527c;
  /*#95BDE1;*/
}

.ticket-state {
  margin-top: 0.4rem;
  font-size: 2.2rem;
}

.ticket-data-slot h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ticket-data-slot h3,
.ticket-data-slot h4 {
  margin-bottom: 1rem;
}

.ticket-data-slot h3:hover,
.ticket-data-slot h4:hover,
.ticket-data-slot h5:hover {
  cursor: default;
}

.ticket-data-slot a:hover {
  cursor: pointer;
  text-decoration: underline;
}

.ticket-data-slot h5 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1rem;
}

.ticket-data-slot label {
  font-size: 1.4rem;
}

.ticket-title {
  font-weight: 600;
}

.associated-asset-container {
  margin: 1rem 0rem 2.6rem 0rem;
  padding: 0.4rem;
  border: 1px solid #c9c9c9;
  border-radius: 4%;
  text-align: center;
  transition: border 0.2s;
  height: 4rem;
  /*width: fit-content;*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.associated-asset-container span {
  font-size: 1.4rem;
}

.associated-asset-container:hover {
  cursor: pointer;
  border: 1px solid #ff8000;
}

.preinst span {
  vertical-align: -webkit-baseline-middle;
}

.preinst i {
  border: 1px solid transparent;
  padding: 0.5rem;
  border-radius: 50%;
  color: white;
}

.preinst .fa-shopping-cart {
  background: #428bca;
}

.preinst .fa-barcode {
  background: #f8c710;
}

.ticket-info-slot,
.ticket-data-slot {
  padding-bottom: 0rem;
}

.assign-buttons-container .form-group {
  margin-bottom: 0.4rem !important;
}

.assign-buttons-container .btn-assign {
  padding: 0.2rem !important;
}

.assign-buttons-container label {
  margin-bottom: 0rem !important;
  font-size: 1.2rem;
}

.multi-button {
  margin-top: 1.6rem;
}

.multi-button .btn {
  padding: 1rem;
  font-size: 1.8rem;
}

.chronology-panel p {
  margin-bottom: 0rem !important;
}

.ticket-contact-slot .panel {
  margin-bottom: 0rem !important;
  height: 9rem;
  width: 100%;
}

.ticket-contact-slot .panel-body {
  padding: 0.4rem 0.2rem 0.2rem 0.2rem !important;
}

.ticket-contact-slot .form-group {
  margin-bottom: 0rem !important;
}

.ticket-contact-slot button {
  height: 5.4rem;
  /*width: 100%;
	margin: .7rem 0rem 0rem -50% !important;
	font-size: 2.4rem;*/
  width: 200%;
  margin: 0.7rem 0rem 0rem -100% !important;
  font-size: 2.6rem;
}

.ticket-contact-slot .col-md-6 {
  padding-right: 0.2rem !important;
}

.ticket-contact-slot .col-md-6:last-child {
  padding-right: 0rem !important;
  padding-left: 0.2rem !important;
}

.ticket-contact-slot-data {
  cursor: default;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ticket-solution-container textarea {
  height: 15rem;
  width: 100%;
  resize: none;
  overflow: auto;
  border: none;
  transition: box-shadow 0.2s;
  font-size: 1.4rem;
}

.description-attachment textarea::placeholder,
.ticket-solution-container textarea::placeholder {
  color: #c9c9c9;
}

.description-attachment textarea {
  margin-top: 1rem;
  height: 22rem;
  width: 100%;
  resize: none;
  overflow: auto;
  border: none;
  border-radius: 0.4rem;
  transition: box-shadow 0.2s;
  font-size: 1.4rem;
}

.description-attachment textarea:focus,
.ticket-solution-container textarea:focus {
  outline: none;
  box-shadow: 0.1rem 0.1rem 0.4rem #ff8000;
}

.description-attachment textarea::-webkit-scrollbar,
.ticket-solution-container textarea::-webkit-scrollbar,
.attachments-container::-webkit-scrollbar,
.old-tickets-container::-webkit-scrollbar {
  width: 0.4rem;
}

.description-attachment textarea::-webkit-scrollbar-track,
.ticket-solution-container textarea::-webkit-scrollbar-track,
.attachments-container::-webkit-scrollbar-track,
.old-tickets-container::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 0.1rem;
}

.description-attachment textarea::-webkit-scrollbar-thumb,
.ticket-solution-container textarea::-webkit-scrollbar-thumb,
.attachments-container::-webkit-scrollbar-thumb,
.old-tickets-container::-webkit-scrollbar-thumb {
  background: #ff7200;
  border-radius: 0.1rem;
}

.description-attachment textarea::-webkit-scrollbar-thumb:hover,
.ticket-solution-container textarea::-webkit-scrollbar-thumb:hover,
.attachments-container::-webkit-scrollbar-thumb:hover,
.old-tickets-container::-webkit-scrollbar-thumb:hover {
  background: #76461f;
}

.attachments-block {
  margin-top: 2.2rem;
}

.attachments-view-container {
  height: 26rem;
  border: 1px solid #c9c9c9;
}

.attachments-view-container img,
.attachments-view-container video,
.attachments-view-container object {
  max-width: 100%;
  max-height: 100%;
  margin-bottom: -100%;
}

.attachments-view-container div {
  height: 100%;
}

.blackbackground {
  background: black;
}

.nopreview {
  margin-top: 50%;
}

video,
object {
  vertical-align: middle !important;
}

.attachments-container {
  height: 16rem;
  overflow: auto;
}

.attachments-container .attachment-file-row:hover {
  cursor: pointer;
}

.attachment-upload-controls {
  margin-top: 3.2rem;
}

.attachment-upload-controls div:nth-last-child(1) {
  margin-bottom: 0rem;
}

.attachment-file-upload {
  white-space: nowrap;
  margin: 5px 0px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tracing-solution button {
  margin: 1rem 0rem 2rem 0rem;
}

.timeline-wrapper::-webkit-scrollbar {
  width: 0.4rem;
}

.timeline-wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 0.1rem;
}

.timeline-wrapper::-webkit-scrollbar-thumb {
  background: #ff7200;
  border-radius: 0.1rem;
}

.timeline-wrapper::-webkit-scrollbar-thumb:hover {
  background: #76461f;
}

.ticket-solution-container div > select {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.ticket-solution-container label:first-child {
  font-size: 1.4rem;
}

.ticket-tickets-container {
  margin-top: 2.2rem;
}

.old-tickets-container {
  height: 26rem;
  overflow: auto;
  font-size: 1.6rem;
}

.oldtickettitle {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.eacholdticket {
  margin-bottom: 0.8rem;
  transition: all 0.3s ease-in-out;
}

.eacholdticket:hover {
  background: #c9c9c9;
  cursor: pointer;
  color: black;
}

.newentry-time {
  display: flex;
  margin: 2.6rem 0 2.6rem 36%;
}

.newentry-time div:last-child {
  margin-left: 2rem;
}

/*popovers*/

.popover-each-row {
  margin-bottom: 0.4rem;
}

.popover-each-row:hover {
  background: #d7d7d7;
  color: black;
}

.popover-each-row img {
  width: 2rem;
}

/*.popover-asset-img{
	height: 22rem;
	text-align: center;
}*/

.popover-asset-img img {
  max-width: 100%;
  max-height: 100%;
}

.popover-assetdevices {
  height: 6rem;
  overflow: auto;
}

.popover-assetdevices::-webkit-scrollbar {
  width: 0.4rem;
}

.popover-assetdevices::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 0.1rem;
}

.popover-assetdevices::-webkit-scrollbar-thumb {
  background: #ff7200;
  border-radius: 0.1rem;
}

.popover-assetdevices::-webkit-scrollbar-thumb:hover {
  background: #76461f;
}

.popover-each-device div {
  margin-bottom: 0.5rem;
}

.popover-each-device img {
  width: 2.4rem;
}

.popover-each-device i {
  margin-top: 0.2rem;
  padding-left: 0.1rem;
}

.popover-each-device .label-i {
  vertical-align: super;
}

.popover-asset-eachmodule {
  margin-top: 2rem;
}

.popover-associates-icon {
  width: 2rem;
  margin: -0.4rem 0rem 0rem 0.6rem;
}

.more-information-eachcolumn-title {
  display: flex;
  margin-bottom: 15px;
}

.more-information-eachcolumn-title .form-group {
  width: 48%;
  font-size: 1.3rem !important;
  height: 3rem !important;
}

.more-information-eachcolumn-title .form-group:last-child {
  margin-left: 3.66%;
}

.more-information-eachcolumn {
  display: flex;
}

.more-information-eachcolumn .more-information-eachcolumn-eachselect {
  width: 31%;
  margin-left: 3.33%;
}

.more-information-eachcolumn .more-information-eachcolumn-eachselect:first-child {
  margin-left: 0% !important;
}

.more-information-searchlinked-checkboxes {
  display: flex;
}

.more-information-searchlinked-checkboxes:first-child {
  margin-left: 35%;
}

.more-information-searchlinked-checkboxes .form-group {
  margin-right: 2rem;
}

.more-information-searchlinked-input .fa-spin {
  margin-top: 1rem;
  color: #ff7200;
}

.new-linked-message {
  text-align: center;
  color: green;
}

.popover-assigned-block {
  font-size: 1.2rem !important;
  margin-bottom: 0rem !important;
}

.chat-box {
  position: fixed !important;
  right: 1rem !important;
  bottom: 50px;
}

.red-alert {
  color: #d9534f;
}

/*
	· ESTILOS PARA EVITAR EL CAMBIO (A NEGRO) AL APLICAR BOOTSTRAP 4_0. PARA ELIMINAR LOS CAMBIOS;
		- Comentar líneas 42 y 43 de index.html
		- Comentar línea 163 de index.html.
		- Comentar línea 12 de mainController.js.
		- Comentar las siguientes líneas (innecesarias).
*/

body {
  color: #85868d !important;
}

.btn-default {
  background: #efefef !important;
  color: #666666 !important;
  font-weight: 300 !important;
  border-color: #d9d9d9 !important;
}

.btn-default:hover {
  background: #d9d9d9 !important;
  color: #666666 !important;
  border-color: #d9d9d9 !important;
}

.modal-backdrop {
  z-index: 1030;
  background-color: #333333;
  opacity: 0.6;
}

/** - Selector de categorías - **/

.users-scroll input {
  max-width: 47.4rem;
  margin-bottom: 15px;
}

.users-scroll .dropdown-menu {
  font-size: 1.3rem !important;
  max-height: 50rem;
  overflow-y: auto;
  width: 47.4rem;
}

.users-scroll .dropdown-menu::-webkit-scrollbar {
  width: 0.4rem;
}

.users-scroll .dropdown-menu::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 0.1rem;
}

.users-scroll .dropdown-menu::-webkit-scrollbar-thumb {
  background: #ff7200;
  border-radius: 0.1rem;
}

.users-scroll .dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #76461f;
}

.userslistcontainer {
  padding-left: 0;
  height: 40rem;
  overflow: auto;
  border: 1px solid gainsboro;
}

.userslistcontainer::-webkit-scrollbar {
  width: 0.4rem;
}

.userslistcontainer::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 0.1rem;
}

.userslistcontainer::-webkit-scrollbar-thumb {
  background: #ff7200;
  border-radius: 0.1rem;
}

.userslistcontainer::-webkit-scrollbar-thumb:hover {
  background: #76461f;
}

.userslistcontainer p {
  padding: 0.6rem 0rem 0.6rem 0.6rem;
  margin: 0;
}

.userslistcontainer p:hover {
  cursor: pointer;
  background: #ff7200;
  color: black;
}

.buttonscontainer {
  height: 40rem;
  display: table;
}

.buttonscontainer div {
  display: table-cell;
  vertical-align: middle;
}

.btn-passall {
  border: 1px solid #c9c9c9;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.form-separator label {
  margin-top: 1.2rem;
}

.users-list-typeahead {
  padding-left: 1rem;
}

.users-list-typeahead:hover,
.users-list-typeahead label:hover {
  color: black;
  background: #ffe8d5;
  cursor: pointer;
}

.vertical-middle {
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}

.noresize {
  resize: none;
}

.px-0 {
  padding: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-4 {
  padding-left: 4px !important;
}

.width-11 {
  width: 11%!important;
}

.pr-0 {
  padding-right: 0px !important;
}

input[readonly] {
  background-color: inherit !important;
  cursor: default;
}

.form-control[disabled] {
  background-color: #eee !important;
}

/** SERVICE CONTRACTS **/

.agrement-companylogo-container {
  border: 1px solid #85868d;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin: -10% auto 6% auto;
  padding: 2.4rem;
}

.agrement-companylogo-container img {
  width: 100%;
  height: auto;
}

.terms-container {
  max-height: 56rem;
  overflow: auto;
}

.addTerm-container,
.addCoverageButton-container {
  float: right;
}

.added-coverages-container {
  height: 8rem;
  border: 1px solid #c9c9c9;
  overflow: auto;
}

.added-coverages-container label,
.added-coverages-container span {
  padding: 1rem;
}

.added-coverages-container i.fa-trash {
  color: red;
}

.each-coverage-inmodal {
  padding: 1rem;
}

.each-coverage-inmodal:hover {
  background: #dddddd;
}

/* Datepicker */

/*.datepicker, .table-condensed{
	width: 10rem;
	height:10rem;
}*/

/* Switch button */

.switch {
  position: relative;
  display: inline-block;
  width: 5.4rem;
  height: 2.8rem;
  /*width: 60px;
	height: 34px;*/
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute !important;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 2.4rem;
  width: 2.4rem;
  left: 0.2rem;
  bottom: 0.2rem;
  /*height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;*/
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #ff7200;
}

/*#2196F3*/

input:focus + .slider {
  box-shadow: 0 0 1px #ff7200;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* COVERAGES */

.coverageTasktypes-container {
  max-height: 30rem;
  overflow: auto;
}

.coverageTasktypes-container i {
  color: #6ea1ff;
}

.noresize {
  resize: none;
}

/** MODALS **/

.modal-hg {
  width: 1200px;
}

.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;
  }
}
