.btn {
  border: 1px solid #00675e;
  color: #fff;
  background-color: #00675e;
}

md-toolbar.md-table-toolbar .tool-expedientes md-icon {
  color: rgba(0, 0, 0, 0.54);
}

a .md-button {
  color: #00675e;
}

.md-button-standar-height {
  height: 36px;
}

a .md-button:not([disabled]):hover {
  background-color: rgba(158, 158, 158, 0.2);
}

a .md-button[disabled] {
  color: rgba(0, 0, 0, 0.26);
  background-color: transparent;
}

.brown-theme-color {
  color: #00675e;
}

.color-red {
  color: red;
}

.border-b-brown {
  border-bottom: 1px solid #00675e;
}

md-input-container label {
  margin-bottom: 0 !important;
}

.no-padd {
  padding: 0 !important;
}

.d-grid {
  display: -ms-grid;
  display: grid;
}

.pointer {
  cursor: pointer;
}

.nav-dw {
  background-color: #00675e !important;
}

.nav-dw .navbar-brand {
  color: #fff;
}

.nav-dw .btn {
  border: 1px solid #36b595;
  color: #36b595;
  background-color: transparent;
  font-weight: bold;
}

.nav-dw .nav-link {
  color: #fff;
  font-weight: bold;
}

.nav-dw .show > .nav-link,
.nav-dw .nav-link:hover,
.nav-dw .nav-link:focus {
  color: #fff;
  -webkit-box-shadow: 0px 7px 0px 0px #36b595;
          box-shadow: 0px 7px 0px 0px #36b595;
}

.nav-dw .dropdown-toggle {
  cursor: pointer;
}

md-sidenav.ng-enter {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

md-backdrop.md-opaque.ng-enter-active {
  opacity: 0.48;
}

.login-component {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.login-component .cabecera {
  text-align: center;
}

.login-component form {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.logo-img {
  width: 4rem;
  height: 3rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  background-image: url("../images/logo-vivri-blanco.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.logo-goe {
  width: 4rem;
  height: 3rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  background-image: url("../images/goe.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.site-header {
  padding: 0;
}

.site-body {
  /*background-color: #f3f3f3;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-login {
  /*background-image: url("../images/bg-d.png"), url("../images/background-color.svg");*/
  /*background-image: url("../images/chuttersnap-394509-unsplash.jpg");*/
  background-repeat: no-repeat, repeat-x;
  background-position: center top, top;
  background-size: 76rem, 84rem;
  background-position-y: 0.7rem, 0;
}

.site-logedin {
  display: block !important;
  background-image: url("../images/bg-l.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-position-y: 0.8rem;
  background-size: 14rem;
}

.site-footer label {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}

.title-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.card {
  border: none;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.25);
}

.card .card-header {
  background-color: #00675e;
  border-radius: 0;
  /*@include borders(1px,1px,0,1px,$primary-color,solid);*/
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.card .card-header .btn {
  margin-left: 1rem;
  border: 0 solid transparent;
  color: #fff;
  background-color: transparent;
  font-weight: 400;
}

.card .card-body {
  /*@include borders(0,1px,1px,1px,$primary-color,solid);*/
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.card-actives {
  border: none;
  margin-bottom: 2rem;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.25);
}

.card-actives .card-header {
  background-color: #00675e;
  border-radius: 0;
  /*@include borders(1px,1px,0,1px,$primary-color,solid);*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.card-actives .card-header label {
  margin-left: 1rem;
  color: #fff;
  font-weight: 400;
}

.card-actives .card-body {
  /*@include borders(0,1px,0,1px,$primary-color,solid);*/
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.card-actives .card-footer {
  /*@include borders(0,1px, 1px, 1px, $primary-color, solid);*/
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  background-color: #fff;
}

.modal-header {
  background-color: #00675e;
  color: #fff;
}

.modal-header .close {
  color: #fff;
}

.mdi-l {
  position: absolute;
  top: -10px;
  font-size: 0.9rem;
  color: #00675e;
  font-weight: bold;
  background-color: #fff;
  margin-left: 6px;
}

.mdi-i-s {
  border: 1px solid;
  border-radius: 0.3rem;
  padding-bottom: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mdi-i-s:focus {
  border: 2px solid;
  border-color: #00675e;
}

.mdl-card {
  max-width: 100%;
}

.revisiones-card .mdl-card__title {
  background-color: #00675e;
  color: #fff;
}

.revisiones-card .mdl-card__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.revisiones-activas-card .mdl-card__title {
  background-color: #00675e;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.revisiones-activas-card .mdl-card__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.catalogos-card .mdl-card__actions {
  background-color: #00675e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.catalogos-card .mdl-card__actions button {
  color: #fff;
  font-size: 1.3rem;
}

md-input-container {
  width: 100%;
  max-width: 100% !important;
  margin-bottom: 0 !important;
}

.width-auto {
  width: auto;
}

.md-select-menu-container {
  z-index: 1050;
}

.mdl-textfield__label:after {
  bottom: 12px;
}

.txt-area {
  height: 10rem;
  resize: none;
}

.tabla-dw button {
  min-width: 2rem;
}

.modal-criterios .area-botones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

md-sidenav {
  overflow: visible;
}

.side-menu,
.side-menu ul {
  list-style: none;
  padding: 0;
  margin-top: 0;
}

.side-menu .md-button.active {
  color: deeppink;
}

.side-menu .menu-toggle-list a.md-button {
  display: block;
  padding: 0 16px 0 45px;
  text-transform: none;
  text-rendering: optimizeLegibility;
  font-weight: 500;
}

.side-menu .menu-toggle-list .md-button {
  display: block;
  padding: 0 16px 0 32px;
  text-transform: none;
}

.side-menu > li {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.md-button-toggle .md-toggle-icon.toggled {
  transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
}

.side-menu .md-button-toggle .md-toggle-icon {
  background-size: 100% auto;
  display: inline-block;
  margin: auto 0 auto auto;
  width: 15px;
  color: darkgray;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
}

.menu-toggle-list.oculto {
  max-height: 0 !important;
}

.side-menu .md-button {
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  margin: 0;
  max-height: 40px;
  overflow: hidden;
  padding: 0px 16px;
  text-align: left;
  text-decoration: none;
  white-space: normal;
  width: 100%;
}

.menu-toggle-list {
  background: #fff;
  /*max-height: 1300px;*/
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.75s cubic-bezier(0.35, 0, 0.25, 1);
  -webkit-transition-property: max-height;
  -moz-transition: 0.75s cubic-bezier(0.35, 0, 0.25, 1);
  -moz-transition-property: max-height;
  transition: 0.75s cubic-bezier(0.35, 0, 0.25, 1);
  transition-property: max-height;
}

.side-menu menu-toggle span {
  padding-top: 12px;
  padding-bottom: 12px;
}

.icono-menu {
  position: absolute;
  top: 12px;
  left: 20px;
}

.lbl-goa {
  color: currentColor;
}

md-backdrop.md-opaque.ng-enter {
  opacity: 0.45 !important;
}

md-sidenav.md-closed {
  display: block !important;
}

md-sidenav {
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

md-toolbar > .md-toolbar-tools > form {
  margin-left: 1rem;
}

.input-search {
  width: 100%;
  margin: 0;
  border: none;
  color: rgba(0, 0, 0, 0.87);
}

.input-search:focus {
  outline: none;
}

md-card > md-card-actions > button.md-GOA-theme {
  min-width: 0;
}

.md-open-menu-container.md-active {
  -webkit-transition-property: opacity !important;
  transition-property: opacity !important;
}

.mt-6rem {
  margin-top: 6rem;
}

.lista-horizontal {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.lista-horizontal li {
  float: left;
}

.tarifas-table {
  position: relative;
}

.tarifas-table md-input-container {
  margin: 0;
}

.tarifas-table .md-errors-spacer {
  display: none;
}

.dual-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #fff;
  min-height: 14rem;
  padding: 0 8px;
}

.dual-box .list-a,
.dual-box .list-b,
.dual-box .list-btns {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #fff;
}

.dual-box .list-a md-list,
.dual-box .list-b md-list,
.dual-box .list-btns md-list {
  padding: 0;
  max-height: 15rem;
}

.dual-box .list-a .md-subheader,
.dual-box .list-b .md-subheader,
.dual-box .list-btns .md-subheader {
  color: #3b237b;
  border-bottom: 1px solid #3b237b;
  background-color: #fff;
}

.dual-box .list-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swal-icon--success {
  border: 4px solid rgba(255, 145, 0, 0.2);
}

.swal-icon--success__line {
  background-color: #ff9100;
}

.swal-icon--success__ring {
  border: 4px solid rgba(255, 145, 0, 0.2);
}

.swal-icon--info {
  border-color: rgba(255, 145, 0, 0.4);
}

.swal-icon--info:before,
.swal-icon--info:after,
.swal-icon--warning__dot,
.swal-icon--warning__body {
  background-color: rgba(255, 145, 0, 0.5);
}

.swal-button {
  color: rgba(255, 255, 255, 0.87);
  background-color: #3b237b;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  display: inline-block;
  position: relative;
  cursor: pointer;
  min-height: 36px;
  min-width: 88px;
  line-height: 36px;
  vertical-align: middle;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          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;
  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;
  -webkit-transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.swal-button:not([disabled]):hover,
.swal-button:active {
  background-color: #6d4c41;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.swal-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.swal-text {
  font-weight: 600;
}

table.accent-head thead tr {
  background-color: #fff;
  color: #3b237b;
}

table.accent-head thead tr th {
  border: none;
  border-bottom: 1px solid #3b237b;
}

table.linear-border tbody td {
  border: none;
  border-top: 1px solid #dee2e6;
}

table.centered thead th {
  text-align: center;
}

table.centered tbody td {
  text-align: center;
}

.max-h-20rem {
  max-height: 20rem;
  overflow: auto;
}

.min-h-15-rem {
  min-height: 15rem;
}

md-chips .md-chips {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.tree-checkbox .md-label {
  font-size: 1rem;
}

.logo-login {
  width: 8.9rem;
}

.logo-card::before {
  content: " ";
  height: 5rem;
  width: 0.3rem;
  background-color: #3b237b;
  position: absolute;
  left: -16px;
}

.logo-card::after {
  content: " ";
  height: 5rem;
  width: 0.3rem;
  background-color: #3b237b;
  position: absolute;
  right: -16px;
}

.card-login {
  width: auto;
}

.icon-loading {
  font-size: 5rem;
  color: #fff;
}

.transparent-bg {
  background-color: transparent !important;
}

.swal-content label {
  font-size: 1.5rem;
  color: #fff;
}

table.md-table td.md-cell {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13px;
  border-bottom: 1px rgba(0, 0, 0, 0.12) solid;
  border-top: none;
}

table.md-table td.md-cell,
table.md-table th.md-column {
  vertical-align: middle;
  text-align: left;
  border-bottom: 1px rgba(0, 0, 0, 0.12) solid;
}

tbody tr.md-row:hover {
  background-color: #eee !important;
  cursor: pointer;
}

.flex-grow-1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.md-icon-button + .md-datepicker-input-container {
  width: calc(100% - 84px);
}

.md-datepicker-input {
  max-width: none;
}

.grid-deducibles {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 1fr 1fr 1fr;
      grid-template-rows: 1fr 1fr 1fr 1fr;
  row-gap: 1.3rem;
  -webkit-column-gap: 2rem;
          column-gap: 2rem;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.grid-deducibles * {
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin: 0;
  text-align: right;
}

.grid-deducibles .c-1 {
  font-size: 1.1rem;
  font-weight: bold;
  width: 100%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  border-right: 1px solid #ffab40;
}

.grid-deducibles .r-1 {
  width: 100%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  border-bottom: 1px solid #ffab40;
  background-color: #ffab4038;
  border-right: 0 !important;
}

.sec-contenido {
  max-height: 0px;
  -webkit-transition: max-height 1s ease-in;
  transition: max-height 1s ease-in;
  overflow: hidden;
  padding: 0;
}

.sec-contenido.active.active-ajustador {
  max-height: 30rem;
}

.sec-contenido.active.active-bien, .sec-contenido.active.active-terceros, .sec-contenido.active.active-vpersona, .sec-contenido.active.active-juridico, .sec-contenido.active.active-conductor, .sec-contenido.active.active-vequipaje, .sec-contenido.active.active-varios {
  max-height: 100rem;
}

.sec-contenido .sec {
  margin-top: 1.2rem;
}

.tool-expedientes {
  max-height: unset !important;
  margin-top: 2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
      grid-template-columns: 1fr 2fr;
  padding: 0 24px;
  -webkit-column-gap: 1rem;
          column-gap: 1rem;
}

.rb-viajerotercero {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.siniestroFechas {
  overflow: hidden;
  text-overflow: ellipsis;
}

.datos-coberturas .c-1 {
  font-size: 0.9rem;
}

@-webkit-keyframes pulseWarning {
  0% {
    border-color: rgba(255, 145, 0, 0.3);
  }
  100% {
    border-color: rgba(255, 145, 0, 0.4);
  }
}

@keyframes pulseWarning {
  0% {
    border-color: rgba(255, 145, 0, 0.3);
  }
  100% {
    border-color: rgba(255, 145, 0, 0.4);
  }
}

@media (max-width: 905px) {
  .mt-6rem {
    margin-top: 10rem !important;
  }
  .m-mt {
    margin-top: 10rem !important;
  }
  .max-h-20rem {
    max-height: 65vh;
    overflow: auto;
  }
}

@media (max-width: 425px) {
  .site-logedin {
    background-size: 8rem;
    background-position-y: 4rem;
  }
}

@media (min-width: 450px) {
  .card-login {
    width: 25rem;
  }
}
/*# sourceMappingURL=dw.css.map */