﻿
.box_all {
    /*background-image: url('Images/Fondo_site.png') !important;*/
    background-color: #FAFBFD;
    background-position: top !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}
.sidebar {
    /*background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('Images/Fondo_1.png') !important;*/
    background-position: center !important;
    background-size: cover !important;
    background-color: #A6000E ;
    /*background-color: rgba(0,0,0,0.8);*/
    overflow-y: hidden !important;
    overflow-x: hidden !important;
}
.logo_litte {
    /* background-image: url('Images/SVG/logo-DBank-rojo-horizontal.svg');  */
    height: 28px;
    width: 28px;
    background-size: cover;
}

#bg_fondoMain {
    /*background-image: url('Images/Login_bg.png') !important;*/
    background-color: #EC111A;
    background-position: top !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}
.foto_user {
    background-image: url('img/user.png');
    height: 35px;
    width: 35px;
    background-size: cover;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(3, 2, 2, 0.55);
    border-radius: 1px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}

/* Change the appearence of the selection */
.select2-container .select2-selection--single .select2-selection__rendered {
    background-color: #EC111A !important;
    color: white !IMPORTANT;
    text-align: center;
    font-size: 80%;
    width: contain;
    border-radius: 30px;
}

/* Change the appearence of the search results container */
.select2-results {
    font-size: 80%;
}

