#loader {
	transition: all .3s ease-in-out;
	opacity: 1;
	visibility: visible;
	position: fixed;
	height: 100vh;
	width: 100%;
	background: #fff;
	z-index: 90000
}

#loader.fadeOut {
	opacity: 0;
	visibility: hidden
}

.spinner {
	width: 40px;
	height: 40px;
	position: absolute;
	top: calc(50% - 20px);
	left: calc(50% - 20px);
	background-color: #333;
	border-radius: 100%;
	-webkit-animation: sk-scaleout 1s infinite ease-in-out;
	animation: sk-scaleout 1s infinite ease-in-out
}

table.table tr th,
table.table tr td {
	width: 60px;
}
table.table td[data-col-width="20"],
table.table th[data-col-width="20"] {
    width: 20px;
    max-width: 20px;
}
table.table td[data-col-width="30"],
table.table th[data-col-width="30"] {
    width: 30px;
    max-width: 30px;
}
table.table td[data-col-width="40"],
table.table th[data-col-width="40"] {
    width: 40px;
    max-width: 40px;
}
table.table td[data-col-width="60"],
table.table th[data-col-width="60"] {
    width: 60px;
    max-width: 60px;
}
table.table td[data-col-width="70"],
table.table th[data-col-width="70"] {
    width: 70px;
    max-width: 70px;
}
table.table td[data-col-width="80"],
table.table th[data-col-width="80"] {
    width: 80px;
    max-width: 80px;
}
table.table td[data-col-width="90"],
table.table th[data-col-width="90"] {
    width: 90px;
    max-width: 90px;
}
table.table td[data-col-width="100"],
table.table th[data-col-width="100"] {
    width: 100px;
    max-width: 100px;
}
table.table td[data-col-width="120"],
table.table th[data-col-width="120"] {
    width: 120px;
    max-width: 120px;
}
table.table td[data-col-width="150"],
table.table th[data-col-width="150"] {
    width: 150px;
    max-width: 150px;
}
table.table td[data-col-width="200"],
table.table th[data-col-width="200"] {
    width: 200px;
    max-width: 200px;
}
table.table td[data-col-width="250"],
table.table th[data-col-width="250"] {
    width: 250px;
    max-width: 250px;
}
table.table td[data-col-width="300"],
table.table th[data-col-width="300"] {
    width: 300px;
    max-width: 300px;
}
table td.datagrid-col-date {
	width: 70px;
}
table td.datagrid-col-datetime {
	width: 120px;
}
table td.datagrid-col-datetime,
table td.datagrid-col-date,
table td.col-no-wrap,
table th.col-no-wrap
{
    white-space: nowrap;
}
table td.col-no-wrap,
table th.col-no-wrap {
	overflow-x: scroll;
}
table th.col-no-wrap.head-wrap {
    white-space: normal;
}
.col-no-wrap::-webkit-scrollbar {
    display: block;
    height: 0px;
}
.col-no-wrap::-webkit-scrollbar-thumb {
    background-color: #868E95;
    border-radius: 0px;
    border-right: none;
    border-left: none;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('/assets/static/fonts/icons/fontawesome/fontawesome-webfont.eot?v=4.7.0');
  src: url('/assets/static/fonts/icons/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
	  url('/assets/static/fonts/icons/fontawesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
	  url('/assets/static/fonts/icons/fontawesome/fontawesome-webfont.woff?v=4.7.0') format('woff'),
	  url('/assets/static/fonts/icons/fontawesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
	  url('/assets/static/fonts/icons/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
	font-family: 'themify';
	src:url('/assets/static/fonts/icons/themify/themify.eot?-fvbane');
	src:url('/assets/static/fonts/icons/themify/themify.eot?#iefix-fvbane') format('embedded-opentype'),
		url('/assets/static/fonts/icons/themify/themify.woff?-fvbane') format('woff'),
		url('/assets/static/fonts/icons/themify/themify.ttf?-fvbane') format('truetype'),
		url('/assets/static/fonts/icons/themify/themify.svg?-fvbane#themify') format('svg');
	font-weight: normal;
	font-style: normal;
}


@-webkit-keyframes sk-scaleout {
	0% {
		-webkit-transform: scale(0)
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 0
	}
}

@keyframes sk-scaleout {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

.logo {
	padding-top: 6px;
}
img.user-photo {
	border-radius: 50%;
	max-width: 250px;
	object-fit: none;
}

td .badge-role{
	font-size: inherit;
	font-weight: inherit;
}
.row .card {
	margin-top: 10px;
}
.sidebar ul.dropdown-menu li,
.sidebar ul li a span.title {
	text-transform: lowercase;
}

.card-company {
	height: 400px;
	overflow-y: scroll;
}

textarea.height-middle {
	min-height: 300px;
}
table.table.years-overview {
	margin-top: 20px;
}
.markdown-content blockquote {
	display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
	ackground: none;
    border-left: 3px solid #777;
    color: #777;
    margin: 20px 0;
    padding: 0 0 0 10px;
    border-left: 3px solid #999;
    color: #999;
}
@media (max-width: 576px) {
	table.table tr td,
	table.table tr th {
		padding: 3px;
	}
	table.table.years-overview {
		margin-top: 10px;
	}
	.chart-widget {
		display: none!important;
	}
}
