body {
}


/*Ocultar botones por defecto modal*/
.primary-modal .jconfirm-buttons {
  display: none !important;
}

/*Mostrar botones CRUD modal*/
.primary-modal .crud-buttons-modal {
  position: fixed;
  z-index: 5;
  background: #fff !important;
  bottom: 2px;
  width: 96%;
  max-width: 1167px;
  margin-left: -30px;
  padding-right: 30px;
  padding-bottom: 15px;
  text-align: right;
}

/*scrollbar modal*/
.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar {
  width: 9px !important;
}

/*Mostrar listado modal*/
.select2-dropdown {
  z-index: 100000000 !important;
}

/*Ajustar Selec2 y boton*/
.input-group > .select2-container--default {
  width: auto;
  flex: 1 1 auto;
}

  /*Ajustar Selec2 y boton*/
  .input-group > .select2-container--default .select2-selection--single {
    /* height: 100%;*/
    line-height: inherit;
    padding: 0.5rem 1rem;
  }

/*Opacidad toast notificaciones*/
.toast {
  opacity: 1 !important;
}

/*CSS validacion Login*/
.validation-summary-errors li {
  background: #ffd7d7;
  margin: 5px 0px;
  border-radius: 3px;
  padding: 2px 8px;
  color: #000;
}

  .validation-summary-errors li:before {
    content: '\f057';
    font-family: Font Awesome\ 5 Free;
    margin-right: 5px;
    color: #f00;
    vertical-align: top;
  }




/*Mostrar seleccion GRID*/
.selected {
  background: #ffeab9 !important;
  font-weight: bold !important;
}

/*Mostrar seleccion GRID*/
.selectedMes {
  background: #ffeab9 !important;
  font-weight: bold !important;
  border: 1px #ccc solid;
  border-radius: 4px !important;
}

/*CSS CheckBox form*/
.multipleDiv {
  border: 1px #ccc solid;
  padding: 6px 11px;
  border-radius: 4px !important;
  margin-top: 0px !important;
}

.multipleLabel {
  position: relative;
  /*top: 5px;*/
}

.multipleInput {
  width: 35px;
  height: 20px;
  position: relative;
  top: 3px;
}

/*Mostrar Documento Adjunto*/
#kvFileinputModal {
  z-index: 99999999;
}

/* LOGO debajo Menu*/
.sidebar-collapse .banner-p {
  display: none;
}

.sidebar-collapse .sidebar {
  height: 85vh !important;
}

.sidebar {
  height: calc(100vh - 193px) !important;
}
/*Mostrar LOGO debajo Menu*/
.banner-p{
    position:absolute;
    bottom:0;
    width:100%;
    padding:21px 15px 40px 15px;
    text-align: center;
    border-top: 1px #e2e2e2 solid;
    box-shadow:-3px -2px 10px rgba(0,0,0,0.1);
    background: white;
}

.banner-p span{
    display:block;
    position:absolute;
    bottom:0;
    width:100%;
    margin-left:-15px;
    font-weight:bold;
    padding:2px 0;
    border-top: 1px #ccc solid;
    /*border-right: 1px #ccc solid;*/
}

/*.select2-container--default .select2-selection--single {
  height: 34px !important;
}*/

/* Responsive Things */
/*@media screen and (min-width:767px) {
  .crud-buttons {
    float: right;
  }
}*/

@media screen and (max-width:1199px) {

  .primary-modal .crud-buttons-modal {
    width: 94%;
  }

  /*.tab-content {
    padding-top: 25px;
    padding-bottom: 60px;
  }*/
}

@media screen and (max-width:767px) {

  .crud-buttons-modal button {
    display: block;
    width: 100%;
    margin: 10px 0;
    font-size: 15px;
  }

  .primary-modal .crud-buttons-modal {
    width: 90%;
  }

  .tab-content {
    /*padding-top: 25px;*/
    padding-bottom: 140px;
  }
}


@media screen and (max-width:400px) {

  .primary-modal .crud-buttons-modal {
    width: 88%;
  }
}
