﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 5%;
    color: rgb(115, 115, 115);
    text-align: center;
    opacity: 1;
}

.carousel-control-next-icon:after {
    content: '>';
    font-size: 40px;
    font-stretch: narrower;
    font-weight: bold;
    color: #4D8A6C;
}

.carousel-control-prev-icon:after {
    content: '<';
    font-size: 40px;
    font-stretch: narrower;
    font-weight: bold;
    color: #4D8A6C;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat 0%;
    background-size: 100% 100%;
}

div.calendarTitle {
    font-size: 30px;
}

.calendarDayActive {
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: #4D8A6C;
    display: block;
    top: 11px;
    left: -5px;
    position: absolute;
    z-index: -1;
    backface-visibility: hidden;
}

/*Formato personal Formularios*/
.btn, control-label, .bmd-label, .form-control, .bmd-form-group .checkbox label, .bmd-form-group .radio label, .bmd-form-group label, label, .bmd-form-group .bmd-label-static {
    font-size: 16px;
    color: darkslategray;
}

.modal .modal-dialog {
    margin-top: 0px;
    max-width: 400px;
}

/*Header*/
.masthead {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 35rem;
    padding: 15rem 0;
    background: linear-gradient(to bottom,rgba(22,22,22,.3) 0,rgba(22,22,22,.7) 75%,#161616 100%),url(../im/bg-masthead.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}


a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 16px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

calendarDaysLabel {
    color: rgb(115, 115, 115);
    text-align: center;
    font-size: 16px;
    font-family: "kotex light", Helvetica, Roboto, Arial, sans-serif;
    text-transform: uppercase;
    padding: 0.5em;
    min-width: 33px;
}
