@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100&display=swap');

.login-page{
    background: #454e59;
}
.login-page h3{
    width: 350px;
    text-align: center;
    margin: 100px auto 50px;
    color: #fff;
}
.login-box{
    width: 350px;
    margin:100px auto;
}
.login-box .card .card-header{
    text-align: center;
}
.login-box #loginbtn{ 
    position: absolute;
    right: 20px;
    background: #5CCDDE;
    color: #ffffff;
    border-color: #5CCDDE;
    border:none;
}
#loginbtn i{
    font-size: 10px;
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    background: #EBEEF2; 
}

.wrapper {
    /*display: flex;
    width: 100%;
    align-items: stretch;*/
}

#sidebar {
    width: 100%;
    background: #454E59;
    z-index: 2; 
    min-height: 100vh;
    height: 100%;
    margin-top: 50px;
    position: absolute;
    /*min-width: 250px;
    width: 100%;
    max-width: 250px;
    min-height: 100vh;
    max-height: 300vh;
    background: #454E59;
    color: #fff;
    transition: all 0.3s;    
    margin-top: 50px;*/
}
#sidebar.active{
    margin-left: -250px;
    /*min-width: 50px;
    max-width: 50px;*/
}
#navbar {
    /*min-width: 250px;
    max-width: 250px;
    min-height: 100vh;*/
    background: #454E59;
    color: #fff;
    transition: all 0.3s;    
}
#navbar.active{
    margin-left: -250px;
}

.sidebar-header {
    padding: 0 5px;
    background: #5CCDDE;
    min-height: 50px;
}
.sidebar-header a i{
    margin-right: 10px;
}

a.sidebar-title{
	font-weight: 600;
    color: #ffffff;
}
a.sidebar-title span{
	font-weight: 400!important;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #5CCDDE;
}
#sidebar ul p {
    color: #fff;
    padding: 10px;
}
#sidebar ul li a { 
	font-family: 'lato', sans-serif;
    padding: 0 20px;
    min-height: 40px;
    line-height: 40px;
    display: block;
    color: #acb5bf;
}
#sidebar ul li a i{ 
	margin-right: 10px;
}
#sidebar ul li a:hover {
    color: #ffffff;
}
#sidebar .collapse{
    /*padding-left: 15px;*/
}
#sidebar .collapse li a span{
    padding-left: 15px;
}
#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
}
ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #58606A;
}
a[data-toggle="collapse"] {
    position: relative;
}
.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
#navbarDropdown::after{
	display: none;
}
.dropdown-menu .dropdown-item:focus{
    background: #eee;
}
.content{
	width: 100%;
    background: #EBEEF2; 
    margin-top: 50px;
}
header.navbar{ 
    position: absolute;
	background: #5ccdde!important;
	padding: 0px 20px 0 0; 
    height: 50px; 
    width: 100%;
}
header #sidebarCollapse{
	min-height: 50px;
	border-radius: 0;
	background: #5ccdde!important;
    border:none;
    box-shadow: none;
    margin-left: 30px;
}
header #sidebarCollapse:hover{
    background: #4EAEBD!important;
}
header #user_img{
	width: 35px;
	height: 35px; 
    border-color: #ffffff;
    padding: 1px;
}
header.navbar .navbar-nav .nav-item{
    /*padding: 5px 20px!important;*/
}
header.navbar .navbar-nav .nav-item .nav-link{
    color: #ffffff!important;     
    margin-top: 5px;                                                                                                   
}
header.navbar .navbar-nav .nav-item .nav-link i{
    margin-top: 10px;                                                                                                   
}
header .dropdown-menu{ 
    top: 50px;
    right: 0;
    left: unset;
    border-radius: 0;
}

.page-content{
    padding: 20px;
}

.widget-content{
    background: #ffffff;
    /*margin: 20px 10px;*/
    padding: 15px 20px;
}
.widget-content .widget-icon{
    background: #060;
    width: 65px;
    height: 65px;
    color: #fff;
    text-align: center;
}
.widget-content .widget-icon i{    
    margin-top: 15px;
}
.widget-content .widget-heading{
    position: absolute;
    right: 35px;
    top: 15px;
}
.widget-content .widget-title{
    position: absolute;
    right: 35px;
    top: 60px;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #999;
}

.page-breadcumb{
    background: #ffffff;
    padding: 15px;
    border-bottom: solid 1px #eee;
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.15);
}
.page-breadcumb h4{
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.card-header h5{
    text-transform: uppercase;
    font-family: 'Lato', sans-serif; 
    font-size: 14px;
}

.btn{
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.modal-header{
    background: #fafafa;
}
.modal-title{
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}
.modal-footer{
    display: block;
}

.form-error{ 
    display: none;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.5px;
    color: #d00;
    font-weight: 600;
}
.input-error{ 
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.5px;
    color: #d00;
    font-weight: 600;
}

#alert_message, #alert_error{
    display: none;
}

.form-control{
    font-size: 14px;
}


.product-box{
    border-color: #17a2b8; 
    box-shadow: 0 0 2px 0px rgba(0,0,0,0.50); 
    margin-bottom: 30px;
}
.product-box .card-header{
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 0.5px;
    border-radius: 0;
}
.product-box .list-group-item{
    text-align: center;
}

@media (max-width: 768px) {
    #navbar { 
        position: absolute;
        margin-left: -250px;
        z-index: 10001;
    }
    #navbar.active {
        margin-left: 0;
    }
}