body{
	background-color: #218D80;
	padding-top: 54px;
	/* font-size: 9.5pt; */
}
 
.container-fluid a, .container a{
	text-decoration: none;
	color: #21007F;
}
.background-nav-custom {
   background-color: #888888;
   height: 70px;
}

.carousel-inner img {
   /* width: 60%; Set width to 100% */
   margin: auto;
   min-height:200px;
}

.carousel-caption{
	bottom: 100px;
}

#carouselExampleIndicators{
	top: 40px;
}

#ardi-service h1, #ardi-contact-capcp h1, #ardi-contact-capcp h1, #ardi-contact-p h1{
	margin-bottom: 20px;
}

.row-custom{
	padding: 10px;
	background-color: #fff;
	color: #030107;
	margin-top: 15px;
	border-radius: 3px;
	box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px #434141;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'FontAwesome';  /* essential for enabling glyphicon */
    content: "\f077";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: inherit;         /* adjust as needed */
    margin-bottom: 10px;
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f078";    /* adjust as needed, taken from bootstrap.css */
    margin-bottom: 10px;
}

.table.no-border tr td, .table.no-border tr th {
  border-width: 0;
  padding: 0 15px;
}

form .error {
  color: #ff0000;
}

#navbarResponsive ul li span{
	color: #21007F !important;
	font-size: 10pt;
}

#navbarResponsive ul li a{
	color: #21007F !important;
	font-weight: bold;
}

.carousel-item img{
	height: 400px;
	width: 75%;
}

.carousel-item h1{
	color: #21007F !important;
	font-weight: bolder;
}

.carousel-item p{
	color: #21007F !important;
}

#adv-search{
	color: #21007F;
}

#drs-search, #adv-search, #drs-landing {
    background-color: #fff;
    border-radius: 5px;
    padding: 15px;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
.carousel-inner{
	margin-left: 15px;
	margin-top: 32px;
	border-radius: 5px;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    cursor: pointer;
}
#other-drs-search{
	border-radius: 5px;
    padding: 15px;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

#carouselExampleIndicators ol li{
	background-color: #21007F;
}

#example{
	border-radius: 5px;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

fieldset{
	border: 1px solid #434141;
    border-radius: 5px;
    padding: 15px;
}
.legend-cc{
	width: 12%;
}
.legend-rn{
	width: 30%;
}
#drs-search{
	margin-bottom: 10px;
	height: 60px;
	padding: 10px;
}
.btn-warning, .btn-primary{
	cursor: pointer;
}
.pos-abs{
	width: 100%;
	bottom: 0;
	position: absolute;
}
.navbar-fixed-bottom, .navbar-static-bottom{
	background-color: #fff;
}
.carousel-control-prev{
	width: 40px;
    margin-left: 100px;
    margin-top: 200px;
    height: 0px;
}
.carousel-control-next{
	width: 40px;
    margin-right: 100px;
    margin-top: 200px;
    height: 0px;
}
