﻿/*.spinner {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
    top: 40%;
    left: 55%;
    position: absolute;
}*/
.demo-container {
    margin: auto;
}

.progress-bar {
    height: 4px;
    background-color: rgba(5, 114, 206, 0.2);
    width: 100%;
    overflow: hidden;
}

.progress-bar-value {
    width: 100%;
    height: 100%;
    background-color: rgb(5, 114, 206);
    animation: indeterminateAnimation 1s infinite linear;
    transform-origin: 0% 50%;
}

@keyframes indeterminateAnimation {
    0% {
        transform: translateX(0) scaleX(0);
    }

    40% {
        transform: translateX(0) scaleX(0.4);
    }

    100% {
        transform: translateX(100%) scaleX(0.5);
    }
}

    .oi-cog {
  color:  #26ac26 !important
}
.oi-bell {
    color: red !important
}
.fa-hourglass {
    color: #26ac26 !important
}
.spinner {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 700ms linear infinite;
    top: 40%;
    left: 55%;
    position: absolute;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: .8s;
    animation-name: spinner-loading
}

.spinnerg {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 700ms linear infinite;
    top: 40%;
    left: 55%;
    position: absolute;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: .8s;
    animation-name: spinner-loading
}
@keyframes spinner-loading {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.combo input {
    width: 100%;
    background-color: white !important;
    color: #0056b3;
    border: 1px solid #0056b36e;
    border-radius: 0em;
}

hr{
    display:none;
}
.lineafich {
    text-align: left;
/*    border-bottom: 1px solid #80808030 !important;
*/    padding-bottom: 10px;
    color: #312e2ec4 !important;
    color: black;
    text-decoration: underline;
    font-size:13px;
    display:block;
}

.hide {
    display: none;
}
.colocaIcono {
/*    text-align: right;
    position: relative;
    top: -50px;
    left: 80px;*/
    max-height: 20px;
}

.sr-only {
    position: absolute;
    padding-top: 35px;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.input-label {
    background-color: transparent !important;
    color: white !important;
    cursor: pointer;
    position: absolute;
    padding-top: 35px;
}


.visible{
    display:block;
}
.invisible {
    display: none;
}


.btnGrid {
    cursor: pointer;
    color: white !important;
    padding: 0.5em 1em !important;
    border-radius: 0em !important;
    background-color: Highlight;
    border: 1px solid white;
}

.btnGestor {
    color: darkcyan;
    cursor: pointer;
    color: white !important;
    padding: 0.5em 1em !important;
    border-radius: 0em !important;
    background-color: darkcyan;
    background-color: #ff9231;
    font-size: 16px;
}

.btnBarPepe {
    color: royalblue;
    cursor: pointer;
    color: white !important;
    padding: 0.5em 1em !important;
    border-radius: 0em !important;
    background-color: royalblue;
    font-size: 16px;
}
.btnNaranja {
    cursor: pointer;
    color: white !important;
    padding: 0.5em 1em !important;
    border-radius: 0em !important;
    background-color: rgb(254, 215, 66) !important;
    font-size: 18px !important;
    border: 1px solid white !important;
    /*width: 11em;*/
}
.divupload{
    border:1px solid white;
}
.upload {
   color:white;
}
th.dxbs-cmd-cell {
    background-color: #f0f0f2    !important;
}
.dxbs-popup .modal-content {
    display: block;
    border-radius: 0em;
    background-color: royalblue;
}
.dxbl-modal-content
{
    background-color:royalblue !important;
}
.btnChi {
    background-color: transparent !important;
/*    width: 20px !important;
*/    border: none !important;
    font-size: 16px !important;
    float: left;
/*    margin:10px;
    margin-top:45px;
*/}
.dxbs-modal > .dxbs-popup {
    outline: 0;
    box-sizing: border-box;
    opacity: 1;
    position: relative;
    left: 10% !important;
    top: 20% !important;
    padding: 0;
    align-self: center;
    justify-self: center;
    margin: 1.75rem;
    color: white !important;
}
.chatGestor {
    color: white;
    min-height: 3em;
    padding: 0.5em;
    background-color: darkcyan;
    border-radius: 1em;
}
.chatBarPepe {
    color: white;
    min-height: 3em;
    padding: 0.5em;
    background-color: royalblue;
    border-radius: 1em;
}
.colorGestor {
    color: darkcyan;
}

.colorBarPepe {
    color: royalblue;
}

.lineaGestor {
    padding: 1em;
    text-align: justify;
    background-color: #ffffff45;
    margin-top: .5em;
    white-space: normal;
}
.lineaTu {
    padding: 1em;
    text-align: justify;
    background-color: #ffffff45;
    margin-top: .5em;
    white-space: normal;
}
.table-bordered td
{
    border:none !important;
}
.oi {
    padding: 5px;
    margin:10px;
}
.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}
th.dxbs-cmd-cell {
    border: 1px solid white;
    background-color: #576880;
}
div.xbs-input-group input{
    width:100%;
}
.dxbs-gridview .dxbs-editform {
    padding: 1em 0.5em;
    background-color: #17a2b8;
}
 
    .borderred {
        border: solid #2fc42e 1px;
        font-weight: bold;
    }
    .colorred{
        color:red;
    }
.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #8383911f
}
    .table-warning th,
    .table-warning td,
    .table-warning thead th,
    .table-warning tbody + tbody {
        background-color: #ff0000;
    }

.dxbs-gridview80 {
    width: 80% !important;
}
.dxbs-gridview70 {
    width: 70% !important;
}
.nav-link {
    padding: 0 !important;
}
thead {
    background-color: #8383911f;
}
.card-body > span {
    font-weight: normal !important;
    font-style: italic;
    color: gray;
    font-size: 13.5px;
}
    .enlaceNavMenu {
    color: #8494AA !important;
}
.cuadroBorde {
    font-weight: bold;
    color: #8494aa;
    background-color: white;
    border-color: #576880;
    font-size:14px;
}
    .sidebar[b-r80b0k8mah] {
    background-image: none !important;
    background-color: #8494AA !important;
}
.img-thumbnail {
    padding: .25rem;
    background-color:transparent !important;
    border: 1px solid #dee2e6;
}
.top-row[b-klhkhdat51] {
    background-color: #576880 !important;
}
footer {
    position: fixed !important;
    left: 0;
    bottom: -30px;
    width: 100%;
    background-color: #8494AA !important;
    color: white;
    text-align: center;
    font-size: 12px !important;
}
.top-row[b-r80b0k8mah] {
    background-color: #8494AA !important;
}
.colorWhite{
    color:white !important;
}
.img-thumbnail {
    border: none !important;
    width: 100px;
    margin: 10px;
}
.btn-primary {
    margin-top: 2em;
    color: white;
  background-color: rgb(23, 162, 184);
  border:none;
  border-radius:0;
}
.alert {
    padding: 0em;
}
    .col-form-label-sm
{
    font-weight:bold;
}
h1,h2,h3,body {
    color: #8494AA !important;
}

.alert-secondary {
    color: white !important;
    background-color: #8494AA !important;
}
label {
    font-weight:normal !important;
}
.divSeleccion {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #312d2d0a;
}
.page-item.active .page-link
{color:white !important}


/*//Devexpress GRID*/
.dxbs-gridview > .card .dxbs-table > tbody > tr > td, .dxbs-gridview > .card .dxbs-table > thead > tr > th {
/*    height: 40% !important;
*/}
.dx-datagrid {
/*    font: 10px verdana !important;
*/}
.form-control-sm {
    height: auto;
    padding: .25rem .5rem;
    padding-right: 0.5rem;
    font-size: 15px !important;
    border-radius: .2rem;
    /*width: 300px !important;*/
}
/*.dxbs-gridview > .card .dxbs-table > tbody > tr > td, .dxbs-gridview > .card .dxbs-table > thead > tr > th {
    vertical-align: middle;
    height: calc(1.3em + .1rem + 1px) !important;
}*/
.dxbs-gridview tr {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 14px !important;
    line-height: 0.8rem !important;
    color: #8494AA !important;
    text-align:center !important;
}
.botonGridAzul {
    background-color: rgb(0, 123, 255);
    border: none;
    color: white;
    font-weight: bold;
    font-size: 14px;
    width: 30px;
    height: 30px;
}
.botonGridAzulG {
    background-color: rgb(0, 123, 255);
    border: none;
    color: white;
    font-weight: bold;
    font-size: 14px;
    width: 110px;
    height: 30px;
}
.roller-container:first-of-type {
    display: none !important;
}


@media (max-width: 640.98px) {
    .mvSoloPC {
        display: none !important;
    }

    .mvSoloMovil {
        display: block !important;
    }

    h3 {
        text-align: center !important;
    }

}

@media (min-width: 641px) {
    .mvSoloPC {
        display: block !important;
    }

    .mvSoloMovil {
        display: none !important;
    }
}
