
a{ color: rgb(69, 141, 230);}
a:hover{ color: rgb(102, 102, 102);}


h2 {
    color: rgb(102, 102, 102);
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

h3, h4{
    color: rgb(102, 102, 102);
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 20px;
}

div, p {
    color: rgb(68, 68, 68);
    font-size: 13px;
}

ol,
ol li{
    list-style-type: decimal;
    margin-bottom: 20px;
}

ul,
ul li{
    list-style-type: square;
    margin-left: 20px;
}

li {
    margin: 8px;
}

dl{
    color: rgb(153, 153, 153);
}


table{
    border-collapse: collapse;
}
td, th {
    border: 1px solid #444;
    padding:8px;
}

table.dataTable th, table.dataTable td{
    border:none;
}


.hurkt-page-container{
    border-radius: 6px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
    margin: 20px auto 0 auto;
    max-width: 1000px;
    overflow: hidden;
}

.hurkt-page-title{
    border-bottom: solid 1px #888;
    color: #999999;
    font-size: 11px;
    font-weight: normal;
    padding: 8px 22px;
}

.hurkt-main-content__container{
    display:flex;
    margin: 0 20px 20px 20px;
}
.hurkt-main-content__content {
    flex-grow: 1;
    margin: 0 20px 0 30px;
    max-width: 100%;
    min-height: 200px;
}

#toTopBtn {
  background-color: rgb(153, 153, 153);  
  border: none;
    border-radius: 3px;
  cursor: pointer;
  display: none;
    align-items: center;
    justify-content: center;
  height: 40px;
  position: fixed;
    bottom: 20px;
    right: 30px;
  width:40px;
  z-index: 3;
}
#toTopBtn:hover{ background-color: #289dcc;}         
#toTopBtn .fa-chevron-up { color: #fff;}




.h-line-22{
    background-color: rgb(247, 247, 247);
    border: solid 1px rgb(226, 226, 226);
    border-radius: 3px;    
    height:22px;
    margin: 20px 0;
    width:100%;
}


.QaA ul{
    margin: 20px 0 40px 20px;
}



.inputMsg{
    margin-top:4px;
    min-height:20px; 
}


.inputErrorMsg{
    color:#ed1c24;
}

.inputErrorBorder{
    border: 1px solid #ed1c24 !important;
}

.hidden{
    display:none;
}

.error-outline {
  outline: 1px solid #c00;
}