body{
	background-color:#EFEFEF;
}


.navbar{
	border-bottom:15px solid #002F9D;
}

.navbar-brand #logo{
	width:250px;
}

.card{
	border: 0px;
	border-radius: 0px;
}


.stepper .nav-item{
	border-top:4px solid #C1C9D2;
	margin-left:3px;
	margin-right:3px;
}

.stepper .nav-item a{
	text-align: left;
}

.stepper .nav-item a input{
	margin-right:10px;
}


.stepper .nav-item.done{
	border-top:4px solid #6B7280;
}

.stepper .nav-item.active{
	border-top:4px solid #002F9D;
}


.stepper .nav-item.active a input{
	margin-right:10px;
	background-color: #002F9D;
	border: #002F9D;
}



.stepper .nav-item.done a input{
	margin-right:10px;
	background-color: #6B7280;
	border: #6B7280;
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.stepper .nav-item a{
    font-size: 14px;
    font-weight: 400;
}



.stepper .nav-item.done a {
	color:#3C4257 !important;
}



.stepper .nav-item.active a {
	color:#3C4257 !important;
}


.stepper .nav-item a {
	color:#C1C9D2 !important;
}


.container h2{
	font-size: 18px;
}

.container p{
	font-size:15px;
}

.start-range{
	padding-left:4px;
}


.end-range{
}




.footer{
	background-color:#1F1F1F;
	color: #b3b3b3;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	font-family: Geogrotesque,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
}

.footer h2{
	font-size:14px;
}

.footer p{
	font-size: 12px;
}

.footer ul{
	list-style-type: none;
    margin: 0 0 0.5em;
    padding: 0;
    float: left;
}

.footer ul li{
	margin-right: 10px;
}

.footer ul li a{
	text-decoration: none;
	color:#b3b3b3;
	font-size: 12px;
}

.footer .copyright{
	    text-align: right;
}

 .footer a {
        border-right:1px solid #555;
        float: left;
        margin-right: 15px;
        padding-right: 15px;
        text-align: left;
        width: auto;
       	transition: color .3s ease;
}

.footer li:last-child a {
	border-right:0px;
}

.footer a:hover{
	color: #fff;
	text-decoration: underline;
}


#slider::-webkit-slider-thumb {
  content: "123";
}


.accordion-item{
	border-radius:0px !important;
	border:0px !important;
}

.accordion-button{
	color:#FF00FF !important;
	background-color:#ffffff !important;
	border:	0px !important;
	box-shadow: none !important;
	padding:0px;
}

.accordion-button:focus{
	color:#FF00FF !important;
	background-color:#ffffff;

}

.abw{
	background-color:#024DAF !important;
	color:#ffffff !important;
}

.dividerRow{
	background-color:#E3E3E3;
}

.accordion{
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 15px;
	font-style: normal;
}

.aefRow{
	background-color:#EFEFEF;
	color:#4B4B4B;
}

.ae3Row{
	background-color:#E3E3E3;
}

.catIndicator{
	width:16px;
	height:20px;
	margin-right: 10px;
}

.catIndicator.facil{
	background-color:#69AD12;
}
.catIndicator.treatment{
	background-color:#CF682E;
}
.catIndicator.general{
	background-color:#1EAFEC;
}

#bubble{

    background-color:#0d6efd; 
    width:auto; 
    display:inline-block; 
    color:#fff; 
    font-size: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 8px;
    font-weight:600;
    position:relative;
    left:10px;
    width:50px;
    margin-left: -25px;
    text-align: center;
    opacity:0;
    transition: opacity 0.3s; // effect on 0.3 millisecond  

}


.headerRow.cat-1{
	background-color:#69AD12;
	color:#fff;
}

.headerRow.cat-2{
	background-color:#CF682E;
	color:#fff;
}

.headerRow.cat-3{
	background-color:#1EAFEC;
	color:#fff;
}

.detailRow{
	overflow: hidden;
    -webkit-transition: max-height 1s;
    -moz-transition: max-height 1s;
    -ms-transition: max-height 1s;
    -o-transition: max-height 1s;
    transition: max-height 0.7s;
    overflow: hidden;
    max-height: 40px;
}

.detailRow.hidden{

    max-height: 0px !important;
}

.otherRow{
	overflow: hidden;
    -webkit-transition: max-height 1s;
    -moz-transition: max-height 1s;
    -ms-transition: max-height 1s;
    -o-transition: max-height 1s;
    transition: max-height 0.7s;
    overflow: hidden;
    max-height: 40px;
}
.otherRow.hidden{
    max-height: 0px !important;
}


.detailButton{
    background-color: #024DAF;
    border-color: #024DAF;
    padding-top: 0px;
    padding-bottom: 0px;
    font-weight: bold;
    width: 28px;
}