@font-face{
	font-display:swap;
	font-family:Inter;
	font-style:normal;
	font-weight:400;
	src:url(../fonts/Inter-Regular.woff2) format("woff2")}

  @font-face {
	font-family: "Inter";
	src: url(../fonts/Inter-Bold.woff2) format("woff");
  }

  @font-face {
	font-family: "Inter";
	src: url(../fonts/Inter-Medium.woff2) format("woff");
  }

.shadow-sm {
	box-shadow: 0 1px 2px 0 rgb(0, 0, 0.05);
}

.shadow {
	box-shadow: 0 1px 3px 0 rgb(0, 0, 0.1), 0 1px 2px -1px rgb(0, 0, 0.1);
}

.shadow-md {
	box-shadow: 0 4px 6px -1px rgb(0, 0, 0.1), 0 2px 4px -2px rgb(0, 0, 0.1);
}

.shadow-lg {
	box-shadow: 0 10px 15px -3px rgb(0, 0, 0.1), 0 4px 6px -4px rgb(0, 0, 0.1);
}

.shadow-xl {
	box-shadow: 0 20px 25px -5px rgb(0, 0, 0.1), 0 8px 10px -6px rgb(0, 0, 0.1);
}

.shadow-2xl {
	box-shadow: 0 25px 50px -12px rgb(0, 0, 0.25);
}

.shadow-inner {
	box-shadow: inset 0 2px 4px 0 rgb(0, 0, 0.05);
}

.shadow-none {
	box-shadow: 0 0 #0000;
}

html {
	position: relative;
	min-height: 100%;
}
body {
	margin: 0 0 65px; /* bottom = footer height */
}

#ex1Slider .slider-selection {
	background: #C1C2C3;
}

#ex1Slider .slider-handle {
	background: #2a9749;
}

#ex1Slider .slider-tick.in-selection {
	background: #333;
}

#ex1Slider .slider {
	width: 100% !important;
}

.slider-tick-label {
	width: 70px;
}

#backIcon {
	top: 1px;
	right: 5px;
	display: block;
	box-sizing: border-box;
	position: fixed;
	z-index: 1031;
	height: 35px;
	width: 35px;
	margin: 5px;
	background-image: url("../img/back.png");
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	filter: invert(100%);
}

.box-outline {
	border: thin solid #d9dee1;
	padding: 15px 0;
	background-color: #ebebeb;
}

.bootstrap-datetimepicker-widget table td {
	height: 20px;
	line-height: 20px;
	width: 20px;
}

.unselectable {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.modal {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba( 252, 252, 252, .8 ) url('../img/loading.gif') 50% 50% no-repeat;
}

#calcResult {
	margin-top: 15px;
}

body {
	background: #fcfcfc;
	font-family: Inter,Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 28px;
	color: #333;
}

body.loading {
	overflow: hidden;
}

body.loading .modal {
	display: block;
}

.border-l {
    border-left-width: 1px;
}

.datepicker {
	color: #333;
	padding-right: 5px;
}

.timepicker {
	color: #333;
	padding-left: 5px;
}

h2 {
    font-size: 36px;
    font-weight: 700;
    -webkit-hyphens: auto;
    hyphens: auto;
    line-height: 40px;
    overflow-wrap: break-word;
}


h2.desktop {
    font-size: 36px;
    font-weight: 700;
    -webkit-hyphens: auto;
    hyphens: auto;
    line-height: 40px;
    overflow-wrap: break-word;
}

h2.tablet {
    font-size: 24px;
    font-weight: 700;
    -webkit-hyphens: auto;
    hyphens: auto;
    line-height: 32px;
    overflow-wrap: break-word;
}

h2.mobile {
    font-size: 24px;
    font-weight: 700;
    -webkit-hyphens: auto;
    hyphens: auto;
    line-height: 32px;
    overflow-wrap: break-word;
}

label.tablet {
	font-size: 16px;
}

label.mobile {
	font-size: 16px;
}

span.tablet {
	font-size: 16px;
}

span.mobile {
	font-size: 16px;
}

.container {
	width: 100%;
}

.container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}

/*.container-fluid.mobile {
	margin-top: 120px;
	margin-left: 15px;
	margin-right: 15px;
}

.container-fluid.tablet {
	margin-top: 50px;
	margin-left: 15px;
	margin-right: 15px;
}*/

.input-style {
	/*margin-right: 15px;
	border: 1px solid #c5cfd1;
	padding: 3px 5px;
	border-radius: 10px;*/

    border-radius: 10px;
    border-width: 1px;
    cursor: pointer;
    height: 46px;
    border-color: rgb(30 69 87);
    background-color: rgb(255 255 255);
    color: #333;
    font-size: 16px;
    line-height: 22px;
    padding: 10px;
    transition-duration: .25s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.input-style:hover {
	color: #146c8b;
	/*border-color: #333;
	--tw-border-opacity: 1;
    border-color: rgb(145 86 180 / var(--tw-border-opacity));
    --tw-shadow: 0 0 10px 0 #079bca;
    --tw-shadow-colored: 0 0 10px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-shadow-color: #079bca;
    --tw-shadow: var(--tw-shadow-colored);
    outline: 2px solid transparent;
    outline-offset: 2px;*/
}

.input-style:active {
	background: #C1C2C3;
	border-color: #333;
}

.padding-bot-15 {
	padding-bottom: 15px;
}

.glyphicon-ok {
	background: #2a9749;
	color: #ffffff;
	border-radius: 2px;
	border: none;
}

.glyphicon-ok:hover {
	background-color: #333 !important;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
	background: #1e4557;
	border-radius: 10px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
	text-align: center;
	border-radius: 0px;
	border-radius: 10px;
}

.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
	background: #0e81a7;
	color: #fff;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
	background: #0e81a7;
	color: #fff;
}

.bootstrap-datetimepicker-widget table td span:hover {
	background: #0e81a7;
	color: #fff;
}

.bootstrap-datetimepicker-widget table td span {
	border-radius: 10px;
}

.bootstrap-datetimepicker-widget table td span.active {
	background-color: #1e4557;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

a {
	color: #1e4557;
}

.message-result {
	display: none;
	font-size: 18px;
	line-height: 24px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: rgb(221 236 222);
	border: 1px solid  rgb(50 131 74);
	/*border: 1px solid #2a9749; */
	border-radius: 10px;
	background-image: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
	display: block;
	margin: 2px -15px;
	padding: 8px;
}

.dropdown-menu {
	min-width: 375px;
	max-width: 375px;
}

.bootstrap-datetimepicker-widget table td.day {
	height: 15px;
	line-height: 15px;
	width: 20px;
}

.bootstrap-datetimepicker-widget table td span {
	width: 48px;
	height: 28px;
	line-height: 28px;
}

.closeText:before {
	content: "OK";
	color: #fff;
	font-weight: bold;
}

.closeText {
	background-color: #1e4557;
}

.center {
	text-align: center;
}

.timeFormat {
	height: 20px;
	padding-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}

.timeSpacer {
	height: 25px;
}

.separator {
	font-weight: bolder;
}

.bootstrap-datetimepicker-widget .picker-switch {
	padding-left: 5px;
}
.form-control:focus {
	/*--tw-border-opacity: 1;
    border-color: rgb(145 86 180 / var(--tw-border-opacity));
    --tw-shadow: 0 0 10px 0 #9156b4;
    --tw-shadow-colored: 0 0 10px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-shadow-color: #9156b4;
    --tw-shadow: var(--tw-shadow-colored);
    outline: 2px solid transparent;
    outline-offset: 2px;*/
}

select {
	border: 1px solid #c5cfd1;
	border-radius: 10px;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
	display: none;
}

.header-dark-row {
	height: 45px;
	background: #204454;
	top: 0;
	display: block;
	box-sizing: border-box;
	position: fixed;
	right: 0;
	left: 0;
	z-index: 999;
}

.header-fixed-top {
	top: 45px;
	display: block;
	box-sizing: border-box;
	position: fixed;
	height: 84px;
	right: 0;
	left: 0;
	z-index: 999;
	padding: 0;
	background-image: url('../img/bg-logo.png');
	background-color: #fcfcfc;
}

.footer-fixed-bottom {.position: absolute;
	.left: 0;
	.bottom: 0px;
	height: 100px;
	width: 100%;.background-color: #1d4e2c;
	margin: 20px 0px 40px 0px;
	padding-left: 0;
	padding-right: 0;
}

.footer-content {
	line-height: 49px;
	padding-left: 15px;
	padding-right: 15px;
}

hr.footer {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #D9DEE1;
	margin-top: 0px;
	margin-bottom: 0px;
}

.main-container.mobile {
	padding-bottom: 20px;
}

.row.mobile {
	margin-left: 0;
	margin-right: 0;
}

img.header-image {
	padding: 3px 5px;
	
}
