.btn-primario {
    font-family: "Montserrat" !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    line-height: 18px !important;
    background-color: #1E2245 !important;
    border-radius: 30px !important;
    color: white !important;
    height: 40px !important;
    outline: none;
    text-transform: none !important;
    transition: all .2s;
}
.btn-primario > .v-btn__content {
  text-transform: none !important;
}
.borde-card.v-card:not(.v-sheet--tile):not(.v-card--shaped), .v-dialog{
    border-radius: 15px !important;
}
.cabecera-tabla, .cabecera-tabla-izq, .cabecera-tabla-der {
    background: #f6f6f6!important;
    font-family: 'Montserrat'!important;

    font-weight: 500 !important;
    font-size: 16px !important;
    color: #101C5A!important;
}
.cabecera-tabla-izq {
    border-top-left-radius: 20px;
    /* padding-left: 50px!important; */
}
.cabecera-tabla-der {
    border-top-right-radius: 20px;
}
.cabecera-tabla-simple {
  background: #f6f6f6!important;
  font-family: 'Montserrat'!important;

  font-weight: 500 !important;
  font-size: 16px !important;
  color: #101C5A!important;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.tablaSelect thead tr th{
  background: #f6f6f6!important;
  font-family: 'Montserrat'!important;
  font-weight: 500 !important;
  font-size: 16px !important;
  color: #101C5A!important;
  
  
}
.tablaSelect thead tr th:first-child{
  border-top-left-radius: 20px !important;
}
.tablaSelect thead tr th:last-child{
  border-top-right-radius: 20px !important;
}
.tablaSelect{
  border-radius: 20px !important;
}
.text-field-white .v-input__control > .v-input__slot{
  background: #FFFFFF !important;
}

.botonAgregar{
    margin-right:12px;
    z-index:0 !important
}
.btnMenu.theme--light.v-btn {
  border: 1px solid #E0E0E0 !important;
}

/* botón guardar y botón cancelar */
.modal-button-group {
    border-radius: 5px;
    padding: 20px;
}
.modal-col-95 {
    float: left;
    width: 95%;
    margin-top: 6px;
}
.modal-button-primary {
    background: #007EFF;
    box-shadow: 0px 8px 16px rgba(0, 126, 255, 0.16);
    border-radius: 80px;
    padding: 15px 24px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.2px;

    color: #FFFFFF;
}
.modal-button-default {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.2px;
    text-decoration-line: underline;

    color: #A0A4A8;
}
.modal-pull-right {
    float: right;
}
.modal-pr-25px {
    padding-right: 25px;
}
.modal-pt-3per {
    padding-top: 3%;
}
.btnAdd.theme--light.v-btn {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  text-transform: capitalize;
  box-shadow: none;

  height: 42px !important;
  width: 135px !important;
  background-color: #1E2245!important;
}
.btnAdd.theme--light.v-btn:hover {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  text-transform: capitalize;

  height: 42px !important;
  width: 135px !important;
  background-color: #1F255B!important;
  box-shadow: 0px 5px 8px rgba(26, 30, 66, 0.2);
  -webkit-transform: translatey(-1px);
  transform: translatey(-1px);
}
.btnAdd2.theme--light.v-btn {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  text-transform: none;
  box-shadow: none;

  height: 42px !important;
  background-color: #1E2245!important;
}
.btnAdd2.theme--light.v-btn:hover {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  text-transform: none;
  height: 42px !important;
  
  background-color: #1F255B!important;
  box-shadow: 0px 5px 8px rgba(26, 30, 66, 0.2);
  -webkit-transform: translatey(-1px);
  transform: translatey(-1px);
}
/* .btnAdd.theme--light.v-btn i{
  margin-right:10px !important;
} */

.btnGenerarPeriodo.theme--light.v-btn {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  text-transform: none!important;
  box-shadow: none;

  height: 42px !important;
  background-color: #1E2245!important;
}
.btnGenerarPeriodo.theme--light.v-btn:hover {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  text-transform: none!important;

  height: 42px !important;
  background-color: #1F255B!important;
  box-shadow: 0px 5px 8px rgba(26, 30, 66, 0.2);
  -webkit-transform: translatey(-1px);
  transform: translatey(-1px);
}
/* Cambios para botones de modal generales.*/
  .modal-title{
    font-family: "Montserrat";
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 22px !important;
    color: #1E2245;
  }
  .stroke-transparent {
    -webkit-text-stroke: 1px #FF5454;;
    -webkit-text-fill-color: transparent;
    font-size: 1em;
  }
  
  .titleModal {
    font-family: "Montserrat";
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 24px !important;
    line-height: 39px !important;
    color: #101c5a;
    /*font-size: 1.25rem !important;*/
  }
  .imgModal {
    width: 100px;
  }
  .modal-container {
      padding-top: 20px !important;
  }
  .borde-txt-solo.theme--light.v-text-field--solo
  > .v-input__control
  > .v-input__slot {
    border-radius: 10px;
  }
/*Fin de cambios de modales generales */

.theme--light.v-input:not(.v-input--is-disabled) input,
.theme--light.v-input:not(.v-input--is-disabled) textarea {
  color: #004baf !important;
  font-family: Montserrat !important;
  font-size: 14px !important;
}

.theme--light.v-input.secondary-color:not(.v-input--is-disabled) input,
.theme--light.v-input.secondary-color:not(.v-input--is-disabled) textarea {
  font-family: 'Montserrat' !important;
  font-size: 12px !important;
  color: #738AF8!important;
  text-align: center !important;
  padding-left: 2px;
}

.theme--light.v-input:not(.v-input--is-disabled) input,
.theme--light.v-input:not(.v-input--is-disabled) textarea {
  color: rgba(0, 0, 0, 0.6) !important;
  font-family: Montserrat !important;
  font-size: 14px !important;
}

.v-list-item .v-list-item__title, .v-list-item .v-list-item__subtitle {
  font-family: "Montserrat" !important;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #96999A;
}

.v-text-field fieldset, .v-text-field .v-input__control, .v-text-field .v-input__slot{
  border-radius: 8px !important;
  opacity: 1 !important;
}


.autocomplete .v-text-field fieldset, .v-text-field .v-input__control, .v-text-field .v-input__slot{
  border-radius: 0px !important;
  border: 0px !important;
  box-shadow: 0px 0px !important;
}

.login-inputs .v-text-field fieldset, .v-text-field .v-input__control, .v-text-field .v-input__slot{
  border-radius: 20px !important;
  opacity: 0.8 ;

}

.searchbox .v-text-field fieldset, .v-text-field .v-input__control, .v-text-field .v-input__slot{
  border-radius: 30px !important;
  opacity: 0.8 ;
}

.login-inputs .theme--light.v-input:not(.v-input--is-disabled) input{
  font-family: "Montserrat" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 20px !important;
  letter-spacing: 0.2em !important;
  color: #96999A !important;
}

.radio-contrato label.v-label.theme--light{
    font-family: 'Montserrat' !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 24px !important;
    letter-spacing: 0.1px !important;
    color: #828282 !important;
}


.v--modal{
  border-radius: 15px !important;
}
/* .v-overlay__scrim{
  background-color: #000000 !important;
  opacity: 0.8 !important;
}
.v--modal-background-click{
  background-color: #000000 !important;
  opacity: 0.8 !important;
} */

.v-text-field-foto.v-text-field fieldset,
.v-text-field-foto.v-text-field .v-input__slot {
  background: #FFFFFF !important;
}

.v-icon.outlined_v_icon {
  font-family: 'Material Icons Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

.dashboard-inputs2 .v-text-field fieldset{
  font-family: "Montserrat" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 20px !important;
  text-align: center !important;
  font-weight: 500 !important;
  border-radius: 10px !important;
  color: #F6F5F6 !important;
  opacity: 1 !important ;
}

.dashboard-inputs2 .v-select.v-input--dense .v-select__selection--comma{
  font-family: "Montserrat" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 20px !important;
  text-align: center !important;
  font-weight: 500 !important;
  color:#1E2245 !important;
  padding-left: 20px !important;
}

.datePickerMultiple .v-picker__body{
  border-radius: 20px !important;
  border: rgba(0, 0, 0, 0.42) 1px solid;
}

.classPruebaText{
  padding: 10px;
}


.otp .v-text-field > .v-input__control > .v-input__slot > .v-text-field__slot{
  height: 100px!important;
}

.otp .theme--light.v-input:not(.v-input--is-disabled) input,
.otp .theme--light.v-input:not(.v-input--is-disabled) textarea {
  color: rgba(0, 0, 0, 0.24)!important;
  font-family: Montserrat !important;
  font-style: normal!important;
  font-weight: 600!important;
  font-size: 48px!important;
  line-height: 59px!important;
  max-height: 60px!important;
}

.otp .theme--light.v-input--is-disabled input, 
.otp .theme--light.v-input--is-disabled textarea {
  color: rgba(0, 0, 0, 0.24)!important;
  font-family: Montserrat !important;
  font-style: normal!important;
  font-weight: 600!important;
  font-size: 48px!important;
  line-height: 59px!important;
  max-height: 60px!important;
}

.otp-texto .theme--light.v-input:not(.v-input--is-disabled) input,
.otp-texto .theme--light.v-input:not(.v-input--is-disabled) textarea {
  text-transform: capitalize!important;
}

.otp-texto .theme--light.v-input--is-disabled input, 
.otp-texto .theme--light.v-input--is-disabled textarea {
  text-transform: capitalize!important;
}