/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */
.sinLinea  tr td {
    border-top: none !important;
}
.demo>span {
    width: 130px !important;

}
.demo.activate>span {
    left: 10px !important;
}

/*********************************demo3************************************************************/
.demo3 {
    position: absolute;
    top: 47px;
    right: 0;
    width: 590px;
    z-index: 902;
    background: antiquewhite;
}


.demo3.activate {
    right: 0!important;
    box-shadow: -11px 12px 23px rgba(0,0,0,.2);
    padding: 5px 10px 10px;
    /*    position: fixed;
        top: 97px;*/
}

.demo3>span {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 30px;
    width: 30px;
    border-radius: 5px 0 0 5px;
    background: antiquewhite;
    padding: 2px;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
}
.demo3.activate>span {
    left: -30px;
}
.demo3.activate #demo-setting3+form {
    display: block;
}

.demo3 #demo-setting3+form {
    display: none;
}



.mygreen{
    background-color: #A7B3A5;
    /*background-color: #96B093;*/
}
.ui-dialog, .modal-lg {
    max-width: 800px;
}

.ui-autocomplete{
    z-index: 9999 !important;
    overflow-y:scroll;
}
.modal { overflow-y:auto; }
._10 {
    height: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 200;
}
.uiLayer {
    outline: none;
}
._31e {
    position: fixed !important;
    width: 100%;
}._59s7 {
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 0 2px 26px rgba(0, 0, 0, .3), 0 0 0 1px rgba(0, 0, 0, .1);
    font-family: 'Helvetica Neue', Helvetica, Arial, 'lucida grande',tahoma,verdana,arial,sans-serif;
    margin: 0 auto 40px;
    position: relative;
}._4-hz {
    background-color: #fff;
    -webkit-border-radius: 3px;
    position: relative;
}._57-x {
    padding: 36px 0;
    text-align: center;
}._55yq {
    background-image: url(../img/icons/t-wz8gw1xG1.png);
    height: 24px;
    width: 24px;
}._55ym {
    -webkit-animation: rotateSpinner 1.2s linear infinite;
    display: inline-block;
    vertical-align: middle;
}
@-webkit-keyframes rotateSpinner{
    0%{-webkit-transform:rotate(0deg)}
    100%{-webkit-transform:rotate(360deg)}
}.modal-loading{
    display: none;
    z-index: 9999;
}
.tab-content #alertas table tr td{background:#EED173; }
.tab-content #proceso table tr td{background: #EE9292;}
.tab-content #pendientes table tr td{background:#DFB56C; }
.tab-content #finalizados table tr td{background: #9FCB96;}
.loading {
    position: fixed;
    display: none;
    z-index: 9999999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 0, 0, 0, .7 ) 50% 50% no-repeat;
}
.x-mask {
    min-width: 8.5em;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    z-index: 10;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(0,0,0,0.3) center center no-repeat;
}.x-size-monitored {
    position: relative;
}.x-floating {
    position: absolute !important;
}.x-sized {
    position: relative;
}.x-mask.x-has-message .x-mask-inner {
    padding-bottom: 2em;
}
.x-mask .x-mask-inner {
    position: relative;
    background: rgba(0,0,0,0.25);
    color: #fff;
    text-align: center;
    padding: .4em;
    font-size: .95em;
    font-weight: bold;
}.x-mask.x-has-message .x-loading-spinner-outer {
    height: 7.5em;
}
.x-mask .x-loading-spinner-outer {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    min-width: 8em;
    height: 8em;
}.x-loading-spinner {
    -webkit-animation-name: x-loading-spinner-rotate;
    -webkit-animation-duration: .5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-name: x-loading-spinner-rotate;
    animation-duration: .5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.x-loading-spinner {
    font-size: 250%;
    height: 1em;
    width: 1em;
    position: relative;
    -webkit-transform-origin: 0.5em 0.5em;
    transform-origin: 0.5em 0.5em;
}.x-loading-spinner>span.x-loading-top {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
}
.x-loading-spinner>span.x-loading-top {
    background-color: rgba(170,170,170,0.99);
}
.x-loading-spinner>span {
    left: 50%;
    margin-left: -0.05em;
}
.x-loading-spinner>span, .x-loading-spinner>span:before, .x-loading-spinner>span:after {
    display: block;
    position: absolute;
    width: 0.1em;
    height: 0.25em;
    top: 0;
    -webkit-transform-origin: 0.05em 0.5em;
    transform-origin: 0.05em 0.5em;
    content: " ";
}.x-loading-spinner>span.x-loading-top::before {
    background-color: rgba(170,170,170,0.15);
}
.x-loading-spinner>span::before {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
}
.x-loading-spinner>span, .x-loading-spinner>span:before, .x-loading-spinner>span:after {
    display: block;
    position: absolute;
    width: 0.1em;
    height: 0.25em;
    top: 0;
    -webkit-transform-origin: 0.05em 0.5em;
    transform-origin: 0.05em 0.5em;
    content: " ";
}.x-loading-spinner>span.x-loading-right {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}
.x-loading-spinner>span.x-loading-right {
    background-color: rgba(170,170,170,0.25);
}
.x-loading-spinner>span {
    left: 50%;
    margin-left: -0.05em;
}
.x-loading-spinner>span, .x-loading-spinner>span:before, .x-loading-spinner>span:after {
    display: block;
    position: absolute;
    width: 0.1em;
    height: 0.25em;
    top: 0;
    -webkit-transform-origin: 0.05em 0.5em;
    transform-origin: 0.05em 0.5em;
    content: " ";
}.x-loading-spinner>span.x-loading-bottom {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
.x-loading-spinner>span.x-loading-bottom {
    background-color: rgba(170,170,170,0.4);
}.x-loading-spinner>span.x-loading-left {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
}
.x-loading-spinner>span.x-loading-left {
    background-color: rgba(170,170,170,0.7);
}.x-mask .x-mask-message {
    position: absolute;
    bottom: 1.7em;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 13em;
    min-width: 8em;
}.x-paint-monitor.overflowchange {
    overflow: hidden;
}.x-paint-monitor {
    width: 0 !important;
    height: 0 !important;
    visibility: hidden;
}.x-paint-monitor.overflowchange::after {
    content: '';
    display: block;
    width: 1px !important;
    height: 1px !important;
}.x-size-monitors {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    overflow: hidden;
}.x-size-monitors>* {
    width: 100%;
    height: 100%;
    overflow: hidden;
}.x-size-monitors.overflowchanged>*.expand>* {
    width: 200%;
    height: 200%;
}.x-loading-spinner>span.x-loading-top::after {
    background-color: rgba(170,170,170,0.9);
}.x-loading-spinner>span.x-loading-right::before {
    background-color: rgba(170,170,170,0.3);
}.x-loading-spinner>span.x-loading-right::after {
    background-color: rgba(170,170,170,0.2);
}.x-loading-spinner>span.x-loading-bottom::before {
    background-color: rgba(170,170,170,0.5);
}.x-loading-spinner>span.x-loading-bottom::after {
    background-color: rgba(170,170,170,0.35);
}.x-loading-spinner>span.x-loading-left::before {
    background-color: rgba(170,170,170,0.8);
}.x-loading-spinner>span.x-loading-left::after {
    background-color: rgba(170,170,170,0.6);
}.x-loading-spinner>span::after {
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
}.x-loading-spinner>span::before {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
}
.tamanio_logo{
    /*    width:90px !important; 
        height:190px !important;*/

    margin-top:5px;
    width:100px !important; 
    height:60px !important;

}


@-webkit-keyframes x-loading-spinner-rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    8.32% {
        -webkit-transform: rotate(0deg);
    }

    8.33% {
        -webkit-transform: rotate(30deg);
    }

    16.65% {
        -webkit-transform: rotate(30deg);
    }

    16.66% {
        -webkit-transform: rotate(60deg);
    }

    24.99% {
        -webkit-transform: rotate(60deg);
    }

    25% {
        -webkit-transform: rotate(90deg);
    }

    33.32% {
        -webkit-transform: rotate(90deg);
    }

    33.33% {
        -webkit-transform: rotate(120deg);
    }

    41.65% {
        -webkit-transform: rotate(120deg);
    }

    41.66% {
        -webkit-transform: rotate(150deg);
    }

    49.99% {
        -webkit-transform: rotate(150deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
    }

    58.32% {
        -webkit-transform: rotate(180deg);
    }

    58.33% {
        -webkit-transform: rotate(210deg);
    }

    66.65% {
        -webkit-transform: rotate(210deg);
    }

    66.66% {
        -webkit-transform: rotate(240deg);
    }

    74.99% {
        -webkit-transform: rotate(240deg);
    }

    75% {
        -webkit-transform: rotate(270deg);
    }

    83.32% {
        -webkit-transform: rotate(270deg);
    }

    83.33% {
        -webkit-transform: rotate(300deg);
    }

    91.65% {
        -webkit-transform: rotate(300deg);
    }

    91.66% {
        -webkit-transform: rotate(330deg);
    }

    100% {
        -webkit-transform: rotate(330deg);
    }
}
input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
.modal-backdrop {
    height: 1000% !important;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
}

.select2-hidden-accessible{
    display: none;
}