body {
	background: white;
}

.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;
	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 {
	width: auto;
	max-width: 188px;
	object-fit: cover;
	object-position: center;
	height: 188px !important;
	display: block;
	margin-bottom: 8px;
}

#img-pos {
	width: 200px;
	height: 350px !important;
	display: block;
	margin-bottom: 8px;
}

.btn-dual {
	width: 100%;
}

.btn-dual>.btn {
	width: 50%;
}

.search {
	border: none !important;
	padding-left: 8px;
	padding-right: 8px;
	width: 165px;
}

.toolbar-select {
	min-width: 150px;
	padding-left: 8px;
	padding-right: 8px;
	border-left: none;
	border-top: none;
	border-bottom: none;
}

.toolbar-select-btn {
	min-width: 150px;
	padding-left: 8px;
	padding-right: 8px;
	border-left: none;
	border-top: none;
	border-bottom: none;
}

.info-bar {
	height: 30px;
}

.info-bar>div>span {
	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: 1px rgb(169, 169, 169) solid;
}

#app {
	animation: fadein 2s;
}

@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.fadeIn {
	animation: fadein 1s;
}

.bg-dark {
	background: #34495E !important;
}

h1, h2, h3, h4, h5, h6 {
	color: #34495E !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;
}

.table td {
	white-space: nowrap;
	vertical-align: middle !important;
}

.table th {
	vertical-align: middle;
}

.btn {
	border-radius: 0px;
}

.form-control, .alert, .modal-content, .dropdown-menu, .nav-tabs .nav-link, .navbar-toggler {
	border-radius: 0px !important;
}

.btn-ml {
	margin-left: 0.9px !important;
}

.w-1 {
	min-width: 60px !important;
}

.w-2 {
	min-width: 80px !important;
}

.bg-dark, .bg-light, .btn-light {
	background: #273746 !important;
	color: white !important;
}

.btn-light {
	border-color: #273746;
}

.middle {
	text-align: center;
	vertical-align: middle !important;
}

.num-rom {
	font-family: 'Donegal One', serif;
}

@media print {
	.no-print, .no-print * {
		display: none !important;
	}
}

.br-line {
	white-space: normal !important;
	word-wrap: break-word;
}

.img-sistema {
	width: 100%;
}

.w-80 {
	min-width: 60px !important;
	max-width: 60px !important;
}
