body {
    /*padding-top: 65px;*/
}

/* .navbar-inverse .nav li a {font-size:inherit;} */
.loading {
    background: url(../../images/loader.gif) no-repeat center center;
    height: 200px;
    display: none;
}

tr.danger {
    /*color: darksalmon;*/
}

@media only screen and (max-width: 767px) {

    .paginate_button.previous {
        display: none;
    }

    .paginate_button.next {
        display: none;
    }

    .paginate_button {
        display: inline;
    }

    #anac_logo {
        height: 22px;
    }

    .navbar-brand {
        margin-top: 0px;
    }

}

table tbody a {
    text-decoration: none;
}

table.dataTable {
    font-size: small;
}

.navbar-inverse .nav li a {
    /* font-size: medium; */
}

.label a,
.label a:hover {
    color: white;
    text-decoration: none;
}

table span.label {
    padding: 2px 3px 2px;
}

span#versionbreak {
    display: block;
    font-style: italic;
    color: #ffffff;
    background-color: #5a5a5a;
}

.dataTables_wrapper {
    padding: 15px 5px 5px;
}

.navbar-brand {
    margin-top: 11px;
    margin-bottom: 0px;
}
/*
.navbar {
    height: 72px;
}
*/
.panel {
    margin-bottom: 30px;
    margin-top: 30px;
}

#userinfo {
    text-transform: none;
}

.filetoolcanvas {
    padding: 20px 0px 5px;
}

#fileselector {
    height: 450px;
    /*overflow-y: scroll;*/
}

.select2 {
    width: 100% !important;

}

.docs-colores span {
    color: #fff;
    text-align: center;
    margin: 0 20px 20px 20px;
    width: 90px;
    height: 90px;
    border-radius: 90px;
    padding-top: 35px;
    display: block;
    float: left;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: medium;
    font-weight: bold;
}

.list {
    list-style: none;
}


div#convencion-help.modal-body {
    font-size: small;
}

.outdated {
background: lightsteelblue;
opacity: 0.5;
}