body{
	font-family: sans-serif !important;
}

h2 span {
	font-size: 0.6em;
}

.checkbox label, .radio label {
	cursor: default;
}
.checkbox input, .radio input {
	cursor: pointer;
}


a.socia_anterior_siguiente{
	color: white;
	float: left;
	margin-right: 25px;
}

.dashboard .boton-principal{
    border: none;
	line-height: 50px;
	box-shadow: 0px 3px #ababab;
	background-color: #e4e4e4;
	font-weight: bold;
	color: grey;
}

.dashboard .boton-principal:hover {
	background: #9588b8;
	color: white;
}

.dashboard .boton-principal.disabled:hover{
	background-color: #e4e4e4;
	color: grey;
}

.table{
	width: 100%;
}
table#dataTableBuilder img{
	max-height: 100px;
	max-width: 100px;
}
.morado{
	background-color: #9588b8 !important;
	color: white !important;
}

.morado-borde{
	background-color: #9588b8 !important;
	border-color: #7962b7 !important;
	color: white !important;
}

.morado-texto{
	color: #9588b8 !important;
}

.gris-header{
    background-color: #808080 !important;
	color: white !important;
}
.gris{
	background-color: #989898 !important;
}

.gris-claro{
	background-color: #e6e6e6 !important;
}

.blanco{
	background-color: #fff;
}

.mb-50{
	margin-bottom:50px;
}
.mb-30{
	margin-bottom:30px;
}
.mb-10{
	margin-bottom:10px;
}

.mt-20{
	margin-top:20px;
}
.ml-30{
	margin-left:30px;
}

.img-thumbnail{
	width: 80%;
    margin-left: 10%;
}

.panel-heading h3 {
    margin-top: 6px;
    margin-bottom: 6px;
}

table td i.fa{
	font-size: 1.5em;
	padding-right: 0.3em;
}

table td i.fa-eye{
	color:green;
}

table td i.fa-edit{
	color:blue;
}

table td i.fa-eraser{
	color:red;
}

.tabla-estilos .row{
    padding: 0.5em 0;
    border-bottom: 1px solid #eee;
}

.row.odd{
    background: #f9f9f9;
}

.panel .cabecera{
padding: 1.5em 1em;}

.panel .cabecera h2, .cabecera a{
display: inline;
}

.panel .cabecera a.btn{
float: right;
}

a {
color: #9588b8;
}

a:focus, a:hover {
color: #2a009c;
}

.link-listas{
	overflow: hidden;
}

.link-listas .panel-title{
	float: left;
}

.link-listas div{
	float: right;
}

/*** talleres - eventos ***/
select#formaPago.form-control {
	width: auto;
	float: left;
	max-width: 100%;
}

.eventos-notas input[type=checkbox],
.eventos-notas input[type=radio] {
	/* margin: 4px 0 0; */
	margin-top: 1px\9;
	line-height: normal;
	height: 29px;
	/* border: none; */
	box-shadow: none;
}
