:root {
  --fontManropeRegular: 'Manrope Regular';
  --vw-card-shadow: 0 0px 22px 0px rgb(231 231 231 / 50%);
  --vw-card-border-rad: 10px;
}

@font-face {
  font-family: 'Manrope Regular';
  src: url(/includes/fonts/Manrope_Regular.ttf),
    url(/includes/fonts/Manrope_Medium.ttf),
    url(/includes/fonts/Manrope_SemiBold.ttf);
}
font-size: 13px;
h3 {
  font-family: var(--fontManropeRegular) !important;
  font-weight: 700 !important;
  font-size: 1.20rem !important;
  color: #202b46 !important;
}

.close:focus,
.close:hover {
  opacity: 1 !important;
}

.close {
  opacity: 1 !important;
}

#main {
  padding: 12px;
  transition: margin-left 0.5s;
}

.btn-vw {
  background-color: #1c5592 !important;
  color: white !important;
  font-weight: bold !important;
}

.vw-card-bg {
  background-color: white;
}

.box_MinutaTrabajo {
  width: 45px;
  background: transparent;
  position: fixed;
  right: 0px;
  top: 50%;
  box-shadow: 0px 1px 5px 0px;
  border-radius: 8px 0px 0px 8px;
  cursor: pointer;
  z-index: 100;
  background: lightcyan;
}
.font-size_table{
  font-size: 12px;
}
#tbody_Pending>tr>td>input {
  width: 95%;
  background: transparent;
  border: none;
  height: 33px !important;
}

.Row_minuta_Invitado {
  height: 37px;
}

.MinutaBox {
  font-size: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
  color: #013e7f;
}

.activeLink::before {
  content: '';
  background-color: #1983ff;
  margin: 1px 0.9rem !important;
  width: 2.9rem;
  position: absolute;
  left: 0rem;
  bottom: 0;
  height: 95%;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  border-top-left-radius: 7px;
}



.table_asigment tr:nth-child(even) {
  background-color: #f2f2f2;
}

.table_asigment tr:hover {
  background-color: #ddd;
}

.table_asigment_Pending tr:nth-child(even) {
  background-color: #f2f2f2;
}

.table_asigment_Pending tr:hover {
  background-color: #ddd;
}

.Select_Participante {
  height: 25px;
}

.Select_Minuta {
  height: 25px;
  width: 95px;
}


.AddParticipante-Minuta {
  /* position: absolute;
  right: 46px;
  background-color:#1c5592 !important;
  color: white !important;
  font-weight: bold !important;*/
}

#footer-container {
  flex: 1;
  position: relative;
  width: -webkit-fill-available;
  background-color: #ffffff;
  padding: 1.3rem 5rem;
}

.ms-auto {
  margin-left: auto !important;
}

#Minuta_area {
  height: 99.7%;
  position: fixed;
  top: 0%;
  background: white;
  right: 0px;
  z-index: 99999;
  border: solid 1px black;
}

.dropzone {
  border: 2px dashed rgb(109 52 195 / 26%) !important;
}

.DeleteParticipante-Minuta {
  cursor: pointer;
}

.Add_Guest_Pending {
  cursor: pointer;
}

.MinutaTrabajo {
  color: white;
  background: #55799e;
  font-weight: bolder;
  width: 100%;
  margin: 0px;
  font-size: large;
  padding: 12px 0px 12px 0px;
  right: 0px;
}

.closeMinuta {
  cursor: pointer;
}

.box_minuta {
  margin-bottom: 18px;
  width: 98%;
  padding-bottom: 10px;
  padding-top: 10px;
  border-radius: 5px;
  background: #f9f9f9;
  margin: 24px 4px 6px 7px;
  box-shadow: 0px 0px 4px 0px;
  border: none;
}

.title_box_minuta {
  color: #013e7f;
  margin-left: 5px;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 12px;
}

.conten_minutaArea {
  padding-left: 15px;
  padding-right: 15px;

}

.display-Flex {
  display: inline-flex;
}

.margin-bottom {
  margin-bottom: 10px;
}

.noMarging {
  margin: 0px;
  padding: 0px;
}

#tab_content-minuta {
  height: 100%;
}

.Buttons_area_Minuta {
  position: fixed;
  bottom: 7px;
  width: 100%;
}

.Info_Participantes_minuta>th {
  width: 23%;
  padding-bottom: 10px;
}

.Info_Participantes_minuta>td {
  width: 23%;
}

td {
  font-family: monospace;
  font-size: medium;
}

.first_info_participantes_minuta {
  width: 8% !important;
}

.last_info_participantes_minuta {
  width: 3% !important;
}

.table_asigment {
  width: 100%;
}

.table_asigment>tbody>tr>td>input {
  width: 95%;
  margin-right: 10px;
  margin-left: 5px;
}

.table_asigment_Pending>tbody>tr>td>input {
  width: 95%;
  margin-right: 10px;
  margin-left: 5px;
}

.table_asigment_Pending {
  width: 100%;
}

.notif_box2 {
  position: absolute;
  background: red;
  border-radius: 35px;
  font-size: 12px;
  font-weight: bolder;
  right: 24px;
  margin-top: -5px;
  color: white;
  width: 17px;
  height: 17px;
}

.notif_box {
  position: absolute;
  background: red;
  border-radius: 35px;
  font-size: 12px;
  font-weight: bolder;
  left: 26px;
  margin-top: -5px;
  color: white;
  width: 17px;
  height: 17px;
}

/*ICONOS CREADOOS <<BARCO>>,<<TREN>>*/
.tren-icon {
  background-image: url('../../assets/img/tren-icon.png') !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  object-fit: cover;
  object-position: center center;
  height: 6vh;
  width: 6vh;

}

.barco-icon {
  background-image: url('../../assets/img/barco-icon.png') !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  object-fit: cover;
  object-position: center center;
  height: 6vh;
  width: 6vh;
}

.postal-icon {
  background-image: url('../../assets/img/postal-icon.png') !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  object-fit: cover;
  object-position: center center;
  height: 6vh;
  width: 6vh;
}

.peaton-icon {
  background-image: url('../../assets/img/peaton-icon.png') !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  object-fit: cover;
  object-position: center center;
  height: 6vh;
  width: 6vh;
}

.pipe-icon {
  background-image: url('../../assets/img/pipe-icon.png') !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  object-fit: cover;
  object-position: center center;
  height: 6vh;
  width: 6vh;
}

.camion-icon {
  background-image: url('../../assets/img/camion-icon.png') !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  object-fit: cover;
  object-position: center center;
  height: 6vh;
  width: 6vh;
}

.box-icon {
  background-image: url('../../assets/img/box-icon.png') !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  object-fit: cover;
  object-position: center center;
  height: 6vh;
  width: 6vh;
}

.avion-icon {
  background-image: url('../../assets/img/avion-icon.png') !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  object-fit: cover;
  object-position: center center;
  height: 6vh;
  width: 6vh;
}

.clasific-icon {
  background-image: url('../../assets/img/clasific-icon.png') !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  object-fit: cover;
  object-position: center center;
  height: 2em;
  width: 2em;
}

.sync-icon {
  background-image: url('../../assets/img/sync-icon.png') !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  object-fit: cover;
  object-position: center center;
  height: 2em;
  width: 2em;
}

.cloud-sync-icon {
  background-image: url('../../assets/img/cloud-sync-icon.png') !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  object-fit: cover;
  object-position: center center;
  height: 2em;
  width: 2em;
}

.cloud-sync-icon-white {
  background-image: url('../../assets/img/cloud-sync-icon-white.png') !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  object-fit: cover;
  object-position: center center;
  height: 1.4em;
  width: 1.4em;
  margin-top: 2px;
}

.CloudDocu-icon {
  background-image: url('../../assets/img/CloudDocu-icon.png') !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  object-fit: cover;
  object-position: center center;
  height: 1.4em;
  width: 1.4em;
  margin-top: 2px;
}

/* DATATABLES */
table.dataTable thead th,
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  cursor: hand;
  background: transparent;
  /*#ff0000b8;*/
  font-family: monospace !important;
  color: #173b6a;
  ;
  background-repeat: no-repeat;
  background-position: center right;
  vertical-align: baseline;
  text-align: left !important;
}

.dataTables_wrapper {
  padding-bottom: 30px;
}

.dataTables_length {
  float: left;
}

.dataTables_filter label {
  margin-right: 5px;
}

.html5buttons {
  float: right;
}

.dt-buttons>button {
  border: 1px solid #e7eaec;
  background: #fff;
  color: #676a6c;
  box-shadow: none;
  padding: 6px 8px;
  font-size: 12px;
}

.dt-buttons>button:hover,
.dt-buttons>button:focus:active {
  background-color: #eee;
  color: inherit;
  border-color: #d2d2d2;
}

div.dt-button-info {
  z-index: 100;
}

@media (max-width: 768px) {
  .html5buttons {
    float: none;
    margin-top: 10px;
  }

  .dataTables_length {
    float: none;
  }
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  text-decoration: none;
}

.txt-title-boxPrepend {
  color: #013e7f;
  font-size: 1.3vh;
  font-weight: 600;
}

.No-paddingLeft {
  padding-left: 0px !important;
}

.No-paddingRight {
  padding-right: 0px !important;
}

.NoPadding {
  padding: 0px !important;
}


.btn-outline-secondary:hover {
  color: #fff;
  background-color: #d2eaff;
  border-color: #6c757d21;
}

.Line-middle {
  background: #e4d5d5;
  height: .2px;
  margin-top: -22px;
  margin-bottom: 10px;

}

/*None(AUTO) Size*/
@media (min-width: 0px) {

  .vertical_barProgress {
    display: none;
  }

  .SOA {
    display: none;
  }

  button.SaveChanges_Kardex {
    margin-left: 0px;
  }

}

/*Small Size*/
@media (min-width: 768px) {

  .vertical_barProgress {
    display: none;
  }

  .SOA {
    width: 45%;
    height: 79%;
    margin-top: 4px;
    position: absolute;
    background-image: url(../../assets/img/SOA.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
  }

  button.SaveChanges_Kardex {
    margin-left: 30px;
  }
}

/*Medium Size*/
@media (max-width: 991px) {



  .SOA {
    display: none;

  }

}

/*Medium Size*/
@media (min-width: 991px) {

  .vertical_barProgress {
    display: block;
  }

  .SOA {
    width: 80%;
    height: 79%;
    margin-top: 4px;
    position: absolute;
    background-image: url(../../assets/img/SOA.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
  }

}

/*Large Size*/
@media (min-width: 1199px) {

  .vertical_barProgress {
    display: block;
  }

  .SOA {
    width: 100%;
    height: 79%;
    margin-top: 9px;
    position: absolute;
    background-image: url(../../assets/img/soa.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

}

/*Extra Large Size*/
@media (min-width: 2000px) {

  .vertical_barProgress {
    display: block;
  }

  .SOA {
    width: 100%;
    height: 79%;
    margin-top: 4px;
    position: absolute;
    background-image: url(../../assets/img/SOA.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

}

@media (min-height: 0px) {

  .OverFlow-Content-MinutaReunion {
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    padding-right: 0px;
    width: 100%;
    height: 41em;
  }

  .OverFlow-Content-MinutaReunion-pending {
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    padding-right: 0px;
    width: 100%;
    height: 41em;
  }


}

@media (min-height: 820px) {

  .OverFlow-Content-MinutaReunion {
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    padding-right: 0px;
    width: 100%;
    height: 44em;

  }

  .OverFlow-Content-MinutaReunion-pending {
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    padding-right: 0px;
    width: 100%;
    height: 44em;
  }

}

.box-overflow {
  overflow-y: auto;
}

.titlebox {
  background: #013e7f;
  color: white;
  padding-left: 6px;
  border-top-right-radius: 17px;
  border-bottom-right-radius: 17px
}

.bootbox-body {
  font-size: 1.3em;
}

/*Elipsis */

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 120px;
  height: 70px;
 /* margin-right: 10px; */
}

.lds-ellipsis div {
  position: absolute;
  top: 40%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 0px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 24px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 68px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 118px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}

.No-marginLeft {
  margin-left: 0px !important;
}

.nav-tabs>li.active {
  /* box-shadow: #55799e 0px -2px 2px 0px;*/
}


.box-acuerdoCreated {
  background: #e6e6e6;
  box-shadow: 0px 1px 6px 1px;
}

/*SCROLL BAR*/

/* width */
::-webkit-scrollbar {
  width: 10px;
  height: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #dddddd;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #acacac;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #989898;
}

.multiselect-container {
  /* width: 100% !important; */
  width: auto !important;
  max-height: 350px;
  overflow-y: auto;
}

.dropzone .dz-preview .dz-progress {
  background: transparent !important;
}

.listFilesDownload {
  font-size: 16px;
  font-weight: 500;
}


.swal2-popup.swal2-toast {
  padding: 0.4rem 1rem !important;
}

body.swal2-toast-shown .swal2-container {
  width: 335px !important;
}

.shadows-1 {
  box-shadow: var(--vw-card-shadow) !important;
  border-radius: var(--vw-card-border-rad);
}

.no-border-bottom {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.no-border-top {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.border-radius-top {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.nav-pills .nav-link {
  color: #3b3b3b !important;
  font-weight: 500;
}

.nav-pills .nav-link.active {
  color: #5d87ff !important;
  background-color: #ffffff !important;
  border-bottom: 3px solid #5d87ff;
  border-radius: 0;
}

.shadow-vw {
  box-shadow: #919eab4d 0 0 2px, #919eab1f 0 12px 24px -4px
}