@charset "utf-8";
/* CSS Document */
@font-face {
font-family: 'DIN Pro Condensed Regular';
font-style: normal;
font-weight: normal;
src: local('DIN Pro Condensed Regular'), url("webfonts/DINPro-Cond-d38616f312e31f5e3cbc01ca9c990e47.woff") format('woff');
}


@font-face {
font-family: 'DIN Pro Condensed Light';
font-style: normal;
font-weight: normal;
src: local('DIN Pro Condensed Light'), url("webfonts/DINPro-CondLight-2cc573fdbaeb11aabdefce3c25ced0fd.woff") format('woff');
}


@font-face {
font-family: 'DIN Pro Condensed Medium';
font-style: normal;
font-weight: normal;
src: local('DIN Pro Condensed Medium'), url("webfonts/DINPro-CondMedium-0a3f08c459095a3387e1023fe3267c7a.woff") format('woff');
}



@font-face {
font-family: 'DIN Pro Condensed Bold';
font-style: normal;
font-weight: normal;
src: local('DIN Pro Condensed Bold'), url("webfonts/DINPro-CondBold-fbca3a84b91845d18bf5e7b5c10a9daa.woff") format('woff');
}








body {
    color: 000 !important;
  font-size: 16px;
  font-family: 'century-gothic', sans-serif !important;
    font-weight: 400;
    line-height: 22.5px
}
h1 {
    font-size: 36px!important;
    
    line-height: 36px!important;
}
h1 {
  font-family: 'DIN Pro Condensed Bold' !important;
}

h2 {
  font-family: 'DIN Pro Condensed Bold' !important;
  font-size: 24px;
}


a {
    text-decoration: none;
  }

input[type="text"], input[type="password"], select, input[type="email"] {
  font-size: .8rem;
  color: #666;
  padding: .5rem;
  border: 1px solid #999 !important;
  width: 100%;
  border-radius: 0px;
}

.btn-primary {
  padding-left: .9rem;
  padding-right: .9rem;
  padding-top: .2rem;
  padding-bottom: .2rem;
  color: #fff !important;
  background-color: #000;
  border: 2px solid #000;
  transition-delay: 0.1s, 0.1s, 0.1s, 0.1s;
  transition-duration: 0.5s, 0.5s, 0.5s, 0.5s;
  transition-property: color, background-color, border-color, box-shadow;
  transition-timing-function: ease-in-out, ease-in-out, ease;
  border-radius: 0 !important;
  font-size: 14px;
}

.btn-primary:hover {
  color: #000 !important;
  text-decoration: none;
  background-color: #fff;
  border: 2px solid #000 !important;
}

/*Body*/
.hHome {
    color:#000000;
    font-weight:bold;   
}



.form-check-input.is-invalid:focus  {
    border-color: var(--bs-form-invalid-border-color)!important;
}

@media only screen and (max-width: 991px) {
    
}


.container {
    max-width:980px;
}
input[type="password"], input[type="text"], input[type="text"].form-control, input[type="email"].form-control {
    border: 1px solid #ccc;
    border-top-color: rgb(204, 204, 204);
    border-right-color: rgb(204, 204, 204);
    border-bottom-color: rgb(204, 204, 204);
    border-left-color: rgb(204, 204, 204);
    height: 40px;
    width: 100%;
    padding-left: 5px;
    border-radius: 0px;
    font-size: .8rem;
}



 input:checked {
	background-color: #000000;
	border-color: #000000;
}

 .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #000000 transparent transparent transparent!important;
}

.select2-container--default .select2-selection--single {
	border: 1px solid rgb(153, 153, 153) !important;;
	border-radius: 0px!important;
}

.select2, .select2-selection, .select2-selection__arrow, .select2-selection__rendered , .select2-selection__clear {
	height:40px!important;
    font-size: .8rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 36px!important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #000000!important;
	color: white;
}
.select2-search__field:focus {
	border: 1px solid #000000!important;
	outline: unset!important;
}
.select2-search__field {
	border: 1px solid #000000!important;
	outline: unset!important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: rgb(33, 37, 41);
    display: block;
    width: 100%;
    text-align: left;
}

.select2-container .select2-selection--single .select2-selection__rendered { 
    text-align:left!important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size:1 .8rem!important;
    color:rgb(33, 37, 41,0.75)!important;
}

.form-check-input:focus {
	border-color: #DDD!important;;
	outline: 0;
	box-shadow: unset!important;;
}
.form-control:focus {
	box-shadow: 0 0 0 .25rem rgba(44,98,69,.25)!important;
	border-color: #000000!important;
  }

.form-check-input:checked {
	background-color: #000000;
	border-color: #000000;
}

.new-row0,.new-row1,.new-row2,.new-row3,.new-row4,.new-row5,.new-row6,.new-row7,.new-row8 {
    position:relative;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
[id^="remove"]  {
    position:absolute;
    top: 25px;
    right:-5px;
    color:#000000;
    font-weight:bold;
    text-decoration:none!important;
}

.form-group {
    position:relative;
}
.invalid-feedback { 
 display: none !important;
    width: 95%;
    top: -10px;
    right: 11px;
    text-align: end;
}

.form-control.is-invalid {
    border: 1px solid #ccc;
    border-top-color: rgb(204, 204, 204);
    border-right-color: rgb(204, 204, 204);
    border-bottom-color: rgb(204, 204, 204);
    border-left-color: rgb(204, 204, 204);
} 



.modal-body {
    text-align:center!important;
}

.min-h{
    min-height: 230px;
}


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

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        font-size:.8rem !important;
    }
    input[type="password"], input[type="text"], input[type="text"].form-control, input[type="email"].form-control {
    
        font-size:.8rem !important;
    }



}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center; 
  border-bottom: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.modal-footer {
    border-top: none;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.modal-content {border-radius: 0px !important;}

select {font-size: .8rem;
  color: #666;
  padding: .5rem;
  border: 1px solid #999 !important;
  width: 100%;
  border-radius: 0px; background-color: #fff; height: 40px;}
  option {border-radius: 0px; font-size: .8rem;}

  a {color: #000; text-decoration: underline;}