/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16-04-2014, 11:55:09 AM
    Author     : mrojas
*/

#HandlerBlackOut {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1053;
    display: none
}

#HandlerBlackOut .overlay_black {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5)
}

#HandlerBlackOut .overlay_black .container_overlay {
    position: absolute;
    top: 45%;
    height: 50px;
    text-align: center;
    width: 300px;
    left: 50%;
    margin-left: auto;
    margin-right: auto
}

#HandlerBlackOut .overlay_black .container_overlay .image_overlay {
    width: 80px;
    height: 50px;
    float: left
}

#HandlerBlackOut .overlay_black .container_overlay .text_overlay {
    font-size: 1.3em;
    color: #fff;
    text-shadow: 0 0 3px #000
}

#HandlerBlackOut .overlay_black .container_overlay .text_overlay_min {
    font-size: 1.1em;
    color: #e3e3e3;
    text-shadow: 0 0 3px #000;
    margin-top: 10px;
}

.bubblingG {
    text-align: center;
    width: 80px;
    height: 50px
}

.bubblingG span {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin: 25px auto;
    background: #d42020;
    -moz-border-radius: 50px;
    -moz-animation: bubblingG 1.1s infinite alternate;
    -webkit-border-radius: 50px;
    -webkit-animation: bubblingG 1.1s infinite alternate;
    -ms-border-radius: 50px;
    -ms-animation: bubblingG 1.1s infinite alternate;
    -o-border-radius: 50px;
    -o-animation: bubblingG 1.1s infinite alternate;
    border-radius: 50px;
    animation: bubblingG 1.1s infinite alternate
}

#bubblingG_1 {
    -moz-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s
}

#bubblingG_2 {
    -moz-animation-delay: .33s;
    -webkit-animation-delay: .33s;
    -ms-animation-delay: .33s;
    -o-animation-delay: .33s;
    animation-delay: .33s
}

#bubblingG_3 {
    -moz-animation-delay: .66s;
    -webkit-animation-delay: .66s;
    -ms-animation-delay: .66s;
    -o-animation-delay: .66s;
    animation-delay: .66s
}

@-moz-keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
        background-color: #d42020;
        -moz-transform: translateY(0)
    }
    100% {
        width: 24px;
        height: 24px;
        background-color: #dedede;
        -moz-transform: translateY(-21px)
    }
}

@-webkit-keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
        background-color: #d42020;
        -webkit-transform: translateY(0)
    }
    100% {
        width: 24px;
        height: 24px;
        background-color: #dedede;
        -webkit-transform: translateY(-21px)
    }
}

@-ms-keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
        background-color: #d42020;
        -ms-transform: translateY(0)
    }
    100% {
        width: 24px;
        height: 24px;
        background-color: #dedede;
        -ms-transform: translateY(-21px)
    }
}

@-o-keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
        background-color: #d42020;
        -o-transform: translateY(0)
    }
    100% {
        width: 24px;
        height: 24px;
        background-color: #dedede;
        -o-transform: translateY(-21px)
    }
}

@keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
        background-color: #d42020;
        transform: translateY(0)
    }
    100% {
        width: 24px;
        height: 24px;
        background-color: #dedede;
        transform: translateY(-21px)
    }
}

.tabwitherror a {
    box-shadow: 0 -3px 0 #e5474d !important
}