

#transparencia {
    position: fixed;
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.3);
    /*background-color: rgba(255,255,255,0.5);*/
    z-index: 1999;
    text-indent: -9999px;
}

#panel_loading {
    display: none;
    position: fixed;
    top: 25%;
    left: 50%;
    margin-left: -150px;
    width: 300px;
    height: auto;
    z-index: 9999;
}

    #panel_loading #imagen {
        width: 300px;
        padding: 24px;
        border: 1px solid lightgray;
        background-color: rgba(236, 236, 236, 1);
    }

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

/*----------------------------------------*/
/*  22. 404 Page css
/*----------------------------------------*/
.error-main-text > h4 {
    background: #f5f5f5 none repeat scroll 0 0;
    display: inline-block;
    font-size: 22pt;
    font-weight: 700;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 80px;
}

.error-bottom-text > p {
    margin: 0;
}

.error-main-text > h1 {
    font-size: 140px;
    margin: 0;
}

.error-bottom-text > p {
    color: #009AA8;
}

.error-text {
    position: relative;
}

.black-btn {
    background: #333333 none repeat scroll 0 0;
    color: #ffffff;
    padding: 5px 10px;
}

    .black-btn:hover {
        background: #ed1b24 none repeat scroll 0 0;
        color: #ffffff;
    }

.form-group .btn-clear, .form-group .btn-over {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 2;
    margin: 0;
}

.form-group .btn-clear-map {
    position: absolute;
    top: 20px;
    right: 1px;
    z-index: 2;
    margin: 0;
}

.logo-rounder {
    width: auto;
    height: 42px;
    border-radius: 50%;
    border: solid 1px lightgray;
}

.logo-xs-rounder {
    width: auto;
    height: 64px;
    border-radius: 50%;
    border: solid 1px lightgray;
}

.img-96-rounder {
    width: 64px;
    height: 64px;
    border-radius: 50%;
}