@font-face {
    font-family: 'NeoSansPro';
    font-weight: normal;
    font-style: normal;
    src: url('/fonts/NeoSansPro-Regular.ttf') format('truetype');
}

html {
    font-family: 'NeoSansPro';
    font-size: 14px !important;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: 'NeoSansPro' !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'NeoSansPro', sans-serif;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.profile,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.profile {
    background-color: #007bff;
    color: #fff;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #677380;
    color: #fff;
}

[class*="sidebar-dark-"] .nav-treeview>.nav-item>.nav-link.active,
[class*="sidebar-dark-"] .nav-treeview>.nav-item>.nav-link.active:focus,
[class*="sidebar-dark-"] .nav-treeview>.nav-item>.nav-link.active:hover {
    background-color: #677380;
    color: #fff;
}

.uppercase {
    text-transform: uppercase;
}

.alert {
    margin-top: 3px;
    padding: 5px;
}

.list-group-item {
    min-height: 100px;
}

.qq-uploader {
    min-height: 100px;
}

table.table-elecciones>tbody>tr>th {
    vertical-align: middle;
}

.elecciones-box {
    width: 500px;
    margin: 7% auto;
}

.padding-lr-20 {
    padding-left: 20px;
    padding-right: 20px;
}

table.table>tbody>tr>td {
    vertical-align: middle;
}

label.alert {
    padding: 5px;
    margin: 5px 0 0;
}

.sorting.no-sort::after {
    display: none!important;
}

.sorting.no-sort {
    pointer-events: none!important;
    cursor: default!important;
}

.btn-selectpicker {
    color: #000;
    background-color: #fff;
    border-color: #d2d6de;
}

.row-table-selected {
    background-color: #dff3ff;
}

[data-toggle="collapse"] .fa:before {
    content: "\f146";
}

[data-toggle="collapse"].collapsed .fa:before {
    content: "\f0fe";
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #000 !important;
}