﻿.checkbox {
    margin-bottom: 0px;
}

.btn {
    border-radius: 0px;
}

    .btn:focus,
    .btn:active:focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn.active.focus {
        outline: none;
    }

.btn-lg, .btn-group-lg > .btn {
    border-radius: 0px;
}

.btn-link {
    padding: 5px 10px 0px 0px;
    color: #95a5a6;
}

    .btn-link:hover, .btn-link:focus {
        color: #2c3e50;
        text-decoration: none;
    }

.glyphicon {
    top: 0px;
}

.form-control {
    border-radius: 0px;
}

.table {
    font-size   : 0.8em;
}

.error {
    color: red;
    font-weight: bold;
    font-size: 0.9em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 1px;
}

.container {
    min-height:500px;
}

.input-group-addon {
    border-radius: 0;
}

.bg-primary, btn-primary, alert-primary {
    background-color: #0082CA !important;
}

.bg-info, btn-info, alert-info {
    background-color: #7BADD3 !important;
}

.bg-secondary, btn-secondary, alert-secondary {
    background-color: #CE009F !important;
}

.bg-danger, btn-danger, alert-danger {
    background-color: #A32036 !important;
}

.bg-warning, btn-warning, alert-warning {
    background-color: #FBB05C !important;
}

.bg-success, btn-success, alert-success {
    background-color: #A2CF5F !important;
}

.text-primary {
    color: #9d1d36 !important;
}

.text-info {
    color: #7BADD3 !important;
}

.text-secondary {
    color: #CE009F !important;
}

.text-danger {
    color: #A32036 !important;
}

.text-warning {
    color: #FBB05C !important;
}

.text-success {
    color: #A2CF5F !important;
}

.text-magenta {
    color: #aa308d;
}

.text-guindo {
    color: #882049;
}

.text-morado {
    color: #674a8f;
}

.text-verde {
    color: #b1cd49;
}

.text-celeste {
    color: #9fd0d0;
}

.text-naranja {
    color: #e8af5d;
}

.text-amarillo {
    color: #f9de67;
}