html 
{
    overflow-y:scroll;
	min-height:103%;
}
body 
 {
	font-family: 'NeutrifPro-Regular', sans-serif;
 }
 p 
 {
 	font-family: 'NeutrifPro-Regular', sans-serif;
 }

h1 {
    font-size: 1.5em !important;
    font-weight: bolder !important;
	color:black !important;
}

 h3 
 {
 	font-family: 'NeutrifPro-Regular', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 40px;
 }
 
  h4
 {
 	font-family: 'NeutrifPro-Regular', sans-serif;
	font-weight: 400;
	margin-bottom: 30px;
	color: black !important;
 }

  h5
  {
      margin-bottom: 25px !important;
      margin-bottom: 25px !important;
  }
 
 .form-struct
 {
	background-color: white;	
	/*margin-top: 100px;
	padding-top: 100px;
	padding-bottom: 100px;
	/*
	border-radius: 18px;
	border-color: #67c7c6;
	border-style: solid;
	border-width: 3px;
	*/
	
 }
 
 #main-container 
 {
     /*min-height: 500px !important;*/
	 padding-right: 10%; 
	 max-width: 1200px !important;
 }

 .form-header 
 {
	background-color: #e1f4f4;
	border-radius: 18px 18px 0px 0px;
	border-color: #67c7c6;
	border-style: solid;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
 }
 
 .logo-image
 {
	margin-top: 30px;
	margin-bottom: 30px;
 }
 
 .div-padding-left-title 
 {
	padding:25px 0px 80px 0px;
	line-height: normal; 
	max-width:600px !important;		
 }
 
 .div-padding-left
 {
	padding-left:80px !important;	
 }
 
.container1 {
    display: block;
    position: relative;
    /*padding-left: 35px;*/
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

 
.container2 {
    display: block;
    position: relative;
    /*padding-left: 35px;*/
    margin-bottom: 12px;
    font-size: 22px;
	/*
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	*/
}

.container2 input {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.container2:hover input ~ .checkmark {
    background-color: #ccc;/*#ccc;*/
}

.container2 input:checked ~ .checkmark {
    background-color: white;
}

.container2 input:checked ~ .checkmark:after {
    display: block;
}

.container2 .checkmark:after {
/*
    left: 8px;
    top: 3px;
    width: 3px;
    height: 8px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	padding-left: -15px;
	padding-right: -15px;
*/
    left: 3px;
    top: 3px;
    width: 5px;
    height: 5px;
    border-radius: 4px !important;
    border: solid black;
    border-width: 1px 1px 1px 1px;
    background-color: black !important;
}

/* checkmark-end */
.container2:hover input ~ .checkmark-end {
    background-color: #ccc;/*#ccc;*/
}

.container2 input:checked ~ .checkmark-end {
    background-color: white;
}

.container2 input:checked ~ .checkmark-end:after {
    display: block;
}

.container2 .checkmark-end:after {
/*
    left: 8px;
    top: 3px;
    width: 3px;
    height: 8px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	padding-left: -15px;
	padding-right: -15px;
*/
    left: 4px;
    top: 0px;
    width: 2px;
    height: 7px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Test option 1 */

.containerOption1 {
    display: block;
    position: relative;
    /*padding-left: 35px;*/
    margin-bottom: 12px;
    font-size: 22px;
    /*
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	*/
}

.containerOption1 input {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.containerOption1:hover input ~ .checkmark3 {
    background-color: white;
}

.containerOption1 input:checked ~ .checkmark3 {
    background-color: white;/*black;*/
}

.containerOption1 input:checked ~ .checkmark3:after {
    display: block;
}

.containerOption1 .checkmark3:after {
	/*
    left: 8px;
    top: 3px;
    width: 3px;
    height: 10px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    padding-left: -15px;
    padding-right: -15px;
	*/
    left: 3px;
    top: 3px;
    width: 5px;
    height: 5px;
    border-radius: 4px !important;
    border: solid black;
    border-width: 1px 1px 1px 1px;
    background-color: black !important;
}

/* Test option 2 */
.containerOption2 {
    display: block;
    position: relative;
    /*padding-left: 35px;*/
    margin-bottom: 12px;
    font-size: 22px;
    /*
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	*/
}

.containerOption2 input {
     position: absolute;
     opacity: 0;
     height: 0;
     width: 0;
     cursor: pointer;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
}

    .containerOption2:hover input ~ .checkmark3 {
        background-color: white;
    }

    .containerOption2 input:checked ~ .checkmark3 {
        background-color: white;
    }

    .containerOption2 input:checked ~ .checkmark3:after {
        display: block;
    }

    .containerOption2 .checkmark3:after {
		/*
		left: 8px;
		top: 3px;
		width: 3px;
        height: 10px;
        border: solid black;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        padding-left: -15px;
        padding-right: -15px;
		*/
		left: 3px;
		top: 3px;
		width: 5px;
		height: 5px;
		border-radius: 4px !important;
		border: solid black;
		border-width: 1px 1px 1px 1px;
		background-color: black !important;
    }


.container3 {
    display: block;
    position: relative;
    /*padding-left: 35px;*/
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container3 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.container3:hover input ~ .checkmark2 {
    background-color: white;
}

.container3 input:checked ~ .checkmark2 {
    background-color: #fff;
	border-color: black !important;
}

.container3 input:checked ~ .checkmark2:after {
    display: block;
}

.container3 .checkmark2:after {
    left: 8px;
    top: 3px;
    width: 3px;
    height: 10px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	padding-left: -15px;
	padding-right: -15px;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
	border-radius:30px;
	margin-top: 5px;
    height: 13px;
    width: 13px;
	border-style: solid !important;
	border-width: 1px !important;
	border-color: black;/*#085a50;*/
	background-color: white;/*#e1f4f4;*/
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkmark-end {
    position: absolute;
    top: 0;
    left: 0;
	margin-top: 5px;
    height: 13px;
    width: 13px;
	border-style: solid !important;
	border-width: 1px !important;
	border-color: black;/*#085a50;*/
	background-color: white;/*#e1f4f4;*/
}

.checkmark-end:after {
    content: "";
    position: absolute;
    display: none;
}
/*
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
	border-style: solid !important;
	border-width: 2px !important;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
*/
.checkmark2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
	border-style: solid !important;
	border-width: 2px !important;
	border-color: black;/*#67c7c6;*/
	background-color: white;/*#e1f4f4;*/
}

.checkmark2:after {
    content: "";
    position: absolute;
    display: none;
}


.checkmark3 {
	/*
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-style: solid !important;
    border-width: 2px !important;
    border-color: black;
    background-color: white;
	*/
    position: absolute;
    top: 0;
    left: 0;
	border-radius:30px;
	margin-top: 5px;
    height: 13px;
    width: 13px;
	border-style: solid !important;
	border-width: 1px !important;
	border-color: black;/*#085a50;*/
	background-color: white;/*#e1f4f4;*/
}

.checkmark3:after {
    content: "";
    position: absolute;
    display: none;
}

.form-body 
{
  margin-top: 35px;
}

.label-text
{
  margin-left: 40px;
  font-size: 1.6rem;
  font-weight: bold;
  /*font-size: 16px;*/
}
.label-text2
{
  margin-left: 40px !important;
  /*font-size: 17px;*/
  font-weight: bold !important;
  font-size: 1.6rem;
  text-align: center !important;
}
.label-text4
{
  margin-left: -47px !important;
  font-size: 20px;
  text-align: center !important;
  margin-top: -30px !important;
}
.label-text-title
{
  margin-left: 50px !important;
  font-size: 17px;
  text-align: center !important;
}
.span-text-adjust
{
  margin-left: 5px;
}
.label-text3
{
  /*font-size: 17px;*/
  font-weight: bold !important;
  font-size: 1.6rem;
  text-align: center !important;
  /*margin-left: 40px !important;*/
  /*font-size: 17px;
  font-size: 1.3rem;
  text-align: center !important;
  margin-left: 0px !important;
  font-size: 20px;
  */
}

.small-title-text
{
  margin-left: 30px !important;
  font-size: 20px;
}

.text-italic
{
  font-style: italic;
  font-color: grey;
  font-size: 20px;
}

.text-italic2
{
  font-style: italic;
  font-color: grey;
  font-size: 17px;
}

.text-underline
{
  text-decoration: underline;
  font-color: grey;
  font-size: 16px;
}

.hr1
{
 margin-top: 25px;
 margin-bottom: 25px;
 border-color: #D4D4D4;
 border-width: 1px;
}
.hr2
{
 margin-top: 25px;
 margin-bottom: 25px;
 border-color: #D4D4D4;
 border-width: 2px;
}
.inpTextForm1
{
border: 1px solid black !important;	
border-radius: 25px;
width: 50% !important;
padding-left:5px;
padding-right: 5px !important;
font-size: inherit !important;
/*
 font-family: 'NeutrifPro-Regular', sans-serif;
 border-style: solid !important;
 border-width: 2px !important;
 width: 50% !important;
 height: 35px !important;
 margin-top: 1px;
 margin-bottom: 10px;
 border-radius: 5px;
 padding: 5px; 
 text-decoration: none !important;
 border-color: #085a50;
 */
}

.inpTextForm1:focus
{
 /*border-color: #e1f4f4 !important;*/
 /*text-decoration: none !important;*/
 /*border-style: solid !important;*/
 /*border-width: 2px !important;*/
 /*background-color: #e1f4f4;*/
 /*outline: none;*/
 /*border-color: #67c7c6;*/
 /*box-shadow: 0 0 10px #9ecaed;*/
 border: 1px solid black !important;	
 box-shadow: 0 0 5px black;	
}

.inpTextFormSmall1
{
 font-family: 'NeutrifPro-Regular', sans-serif;
 border-style: solid !important;
 border-width: 2px !important;
 width: 100px !important;
 height: 35px !important;
 margin-top: 5px !important;
 margin-bottom: 10px;
 margin-left: 20px;
 border-radius: 5px;
 padding: 5px; 
 text-decoration: none;
 border-color: #67c7c6;
}

.inpTextFormSmall1:focus
{
 /*border-color: #e1f4f4 !important;*/
 text-decoration: none;
 border-style: solid !important;
 border-width: 1px !important;
 /*background-color: #e1f4f4;*/
 outline: none;
 border-color: #9ecaed;
 box-shadow: 0 0 10px #9ecaed;
}


.spanTextForm1
{ 
 font-family: 'NeutrifPro-Regular', sans-serif;
 font-size: 16px;
 font-weight: 400;
}

.formTextUL
{
 list-style-type: none;
 margin-left: -40px;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    /*z-index: 1;*/ /* Sit on top */
	z-index: 3;
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	border-style: solid !important;
	border-width: 2px !important;
	border-color: #085a50;
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
	border-color: #67c7c6;
	border-style: solid;
    margin: auto;
    padding: 20px;
    border: 3px solid #085a50;;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.buttons
{
 font-family: 'NeutrifPro-Regular', sans-serif;
 border-style: solid !important;
 border-width: 1px !important;
 border-color: #085a50;
 width: 150px;
 border-radius: 5px;
 background-color: #e1f4f4;
 text-decoration: none !important;
 font-weight: 400;
}

.buttons:focus
{
 outline: none;
 border-color: #9ecaed;
 box-shadow: 0 0 10px #9ecaed;	
}

.inlines
{
 display: inline-block !important;
}

.chkBoxForm1
{
 margin-top: 10px;
}

.questionCl
{
 margin-top: 17px;
 width: 20px !important;
 margin-left: 15px !important;
}

.questionF1
{
 margin-left: -50px;
 width: 20px !important;
 margin-top: 13px;
}

.questionInline
{
 margin-right: 0px !important;
 margin-left: 5px !important;
 width: 20px !important;
 /*margin-top: 4px;*/
 cursor: help;
}

.questionF2
{
 margin-right: 10px !important;
 margin-left: 0px !important;
 width: 17px !important;
 margin-top: 0px;
}

.questionG1
{
 width: 7px !important;
 margin-top: 13px;
 text-align: center;
}

.input-4
{
 width: 50px !important;
}

.input-10
{
 width: 110px !important;
}

.input-11
{
 width: 115px !important;
}

.input-12
{
 width: 125px !important;
}

.tableRow
{
 height: 130px !important;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.btn2 {
/*
 font-family: 'NeutrifPro-Regular', sans-serif;
 border-style: solid !important;
 border-width: 2px !important;
 border-color: #085a50;
 color: #085a50;
 width: 150px;
 height: 40px;
 border-radius: 5px;
 background-color: #e1f4f4;
 text-decoration: none !important;
 padding: 5px 15px;
 font-size: 15px;
 font-weight: bold;
 text-transform: uppercase !important;
*/
font-family: 'NeutrifPro-Regular', sans-serif;
background-color:black;
color:white;
margin: 2% 4% 2% 0;
/*padding: 5px 25px;	*/
transition: all 0.3s ease-in-out 0s;
transition-duration: 0.2s;
/*
max-width: 500px;
min-width: 125px;
*/
width: 100px;
font-size: 13px;
line-height: 24px;
display: inline-block;
 border-radius: 25px;
font-weight: bold;
}
/*
.btn2:hover {
 box-shadow: 0 0 10px #085a50 !important;	
}
*/
.btn3 {

font-family: 'NeutrifPro-Regular', sans-serif;
background-color:black;
color:white;
margin: 2% 4% 2% 0;
/*padding: 5px 25px;	*/
transition: all 0.3s ease-in-out 0s;
transition-duration: 0.2s;
/*max-width: 500px;
min-width: 125px;
*/
width: 100px;
font-size: 13px;
line-height: 24px;
display: inline-block;
border-radius: 25px;
font-weight: bold;
}

/*
.btn3:hover {
 color: white;
 background-color:black;
}
*/

.btn-full {
/*	
 font-family: 'NeutrifPro-Regular', sans-serif;
 border-style: solid !important;
 border-width: 2px !important;
 border-color: black;
 color: white;
 width: 100%;
 height: 40px;
 border-radius: 5px;
 background-color: black;
 padding-top: 5px;
 padding-right: 10px;
 padding-bottom: 5px;
 padding-left: 0px;
 font-size: 15px;
 font-weight: bold;
 text-transform: uppercase !important;
 */
    font-family: 'NeutrifPro-Regular', sans-serif;
    background-color: white;
    color: black;
    margin: 2% 4% 2% 0;
    padding: 5px 25px;
    transition: all 0.3s ease-in-out 0s;
    transition-duration: 0.2s;
    max-width: 500px;
    min-width: 125px;
    font-size: 13px;
    line-height: 24px;
    display: inline-block;
    border-radius: 25px;
    font-weight: bold;
}
.btn-full:hover {
 /* box-shadow: 0 0 10px #085a50 !important;	*/
}

.btn-full-reverse {
/*	
 font-family: 'NeutrifPro-Regular', sans-serif;
 border-style: solid !important;
 border-width: 2px !important;
 border-color: black;
 color: white;
 width: 100%;
 height: 40px;
 border-radius: 5px;
 background-color: black;
 text-decoration: none !important;
 padding-top: 5px;
 padding-right: 10px;
 padding-bottom: 5px;
 padding-left: 0px;
 font-size: 15px;
 font-weight: bold;
 text-transform: uppercase !important;
 */
    font-family: 'NeutrifPro-Regular', sans-serif;
    background-color: white;
    color: black;
    margin: 2% 4% 2% 0;
    padding: 5px 25px;
    transition: all 0.3s ease-in-out 0s;
    transition-duration: 0.2s;
    max-width: 500px;
    min-width: 125px;
    font-size: 13px;
    line-height: 24px;
    display: inline-block;
    border-radius: 25px;
    font-weight: bold;
}
.btn-full-reverse:hover {
 /*box-shadow: 0 0 10px #e1f4f4 !important;	*/
}

.btn-table {
font-family: 'NeutrifPro-Regular', sans-serif;
background-color:#000;
color:#FFF;
margin: 2% 4% 2% 0;
padding: 0px 10px;	
transition: all 0.3s ease-in-out 0s;
transition-duration: 0.2s;
max-width: 500px;
min-width: 125px;
font-size: 13px;
line-height: 24px;
display: inline-block;
 border-radius: 25px;
font-weight: bold;
margin-top: 10px;
/*
 font-family: 'NeutrifPro-Regular', sans-serif;
 border-style: solid !important;
 border-width: 1px !important;
 border-color: #67c7c6;
 color: #fff;
 width: 160px;
 height: 30px;
 border-radius: 3px;
 background-color: #085a50;
 text-decoration: none !important;
 padding: 2px 7px;
 font-size: 13px;
 font-weight: bold;
 text-decoration: none;
 margin-top: 10px;
 */
}

.btn-table:hover {
 box-shadow: 0 0 7px #085a50;	
 color: white;
 text-decoration: none;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.second-container 
{
  margin-left: 0px;  
}
.spanGarEx 
{
	cursor: help;
}
.spanGarAss
{
	cursor: help;
}
.cursorHelp
{
	cursor: help;
}
.ulExplain
{
 font-size: 1rem;
}
.divExpContainer
{
 /*margin-left: 20px; */
/*
 border-style: solid !important;
 border-width: 1px !important;
 border-color: #3ba5d3;
 background-color: #e1f4f4;
 padding-left: 0px;
 padding-top:10px;
 padding-bottom:20px;
 border-radius: 5px;
 */
}
#divFormat 
{
	margin-top: 30px;
}
.divSpacer10
{
  height:10px !important;
}
.divSpacer20
{
 height:20px !important;
}
.divSpacer30
{
 height:30px !important;
}
.divSpacer40
{
 height:40px !important;
}
.divSpacer50
{
 height:50px !important;
}
.impNote1
{
 color: #d40000;
 font-weight: bold;
}
.gridImgIcon
{
 width:23px;
 height:23px;
 margin-top:0px;	
}
 .head-table
{
 font-size: 11px !important; 
 font-weight: bold;
}
.col42px
{
 width:100% !important;
 margin:0px !important;
 padding:0px !important;

}
.colSelectDefault
{
 font-size: .875rem;
 line-height: 1.5;
 height:23px !important;
 padding:0px;
 margin:0px;
}
.colSelect42px
{
 font-size: .875rem;
 line-height: 1.5;
 height:23px !important;
 padding:0px;
 margin:0px;
}
.table-body input
{
	text-decoration:none !important;
	border-style: solid;
	border-color: #085a50;
	border-width: 1px;
	width: 100% !important;
	text-align: left !important;
	padding-left: 3px !important;
	font-size: 11px !important;
}
.table-body input:focus
{
	text-decoration:none !important;
	border-color: #67c7c6;
    border-width: 1px;
	box-shadow: 0 0 10px #9ecaed;
}
.table-body select
{
	text-decoration:none !important;
	border-style: solid;
	border-color: black !important;
	border-width: 1px;
	width: 100% !important;
	height: 25px !important;
	font-size: 11px !important;
}
.table-body select:focus
{
	text-decoration:none !important;
	border-color: #67c7c6;
	box-shadow: 0 0 10px #9ecaed;
    border-width: 1px;
}

.table-body-B input
{
	text-decoration:none !important;
	border-style: solid;
	border-color: #085a50;
	border-width: 1px;
	width: 100% !important;
	text-align: left !important;
	padding-left: 3px !important;
	font-size: 11px !important;
}
    .table-body-B input:focus {
        text-decoration: none !important;
        border-color: #67c7c6;
        border-width: 1px;
        box-shadow: 0 0 10px #9ecaed;
    }
.table-body-B select
{
	text-decoration:none !important;
	border-style: solid;
	border-color: #085a50;
	border-width: 1px;
	width: 100% !important;
	font-size: 11px !important;
}
    .table-body-B select:focus {
        text-decoration: none !important;
        border-color: #67c7c6;
        border-width: 1px;
        box-shadow: 0 0 10px #9ecaed;
    }

.table-body input
{
	text-decoration:none !important;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	width: 100% !important;
	height: 25px !important;
	text-align: left !important;
	padding-left: 3px !important;
	font-size: 11px !important;
}
.table-body input:focus
{
	text-decoration:none !important;
	border-color: #67c7c6;
    border-width: 1px;
	box-shadow: 0 0 5px #9ecaed;
}
.table-body select
{
	text-decoration:none !important;
	border-style: solid;
	border-color: black !important;
	border-width: 1px;
	width: 100% !important;
	font-size: 11px !important;
}
.table-body select:focus
{
	text-decoration:none !important;
	border-color: #67c7c6;
	box-shadow: 0 0 5px #9ecaed;
    border-width: 1px;
}

.table-body-B input
{
	text-decoration:none !important;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	width: 100% !important;
	height: 25px !important;
	text-align: left !important;
	padding-left: 3px !important;
	font-size: 11px !important;
}
    .table-body-B input:focus {
        text-decoration: none !important;
        border-color: #67c7c6;
        border-width: 1px;
        box-shadow: 0 0 5px #9ecaed;
    }
.table-body-B select
{
	text-decoration:none !important;
	border-style: solid;
	border-color: black !important;
	border-width: 1px;
	width: 100% !important;
	height: 25px !important;
	font-size: 11px !important;
}
    .table-body-B select:focus {
        text-decoration: none !important;
        border-color: #67c7c6;
        border-width: 1px;
        box-shadow: 0 0 5px #9ecaed;
    }

/* Second grid for file upload option. */

.table-body-2 input {
    text-decoration: none !important;
    border-style: solid;
    border-color: black;
    border-width: 1px;
    width: 100% !important;
	height: 25px !important;
	text-align: left !important;
	padding-left: 3px !important;
	font-size: 11px !important;
}

.table-body-2 input:focus {
    text-decoration: none !important;
    border-color: #67c7c6;
    border-width: 1px;
    box-shadow: 0 0 5px #9ecaed;
}

.table-body-2 select {
    text-decoration: none !important;
    border-style: solid;
    border-color: black !important;
    border-width: 1px;
    width: 100% !important;
	height: 25px !important;
	font-size: 11px !important;
}

    .table-body-2 select:focus {
        text-decoration: none !important;
        border-color: #67c7c6;
        box-shadow: 0 0 5px #9ecaed;
        border-width: 1px;
    }

.table-body-2-B input {
    text-decoration: none !important;
    border-style: solid;
    border-color: black;
    border-width: 1px;
    width: 100% !important;
	height: 25px !important;
	text-align: left !important;
	padding-left: 3px !important;
	font-size: 11px !important;
}

    .table-body-2-B input:focus {
        text-decoration: none !important;
        border-color: #67c7c6;
        border-width: 1px;
        box-shadow: 0 0 5px #9ecaed;
    }

.table-body-2-B select {
    text-decoration: none !important;
    border-style: solid;
    border-color: black !important;
    border-width: 1px;
    width: 100% !important;
	height: 25px !important;
	font-size: 11px !important;
}

    .table-body-2-B select:focus {
        text-decoration: none !important;
        border-color: #67c7c6;
        border-width: 1px;
        box-shadow: 0 0 5px #9ecaed;
    }

.ul-horizon
{
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-right: 30px !important;
  overflow: hidden;
}
.ul-horizon-check
{
  overflow: visible !important;
  margin-bottom: 9px !important;  
}
.li-horizon
{
  float: left;	
  /*height: 27px;*/
  height: auto;
}
#btnSubmit
{
  margin-left:0px;
  margin-top:15px;
  width: 150px !important;
}
.errorAst
{
  font-weight: bolder;
  margin-right: 5px;
}
 .br-visible
 {
   display: none;
 }
 .validation-modal
 {
   font-weight: bold;
   font-size: 16px;
 }
.mobile-adapt-top
{
  height: 100px !important;
}
.mobile-adapt-bottom 
{
    /*height: 100px !important;*/
}
.form-header
{
  padding-top:40px;
  padding-bottom: 40px;
}
.h4-bold
{
    font-weight: bold !important;
}
/* Exception */
.nomAdjust input
{
    width: 125% !important;
}

.new-selector
{
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background:rgba(192,192,192,0.7) url(https://marteletmartel.com/images/arrow2.png) no-repeat top right;
  background-repeat: no-repeat !important;
  background-position-x: 100% !important;
  background-position-y: 2px !important;	
}

.new-selector option
{
	background-color:white !important;
}