/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}*/

/*------
    bakcground image login
    ----------------------------*/
.focusedform {
    padding: 0;
    background-image: url('../img/imagen_principal_login.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: 100% 100%;
}

.customer-photo {
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-size: 32px 35px;
    background-position: center center;
    vertical-align: middle;
    line-height: 32px;
    box-shadow: inset 0 0 1px #999, inset 0 0 10px rgba(0,0,0,.2);
    margin-left: 5px;
}

.k-grid tr .checkbox-align {
    text-align: center;
    vertical-align: middle;
}

/*In orderfor the search panel to appear */
.k-grid .k-grid-search {
    display: flex;
    margin-left: 0;
    margin-right: 0;
}

.k-grid .k-header .k-button {
    background-color: Highlight;
    color: white;
    border: 0px;
}

.k-grid .k-header .k-button:hover {
    background-color: grey;
    border: 1px;
}

.k-grid .k-header .k-button:active {
    background-color: lightgray;
    border: 1px;
}

/* background-color: dodgerblue; */
/*#grid .k-grid-toolbar {
    padding: .6em 1.3em .6em .4em;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
}*/

.k-grid th {
    padding: 0.1em 0.1em 0.1em 0.1em;
    height: 40px;
    color: black;
    font-size: 16px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500 !important;
    text-align: left;
}

.k-grid {
    color: white;
    font-size: 12px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.k-grid td {
    color: darkslategray;
    padding: 0.1em 0.1em 0.1em 0.9em;
    height: 20px;
    font-size: 12px;
}

.custom-progress-bar {
    background-color: #ff0000 !important;
}

div.k-edit-form-container {
    width: auto;
}

.k-scheduler {
    font-size: 12px;
}

.disabledbutton {
    pointer-events: none;
    opacity: 0.8;
}

.disableItem {
    pointer-events: none;
    opacity: 0.8;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

.textboxsize100 {
    width: 100px;
}

.textboxsize150 {
    width: 150px;
}

.textboxsize200 {
    width: 200px;
}

.textboxsize250 {
    width: 250px;
}

.textboxsize270 {
    width: 270px;
}

.textboxsize300 {
    width: 300px;
}

.textboxsize350 {
    width: 350px;
}

.textboxsize {
    width: 300px;
}

.textboxsizeFull {
    width: 100%;
}

.textboxsizeFullWidth {
    width: 100%;
}

.comboboxsize {
    width: 250px;
}

.k-datepicker input {
    width: 100% !important;
}

/*.k-toolbar-item .k-searchbox {
    width: 450px; 
}

.k-toolbar-item .k-input-inner {
    width: 450px; 
}*/

/* ancho del search */
.k-grid .k-grid-toolbar .k-searchbox {
    width: 350px;
}

/* ancho del input interno */
.k-grid .k-grid-toolbar .k-searchbox input {
    width: 100%;
}

/*login*/
/*.transparent {
    background-color: rgba(255,255,255,0.5) !important;
}
*/
/*.transparent {
    background-color: rgba(255,255,255,0.8);
}*/

/*#loginDiv div.transbox {
    background-color: #ffffff;
    opacity: 0.85;
}*/