﻿.btn-primary, .wizard > .actions a {
	color: #fff;
	background-color: #8e191f;
	border-color: #ba5951;
}
	.btn-primary:not(:disabled):not(.disabled):active:focus, .wizard > .actions a:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .wizard > .actions a:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus, .wizard > .actions .show > a.dropdown-toggle:focus {
		-webkit-box-shadow: 0 0 0 0.2rem rgb(191, 98, 89);
		box-shadow: 0 0 0 0.2rem rgb(196, 113, 100);
	}
	.btn-primary:hover, .wizard > .actions a:hover {
		color: #fff;
		background-color: #0c83e2;
		border-color: #ac202d;
	}
	.btn-primary:not(:disabled):not(.disabled):active, .wizard > .actions a:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .wizard > .actions a:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, .wizard > .actions .show > a.dropdown-toggle {
		color: #fff;
		background-color: #0c7cd5;
		border-color: #cc1d2d;
	}
.form-check .form-check-label .input-helper:before {
	position: absolute;
	content: "";
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	border-radius: 2px;
	left: 0;
	border: 2px solid #000000;
	-webkit-transition: all;
	transition: all;
	transition-duration: 0s;
	-webkit-transition-duration: 250ms;
	transition-duration: 250ms;
}

.form-check .form-check-label .input-helper:after {
	-webkit-transition: all;
	transition: all;
	transition-duration: 0s;
	-webkit-transition-duration: 250ms;
	transition-duration: 250ms;
	font-family: Material Design Icons;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0);
	transform: scale(0);
	content: '\F12C';
	position: absolute;
	font-size: 0.9375rem;
	font-weight: bold;
	left: 0;
	top: 1px;
	-webkit-transform: translateY(-14%);
	transform: translateY(-14%);
	color: #000000;
}

.letterInput {
	border: 1px solid #e5e5e5 !important;
	border-radius: 6px !important;
}

.ko-error {
	height: 15px;
	line-height: 15px;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 80%;
	color: #dc3545;
}

	.ko-error > span {
		font-size: 0.65rem;
		color: red;
	}

.navbar.default-layout .navbar-menu-wrapper {
	width: 100% !important;
}

.sidebar-icon-only .navbar .navbar-menu-wrapper {
	width: 100% !important;
}

.profile-client{
font-size:0.7rem;
}

.navbar-brand {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	text-align: center;
	margin: auto;
	z-index: -1;
}

.table-sm th, .table-sm td {
	padding: 0.3rem !important;
}

.list-group-item-action:hover, .list-group-item-action:focus {
	color: #ffffff;
	text-decoration: none;
	background-color: #8e191f;
}

.navbar.default-layout {
	background: linear-gradient(120deg, #8e191f, #8e191f, #4a63ec);
}

	.navbar.default-layout .navbar-brand-wrapper {
		background-color: #8e191f;
	}

.txt-xs {
	font-size: 10px;
}

.content-wrapper {
	background-color: #dedede;
}

.bg-primary, .btn-primary {
	background-color: #8e191f !important;
}

.cursor-pointer {
	cursor: pointer;
}

.login-bg {
	background: url(../images/login-bg.jpg) no-repeat center center fixed;
	background-size: cover;
}

.no-spinners {
	-moz-appearance: textfield;
}

	.no-spinners::-webkit-outer-spin-button,
	.no-spinners::-webkit-inner-spin-button {
		-webkit-appearance: none;
		margin: 0;
	}

.form-control {
	border-color: #ababab;
}

th {
	background-color: #ca2d36 !important;
	color: #ffffff;
}

.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
	background-color: #bf2a3208;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
	background-color: #ffffff;
}

td > a {
	color: black;
}

.no-margin {
	margin: 0px !important;
}

.card .card-header {
	padding: 10px;
	color: white;
	background-color: #8e191f;
}

.control-label {
	font-weight: bold !important;
}

.navbar.default-layout {
	background: linear-gradient(120deg, #8e191f, #8e191f, #d02f38);
	transition: background 0.25s ease;
	-webkit-transition: background 0.25s ease;
	-moz-transition: background 0.25s ease;
	-ms-transition: background 0.25s ease;
}

.fa.fa-chevron-right.float-right {
	color: #ffffff
}

.fa.fa-chevron-down.float-right {
	color: #ffffff
}

a[aria-expanded=false] .fa-chevron-down {
	display: none;
}

a[aria-expanded=true] .fa-chevron-right {
	display: none;
}

.ace_editor {
	position: relative;
}

.careys .slider-handle {
	background: #000000 !important;
}
/*RANGE SLIDER*/
.slidecontainer {
	width: 100%;
}

.slider {
	-webkit-appearance: none;
	width: 100%;
	height: 15px;
	border-radius: 5px;
	background: #f3f4fa;
	outline: none;
	opacity: 0.7;
	-webkit-transition: .2s;
	transition: opacity .2s;
}

	.slider::-webkit-slider-thumb {
		-webkit-appearance: none;
		appearance: none;
		width: 25px;
		height: 25px;
		border-radius: 50%;
		background: #4CAF50;
		cursor: pointer;
	}

	.slider::-moz-range-thumb {
		width: 25px;
		height: 25px;
		border-radius: 50%;
		background: #4CAF50;
		cursor: pointer;
	}


	.slider.slider-horizontal {
		width: 100%;
	}

.slider-track-low {
	background: #a0a0a0 !important;
}

.slider-track-high {
	background: #ffffff !important;
	border: 1px solid #d2d1d1;
}

.slider-selection {
	background: #a0a0a0 !important;
}

.hover-show-item {
	color: white;
	text-decoration: none;
	transition: color 0.3s linear;
	-webkit-transition: color 0.3s linear;
	-moz-transition: color 0.3s linear;
}

.hover-show:hover .hover-show-item {
	color: red
}



/* Customize the label (the container) */
.inbcheck {
	display: block;
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px;
	cursor: pointer;
	/* font-size: 14px; */
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
	/* Hide the browser's default checkbox */
	.inbcheck input {
		position: absolute;
		opacity: 0;
		cursor: pointer;
		height: 0;
		width: 0;
	}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #eee;
}

/* On mouse-over, add a grey background color */
.inbcheck:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.inbcheck input:checked ~ .checkmark {
	background-color: #dc3545;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.inbcheck input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.inbcheck .checkmark:after {
	left: 8px;
	top: 4px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
