/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
	 Use this file to add custom CSS easily
 ========================================================================== */

.tm-main.uk-section {
  padding-top: 0;
}

.semanticui-body {
  padding-top: 1rem!important;
}

div .modal {
    top:0;
}

div .loginform {
	top:10%;  
}

.ui.clone-item {
	padding-left: 0!important;
	padding-right: 0!important; 
}

.dataTable > tbody > tr > td {
  vertical-align: middle;
}

.positivetr {
	background-color: #e5f9e7;
	color: #1ebc30;
}

.negativetr {
	background-color: #ffe8e6;
	color: #db2828;
}

.warningtr {
	background-color: #fff8db;
	color: #b58105;
}

.tealtr {
	background-color: #e1f7f7;
	color: #10a3a3;
}

.orangetr {
	background-color: #ffedde;
	color: #f2711c;
}

.semanticui-body a {
	color: #229198;
}

.ui.button {
	border-radius: 0!important;
    box-shadow: 1px 2px 4px #688bac!important;
}

.ui.circular.button {
    border-radius: 10em!important;
}

.ui.blue.button, .ui.blue.buttons .button {
	background-color: #229198!important;
}

.ui.basic.blue.button, .ui.basic.blue.buttons .button, .ui.basic.blue.button:focus {
	color: #229198!important;
	background: transparent none!important;
	box-shadow: 1px 2px 4px #688bac!important;
	border: solid 1px #229198!important;
}

.ui.inverted.blue.segment {
	background-color: #229198!important;
}

.ui.blue.header {
	color: #229198!important;
}

.ui.blue.message .header {
	color: #229198!important;
}

.ui.blue.message {
	color: #229198!important;
	box-shadow: 0 0 0 1px #229198 inset, 0 0 0 0 transparent!important;
}

.ui.blue.label {
	background: #229198!important;
}

i.blue.icon {
	color: #229198!important;
}

.ui.blue.segment:not(.inverted) {
    border-top: 2px solid #229198!important;
}

.ui.basic.blue.label {
    background-color: #fff!important;
    color: #229198!important;
    border-color: #229198!important;
}

.ui.active.step, .ui.steps .step.active {
    cursor: auto;
    background-color: #229198!important;
    color: white!important;
    font-weight: 1000;
}

.ui.active.steps:after, .ui.steps .step.active:after {
    background-color: #229198!important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input:checked~label:after {
    color: rgb(34 145 152)!important;
}

.ui.radio.checkbox input:checked~label:after {
    background-color: #29919a!important;
}

.ui.toggle.checkbox input:checked~label:before {
    background-color: #229198!important;
}

.ui.toggle.checkbox input:focus:checked~label:before {
    background-color: #229198!important;
}

.uk-link, a {
    color: #229198!important;
}
