
#login {
    width:500px;
    float:left;
    padding:10px;
}

h1, h2, h3, h4, h5, h6 {
    color: black !important;
    font-weight: bold;
}
.h11 {
    font-size: 36;
    color: #e6e6e6;
    font-weight: bold;
    font-family: arial;
}
body {
    font-family: Arial;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000000;
    background-color: #FFFFFF;
}

.info {
    background-color: #666666;
}

.card-body {
    background-color: transparent !important;
    padding:5px;
}

.card {
    background-color: #fbfbfb;
}

.page-header {
    border-bottom: 0px;
    margin: 40px 0px 0px;
    padding-bottom: 5px;
}

.navbar {
    border: none;
    min-height: auto;
    margin-bottom: 20px;
    box-shadow: 0px 0px 0px;
}

.navbar-custom {
    background-color: lightskyblue;
}

.navbar-brand {
    color: black;
}

.nav-link {
    color: grey;
    font-weight: 1000;
}

.table-calendario > thead > tr > th,
.table-calendario > tbody > tr > td,
.table-calendario > tbody {
    border-bottom: 1px solid #d3d7cf;
}

.table-calendario {
    padding: 20px;
}

input {
    height: 28px;
    font-size: 12px;
    border-radius: 3px;
    padding: 5px;
    /* text-align: center; */
}

select {
    height: 24px;
    font-size: 12px;
    border-radius: 3px;
    border: 0px;
    padding: 5px;
}

label {
    font-weight: bold;
    margin-bottom: 0px;
}

.form-label {
    margin-bottom: 0px;
}

.form-select {
    font-size: 12px;
    height: 28px;
}

.form-control {
    min-height: 28px;
    font-size: 12px;
    padding: 10px;
}

caption {
    caption-side: top;
    font-size: 26px;
    font-weight: bold;
}

.btn-group-xs > .btn, .btn-xs {
    padding: 5px 5px;
    font-size: 12px;
    line-height: 12px;
    border-radius: 2px;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 5px;
    font-size: 12px;
    line-height: 12px;
    border-radius: 2px;
}

a {
    color: darkcyan;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: lightskyblue;
}

ul.pagination {
    color: green;
}

.pagination {
    font-size: 12px;
    border-radius: 4px;
    color: #0066cc;
}

.Pendiente {
    color: red;
}

.Realizada {
    color: green;
}


