@import url('https://fonts.googleapis.com/css?family=Aldrich&display=swap');

/*LOGIN*/

.bg {
    background-image: url("/img/bg-login.jpg");
    background-size: auto;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000000cc;
}

.login-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 100vh;
    max-height: 100vh;
    min-width: 100vw;
    max-width: 100vw;
    padding: 2em;
    filter: brightness(1);
}


.special-card img {
    display: block;
    margin: 0 auto;
}


.logo-container-med {
    background-color: #3f3e3e !important;
    opacity: 1 !important;
    width: 160px;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
    margin: -8px;
}

.logo-container-med img {
    width: 90px;
    height: 70px;
    display: block;
    margin: 0 auto;

}


/* ADMIN INDEX */
.zoom {
    background-color: #295ca9 !important;

}

.zoom a {
    text-decoration: none !important;
    color: #1fc9d0;
}

.zoom a:hover {
    color: #ffffff !important;
    -webkit-transition: color 400ms linear;
    -ms-transition: color 400ms linear;
    transition: color 400ms linear;
}

.zoom:hover {
    background-color: #295ca9 !important;
    transform: scale(1.03);
    transition: transform .5s;
}

/* ListJS */

ul.pagination li a {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: 8px;
    line-height: 1.25;
    color: #3072d4 !important;
    background-color: #dfdfdf;
    border: 3px solid #cccccc;
    border-radius: 5px;
}

ul.pagination-color li a {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: 8px;
    line-height: 1.25;
    color: #111111 !important;
    font-weight: bold;
    background-color: #ffffff;
    border: 1px solid #a0a0a0;
    border-radius: 5px;
}

ul.pagination li a:hover {
    color: #111111 !important;
    text-decoration: none;
    background-color: #bcbcbc;
    border-color: #a0a0a0;
}


.no-result {
    color: #3072d4 !important;
    text-decoration: none;
    font-family: 'Aldrich', sans-serif;
}


/*Select2*/

.select2 {
    width: 100% !important;
}

.bg-green{
    background-color: #0A6332;
}

.ag-header-cell-label{
    color:#3072d4;
    font-weight: bold;
}


/*SIDE BAR*/

.wrapper {
    display: flex;
    width: 100%;
    margin-left:-35px ;
    align-items: stretch;
}

.content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    min-height: 100vh;
    background: #367adf;
    color: #efefef;
    transition: all 0.3s;
}



.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.dropdown-hover:hover{
    background-color: #295ca9;
    color: #1fc9d0;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}


#sidebar ul.components {
    padding: 20px 0;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #295ca9;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #295ca9;
}

ul ul a {
    font-size: 0.9em !important;
}
