@media(max-width:767px) {
    #mundoR-footer,.mundoR-footer {
        padding: 20px 20px;
        margin-right: -20px;
        margin-left: -20px;
    }
}
.modal-body > .row {
    margin: 0px;
}
.dropdown-menu {
    z-index: 999999;
}
.alignform {
    position: relative; bottom: 4px;
}

.faded {
    color: #999999;
}
.highlight {
    font-weight: bold;
}
.icon-fire {
    position: relative;
    top: 0.15em;
}

.icon-style-yellow {
    color: yellow;
    text-shadow: 0px 1px 3px #333, -1px -1px 2px #fFF;

}

.lateral-margin-5 {
    margin-left: 5px;
    margin-right: 5px;
}

.mundoR-footer {
    padding-top: 30px;
    padding-bottom: 30px;
    min-height:100px;
    background-color: #393939;
    background-image: -moz-linear-gradient(top,#464646 0,#252525 100px);
    background-image: -ms-linear-gradient(top,#464646 0,#252525 100px);
    background-image: -webkit-gradient(linear,0 0,0 100px,from(#464646),to(#252525));
    background-image: -webkit-linear-gradient(top,#464646 0,#252525 100px);
    background-image: -o-linear-gradient(top,#464646 0,#252525 100px);
    background-image: linear-gradient(top,#464646 0,#252525 100px);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#464646 0',endColorstr='#252525 100px',GradientType=0);
}

@media only screen and (max-width: 550px) {

    /* Force table to not be like tables anymore */
    #no-more-tables table, 
    #no-more-tables thead, 
    #no-more-tables tbody, 
    #no-more-tables th, 
    #no-more-tables td, 
    #no-more-tables tr { 
        display: block; 
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #no-more-tables tr { border: 1px solid #ccc; }

    #no-more-tables td { 
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        padding-left: 50%; 
        white-space: normal;
        text-align:left;
        /*    overflow: hidden; */
    }

    #no-more-tables 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
    */
    #no-more-tables td:before { content: attr(data-title); }
}


.input-ip {
    width: 125px;
}
.input-puertos {
    width: 80px;
}


.autocomplete-suggestions-wl { background-color: #FFFFFF; position:absolute; top:0px; left:0px; margin:6px 0 0 6px; /* IE6 fix: */ _background:none; _margin:1px 0 0 0; }
.autocomplete-suggestions { box-shadow: 3px 3px 3px #ccc; border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden; }
.autocomplete-suggestions .selected { background:#F0F0F0; }
.autocomplete-suggestions div { padding:2px 5px; white-space:nowrap; overflow:hidden; }
.autocomplete-suggestion {
    padding-bottom: 2px;
}
.autocomplete-suggestion:hover {
    background-color: #f30;
    color: #FFF
}

.autocomplete-suggestion:focus {
    background-color: #f30;
    color: #FFF
}

.mini-loader {
    padding-left: 22px;
    margin-left: 5px;
    margin-right: 5px;
}
.mini-loader-loading {
    display: inline-block;
    height: 18px;
    background-image: url('../preloader.gif');
    background-position: 3px 12px;
    background-repeat: no-repeat;
    background-size: 32px 32px;
}
.mini-loader-ok {
    color: green;
    width: 22px;
    padding-left: 5px;
}
.mini-loader-ko {
    color: red;
    width: 22px;
    padding-left: 5px;
}


#canle {
    width: auto;
    position: relative;
}


.text-green{        
        color: #309E3B;
}

.text-error{
        color: #b94a48;        
}