/* Error de minimización. Devolviendo el contenido no minimizado.
(245,1): run-time error CSS1019: Unexpected token, found '}'
 */
.splash {
    text-align: center;
    margin: 10% 0 0 0;
}

.splash .message {
    font-size: 5em;
    -webkit-text-shadow: 2px 2px rgba(0, 0, 0, 0.15);
    text-shadow: 2px 2px rgba(0, 0, 0, 0.15);
    text-transform: uppercase;
}

.splash .icon-spinner {
    text-align: center;
    display: inline-block;
    font-size: 5em;
    margin-top: 50px;
}

.navbar-fixed-top {
    z-index: 100;
}

.navbar-fixed-top .navbar-inner {
    padding-left: 1em;
    padding-right: 1em;
}

.navbar-fixed-top .icon-home {
    font-size: 18px
}

.loader {
    margin: 6px 8px 4px 8px;
    visibility: hidden;
}

.loader.active {
    visibility: visible;
}

.modalBlockout {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    
    pointer-events: auto;
    
    -webkit-backface-visibility: hidden;
    
    -webkit-transition: opacity 0.1s linear; 
	-moz-transition: opacity 0.1s linear; 
	-o-transition: opacity 0.1s linear;
	transition: opacity 0.1s linear; 
}

.modalHost {
    top: 50%;
    left: 50%;
    position: fixed;
    opacity: 0;
    
    -webkit-backface-visibility: hidden;

    -webkit-transition: opacity 0.1s linear; 
	-moz-transition: opacity 0.1s linear; 
	-o-transition: opacity 0.1s linear;
	transition: opacity 0.1s linear;
}

.messageBox {
    background-color: white;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    min-width: 300px;
}

@media all {
    body {
        padding-top: 50px;
    }

    .perspectiva {
        position: absolute;
        border: 1px solid #000;
    }

    .nombrePerspectiva {
        color: #000;
        font-weight: bold;
        margin-top: 5px;
        margin-left: 10px;
    }

    .perspectivaActions {
        position: absolute;
        right: 10px;
        top: 5px;
    }

    .palanca {
        position: absolute;
        background-color: #FFF;
        text-align: center;
        -moz-box-shadow: 3px 3px 10px #666;
        -webkit-box-shadow: 3px 3px 10px #666;
        -o-box-shadow: 3px 3px 10px #666;
        box-shadow: 3px 3px 10px #666;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        font-size: 11px;
    }

    .palanca .nombre {
        color: #FF0000;
    }

    .palanca > table {
        margin: 0px auto;
        font-size: 9px;
        width: 95%;
    }

    .table td.celdaNumero {
        text-align: right;
    }

    .icon-unshare {
        background-position: 0 -168px;
    }

    .splashbox {
        background: rgba(183,222,237,1);
        background: -moz-linear-gradient(top, rgba(183,222,237,1) 0%, rgba(113,206,239,1) 22%, rgba(33,180,226,1) 85%, rgba(183,222,237,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(183,222,237,1)), color-stop(22%, rgba(113,206,239,1)), color-stop(85%, rgba(33,180,226,1)), color-stop(100%, rgba(183,222,237,1)));
        background: -webkit-linear-gradient(top, rgba(183,222,237,1) 0%, rgba(113,206,239,1) 22%, rgba(33,180,226,1) 85%, rgba(183,222,237,1) 100%);
        background: -o-linear-gradient(top, rgba(183,222,237,1) 0%, rgba(113,206,239,1) 22%, rgba(33,180,226,1) 85%, rgba(183,222,237,1) 100%);
        background: -ms-linear-gradient(top, rgba(183,222,237,1) 0%, rgba(113,206,239,1) 22%, rgba(33,180,226,1) 85%, rgba(183,222,237,1) 100%);
        background: linear-gradient(to bottom, rgba(183,222,237,1) 0%, rgba(113,206,239,1) 22%, rgba(33,180,226,1) 85%, rgba(183,222,237,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7deed', endColorstr='#b7deed', GradientType=0 );
        border-radius: 10px 10px 10px 10px;
        -moz-border-radius: 10px 10px 10px 10px;
        -webkit-border-radius: 10px 10px 10px 10px;
        border: 0px solid #000000;
        -webkit-box-shadow: 10px 10px 19px 0px rgba(0,0,0,1);
        -moz-box-shadow: 10px 10px 19px 0px rgba(0,0,0,1);
        box-shadow: 10px 10px 19px 0px rgba(0,0,0,1);
        padding-bottom: 50px;
    }

    .splashbox .splashmessage {
        margin-top: 80px;
        font-size: 5em;
        -webkit-text-shadow: 2px 2px rgba(0, 0, 0, 0.15);
        text-shadow: 2px 2px rgba(0, 0, 0, 0.15);
        text-transform: uppercase;
        line-height: normal;
    }

    .popnotif {
        top: 35px;
        left: -160px;
        width: 350px;
    }

    .notificacion {
        cursor: pointer;
    }

    .btn-blink {
        -webkit-animation-name: buttonPulse;
        -moz-animation-name: buttonPulse;
        -o-animation-name: buttonPulse;
        animation-name: buttonPulse;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        -o-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        -o-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    @-webkit-keyframes buttonPulse {
        0% {
            opacity: 0.5;
        }

        50% {
            opacity: 1;
        }

        100% {
            opacity: 0.5;
        }
    }

    @-moz-keyframes buttonPulse {
            0% {
                opacity: 0.5;
            }

            50% {
                opacity: 1;
            }

            100% {
                opacity: 0.5;
            }
        }

    @keyframes buttonPulse {
            0% {
                opacity: 0.5;
            }

            50% {
                opacity: 1;
            }

            100% {
                opacity: 0.5;
            }
        }
}

@media only screen and (max-width: 767px) {
    /* Force table to not be like tables anymore */
    .table.responsive,
    .table.responsive thead,
    .table.responsive tbody,
    .table.responsive tfoot,
    .table.responsive th,
    .table.responsive td,
    .table.responsive tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        .table.responsive thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

        .table.responsive tr {
            border: 1px solid #ccc;
        }

        .table.responsive td {
            /* Behave  like a "row" */
            border: none;
            border-bottom: 1px solid #eee;
            position: relative;
            padding-left: 50%;
            white-space: normal;
            text-align: left;
        }

            .table.responsive td:before {
                /* Now like a table header */
                position: absolute;
                /* Top/left values mimic padding */
                top: 6px;
                left: 6px;
                width: 45%;
                padding-right: 10px;
                white-space: nowrap;
                text-align: left;
                font-weight: bold;
            }

            /*
	Label the data
	*/
            .table.responsive td:before {
                content: attr(data-title);
            }
}

