
#logo{
	max-height: 50px;
	box-shadow: 0 0 1px 5px #dfe6f0;
	padding-left: 7px;
	padding-right: 7px;
	background: white;
	border-radius: 5px;
}

.svg{
	max-height: 50px;
	max-width: 110px;
	box-shadow: 1px 2px 2px #3C3C3C;
	padding-left: 7px;
	padding-right: 7px;
	background: white;
	border-radius: 5px;
	position: absolute;
	margin-top: 17px;
	margin-left: 30px;
}

.navbarSupportedContent{
	border-radius: 5px;
	box-shadow: 0 0 5px;
	padding-left: 2px;
}

.log-o{
	-webkit-transition-duration:0.5s;
	 cursor: pointer;
}

.log-o:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}


.etiquetas-responsivas {
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow:hidden;
}

.h-text {
	color: #3C3C3C;
	font-weight: bold;
}

.lst-card{
	box-shadow: 0 2px 1px gray;
	width: 16rem;
	display: inline-block;
	margin: 10px;
}

.lst-card:hover{
	box-shadow: 0 2px 5px gray;
}

#lienzo{
	margin-left: 10%;
	margin-right: 10%;
	background: white;
	min-height: 600px;
}

.headers{
	background: #F5F5F5;
	text-align: left;
	padding: 12px;
}

#search-rs{
	width: 227px; 
	border: solid 1px #efeded; 
	position: fixed;
	background: white;
	border-radius: 5px;
	overflow:auto;
	max-height: 200px;

}


.toogle-c{
	background:#e0e0e0;
	text-align: center;
}

.toogle-c:hover{
	background: #CBCBCB;
}

.full-card {
	width: 90%;
}


.boxes{
	display: inline-table;
	margin: 25px 25px 25px 25px;
}



body{
	background: #efeded;
}

@media (max-width: 1260px){
	#lienzo{
		margin-left: 3%;
		margin-right: 3%;
	}
}


@media (max-width: 800px){
	/*
	#menu-lateral{
		display: none;
	}*/
	#lienzo{
		margin-left: 0px;
		margin-right: 0px;
	}
}

@media (max-width: 500px){

	.table-cell{
		min-width: 280px;
		max-width: 301px;
	}

	html{
		background: white;
	}

	.lst-card{
		margin: 0px;
	}

	.boxes{
		margin-bottom: 15px;
	}

}


/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}