﻿ 

.erp_login {
    margin-left: 300px;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}

.position-relative {
    position: relative !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.topnav{
    overflow:hidden;
}

.topnav a{
    float:left;
    text-align:center;
    padding:14px 16px;
    text-decoration:none;
    font-size:16px;
}
.topnav a:hover{
    background-color:lightblue;
    color:black;
}

.topnav a.active{
    background-color:green;
    color:white;
}

.sidenav {
    height: 100%; /* 100% Full-height */
    width: 23%; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #123880; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 20px; /* Place content 20px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    display: inline;

    
}

    .sidenav li {
        position: relative;
        color:black;
    }
 /* The navigation menu links */
    .sidenav a {
        padding: 4px 4px 4px 16px;
        text-decoration: none;
        font-size: 18px;
        color: black;
        display: block;
        transition: 0.3s; 
        
    }
        /* When you mouse over the navigation links, change their color */
  .sidenav {
            color: #cdccdb;   
        }
.dropdown {
    /*padding: 15px 0px;*/
    position: relative;
    /*display:contents;*/
    /*gap: 7px;*/
    margin-left:13px;   
}

.dropdown-content {
    /*display: none;
    position: absolute;
    left: 0px;
    top:5em;
    max-height:auto;*/
    /*  min-width:100px;*/
    /*box-shadow: 0px 4px 12px rgba(0,0,0,0.1);*/
    /*padding: 15px 15px;*/
    /*z-index: 2;*/
    display: none;
    position: absolute;
    left: 0px;
    top: 3em;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.1);
    z-index: 2;
    flex-grow: 1;
    
}

.dropdown:hover .dropdown-content {
    display: none;
    height: auto;
    padding-top: 0px;
    margin-top: -40px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: black;
    background-color:cornflowerblue;
    position:relative;
    
}

.dropdown a {
    /*display: flex;*/
    justify-content: space-around;
    /*align-items: center;*/
    padding: 2px;
    text-decoration: none;
    color: #333;
    vertical-align:auto;
    height:auto;
    
}
.dropdown li a:hover{
    background-color:white;
    color:black;
}

.dropdown a:hover {
    background-color:cornflowerblue;
    color: black;
    
}

.responsive {
    width: 60%;
    height: auto;

}
@media only screen and (max-width: 768px) {
    html,
    body {
        width: 100%;
        overflow-x: hidden;
    }
}
    /* Position and style the close button (top right corner) */
    

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
  
}
#main_1 {
    transition: margin-left .5s;
     
}
/*.home_button {
 
 
    font-size: 12px;
    color: #f1f1f1;
    border-radius: 20px;
    border: 1px solid #4731ea;
    display: block;
    margin-bottom: 3px;
    color: #fff;
    text-align: center;
}*/
#et-info {
    width: 100%;
    padding-bottom: 0;
    
}
 
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 12px;
        }
}

     

 .fCard_1{
     height:300px;
     width:500px;
 }
         