/*
Description: Estilos creados para template web platform
Author: @JoelBarranco
Version: 1.0
*/

/* Index of this css file
-------------------------
    1. General
    2. Basics
    3. Header
    4. Navigation
    5. Footer
------------------------*/

/* 1. General
----------------------------------- */

/*Notas de colores DMI
#35B47B - Verde
#1C4881 - Azul
#0D1F3D - Azul marino
*/

html,
.principal {
  height: 100%;
}

body {
  background-color: rgb(238, 242, 246);
}

body,
h1,
h2,
h3,
h4,
h5,
p,
a,
label {
  font-family: 'Open Sans', sans-serif !important;
}

.front {
  z-index: 999999999999;
}

@-webkit-keyframes autofill {
  to {
    background: transparent;
  }
}

input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

.wrapper {
  border-top: 2px solid #35B47B;
}

.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.no-padd {
  padding: 0;
}

.btn {
  padding-right: 40px;
  padding-left: 40px;
}

.btn:hover {
  color: #FFF;
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.298039);
}

.btn:focus,
.btn:active {
  color: #FFF;
  outline: 0 !important;
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.298039);
}

.btn:after: {
  background-color: rgba(255, 255, 255, 0.1);
}

.btn-main {
  background-color: #0096A4;
  color: #fff;
  -webkit-transition-property: box-shadow, background-color;
  transition-property: box-shadow, background-color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.btn-second {
  background-color: #1C4881;
  color: #fff;
  -webkit-transition-property: box-shadow, background-color;
  transition-property: box-shadow, background-color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.btn-close {
  background-color: rgb(250, 250, 250);
  color: rgba(0, 0, 0, 0.87);
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .26) !important;
  -webkit-transition-property: box-shadow, background-color;
  transition-property: box-shadow, background-color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.btn-close:hover {
  color: #35B47B !important;
}

.btn-raised {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
}


.body-back {
  background-color: #F0F0F0;
}

.body-noback {
  background-color: #FFF;
}

.btn-options {
  background-color: #FFF;
}

.btn-secondary {
  background-color: #d81b60;
}

/* 2. Basics
----------------------------------- */

.dash .mainTitle {
  color: #777777;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0 !important;
}

.dash hr {
  margin-top: 2px;
  border-top: 1px solid #D8D8D8;

}

.dash .tarjet {
  background-color: #FFF;
  border: 1px solid #CCCCCC;
  border-radius: 6px;
  padding: 16px;
  margin-bottom: 1.5em;
}

.dash .tarjetTitle {
  color: #464C52;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.dash .tarjetSubTittle {
  /*color: #1565C0;*/
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
}

.dash .Sub {
  color: #A3AEBE;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0;
}

.dash .label {
  float: right;
  background-color: #A3AEBE;
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  margin-left: 6px;
  margin-top: 10px;
  padding: 2px 8px;
}

.dash .test {
  background-color: #e64371;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  padding: 2px 8px;
  color: #fff;
  border-radius: 5px;
  margin-top: 8px;
}

.labelParent {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
}

.labelParent>.labelChild {
  width: 100%;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -20px;
  line-height: 19px;
  text-align: center;
  z-index: 9;
}

.dash .labelDoug {
  text-align: center;
  margin-top: 4px;
}

.dash .labelDoug span {
  color: #777777;
  text-transform: uppercase;
  font-size: 10px;
}

.dash .labelDoug i {
  color: rgb(229, 46, 113);
  color: rgba(229, 46, 113, 0.7);
  margin-right: 4px;
}

/*Estilos Tab Login*/
.login-page .back {
  background-image: url('../img/brand/unicarriers.jpg');
  background-size: cover;
  height: 100%;
  background-position-x: 73%;
}

.login {
  background-color: #FFF;
  height: 100%;
}

.login .form-log {
  max-width: 420px;
  margin: 20% auto;
}


.signin-material .form-group {
  position: relative;
  padding-top: 16px;
  padding-bottom: 16px;
}

.signin-material .btn {
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  padding: 16px;
}

.signin-material input {
  bottom: 0;
  box-shadow: none !important;
  border-radius: 0 !important;
  color: #888;
  width: 100%;
  border: none;
  outline: none;
  padding: 10px;
  font-size: 12px;
  position: relative;
  background: transparent;
  transition: all 0.1s ease-in-out;
  border-bottom: 1px solid #E0E0E0;
}

.signin-material label {
  bottom: 10px;
  color: #3C3C54;
  font-size: 16px;
  position: absolute;
  pointer-events: none;
  transition: 0.1s ease-in-out;
}

.signin-material .bar {
  bottom: 2px;
  width: 100%;
  position: absolute;
}

.signin-material input.filled {
  border-bottom: 1px solid #3C3C54;
}

.signin-material input:focus~label,
input.filled~label {
  bottom: 32px;
  color: #3C3C54;
  font-size: 16px;
}

.signin-material .bar:before,
.bar:after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  background: #3C3C54;
  transition: all 0.2s ease-in-out;
}

.signin-material .bar:before {
  left: 50%;
}

.signin-material .bar:after {
  right: 50%;
}

.signin-material input:focus~.bar:before,
input:focus~.bar:after {
  width: 50%;
}

.signin-material input:valid {
  border-bottom: 1px solid #3C3C54;
}

.signin-material input:valid~.bar:before,
input:valid~.bar:after {
  background: #3C3C54 !important;
}

.signin-material .has-error .form-control {
  border-color: #DF8893;
}


.login .input-group>input {
  border: none;
  border-bottom: 1px solid #dedede;
  border-radius: 0;
  box-shadow: none;
}

.login .input-group>span {
  background: none;
  border: none;
}

.login .input-group>span i {
  color: #0d0d0d;
  font-size: 30px;
}

.inputSearch {
  float: right;
  padding: 7px 10px;
  border-radius: 0 8px 8px 0;
  border: 1px solid #CCC;
  font-size: 15px;
  background-color: #FFF;
  color: #777777;
  width: 100%;
  outline: none;
}

.listTabs .blank-card {
  background-color: #FFF;
  margin-top: 24px;
  padding: 24px 60px;
  border-radius: 6px;
  border: 1px solid #CCCCCC;
}

/*Section Tittle*/
.dataHeader {
  background-color: white;
  padding: 20px 32px 8px 24px;
  border-bottom: 1px solid #E6EAEE;
}

.dataHeader .row {
  margin: 0
}

.titleModule,
.infoTitle,
.title {
  color: #757575;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
}

.title {
  font-weight: bold;
  font-size: 14px;
}

.dataHeader .infoModule,
.dataHeader .info,
.dataHeader .info2 {
  color: #7D8795;
  font-size: 16px;
  font-weight: 300;
}

.dataHeader .info2 {
  font-size: 24px !important;
  margin-bottom: 0 !important;
}

.dataHeader .titleModule {
  font-size: 24px;
  margin-bottom: 3px;
}

.dataHeader .infoModule {
  text-transform: uppercase;
}

/* listado de vistas */
.collection {}

.collection .header,
.collection .body {
  margin-top: 24px;
}

.collection .header h1 {
  line-height: 0.9;
  margin: 0;
}

.collection .header button {
  float: right;
}

.collection .body {}

.set-right {
  float: right;
}

.set-left {
  float: left;
}

/*Tarjets*/

.tarjet {
  background-color: #FFF;
  border: 1px solid #CCCCCC;
  border-radius: 6px;
  padding: 16px;
  margin-bottom: 1.5em;
}

.tarjet .title {
  color: #464C52;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

.tarjet .title2 {
  color: #1565C0;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
}

.tarjet .subtitle {
  color: #1565C0;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
}

.tarjet .subtitle2 {
  color: #464C52;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

.btn-tree {
  padding-right: 6px;
  padding-left: 6px;
  margin-top: -9px;
  position: relative;
  bottom: -6px;
}

/* Tablas catalogos */

.borderless td,
.borderless th {
  border: none !important;
}

.table-collection {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .06);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .06);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .06);
}

.table-collection>thead {
  background-color: #094579;
  color: white;
}

.table>thead>tr>th {
  border-bottom: 1px solid #fff;
  vertical-align: bottom;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  vertical-align: middle !important;
}

.table-collection thead>tr>th:first-child {
  border-radius: 3px 0 0 0;
}

.table-collection thead>tr>th:last-child {
  border-radius: 0 3px 0 0;
  text-align: center;
}

.table-collection thead>tr>th {
  font-weight: 400;
  height: 50px;
}

.table-collection th:first-child {
  padding-left: 16px;
}

.table-collection thead>tr>th .fa {
  left: 12px;
  position: relative;
}

.table-collection tbody tr {
  height: 48px;
}

.table-collection tbody>tr>td:last-child {
  text-align: center;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  background-color: #7D8795;
  border-color: #7D8795;
}

.pagination>li>a,
.pagination>li>a:hover {
  color: #1565C0;
}

.flechapag {
  color: #0076FC;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 10px;
}

.titlefont{
  font-size: 14px;
}

/* Modal */

.ngdialog {
  z-index: 9999 !important;
}

.ngdialog.ngdialog-theme-default {
  padding-top: 60px !important;
}

.ngdialog-content {
  padding: 0 !important;
}

.confirm-dg+button {
  display: none;
}

.ngdialog-content button {
  /*top: 16px !important;
  right: 16px !important;*/
}

.ngdialog-content button:before {
  color: #FFF !important;
}

.modal-material {
  background-color: #FFF;
}

.modal-material .row {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 2em;
}

.modal-material .row hr {
  margin-top: 10px !important;
  border-top-color: #ccc !important;
}


.modal-material .header {
  background-color: #35B47B;
  text-align: left;
}

.modal-material .header h4 {
  color: #FFF;
}

.modal-material .header,
.modal-material .body {
  padding: 20px;
}

.modal-material .body .set-right a {
  margin-right: 8px;
}

.modal-material .btn-second {
  font-size: 14px;
}

.confirm-dg .buttons {
  padding-bottom: 1em;
  padding-right: 1em;
}

.confirm-dg h4 {
  padding: 1em 0.5em;
  text-align: center;
}

.confirm-dg .btn-confirm {
  background-color: #35B47B;
  color: white;
}

.confirm-dg .btn-confirm:hover {
  background-color: #00B1A1;
}

.confirm-dg .btn-cancel,
.confirm-dg .btn-confirm {
  border-radius: 3px;
  float: right;
  text-decoration: none;
  padding: 4px 32px;
}

.confirm-dg .btn-cancel {
  color: #35B47B;
  margin-right: 16px;
}

.confirm-dg .btn-cancel:hover {
  background-color: rgba(158, 158, 158, 0.2);
}

/**/
.multipleTarjet {
  background-color: #FFF;
  border: solid 1px #CCCCCC;
  padding: 8px;
  border-radius: 5px;
  box-shadow: 3px 4px #CCCCCC;
}

.edit .multipleTarjet {
  list-style: none;
  border-left: solid 1px #CCCCCC;
  border-top: solid 1px #CCCCCC;
}

.edit .multipleTarjet:last-child {
  border-right: solid 1px #CCCCCC;
}

.row .selected {
  margin-bottom: 0;
  background-color: #eee;
  padding: 16px;
  border-right: solid 1px #CCCCCC;
  border-left: solid 1px #CCCCCC;
  border-bottom: solid 1px #CCCCCC;
}

.multipleTarjet:hover {
  background-color: #E6E5E6;
}

.contentCourse {
  border-left: solid 1px #CCCCCC;
  border-right: solid 1px #CCCCCC;
  overflow: auto;
  max-height: 500px;
}

.multipleTarjet .title {
  font-size: 16px;
  color: #464C52;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 22px;
}

.multipleTarjet .subTitle {
  font-size: 10px;
  color: #7D8795;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 14px;
}

.multipleTarjet .subInfo {
  font-size: 14px;
  font-family: 'Open Sans Condensed', sans-serif !important;
  font-weight: bold;
}

/* Switch */
.switch {
  width: 50px;
  height: 30px;
  position: relative;
}

.switch-element {
  display: none;
}

.switch-label {
  cursor: pointer;
  display: block;
  height: 100%;
  margin-bottom: 0;
}

.switch-label:before,
.switch-label:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateZ(0px) translate(0, -50%);
  transform: translateZ(0px) translate(0, -50%);
}

.switch-label:before {
  width: 100%;
  height: 10px;
  border-radius: 60px;
  -webkit-transition: background-color 0.2s cubic-bezier(0.5, -0.01, 0.59, 0.04) 0.2s;
  transition: background-color 0.2s cubic-bezier(0.5, -0.01, 0.59, 0.04) 0.2s;
}

.switch-label:after {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition-property: transform, background-color;
  transition-property: transform, background-color;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.5, -0.01, 0.59, 0.04);
  transition-timing-function: cubic-bezier(0.5, -0.01, 0.59, 0.04);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.switch-element:disabled+.switch-label {
  cursor: no-drop;
  opacity: 0.5;
}

.switch-element:checked+.switch-label:after {
  -webkit-transform: translateZ(0px) translate(30px, -50%);
  transform: translateZ(0px) translate(30px, -50%);
}

.switch-element:checked+.switch-label:before {
  background-color: #eee;
}

.switch-element:checked+.switch-label:after {
  background-color: #eee;
}

.switch-label:before {
  background-color: #eee;
}

.switch-label:after {
  background-color: #fff;
}

.switch-main .switch-element:checked+.switch-label:before {
  background-color: #35B47B;
}

.switch-main .switch-element:checked+.switch-label:after {
  background-color: #35B47B;
}

/*Checkbox*/
.material-checkbox-group__label {
  position: relative;
  display: block;
  cursor: pointer;
  height: 25px;
  line-height: 25px;
  padding-left: 30px;
}

.material-checkbox-group__label:after {
  content: "";
  display: block;
  width: 5px;
  height: 15px;
  opacity: .9;
  border-right: 2px solid #eee;
  border-top: 2px solid #eee;
  position: absolute;
  left: 5px;
  top: 15px;
  -webkit-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.material-checkbox-group__label:before {
  content: "";
  display: block;
  border: 2px solid;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
}

.material-checkbox-group__label {
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.material-checkbox:disabled~.material-checkbox-group__label {
  cursor: no-drop;
}

.material-checkbox {
  display: none;
}

.material-checkbox-group .material-checkbox:checked+.material-checkbox-group__label:after {
  -webkit-animation: check 0.8s;
  animation: check 0.8s;
  opacity: 1;
}

.material-checkbox-group .material-checkbox:checked+.material-checkbox-group__label:after {
  border-color: #000;
}

.material-checkbox-group .material-checkbox:checked+.material-checkbox-group__label:before {
  background-color: #eee;
}

.material-checkbox-group .material-checkbox-group__label:before {
  border-color: #eee;
}

.material-checkbox:disabled~.material-checkbox-group__label {
  color: #eee;
}

.material-checkbox-group_primary .material-checkbox:checked+.material-checkbox-group__label:after {
  border-color: #fff;
}

.material-checkbox-group_primary .material-checkbox:checked+.material-checkbox-group__label:before {
  background-color: #35B47B;
}

.material-checkbox-group_primary .material-checkbox-group__label:before {
  border-color: #35B47B;
}

@-webkit-keyframes check {
  0% {
    height: 0;
    width: 0;
  }

  25% {
    height: 0;
    width: 5px;
  }

  50% {
    height: 15px;
    width: 5px;
  }
}

@keyframes check {
  0% {
    height: 0;
    width: 0;
  }

  25% {
    height: 0;
    width: 5px;
  }

  50% {
    height: 15px;
    width: 5px;
  }
}

/*Tabs List Views*/
.listTabs .ng-isolate-scope {
  background-color: white;
  /*padding-left: 24px;
  padding-right: 32px;*/
}
.listTabsModal .ng-isolate-scope {
  background-color: white;
  /* padding-left: 24px;
  padding-right: 32px; */
}

.listTabs .ng-isolate-scope ul li,
.listTabs .ng-isolate-scope dir-pagination-controls {
  background: none;
  margin: 0;
  padding: 0;
}

.listTabs .nav-tabs>li.active>a,
.listTabs .nav-tabs>li.active>a:focus,
.listTabs .nav-tabs>li.active>a:hover {
  color: #0096A4;
  border: none;
  border-bottom: solid 2px #0096A4;
}

.listTabs .nav-tabs {
  border: none;
}

.listTabs .nav-tabs>li>a {
  color: #A3AEBE;
  border: none;
  border-bottom: solid 2px #FFF;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  min-width: 100px;
  text-align: center;
  padding: 11px 15px;
}

.listTabs .nav-tabs>li>a:hover {
  background-color: #FFF;
  color: #1C4881;
  border: none;
  border-bottom: solid 2px #1C4881;
}

/* 3. Header
----------------------------------- */

.navbar-right {
  margin-right: 16px;
}

.user-dropdown {
  min-width: 200px;
  text-align: center;
}

.user-dropdown>ul {
  border-top: none;
  width: 100%;
}

.navbar-logo {
  background-color: #35B47B;
  min-height: 57px;
}

.navbar-logo a {
  color: #FFF;
  display: block;
  font-size: 20px;
  line-height: 57px;
  margin-left: 15px;
}

thead.thead-dark {
  background-color: #848484;
  color: #ffffff;
  font-size: small;
}

.message {
  z-index: 9999999999;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}


.inputfile+label {
  font-size: 1.25em;
  font-weight: 700;
  color: #35b47b;
  background-color: #fff;
  display: inline-block;
}

.inputfile:focus+label,
.inputfile+label:hover {
  background-color: #35b47b;
  color: #fff;
}

.inputfile+label {
  cursor: pointer;
  /* "hand" cursor */
}

.inputfile:focus+label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

.js .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile+label {
  max-width: initial;
  font-size: 14px;
  /* 20px */
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
  /* 10px 20px */
}

.no-js .inputfile+label {
  display: none;
}

.inputfile:focus+label,
.inputfile.has-focus+label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

.inputfile+label * {
  /* pointer-events: none; */
  /* in case of FastClick lib use */
}

.inputfile+label svg {
  width: 3em;
  height: 2em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  /* 4px */
  margin-right: 0.25em;
  /* 4px */
}


/* style 6 */

.inputfile-6+label {
  color: #35B47B;
}

.inputfile-6+label {
  border: 1px solid #35B47B;
  background-color: #f1e5e6;
  padding: 0;
}

.inputfile-6:focus+label,
.inputfile-6.has-focus+label,
.inputfile-6+label:hover {
  border-color: #227550;
}

.inputfile-6+label span,
.inputfile-6+label strong {
  padding: 0.625rem 1.25rem;
  /* 10px 20px */
}

.inputfile-6+label span {
  width: 300px;
  min-height: 2em;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
}

.inputfile-6+label strong {
  height: 100%;
  color: #f1e5e6;
  background-color: #35B47B;
  display: inline-block;
}

.inputfile-6:focus+label strong,
.inputfile-6.has-focus+label strong,
.inputfile-6+label:hover strong {
  background-color: #227550;
}

@media screen and (max-width: 50em) {
  .inputfile-6+label strong {
    display: block;
  }
}


.details .form-control {
  background-color: #FFF;
  border-top: none;
  border-right: none;
  border-left: none;
  box-shadow: none;
  padding-left: 0;
}

.dropdown-menu {
  min-width: 153px;
}

.open>.dropdown-menu {
  display: block;
  width: 100%;
  padding-left: 0%;
  max-width: 250px;
}

.open>.left {
  left: -105%;
}


.tree .item {
  background: #F2F6F7;
  margin: 0;
  margin-bottom: 8px;
  padding: 6px 18px;
  border-radius: 6px;
  border: 1px solid #b9b9b9;
}

.tree .item a {
  /*color: #FFF;*/
  border-radius: 3px;
  padding: 2px 12px;
  text-decoration: none;
  margin-right: 8px;
  top: 1px;
}

.tree .fam a {
  background: #46a7bf;
  color: #FFF;
  position: relative;
  left: 2px;
}

.tree .fam a span,
.tree .cat a span {
  position: relative;
  left: 2px;
}

.tree .cat a {
  background: #80D555;
  color: #FFF;
  position: relative;
  left: 2px;
}

/*.tree .subcat a{
  background: #8E55D5;
  color: #FFF;
  position: relative;
  left: 2px;
}*/

.tree .item .title,
.tree .item .subtitle {
  color: #6B727A;
  text-transform: capitalize;
}

.tree .item .title {
  font-weight: bold;
  font-size: 24px;
}

.tree .item .subtitle {
  font-size: 18px;
}

.page {
  background: #FFF;
  padding: 20px 40px;
  font-size: 13px;
  position: relative;
  width: 21.6cm;
  height: 27.9cm;
  margin: 0 auto 16px;
  background-size: cover;
}

/* nuevos estilos */
.btnPadding {
  padding-top: 23px;
}

@media screen and (max-width:768px) {
  .btnPadding {
    padding-top: 0px;
  }

  .myCont {
    padding-top: 8vh;
  }

  .myButtons {
    display: flex;
    flex-direction: column;
  }

  .myBtn {
    margin-bottom: 10px;
    margin-right: 0px;
  }

  .overflow {
    overflow-x: auto;
    overflow-y: visible;
  }
}

.myButtons {
  display: flex;
}

.myBtn {
  margin-right: 10px;
}

.myCont {
  margin-left: 15px;
  margin-right: 15px;
}

.custom-file-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.custom-file-label {
  font-size: 1em;
  font-weight: 700;
  color: white;
  /* background-color: rgb(22, 105, 204); */
  background-color: #07752D;
  display: inline-block;
}

.custom-file-label {
  cursor: pointer;
  padding: 8px;
  border-radius: 15px;
}

.custom-file-label:focus,
.custom-file-label:hover {
  /* background-color: rgb(40, 130, 238); */
  background-color: rgb(12, 150, 60)
}

.bordmultiple {
  border-right: 2px #09467a solid;
  border-left: 2px #12a19a solid;
  border-top: 2px #12a19a solid;
  border-bottom: 2px #09467a solid;
  padding: 7px;
  margin-right: 10px;
  margin-bottom: 15px;
}

.head {
  border-top: none;
  background: #dddd;
  border-left: 5px solid #12a19a;
  padding: 0px 15px !important;
}

.contact {
  background: #d9d9d9;
  position: relative;
  padding: 0px 20px;
  left: -40px;
  /*bottom: -33px;*/
  width: 105%;
  border-right: 8px solid #0c1e3d;
}

.liga {
  color: #fff;
  font-size: 25px;
  text-shadow: 7px 5px 6px rgba(0, 0, 0, 0.8);
}

.green {
  border: 1px solid #2bac6c !important;
}

.bordbot {
  border-bottom: 1px solid #2bac6c !important;
}

.history-item {
  border-left: 5px solid #8bbda4;
  padding-left: 5px;
}

.history-content {
  max-height: 60vh;
  overflow-y: auto;
}

.history-title {
  margin-bottom: 2px;
}

.history-item-details>p {
  margin-top: 1px;
  margin-bottom: 0px;
}

@media (min-width: 769px) {
  .no-pad-left {
    padding-left: 0;
  }

  .no-pad-right {
    padding-right: 0;
  }
}

@media (min-width: 1200px) {
  .hidden-evidence {
    display: none !important;
  }
}

#acPrv {
  margin-top: 28px;
}
.acPrv {
  margin-top: 28px;
}

@media (min-width: 992px) {
  .boton{
    padding: 0;
    float: right;
    position: relative;
    bottom: -21px;
    right: -25px;
  }
  .fechastop{
    position: relative;
    left: -10px;
    top: 3px;
  }
  .fechas{
    display: inline-flex;
    top: -12px;
    position: relative;
  }
  .new{
    text-align: right;
    position: relative;
    top: 27px;
  }
  .searchinput{
    position: relative;
    bottom: -25px;
  }
  .rh{
    text-align: right;
    padding-right: 45px;
  }
}

@media (max-width: 991px) {
  #acPrv {
    margin-top: 5px;
  }

  .newConv {
    margin-top: 15px;
  }
  .fechas{
    display: inline-flex;
    top: 0px;
    position: relative;
  }
  .boton{
    padding: 0;
    float: right;
    position: relative;
    bottom: -5px;
    right: -15px;
  }
  .new{
    float: left;
    position: relative;
    bottom: -10px;
  }
  .fechastop{
    position: relative;
    left: -10px;
    padding-left: 10px;
  }
  .searchinput{
    position: relative;
    bottom: 0px;
  }
}

#meetingsDropdown {
  width: 168px;
}

.actions-crud {
  background-color: #35b47b;
  color: white;
  /* margin: 3px;
  padding: 3px;
  border: 1px; */
  padding-left: 10px;
  padding-right: 10px;
}

/* Nuevas clases para nuevo diseño
----------------------------------- */

/* Botones de Opciones */

.btnoptions{
  background-color: #fff;
  color: #646469;
  font-weight: 600;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 18px;
  padding: 2.7px 5.4px;
}

.btnoptions:focus{
border: 1px solid #ccc;
outline: none;
}

.btnoptions:hover{
  border: 1px solid #646469;
}

.options-menu{
right: 25% !important; 
}

.btndetails{
  color: #777777;
  background-color: #fff;
  font-size: 15px;
  cursor: pointer;
  padding: 1px;
  margin-bottom: 0;
}

.btndetails:hover{
  background-color: #1b4881;
  color: #fff;
}

.btndelete{
  color: #E87180 !important;
  background-color: #fff;
  font-size: 15px;
  cursor: pointer;
  padding: 10px;
  margin-bottom: 0;
}

.btndelete:hover{
  background-color: #646469;
  color: #fff;
}
.cardTree {
  background-color: #8f9094;
  border-radius: 10px;
  padding: 10px;
  color: #fff;
  margin-top: 5 !important;
  margin-bottom: 5 !important;
}
.treeHandle {
  padding: 10px 0;
}
.imageThumb {
  text-align: center;
  align-items: center;
  display: flex;
}
.buttonImageUpload {
  z-index: 10;
  position: relative;
  width: inherit !important;
  background-color: rgb(242, 245, 217);
}
.currency{
  font-size: 10px;
}
.my-no-padd {
  padding: 0 !important;
  background-color: #f0f0f0 !important;
}

.tag{
  padding: 0.3rem 1rem;
  border-radius: 1rem;
  font-size: 1.25rem;
  color: #FFF;
  margin-bottom: 0.3rem;
  position: relative;
  width: 80px;
  text-align: center;
}

.tag-green{
  background-color: #40BE89;
}

.tag-red{
  background-color: #D6434D;
}

.tag-purple{
  background-color: #8c2fb1;
}

.tag-orange{
  background-color: #fd8e00;
}

.tag-yellow{
  background-color: #fdd500;
}

.tag-black{
  background-color: #000000;
}
