
html {
  overflow-y: scroll;
}

.dl-horizontal dd {
    margin-bottom: 5px;
}


/* SIMPLEDIR TABLE SAMPLE CSS*/
#sd_table {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	width:100%;
	border-collapse:collapse;
	}

#sd_table caption {
        font-weight: bolder;
        }

#sd_table td, #cf_table th {
	font-size:1em;
	border:1px solid #cccccc;
	padding:3px 7px 2px 7px;
	}

#sd_table th {
	font-size:1.1em;
	text-align:left;
	padding-top:3px;
	padding-bottom:2px;
	padding-left: 5px;
	background-color: #8c8c8c;
	color:#ffffff;
	}

#sd_table tr.alt td {
	color:#000000;
	background-color:#f9f9f9;
	}

#headerlogo {
	margin-right: 5px;
    max-height: 100%;
    max-width: 100%;
}

.navbar a.navbar-brand {
    padding-bottom: 0px;
    padding-top: 0px;
    margin-left: 0px;
}


p#parent{display:none;}

#child_menu {
     float: left;
     /*width: 140px;*/
     padding: 0px 20px;
     margin-bottom: 20px;
     text-align:left;
     /*border-right: 1px dashed #DFE1E0;*/
}
#child_menu p {
     /* font-size: 11px;  text-transform: uppercase; */
     text-align:left; margin: 0px;
     padding-top: 5px;
     padding-bottom: 5px;
     line-height: normal;
     /* border-bottom: 1px dashed #DFE1E0; */
}
#child_menu .current a {
     color: #186EA1;
     font-weight: bold;
}
#child_menu #parent a {
     /*color: #FF4C0C;*/
}
#child_menu #parent {
     /*display: none;*/
}
#child_menu a {
     color: #444444;
}
#child_menu a:hover {
     color: #FFA810;
}

