﻿

/* Set padding to keep content from hitting the edges */
.body-content {
	padding-left: 15px;
	padding-right: 15px;
}

[data-v-cloak=hidden] {
	visibility: hidden;
}

[data-v-cloak=none] {
	display: none;
}

/*.field-validation-valid {
	color: #dc3545 !important
}*/

.body-content2 {
	min-height: 400px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
	white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/
.as-loginStatus {
	float: right;
	position: relative;
	top: 5px;
}

	.as-loginStatus img {
		height: 50px;
	}

.as-cap, .gCap {
	display: inline-block;
	width: 140px;
}

input[type=checkbox] + label {
	display: inline-block;
	margin-left: 5px;
}


.as-markedRow {
	background: #aaffaa !important;
}

.not-working-yet {
	text-decoration: line-through;
}

/*orange style*/


.btn-orange {
	background-color: #f17b02;
	color: white;
	font-weight: bold;
}

.btn-gray {
	background-color: #CCCCCC;
	color: white;
	font-weight: bold;
}

.text-orange {
	color: #f17b02;
}

.caps {
	/* why people used to call this CAPS? */
	text-transform: uppercase;
}

.lang-switcher {
	min-width: 30% !important;
}
/*a {
	color: #f17b02;
}

	a:hover {
		color: black;
		text-decoration: none;
	}*/
.text-bold {
	font-weight: bold;
}


/*logo*/
.nav-logo {
	width: 150px;
}

.switch6 {
	max-width: 17em;
	margin: 0 auto;
}

.switch6-light > span, .switch-toggle > span {
	color: #000000;
}

.switch6-light span span, .switch6-light label, .switch-toggle span span, .switch-toggle label {
	color: #2b2b2b;
}

.switch-toggle a,
.switch6-light span span {
	display: none;
}

.input-group-text {
	border-radius: .25rem !important;
}



/*hide arrows in input type = number for firefox*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}




.switch6-light {
	display: block;
	height: 30px;
	position: relative;
	overflow: visible;
	padding: 0px;
	margin-left: -1px;
	margin-bottom: -1px;
	margin-right: -1px;
}

	.switch6-light * {
		box-sizing: border-box;
	}

	.switch6-light a {
		display: block;
		transition: all 0.3s ease-out 0s;
	}

	.switch6-light label,
	.switch6-light > span {
		line-height: 30px;
		vertical-align: middle;
	}

	.switch6-light label {
		font-weight: 700;
		margin-bottom: px;
		max-width: 100%;
	}

	.switch6-light input:focus ~ a, .switch6-light input:focus + label {
		outline: 1px dotted rgb(136, 136, 136);
	}

	.switch6-light input {
		position: absolute;
		opacity: 0;
		z-index: 5;
	}

		.switch6-light input:checked ~ a {
			right: 0%;
		}

	.switch6-light > span {
		position: absolute;
		left: -100px;
		width: 100%;
		margin: 0px;
		padding-right: 100px;
		text-align: left;
	}

		.switch6-light > span span {
			position: absolute;
			top: 0px;
			left: 0px;
			z-index: 5;
			display: block;
			width: 50%;
			margin-left: 100px;
			text-align: center;
		}

			.switch6-light > span span:last-child {
				left: 50%;
			}

	.switch6-light a {
		position: absolute;
		right: 50%;
		top: 0px;
		z-index: 4;
		display: block;
		width: 50%;
		height: 100%;
		padding: 0px;
	}



label {
	/* negate bootstrap */
	font-weight: normal;
}


/*region header*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.els-navbar-nav .nav-item .nav-link {
		padding-right: 5px !important;
	}
}

@media only screen and (max-width: 993px) {
	/*767*/
	.els-navbar {
		background-color: white;
		box-shadow: 0 1px 10px 0 rgba(51, 51, 51, 0.35);
		position: fixed;
		z-index: 1;
		width: 100%;
		max-width: 100%;
		justify-content: flex-start;
	}

		.els-navbar .navbar-collapse:after {
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			content: "";
			height: 1px;
			margin-top: -1px;
			box-shadow: 0 1px 10px 0 rgba(51, 51, 51, 0.35);
		}

	.nav-placeholder {
		height: 82px;
	}

	#slide-navbar-collapse {
		position: fixed;
		z-index: 99;
		width: 280px;
		height: 100%;
		background-color: #fff;
		overflow: auto;
		top: 81px;
		left: 0px;
	}


	.menu-overlay {
		display: none;
		background-color: #000;
		bottom: 0;
		left: 0;
		opacity: 0;
		filter: alpha(opacity=50);
		/* IE7 & 8 */
		position: fixed;
		right: 0;
		top: 0;
		z-index: 49;
	}

	.navbar-toggler .fa {
		display: none;
	}

	.navbar-toggler.opened .fa {
		display: inline-block;
	}

	.navbar-toggler.opened span {
		display: none;
	}

	.els-navbar .navbar-toggler:focus {
		border: none;
	}
}
/*endregion header*/

.bottom-block {
	border-top: 1px solid #ccc;
}

.page-container {
	position: relative;
	min-height: 610px;
}

body {
	height: 100% !important;
	overflow-x: hidden;
}

footer {
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
	box-sizing: border-box;
}

/*breadcrumb*/
.cont-breadcrumb {
	background-color: #fff;
	padding: 5px;
	margin-bottom: 10px;
}

	.cont-breadcrumb .delimiter {
		padding-right: 10px;
		padding-left: 10px;
	}

.dashed-line {
	height: 18px;
	border-top: 1px dashed #dee2e6;
}

.solid-line {
	height: 18px;
	border-top: 1px solid #dee2e6;
}

.dashed-line-above-total {
	height: 0 !important;
}

a.btn-orange {
	color: white !important;
}

.margin-left-right-none {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.block-register {
	line-height: 40px;
}


@media (max-width:768px) {
	.pl-0-sm {
		padding-left: 15px !important;
	}

	.total-weight-sm {
		padding-left: 15px;
	}
}

@media (min-width:350px) {
	.pl3 {
		padding-left: 15px;
	}
}

.form-control[type=checkbox]:focus {
	border-color: white !important;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0) !important;
}


.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus,
.btn-light.focus, .btn-light:focus {
	box-shadow: 0 0 0 0.2rem rgba(248,249,250,0) !important;
}


.datepicker-days {
	/*font-family: Roboto, Helvetica, sans-serif !important;*/
	font-family: "Nunito Sans", Helvetica, Arial, sans-serif !important;
}


@media screen {
	.print {
		display: none;
	}
}

@media print {

	html, body {
		width: 210mm;
		height: 297mm;
		font-size: 0.7rem;
	}

	.row {
		display: flex;
		justify-content: space-between;
	}

	.col-md-6 {
		display: inline-block;
		width: 50%;
	}

	.col-md-4 {
		display: inline-block;
		width: 33.33333333%;
	}

	.col-md-8 {
		display: inline-block;
		width: 66.66666667%;
	}

	.col-sm-12 {
		display: inline-block;
		width: 100%;
	}

	.no-print, .no-print *, .profiler-results{
		display: none !important;
	}
}

.float-right {
	float: right !important;
}

.mr-2 {
	margin-right: .5rem !important;
}

