.scrollable-h.row {
    overflow-x: auto;
    white-space: nowrap;
}

.img_perfil_modal {
    max-width: 200px;
    max-height: 250px;
}

#fileToUpload {
    min-height: 50px;
}

.white-popup {
    position: relative;
    background: #2A3F54;
    /*padding: 40px;*/
    width: auto;
    max-width: 60%;
    margin: 20px auto;
    text-align: center;
    /*padding-top: 30px;*/
    /*padding: inherit;*/
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

.white-popup .btn {
    /*position: absolute;*/
    top: 50%;
    left: 50%;
    transform: translate(0, -85%);
    -ms-transform: translate(-50%, -50%);
    /*background-color: #555;
    color: white;*/
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
}

.white-popup img {
    /*position: absolute;*/
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    border: none;
    text-align: center;
}

.white-popup .btn:hover {
    background-color: black;
}

.img_class {
    max-width: 500px;
}

.login {
    background-position: 50% 20%;
    background-image: url("../images/logo-ircs-act.svg");
}

[type="date"] {
    background: #fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png) 97% 50% no-repeat;
}

[type="date"]::-webkit-inner-spin-button {
    display: none;
}

[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}


/* custom styles */

body {
    padding: 4em;
    background: #e5e5e5;
    font: 13px/1.4 Geneva, 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}

label {
    display: block;
}

input {
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    background-color: #fff;
    padding: 3px 5px;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.1);
    width: 190px;
}