﻿body {
    margin: 0;
    padding-top: unset;
    font-family: 'Verdana';
}

/* Main content */
.main {
    margin-left: 200px; /* Same as the width of the sidenav */
    font-size: 20px; /* Increased text to enable scrolling */
    padding: 0px 10px;
}

/* Add an active class to the active dropdown button */
.active {
    background-color: #5ba9f3;
    color: white;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
    float: right;
    padding-right: 8px;
}

div.content {
    margin-left: 200px;
    padding: 1px 16px;
    height: 1000px;
}

div.loginContent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); /* IE 9 */
    -webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
}

.custom-file-input ~ .custom-file-label::after {
    content: "Elegir";
}

.img-wrap {
    position: relative;
}

    .img-wrap .close {
        position: absolute;
        top: 2px;
        right: 2px;
        z-index: 100;
    }

.modal-footer, .modal-header, .modal-body {
    background-color: #e9ecef;
}

.modal-header h4 {
    color:black;
}

@media screen and (max-width: 700px) {
    div.content {
        margin-left: 0;
    }
}

@media screen and (max-width: 400px) {
    
    h3.panel-title{
        font-size:1em;
    }
}