﻿
/* =============================================================================
   Fonts: 
   ========================================================================== */


/* =============================================================================
   Extra Styles: 
   ========================================================================== */

@import url('normalize.css');
@import url('plugins.css');

/* =============================================================================
   General:  
   ========================================================================== */
html {
    height: 100%;
}

body {
    font: normal 12px 'Segoe UI',Tahoma,Arial;
    color: #34383b;
    height: 100%;
}

input, select {
    font: normal 14px 'Segoe UI',Tahoma,Arial;
    color: #34383b;
}

a {
    text-decoration: none;
    outline: 0;
}

#main {
    height: 100%;
}

.breadcrumb {
    margin: 0 0 2px;
    border: 1px solid #DEDEDE;
    overflow: hidden;
    padding: 3px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background-image: -webkit-linear-gradient(top, #fff, #eee);
    background-image: -moz-linear-gradient(top, #fff, #eee);
    background-image: -ms-linear-gradient(top, #fff, #eee);
    background-image: -o-linear-gradient(top, #fff, #eee);
    background-image: linear-gradient(top, #fff, #eee);
}

    .breadcrumb li {
        background: url("../images/common/separator.gif") no-repeat scroll 100% 0 transparent;
        display: block;
        float: left;
        font-size: 0.9167em;
        height: 21px;
        line-height: 21px;
        margin: 0 6px 0 0;
        overflow: hidden;
        padding: 0 10px 0 0;
        position: relative;
    }

        .breadcrumb li a {
            display: block;
            float: left;
            height: 21px;
            line-height: 21px;
            overflow: hidden;
            position: relative;
        }

        .breadcrumb li.first a {
            background: url("../images/common/iconhome.gif") no-repeat scroll 0 0 transparent;
            height: 16px !important;
            margin-top: 2px;
            overflow: hidden;
            padding: 0;
            text-indent: -1000em;
            width: 16px;
        }

        .breadcrumb li.last {
            background: none repeat scroll 0 0 transparent;
            margin-right: 0;
            padding-right: 0;
        }

        .breadcrumb li.back {
            display: block;
            float: right;
            background: none repeat scroll 0 0 transparent;
            margin-right: 0;
            padding-right: 0;
        }

    .breadcrumb .back {
        overflow: visible !important;
        line-height: 0 !important;
    }

        .breadcrumb .back a {
            display: inline-block;
            position: relative;
            color: #888;
            text-shadow: 0 1px 0 rgba(255,255,255, 0.8);
            text-decoration: none;
            text-align: center;
            padding: 2px 8px 4px 10px;
            font-size: 11px;
            font-weight: 700;
            font-family: helvetica, arial, sans-serif;
            border-radius: 4px;
            border: 1px solid #bcbcbc;
            line-height: 12px !important;
            height: 11px;
            -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12);
            box-shadow: 0 1px 3px rgba(0,0,0,0.12);
            background-image: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%);
            background-image: -moz-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%);
            background-image: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%);
            background-image: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%);
            background-image: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%);
        }

            .breadcrumb .back a:hover {
                color: #555;
            }

            .breadcrumb .back a:active, .breadcrumb .back a:active:after, .breadcrumb .back a:active:before {
                -webkit-box-shadow: none;
                box-shadow: none;
            }

            .breadcrumb .back a.back {
                border-left: none;
            }

                .breadcrumb .back a.back:after {
                    content: '';
                    position: absolute;
                    height: 50%;
                    width: 5px;
                    border-left: 1px solid #bcbcbc;
                    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 1%,rgba(240,240,240,1) 100%);
                    background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 1%,rgba(240,240,240,1) 100%);
                    background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 1%,rgba(240,240,240,1) 100%);
                    background-image: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 1%,rgba(240,240,240,1) 100%);
                    background-image: linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 1%,rgba(240,240,240,1) 100%);
                    left: -2px;
                    top: 0px;
                    -webkit-transform: skew(-35deg, 0);
                    -moz-transform: skew(-35deg, 0);
                    -o-transform: skew(-35deg, 0);
                    -ms-transform: skew(-35deg, 0);
                    transform: skew(-35deg, 0);
                }

                .breadcrumb .back a.back:before {
                    content: '';
                    position: absolute;
                    height: 48%;
                    width: 5px;
                    border-left: 1px solid #bcbcbc;
                    bottom: 1px;
                    left: -2px;
                    bottom: 0;
                    -webkit-transform: skew(35deg, 0);
                    -moz-transform: skew(35deg, 0);
                    -o-transform: skew(35deg, 0);
                    -ms-transform: skew(35deg, 0);
                    transform: skew(35deg, 0);
                    background-image: -webkit-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(239,239,239,1) 10%,rgba(225,223,226,1) 100%);
                    background-image: -moz-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(239,239,239,1) 10%,rgba(225,223,226,1) 100%);
                    background-image: -o-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(239,239,239,1) 10%,rgba(225,223,226,1) 100%);
                    background-image: -ms-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(239,239,239,1) 10%,rgba(225,223,226,1) 100%);
                    background-image: linear-gradient(top, rgba(240,240,240,1) 0%,rgba(239,239,239,1) 10%,rgba(225,223,226,1) 100%);
                    -webkit-box-shadow: -2px 1px 2px rgba(100,100,100,0.1);
                    box-shadow: -2px 1px 2px rgba(100,100,100,0.1);
                }

.ui-autocomplete-loading {
    background: url('images/autocomplete_loader.gif') no-repeat right center;
}

.taskbar {
    margin: 0 0 3px 0;
}

    .taskbar ul {
    }

    .taskbar li {
        display: block;
        float: right;
        margin: 0;
        margin: 2px 5px 2px 3px;
    }

        .taskbar li:hover {
            background-color: #eee;
        }

        .taskbar li.searchfield {
            float: left;
            padding: 0;
        }

            .taskbar li.searchfield:hover {
                background-color: #fff;
            }

            .taskbar li.searchfield input {
                width: 250px;
                background: url("../images/icons/magnifier-medium-left.png") no-repeat scroll right 1px transparent;
                margin: 1px 0 0 0;
                padding: 0 18px 0 5px;
            }

        .taskbar li.datefield {
            float: left;
            padding: 0;
        }

            .taskbar li.datefield:hover {
                background-color: #fff;
            }

            .taskbar li.datefield input {
                width: 100px;
                margin: 1px 0 0 5px;
                padding: 0 18px 0 5px;
            }

        .taskbar li.dateArea {
            float: left;
            padding: 0;
        }

            .taskbar li.dateArea:hover {
                background-color: #fff;
            }

            .taskbar li.dateArea select {
                width: 165px;
                margin: 1px 0 0 5px;
                padding: 0 18px 0 5px;
            }

        .taskbar li a {
            height: 16px;
            margin: 0;
            padding: 0;
            display: block;
            font: normal 11px 'Segoe UI',Tahoma,Arial;
            color: #666;
            cursor: pointer;
            border-right: 1px solid #666;
            padding-right: 5px !important;
        }

            .taskbar li a.save {
                background: url(../images/icons/disk-black.png ) no-repeat 0 0 transparent;
                padding: 0 0 0 18px;
            }

            .taskbar li a.imprimir {
                background: url(../images/icons/printer.png ) no-repeat 0 0 transparent;
                padding: 0 0 0 18px;
            }

            .taskbar li a.create {
                background: url(../images/icons/plus.png ) no-repeat 0 0 transparent;
                padding: 0 0 0 18px;
            }

            .taskbar li a.edit {
                background: url(../images/icons/pencil.png ) no-repeat 0 0 transparent;
                padding: 0 0 0 18px;
            }

            .taskbar li a.search {
                background: url(../images/icons/binocular.png ) no-repeat 0 0 transparent;
                padding: 0 0 0 18px;
            }

            .taskbar li a.busqueda {
                background: url(../images/icons/binocular.png ) no-repeat 0 0 transparent;
                padding: 0 0 0 18px;
            }

            .taskbar li a.delete {
                background: url(../images/icons/bin.png) no-repeat 0 0 transparent;
                padding: 0 0 0 18px;
            }

            .taskbar li a.export {
                background: url(../images/icons/document-export.png) no-repeat 0 0 transparent;
                padding: 0 0 0 18px;
            }

            .taskbar li a.import {
                background: url(../images/icons/document-import.png) no-repeat 0 0 transparent;
                padding: 0 0 0 18px;
            }

            .taskbar li a.print {
                background: url(../images/icons/printer.png) no-repeat 0 0 transparent;
                padding: 0 0 0 18px;
            }

            .taskbar li a.sendmail {
                background: url(../images/icons/mail-at-sign.png) no-repeat 0 0 transparent;
                padding: 0 0 0 18px;
            }

            .taskbar li a.report {
                background: url(../images/icons/report.png) no-repeat 0 0 transparent;
                padding: 0 0 0 18px;
            }

            .taskbar li a.next {
                background: url(../images/icons/arrow-skip.png) no-repeat 0 0 transparent;
                padding: 0 0 0 18px;
            }

            .taskbar li a.back {
                background: url(../images/icons/arrow-skip-180.png) no-repeat 0 0 transparent;
                padding: 0 0 0 18px;
            }

            .taskbar li a.search {
                background: url(../images/icons/binocular.png) no-repeat 0 0 transparent;
                padding: 0 0 0 18px;
            }

            .taskbar li a.calendar {
                background: url(../images/icons/calendar-day.png) no-repeat 0 0 transparent;
                padding: 0 0 0 18px;
            }

            .taskbar li a.folder {
                background: url(../images/icons/folder.png) no-repeat 0 0 transparent;
                padding: 0 0 0 18px;
            }

            .taskbar li a.clipboard {
                background: url(../images/icons/clipboard-text.png) no-repeat 0 0 transparent;
                padding: 0 0 0 18px;
            }

            .taskbar li a.history {
                background: url(../images/icons/clock-history.png) no-repeat 0 0 transparent;
                padding: 0 0 0 18px;
            }

            .taskbar li a.add {
                background: url(../images/icons/add.png) no-repeat 0 0 transparent;
                padding: 0 0 0 18px;
            }

            .taskbar li a.actualizar {
                background: url(../images/icons/arrow-circle-double.png ) no-repeat 0 0 transparent;
                padding: 0 0 0 18px;
            }

            .taskbar li a.share {
                background: url(../images/icons/folder-share.png) no-repeat 0 0 transparent;
                padding: 0 0 0 18px;
            }

            .taskbar li a.info {
                background: url(../images/icons/question.png) no-repeat 0 0 transparent;
                padding: 0 0 0 18px;
            }

            .taskbar li a.statement {
                background: url(../images/icons/mail-open-document-text.png) no-repeat 0 0 transparent;
                padding: 0 0 0 18px;
            }

            .taskbar li a.generate {
                background: url(../images/icons/table-money.png) no-repeat 0 0 transparent;
                padding: 0 0 0 18px;
            }

            .taskbar li a.submenu {
                background: url(../images/icons/report.png) no-repeat 0 0 transparent;
                padding: 0 0 0 18px;
            }

            .taskbar li a.generatebd {
                background: url(../images/icons/hammer-screwdriver.png) no-repeat 0 0 transparent;
                padding: 0 0 0 18px;
            }

            .taskbar li a.registropagos {
                background: url(../images/icons/money-coin.png) no-repeat 0 0 transparent;
                padding: 0 0 0 18px;
            }

            .taskbar li a.registrotarjetas {
                background: url(../images/icons/credit-card.png) no-repeat 0 0 transparent;
                padding: 0 0 0 18px;
            }

            .taskbar li a.borrar {
                background: url(../images/icons/cross.png) no-repeat 0 0 transparent;
                padding: 0 0 0 18px;
            }

            .taskbar li a.return {
                background: url(../images/icons/arrow-skip-180.png) no-repeat 0 0 transparent;
                padding: 0 0 0 18px;
            }

            .taskbar li a.cargalayout {
                background: url(../images/icons/layout.png) no-repeat 0 0 transparent;
                padding: 0 0 0 18px;
            }

            .taskbar li a.desaplicar {
                background: url(../images/icons/arrow-repeat.png) no-repeat 0 0 transparent;
                padding: 0 0 0 18px;
            }

            .taskbar li a.discount {
                background: url(../images/icons/price-tag.png) no-repeat 0 0 transparent;
                padding: 0 0 0 18px;
            }

            .taskbar li a.primary {
                background: url(../images/icons/star.png) no-repeat 0 0 transparent;
                padding: 0 0 0 18px;
            }

            .taskbar li a.students {
                background: url(../images/icons/student.png) no-repeat 0 0 transparent;
                padding: 0 0 0 18px;
            }

            .taskbar li a.update {
                background: url(../images/icons/arrow-circle-double.png ) no-repeat 0 0 transparent;
                padding: 0 0 0 18px;
            }

            .taskbar li a.facturar {
                background: url(../images/icons/invoice.png ) no-repeat 0 0 transparent;
                padding: 0 0 0 18px;
            }

            .taskbar li a.facturar2 {
                background: url(../images/icons/invoice.png ) no-repeat 0 0 transparent;
                padding: 0 0 0 18px;
            }
            .taskbar li a.classInoice {
                background: url(../images/icons/invoice.png ) no-repeat 0 0 transparent;
                padding: 0 0 0 18px;
            }
            .taskbar li a.group {
                background: url(../images/icons/category-group.png) no-repeat 0 0 transparent;
                padding: 0 0 0 18px;
            }

            .taskbar li a.configuration {
                background: url(../images/icons/signiture.png ) no-repeat 0 0 transparent;
                padding: 0 0 0 18px;
            }

            .taskbar li a.personalized {
                background: url(../images/icons/palette-paint-brush.png ) no-repeat 0 0 transparent;
                padding: 0 0 0 18px;
            }

            .taskbar li a.applypayments {
                background: url(../images/icons/money--arrow.png ) no-repeat 0 0 transparent;
                padding: 0 0 0 18px;
            }

            .taskbar li a.creditnote {
                background: url(../images/icons/document-invoice.png ) no-repeat 0 0 transparent;
                padding: 0 0 0 18px;
            }

            .taskbar li a.preview {
                background: url(../images/icons/eye.png ) no-repeat 0 0 transparent;
                padding: 0 0 0 18px;
            }

            .taskbar li a.detalle {
                background: url(../images/icons/eye.png ) no-repeat 0 0 transparent;
                padding: 0 0 0 18px;
            }

            .taskbar li a.active {
                box-shadow: -2px 3px 0 #fcb257;
                background: url(../images/icons/eye.png ) no-repeat 0 0 transparent;
                padding: 0 0 0 18px;
            }

            .taskbar li a.Programmed {
                background: url(../images/icons/clock-select.png ) no-repeat 0 0 transparent;
                padding: 0 0 0 18px;
            }

            .taskbar li a.key {
                background: url(../images/icons/lock-warning.png ) no-repeat 0 0 transparent;
                padding: 0 0 0 18px;
            }

            .taskbar li a.shortcuts {
                background: url(../images/icons/shortcuts.png ) no-repeat 0 0 transparent;
                padding: 0 0 0 18px;
            }

            .taskbar li a.identifiar {
                background: url(../images/icons/folder-search-result.png ) no-repeat 0 0 transparent;
                padding: 0 0 0 18px;
            }

            .taskbar li a.cancelar {
                background: url(../images/icons/cross.png ) no-repeat 0 0 transparent;
                padding: 0 0 0 18px;
            }

            .taskbar li a.aceptar {
                background: url(../images/icons/tick-small.png ) no-repeat 0 0 transparent;
                padding: 0 0 0 18px;
            }

            .taskbar li a.etiquetas {
                background: url(../images/icons/barcode.png ) no-repeat 0 0 transparent;
                padding: 0 0 0 18px;
            }

            .taskbar li a.Selected {
                background: url(../images/icons/tick-small.png ) no-repeat 0 0 transparent;
                padding: 0 0 0 18px;
            }

            .taskbar li a.corte {
                background: url(../images/icons/Strong-box-closed-icon.png ) no-repeat 0 0 transparent;
                padding: 0 0 0 18px;
            }

            .taskbar li a.corte1 {
                background: url(../images/icons/tick-small.png ) no-repeat 0 0 transparent;
                padding: 0 0 0 18px;
            }

            .taskbar li a.valid {
                background: url(../images/icons/tick-small.png ) no-repeat 0 0 transparent;
                padding: 0 0 0 18px;
            }

            .taskbar li a.download {
                background: url(../images/icons/folder-zipper.png ) no-repeat 0 0 transparent;
                padding: 0 0 0 18px;
            }

            .taskbar li a.sig {
                background: url(../images/icons/arrow-skip.png ) no-repeat 0 0 transparent;
                padding: 0 0 0 18px;
            }

            .taskbar li a.atraz {
                background: url(../images/icons/arrow-skip-180.png ) no-repeat 0 0 transparent;
                padding: 0 0 0 18px;
            }

/* =============================================================================
   Loading: 
   ========================================================================== */
#loadinglayer {
    left: 0;
    overflow: hidden;
    top: 0;
    z-index: 9999;
    height: 100%;
    position: fixed;
    width: 100%;
    background: url(../images/common/overlay.png) repeat scroll 0 0 #000;
    opacity: 0.9;
    display: none;
}

    #loadinglayer span {
        position: absolute;
        top: 45%;
        left: 0;
        right: 0;
        display: table-cell;
        vertical-align: middle;
        color: #fff;
        font: bold 14px 'Segoe UI',Tahoma,Arial;
        text-align: center;
    }

        #loadinglayer span img {
            display: block;
            margin: 10px auto;
        }

#progresslayer {
    left: 0;
    overflow: hidden;
    top: 0;
    z-index: 9999;
    height: 100%;
    position: fixed;
    width: 100%;
    background: url("../images/common/overlay.png") repeat scroll 0 0 #000;
    opacity: 0.9;
    display: none;
}

    #progresslayer > div {
        position: absolute;
        top: 45%;
        left: 40%;
        display: table-cell;
        vertical-align: middle;
    }

    #progresslayer .pmessage {
        color: #fff;
        font: bold 14px 'Segoe UI',Tahoma,Arial;
        text-align: center;
        margin: 10px auto;
        display: block;
    }

.progress-bar {
    background-color: #1A1A1A;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 5px #000000 inset, 0 1px 0 #444444;
    height: 10px;
    margin: 0;
    padding: 2px;
    width: 250px;
}

    .progress-bar span {
        background-color: #777777;
        border-radius: 3px 3px 3px 3px;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
        display: inline-block;
        height: 100%;
        transition: width 0.4s ease-in-out 0s;
    }

.blue span {
    background-color: #34C2E3;
}

.orange span {
    background-color: #FECF23;
    background-image: -moz-linear-gradient(center top, #FECF23, #FD9215);
}

.green span {
    background-color: #A5DF41;
    background-image: -moz-linear-gradient(center top, #A5DF41, #4CA916);
}

.stripes span {
    -webkit-background-size: 30px 30px;
    -moz-background-size: 30px 30px;
    background-size: 30px 30px;
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-animation: animate-stripes 3s linear infinite;
    -moz-animation: animate-stripes 3s linear infinite;
}

@-webkit-keyframes animate-stripes {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 60px 0;
    }
}

@-moz-keyframes animate-stripes {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 60px 0;
    }
}

.shine span {
    position: relative;
}

    .shine span::after {
        content: '';
        opacity: 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #fff;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        -webkit-animation: animate-shine 2s ease-out infinite;
        -moz-animation: animate-shine 2s ease-out infinite;
    }

@-webkit-keyframes animate-shine {
    0% {
        opacity: 0;
        width: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 0;
        width: 95%;
    }
}


@-moz-keyframes animate-shine {
    0% {
        opacity: 0;
        width: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 0;
        width: 95%;
    }
}

.glow span {
    -moz-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;
    -webkit-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;
    box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;
    -webkit-animation: animate-glow 1s ease-out infinite;
    -moz-animation: animate-glow 1s ease-out infinite;
}

@-webkit-keyframes animate-glow {
    0% {
        -webkit-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;
    }

    50% {
        -webkit-box-shadow: 0 5px 5px rgba(255, 255, 255, .3) inset, 0 -5px 5px rgba(255, 255, 255, .3) inset;
    }

    100% {
        -webkit-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;
    }
}

@-moz-keyframes animate-glow {
    0% {
        -moz-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;
    }

    50% {
        -moz-box-shadow: 0 5px 5px rgba(255, 255, 255, .3) inset, 0 -5px 5px rgba(255, 255, 255, .3) inset;
    }

    100% {
        -moz-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;
    }
}

/* =============================================================================
   Login: 
   ========================================================================== */
.login {
    height: 100%;
    left: 0;
    opacity: 1;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 0;
    background: none repeat scroll 0 0 #fff;
}

#loginpanel {
    float: right;
    height: 100%;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: fixed;
    right: 0;
    width: 400px;
    z-index: 1;
    background: none repeat scroll 0 0 #FFF;
    opacity: 1.0;
}

.login h1 {
    font: normal 22px 'Segoe UI',Tahoma,Arial;
    color: #34383b;
}

.login h2 {
    font: normal 22px 'Segoe UI',Tahoma,Arial;
    color: #34383b;
}

.login fieldset {
    width: 350px !important;
    padding: 10px 20px !important;
}

.login #inputs {
    position: relative;
}

    .login #inputs input {
        background: url(../images/common/login-sprite.png) no-repeat transparent;
        padding: 0 0 0 25px;
        margin: 10px 0;
        display: block;
        width: 100%;
        border: 1px solid #ccc;
        height: 30px;
        font: normal 14px 'Segoe UI',Tahoma,Arial;
        color: #34383b;
    }

.login #txtUsuario {
    background-position: 5px -10px !important;
}

.login #txtPass {
    background-position: 5px -60px !important;
}

.login #inputs input:focus {
    border-color: #000;
    outline: none;
}

.login #inputs div {
    position: relative;
}

.login #actions #checkSesion {
    float: left;
}

.login #actions #loginButton {
    float: right;
}

.login #actions #checkSesion input {
    margin: 15px 10px 0 0;
    height: auto;
}

.login #actions #checkSesion label {
    margin: 0;
}

.login #btnLogin {
    border-width: 1px;
    border-style: solid;
    border-color: #123B86 #123B86 #123B86 #123B86;
    height: 35px;
    padding: 0;
    width: 100px;
    cursor: pointer;
    color: #2e2d3d;
    display: block;
    background-color: #ccc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
    background-image: -webkit-linear-gradient(top, #eee, #ccc);
    background-image: -moz-linear-gradient(top, #eee, #ccc);
    background-image: -ms-linear-gradient(top, #eee, #ccc);
    background-image: -o-linear-gradient(top, #eee, #ccc);
    background-image: linear-gradient(top, #eee, #ccc);
}

    .login #btnLogin:hover, #formLogin #btnLogin:focus {
        color: #fff;
        background-color: #123B86;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#123B86), to(#2672EC));
        background-image: -webkit-linear-gradient(top, #123B86, #2672EC);
        background-image: -moz-linear-gradient(top, #123B86, #2672EC);
        background-image: -ms-linear-gradient(top, #123B86, #2672EC);
        background-image: -o-linear-gradient(top, #123B86, #2672EC);
        background-image: linear-gradient(top, #123B86, #2672EC);
    }

.login #lblError {
    position: absolute;
    top: 80px;
    left: 0;
    color: #d83526;
    font: bold 12px 'Segoe UI',Tahoma,Arial;
}

.login input.error {
    background-color: #FFFFD5;
    border: 1px dotted red;
    color: red;
}

.login label.error:after {
    border-color: transparent #d83526;
    border-style: solid;
    border-width: 5px 8px 5px 0;
    bottom: auto;
    content: "";
    display: block;
    left: -7px;
    position: absolute;
    top: 7px;
    width: 0;
}

.login label.error {
    background: none repeat scroll 0 0 #d83526;
    border-radius: 5px 5px 5px 5px;
    color: #000000;
    margin-left: 15px;
    padding: 5px;
    position: absolute;
    font: normal 10px "Verdana";
    color: #fff;
    width: 130px;
    clear: none;
    top: 6px;
    left: 320px;
}

.ventas input.error {
    background-color: #FFFFD5;
    border: 1px dotted red;
    color: red;
}

#loginfooter {
    border-top: 1px solid #CCCCCC;
    bottom: 5px;
    margin: 0 10px;
    padding: 10px 5px 5px;
    position: fixed;
    width: 370px;
}

    #loginfooter #swplus {
        display: block;
        float: right;
        clear: both;
    }

        #loginfooter #swplus img {
            margin: 5px 0 0 0;
        }

    #loginfooter ul {
        display: block;
        float: left;
        clear: both;
        width: 100%;
    }

        #loginfooter ul li {
            display: block;
            float: left;
            margin: 0 20px 0 0;
        }

            #loginfooter ul li.last {
                float: right;
                margin: 0 5px 0 0;
            }

    #loginfooter a {
        color: #34383b;
        text-decoration: underline;
    }

        #loginfooter a:visited {
            color: #34383b;
        }

.login #bannerss {
    position: fixed;
    margin-right: 500px;
    width: 100%;
    height: 100%;
}


.login #banners {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

    .login #banners img {
        width: auto;
        max-height: 100%;
        max-width: 100%;
        bottom: 0;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
    }



/* =============================================================================
   Layout: 
   ========================================================================== */
.ui-layout-pane-north {
    padding: 0;
    border: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background-image: -webkit-linear-gradient(top, #fff, #eee);
    background-image: -moz-linear-gradient(top, #fff, #eee);
    background-image: -ms-linear-gradient(top, #fff, #eee);
    background-image: -o-linear-gradient(top, #fff, #eee);
    background-image: linear-gradient(top, #fff, #eee);
    position: static !important;
}

    .ui-layout-pane-north #product {
        display: block;
        float: left;
    }

        .ui-layout-pane-north #product span {
            margin: 4px 0 0 0px;
            padding: 0 0 0 5px;
            height: 20px;
            display: block;
            font: bold 14px 'Segoe UI',Tahoma,Arial;
            color: #666;
        }

    .ui-layout-pane-north #user {
        display: block;
        float: right;
        margin: 5px 10px 0 0;
        font: bold 11px 'Segoe UI',Tahoma,Arial;
        color: #666;
    }

        .ui-layout-pane-north #user span {
            margin: 10px 0 0 0;
            padding: 0 5px;
        }

    .ui-layout-pane-north #configuracion {
        display: block;
        float: right;
        margin: 0 10px 0 0;
    }

        .ui-layout-pane-north #configuracion .options {
            margin: 5px 0 0 10px;
            display: block;
            float: left;
            width: 16px;
            height: 16px;
            background: url("../images/icons/gear.png") no-repeat scroll 0 0 transparent;
            border: none;
        }

        .ui-layout-pane-north #configuracion .help {
            margin: 5px 0 0 10px;
            display: block;
            float: left;
            width: 16px;
            height: 16px;
            background: url("../images/icons/question.png") no-repeat scroll 0 0 transparent;
        }



        .ui-layout-pane-north #configuracion .printIframe {
            margin: 5px 0 0 10px;
            display: block;
            float: left;
            width: 16px;
            height: 16px;
            background: url("../images/icons/printer.png") no-repeat scroll 0 0 transparent;
        }


    .ui-layout-pane-north #optionsmenu {
        width: 140px;
        position: absolute !important;
        z-index: 10;
        border-radius: 0;
    }

        .ui-layout-pane-north #optionsmenu .pass {
            width: 16px;
            height: 16px;
            background: url("../images/icons/lock-small.png") no-repeat scroll 0 0 transparent;
            left: 0.2em;
            position: absolute;
            top: 0.2em;
        }

        .ui-layout-pane-north #optionsmenu .profile {
            width: 16px;
            height: 16px;
            background: url("../images/icons/user-small.png") no-repeat scroll 0 0 transparent;
            left: 0.2em;
            position: absolute;
            top: 0.2em;
        }

        .ui-layout-pane-north #optionsmenu .logout {
            width: 16px;
            height: 16px;
            background: url("../images/icons/minus-small-circle.png") no-repeat scroll 0 0 transparent;
            left: 0.2em;
            position: absolute;
            top: 0.2em;
        }

        .ui-layout-pane-north #optionsmenu .ui-state-focus {
            border-radius: 0;
            background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
            background-image: -webkit-linear-gradient(top, #fff, #eee);
            background-image: -moz-linear-gradient(top, #fff, #eee);
            background-image: -ms-linear-gradient(top, #fff, #eee);
            background-image: -o-linear-gradient(top, #fff, #eee);
            background-image: linear-gradient(top, #fff, #eee);
        }

.ui-layout-pane-west {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background-image: -webkit-linear-gradient(top, #fff, #eee);
    background-image: -moz-linear-gradient(top, #fff, #eee);
    background-image: -ms-linear-gradient(top, #fff, #eee);
    background-image: -o-linear-gradient(top, #fff, #eee);
    background-image: linear-gradient(top, #fff, #eee);
    padding: 5px;
}

    .ui-layout-pane-west img {
        max-width: 170px;
        display: block;
        margin: 10px auto 20px;
    }

    .ui-layout-pane-west #mainmenu .ui-accordion-content {
        padding: 5px 8px 0px 8px;
    }

    .ui-layout-pane-west #mainmenu h3 {
        font: normal 12px/10px 'Lucida Grande', Tahoma, Verdana;
        color: #2E2D3D;
    }

.nicetree {
    list-style-type: none;
    margin: 0 10px 5px 10px;
    padding: 0;
    font-family: 'Lucida Grande', Tahoma, Verdana;
    color: #333;
}

    .nicetree a {
        cursor: pointer;
        color: #2e2d3d;
        text-decoration: none;
    }

        .nicetree a:hover {
            text-decoration: none;
        }

    .nicetree li {
        border-bottom: 1px solid #E5E5E5;
        line-height: 18px;
        font-size: 12px;
    }

        .nicetree li:first-child {
            border-top: 1px solid #E5E5E5;
        }

        .nicetree li a {
            display: block;
            padding: 2px 6px 3px 20px;
        }

        .nicetree li.active:first-child {
            border-top: 2px solid #D2DEE5;
        }

        .nicetree li.active.withsubsections {
            background-color: rgba(238, 238, 238, 0.5);
            border-top: 1px solid #D2DEE5;
            border-bottom: 1px solid #D2DEE5;
            margin: 0 -10px;
            margin-top: -1px;
            padding-bottom: 8px;
            padding-left: 10px;
            padding-right: 10px;
        }

        .nicetree li a.selected {
            color: #333;
            font-weight: bold;
            background: url(../images/common/dwn-arrow.png) no-repeat 95% center;
        }

    .nicetree ul.subsections {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .nicetree ul.subsections li {
            border: 0;
            padding: 0;
            margin: 0;
            padding-left: 20px;
        }

            .nicetree ul.subsections li a {
                color: #333;
                font-size: 12px;
                overflow: hidden;
                padding: 2px 6px;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

                .nicetree ul.subsections li a:hover {
                    text-decoration: underline;
                }

        .nicetree ul.subsections ul.subsections li:first-child {
            background: url(../images/common/divider.png) no-repeat 10px 4px;
        }

.nicetree_hover {
    background: url(../images/common/arrow.png) no-repeat right center;
    color: #333;
}

.nicetree .tasks {
    background: url("../images/icons/clipboard-task.png") no-repeat scroll 0px 3px transparent;
}

.nicetree .users {
    background: url("../images/icons/users.png") no-repeat scroll 0px 3px transparent;
}

.nicetree .profiles {
    background: url("../images/icons/card-address.png") no-repeat scroll 0px 3px transparent;
}

.nicetree .permissions {
    background: url("../images/icons/key.png") no-repeat scroll 0px 3px transparent;
}

.nicetree .calendar {
    background: url("../images/icons/calendar-select.png") no-repeat scroll 0px 3px transparent;
}

.nicetree .reports {
    background: url("../images/icons/reports.png") no-repeat scroll 0px 3px transparent;
}

.nicetree .folders {
    background: url("../images/icons/folders.png") no-repeat scroll 0px 3px transparent;
}

.nicetree .lists {
    background: url("../images/icons/ui-scroll-pane-list.png") no-repeat scroll 0px 3px transparent;
}

.nicetree .share-folder {
    background: url("../images/icons/folder-share.png") no-repeat scroll 0px 3px transparent;
}

.nicetree .schedules {
    background: url("../images/icons/clock-history.png") no-repeat scroll 0px 3px transparent;
}

.nicetree .students {
    background: url("../images/icons/student.png") no-repeat scroll 0px 3px transparent;
}

.nicetree .services {
    background: url("../images/icons/table-money.png") no-repeat scroll 0px 3px transparent;
}

.nicetree .card {
    background: url("../images/icons/credit-card.png") no-repeat scroll 0px 3px transparent;
}

.nicetree .money {
    background: url("../images/icons/money-coin.png") no-repeat scroll 0px 3px transparent;
}

.nicetree .money-arrow {
    background: url("../images/icons/money--arrow.png") no-repeat scroll 0px 3px transparent;
}

.nicetree .user {
    background: url("../images/icons/user-black.png") no-repeat scroll 0px 3px transparent;
}

.nicetree .invoice {
    background: url("../images/icons/invoice.png") no-repeat scroll 0px 3px transparent;
}

.nicetree .creditnote {
    background: url("../images/icons/document-invoice.png") no-repeat scroll 0px 3px transparent;
}

.nicetree .worker {
    background: url("../images/icons/user-worker.png") no-repeat scroll 0px 3px transparent;
}

.nicetree .statement {
    background: url("../images/icons/mail-open-document-text.png") no-repeat scroll 0px 3px transparent;
}

.nicetree .Settings {
    background: url("../images/icons/gear.png") no-repeat scroll 0px 3px transparent;
}

.nicetree .group {
    background: url("../images/icons/category-group.png") no-repeat scroll 0px 3px transparent;
}

.nicetree .tables {
    background: url("../images/icons/tables-stacks.png") no-repeat scroll 0px 3px transparent;
}

.nicetree .users-admon {
    background: url("../images/icons/user-black.png") no-repeat scroll 0px 3px transparent;
}

.nicetree .directorio {
    background: url("../images/icons/address-book.png") no-repeat scroll 0px 3px transparent;
}

.nicetree .term {
    background: url("../images/icons/calendar-blue.png") no-repeat scroll 0px 3px transparent;
}

.nicetree .calendar {
    background: url("../images/icons/calendar-day.png") no-repeat scroll 0px 3px transparent;
}

.nicetree .mailing {
    background: url("../images/icons/mail-at-sign.png") no-repeat scroll 0px 3px transparent;
}

.nicetree .ingresos {
    background: url("../images/icons/money-coin.png") no-repeat scroll 0px 3px transparent;
}

.nicetree .charge {
    background: url("../images/icons/table-money.png") no-repeat scroll 0px 3px transparent;
}

.nicetree .cartera {
    background: url("../images/icons/wallet.png") no-repeat scroll 0px 3px transparent;
}

.nicetree .descuentos {
    background: url("../images/icons/price-tag.png") no-repeat scroll 0px 3px transparent;
}

.nicetree .consolidado {
    background: url("../images/icons/arrow-in.png") no-repeat scroll 0px 3px transparent;
}

.nicetree .facturacion {
    background: url("../images/icons/invoice.png") no-repeat scroll 0px 3px transparent;
}

.nicetree .general {
    background: url("../images/icons/check-boxes.png") no-repeat scroll 0px 3px transparent;
}

.nicetree .abono {
    background: url("../images/icons/money-coin.png") no-repeat scroll 0px 3px transparent;
}

.nicetree .productos {
    background: url("../images/icons/Milk-icon.png") no-repeat scroll 0px 3px transparent;
}

.nicetree .caja {
    background: url("../images/icons/Strong-box-money-icon.png") no-repeat scroll 0px 3px transparent;
}

.nicetree .ventas {
    background: url("../images/icons/coffee-icon.png") no-repeat scroll 0px 3px transparent;
}

.nicetree .compras {
    background: url("../images/icons/clipboard-task.png") no-repeat scroll 0px 3px transparent;
}

.ui-layout-pane-center {
    padding: 2px 5px 0 5px;
}

.ui-layout-mask {
    background: #F00;
    opacity: 1;
    filter: alpha(opacity=100);
}








/* =============================================================================
   Custom UI: 
   ========================================================================== */
.ui-tooltip {
    background: #d83526;
    color: white;
    border: none;
    padding: 0;
    opacity: 1;
    font: normal 11px 'Segoe UI',Tahoma,Arial;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    min-width: 160px;
}

.ui-tooltip-content {
    position: relative;
    padding: 3px 5px;
    text-align: center;
}

    .ui-tooltip-content:after {
        content: '';
        position: absolute;
        border-style: solid;
        display: block;
        width: 0;
    }

.right .ui-tooltip-content:after {
    top: 6px;
    left: -6px;
    border-color: transparent #d83526;
    border-width: 8px 8px 8px 0;
}

.left .ui-tooltip-content:after {
    top: 18px;
    right: -10px;
    border-color: transparent #d83526;
    border-width: 10px 0 10px 10px;
}

.top .ui-tooltip-content:after {
    bottom: -10px;
    left: 72px;
    border-color: #d83526 transparent;
    border-width: 10px 10px 0;
}

.bottom .ui-tooltip-content:after {
    top: -5px;
    left: 44%;
    border-color: #d83526 transparent;
    border-width: 0 10px 10px;
}

.tbcontainer {
    margin: 0 auto;
}

    .tbcontainer .ui-widget {
        font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif !important;
    }

    .tbcontainer .ui-widget-content {
        background: #fff !important;
    }

    .tbcontainer .ui-state-default {
        background: #fff !important;
        color: #666 !important;
        font-weight: bold !important;
    }

    .tbcontainer .ui-state-hover, .tbcontainer .ui-state-highlight {
        border: 1px solid #ccc;
        background: #fdf5ce url(../images/jquery-ui/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% 50% repeat-x !important;
        font-weight: bold;
        color: #123B86 !important;
    }

        .tbcontainer .ui-state-hover a, .tbcontainer .ui-state-highlight a {
            color: #123B86 !important;
            text-decoration: underline !important;
        }

    .tbcontainer .ui-search-toolbar {
        border-top: 0 solid rgba(0, 0, 0, 0);
        display: none;
    }

    .tbcontainer #pager .ui-pg-div {
        font: normal 10px 'Segoe UI',Tahoma,Arial;
        text-transform: uppercase;
        margin: 0 10px 0 0;
    }

    .tbcontainer .ui-jqgrid-titlebar {
        background: #fff !important;
        color: #666 !important;
        font-weight: bold !important;
        border-radius: 0 !important;
        border-right: 1px solid #aaaaaa;
        border-top-right-radius: 0px !important;
        border-top-left-radius: 0px !important;
    }

    .tbcontainer #pager span.filter {
        background: url(../images/icons/funnel-small.png) no-repeat 0 0 transparent;
        padding: 0;
        margin-top: -1px;
    }

    .tbcontainer #pager span.search {
        background: url(../images/icons/magnifier-medium-left.png) no-repeat 0 0 transparent;
        padding: 0;
        margin-top: -1px;
    }

.tbcontainerMed {
    margin: 0 auto;
}

    .tbcontainerMed .ui-widget {
        font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif !important;
    }

    .tbcontainerMed .ui-widget-content {
        background: #fff !important;
    }

    .tbcontainerMed .ui-state-default {
        background: #fff !important;
        color: #666 !important;
        font-weight: bold !important;
    }

    .tbcontainerMed .ui-state-hover, .tbcontainerMed .ui-state-highlight {
        border: 1px solid #ccc;
        background: #fdf5ce url(../images/jquery-ui/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% 50% repeat-x !important;
        font-weight: bold;
        color: #123B86 !important;
    }

        .tbcontainerMed .ui-state-hover a, .tbcontainerMed .ui-state-highlight a {
            color: #123B86 !important;
            text-decoration: underline !important;
        }

    .tbcontainerMed .ui-search-toolbar {
        border-top: 0 solid rgba(0, 0, 0, 0);
        display: none;
    }

    .tbcontainerMed #pager .ui-pg-div {
        font: normal 10px 'Segoe UI',Tahoma,Arial;
        text-transform: uppercase;
        margin: 0 10px 0 0;
    }


    .tbcontainerMed #pager span.filter {
        background: url(../images/icons/funnel-small.png) no-repeat 0 0 transparent;
        padding: 0;
        margin-top: -1px;
    }

    .tbcontainerMed #pager span.search {
        background: url(../images/icons/magnifier-medium-left.png) no-repeat 0 0 transparent;
        padding: 0;
        margin-top: -1px;
    }

#mainmenu .ui-state-default {
    border-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background-image: -webkit-linear-gradient(top, #fff, #eee);
    background-image: -moz-linear-gradient(top, #fff, #eee);
    background-image: -ms-linear-gradient(top, #fff, #eee);
    background-image: -o-linear-gradient(top, #fff, #eee);
    background-image: linear-gradient(top, #fff, #eee);
}

#mainmenu .ui-state-active {
    border-radius: 0;
}

#mainmenu .ui-corner-all {
    border-radius: 0;
}

.ui-dialog-content {
    padding: 0 !important;
}

.ui-widget-header {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background-image: -webkit-linear-gradient(top, #fff, #eee);
    background-image: -moz-linear-gradient(top, #fff, #eee);
    background-image: -ms-linear-gradient(top, #fff, #eee);
    background-image: -o-linear-gradient(top, #fff, #eee);
    background-image: linear-gradient(top, #fff, #eee);
    color: #34383b;
    border-radius: 3px !important;
}

.ui-widget-content .ui-add {
}

.ui-widget-content .ui-del {
}

.ui-widget {
}


/* =============================================================================
   Formularios: 
   ========================================================================== */
form {
    height: 100%;
}

input, textarea, select {
    height: 20px;
    font: normal 12px 'Segoe UI',Tahoma,Arial;
    background: #FFF;
    border: 1px solid #ccc;
    margin: 0;
    padding: 1px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

select {
    font: normal 12px 'Segoe UI',Tahoma,Arial;
    background: #FFF;
    border: 1px solid #ccc;
    margin: 0 5px 0 0;
}

.fecha[type="text"] {
    background: url("../images/icons/calendar-select.png") no-repeat scroll right 1px transparent;
}

.date1[type="text"] {
    background: url("../images/icons/calendar-select.png") no-repeat scroll right 1px transparent;
}

.dates[type="text"] {
    background: url("../images/icons/calendar-select.png") no-repeat scroll right 1px transparent;
}

.datepicke[type="text"] {
    background: url("../images/icons/calendar-select.png") no-repeat scroll right 1px transparent;
}

.fechas[type="text"] {
    background: url("../images/icons/calendar-select.png") no-repeat scroll right 1px transparent;
}

.fechas[type="text"] {
    background: url("../images/icons/calendar-select.png") no-repeat scroll right 1px transparent;
}

.fechaexepciones[type="text"] {
    background: url("../images/icons/calendar-select.png") no-repeat scroll right 1px transparent;
}

.txtFecha[type="text"] {
    background: url("../images/icons/calendar-select.png") no-repeat scroll right 1px transparent;
}

.fechaMedicamento[type="text"] {
    background: url("../images/icons/calendar-select.png") no-repeat scroll right 1px transparent;
}

.formwrapper input, .formwrapper textarea, .formwrapper select {
    font: normal 12px 'Segoe UI',Tahoma,Arial;
}

.formwrapper h3 {
    padding: 0 25px;
    margin: 0;
    border: none;
    font: bold 14px 'Segoe UI',Tahoma,Arial;
    color: #123B86;
    cursor: pointer;
    background: url("../images/icons/arrow2.png") no-repeat scroll 11px 9px transparent;
}

    .formwrapper h3.closed {
        background: url("../images/icons/arrow1.png") no-repeat scroll 11px 6px transparent;
    }

.formwrapper .collapsible-section {
    padding: 0 10px 0 15px;
}


.formwrapper fieldset {
    width: 97%;
    display: table;
    padding: 5px;
}

    .formwrapper fieldset .record {
        display: table-row;
    }

        .formwrapper fieldset .record:hover div.field .field-value {
            box-shadow: 2px 3px 5px 0 #999999;
            background: #eee;
            border: 1px solid #666;
        }

    .formwrapper fieldset div.tagline {
        width: 150px;
        display: table-cell;
        vertical-align: top;
    }

        .formwrapper fieldset div.tagline > div {
            margin: 2px 0 0 0;
            position: relative;
        }

            .formwrapper fieldset div.tagline > div label {
                font: normal 12px 'Segoe UI',Tahoma,Arial;
                white-space: nowrap;
                overflow: hidden;
                display: block;
                width: 130px;
                cursor: pointer;
                color: #666;
            }

                .formwrapper fieldset div.tagline > div label.required:after {
                    content: "*";
                    color: #f00;
                    font: normal 14px Arial;
                    margin: 0 0 0 2px;
                }

            .formwrapper fieldset div.tagline > div .gradientmask {
                background: rgba(255, 255, 255, 0.25);
                background: -moz-linear-gradient(right, rgb(255, 255, 255) 25%, rgba(255, 255, 255, 0) 100%);
                background: -webkit-gradient( linear,right,left,color-stop(25%, rgb(255, 255, 255)), color-stop(100%, rgba(255, 255, 255, 0)));
                background: -webkit-linear-gradient(right, rgb(255, 255, 255) 25%,rgba(255, 255, 255, 0) 100%);
                background: -o-linear-gradient(right,rgb(255, 255, 255) 25%,rgba(255, 255, 255, 0) 100%);
                background: -ms-linear-gradient(right,rgb(255, 255, 255) 25%, rgba(255, 255, 255, 0) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40FFFFFF',endColorstr='#FFFFFF', GradientType=1);
                background: linear-gradient(right,rgb(255, 255, 255) 25%,rgba(255, 255, 255, 0) 100%);
                height: 20px;
                position: absolute;
                top: 1px;
                width: 25px;
                z-index: 1;
                right: 0;
            }

    .formwrapper fieldset div.field {
        width: 100%;
        display: table-cell;
    }

        .formwrapper fieldset div.field > div {
            min-height: 25px;
            position: relative;
            margin: 0 0 5px 0;
        }

            .formwrapper fieldset div.field > div > div {
                margin: 0 0 0 18px;
            }

        .formwrapper fieldset div.field .field-edit {
            display: none;
            align-content: stretch;
        }

        .formwrapper fieldset div.field .field-value {
            font: normal 12px 'Segoe UI',Tahoma,Arial;
            border: 1px solid transparent;
            padding: 1px 5px;
            cursor: pointer;
        }

            .formwrapper fieldset div.field .field-value span {
                display: block;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

        .formwrapper fieldset div.field input[type=text] {
            width: 100%;
            outline: none;
        }

        .formwrapper fieldset div.field input[type="email"] {
            width: 100%;
            outline: none;
            text-transform: lowercase;
        }

        .formwrapper fieldset div.field textarea {
            width: 100%;
            outline: none;
            resize: none;
            text-align: justify;
        }

        .formwrapper fieldset div.field select {
            width: 100%;
            outline: none;
            padding: 0;
        }

label.error {
    background: url(../images/icons/cross-circle.png) no-repeat left top transparent;
    width: 16px;
    height: 16px;
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    text-align: left;
    direction: ltr;
    position: absolute;
    top: 2px;
    left: 0;
}

input.error {
    border: 1px solid #f00;
}
select.error {
    border: 1px solid #f00;
}
.consulta #tabs-1 div {
    margin-bottom: 0px !important;
}


.statusbar {
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 100;
    right: 0;
    height: 20px;
    background-color: #eee;
}

    .statusbar ul {
        display: block;
        float: right;
        margin: 2px 0 0 0;
    }

    .statusbar li {
        display: block;
        float: left;
        margin: 0 10px 0 0;
    }

        .statusbar li.sbloading img {
            display: block;
            margin: 0 0 0 10px;
            float: right;
        }

        .statusbar li.warning {
            padding: 3px 0 0 20px;
            background: url(../images/icons/exclamation-small.png) no-repeat 0 1px transparent;
        }

        .statusbar li.sbbutton a {
            background: url(../images/icons/disk-small-black.png) no-repeat 0 0 transparent;
            width: 16px;
            height: 16px;
            margin: 1px 0 0 0;
            padding: 0;
            text-indent: -999em;
            display: block;
        }

            .statusbar li.sbbutton a:hover {
                background-color: #ccc;
            }


.onoffswitch {
    position: relative;
    width: 50px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    position: absolute;
    width: 100%;
    opacity: 0;
    z-index: 10;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #666666;
    border-radius: 5px;
}

.onoffswitch-inner {
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        float: left;
        width: 50%;
        height: 12px;
        padding: 0;
        line-height: 12px;
        font-size: 10px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "SI";
        padding-left: 7px;
        background-color: #123B86;
        color: #FFFFFF;
    }

    .onoffswitch-inner:after {
        content: "NO";
        padding-right: 7px;
        background-color: #F8F8F8;
        color: #666666;
        text-align: right;
    }

.onoffswitch-switch {
    width: 15px;
    margin: 0px;
    background: #FFFFFF;
    border: 2px solid #666666;
    border-radius: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 31px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
    background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-image: linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}



/* =============================================================================
   Notify Boxs: 
   ========================================================================== */
.notifymessage {
    background-size: 40px 40px;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
    box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
    width: 100%;
    border: 1px solid;
    color: #fff;
    padding: 5px 10px;
    position: fixed;
    text-shadow: 0 1px 0 rgba(0,0,0,.5);
    animation: animate-bg 5s linear infinite;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 10000;
}

    .notifymessage h3 {
        margin: 0 0 5px 0;
    }

    .notifymessage p {
        margin: 0;
    }

    .notifymessage.info {
        background-color: #4ea5cd;
        border-color: #3b8eb5;
    }

    .notifymessage.error {
        background-color: #de4343;
        border-color: #c43d3d;
    }

    .notifymessage.warning {
        background-color: #eaaf51;
        border-color: #d99a36;
    }

    .notifymessage.success {
        background-color: #61b832;
        border-color: #55a12c;
    }

@keyframes animate-bg {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -80px 0;
    }
}


/* =============================================================================
   Iframe PopUps: 
   ========================================================================== */

.pop {
    background: url("../images/common/patron.png") repeat scroll 0 0 #FFFFFF !important;
    height: 100%;
}

#tabs {
    margin: 0 5px;
    height: 100%;
}

    #tabs.auto {
        min-height: 0;
    }

/* =============================================================================
   Dashboard: 
   ========================================================================== */

.dashboard {
}



.dashboard {
    width: 100%;
    height: 100%;
    position: relative;
}

    .dashboard .content {
        position: absolute;
        z-index: 999;
        text-align: center;
        width: 100%;
    }

    .dashboard::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 99;
        background-image: url(../../resources/images/common/tomas-moro-maguey-4.png);
        background-size: cover;
        opacity: 0.1;
    }





    /*
.dashboard:before {content: ' ';display: block;position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 1;opacity: 0.1;background-image: url("../images/common/tomas-moro-maguey-4.png");background-repeat: no-repeat;background-position: center center;-ms-background-size: contain;-o-background-size: contain;-moz-background-size: contain;-webkit-background-size: contain;background-size:contain;}
*/

    .dashboard #summary {
        display: block;
        float: left;
        margin: 40px 20px;
    }

        .dashboard #summary dt {
            font: bold 48px/42px 'Segoe UI',Tahoma,Arial;
            display: block;
            float: left;
            clear: left;
            width: 100px;
            text-align: right;
        }

        .dashboard #summary dd {
            font: bold 20px 'Segoe UI',Tahoma,Arial;
            display: block;
            float: left;
            clear: right;
            margin: 15px 20px 0;
            width: 200px;
        }

        .dashboard #summary dt.activos, .dashboard #summary dt.viaje {
            font: bold 30px/30px 'Segoe UI',Tahoma,Arial;
        }

            .dashboard #summary dt.activos + dd, .dashboard #summary dt.viaje + dd {
                margin: 5px 20px 0;
            }

    .dashboard #ciclo {
        display: block;
        float: right;
        margin: 10px 20px;
    }

        .dashboard #ciclo img {
            text-align: center;
            display: block;
            margin: 0 auto 10px;
        }

        .dashboard #ciclo span {
            font: bold 16px 'Segoe UI',Tahoma,Arial;
            display: block;
            text-align: center;
            width: 80px;
            line-height: 15px;
        }

    .dashboard #genero {
        display: block;
        float: left;
        margin: 30px 20px 0;
        clear: left;
        width: 500px;
        height: 200px;
    }

    .dashboard #secciones {
        display: block;
        float: right;
        margin: 30px 20px 0;
        width: 500px;
        height: 300px;
    }

    .dashboard #calendar {
        display: block;
        float: right;
        margin: 40px 170px;
    }

        .dashboard #calendar dt {
            font: bold 28px/22px 'Segoe UI',Tahoma,Arial;
            display: block;
            float: left;
            clear: left;
            width: 100px;
            text-align: left;
        }

        .dashboard #calendar dd {
            font: bold 20px 'Segoe UI',Tahoma,Arial;
            display: block;
            float: left;
            clear: right;
            margin: 15px 20px 0;
            width: 200px;
        }

.summary_grand .client-detail {
    display: block;
    float: right;
    margin: 40px 20px;
    clear: both;
}

.summary_grand dt {
    display: block;
    float: left;
    clear: left;
    width: 130px;
    font: bold 13px 'Segoe UI',Tahoma,Arial;
}

.summary_grand dd {
    display: block;
    float: left;
    clear: right;
    width: 250px;
    text-align: left;
    font: normal 13px 'Segoe UI',Tahoma,Arial;
}

/* =============================================================================
   Familias: 
   ========================================================================== */

.admonfamilias h2 {
    font: bold 13px 'Segoe UI',Tahoma,Arial;
    display: block;
    float: left;
    margin: 10px 0 5px 0;
    clear: both;
}

.admonfamilias dl {
    display: block;
    float: left;
    clear: both;
}

.admonfamilias dt {
    display: block;
    float: left;
    clear: left;
    width: 130px;
    font: bold 13px 'Segoe UI',Tahoma,Arial;
}

.admonfamilias dd {
    display: block;
    float: left;
    clear: right;
    width: 250px;
    text-align: left;
    font: normal 13px 'Segoe UI',Tahoma,Arial;
}

.admonfamilias .general-info {
    display: block;
    float: left;
    margin: 0 0 20px 20px;
    width: 500px;
}

    .admonfamilias .general-info .client-name {
        font: bold 28px 'Segoe UI',Tahoma,Arial;
        display: block;
        float: left;
    }

    .admonfamilias .general-info .client-code {
        font: bold 28px 'Segoe UI',Tahoma,Arial;
        display: block;
        float: left;
        clear: right;
        margin: 0 10px 0 0;
    }

    .admonfamilias .general-info .bank-reference {
        display: block;
        float: left;
        clear: both;
    }

        .admonfamilias .general-info .bank-reference .banamex {
            background: url("../images/banks/banamex.png") no-repeat;
            height: 16px;
            padding: 0 0 0 20px;
        }

        .admonfamilias .general-info .bank-reference .hsbc {
            background: url("../images/banks/hsbc.png") no-repeat;
            height: 16px;
            padding: 0 0 0 20px;
        }

        .admonfamilias .general-info .bank-reference .amex {
            background: url("../images/banks/american.png") no-repeat;
            height: 16px;
            padding: 0 0 0 20px;
        }

.admonfamilias .balance-info {
    display: block;
    float: left;
    margin: 0 0 20px 50px;
    clear: right;
}

.admonfamilias .address-info {
    display: block;
    float: left;
    margin: 0 0 0 20px;
    width: 500px;
    clear: left;
}

.admonfamilias .students-info {
    display: block;
    float: left;
    margin: 0 0 0 50px;
    clear: right;
}
/* =============================================================================
   Personalizar pago:
   ========================================================================== */
.personalizar_payments .info-payments {
    display: block;
    float: left;
    clear: right;
    width: 50%;
}

.personalizar_payments .info-restante {
    display: block;
    float: right;
    clear: right;
    width: 50%;
}

.personalizar_payments h2 {
    font: bold 13px 'Segoe UI',Tahoma,Arial;
    display: block;
    float: left;
    margin: 10px 0 5px 0;
    clear: both;
}

.personalizar_payments dl {
    display: block;
    float: left;
    clear: both;
}

.personalizar_payments dt {
    display: block;
    float: left;
    clear: left;
    width: 130px;
    font: bold 13px 'Segoe UI',Tahoma,Arial;
}

.personalizar_payments dd {
    display: block;
    float: left;
    clear: right;
    text-align: right;
    font: bold 13px 'Segoe UI',Tahoma,Arial;
}

.notas_credito .info-restante {
    display: block;
    float: right;
    clear: right;
    width: 50%;
}

.notas_credito h2 {
    font: bold 13px 'Segoe UI',Tahoma,Arial;
    display: block;
    float: left;
    margin: 10px 0 5px 0;
    clear: both;
}

.notas_credito dl {
    display: block;
    margin-left: 98px;
    clear: both;
}

.notas_credito dt {
    display: block;
    float: left;
    clear: left;
    width: 130px;
    font: bold 13px 'Segoe UI',Tahoma,Arial;
}

.notas_credito dd {
    display: block;
    float: right;
    clear: left;
    text-align: right;
    font: bold 13px 'Segoe UI',Tahoma,Arial;
    margin-right: 68px;
}
/* =============================================================================
   Estado de cuenta: 
   ========================================================================== */
.edocuenta .summarywrapper {
    padding: 0 10px;
    margin: 0 0 10px 0;
}

.edocuenta .summary span {
}

.edocuenta .summary {
    display: block;
    float: left;
    margin: 0 10px 0 0;
}

    .edocuenta .summary dt {
        display: block;
        float: left;
        clear: left;
        width: 100px;
    }

    .edocuenta .summary dd {
        display: block;
        float: left;
        clear: right;
    }

.edocuenta .client-detail dt {
    font: bold 16px 'Segoe UI',Tahoma,Arial;
}

.edocuenta .client-detail dd {
    font: bold 16px 'Segoe UI',Tahoma,Arial;
}

.edocuenta .summary h2 {
    font: bold 13px 'Segoe UI',Tahoma,Arial;
    display: block;
    float: left;
    margin: 10px 0 5px 0;
    clear: both;
}

.edocuenta .bank-reference .banamex {
    background: url("../images/banks/banamex.png") no-repeat;
    height: 16px;
    padding: 0 0 0 20px;
}

.edocuenta .bank-reference .hsbc {
    background: url("../images/banks/hsbc.png") no-repeat;
    height: 16px;
    padding: 0 0 0 20px;
}

.edocuenta .bank-reference .amex {
    background: url("../images/banks/american.png") no-repeat;
    height: 16px;
    padding: 0 0 0 20px;
}

.edocuenta .balance {
    display: block;
    float: right;
    margin: 0 0 0 20px;
}

    .edocuenta .balance dt {
        display: block;
        float: left;
        clear: left;
        width: 180px;
        font: bold 13px 'Segoe UI',Tahoma,Arial;
    }

    .edocuenta .balance dd {
        display: block;
        float: left;
        clear: right;
        /*width: 75px;*/
        text-align: right;
        font: normal 13px 'Segoe UI',Tahoma,Arial;
        margin: 0 20px 0 0;
    }

.edocuenta .subbalance {
    margin: 0 0 0 20px;
}

    .edocuenta .subbalance dt {
        width: 110px;
    }

.edocuenta .balance input {
    width: 130px;
    font: normal 13px 'Segoe UI',Tahoma,Arial;
    text-align: right;
    background: url("../images/icons/calendar-select.png") no-repeat scroll right 1px transparent;
    padding: 0 20px 0 0;
}

.month-picker {
    width: 150px;
}

/* =============================================================================
   Reportes: 
   ========================================================================== */

.mailing .mailwrapper {
}

    .mailing .mailwrapper .maildata {
        display: block;
        float: left;
        margin: 5px 0 0 5px;
        width: 270px;
        height: 490px;
    }

        .mailing .mailwrapper .maildata dt, .mailing .mailwrapper .maildata dd {
            width: 100%;
            float: left;
            clear: both;
            margin: 0 0 5px 0;
        }

            .mailing .mailwrapper .maildata dt span {
                font-weight: bold;
            }

            .mailing .mailwrapper .maildata dd input {
                width: 100%;
            }

            .mailing .mailwrapper .maildata dd select {
                width: 100%;
            }

            .mailing .mailwrapper .maildata dd .maillist {
                width: 100%;
                height: 230px;
            }

            .mailing .mailwrapper .maildata dd .attachlist {
                width: 100%;
                height: 120px;
            }

        .mailing .mailwrapper .maildata .delete {
            display: block;
            float: right;
            width: 16px;
            height: 16px;
            margin: 3px 0 0 3px;
            background: url(../images/icons/cross-small.png) no-repeat 0 0 transparent;
        }

        .mailing .mailwrapper .maildata .search {
            display: block;
            float: right;
            width: 16px;
            height: 16px;
            margin: 3px 0 0 3px;
            background: url(../images/icons/magnifier-small.png) no-repeat 0 0 transparent;
        }

    .mailing .mailwrapper .mailbody {
        display: block;
        float: right;
        margin: 5px 0 0 5px;
        width: 800px;
        height: 490px;
    }


.bandejasalida .mailwrapper .maildata .search {
    display: block;
    float: right;
    width: 16px;
    height: 16px;
    margin: 3px 0 0 3px;
    background: url(../images/icons/magnifier-small.png) no-repeat 0 0 transparent;
}

.bandejasalida .mailwrapper .mailbody {
    display: block;
    float: right;
    margin: 5px 0 0 5px;
    width: 800px;
    height: 490px;
}

/* =============================================================================
   Reportes: 
   ========================================================================== */
.reports .taskbar li.filterfiled {
    float: left;
    padding: 0;
}

    .reports .taskbar li.filterfiled:hover {
        background-color: #fff;
    }

    .reports .taskbar li.filterfiled input {
        width: 250px;
        background: url("../images/icons/magnifier-medium-left.png") no-repeat scroll right 1px transparent;
        margin: 1px 0 0 0;
        padding: 0 18px 0 5px;
    }

    .reports .taskbar li.filterfiled select {
        width: 250px;
        background: url("../images/icons/magnifier-medium-left.png") no-repeat scroll right 1px transparent;
        margin: 1px 0 0 0;
        padding: 0 18px 0 5px;
    }

.reports #optionsexport {
    width: 70px;
    position: absolute !important;
    z-index: 10;
    border-radius: 0;
}

    .reports #optionsexport li a {
        border: none;
    }

    .reports #optionsexport .excel {
        width: 16px;
        height: 16px;
        background: url("../images/icons/document-excel.png") no-repeat scroll 0 0 transparent;
        left: 0.2em;
        position: absolute;
        top: 0.2em;
    }

    .reports #optionsexport .pdf {
        width: 16px;
        height: 16px;
        background: url("../images/icons/document-pdf.png") no-repeat scroll 0 0 transparent;
        left: 0.2em;
        position: absolute;
        top: 0.2em;
    }

    .reports #optionsexport .ui-state-focus {
        border-radius: 0;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
        background-image: -webkit-linear-gradient(top, #fff, #eee);
        background-image: -moz-linear-gradient(top, #fff, #eee);
        background-image: -ms-linear-gradient(top, #fff, #eee);
        background-image: -o-linear-gradient(top, #fff, #eee);
        background-image: linear-gradient(top, #fff, #eee);
    }

.reports #optionsexportt {
    width: 70px;
    position: absolute !important;
    z-index: 10;
    border-radius: 0;
}

    .reports #optionsexportt li a {
        border: none;
    }

    .reports #optionsexportt .excel {
        width: 16px;
        height: 16px;
        background: url("../images/icons/document-excel.png") no-repeat scroll 0 0 transparent;
        left: 0.2em;
        position: absolute;
        top: 0.2em;
    }

    .reports #optionsexportt .pdf {
        width: 16px;
        height: 16px;
        background: url("../images/icons/document-pdf.png") no-repeat scroll 0 0 transparent;
        left: 0.2em;
        position: absolute;
        top: 0.2em;
    }

    .reports #optionsexportt .ui-state-focus {
        border-radius: 0;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
        background-image: -webkit-linear-gradient(top, #fff, #eee);
        background-image: -moz-linear-gradient(top, #fff, #eee);
        background-image: -ms-linear-gradient(top, #fff, #eee);
        background-image: -o-linear-gradient(top, #fff, #eee);
        background-image: linear-gradient(top, #fff, #eee);
    }

.reports #optionsexporttt {
    width: 70px;
    position: absolute !important;
    z-index: 10;
    border-radius: 0;
}

    .reports #optionsexporttt li a {
        border: none;
    }

    .reports #optionsexporttt .excel {
        width: 16px;
        height: 16px;
        background: url("../images/icons/document-excel.png") no-repeat scroll 0 0 transparent;
        left: 0.2em;
        position: absolute;
        top: 0.2em;
    }

    .reports #optionsexporttt .pdf {
        width: 16px;
        height: 16px;
        background: url("../images/icons/document-pdf.png") no-repeat scroll 0 0 transparent;
        left: 0.2em;
        position: absolute;
        top: 0.2em;
    }

    .reports #optionsexporttt .ui-state-focus {
        border-radius: 0;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
        background-image: -webkit-linear-gradient(top, #fff, #eee);
        background-image: -moz-linear-gradient(top, #fff, #eee);
        background-image: -ms-linear-gradient(top, #fff, #eee);
        background-image: -o-linear-gradient(top, #fff, #eee);
        background-image: linear-gradient(top, #fff, #eee);
    }

.reports #optionsexport4 {
    width: 70px;
    position: absolute !important;
    z-index: 10;
    border-radius: 0;
}

    .reports #optionsexport4 li a {
        border: none;
    }

    .reports #optionsexport4 .excel {
        width: 16px;
        height: 16px;
        background: url("../images/icons/document-excel.png") no-repeat scroll 0 0 transparent;
        left: 0.2em;
        position: absolute;
        top: 0.2em;
    }

    .reports #optionsexport4 .pdf {
        width: 16px;
        height: 16px;
        background: url("../images/icons/document-pdf.png") no-repeat scroll 0 0 transparent;
        left: 0.2em;
        position: absolute;
        top: 0.2em;
    }

    .reports #optionsexport4 .ui-state-focus {
        border-radius: 0;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
        background-image: -webkit-linear-gradient(top, #fff, #eee);
        background-image: -moz-linear-gradient(top, #fff, #eee);
        background-image: -ms-linear-gradient(top, #fff, #eee);
        background-image: -o-linear-gradient(top, #fff, #eee);
        background-image: linear-gradient(top, #fff, #eee);
    }


.optionsShortcuts {
    width: 100px;
    position: absolute !important;
    z-index: 10;
    border-radius: 0;
}

    .optionsShortcuts li a {
        border: none;
    }

    .optionsShortcuts .users {
        width: 16px;
        height: 16px;
        background: url("../images/icons/users.png") no-repeat scroll 0 0 transparent;
        left: 0.2em;
        position: absolute;
        top: 0.2em;
    }

    .optionsShortcuts .statement {
        width: 16px;
        height: 16px;
        background: url("../images/icons/mail-open-document-text.png") no-repeat scroll 0 0 transparent;
        left: 0.2em;
        position: absolute;
        top: 0.2em;
    }

    .optionsShortcuts .money {
        width: 16px;
        height: 16px;
        background: url("../images/icons/money-coin.png") no-repeat scroll 0 0 transparent;
        left: 0.2em;
        position: absolute;
        top: 0.2em;
    }

    .optionsShortcuts .invoice {
        width: 16px;
        height: 16px;
        background: url("../images/icons/invoice.png") no-repeat scroll 0 0 transparent;
        left: 0.2em;
        position: absolute;
        top: 0.2em;
    }

    .optionsShortcuts .ui-state-focus {
        border-radius: 0;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
        background-image: -webkit-linear-gradient(top, #fff, #eee);
        background-image: -moz-linear-gradient(top, #fff, #eee);
        background-image: -ms-linear-gradient(top, #fff, #eee);
        background-image: -o-linear-gradient(top, #fff, #eee);
        background-image: linear-gradient(top, #fff, #eee);
    }



.optionsdelete {
    width: 100px;
    position: absolute !important;
    z-index: 10;
    border-radius: 0;
}

    .optionsdelete li a {
        border: none;
    }

    .optionsdelete .all {
        width: 16px;
        height: 16px;
        background: url("../images/icons/clipboard-text.png") no-repeat scroll 0 0 transparent;
        left: 0.2em;
        position: absolute;
        top: 0.2em;
    }

    .optionsdelete .selected {
        width: 16px;
        height: 16px;
        background: url("../images/icons/clipboard-task.png") no-repeat scroll 0 0 transparent;
        left: 0.2em;
        position: absolute;
        top: 0.2em;
    }

    .optionsdelete .ui-state-focus {
        border-radius: 0;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
        background-image: -webkit-linear-gradient(top, #fff, #eee);
        background-image: -moz-linear-gradient(top, #fff, #eee);
        background-image: -ms-linear-gradient(top, #fff, #eee);
        background-image: -o-linear-gradient(top, #fff, #eee);
        background-image: linear-gradient(top, #fff, #eee);
    }


.optionsGenerate {
    width: 100px;
    position: absolute !important;
    z-index: 10;
    border-radius: 0;
}

    .optionsGenerate li a {
        border: none;
    }

    .optionsGenerate .discount1 {
        width: 16px;
        height: 16px;
        background: url("../images/icons/price-tag.png") no-repeat scroll 0 0 transparent;
        left: 0.2em;
        position: absolute;
        top: 0.2em;
    }

    .optionsGenerate .charge1 {
        width: 16px;
        height: 16px;
        background: url("../images/icons/coins.png") no-repeat scroll 0 0 transparent;
        left: 0.2em;
        position: absolute;
        top: 0.2em;
    }

    .optionsGenerate .ui-state-focus {
        border-radius: 0;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
        background-image: -webkit-linear-gradient(top, #fff, #eee);
        background-image: -moz-linear-gradient(top, #fff, #eee);
        background-image: -ms-linear-gradient(top, #fff, #eee);
        background-image: -o-linear-gradient(top, #fff, #eee);
        background-image: linear-gradient(top, #fff, #eee);
    }




.reports .optionsexport {
    width: 70px;
    position: absolute !important;
    z-index: 10;
    border-radius: 0;
}

    .reports .optionsexport li a {
        border: none;
    }

    .reports .optionsexport .excel {
        width: 16px;
        height: 16px;
        background: url("../images/icons/document-excel.png") no-repeat scroll 0 0 transparent;
        left: 0.2em;
        position: absolute;
        top: 0.2em;
    }

    .reports .optionsexport .pdf {
        width: 16px;
        height: 16px;
        background: url("../images/icons/document-pdf.png") no-repeat scroll 0 0 transparent;
        left: 0.2em;
        position: absolute;
        top: 0.2em;
    }

    .reports .optionsexport .ui-state-focus {
        border-radius: 0;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
        background-image: -webkit-linear-gradient(top, #fff, #eee);
        background-image: -moz-linear-gradient(top, #fff, #eee);
        background-image: -ms-linear-gradient(top, #fff, #eee);
        background-image: -o-linear-gradient(top, #fff, #eee);
        background-image: linear-gradient(top, #fff, #eee);
    }

.reports .optionssubmenu {
    width: 150px !important;
    position: absolute !important;
    z-index: 10;
    border-radius: 0;
}

    .reports .optionssubmenu li a {
        border: none;
    }

    .reports .optionssubmenu .fideicomisoicon {
        width: 16px;
        height: 16px; /*background: url("../images/icons/document-excel.png") no-repeat scroll 0 0 transparent;*/
        left: 0.2em;
        position: absolute;
        top: 0.2em;
    }

    .reports .optionssubmenu .ingresosicon {
        width: 16px;
        height: 16px; /*background: url("../images/icons/document-pdf.png") no-repeat scroll 0 0 transparent; left: 0.2em;*/
        position: absolute;
        top: 0.2em;
    }

    .reports .optionssubmenu .ui-state-focus {
        border-radius: 0; /*background-image : -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));*/
        background-image: -webkit-linear-gradient(top, #fff, #eee);
        background-image: -moz-linear-gradient(top, #fff, #eee);
        background-image: -ms-linear-gradient(top, #fff, #eee);
        background-image: -o-linear-gradient(top, #fff, #eee);
        background-image: linear-gradient(top, #fff, #eee);
    }

/* ==========================================================================
   non-semantic helper classes
   ========================================================================== */

/* For image replacement */
.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
}

    .ir br {
        display: none;
    }
/* Hide from both screenreaders and browsers*/
.hidden {
    display: none !important;
    visibility: hidden;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
    visibility: hidden;
}
/* Contain floats*/
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.hide {
    display: none;
}

.hiddencol {
    display: none;
}

.mini {
    width: 5%;
}

.ten {
    width: 10%;
}

.ten5 {
    width: 15%;
}

.twenty {
    width: 20%;
}

.thirty {
    width: 30%;
}

.thirty5 {
    width: 35%;
}

.fourty {
    width: 40%;
}

.fifty {
    width: 50%;
}

.sixty {
    width: 60%;
}

.seventy {
    width: 70%;
}

.eighty {
    width: 80%;
}

.ninety {
    width: 90%;
}

.hundreed {
    width: 100%;
}

.labelFamilia {
    font-weight: bold;
    font-size: 12px;
}

.frm-img {
    width: 20%;
    float: left;
}

.frm-form {
    width: 80%;
    float: right;
}

.txtPeriodo {
    width: 130px;
    font: normal 13px 'Segoe UI',Tahoma,Arial;
    text-align: right;
    background: url("../images/icons/calendar-select.png") no-repeat scroll right 1px transparent;
    padding: 0 20px 0 0;
}


.ms-options {
    min-height: 50px !important;
}

/* =============================================================================
   Loading: 
   ========================================================================== */

#loadinglayer {
    left: 0;
    overflow: hidden;
    top: 0;
    z-index: 9999;
    height: 100%;
    position: fixed;
    width: 100%;
    background: url("/resources/images/common/overlay.png") repeat scroll 0 0 #000;
    opacity: 0.9;
    display: none;
}

    #loadinglayer span {
        position: absolute;
        top: 45%;
        left: 30%;
        display: table-cell;
        vertical-align: middle;
        color: #fff;
        font: bold 13px "ColaborateThin";
        text-align: center;
        width: 300px;
    }

        #loadinglayer span img {
            display: block;
            margin: 10px auto;
        }


.ChckActivas label {
    text-align: right;
    margin-left: 2px;
}

.alumnos_dlg #cont-img {
    width: 25%;
}

    .alumnos_dlg #cont-img img {
        border: 1px;
        width: 100px;
        height: 100px;
        min-height: 100px;
        min-width: 100px;
    }

.jqGridtd {
    background-color: #ff4d66 !important;
    opacity: 1;
    color: #000 !important;
}

    .jqGridtd:hover {
        background-color: #ff4d66 !important;
        opacity: 1;
        color: #000 !important;
    }

.jqGridtdd {
    background-color: #FF6347 !important;
    opacity: 1;
    color: #FFF !important;
}

    .jqGridtdd:hover {
        background-color: #FF6347 !important;
        opacity: 1;
        color: #FFF !important;
    }

.consolidadomain .summary {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
}

    .consolidadomain .summary .TotaldeSobrantes {
        float: right;
        margin-right: 50px;
        background-color: #f2dede;
        border-color: #ebcccc;
        color: #a94442;
        width: 20%;
        text-align: center;
        border-radius: 2px;
    }

.detalle-pago .general-detalle {
    display: block;
    float: left;
}

.general-detalle dl {
    display: block;
    margin-left: 20px;
    clear: both;
}

.general-detalle dt {
    display: block;
    float: left;
    clear: left;
    font: bold 13px 'Segoe UI',Tahoma,Arial;
}

.general-detalle dd {
    clear: right;
    display: block;
    float: right;
    font: bold 13px "Segoe UI",Tahoma,Arial;
    margin-left: 85px;
    text-align: right;
}

.familysearch .rpt_notas {
    width: 65%;
    display: block;
    float: left;
    margin-top: 20px;
    clear: left;
}

.familysearch .rpt_origen {
    width: 35%;
    display: block;
    float: right;
    margin-top: 20px;
    clear: right;
}

.familysearch .rpt_notas .tbcontainer {
    display: block;
    float: right;
    clear: right;
    margin-right: 1px;
}

.familysearch .rpt_origen .tbcontainer {
    display: block;
    float: left;
    clear: left;
    margin-left: 1px;
}

.familysearch .descuentos {
    display: block;
    float: left;
    clear: left;
    width: 65%;
}

.familysearch .resumen {
    display: block;
    float: right;
    clear: right;
    width: 35%;
}

.familysearch .descuentos .tbcontainer {
    display: block;
    float: right;
    clear: right;
    margin-right: 1px;
}

.familysearch .resumen .tbcontainer {
    display: block;
    float: left;
    clear: left;
    margin-left: 1px;
}


.familysearch #frm-recibos {
    float: left;
    clear: left;
    width: 440px;
}


.fade.in {
    opacity: 1;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}


.comportamiento .info_cliente {
    clear: left;
}

.grafica {
    display: block;
    margin: 30px 20px 0;
    width: 750px;
    height: 500px;
}

    .grafica #grafica {
        margin-left: 250px;
    }


.abono .datos {
    float: left;
    width: 30%;
}

.abono .frm {
    float: right;
    width: 70%;
}

.frm-ventas div {
    float: left;
    display: block;
}

.abono dl {
    display: block;
    float: left;
    clear: both;
}

.abono dt {
    display: block;
    float: left;
    clear: left;
    width: 130px;
    font: bold 13px 'Segoe UI',Tahoma,Arial;
}

.abono dd {
    display: block;
    float: left;
    clear: right;
    width: 250px;
    text-align: left;
    font: normal 13px 'Segoe UI',Tahoma,Arial;
}

.abono .datos img {
    border-radius: 5px;
    width: 70%;
}


.ventas .datos {
    float: left;
    width: 19%;
    border-right: 1px dashed #999;
}

.ventas .frm {
    float: right;
    width: 80%;
}

.ventas dl {
    display: block;
    float: left;
    clear: both;
}

.ventas dt {
    display: block;
    float: left;
    clear: left;
    width: 130px;
    font: bold 13px 'Segoe UI',Tahoma,Arial;
}

.ventas dd {
    display: block;
    float: left;
    clear: right;
    width: 250px;
    text-align: left;
    font: normal 13px 'Segoe UI',Tahoma,Arial;
}

.ventas .datos img {
    border-radius: 5px;
    width: 50%;
}

.frm-ventas div label {
    display: block;
    float: left;
    font-weight: bold;
    margin: 3px 10px;
}

.frm-ventas div input {
    display: block;
    float: left;
    font-weight: bold;
}


.center {
    margin-left: 20px;
    margin-right: auto;
}

.dialogo .totales {
    background-color: transparent;
    border: 0px solid;
    width: 64px;
    color: #4f6b72;
    font: bold 16px 'Verdana';
    float: right;
}



.dialogo .fsdatatotal {
    padding: 5px 10px;
    float: right;
    display: block;
    margin: 10px 10px 10px 10px;
    clear: both;
}

    .dialogo .fsdatatotal label {
        float: left;
        width: 110px;
        margin-top: 4px;
    }

    .dialogo .fsdatatotal span {
        float: right;
        font: bold 14px 'Verdana';
    }

    .dialogo .fsdatatotal > div {
        min-height: 33px;
        width: 100%;
    }


.familysearch .tbrubros {
    width: 40%;
    display: block;
    float: left;
    margin-top: 20px;
    clear: left;
}

.familysearch .tbpagos {
    width: 40%;
    display: block;
    float: right;
    margin-top: 20px;
    clear: right;
}

.alert-card {
    float: right;
    clear: right;
    width: 35%;
}



/* .slideThree */
.slideThree {
    width: 100px;
    height: 26px;
    background: #9da3a7;
    position: relative;
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}

    .slideThree:after {
        content: 'NO';
        color: #fff;
        position: absolute;
        right: 10px;
        z-index: 0;
        font: 12px/26px Arial, sans-serif;
        font-weight: bold;
        text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.15);
    }

    .slideThree:before {
        content: 'SI';
        color: #fff;
        position: absolute;
        left: 10px;
        z-index: 0;
        font: 12px/26px Arial, sans-serif;
        font-weight: bold;
    }

    .slideThree label {
        display: block;
        width: 34px;
        height: 20px;
        cursor: pointer;
        position: absolute;
        top: 3px;
        left: 3px;
        z-index: 1;
        background: #fcfff4;
        background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        border-radius: 50px;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    }

    .slideThree input[type=checkbox] {
        visibility: hidden !important;
    }

        .slideThree input[type=checkbox]:checked + label {
            left: 60px !important;
        }

/* end .slideThree */

/*Info facturas colores*/

.jqgridRojo {
    background: rgb(211, 38, 38) !important;
    color: #fff !important;
}

    .jqgridRojo:hover {
        background-color: rgb(211, 38, 38) !important;
        color: #fff !important;
    }


.jqgridNaranja {
    background: rgba(219, 96, 34, 0.7) !important;
    color: #fff !important;
}

    .jqgridNaranja:hover {
        background-color: rgba(219, 96, 34, 0.7) !important;
        color: #fff !important;
    }

.jqgridNaranja1 {
    background: rgba(211, 135, 0, 0.62) !important;
    color: #fff !important;
}

    .jqgridNaranja1:hover {
        background-color: rgba(211, 135, 0, 0.62) !important;
        color: #fff !important;
    }


.jqgridRosa {
    background: rgba(139, 223, 105, 0.62) !important;
    color: #fff !important;
}

    .jqgridRosa:hover {
        background-color: rgba(139, 223, 105, 0.62) !important;
        color: #fff !important;
    }


.tablaColores {
    width: 100%;
    display: block;
    margin: -10px 2px 0 0;
}

    .tablaColores div {
        float: right;
        width: auto;
        padding: 2px;
        display: table;
        margin: -10px 2px 0 0;
    }

.frozen-bdiv {
    overflow: hidden !important;
}
/*End info */



.dashboard .print {
    background: url(../images/icons/printer.png) no-repeat 0 0 transparent;
    padding: 0 0 0 18px;
}

.maildata ul li {
    font-size: 13px !important;
    font-weight: bold !important;
    margin: 5px !important;
}

.maildata .pagination {
    font-size: 13px !important;
    font-weight: bold !important;
}




  



    .h1 h1 {
        margin: auto 0;
        text-align: center;
    }
