body {
    background-color: #fff;
    padding-top: 70px;
}

hr.dotted,
.hr-dotted {
    border: 0;
    border-bottom: 1px #ddd dotted;
    color: #ddd;
}

hr.dotted-condensed {
    margin: 3px 0 3px 0;
    border: 0;
    border-bottom: 1px #ddd dotted;
    color: #ddd;
}

hr.gradient,
.hr-gradient {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(238,238,238,0), rgba(238,238,238,0.75), rgba(238,238,238,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}

.hr-double {
    padding: 0;
    border: none;
    border-top: medium #ddd double;
    color: #ddd;
}

.hr-condensed {
    margin: 3px 0 3px 0 !important;
}

a:hover {
    text-decoration: none;
}

/* dl */

.dl-horizontal.variant dt {
    width: 90px !important;
    color: #666 !important;
}


.dl-horizontal.variant dd {
    margin-left: 110px !important;
}



/* breadcrumb */

.breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.breadcrumb ul li {
    display: inline;
}

.breadcrumb ul li:after {
    content: " / ";
}

.breadcrumb ul li:last-child:after {
    content: "";
}

.breadcrumb ul li a {
    text-transform: uppercase;
}

/* */

.footer {
    margin-bottom: 20px;
}

.footer h6 {
    color: #fff;
    font-weight: bold;
}

ul.footer-links {
    padding: 0;
    margin: 0;
}

ul.footer-links li {
    font-size: 12px;
    list-style: none;
}

.footer-links a {
    font-size: inherit !important;
    color: #d0d0d0 !important;
}

.footer-links a:hover {
    color: #fff !important;
}

/* */

ul.actionMessage {
    list-style: none;
}
