﻿html,
body {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	color: #000; 
    width: 100%; 
    height: 100%; 
    overflow:auto;
} 

a img { 
	border: none;
} 
a:link {
	color: #145c9e;
	text-decoration: none; 
}
a:visited {
	color: #72007C;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: underline;
}


 
.button {
   background: #0572ce;
   border: 1px solid #0572ce;
   border-radius: 2px;
   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
   font-weight; bold;
   font-size: 18px;
   color: #FFFFFF;
   text-align: center;
   height:48px;
   padding-right:20px;
   padding-left:20px;
}

.button:hover {
   background: #F7F8F9;
   border: 1px solid #C4CED7;
   border-radius: 2px;
   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
   font-weight; bold;
   font-size: 18px;
   color: #0572CE;
   text-align: center;
   height:48px;
   padding-right:20px;
   padding-left:20px;
}
.button:active {
	background: #0572ce;
	border: 1px solid #0572ce;
	border-radius: 2px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight; bold;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	height:48px;
	padding-right:20px;
	padding-left:20px;
}

.MainWrapper {
    width:90%;
    margin:0 auto;
    max-width:1024px;
}
.fullContent {
    font-size: 12px !important;
    height: 600px;
    background-color: #eeeeee;
    overflow: auto;
    padding: 1rem;
    max-height:60%;
    margin:0 auto;
}

.rowChk {
    margin:1rem;
}
.rowConfirm {
    margin:1rem; 
    text-align:right;
}

#popMessageContent {
    display:none;
}
ul {
    padding-left: 1rem;
}
    
ul li {
     margin-bottom:1rem;     
     list-style-type:none;
     margin-left:1rem;
     text-align:justify;
}
.MainItem {
   margin-left:0px;
   font-weight:bold;
}
h1 {
    font-weight:bold;
    font-size:1.2rem;
}
.logo {
    text-align:center;
}
 

/*OL { counter-reset: item }
LI { display: block }
LI:before { content: counters(item, ".") " "; counter-increment: item }*/

 

.fullContentTest ol.main{

        counter-reset: mainitem; 
        margin-left: 0;
        padding-left: 0;
}
.fullContentTest ol.main li.MainItem::before {
        counter-increment: mainitem;
         display: inline-block;
      content: counter(mainitem)".";      
        width: 1.5rem;
      margin-left: -1.5rem;
      font-weight:bold;
} 
.fullContentTest ol.main li::before {
      display: inline-block;
      content: counter(mainitem)".";      
      width: 1.5rem;
      margin-left: -1.5rem;
      font-weight:bold;
} 


.fullContentTest ol ol{ 
        counter-reset: submainitem;
        margin-left: 0;
        padding-left: 0;
}
.fullContentTest ol li ol li::before {
  display: inline-block;
  counter-increment: submainitem;
  content: counter(mainitem) "." counter(submainitem) !important; 
     width: 1.5rem;
      margin-left: -1.5rem;
    font-weight:normal !important; 
} 
.fullContentTest ol.main li span {
    display:inline-block;
    font-weight:bold;
      margin-bottom: 1rem !important;
}
 

.fullContentTest li{
  display: block;
  margin-bottom: 1rem !important;
  margin-left: 2em;
}


.fullContentTest li li{
  display: block;
  margin-bottom: 1rem !important;
  margin-left: 1.5rem;
}

.rowConfirm .button {
    margin:0.5rem 3rem;
    width:200px;
}
.rowConfirm .button + .button {
    margin-left:30px;
    width:200px;
}
@media (max-width: 700px) {
    .rowConfirm .button {
        width:100% !important;
        margin: 0.5rem auto;
    }
    .rowConfirm .button + .button {
        margin-left:auto;
          width:100% !important;
    }
}