@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: url('/custom/fonts/rubik-v12-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/custom/fonts/rubik-v12-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/custom/fonts/rubik-v12-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/custom/fonts/rubik-v12-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/custom/fonts/rubik-v12-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/custom/fonts/rubik-v12-latin-ext_latin-regular.svg#Rubik') format('svg'); /* Legacy iOS */
}

body {
	font-family: 'Rubik', sans-serif !important;
	font-size: 16px;
	margin-bottom: 35px;
}

#mainContainer {
	margin-top: 5px;
}

.navbar-brand {
	padding: 0px;
}

.row {
	margin: 0px;
}

body, div.navbar-defaut {
	min-width: 1024px;
	width: auto !important;
	width: 1024px;
}

.form-group {
	margin-bottom: 3px;
}

.after-form {
	background-color: white;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark
	{
	left: 4px;
}

#column-list li label {
	max-width: 90%;
}

.number-unit-field {
	width: auto !important;
}

.bs-placeholder {
	background-color: rgb(245, 245, 245) !important;
}

.label-plain {
	font-weight: normal;
}

#autotable tfoot {
	position: fixed;
	z-index: 1000;
	overflow: hidden;
	left: 0;
	bottom: 0;
}

@media ( min-width : 768px) {
	.modal-lg {
		width: 90%;
		max-width: 1200px;
	}
}

a {
	color: #606060;
	text-decoration: none;
}

/* .btn {
	padding: 5px 8px;
}
 */
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 11px;
	margin-bottom: 5.5px;
}

h3, .h3 {
	font-size: 20px;
}

.progress .progress-bar {
    font-size: 15px;
    line-height: 15px;
    height: 20px;
}

.progress {
    height: 20px;
}

.text-muted {
	color: #808080;
}