/* Minification failed. Returning unminified contents.
(84,1): run-time error CSS1019: Unexpected token, found '}'
 */
.nav-tabs-horizontal {
  border-bottom: 0px;
}

.horizontal-tabs{
    overflow:hidden ;
}
.horizontal-tabs>ul{
    width:100%;
}

.Row-Padding {
    padding-top: 16px;
    padding-bottom: 4px;
}

.SectionTitle {
    font-weight: bold;
    font-size: 16px;
}

.InputTitle {
    font-weight: bold;
    font-size: 14px;
}

.UnderLine {
    border-bottom: 0.5px solid #ced4da;
}

/*newline*/
.nav-tabs {
    border-bottom: none;
}
.nav-tabs > li > a {
    color: #0c3e79;
    border-top: 1px solid #0c3e79;
    border-left: 1px solid #0c3e79;
    border-right: 1px solid #0c3e79;
    font-size:13px;
    font-weight:bolder;
}
.nav-tabs > li > a:hover {
    background:#fff;
    border:#fff;
}
.nav > li.active > a:focus,
.nav-tabs > li.active > a{
    background-color: #0c3e79;
    color:#fff;
    border-color: #CCCCCC;/*#0c3e79;*/
    border: 1px solid #CCCCCC; /*#0c3e79;*/ 
}


.nav > li > a:focus,
.nav-tabs > li > a.active{
    background-color: #0c3e79 !important;
    color:#fff !important;
    border-color: #CCCCCC;/*#0c3e79;*/
    border: 1px solid #CCCCCC; /*#0c3e79;*/ 
}

/* modify*/
.legend{
    font-size: 16px;
    color: #1066D8;
    font-weight: bold;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    padding-left:15px;
     padding-right:15px;
}


.info{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding-left:15px;
    padding-right:15px;
}
}

.QualityList > ul > li{
    display: list-item;
    list-style-position: inside;
    /*Add*/
    list-style-type: disc;
}

.last-update{
    font-size: 16px;
    color: #1066D8;
    font-weight: bold;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}

.content-section{
    padding-top: 20px;
    padding-bottom: 5px;
}

.practice-detail-content{
    border: 1px solid #CCCCCC;
    border-radius: .75rem;
    float: left;
    width: 100%;
/*margin-left:20px;
margin-right:20px;*/
}

.tab-content{
    margin-left: 25px;
    margin-right: 25px;
    margin-top:10px;
    margin-bottom:10px;
}

/*ul li {
    list-style-position: outside !important;
}*/
