/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');
@import url(./modals/deleteSelfadjustModal.css);
@import url(./modals/globalModal.css);
@import url(./modals/historyLogs.css);
@import url(./navbar/navbar.css);
@import url(./navigationMenu/navigationMenu.css);
@import url(./loader/loader.css);
@import url(./login/login.css);
@import url(./common/lists/lists.css);
@import url(./common/buttons/buttons.css);
@import url(./modals/reopeningModal.css);
@import url(./cookies/cookies-modal.css);
@import url(./cookies/cookies-policy.css);
@import url(./modals/basket-modal.css);

:root {

  --admin-navbar-color:  #FFFFFF;
  --admin-menu-left-color: #3CDBC0; 
  --admin-menu-active-background: #002F6C; 
  --admin-menu-header-background: #1a2226; 
  --admin-logo-bg-color: #FFFFFF; 
  --admin-button-color:  #0D2F6B;
  --admin-button-hover-color: #2A4386;
  /* #284b78 */

  --accessible-navbar-color: #434343;
}

body {
  --bdeo-icon-color: white;
  top: 0px !important;
}

*:focus {
  outline: none;
}

.jsonRaw {
  overflow-wrap: break-word;
  max-height: 300px;
  overflow: scroll;
  border-bottom: 1px dashed #ddd;
}

.ng-hide {
  display:none!important;
}
.deleteUserDialog{
  background-color: white;
}
.deleteUserDialog md-dialog-actions{
  justify-content: flex-start;
}
#confirmButtonDelIntervention:disabled{
  background-color: rgb(224,224,224);
}
.md-virtual-repeat-scroller {
  background-color: white;
}
.grecaptcha-badge {
  display: none;
}

body.customized .googleRecaptchaText{
  color:white;
  position: fixed;
  bottom: 0;
  text-align: center;
  left: calc(50% - 271px);
}

.selfAdjustAgentUrlContainer {
  background-color:  #ECF0F5; 
}
.main-header .navbar { 
    background-color:  #FFFFFF; 
    background-color: var(--admin-navbar-color); 
    display: flex;
    justify-content: flex-end;
    z-index: 10;
}

.main-header .main-navbar { 
    margin-left: 0;
} 

.main-header .logo { 
    background-color: #1a2226; 
    background-color: var(--admin-logo-bg-color); 
    box-shadow: 0px -2px 4px rgba(40, 40, 40, 0.08);
    z-index: 100;
    position: absolute;
}

.main-header .navbar > div > ul > li > a {
  color: var(--accessible-navbar-color) !important;
}
.main-header .navbar .sidebar-toggle {
  color: var(--accessible-navbar-color) !important;
}
.main-header .navbar .btnGoMaster {
  color: var(--accessible-navbar-color) !important;
}
.main-header .logo .logo-lg {
  float: left;
}

.imgLogo {
  max-height: 30px;
  max-width: 200px;
}
.material-icons.logos{
  color: black;
  padding-top: 16px;
  padding-left: 2px;
}
.prefixInputCustom{
  padding: 0;
  text-align: center;
  height: 34px;
}

.myDropdown{
  display:none;
  z-index: 10000;
  border:2px solid #d2d6de;
  background-color: white;
  width: 9.8%;
  position: absolute;
  transform: translateY(2.2em);
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.selectable{
   user-select: all;
   text-align: center;
   overflow: hidden;
   display: flex;
   justify-content: center;
   align-items: center;
   width:100%
}
.selectable p{
  position: fixed;
    padding-left: 30px;
}


.selectable:hover{ 
  border:solid 2px #d2d6de;
  background-color: white;
  box-shadow: #4b646f;
  transform: scale(1.1)
}
.auxDiv{
  width: 200%
}
.prefixError{
  display: contents;
  color:red;
  font-weight: bold;
}

.cancelForm {
  background-color: #FFFFFF;
  display: inline;
}

.md-datepicker-calendar-pane {
  background-color: white!important;
}
.mdp-clock-switch-container {
  background-color: white!important;
}


/* line 1, ../sass/material-font.scss */
.material-icons {
  color: #ffffff;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}

/* line 17, ../sass/loader.scss */
.showbox {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5%;
}

/* line 27, ../sass/loader.scss */
.loader {
  position: relative;
  margin: 0px auto;
  width: 100px;
}
/* line 31, ../sass/loader.scss */
.loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}

/* line 38, ../sass/loader.scss */
.circular {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/* line 51, ../sass/loader.scss */
.path {
  stroke: #ffffff;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
/* line 14, ../sass/screen.scss */
md-toast {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1040;
}

/* line 21, ../sass/screen.scss */
md-autocomplete md-autocomplete-wrap button {
  position: absolute;
  right: 0;
  top: 0px;
}
/* line 25, ../sass/screen.scss */
md-autocomplete md-autocomplete-wrap button span {
  display: none;
}

/* line 31, ../sass/screen.scss */
md-dialog {
  opacity: 1 !important;
}

/* line 34, ../sass/screen.scss */
.md-dialog-backdrop {
  z-index: 1040 !important;
}

/* line 37, ../sass/screen.scss */
html {
  background-color: #002F6C;
}

/* line 40, ../sass/screen.scss */
.redir-hint {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  color: #fff;
  font-weight: 600;
  font-size: 30px;
}

.table-striped-50 td {
  width: 50%;
}
/* line 58, ../sass/screen.scss */
body.customized .editable input[readonly] {
  background: none;
  border: none;
}
/* line 63, ../sass/screen.scss */
body.customized .global-container {
  height: 100%;
}
/* line 66, ../sass/screen.scss */
body.customized .btn-primary {
  background-color:  #002F6C;
  background-color: var(--admin-button-color);
  border-color:  #002F6C;
  border-color: var(--admin-button-color);
  color: #fff;
}
/* line 71, ../sass/screen.scss */
body.customized .mgl5 {
  margin-left: 5px;
}
/* line 74, ../sass/screen.scss */
body.customized .btn-success {
  color: #fff;
}

/* line 80, ../sass/screen.scss */
body.customized .login-page, body.customized .register-page {
  background-color: #002F6C !important;
}
/* line 83, ../sass/screen.scss */
body.customized .wrapper {
  min-height: 100vh;
}
/* line 86, ../sass/screen.scss */
body.customized .content-wrapper {
  height: 100vh;
  overflow-y: auto;
}
/* line 90, ../sass/screen.scss */
body.customized .table-striped {
  background-color: #fff;
  box-shadow: 0px 0px 4px rgb(67 67 67 / 8%);  
}
/* line 94, ../sass/screen.scss */
body.customized .sidebar-menu .treeview-menu > li > a.active {
  color: #fff;
}
/* line 98, ../sass/screen.scss */
body.customized .react-bs-table {
  background-color: #fff;
}
/* line 101, ../sass/screen.scss */
body.customized .errors {
  color: #d83321;
}
/* line 104, ../sass/screen.scss */
body.customized .form-group {
  position: relative;
}

body.customized form[name='companyForm'] .form-group .ng-invalid-pattern,
body.customized form[name='companyForm'] .form-group .ng-invalid-required {
  border: 1px solid #d83321;
}

/* line 106, ../sass/screen.scss */
body.customized .form-group .textarea {
  max-width: 100%;
  min-width: 100%;
}
/* line 110, ../sass/screen.scss */
body.customized .form-group .status-label {
  padding: 8px;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  width: 120px;
}
/* line 117, ../sass/screen.scss */
body.customized .form-group .status-label.status1 {
  background-color:  #002F6C;
  background-color: var(--admin-button-color);
}
/* line 120, ../sass/screen.scss */
body.customized .form-group .status-label.status2 {
  background-color:  #002F6C;
  background-color: var(--admin-button-color);
}
/* line 123, ../sass/screen.scss */
body.customized .form-group .status-label.status3 {
  background-color: #66bb6a;
}
/* line 126, ../sass/screen.scss */
body.customized .form-group .status-label.status0 {
  background-color: #66bb6a;
}
/* line 129, ../sass/screen.scss */
body.customized .form-group .status-label.status4 {
  background-color: #1b191f;
}
/* line 132, ../sass/screen.scss */
body.customized .form-group .status-label.status5 {
  background-color: #ac3fc9;
}
/* line 135, ../sass/screen.scss */
body.customized .form-group .status-label.status-red {
  background-color: #3CDBC0;
  background-color: var(--admin-button-hover-color);
}
/* line 140, ../sass/screen.scss */
body.customized .form-group.datepicker md-datepicker {
  padding: 0px 0;
  margin: 0;
}
/* line 143, ../sass/screen.scss */
body.customized .form-group.datepicker md-datepicker .md-datepicker-button {
  margin: 0;
}
/* line 146, ../sass/screen.scss */
body.customized .form-group.datepicker md-datepicker .md-datepicker-input-container {
  margin: 0;
}

/* line 149, ../sass/screen.scss */
body.customized .form-group.datepicker md-datepicker .md-datepicker-triangle-button {
  display: none;
}


/*Time*/
body.customized .form-group.datepicker  mdp-time-picker {
  padding: 0px 0;
  margin: 0;

}
body.customized .form-group.datepicker mdp-time-picker .md-icon-float {
  padding:0px;
  margin: 3px;
}

body.customized .form-group.datepicker mdp-time-picker md-input-container.md-icon-float{
  padding:0px;
  margin: 3px;
}
body.customized .form-group.datepicker mdp-time-picker .ng-binding {
  margin: 0px;
}
body.customized .form-group.datepicker mdp-time-picker .md-button.md-icon-button  {
  margin: 0;
}

/* line 155, ../sass/screen.scss */
body.customized .form-group.required::after {
  color: #e32;
  content: ' *';
  position: absolute;
  top: 10px;
  left: 5px;
}
/* line 165, ../sass/screen.scss */
body.customized .loader-container .loading {
  text-align: center;
  height: 80px;
}

.form-group .flag-image {
  height: 24px;
  width: 24px;
  border-radius: 35%;
}

/* line 172, ../sass/screen.scss */
.login-page .login-logo, .login-page .register-logo {
  color: #adadad;
}
/* line 175, ../sass/screen.scss */
.login-page .message {
  text-align: center;
}
/* line 177, ../sass/screen.scss */
.login-page .message.error, .message-error {
  color: #d83321;
}
/* line 182, ../sass/screen.scss */
.login-page button.btn {
  background-color: #3CDBC0;
  background-color: var(--admin-button-hover-color);
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

/* line 191, ../sass/screen.scss */
._md-dialog-backdrop {
  z-index: 2000 !important;
}

/* line 194, ../sass/screen.scss */
.md-dialog-container {
  z-index: 2001 !important;
}

.gallery{
  margin-left: 10px;
}

.images{
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 100%;
}

.image-selectedItem {
  cursor: pointer;
  max-height: 100px;
  min-height: 80px;
  position: relative;
  border: 1px lightgray solid;
  margin: 8px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}

.image {
  cursor: pointer;
  max-width: 140px;
  max-height: 140px;
  position: relative;
  margin: 5px;
  background-color: #ffffff;
}

.image.modal-image {
  background-color: #000000;
}

.modal-video{
  max-height: 71vh;
  width: auto;
  background-color: #000000;
}

.image-inside {
  width: 140px;
  height: 140px;
}
#signature.image-inside{
  height: 30%;
  min-height: 100px;
}

.image-signature{
  max-height: 120px;
  max-width: 120px;
  border: var(--admin-logo-bg-color) dashed 1px;
}

.image-list .image:hover {
  border: 1px solid #b7b7b7;
}

.fitAiCar {
  display: flex;
  flex-wrap: wrap;
}



.control-container{
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.48);
  padding: 3px 0px;
}

.control-container .control {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

.control-container .control:hover {
  color: #3CDBC0;
  color: var(--admin-button-hover-color);
}

.image-preview {
  background-color: black;
}

.image-preview .image {
  max-height: 75%;
  max-width: 100%;
}

.image-preview video {
  width: 800px !important;
  height: 600px !important;
}

.image-preview .control-btn {
  margin: 0;
  position: absolute;
  top: 0;
  height: 100%;
  opacity: .7;
}

.image-preview .control-btn {
  font-weight: 600;
  font-size: 50px;
  text-shadow: black 3px 3px 6px;
}

.image-preview .right {
  right: 0;
}

.image-preview .left {
  left: 0;
}

.image-preview .caption {
  z-index: 10;
  max-width: 75%;
  text-align: center;
  background-color: black;
  padding: 4px 2px;
  box-sizing: border-box;
}

.spacer {flex: 1 1 auto;}

.statusButtonsInterv {
  background: #FFFFFF;
  border: 1px solid #2EB370;
  border-radius: 16px;
  color: #4D4D4D;
  text-transform: uppercase;
  font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 600;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 108px;
  cursor: default;
}

.statusButtonsInterv > span {
  overflow: hidden;
  text-overflow: ellipsis;
}

.statusButtonsTicket {
  width: initial;
  max-width: 150px;
}

.main-footer {
  border-top: 0px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin-bottom: 0px;
}

.supportHelp {
  margin-top: 25px !important;
}

.btn-warning {
    color: #fff;
    background-color:  #002F6C;
    background-color: var(--admin-button-color);
    border-color:  #002F6C;
    border-color: var(--admin-button-color);
}

.btn-warning:hover {
    color: #fff;
    background-color: #2A4386;
    background-color: var(--admin-button-hover-color);
    border-color: #2A4386;
    border-color: var(--admin-button-hover-color);
}
.btn--delete {
  margin-right: 16px;
  cursor: pointer;
}
.md-button.md-warn.selected{
  color: #fff;
    background-color:  #002F6C;
    background-color: var(--admin-button-color);
    border-color:  #002F6C;
    border-color: var(--admin-button-color);
    width: 100%;
}
.md-button.md-warn:hover {
  color: #fff;
  background-color: #3CDBC0;
  background-color: var(--admin-button-hover-color);
  border-color: #3CDBC0;
  border-color: var(--admin-button-hover-color);
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #3CDBC0;
  background-color: var(--admin-button-hover-color);
  border-color: #3CDBC0;
  border-color: var(--admin-button-hover-color);
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #3CDBC0;
    background-color: var(--admin-button-hover-color);
    border-color: #3CDBC0;
    border-color: var(--admin-button-hover-color);
}

.btn-warning:focus {
    color: #fff;
    background-color: #3CDBC0;
    background-color: var(--admin-button-hover-color);
    border-color: #3CDBC0;
    border-color: var(--admin-button-hover-color);
}
  .activeButtonColor, .activeButtonColor:hover{
    color: #fff;
    background-color:  #434343;
    background-color: var(--admin-button-color);
  }
  .activeButtonColor:focus{
    color: #fff;
    background-color:  #002F6C;
    background-color: var(--admin-button-color);
  }

  .md-30{
    font-size: 30px;
  }

  .center{
    align-items: center;
    display: flex !important;
  }

.name{
  width: 100%;
  font-weight: 600;
  color:  #002F6C;
  color: var(--admin-button-color);
}
.document-icon{
  font-size: 50px;
  color:#505050;
}
.video-icon {
  position: absolute;
  font-size: 45px;
  right: 46px;
  top: 45px;
  color:  #002F6C;
  color: var(--admin-button-color);
}
.video-icon:hover{
 color:  #3CDBC0;
 color:  var(--admin-button-hover-color);
}


.btnDialogAccept{
  margin-right: auto !important;
  background-color: rgb(76,175,80) !important;
}

.btnDialogAccept:hover{
  background-color: rgb(0,200,83) !important;
}

.btnDialogCancel{
  margin-left: auto !important;
  background-color: rgb(239,83,80);
}

.btnDialogCancel:hover{
  background-color: rgb(229,57,53); 
}

.status-grey{
  background: #C6FBDF;
  border: 1px solid #2EB370;
}
.status-orange{
  background-color: #FFCC9D;
  border: 1px solid #FF8D23;
}
.status-yellow{
  background-color: #FFEAB5;
  border: 1px solid #FFC93D;
}
.status-green{
  background-color: #A1D3F8;
  border: 1px solid #1399FF;
}
.status-red{
  background-color: #F1C7CA;
  border: 1px solid #C2525B;
}
.status-purple{
  background-color: #EED3FE;
  border: 1px solid #D59FF5;
}
.status-blue, .status-blue:hover{
  background-color: #B35BD6;
  border: 1px solid #B35BD6;
  color: #FFFFFF;
  text-transform: initial;
}

.dynamic-form-col {
  min-height: 75px
}

input[type=radio] {
  margin: 5px;
  vertical-align: middle;
}

.radio-group label {
  font-weight: normal;
  text-transform: capitalize;
  vertical-align: middle;
}

.radio-group label input{
  vertical-align: middle;
}

input[type="checkbox"]{
  vertical-align: middle;
  margin: 5px;
}
.confirm-dialog {
  padding: 15px;
}
.control-zoom {
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  vertical-align: middle;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  border-radius: 2px;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  border: 0;
  padding: 0 6px;
  margin: 6px 8px;
  background: transparent;
  color: currentColor;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  font-style: inherit;
  font-variant: inherit;
  font-family: inherit;
  text-decoration: none;
  overflow: hidden;
}
.control-zoom:hover {
  background-color: #a6a6a6;
}
.image-preview .control-zoom i {
  font-size: 32px;
  color: white;
  vertical-align: middle;
}
.image-preview-noAI .control-zoom i {
  font-size: 32px;
  color: white;
  vertical-align: middle;
}
.image-preview .control-btn i {
  font-weight: 600;
  font-size: 50px;
  text-shadow: black 3px 3px 6px;
}
.image-preview .barra {
  z-index: 11;
  text-align: center;
  background-color: black;
  color: white;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.image-preview .barraData {
  z-index: 11;
  text-align: center;
  background-color: black;
  color: white;
  width: 100%;
  bottom: 0;
  display: flex; 
  flex-flow: column;
  min-height: 15%;
  font-size: 17px
}
.search-active {
  background-color: #269abc;
}
.view-mode {
  padding: 5px;
  margin: 2px;
}
.view-mode-active {
  border: 1px solid red;
  border-radius: 3px;
}
.calendar-arrow {
  top: 5px;
  position: relative;
}
.md-button.md-accent.md-raised {
  color: #fff;
}
.md-button.md-accent.md-raised:enabled {
  background-color: rgb(102,187,106)
}
.colorClass {
  margin-right:10%;
}
.padding-top-small {
  padding-top: 5px;
}
.padding-top-medium {
  padding-top: 10px;
}
.padding-top-big {
  padding-top: 15px;
}
.panel-heading-text {
  font-size: 16px;
  font-weight: bold
}
.panel, .panel-heading {
  border: 0px;
}
form .panel {
  margin-top: 15px;
}

.panel {
  filter: drop-shadow(0px 0px 4px rgba(67, 67, 67, 0.08));
}

.textoExplicativo{
  background: #eee;
  font-size: 15px;
  margin-top: 10px;
  padding: 10px;
  text-align: justify;
}

pre.commentBody {
  white-space: pre-wrap;
  word-break: normal;
}

.inputWithCurrency {
  display: flex;
  width: 100%
}

.inputWithCurrency .currency {
  font-size: 23px;
  margin: 0 12px;
}

.onoffswitch{
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox{
  display: none;
}
.onoffswitch-label{
  display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
}
.onoffswitch-inner{
  display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after{
  display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before{
  content: "ON";
    padding-left: 10px;
    background-color:  #002F6C; color: #FFFFFF;
}
.onoffswitch-inner:after{
  content: "OFF";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-switch{
  display: block; width: 18px; margin: 6px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 56px;
    border: 2px solid #999999; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner{
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch{
  right: 0px; 
}
#listModalContent{
  
   padding-right: 0px;
   padding-left: 0px;
   padding-bottom: 0px;
   padding-top: 0px;
   margin: 0px;
   text-align: center;
}
#listModal li{
  list-style-type: none;
   display: inline;
   padding-right: 5px;
}
.modal-content{
  width: 800px;
  height: 800px;
}
#modalSignature{
  width: 400px;
  height: 400px;
}
.textHtml{
  width: 100%;
  height:600px;
}
#botonListado, #botonCalendario{
background:  #eee;
border-color:  #eee;
color: #000; 
}
.showColor{
  width: 20px;
  margin-right: 10px;
  border-style: groove;
  margin-bottom: 4px;
}
#firstDisclaimer{
  height: 600px;
}

.starInput{
  display: none;
}
.fitStar{
  margin-right: 10px
}
.starLabel:before {
  content: "\f006";
  font-family: FontAwesome;
  font-size: 40px;
  color:rgb(170, 170, 170);
}
.starInput:checked ~ .starLabel:before{
  content: "\f005";
  font-family: FontAwesome;
  font-size: 40px;
  color: #008FFF;
  transition: 0.2s;
} 

#signature{
  height: 30px;
  width: 150px
}
.btn-deactivated {
  color: black !important;
  background: #E0E0E0 !important; 
  border-color: #E0E0E0 !important; 
}
.logoPreview {
  max-height: 50px;
  max-width: 230px;
  object-fit: contain;
  margin: 10px;
}
div#inline { 
  float:left; 
  padding-right: 25px;
  padding-left:0px;
}
.legend {
  border: 1px solid #808080;
  border-radius: 1px;
  display: inline-flex;
  padding: 8px;
}
.legend .legendTitle{
  font-weight: 700;
  margin-left: 14px;
  font-size: 16px;
}
.legend .legendItem {
  border: 1px solid black;
  border-radius: 1px;
  margin-left: 18px;
  color: #333333;
  min-width: 75px
}
.legend .statusScheduled { 
  background-color: #ffa726;
}
.legend .statusInProgress { 
  background-color: #ffd740; 
}
.legend .statusDone { 
  background-color: #66bb6a; 
}
.legend .statusCanceled { 
  background-color: #B43104; 
  color: #ffffff
}
.legend .statusInReview { background-color: #ac3fc9; 
  color: #ffffff
}
#ElementsInLine div{ 
   float:left; 
   width: 45% ; 
   margin-right: 10px 
}
.fitClass{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.fitContentClass{
  width: 49%;
  margin-right: 16px;
}
.fitContentClassBig{
  width: 100%;
}

.md-select-value {
  border-bottom-color: rgba(0,0,0,0.12)!important;
}

md-select-menu md-content md-option[selected] {
  color: black!important;
}

.filterSelectContainer {
  max-width: 200px;
  min-width: 200px;
  min-height: 70px;
}

.filterSelect {
  border:0px;
  padding-top: 2px;
  padding-bottom: 1px;
  padding-left: 0px;
}

.md-select-value.md-select-placeholder {
  font-weight: 700;
}

.md-select-menu-container.md-active md-select-menu>*{
  background-color: #ffffff;
}

/* HOME SCREEN EVERHEALTH */

.homescreenEverHealth {
  width: 100vw;
  height: 100vh;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.homescreenEverHealth .fitForm {
  min-width: 500px;
  height: 650px;
  border: 2px solid #f12091;
  border-radius: 15px;
  background-color: white;
}

.homescreenEverHealth .formSize {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.homescreenEverHealth .fitImg {
  width: 100%;
  height: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.homescreenEverHealth .fitImg img {
  width: 80%
}

.homescreenEverHealth .formBodySize {
  width: 100%;
  height: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.homescreenEverHealth .formBody {
  height: 25%;
  width: 100%;
  display: flex;
}

.homescreenEverHealth .inputForm {
  border: 2px solid #f12091;
  border-radius: 25px;
  height: 54%;
  width: 40%;
  text-align: center;
}

.homescreenEverHealth .labelForm {
  width: 39%;
  height: 56%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.homescreenEverHealth .labelForm p {
  padding-left: 62%;
  font-weight: bold;
  font-size: 17px;
}

.homescreenEverHealth .fitButtonForm {
  display: flex;
  width: 58%;
  justify-content: flex-end;
  height: 18%;
}

.homescreenEverHealth .fitButtonForm button {
  width: 28%;
  background-color: #f12091;
  border: #f12091;
  border-radius: 12px;
  font-size: 21px;
}

/* FIN HOME SCREEN EVERHEALTH */


.homescreenRace{
  width: 100vw;
  height: 100vh;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fitForm{
  min-width: 878px;
  height: 650px;
  border: 2px solid #FEEC01;
  border-radius: 15px;
  background-color: #005193;
}
.fitImg{
  width:70%;
  height: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fitImg img{
  width:80%
  
}
.formSize{
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 13px;
}
.formBodySize{
  width:100%;
  height: 60%;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.formBody{
  height: 25%;
  width: 100%;
  display:flex;
  color: black;
}
.inputForm{
  border: 2px solid #FEEC01;
  border-radius: 25px;
  height: 54%;
  width: 40%;
  text-align: center;
  background: white;

}
.labelForm{
  width: 39%;
  height: 56%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.labelForm p{
  padding-left: 62%;
  font-weight: bold;
  font-size: 17px;
}
#fitTextPass{
  font-size: 12px;
}
.fitButtonForm{
  display: flex;
  width: 58%;
  justify-content: flex-end;
  height: 18%;
}
.fitButtonForm button{
  width: 28%;
  background-color: #FEEC01;
  border: #FEEC01;
  border-radius: 12px;
  font-size: 21px;
}
.inputForm:focus{
  outline: none;
}

.errorMessage{
  text-align: center;
  color: #FEEC01;
}

.md-datepicker-calendar-pane {
  position: absolute;
  z-index: 1000000;
}

.image_ai{
  width: 60px;
  height: 34px;
}

.image_ai_plates{
  border: 1px solid #3bdbc0;
  border-radius: 2px;
  border-style: dashed;
  padding: 5px;
  width: 100px;
}

.image_ai_notCar{
  color: red;
  text-align: center;
}

.image_ai_car{
  color: green;
  text-align: center;
}

#image_ai_center{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 170px;
}
#customWraperID {
  height: calc(100vh - 51px);
  overflow-y: auto;
  margin-left: 0px;
}

#AIwarning{
  opacity: 0.8;
  margin-bottom: 5px;
}

#AIwarningCloseBtn{
  text-decoration: none;
}

/*exportNotificationIntevention estiloos*/
.exportSelector{
  border-style: none;
  height: 28px;
  width: 100%;
  font-size: 18px;
  line-height: 21px;
  border-bottom: 1px solid black;
  margin-bottom: 10px;
  background-color: white;
}
.exportSelector:focus {
  outline: none;
}
/*Fin estilos exportNotificationIntevention*/

/*Estilos de la notificación*/
.notificationON {
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,.1);
  border-radius: 5px;
  border-color: #000;
  display: flex;
  position: absolute;
  right: 2%;
  top: 129%;
  background-color: white;
  width: 440px;
  height: 46px;
  align-items: center;
  animation: appear 2s ease;
  margin-top: 24px;
}
.notificationOff {
  display: none;
}

@-webkit-keyframes appear {
  from { right: -50%; }
  to { right: 2%; }
}

@keyframes appear {
  from { right: -50%; }
  to { right: 2%; }
}

.notificationText{
  justify-content: center;
  align-items: center;
  cursor: default;
  display: flex;
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 16px;
  width: calc(95% - 50px);
  word-wrap: normal;
  font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
}

.notificationbutton {
  height: 35px;
  width: 104px;
}

.notificationClose {
  height: 100%;
  margin-left: 2%;
  margin-right: 1%;
  line-height: 46px;
}

/*Fin de estilos de la notificación*/

/* EMPIEZAN POSICIONES DEL COCHE */
#front-car {
  top: -121px;
  left: -142px;
}

#rear-car {
  top: -207px;
  left: 371px;
}

#rearLeft-car {
  top: -162px;
  left: 230px;
}

#frontLeft-car {
  top: -248px;
  left: 17px;
}

#rearRight-car {
  top: -602px;
  left: 230px;
}

#frontRight-car {
  top: -688px;
  left: 17px;
}

/* EMPIEZAN POSICIONES DE LA MOTO*/

#front-moto {
  top: -123px;
  left: -127px;
}

#rear-moto {
  top: -209px;
  left: 366px;
}

#left-moto {
  top: -161px;
  left: 117px;
}

#right-moto {
  top: -507px;
  left: 117px;
}

/* EMPIEZAN POSICIONES DEL TRACTOCAMIÓN */
#front-truck {
  top: -121px;
  left: -142px;
}

#rear-truck {
  top: -207px;
  left: 371px;
}

#rearLeft-truck {
  top: -162px;
  left: 230px;
}

#rearRight-truck {
  top: -602px;
  left: 230px;
}

#frontLeft-truck {
  top: -248px;
  left: 17px;
}

#frontRight-truck {
  top: -688px;
  left: 17px;
}

/* EMPIEZAN POSICIONES DE PICKUP */
#front-pickup {
  top: -124px;
  left: -144px;
}

#rear-pickup {
  top: -210px;
  left: 385px;
}

#rearLeft-pickup {
  top: -164px;
  left: 220px;
}

#rearRight-pickup {
  top: -602px;
  left: 220px;
}

#frontLeft-pickup {
  top: -250px;
  left: 35px;
}

#frontRight-pickup {
  top: -688px;
  left: 35px;
}

/* Estilos del buscador, paginación y ordenación */

th > i{
  padding-left: 10px;
  cursor: pointer;
  top: -5px;
  position: relative;
}

.btn-customCancel{
  background-color: #ffcccc;
}

.btn-customCancel:hover{
  border-color: #ff8080;
}

table thead th i{
  position: relative;
  top: -5px;
}

table thead th div{
  white-space: nowrap;
  max-width: 200px;
}

table thead th div div{
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

table thead th i:focus{
  outline: none;
}

.content-wrapper, .right-side {
  background-color: #FAFAFA;
}

.btn.downloadExcelReport {
  background-color: transparent;
}

.searchForm {
  box-shadow: 0px 0px 4px rgb(67 67 67 / 8%);
  border-radius: 8px;
}

.searchFormTitleWrapper{
  background-color: rgb(221, 221, 221);
  padding: 8px;
  border-radius: 8px 8px 0px 0px;
}

.searchFormTitleWrapper .searchFormTitle{
  font-weight: 700;
}

.searchFormTitleWrapper .searchFormInstructions{
  font-size: 12px;
}

.searchFormInputsWrapper{
  background-color: rgb(255, 255, 255);
  padding: 8px;
  border-radius: 0px 0px 8px 8px;
}

.searchFormInputsWrapper md-content{
  background-color: rgb(255, 255, 255);
}

.searchFormInputsWrapper md-datepicker{
  position: relative;
  top: 10px;
  left: -10px;
}

.searchFormInputsWrapper md-input-container.md-input-focused label {
  color: rgba(0,0,0,0.38);
}

.searchFormInputsWrapper md-input-container:not(.md-input-invalid).md-input-focused .md-input {
  border-color: rgba(0,0,0,0.38);
}

.searchForm .searchFormButtons{
  text-align: right;
}

.searchForm .searchButton i{
  padding-left: 5px;
}

.searchForm .date-picker-row {
  position: relative;
  min-height: 60px;
  margin: 18px 0;
}

.searchForm .date-picker-row label {
  position: absolute;
  top: -10px;
  left: 5px;
  color: rgba(0,0,0,0.38);
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  width: 200px;
  max-width: 200px;
}

.searchForm .date-picker-row .md-datepicker-input-container {
  margin-left: 0;
}

.casesForm md-checkbox {
  margin-left: 10px;
}

.tableTitle{
  white-space: nowrap; 
  text-overflow:ellipsis;
  overflow: hidden; 
  max-width:120px;
  display: inline-block;
}

.md-datepicker-input-container.md-datepicker-focused{
  border-bottom-color: rgba(0,0,0,0.38);
}

.md-default-theme .md-calendar-date.md-calendar-selected-date .md-calendar-date-selection-indicator, .md-calendar-date.md-calendar-selected-date .md-calendar-date-selection-indicator, .md-default-theme .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator, .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator {
  background: var(--admin-button-color);
}

.md-calendar-date.md-calendar-date-today .md-calendar-date-selection-indicator{
  border: var(--admin-button-color);
}

.md-default-theme .md-datepicker-open .md-datepicker-calendar-icon, .md-datepicker-open .md-datepicker-calendar-icon {
  fill: var(--admin-button-color);
}

.clear-multiselect-button {
  height:100%; 
  width: 100%; 
  border-radius: 0; 
  margin:0;
  display: flex;
  height: 45px;
  text-transform: none;
}

.clear-multiselect-button i {
  width: 32px;
  text-align: center;
  margin-right: 3px;
  font-size: 20px;
}

/* Fin de estilos del buscador, paginación y ordenación */

/* ACABAN POSICIONES DEL COCHE */

/* Estilos de la modal para subir ficheros */

.customModal {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  z-index: 1000;
  position: -webkit-sticky;
  position: absolute;
  margin: auto;
  width: 50vw;
  min-height: fit-content;
  margin: 0 1vw;
  left: 25%;
}

.customModal .modalHead {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
  height: fit-content;
  font-size: 30px;
  font-weight: bold;
  background-color: rgb(245, 245, 245);
}

.customModal .modalBody {
  padding: 15px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.customModal div#dropzone {
  border: 2px dashed #bbb;
  border-radius: 5px;
  padding: 25px;
  text-align: center;
  font: 20pt bold;
  font-family: inherit;
  color: inherit;
  margin-bottom: 20px;
  min-height: 30vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}

/* Fin estilos de la modal para subir ficheros */


/*Estilos de la agenda de teléfonos*/

md-sidenav.phone-book {
  margin-bottom: 20px;
}

md-toolbar.phone-book--toolbar {
  background-color: #2C3B41;
  color: #8aa4af;
}

md-autocomplete.phone-book--autocomplete {
  margin-bottom: 20px;
}

md-icon.phone-book--icon {
  color: #9B9B9B;
  font-size: 22px;
}

md-icon.phone-book--icon:hover {
  color: #2C3B41;
}

md-icon.phone-book--icon.md-avatar {
  padding-top: 5px;
  margin-right: 20px !important;
}

md-icon.phone-book--icon.phone-book--icon-edit {
  margin-right: 10px;
}

md-sidenav,
md-sidenav.md-locked-open,
md-sidenav.md-closed.md-locked-open-add-active {
  min-width: 200px !important;
  width: 85vw !important;
  max-width: 400px !important;
}

md-menu-item > .md-button md-icon {
  margin-right: 8px;
}

.phone-book--label {
  margin-bottom: 20px;
}

.phone-book--save-buttons {
  float: right;
}

.phone-book--prefix-dropdown{
  display: none;
  z-index: 10000;
  border: 2px solid #d2d6de;
  background-color: white;
  width: 15%;
  position: absolute;
  transform: translateY(2.2em);
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.phone-book--errors{
  color: #d83321;
}

.phone-book--form{
  margin-bottom: 0px;
}

.phone-book--reset{
  float: right;
  color: #9B9B9B;
}

/*Fin de estilos de la agenda de teléfonos*/

/*estilos del historico de cambios*/

.historicalBody {
  height: 100%;
  width: 100%;
  background-color: #000000c7;
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}
.contentView {
  height: 80%;
  width: 80%;
  background-color: white;
  display: flex;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  padding:20px;
}
.headContainer {
  height: 50px;;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.closeWindow {
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: none;
  font-size: 25px;
}
.closeWindow:focus {
  outline: none;
}
.historyContent {
  height: calc(100% - 50px);
  width: 80%;
  overflow-y: scroll;
}
.historyContent::-webkit-scrollbar {
  background: transparent; 
}
.table-bordered {
  border: 1px solid #ddd !important;
}

table caption {
	padding: .5em 0;
}

.historyLogsTable {
  width:90%; 
  margin-left: auto; 
  margin-right: auto;
}

.historyLogsTableCollumn {
  padding:15px;
}

.tableTitle{
  margin-bottom: 20px;
  max-width: 230px;
}
@media (max-width: 39.9375em) {
  .tablesaw-stack tbody tr:not(:last-child) {
    border-bottom: 2px solid #0B0B0D;
  }
}

.historyContent .logImage {

  height: fit-content;
  max-width: 200px;


}

.logImage img{
  width: 100%;
  height: 100%;
}

.commentFormContainer{
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.commentForm{
  display: flex;
  align-items: center;
  flex-flow: column
}

.commentArea{
  width: 743px;
  height: 153px;
  min-width: 50px;
  min-height: 50px;
  max-width: 1000px;
  max-height: 200px;
}

.rowHistoricalInfo {
  border:1px solid #AFAFAF;
}
.rowHistoricalInfo:hover {
  background-color:#DFDFDF;
}
/*Fin de estilos del historico de cambios*/


/* Estilo de etiqueta de versionamiento*/
.version {
  font-size: 15px;
  color: gray;
  height: fit-content;
  position: fixed;
  z-index: 1000000;
  bottom: -1px;
}

/* Estilo de globos en los botones de listado de autoajuste */

.globeBtn{
  position: relative;
  margin-right: 10px;
}

.btnBadge {
  background-color: #848484;
  border-radius: 3px;
  color: white;
  padding: 0 2px;
  font-size: 10px;
  position: absolute; 
  top: -5px;
  right: -8px;
  z-index: 100;
}

.btn-right {
  margin-left: auto;
  float: right;
}

.listItem:hover {
  background-color: #E1E1E1 !important;
  cursor: pointer;
}

.goUp {
  position: fixed;
  bottom: 85px;
  right: 36px;
  z-index: 1000;
  background-color:  #002F6C; 
  background-color: var(--admin-button-color);
}

/* Estilos Tabs Imagenes Vehículos */

.tabsImages {
  margin-top: 16px;
  min-width: 100%;
  max-width: 100%;
  border-radius: 6px;
}

.twoRows {
  width: 50%;
}

.tab-title::first-letter {
  text-transform: uppercase;
}

.tab-title:hover {
  cursor: pointer;
}

.tab-title {
  color: #002F6C !important;
}

.nav-tabs {
  margin-top: 24px;
}

@media (max-width: 992px) {
  .nav-tabs {
    margin-top: 15px;
  }
}
/* Fin de Estilos Tabs Imagenes Vehículos */

/* Estilos de edicion de notificaciones (Autoajuste) */

.notificationsContainer {
  margin-top: 30px;
}

.editTitle {
  font-weight: bold;
}

.notificationDate, button.md-icon-button.md-button.md-ink-ripple, .md-icon-float {
  margin-top: 0;
}

.notificationTime {
  margin: 0;
}

.notificationContent {
  width: 100%;
  height: 100%;
  resize: none;
}


/* Modal añadir nuevo concepto detalle autoajuste*/
.modal-title-container {
  display: flex;
  justify-content: center;
  padding: 16px;
  border-bottom: 1px solid #c1c1c1;
  height: fit-content;
  font-size: 30px;
  font-weight: bold;
}

.modal-title {
  color: #545454;
  text-align: center;
}
.modal-subtitle-container {
  display: flex;
  justify-content: center;
  padding: 16px;
}

.modal-subtitle {
  color: #929292;
  text-align: center;
  width: 333px;
  margin: 0;
}

.modal-input-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
}

.modal-input-container label {
  margin: 0;
}

.modal-input {
  height: 36px;
  border-radius: 4px;
  border: solid 1px #dddddd;
  padding: 8px;
  margin-left: 32px;
}

.modal-input::placeholder {
  color: #929292;
}

.modal-actions {
  display: flex;
  justify-content: center;
  padding: 16px;
}

/* Botones nuevos diseños*/
.bdeo-button {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid #dddddd;
  width: 111px;
  margin: 0 5px;
  transition: background-color 0.25s;
}

.button-primary {
  background-color: #3bdbc0;
  color: white;
}

.button-secondary {
  background-color: white;
  color: #3bdbc0;
}

.noDelay {
  color: black !important;
}

.greenDelay {
  color: #77B96F !important;
}

.orangeDelay {
  color: #F3Ac3B !important;
}

.redDelay {
  color: #A83E13 !important;
}

.warningIcon {
  width: 8px;
  height: 8px;
}

/* Corregir estilos de IE */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .md-dialog.md-default-theme, md-dialog {
    background-color: white;
  }

  .bdeoModal-title {
    border-bottom-style: none;
  }

  .bdeoModal--large {
    height: 400px !important;
    width: 450px !important;
  }

  .bdeoModal--short {
    width: 450px !important;
  }

  .bdeoModal-input label {
    min-width: 100px;
  }
}

md-checkbox.md-checked.unplanned .md-icon {
  background-color: #7891D1;
}

input[type="time"]::-webkit-calendar-picker-indicator {
  display: none;
}

.disabledButtonContainer {
  position: relative;
}

.disabledTooltipContainer {
  position: absolute;
  width: calc(100% - 5px);
  z-index: 1;
  height: 36px;
  top: 0;
  left: -4px;
  right: 4px;
  cursor: not-allowed;
}

.labelsResult {
  display: inline-block;
  padding: 5px;
  margin-top: 10px;
}

.success {
  background-color: #aadfac;
}

.error {
  background-color: #f49391;
}

.floating-cookies-button {
  position: fixed;
  left: 16px;
  bottom: 16px;
  padding: 6px 8px;
  border: 1px solid #4563CA;
  border-radius: 4px;
  display: flex;
  gap: 8px;
  font-size: 14px;
  line-height: 16px;
  font-family: inherit;
  color: #4563CA;
  background: white;
}

.floating-cookies-button span {
  display: none;
}

.floating-cookies-button:hover {
  background: #E3E3E3;
}

.floating-cookies-button:hover span {
  display: initial;
}

button.link {
  line-height: 12px;
  padding: 0;
  background: none;
  border: 0;
}

/*
 * Table detail for companyApiTable.view.html
*/
table.detail-view div.table-td-limited {
}

table.detail-view div.table-td-content-limited {
  max-height: 260px;
  text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
}