#radioBtn .notActive{
    color: #3276b1;
    background-color: #fff;

}

 td>input[type=checkbox] {
	visibility: hidden !important;
}

.check-column:last-child{
/*#the-list th:last-child, #the-list td:first-child{
*//*.page-title-Profesores{*/
	width: auto !important;
}

#main main {
	z-index: 5000;
}

.form-control-prof {
    display: block;
    width: 30px;
    height: 34px;
}

.divlogin{
	width: 50%;
	#border: Solid 1px;
	margin:0 auto;
}

.divimg{
	border: 1px solid #bbb; 
	width: 150px;
	height: 130px;
}

.imgprof{
	width: 147px;
	height: 127px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 100%;
    font-size: 1.25rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
color: #fff;
}

.inputfile + label svg {
    width: 1em;
    height: 2em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
color: #fff;
}

.iborrainputfile {
	font-size:16px; 
	font-weight:normal;
	font-family: 'Lato';
	color: #fff;
}

/* style 1 */

.inputfile-1 + label {
    color: #fff;
    background-color: #FF7500;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
    background-color: #444444;
}

@media screen and (max-width: 50em) {
	.inputfile-7 + label strong {
		display: block;
	}
}