body {
	background: white !important;
}
.toolbar {
	background: #6c757d;
}
.sombra {
	box-shadow:  0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.btn-group > .btn {
	border-radius: 0px !important;
}
.btn-group > .btn:focus{
	box-shadow: none !important;
}
.gris {
	color: gray;
}
.rojo{
	color: red;
}
.verde{
	color: green;
}
.amarillo{
	color: orangered;
}
.toolbar-info {
	width: 100%;
	text-align: right;
	color: white;
	padding-left: 16px;
	padding-right: 16px;
	line-height: 2.5;
	white-space: nowrap;
}

@media screen and (max-width: 1000px) {
	.toolbar  {
		overflow-x: scroll;
	}
	.info-bar{
		overflow-x: scroll;
	}
	}

.col-btn{
	width: 40px;
}

#img-upload{
    width: 100%;
}

#img-preview{
	max-width: 100%;
	height: auto;
	border-bottom: none;
	max-height: 250px;
	display: block;
	margin: auto;
	margin-bottom: 8px;
}

#img-player{
	height: 140px !important;
	border-radius: 50%;
	object-fit: cover;
	width: 140px !important;
	margin: auto;
	display: block;
	margin-bottom: 8px;
}

.btn-dual{
	width: 100%;
}
.btn-dual > .btn{
	width: 50%;
}
.search{
	background: #3f444bcb;
	color: white;
	border: none !important;
	padding-left: 8px;
	padding-right: 8px;
	width: 165px;
	border: 1px #6c757d solid ;
}
.toolbar-select{
	background: #343a40;
	color: white;
	min-width: 150px;
	padding-left: 8px;
	padding-right: 8px;
	border-left: none;	
	border-top: none;	
	border-bottom: none;	
	border-right: 2px #6c757d solid;
}
.toolbar-select-btn{
	background: #6c757d;
	color: white;
	min-width: 150px;
	padding-left: 8px;
	padding-right: 8px;
	border-left: none;	
	border-top: none;	
	border-bottom: none;	
	border-right: 2px rgb(200, 200, 200) solid;
}

.info-bar{
	background:#455A64;
	height: 30px;
}

.info-bar > div > span{
	color: rgb(230, 230, 230);
	padding-left: 16px;
	padding-right: 16px;
	line-height: 2;
	white-space: nowrap; 
	font-size: 15px;
	display: inline-block;
	position: relative;
}

.ul-none {
	list-style-type: none;
  }

.tab-input{
	border: white 1px solid;
	height: 25px;
	padding-left: 4px;
	padding-right: 4px;
	line-height: 1;
}
.toolbar div button{
	border-right: grey 2px solid;
}
#app {
	animation: fadein 2s;
}
 @keyframes fadein {
 from {
 opacity:0;
}
 to {
 opacity:1;
}
}

.bg-dark{
	background: #24292e !important;
}

h1, h2, h3, h4, h5, h6{
	color: #24292e !important;
}

.unlisted{
	list-style-type: none;
	margin-bottom: 0px;
}
.unlisted > li{
	text-indent: -2em;
}

#card{
	background: rgb(7, 166, 230);
	color: white;
	text-align: center;
}

#card > .card-value{
	padding: 8px;
	font-size: 50px;
}

#card > .card-title{
	background: rgb(212, 212, 212, 0.5);
	padding: 4px;
}