
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] 
{
	clip: rect(1px, 1px, 1px, 1px);
	pointer-events: none;
		
}
.btn-default.active, .btn-default:active,  .open>.dropdown-toggle.btn-default 
{
	color: #ffffff;
	background-color: #2758c0;
	border-color: #adadad;
}
.btn-default.active.focus, .btn-default:hover, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover
{
	color: #ffffff;
	background-color: #333;
	border-color: #8c8c8c;
}

.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover 
{
	background-color: #ffffff;
	color: #333;
	border-color: #333;
}
.form-control form-control-lg
{
	font-size: 30px;
	line-height: 100%;
	height: auto;
}
h2{
	text-align: center;
}
.modal-body{
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 15px;
		padding-bottom: 0px;
}
.btnPB{
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
	line-height:100%;
	height: auto;
	padding: 6px 12px;
}
#progressFooter{
		font-size: 2.3em;
}
.pbFeedback{
		font-size: 1.2em;
}
.progress-bar{
	line-height: 40px;
	font-size: 24px;
}
.progress{
	height: 40px;
}
#pbfb{
	padding-top: 5px;
}

#studentsTable{
	width: 100%;
	font-size: 1.2em;
}
#studentsTable > thead{
	font-size: 1.3em;
}
#studentsTableCont {
	margin-top: 1.5em;
}
#addStudentTitle{
	color: #fff;
}

.modal-dialog.chode{
	width: 80%;
	max-width: 80%;
}
.modal-dialog.chodish{
	width: 50%;
	max-width: 50%;
}
.err_item {
    border: 2px solid #f71919;
    -moz-box-shadow: 0 0 10px #f71919;
    -webkit-box-shadow: 0 0 10px #f71919;
    box-shadow: 0 0 10px #f71919;
}

.err_item:focus {
    outline: none;
    border-color: #f71919;
    -moz-box-shadow: 0 0 10px #f71919;
    -webkit-box-shadow: 0 0 10px #f71919;
    box-shadow: 0 0 10px #f71919;
}
.studentActionBTN{
	margin-right: .25em;
}


@media (max-width: 992px)
{	
	.btn-primary,.btn-danger,.btn-secondary{
		font-size: 2em;
	}
}
@media (max-width: 768px)
{	
	.btn-primary,.btn-danger,.btn-secondary{
		font-size: 1.5em;
	}
}
@media (max-width: 576px)
{
	.btn-primary,.btn-danger,.btn-secondary{
		font-size: 1.2em;
	}
}
@media (max-width: 350px)
{
	.btn-primary,.btn-danger,.btn-secondary{
		font-size: 1em;
	}
}
