.tkr-field {
    padding: 4px 8px !important;
    font-size: 12px;
    border-radius: 1px !important;
    -webkit-border-radius: 1px !important;
    display: block;
    width: 100%;
    height: 25px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.tkr-field[readonly] {
    background-color: #f5f5f5 !important;
}

.tkr-label {
	font-size: 13px;
	font-weight: normal;
	position: relative;
	padding-left: 25px;
}

.tkr-label.no-padding {
	padding-left: 0;
}

.tkr-label-number {
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 700;
}

.tkr-group + .tkr-group {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #e5e5e5;
}

.tkr-block {
	border: 1px solid #e5e5e5;
	padding: 20px;
	margin-bottom: 30px;
}

.tkr-input + .tkr-input {
	margin-top: 5px;
}

.tkr-title {
	font-weight: 700;
}

.tkr-table {
	width: 100%;
	font-size: 12px;
}

.tkr-table td {
	vertical-align: top;
	padding: 3px 7px !important;
}

.tkr-table td:last-child {
	text-align: right;
	width: 150px;
}

.tkr-table td:first-child {
	width: 35px;
	text-align: center;
}

.tkr-table caption {
	background-color: #db3937;
	color: #fff;
	border-color: #db3937;
	text-align: left !important;
	padding: 3px 7px !important;
}

.start-calc {
	display: inline-block;
}

.blocker {
	z-index: 99999 !important;
}

#tkr-result-modal {
	padding: 5px !important;
}


#calculator-step ul[role="tablist"] {
	display: none !important;
}

#calculator-step .actions ul {
	margin: 0;
	padding: 0;
	display: table;
	table-layout: fixed;
	width: 100%;
}

#calculator-step .actions {
	margin-top: 30px;
}

#calculator-step .actions ul li {
	list-style: none;
	display: table-cell;
	text-align: right;
}

#calculator-step .actions ul li:first-child {
	text-align: left;
}

#calculator-step .actions ul li[aria-disabled="true"] {
	display: none !important;
}

#calculator-step .actions ul li a {
	display: inline-block;
	padding: 10px 20px;
	text-decoration: none !important;
	box-shadow: none !important;
	color: #333;
	line-height: normal;
	font-size: 14px;
}

#calculator-step .actions ul li a[href="#previous"] {
	border: 1px solid #ddd;
}

#calculator-step .actions ul li a[href="#next"],
#calculator-step .actions ul li a[href="#finish"] {
	border: 1px solid #db3937;
	color: #fff;
	background-color: #db3937;
}


.sidebar-block {
	margin-bottom: 35px;
}

.sidebar-label {
	text-align: center;
	padding: 15px 0;
	background-color: #333;
	color: #fff;
}

.sidebar-content {
	border: 1px solid #ddd;
	padding: 15px;
}

.sidebar-input + .sidebar-input {
	margin-top: 30px;
}

.sidebar-input label {
	display: block;
	line-height: normal;
	font-size: 13px;
	margin-bottom: 7px;
}

.input-wrap {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.input-wrap > div {
	display: table-cell;
	vertical-align: middle;
}

.input-wrap .input-label {
	border: 1px solid #d1d1d1;
	border-right: 0;
	background-color: #f5f5f5;
	width: 40px;
	height: 35px;
	text-align: center;
	font-size: 12px;
}

.input-wrap .tkr-field {
	height: 35px;
}

.tkr-container {
	font-family: 'Montserrat', sans-serif;
}


/* Small Devices, Tablets */
@media only screen and (max-width :768px) {
	.tkr-sidebar {
		display: none;
	}
	
	#show-form {
		display: block !important;
		margin-bottom: 25px;
	}
}