body											{ font-family: "Arial", "Helvetica"; font-size: 18px; color: #595959; margin-bottom: 25px; }
h1												{ font-family: "Arial", "Helvetica"; font-weight: boldd; font-size: 26px; color: #1fa9da; }
h2												{ font-size: 22px; color: #369ed8; }

header											{ position: fixed; width: 100%; background-color: #fff; z-index: 5; padding-bottom: 15px; }
header > div:first-child						{ border-bottom: 1px solid #1fa9da; padding: 5px 0; }
header.home	> div								{ border-bottom: none; padding-bottom: 0; }
header nav #clauseEye							{ margin-right: 25px; }
header #txtHeader								{ color: #074690; font-size: 18px; font-weight: bold; }

main											{ position: relative; top: 125px; }
main form.values > div:first-child				{ border-top: 1px solid #d3d3d1; margin-top: 30px; }
main form.values > div							{ border-bottom: 1px solid #d3d3d1; border-left: 1px solid #d3d3d1; border-right: 1px solid #d3d3d1; }
main form.values > div > div					{ border-right: 1px solid #d3d3d1; display: flex; align-items: center; height: 90px; }
main form.values > div > div:last-child			{ border-right: none; }
main form.values label							{ color: #fff; background-color: #1fa9da; border-radius: 4px; padding: 10px; width: 100%; font-size: 23px; }
main form.values a, main div.values span		{ width: 100%; }
main form.values								{ margin-bottom: 25px; }
main div.go-index a								{ font-size: 24px; font-weight: bold; color: #1fa9da; background: url('../img/ico_go.png') no-repeat center right 1px; padding: 20px 40px; text-decoration: none; }
main.home p										{ font-size: 16px; }
main.home h1									{ padding-top: 25px; }

main ul.ppal									{ padding-left: 0; }
main ul.ppal li									{ list-style: none; width: 100%; }
main ul.ppal > li > a:first-child				{ background-color: #5da8dd; background-repeat: no-repeat; background-position: right 20px center; width: 100%; display: inline-block; color: #fff; padding: 5px 20px; font-size: 20px; text-decoration: none; }
main ul.ppal > li a.plusLink					{ height: 0; position: relative; top: -38px; float: right; }
main ul.ppal > li a.plusLink > img				{ padding: 10px 20px; }
main ul.ppal > li:hover > a						{ background-color: #3c74b0; }
main ul.ppal > li > ul							{ width: 100%; padding-left: 0; }
main ul.ppal > li > ul > li > a:first-child		{ background-color: #d7eaf7; background-repeat: no-repeat; background-position: right 20px center; width: 100%; display: inline-block; color: #074690; padding: 5px 35px; font-size: 18px; text-decoration: none; }
main ul.ppal > li > ul > li:hover > a			{ background-color: #fff; }
main ul.ppal > li > ul > li > ul > li > a		{ background-color: #fff; width: 100%; display: inline-block; color: #32669d; padding: 2px 5px; font-size: 17px; text-decoration: none; }
main ul.ppal > li > ul > li > ul > li > a:hover	{ font-weight: bold; }

main div.content								{ font-size: 18px; color: #78787a; }
main div.content h1								{ font-family: "Arial Black", "Arial"; font-size: 22px; font-weight: bold; color: #369ed8; text-transform: uppercase; padding-bottom: 18px; }
main div.content h2								{ font-size: 22px; color: #369ed8; padding: 25px 0 12px; text-transform: uppercase; }
main div.content h2 span.code					{ color: #eaa206; padding-right: 10px; }
main div.content h3								{ font-size: 18px; padding: 25px 0 12px; font-weight: bold; text-transform: uppercase; }
main div.content h3	span.code					{ color: #369ed8; padding-right: 10px; }
main div.content a.anchor						{ display: block; height: 120px; margin-top: -120px; visibility: hidden; }
main div.content p.clause						{ margin-left: 40px; }
main div.content p.clause > img.change-cl		{ position: relative; left: -16px; margin-right: -9px; top: -1px; display: none; cursor: pointer; }
main div.content p.clause > span				{ color: #369ed8; padding-right: 10px; cursor: pointer; }
main div.content ol								{ margin-left: 15px; }
main div.content ol.letter						{ list-style-type: lower-alpha; }
main div.content ol.margin-cl					{ margin-left: 40px; }
main div.content ol.buttons > li				{ padding: 2px 0; }
main div.content div.mytable					{ margin-top: 20px; margin-left: 40px; display: block; overflow-x: auto; }
.green { color: green; font-weight: bold;}
.red { color: red; font-weight: bold; }

main div.content th								{ background-color: #009cc4; color: #fff; font-weight: bold; padding: 4px 8px; text-align: center; border: 1px solid #000; }
main div.content td								{ border: 1px solid #000; text-align: left; padding: 4px 8px; }
main div.content td.txt-center					{ text-align: center !important; }
main div.content p.pie							{ text-align: center; padding: 5px 50px 10px; font-weight: bold; font-size: 16px; }
main div.content dl								{ margin-left: 25px; }
main div.content dt								{ float: left; }
main div.content dd								{ margin-left: 30px; }
main div.content div.attention					{ background: url('../img/attention.png') no-repeat left center; margin-bottom: 15px; }
main div.content div.safety						{ background: url('../img/safety.png') no-repeat left center; }
main div.content div.attention > p,
main div.content div.safety > p					{ margin-left: 100px; border: 1px solid #000; padding: 10px 25px; min-height: 80px; text-align: justify; }
main div.content div.attention > div			{ margin-left: 100px; border: 1px solid #000; padding: 10px 25px; min-height: 80px; text-align: justify; }
main div.content div.attention > div > p.clause	{ margin-left: 0; }
main div.content .margin-cl						{ margin-left: 60px; }
main div.content table.margin-cl				{ margin-left: 40px; }
main div.content div.image						{ text-align: center; padding: 10px 0 5px; }
main div.content div.image > img				{ height: auto; margin: 0px auto; max-width: 100%; }
main div.content a								{ text-decoration: underline; }
main div.content br > span.beautiful {
    background-color: rgb(187, 187, 53) !important;
}


.ver-2330::after {
    content: "Every clause applicable to System Version 3.0 is automatically applicable to System Version 2.3";
    position: absolute;
    background-color: rgb(56, 56, 56);
    color: white;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    white-space: nowrap;
}

.ver-2330:hover::after {
    visibility: visible;
    opacity: 1;
}

main div.content div.video						{ text-align: center; padding: 10px 0 5px; }
main div.content div.video
.video {
	height: auto; margin: 0px auto; max-width: 100%;;
}
span.error										{ font-size: 16px; color: red; }
.margin-left									{ margin-left: 50px; }
.margin-right									{ margin-right: 50px; }
.vertical-align									{ display: flex; align-items: center; }
.responsive                 					{ height: auto; margin: 0px auto; max-width: 100%; }
#tooltp											{ position: absolute; border: 1px solid #666; background-color: #fffae5; padding: 2px 5px; font-size: 14px; }

.modal-header									{ background-color: #3c74b0;  color: #fff; padding: 10px; border-bottom: none; }
.modal-header h4								{ font-size: 20px; font-weight: bold; }
.modal-header button.close						{ font-size: 25px; font-weight: normal; opacity: 1; text-shadow: none; color: #fff; }
.modal-body	input								{ font-size: 20px; color: #343a40; margin: 10px; }
.modal-body	label								{ font-weight: normal; }
.modal-body label.error							{ color: red; text-align: center; font-size: 15px; width: 100%; }
.modal-footer									{ border-top: none; padding-top: 0px; }
.modal-footer button.btn-default				{ border-color: #1fa9da; }


@media (max-width: 767px) {
	main form.values > div > div:last-child 	{ border-right: inherit; }
	main form.values span						{ font-size: 17px; }
	header #txtHeader							{ font-size: 16px; font-weight: bold; }
	.margin-left								{ margin-left: 10px; }
	.margin-right								{ margin-right: 10px; }
}


input[type="radio"] {
  accent-color: grey;  /* Makes the radio dot grey on Chromium browsers */
}


