﻿.icono-valing-center {
    vertical-align: middle;
    margin-top: -0.125em
}

.ball-pulse > div {
    background: #1495bf;
}


.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-menu {
    background-color: #fff;
    border: 1px solid #1495bf;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 3px 20px;
    line-height: 24px;
    width: 100%;
}

    .tt-suggestion:hover {
        cursor: pointer;
        color: #fff;
        background-color: #1495bf;
    }

    .tt-suggestion.tt-cursor {
        color: #fff;
        background-color: #0097cf;
    }

    .tt-suggestion p {
        margin: 0;
    }

.twitter-typeahead {
    width: 100%
}

#barraaceptacion {
    display: none;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-bottom: 20px;
    width: 100%;
    text-align: center;
    min-height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    z-index: 99999;
}

.inner {
    width: 100%;
    position: absolute;
    padding-left: 5px;
    font-family: verdana;
    font-size: 12px;
    top: 30%;
}

    .inner a.ok {
        padding: 4px;
        color: #1495bf;
        text-decoration: none;
    }

    .inner a.info {
        padding-left: 5px;
        text-decoration: none;
        color: #f8ac59;
    }

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #10bbea;
    color: white;
}

.nav-pills > li > a {
    border-radius: 0.25rem;
    margin-right: 10px;
    padding: 10px;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

    .nav-pills > li > a:hover {
        background-color: rgba(16,187,234,0.6);
        color: white;
    }

.btn-custom {
    background-color: #4CAF50;
    color: white;
    border-radius: 20px;
    padding: 10px 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    transition: background-color 0.2s ease-in-out;
}

    .btn-custom:hover {
        background-color: #45a049;
    }

.btn-custom-yellow {
    background-color: #deb326;
    color: white;
    border-radius: 20px;
    padding: 10px 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    transition: background-color 0.2s ease-in-out;
}

    .btn-custom-yellow:hover {
        background-color: #c7a022;
    }

@media (max-width: 768px) {
    .ibox-title h2 {
        font-size: 16px;
    }

    .nav-pills {
        display: block;
        width: 100%;
    }

    .profileImg {
        width: 50px;
        height: 50px;
    }
}