@media (min-width: 768px) {
	#sideToogle {
		display: block;
		border-bottom: 1px solid #e7e7e7;
		padding: 2px 0;
		text-align: right;
	}

	#sideToogle a {
		display: inline-block;
		padding: 2px 8px;
	}

	.navbar-default.sidebar.sbHide {
		margin-left: -202px;
	}

	.navbar-default.sidebar.sbHide ul {
		display: none;
	}

	#page-wrapper.sbHide {
		margin-left: 28px;
	}
}

.container {
	max-width: 100% !important;
}

/* #sideToogle {
	display: none;
} */

.fontSmall {
	font-size: 13px;
}

.font11 {
	font-size: 11px;
}

.font12 {
	font-size: 12px;
}

.padding0 {
	padding: 0px !important;
}

.padding5 {
	padding: 5px !important;
}

.paddingLeft10 {
	padding-left: 10px !important;
}

.paddingLeft15 {
	padding-left: 15px !important;
}

.paddingLeft20 {
	padding-left: 20px !important;
}

.paddingRight10 {
	padding-right: 10px !important;
}

.paddingRight20 {
	padding-right: 20px !important;
}

.paddingTop5 {
	padding-top: 5px;
}

.paddingTop10 {
	padding-top: 10px;
}

.paddingTop20 {
	padding-top: 20px;
}

.paddingBottom0 {
	padding-bottom: 0px !important;
}

.paddingBottom5 {
	padding-bottom: 5px;
}

.margin0 {
	margin: 0px;
}

.marginLeft0 {
	margin-left: 0px !important;
}

.marginLeft10 {
	margin-left: 10px !important;
}

.marginLeft20 {
	margin-left: 20px;
}

.marginRight5 {
	margin-right: 5px !important;
}

.marginRight10 {
	margin-right: 10px !important;
}

.marginRight20 {
	margin-right: 20px;
}

.marginBottom10 {
	margin-bottom: 10px !important;
}

.marginBottom20 {
	margin-bottom: 20px;
}

.marginBottom0 {
	margin-bottom: 0px !important;
}

.marginBottom5 {
	margin-bottom: 5px;
}

.marginBottom-15 {
	margin-bottom: -15px;
}

.marginTop0 {
	margin-top: 0px;
}

.marginTop5 {
	margin-top: 5px;
}

.marginTop10 {
	margin-top: 10px !important;
}

.marginTop20 {
	margin-top: 20px !important;
}

.marginTop30 {
	margin-top: 30px;
}

.w100 {
	width: 100%;
}

.wAuto {
	width: auto;
}

.table-border-top thead tr th {
	border-top: 2px solid #ddd !important;
}

.menuSecundario .panel-heading {
	font-weight: bold;
}

.negritas {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.ln1 {
	line-height: 1;
}

.help-block.with-errors {
	font-size: 0.85em;
	margin-bottom: 0;
}

.help-block.with-errors ul {
	margin-bottom: 0;
}

.menuSecundario .panel-heading,
.menuSecundario .list-group-item {
	padding: 4px 10px;
	font-size: 12px;
}

.btn.badge {
	font-weight: normal;
	padding: 2px 10px;
	min-width: 70px;
}

.cat-equipos {
	padding-top: 5px;
	transition: all 0.5s;
}

.cat-equipos:hover {
	background-color: #f5f5f5;
}

.cat-equipos .btn {
	margin-top: -2px;
}

.btn-group-circle {
	display: flex;
}

.table.table-middle TD,
.table.table-middle TH {
	vertical-align: middle;
}

.tabla-fecha {
	width: 200px;
	display: inline-block;
}

.tabla-cancha {
	width: 52px;
	display: inline-block;
}

.tabla-botones {
	width: 86px;
}

.tabla-info {
	width: 350px;
}

.inputSmall {
	margin: auto;
	width: 70px;
}

.puntajeJugador {
	display: inline-block;
}

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

.typeahead.dropdown-menu {
	width: 65%;
}

/*estilos por modulos*/
.caja {
	border: solid 1px #ddd;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

fieldset.scheduler-border {
	border: 1px groove #fff !important;
	padding: 0 1.4em 1.4em 1.4em !important;
	margin: 0 0 1.5em 0 !important;
	-webkit-box-shadow: 0px 0px 0px 0px #000;
	box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
	font-size: 1.2em !important;
	font-weight: bold !important;
}

.icon-success {
	color: #900;
}

.icon-pdf {
	color: #d73902;
}

.icon-excel {
	color: #33cd02;
}

.progress_barra {
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #ca0505;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	text-align: center;

	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: width 0.6s ease;
	-o-transition: width 0.6s ease;
	transition: width 0.6s ease;
}

.progress {
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	color: #fff;
	background-color: #cc3a3a;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

#loading {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: fixed;
	display: block;
	opacity: 0.7;
	background-color: #fff;
	z-index: 99;
	text-align: center;
}

#loading-image {
	position: absolute;
	top: 40%;
	left: 50%;
	z-index: 100;
}

.v-dialog {
	box-shadow: none !important;
	border-radius: 2px;
	margin: 24px;
	overflow-y: auto;
	pointer-events: auto;
	transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	width: 100%;
	z-index: inherit;
}

#page-wrapper {
	padding: 0;
	min-height: 568px;
	background-color: #fff;
}

@media only screen and (max-width: 767px) {
	#sippName {
		display: none;
	}
}

.modalImagenEspecificacionVista {
	position: sticky;
	top: 2rem;
	margin-top: -240vh !important;
}

.imagenesEtapa {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.img-tratado_ev {
	min-width: 8rem;
	height: auto !important;
}

[v-cloak] {
	display: none;
}