/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
	font-family: Montserrat-Regular;
	src: url("../fonts/montserrat/Montserrat-Regular.ttf");
}

@font-face {
	font-family: Montserrat-Bold;
	src: url("../fonts/montserrat/Montserrat-Bold.ttf");
}

@font-face {
	font-family: Montserrat-Black;
	src: url("../fonts/montserrat/Montserrat-Black.ttf");
}

@font-face {
	font-family: Montserrat-SemiBold;
	src: url("../fonts/montserrat/Montserrat-SemiBold.ttf");
}

@font-face {
	font-family: Montserrat-Medium;
	src: url("../fonts/montserrat/Montserrat-Medium.ttf");
}

@font-face {
	font-family: Roboto;
	src: url("../fonts/roboto/roboto-v20-latin-regular.woff");
}

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

body,
html {
	height: 100%;
	font-family: Roboto;
}

/*---------------------------------------------*/
a {
	font-family: Roboto;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
}

a.lightblue {
	color: #0076a8 !important;
}

.container p a.link {
	color: #a5312e;
}
a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: underline;
}

.contact100-form-btn-logout {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 7rem;
	padding: 0px 20px;
	min-width: 100px;
	height: 50px;
	border-radius: 50px;
	/*background: #00ad5f;*/
	background: #a5312e;
	text-align: center;

	font-family: Roboto;
	font-size: 12px;
	color: #fff;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 1px;

	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.contact100-form-btn-logout:hover {
	background: #c87171;
	text-decoration: none;
}

.contact100-form-btn-register {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 7rem;
	padding: 0px 20px;
	min-width: 100px;
	height: 50px;
	border-radius: 50px;
	/*background: #00ad5f;*/
	background: rgb(9, 189, 9);
	text-align: center;

	font-family: Roboto;
	font-size: 12px;
	color: #fff;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 1px;

	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.contact100-form-btn-register:hover {
	background: #20e23a;
	text-decoration: none;
}

.contact100-form-btn-pdf {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 9rem;
	padding: 0px 20px;
	min-width: 100px;
	height: 50px;
	border-radius: 50px;
	background: #ffc107;
	text-align: center;

	font-family: Roboto;
	font-size: 12px;
	color: rgb(0, 0, 0);
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 1px;

	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.contact100-form-btn-pdf:hover {
	background: #f0b505;
	text-decoration: none;
}

.title {
	text-align: left;
	padding: 0px;
}

.buttons {
	display: inline-flex;
	justify-content: center;
}
@media only screen and (max-width: 768px) {
	.title {
		text-align: center;
	}

	.subhead {
		text-align: center;
	}
}

.form-control:focus {
	box-shadow: 0 0 0 0.2rem #a5312e;
}

.print {
	display: none;
}

.selector {
	width: 5.5rem;
}

.ddMobile {
	margin-top: 15px;
}
@media only screen and (max-width: 768px) {
	.ddMobile {
		text-align: center;
	}
	.res {
		margin-top: 0px !important;
	}
}

.customInput {
	border-radius: 10px;
	height: 50px;
}

.navLink {
	font-size: 14px;
	font-weight: 600;
	font-family: "Roboto", Arial, sans-serif;
	text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link:hover {
	color: #a5312e;
}

.navPadding {
	padding-right: 45px;
	padding-left: 45px;
}

@media only screen and (max-width: 768px) {
	.navPadding {
		padding-right: 0px;
		padding-left: 0px;
	}
}

.navbar-light .navbar-toggler {
	color: white;
	border-color: #f8f9fa;
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	vertical-align: middle;
	content: "";
	background: no-repeat center center;
	background-size: 100% 100%;
}

.shadow {
	background-color: #fafafa;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
}

.navbar-light .navbar-nav .nav-link {
	color: black;
	margin: 0 10px;
	letter-spacing: 1px;
}
.bc {
	border-radius: 50px;
	width: 10rem;
}

.subhead {
	margin-top: 20px;
}

/*---------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
}
.brTop {
	margin-top: 45px;
}
p {
	font-family: Roboto;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

ul,
li {
	margin: 0px;
	list-style-type: none;
}

.shadow {
	background-color: #fafafa;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
}

/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

input[type="number"] {
	-moz-appearance: textfield;
	appearance: none;
	-webkit-appearance: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

textarea {
	outline: none;
	border: none;
}

textarea:focus,
input:focus {
	border-color: transparent !important;
}

input:focus::-webkit-input-placeholder {
	color: transparent;
}
input:focus:-moz-placeholder {
	color: transparent;
}
input:focus::-moz-placeholder {
	color: transparent;
}
input:focus:-ms-input-placeholder {
	color: transparent;
}

textarea:focus::-webkit-input-placeholder {
	color: transparent;
}
textarea:focus:-moz-placeholder {
	color: transparent;
}
textarea:focus::-moz-placeholder {
	color: transparent;
}
textarea:focus:-ms-input-placeholder {
	color: transparent;
}

input::-webkit-input-placeholder {
	color: #adadad;
}
input:-moz-placeholder {
	color: #adadad;
}
input::-moz-placeholder {
	color: #adadad;
}
input:-ms-input-placeholder {
	color: #adadad;
}

textarea::-webkit-input-placeholder {
	color: #adadad;
}
textarea:-moz-placeholder {
	color: #adadad;
}
textarea::-moz-placeholder {
	color: #adadad;
}
textarea:-ms-input-placeholder {
	color: #adadad;
}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}

/*---------------------------------------------*/
.container {
	max-width: 1140px;
}

/*//////////////////////////////////////////////////////////////////
[ Utility ]*/

.bg0 {
	background-color: #fff;
}
.bg1 {
	background-color: #f7f7f7;
}

/*//////////////////////////////////////////////////////////////////
[ Contact ]*/

.container-contact100 {
	width: 100%;
	min-height: 100vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 15px;
	background: #e6e6e6;
}

.wrap-contact100 {
	width: 1200px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	padding: 5px 35px 10px 55px;
}

.res {
	margin-top: 35px;
	margin-bottom: 35px;
}

/*------------------------------------------------------------------
[  ]*/

.contact100-form {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact100-form-title {
	display: block;
	width: auto;
	font-family: Roboto;
	font-size: 39px;
	color: #333333;
	line-height: 1.2;
	text-align: center;
	padding-bottom: 59px;
}

.contact100-form-subtitle {
	display: block;
	width: 100%;
	font-family: Roboto;
	font-size: 25px;
	color: #333333;
	line-height: 0;
	text-align: center;
	padding-bottom: 55px;
}

/*------------------------------------------------------------------
[  ]*/

.wrap-input100 {
	width: 100%;
	position: relative;
	border: 1px solid #e6e6e6;
	border-radius: 13px;
	padding: 10px 30px 9px 22px;
	margin-bottom: 20px;
}

.rs1-wrap-input100 {
	width: calc((100% - 30px) / 2);
}

.label-input100 {
	font-family: Roboto;
	font-size: 10px;
	color: #393939;
	line-height: 1.5;
	text-transform: uppercase;
}

.input100 {
	display: block;
	width: 100%;
	background: transparent;
	font-family: Roboto;
	font-size: 18px;
	color: #555555;
	line-height: 1.2;
	padding-right: 15px;
}

/*---------------------------------------------*/
input.input100 {
	height: 40px;
}

textarea.input100 {
	min-height: 120px;
	padding-top: 9px;
	padding-bottom: 13px;
}

.input100:focus + .focus-input100::before {
	width: 100%;
}

.has-val.input100 + .focus-input100::before {
	width: 100%;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 20px;
	width: 100%;
}

.contact100-form-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	width: 100%;
	height: 50px;
	/* background-color: #333333; */
	background-color: #a5312e;
	border-radius: 25px;
	text-align: center;

	font-family: Roboto;
	font-size: 16px;
	color: #fff;
	line-height: 1.2;

	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.contact100-form-btn i {
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.contact100-form-btn:hover {
	/* background-color: #00ad5f; */
	background-color: #c87171;
}

.report {
	background-color: #e5531b;
}

.report:hover {
	background-color: #e19230;
}

.contact100-form-btn:hover i {
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
	transform: translateX(10px);
}

/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 768px) {
	.rs1-wrap-input100 {
		width: 100%;
	}
}

@media (max-width: 576px) {
	.wrap-contact100 {
		padding: 0px 15px 25px 15px;
	}

	.wrap-input100 {
		padding: 10px 10px 9px 10px;
	}
}

/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
	position: relative;
}

.alert-validate::before {
	content: attr(data-validate);
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	position: absolute;
	width: 100%;
	min-height: 40px;
	background-color: #f7f7f7;
	top: 35px;
	left: 0px;
	padding: 0 45px 0 22px;
	pointer-events: none;

	font-family: Roboto;
	font-size: 18px;
	color: #fa4251;
	line-height: 1.2;
}

.btn-hide-validate {
	font-family: Roboto;
	font-size: 18px;
	color: #fa4251;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 40px;
	height: 40px;
	top: 35px;
	right: 12px;
}

.rs1-alert-validate.alert-validate::before {
	background-color: #fff;
}

.true-validate::after {
	content: "\f26b";
	font-family: Roboto;
	font-size: 18px;
	color: #00ad5f;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 40px;
	height: 40px;
	top: 35px;
	right: 10px;
}

/*---------------------------------------------*/
@media (max-width: 576px) {
	.alert-validate::before {
		padding: 0 10px 0 10px;
	}

	.true-validate::after,
	.btn-hide-validate {
		right: 0px;
		width: 30px;
	}
}

/*==================================================================
[ Restyle Select2 ]*/

.select2-container {
	display: block;
	max-width: 100% !important;
	width: auto !important;
}

.select2-container .select2-selection--single {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	background-color: transparent;
	border: none;
	height: 40px;
	outline: none;
	position: relative;
}

/*------------------------------------------------------------------
[ in select ]*/
.select2-container .select2-selection--single .select2-selection__rendered {
	font-family: Roboto;
	font-size: 18px;
	color: #555555;
	line-height: 1.2;
	padding-left: 0px;
	background-color: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
	top: 50%;
	transform: translateY(-50%);
	right: 0px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.select2-selection__arrow b {
	display: none;
}

.select2-selection__arrow::before {
	content: "\f312";
	font-family: Material-Design-Iconic-Font;
	font-size: 18px;
	color: #555555;
}

/*------------------------------------------------------------------
[ Dropdown option ]*/
.select2-container--open .select2-dropdown {
	z-index: 1251;
	width: calc(100% + 2px);
	border: 0px solid transparent;
	border-radius: 10px;
	overflow: hidden;
	background-color: white;
	left: -24px;

	box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
}

@media (max-width: 576px) {
	.select2-container--open .select2-dropdown {
		left: -12px;
	}
}

.select2-dropdown--above {
	top: -38px;
}
.select2-dropdown--below {
	top: 10px;
}

.select2-container .select2-results__option[aria-selected] {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 24px;
}

@media (max-width: 576px) {
	.select2-container .select2-results__option[aria-selected] {
		padding-left: 12px;
	}
}

.select2-container .select2-results__option[aria-selected="true"] {
	/* background: #00ad5f; */
	background: #a5312e;
	color: white;
}

.select2-container .select2-results__option--highlighted[aria-selected] {
	/* background: #00ad5f; */
	background: #a5312e;
	color: white;
}

.select2-results__options {
	font-family: Roboto;
	font-size: 14px;
	color: #555555;
	line-height: 1.2;
}

.select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: none;
	font-family: Roboto;
	font-size: 15px;
	color: #333333;
	line-height: 1.2;
}

.wrap-input100 .dropDownSelect2 .select2-container--open {
	width: 100% !important;
}

.wrap-input100 .dropDownSelect2 .select2-dropdown {
	width: calc(100% + 2px) !important;
}

/*==================================================================
[ Restyle Radio ]*/
.wrap-contact100-form-radio {
	width: 100%;
	padding: 15px 25px 0 25px;
}

.contact100-form-radio {
	padding-bottom: 5px;
}

.input-radio100 {
	display: none;
}

.label-radio100 {
	display: block;
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	font-family: Roboto;
	font-size: 18px;
	color: #555555;
	line-height: 1.2;
}

.label-radio100::before {
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #cdcdcd;
	background: #fff;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.label-radio100::after {
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 6px solid transparent;
	background: #00ad5f;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: none;
}

.input-radio100:checked + .label-radio100::after {
	display: block;
}

/*==================================================================
[ rs NoUI ]*/
.wrap-contact100-form-range {
	width: 100%;
	padding: 20px 25px 57px 25px;
}

.contact100-form-range-value {
	font-family: Roboto;
	font-size: 18px;
	color: #555555;
	line-height: 1.2;
	padding-top: 10px;
	padding-bottom: 30px;
}

.contact100-form-range-value input {
	display: none;
}

#filter-bar {
	height: 20px;
	border: 1px solid #e6e6e6;
	border-radius: 9px;
	background-color: #f7f7f7;
}
#filter-bar .noUi-connect {
	border: 1px solid #e6e6e6;
	border-radius: 9px;
	background-color: #00ad5f;
	box-shadow: none;
}
#filter-bar .noUi-handle {
	width: 40px;
	height: 36px;
	border: 1px solid #cccccc;
	border-radius: 9px;
	background: #f5f5f5;
	cursor: pointer;
	box-shadow: none;
	outline: none;
	top: -8px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
}

#filter-bar .noUi-handle.noUi-handle-lower {
	left: -1px;
}

#filter-bar .noUi-handle.noUi-handle-upper {
	left: -39px;
}

#filter-bar .noUi-handle:before {
	content: "";
	display: block;
	position: unset;
	height: 12px;
	width: 9px;
	background-color: transparent;
	border-left: 2px solid #cccccc;
	border-right: 2px solid #cccccc;
}
#filter-bar .noUi-handle:after {
	display: none;
}

@media (max-width: 576px) {
	.wrap-contact100-form-range {
		padding: 20px 0px 57px 0px;
	}

	.wrap-contact100-form-radio {
		padding: 15px 0px 0 0px;
	}
}

.logout-btn {
	background-color: #a5312e;
	border-radius: 50px;
	padding-left: 20px !important;
	padding-right: 20px !important;
	color: white !important;
	border: 1px solid #a5312e;
}

.logout-btn:hover {
	background-color: #f8f9fa;
	color: #a5312e !important;
}

.divider {
	margin-top: 40px;
}

.print {
	background-color: #0076a8;
}

.print:hover {
	background-color: #009adb;
}

.action-btn{
  width: 13rem;
}

.action-left{
  float: right;
}

.action-right{
  float: left;
}

@media screen and (max-width: 768px){
  .action-left{
    margin: 0 auto;
    margin-bottom: 20px;
    float: none;
    
  }
  .action-right{
    float: none;
    margin: 0 auto;
  }
  .logout-btn{
    margin: 0 !important;
    width: fit-content;
  }
}

.j-center {
	justify-content: center;
}

.hydro-wrapper {
	border: 1px solid #e6e6e6;
	border-radius: 13px;
	padding: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
}

.hydro-r {
	padding-left: 35px;
}

@media screen and (max-width: 768px) {
	.hydro-r {
		padding-left: 15px;
	}
}

.active{
  color: #a5312e !important;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

.print{
  font-family: 'Roboto', sans-serif;
}

.print-print {
	display: none;
}

@media print {
	td {
		padding-left: 5px;
		border: 1px solid black;
	}
	table{
		width: 100%;
		border-collapse: collapse;
	}
	.main-content {
		display: none;
	}

	#layout-footer{
		display: none;
	}

	.print-print {
		line-height: 24px;
		display: block;
		font-family: "Roboto", sans-serif !important;
	}

	.print-table {
		width: 100%;
		border-collapse: collapse;
	}

	.print-table > tbody > tr > td {
		padding: 3px 5px;
		border: 1px solid black;
	}

	.print-row {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.print-mt-10 {
		margin-top: 10px;
	}

	.print-mt-20 {
		margin-top: 20px;
	}

	.print-mt-40 {
		margin-top: 40px;
	}

	.print-ml-20 {
		margin-left: 20px;
	}

	.print-ml-40 {
		margin-left: 40px;
	}

	.print-col {
		width: 100%;
	}

	.print-table-50 {
		width: 50%;
		border-collapse: collapse;
	}

	.print-b-bottom-none {
		border-bottom: none;
	}

	.print-td-50 {
		width: 50%;
	}

	.print-td-25 {
		width: 25%;
	}

	.print-td-12 {
		width: 12.5%;
	}

	.print-td-title {
		font-weight: 700;
	}

	.print-center {
		text-align: center;
	}

	.print-h4 {
		font-size: 20px;
		margin: 0;
	}

	.print-h6 {
		font-size: 16px;
		font-weight: 400;
		margin: 0;
	}

	.print-float-r {
		float: right;
		margin-right: 3px;
	}

	.print-link {
		text-decoration: none;
		color: black;
	}
}

.gap{
	margin:10px 0 0 0;
}

input.select2-search__field{
	background: transparent !important;
  }
  
canvas {
    border: 1px solid black;
    background-color: white;
    display: block;
}

.signature-container {
	margin-top: 20px;
	margin-left: 15px;
	display: contents;
}

.mt-20 {
	margin-top: 20px;
}

.signature-container div:nth-child(1) {
	margin-left: 15px;
}

.signature-container div:nth-child(2) {
	margin-right: 15px;
}

@media screen and (max-width: 768px) {

	.signature-container div:nth-child(1) {
		margin-left: 15px;
	}

	.signature-container div:nth-child(2) {
		margin-left: 15px;
	}

}