.hidden{ 
  display: none;
}
.err{
  color: red;
}
/*.modal {
	//position: fixed !important;
	position: absolute;
	z-index: 9999
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
}
.modal-content {
	margin: 17px auto;
	z-index: 2500 !important;
	box-shadow: 00px 00px 00px 10px #00000085;
}
.modal-backdrop {
	display: none;
}*/

div#loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(66, 56, 56, 0.2) url(../loading.gif) no-repeat;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1000;
    display: none;
}

.iconsize {
	font-size: 23px;
} 