/*================================================================================
	Item Name: Materialize - Material Design Admin Template
	Version: 5.0
	Author: PIXINVENT
	Author URL: https://themeforest.net/user/pixinvent/portfolio
================================================================================

NOTE:
------
PLACE HERE YOUR OWN CSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.align-center-card-items{
    text-align:center;
    margin:10px 0px 10px 0px;
}

.profile-button,.upload-button,.edit-button{line-height:1;}

@media only screen and (max-width: 600px){
	.profile-button i,.upload-button i,.edit-button i {
	    font-size: 29px;
	    position: relative;
	    top: 12px;
	}
}
@media only screen and (max-width: 300px){
	.sidenav-main .brand-sidebar .brand-logo {
    	display:none;
	}
}

@media only screen and (max-width: 250px){
	.notification-button {
    	display:none;
	}
}
.login-button{
    
}
#main.fade{
	opacity:0;
	transition:opacity 0.6s ease-out;
}
#preloader_page_icontext_container{
	display:none;
	opacity:0;
	transition:opacity 0.6s ease-in;
}
#preloader_page_icontext_container.open{
	position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 99;
    transition:opacity 0.5s ease-out;
    opacity:1;
}
#preloader_page_icontext_container.open #preloader_page_icontext_content{
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	height:100%;
	background-image:url('../../images/preloader/preloader.gif');
	background-position:center center;
	background-repeat:no-repeat;
	padding-top:100px;
}

.flex-table{display:flex;flex-direction:column;width:100%;}
.flex-row{display:flex;flex-direction:row;flex:1;padding:5px 10px 5px 15px;;}
.flex-row:nth-child(odd){background-color:#fafafa;}
.flex-cell{display:flex;flex:0.3;align-items: center;}
.flex-cell.title{
	flex: 1;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    align-items: flex-start;
}
.flex-cell.title .subtitle{display:flex;color:#999;font-size:0.9rem;}
	
}
	
@media (max-width: 550px) {
	.flex-cell{flex:0.2;}
}