/** #################################### REDISEñO DEL LOGIN - FEBRERO DE 2020 #################################### */

/* COLOR DEL TOPBAR (IAZQUIERDO)- NEGRO */
.layout-wrapper .topbar .topbar-left {
	background-color:rgb(0, 0, 0)!important;
}

.topbar-right {
	height:76px; 
	width:200px;
	background-color: #1b4245 !important;
	align-items:center;
	display:flex; 
	flex-direction:column; 
	flex-wrap:wrap; 
	justify-content:space-around; 
	color:white;
}

.topbar-left {
/* 	padding-top: 10px; */
}

.topbar.clearfix{
	background: rgb(0, 0, 0)!important;
}

body .layout-wrapper{
	margin-top:0px;
}

.layout-wrapper .layout-menu {
	top:116px;
}

.topbar .wrapper{
	display: flex; 
	justify-content: space-between; 
}


.app-header{
	height:76px; 
	display:flex; 
	justify-content:space-between; 
	color:rgb(0, 0, 0);
	align-items:center;
	padding-left:35px;
	background:#313131;
	
}

.app-header .main{
	font-size:14px; 
	font-weight:bold;
}

.app-header .main{
	font-size:14px; 
	font-weight:bold;
}



@media (min-width: 640px) {
	body, .layout-wrapper{
		margin-top:0px;
	}
	
	.layout-wrapper .layout-menu {
		top:75px;
	}
		
	.app-header{
		position:inherit;
		align-items:flex-start;
		color:#FFFFFF; /** COLOR DE LETRA DEL TOPBAR */
	}
	
	.app-header .main{
		font-size:16px; 
		font-weight:bold;
	}
	
}

@media (min-width: 1025px) {
		.app-header .main{
		font-size:18px; 
		font-weight:bold;
	}
}

/* Temporal*/




.layout-wrapper .layout-menu.layout-menu-dark {
    background-color: rgb(41, 56, 70);
}

.layout-wrapper .topbar .topbar-right #topbar-menu-button {
	color:#1ab394;	
}

.layout-wrapper .topbar .topbar-right .topbar-items .search-item input {
		border-color:#727475!important;
}

.layout-wrapper .topbar .topbar-right .topbar-items .search-item label {
		color:#727475!important;
}

.layout-wrapper .topbar .topbar-right #menu-button {

    position: absolute;
    top: 18px;
    left: 230px;

}

@media (min-width: 1025px){
	.layout-wrapper .topbar-items > li .topbar-icon {
    	color: #727475!important;
	}
}


.app-menu{
/* 	height:60px;  */
	display:flex; 
	justify-content:end; 
	color:rgb(0, 0, 0);
	align-items:center;
	padding-right:50px;
	background:#004043;
	
}

