body {
	padding-top: 50px;
}

.ui.smaller.image, .ui.smaller.images .image, .ui.smaller.images img, .ui.smaller.images svg {
	font-size: 1.178572rem;
	height: auto;
	width: 110px;
}



.ui.container { width: 96% !important }

.ui.dimmer {
    background-color: rgba(150, 150, 150, 0.5) !important;
}

.ui.table thead th {
	background: #FFF;
}


#progressDimmer {
	position: fixed;
	top:  0;
	z-index:  9999999;
	width:  100%;
	height: 10px;
	margin: 0;
	overflow:  hidden;
	-webkit-box-shadow: 0px 10px 35px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 10px 35px 2px rgba(0,0,0,0.5);
	box-shadow: 0px 10px 35px 2px rgba(0,0,0,0.5);
}


.ui.button {
	font-weight: normal !important;
	font-size: 1em !important;
}

input,select,textarea {
	transition:  none !important;
}

input:focus,select:focus,textarea:focus {
	border: 1px solid #2185d0 !important;
}
