@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&display=swap&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Teko:400,700&display=swap&subset=latin-ext');


/* font-family: 'PT Sans Narrow', sans-serif; */
/* font-family: 'Teko', sans-serif; */

/* ========================================================================
   Component: Base
 ========================================================================== */

html {
	background: #f7f7f7;
	color: #2c2a3a;
	font-family: 'PT Sans Narrow', sans-serif;
	line-height: 24px;
}

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
	font-family: 'PT Sans Narrow', sans-serif;
	color: #2c2a3a;
}

a, a:hover, a:focus {
	text-decoration: none !important;
}

.uk-container {
	padding-left: 20px;
	padding-right: 20px;
}
@media(min-width: 1600px) {
	.uk-container {
    	max-width: 1400px;
	}
}

/*
 * Button
 */

.uk-button {
	background-color: #2b2f40;
	color: #fff;
	font-weight: 700;
	padding: 0 70px;
}

.uk-button:hover, .uk-button:focus {
	background-color: #CE9209;
	color: #fff;
}

.uk-button:active {
	background-color: #af7c08;
	color: #fff;
}

.uk-button-primary {
	background-color: #a0a8ca;
}

.uk-button-primary:hover, .uk-button-primary:focus {
	background-color: #CE9209;
	color: #fff;
}

.uk-button-primary:active {
	background-color: #af7c08;
	color: #fff;
}

.uk-button-secondary {
	background-color: #af7c08;
}

.uk-button-secondary:hover, .uk-button-secondary:focus {
	background-color: #2b2f40;
	color: #fff;
}

.uk-button-secondary:active {
	background-color: #2b2f40;
	color: #fff;
}

.uk-button-danger {
    background-color: #ec2147;
}

.uk-button-danger:hover, .uk-button-danger:focus {
	background-color: #960621;
	color: #fff;
}

.uk-button-danger:active {
	background-color: #f0506e;
	color: #fff;
}

.uk-button-text {
	background-color: transparent;
	color: #2b2f40;
	padding: 0;
}

.uk-button-text::before {
	border: 0;
}

.uk-button-text svg path {
	fill: #2b2f40;
}

.uk-button-text:hover, .uk-button-text:focus {
	background-color: transparent;
	color: #CE9209;
}

.uk-button-text:hover svg path, .uk-button-text:focus svg path {
	fill: #CE9209;
}

@media(max-width: 959px) {
	.uk-button {
		padding: 0 35px;
	}
}

/* Error */

.form-control-error {
	border-color: red !important;
}

.form-error-message {
	display: block;
	color: red;
	font-size: 12px;
	font-weight: 700;
	line-height: 15px;
	margin-top: 5px;
}

/* Warning */

.file-upload-warning {
	display: block;
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
	margin-top: 10px;
}

/*
 * Card
 */

.uk-card-default {
	color: #2c2a3a;
}

/*
 * Modal
 */

 .user-calculation .uk-modal-dialog .uk-form-label label {
	font-size: 16px;
    font-weight: 700;
 }

.user-calculation .uk-modal-dialog input, .user-calculation .uk-modal-dialog textarea {
    border-color: #98979e;
    color: #2c2a3a;
}

.user-calculation .uk-modal-dialog input {
	height: 45px;
}

.services .uk-modal-dialog {
	padding: 45px;
}

#add-files form .select2 {
	width: 100% !important;
}

@media(min-width: 993px) {
	.services .uk-modal-dialog, .about-fnd .uk-modal-dialog {
		width: 900px;
	}
}

@media(min-width: 1220px) {
	.services .uk-modal-dialog, .about-fnd .uk-modal-dialog {
		width: 1200px;
	}
}

/*
 * Offcanvas
 */

.uk-offcanvas-bar {
	background: #2c2a3a;
	color: #fff;
}

.uk-nav-primary > li > a {
	color: #fff !important;
	font-size: 1rem;
	line-height: 1.25rem;
}

.uk-nav-primary > li.uk-active > a {
	color: #58a261 !important;
}

.uk-nav-primary > li.uk-margin-large-top {
	padding-top: 20px;
	margin-top: 20px !important;
	position: relative;
}

.uk-nav-primary > li.uk-margin-large-top::before {
	background: #58a261;
	content: "";
	width: 100px;
	height: 1px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -50px;
}

/*
 * Icon / iconnav
 */

.uk-iconnav > * > span {
	display: block;
	color: #999;
	cursor: not-allowed;
}

/* ========================================================================
   Component: Layout
 ========================================================================== */

/*
 * Container / Wrapper
 */

.tm-wrapper {
    max-width: 1920px;
    margin: 0 auto;
}

/*
 * Header homepage
 */

.tm-header-block .logo {
	background: #fff;
	max-width: 300px;
	width: 100%;
	height: 80px;
}

.tm-header-block .logo > a {
	display: block;
	text-align: right;
	padding: 10px 10px 0 0;
}

.tm-header-block .logo > a > img {
	max-height: 60px;
}

.tm-header-block .uk-navbar-nav > li {
	position: relative;
}

.tm-header-block .uk-navbar-nav > li > a {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 18px;
	color: #2c2a3a;
	padding: 0;
	margin: 0 20px;
	position: relative;
	-webkit-transition: all linear 0.25s;
	transition: all linear 0.25s;
}


.tm-header-block .uk-navbar-nav > li > a::before {
	content: "";
	width: 100%;
	height: 1px;
	background: transparent;
	position: absolute;
	left: 0;
	bottom: 25px;
	-webkit-transition: all linear 0.25s;
	transition: all linear 0.25s;
}

.tm-header-block .uk-navbar-nav > li.contact > a::after {
	background: #2c2a3a;
    content: "";
    width: 1px;
    height: 12px;
    position: absolute;
    top: 33px;
    right: -34px;	
}

.tm-header-block .uk-navbar-nav > li.social-site > a > svg {
	width: 18px;
	height: 18px;
}

.tm-header-block .uk-navbar-nav > li.social-site > a {
	margin-right: 0;
}

.tm-header-block .uk-navbar-nav > li.uk-active > a {
	color: #CE9209;
}

.tm-header-block .uk-navbar-nav > li.uk-active > a::before {
	background: #CE9209;
}

.tm-header-block .uk-navbar-nav > li > a:hover, .tm-header-block .uk-navbar-nav > li > a:focus {
	color: #CE9209;
}

.tm-header-block .uk-navbar-nav > li > a:hover::before, .tm-header-block .uk-navbar-nav > li > a:focus::before {
	background: #CE9209;
}

.tm-header-block .uk-navbar-dropdown-nav > li > a {
	color: #2c2a3a;
	font-size: 18px;
}

.tm-header-block .uk-navbar-dropdown-nav > li.uk-active > a {
	color: #CE9209;
}

.tm-header-block .uk-navbar-dropdown-nav > li > a:hover, .tm-header-block .uk-navbar-dropdown-nav > li > a:focus {
	color: #CE9209;
}

.tm-header-block .uk-navbar-toggle {
	color: #2c2a3a;
	font-size: 18px;
	font-weight: 700;
}

.tm-header-block #slide .uk-container {
	max-width: 1500px;
}

.tm-header-block #slide .items .item > div:first-child {
	width: 170px;
	text-align: right;
}

.tm-header-block #slide .items .uk-grid-divider > :not(.uk-first-column)::before {
	border-left-color: #58a261;
}

.tm-header-block #slide .slogan h1, .tm-header-block #slide .slogan h2 {
	font-family: 'Teko', sans-serif;
	font-size: 56px;
	line-height: 60px;
	text-transform: uppercase;
	margin: 0;
}

.tm-header-block #slide .slogan h1 {
	color: #58a261;
}

.tm-header-block #slide .items .facts > div {
	cursor: pointer;
}

.tm-header-block #slide .facts > div:last-child {
	font-size: 30px;
	line-height: 34px;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 15px;
}

.tm-header-block #slide .facts > div > svg {
	width: 44px;
}

.tm-header-block .mobile-nav {
	display: none;
	visibility: hidden;
}

.tm-header-block .uk-navbar-item a {
	 padding: 0 20px;
 }

/* Header - allpage */

#allpage .head {
	margin-top: 45px;
}

#allpage .head .time {
	color: #fff;
	font-weight: 700;
	text-align: center;
}

#allpage h1 {
	font-size: 60px;
	line-height: 64px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 5px;
}

#allpage .uk-breadcrumb > li > * {
	color: #fff !important;
	font-size: 16px;
}

#allpage .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
	color: #fff !important;
	margin: 0 10px !important;
}

#allpage .uk-navbar-nav > li > a {
	color: #fff;
}

#allpage .uk-navbar-nav > li.contact > a::after {
	background: #fff;
}

#allpage .uk-navbar-toggle {
	color: #fff;
}

#allpage .uk-navbar-nav > li.uk-active > a {
	color: #CE9209;
}

#allpage .uk-navbar-nav > li.uk-active > a::before {
	background: #CE9209;
}

#allpage .uk-navbar-nav > li > a:hover, #allpage .uk-navbar-nav > li > a:focus {
	color: #CE9209;
}

#allpage .uk-navbar-nav > li > a:hover::before, #allpage .uk-navbar-nav > li > a:focus::before {
	background: #CE9209;
}

@media(max-width: 374px) {
	.tm-header-block .logo {
		max-width: 110px;
		height: 50px;
	}
	.tm-header-block .logo > a > img {
		max-height: 50px;
	}
	.tm-header-block .uk-navbar-toggle {
		color: #2c2a3a;
		font-size: 16px;
		min-height: 50px;
		line-height: 50px;
	}
	.tm-header-block #slide .items .item > div:first-child {
		width: 70px;
		text-align: right;
	}
	.tm-header-block #slide .slogan, .tm-header-block #slide .facts {
		display: none;
		visibility: hidden;
	}
	#allpage .head {
		margin-top: 35px;
	}
	#allpage h1 {
		font-size: 32px;
		line-height: 36px;
	}
}

@media(min-width: 375px) and (max-width: 480px) {
	.tm-header-block .logo {
		max-width: 110px;
		height: 50px;
	}
	.tm-header-block .logo > a > img {
		max-height: 50px;
	}
	.tm-header-block .uk-navbar-toggle {
		color: #2c2a3a;
		font-size: 16px;
		min-height: 50px;
		line-height: 50px;
	}
	.tm-header-block #slide .items .item > div:first-child {
		width: 70px;
		text-align: right;
	}
	.tm-header-block #slide .slogan, .tm-header-block #slide .facts {
		display: none;
		visibility: hidden;
	}
	#allpage .head {
		margin-top: 75px;
	}
	#allpage h1 {
		font-size: 32px;
		line-height: 36px;
	}
}

@media(min-width: 481px) and (max-width: 639px) {
	.tm-header-block .logo {
		max-width: 110px;
		height: 50px;
	}
	.tm-header-block .logo > a > img {
		max-height: 50px;
	}
	.tm-header-block .uk-navbar-toggle {
		color: #2c2a3a;
		font-size: 16px;
		min-height: 50px;
		line-height: 50px;
	}
	.tm-header-block #slide .items .item > div:first-child {
		width: 70px;
		text-align: right;
	}
	.tm-header-block #slide .slogan, .tm-header-block #slide .facts {
		display: none;
		visibility: hidden;
	}
	#allpage .head {
		margin-top: 35px;
	}
	#allpage h1 {
		font-size: 32px;
		line-height: 36px;
	}
}

@media(min-width: 640px) and (max-width: 767px) {
	.tm-header-block .logo {
		max-width: 135px;
		height: 50px;
	}
	.tm-header-block .logo > a > img {
		max-height: 50px;
	}
	.tm-header-block .uk-navbar-toggle {
		min-height: 50px;
		line-height: 50px;
	}
	.tm-header-block #slide .items .item > div:first-child {
		width: 70px;
		text-align: right;
	}
	.tm-header-block #slide .slogan, .tm-header-block #slide .facts {
		display: none;
		visibility: hidden;
	}
	#allpage .head {
		margin-top: 35px;
	}
	#allpage h1 {
		font-size: 32px;
		line-height: 36px;
	}
}

@media(max-width: 767px) {
	.tm-header-block .logo > a {
		padding: 0 10px 0 0;
	}
	.tm-header-block .uk-navbar-item {
		min-height: 50px;
	}
}

@media(min-width: 768px) and (max-width: 959px) {
	.tm-header-block .logo {
		max-width: 185px;
		height: 65px;
	}
	.tm-header-block .logo > a > img {
		max-height: 65px;
	}
	.tm-header-block .uk-navbar-toggle {
		min-height: 65px;
		line-height: 65px;
	}
	.tm-header-block #slide .items .item > div:first-child {
		width: 80px;
		text-align: right;
	}
	.tm-header-block #slide .slogan {
		margin-top: 35px;
	}
	.tm-header-block #slide .slogan h1, .tm-header-block #slide .slogan h2 {
		font-size: 24px;
		line-height: 28px;
	}
	.tm-header-block #slide .facts > div:first-child > svg {
		width: 30px;
	}
	.tm-header-block #slide .facts > div:last-child {
		font-size: 16px;
		line-height: 20px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	#allpage .head {
		margin-top: 35px;
	}
	#allpage h1 {
		font-size: 36px;
		line-height: 40px;
	}
}

@media(min-width: 960px) and (max-width: 1219px) {
	.tm-header-block .logo {
		max-width: 275px;
		height: 70px;
	}
	.tm-header-block .logo > a > img {
		max-height: 70px;
	}
	.tm-header-block .uk-navbar-toggle {
		min-height: 70px;
		line-height: 70px;
	}
	.tm-header-block #slide .slogan {
		margin-top: 15px;
	}
	.tm-header-block #slide .slogan h1, .tm-header-block #slide .slogan h2 {
		font-size: 32px;
		line-height: 36px;
	}
	.tm-header-block #slide .facts > div:first-child > svg {
		width: 40px;
	}
	.tm-header-block #slide .facts > div:last-child {
		font-size: 16px;
		line-height: 20px;
	}
	#allpage .head {
		margin-top: 35px;
	}
	#allpage h1 {
		font-size: 44px;
		line-height: 48px;
	}
}

@media(max-width: 1219px) {
	.tm-header-block .desktop-nav {
		display: none;
		visibility: hidden;
	}
	.tm-header-block .mobile-nav {
		display: block;
		visibility: visible;
	}
}

@media(min-width: 1220px) and (max-width: 1440px) {
	.tm-header-block #slide .slogan h1, .tm-header-block #slide .slogan h2 {
		font-size: 48px;
		line-height: 52px'
	}
	.tm-header-block #slide .facts > div:last-child {
		font-size: 24px;
		line-height: 28px;
	}
	.tm-header-block .uk-navbar-nav > li > a {
		font-size: 16px;
		margin: 0 15px;
	}
	.tm-header-block .uk-navbar-nav > li.contact > a::after {
		right: -18px;
	}
}

@media(min-width: 1441px) and (max-width: 1600px) {
	.tm-header-block .uk-navbar-nav > li > a {
		margin: 0 20px;
	}
	.tm-header-block .uk-navbar-nav > li.contact > a::after {
		right: -23px;
	}
}
@media(min-width: 1601px) and (max-width: 1900px) {
	.tm-header-block .uk-navbar-nav > li > a {
		margin: 0 25px;
	}
	.tm-header-block .uk-navbar-nav > li.contact > a::after {
		right: -28px;
	}
}

/*
 * Headernav
 */

.tm-headernav-block .uk-button {
	font-weight: 400;
	padding: 0 25px;
}

.tm-headernav-block .uk-search-default .uk-search-icon:not(.uk-search-icon-flip)~.uk-search-input {
	background: #fff;
	padding-right: 105px;
}

.tm-headernav-block .uk-search-default .uk-button {
	position: absolute;
	top: 0;
	right: 0;
}

/*
 * Main / content
 */

.tm-main-block {
	padding: 55px 0 65px;
}

/*
 * Login
 */

.tm-login-block .navbar ul li a {
	background: #2b2f40;
	display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
	line-height: 30px;
	padding: 15px 20px;
	transition: .1s ease-in-out;
    transition-property: color,background-color,border-color;
}

.tm-login-block .navbar ul li a:hover {
	background: #CE9209;
}

.tm-login-block .navbar ul li.uk-active a {
	background: #CE9209;
}

/*
 * Cases
 */

.tm-case-list-block table .uk-button {
	line-height: 50px;
	padding: 0 25px;
}

.tm-case-list-block table tbody tr {
	cursor: pointer;
}

.tm-case-list-block table tbody tr.success {
	background: #54e6af;
	border-color: #32d296!important;
}

.tm-case-list-block table tbody tr.success * {
	color: #06794f!important;
}

.tm-case-list-block table tbody tr.warning {
	background: #ffbe8b;
	border-color: #faa05a!important;
}

.tm-case-list-block table tbody tr.warning * {
	color: #c76112!important;
}

.tm-case-list-block table tbody tr.danger {
	background: #ff728c;
	border-color: #f0506e!important;
}

.tm-case-list-block table tbody tr.danger * {
	color: #c9203f!important;
}

.tm-case-list-block table tbody tr td .warning-period > .uk-icon {
	width: 28px;
	height: 28px;
}

.tm-case-list-block table tbody tr td .warning-period {
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	margin-top: 5px;
}

@media(min-width: 1200px) {
	.tm-case-list-block .uk-card {
		padding-left: 0;
		padding-right: 0;
	}
}

/*
 * Case amounts
 */

.tm-amounts-block .uk-grid .invoice {
	position: relative;
}

.tm-amounts-block .uk-grid .invoice .for-invoice {
	position: absolute;
	top: 0;
	right: 0;
}

.tm-amounts-block .uk-grid .invoice .for-invoice > label {
	color: #333;
    font-size: .875rem;
	cursor: pointer;
}

/*
 * Case upload file
 */
 
@media(min-width: 960px) {
	.tm-upload-files-block table thead tr th:first-child,
	.tm-upload-files-block table tbody tr td:first-child {
		padding-left: 0
	}

	.tm-upload-files-block table thead tr th:last-child,
	.tm-upload-files-block table tbody tr td:last-child {
		padding-right: 0
	}
}

/*
 * Case comments
 */

.tm-comments-list-block .uk-comment-primary {
	padding: 15px 15px 0;
}

.tm-comments-list-block .uk-comment-header {
	padding-bottom: 15px;
	margin-bottom: 0;
}

.tm-comments-list-block .uk-comment-header .icon {
	background: #fff;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
}

.tm-comments-list-block .uk-comment-header .icon span {
	vertical-align: 2px;
}

.tm-comments-list-block .uk-comment-header .icon img {
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.tm-comments-list-block .uk-comment-title {
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	padding-top: 4px;
}

.tm-comments-list-block .uk-comment-title > a >  span {
	font-size: 13px !important;
}

.tm-comments-list-block .uk-comment-meta > li > a {
	font-size: 12px;
	font-weight: 300;
	color: #000;
	line-height: 20px;
}

.tm-comments-list-block .uk-comment-body {
	background: #fff;
	padding: 15px;
	margin: 0 -15px; 
}
 
/*
 * Users
 */

.tm-user-list-block table tbody tr {
	cursor: pointer;
}

.tm-user-list-block table tbody tr > td > div > .contract {
	color: #000;
	text-decoration: underline !important;
}

.tm-user-list-block table tbody tr > td > div > .activate, .tm-user-list-block table tbody tr > td > div > .deactivate {
	text-decoration: underline !important;
}

.tm-user-list-block table tbody tr > td > div > .activate:hover, .tm-user-list-block table tbody tr > td > div > .deactivate:hover {
	font-weight: 700;
}

.tm-user-list-block table tbody tr.success {
	background: #54e6af;
	border-color: #32d296!important;
}

.tm-user-list-block table tbody tr.success * {
	color: #06794f!important;
}

.tm-user-list-block table tbody tr.warning {
	background: #ffbe8b;
	border-color: #faa05a!important;
}

.tm-user-list-block table tbody tr.warning * {
	color: #c76112!important;
}

.tm-user-list-block table tbody tr.danger {
	background: #ff728c;
	border-color: #f0506e!important;
}

.tm-user-list-block table tbody tr.danger * {
	color: #c9203f!important;
}

@media(min-width: 1200px) {
	.tm-user-list-block .uk-card {
		padding-left: 0;
		padding-right: 0;
	}
}

/*
 * Case type
 */

.tm-case-type-list-block table tbody tr {
	cursor: pointer;
}

.tm-case-type-list-block table tbody tr a > strong {
	color: #2c2a3a;
}

/*
 * Case amount type
 */

.tm-case-amount-type-list-block table tbody tr a > strong {
	color: #2c2a3a;
}

/*
 * Provozion system
 */

.levels {
	border-left: 1px solid #ddd;
}

.level {
	position: relative;
}

.level::before {
	content: "";
	width: 15px;
	height: 1px;
	background: #ddd;
	position: absolute;
	bottom: 20px;
	left: 0;
}

.level-title::before {
	height: 0;
}

.level.level-1 {
	padding-left: 20px;
}

.level.level-2 {
	padding-top: 20px;
	padding-left: 40px;
}

.level.level-2::before {
	width: 35px;
}

.level.level-3 {
	padding-top: 20px;
	padding-left: 60px;
}

.level.level-3::before {
	width: 55px;
}

.level.level-4 {
	padding-top: 20px;
	padding-left: 80px;
}

.level.level-4::before {
	width: 75px;
}

/*
 * Contact
 */

.tm-contact-block {
	background: #fff;
	padding: 100px 0;
}

.tm-contact-block h2 {
	font-family: 'Teko', sans-serif;
	color: #2c2a3a;
	font-size: 48px;
	line-height: 52px;
	text-transform: uppercase;
	margin-bottom: 55px;
}

.tm-contact-block input, .tm-contact-block textarea {
	border-color: transparent;
	color: #2c2a3a;
}

.tm-contact-block input[type="text"], .tm-contact-block input[type="email"] {
	background: #f8f8f8;
	font-size: 18px;
	min-height: 60px;
	padding: 0 30px;
}

.tm-contact-block textarea {
	background: #f8f8f8;
	padding: 20px;
}

.tm-contact-block input::-webkit-input-placeholder, .tm-contact-block textarea::-webkit-input-placeholder {
	color: #2c2a3a;
}

.tm-contact-block input:-ms-input-placeholder, .tm-contact-block textarea:-ms-input-placeholder {
	color: #2c2a3a;
}
  
.tm-contact-block input::placeholder, .tm-contact-block textarea::placeholder {
	color: #2c2a3a;
}

.tm-contact-block .notice {
	margin: 10px 0;
}

.tm-contact-block .notice label {
	color: #2c2a3a;
	font-size: 18px;
	position: relative;
	padding-left: 35px;
}

.tm-contact-block .notice label > input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.tm-contact-block .notice label .checkmark {
  position: absolute;
  top: -4px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ddd;
}

.tm-contact-block .notice label:hover input ~ .checkmark {
  background-color: #ccc;
}

.tm-contact-block .notice label input:checked ~ .checkmark {
  background-color: #2196F3;
}

.tm-contact-block .notice label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.tm-contact-block .notice label input:checked ~ .checkmark:after {
  display: block;
}

.tm-contact-block .notice label .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media(max-width: 767px) {
	.tm-contact-block {
		padding: 30px 0 50px;
	}
	.tm-contact-block h2 {
		margin-bottom: 30px;
	}
	.tm-contact-block input[type="text"], .tm-contact-block input[type="email"] {
		padding: 0 20px;
	}
}

/*
 * Footer
 */

.tm-footer-block {
	background: #2b2f40;
	color: #a0a8ca;
	padding: 75px 0 105px;
}

.tm-footer-block * {
	color: #a0a8ca;
}

.tm-footer-block *:hover, .tm-footer-block *:focus {
	color: #a0a8ca;
}

.tm-footer-block a {
    color: #f5f5f5;
    text-decoration: underline;
}

.tm-footer-block h3 {
	font-size: 24px;
	font-weight: 400;
	line-height: 44px;
	text-transform: uppercase;
}

.tm-footer-block h4 {
	margin-top: 20px;
}

.tm-footer-block h3 img {
	max-height: 44px;
}

.tm-footer-block .logo-ok {
	border-bottom: 1px solid #5a5965;
	padding-bottom: 20px;
	margin: 20px 0 20px;
}

.tm-footer-block .uk-iconnav > li > a {
	background: #fff;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	transition: all linear 0.25s;
}

.tm-footer-block .uk-iconnav > li > a:hover, .tm-footer-block .uk-iconnav > li > a:focus {
	background: #4c495c;
}

.tm-footer-block .uk-iconnav > li > a > svg > * {
	color: #2c2a3a;
}

.tm-footer-block .uk-iconnav > li > a:hover > svg > *, .tm-footer-block .uk-iconnav > li > a:focus > svg > * {
	color: #fff;
}

.tm-footer-block .contact > div {
	padding-left: 35px;
	margin-bottom: 20px;
	position: relative;
}

.tm-footer-block .contact > div > span {
	position: absolute;
	top: 0;
	left: 0;
}

.tm-footer-block .contact > div:last-child {
	margin-bottom: 0;
}

.invalid {
		border: 1px solid red !important;
}

/* ========================================================================
   Component: Select2
 ========================================================================== */

.select2-container--default .select2-selection--multiple {
	border-radius: 0;
	border: 1px solid #e5e5e5;
}
.select2-container--default .select2-selection--single {
	border-radius: 0;
	border: 1px solid #e5e5e5;
	height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 40px;
}

/* ========================================================================
   Component: Table / responsive / user icon ( avatar )
 ========================================================================== */

.uk-table tbody tr > td > div > a.uk-button-modal {
	color: #000;
	text-decoration: underline !important;
}

.uk-table tbody tr > td > div > .uk-iconnav > li > div > span > svg,
.uk-table tbody tr > td > div > .uk-iconnav > li > a > span > svg,
.uk-table tbody tr > td > div > .uk-iconnav > li > a > svg {
	height: 24px;
	width: 24px;
}

.uk-table-responsive tbody tr > td h5 {
	display: none;
	visibility: hidden;
}

/* Avatar */

.uk-table-responsive tbody tr > td .icon {
	background: #f8f8f8;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	display: block;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
}

.uk-table-striped tbody tr:nth-of-type(odd) > td .icon {
	background: #fff;
}

.uk-table-responsive tbody tr > td .icon span {
	vertical-align: 2px;
}

.uk-table-responsive tbody tr > td .icon img {
	-webkit-border-radius: 100%;
	border-radius: 100%;
	max-width: 50px;
	max-height: 50px;
}

/* Breakpoint */

@media(max-width: 640px) {
	.uk-table-responsive tbody tr > td h5 {
		font-size: .875rem;
		font-weight: 400;
		width: 50%;
		display: inline-block;
		visibility: visible;
		float: left;
		line-height: 24px;
		margin: 0 !important;
		text-align: left;
	}
	.uk-table-responsive tbody tr > td div {
		display: inline-block;
    	width: 50%;
    	text-align: left;
	}
}