/* override styles go here */
*, html, body {
    font-smooth: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: auto;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    position: relative;
    min-height: 100%;    border-bottom: 10px solid #6c0a0a;
}
body {    
    font-size: 0.9375rem;
    color: #333333;
    font-weight: normal;
}
#topbar {
    border-bottom: 4px solid #6c0c0c;
}
.jd {
	border-bottom:2px solid #6c0c0c;
}
.jcinkred {
	color: #6c0a0a;
	font-family: Arial!important;
}
.jcinkgrey {
	color: #777777;
	font-family: Arial!important;
}
a {
	color: #6c0a0a;
	text-decoration:none;
}
a:hover {
	color: #333;
}

.jdredbar,.card-header {
background-color: #6c0a0a;
    background-image: -ms-linear-gradient(top, #821E1E 0%, #6F1C1C 50%, #620909 50%, #750B0B 100%);
    background-image: -moz-linear-gradient(top, #821E1E 0%, #6F1C1C 50%, #620909 50%, #750B0B 100%);
    background-image: -o-linear-gradient(top, #821E1E 0%, #6F1C1C 50%, #620909 50%, #750B0B 100%);
    background-image: -webkit-linear-gradient(top, #821E1E 0%, #6F1C1C 50%, #620909 50%, #750B0B 100%);
    background-image: linear-gradient(to bottom, #821E1E 0%, #6F1C1C 50%, #620909 50%, #750B0B 100%);
    color: #ffffff;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding:10px;
    background-color: #f5f5f5;
    border-top: 1px solid #ccc;

}
.gradient-buttons .btn, .btn {
    background-image: -ms-gradient(to bottom, rgba(255,255,255,0.5), rgba(255,255,255,0.2) 49%, rgba(0,0,0,0.15) 51%, rgba(0,0,0,0.05));
    background-image: -moz-gradient(to bottom, rgba(255,255,255,0.5), rgba(255,255,255,0.2) 49%, rgba(0,0,0,0.15) 51%, rgba(0,0,0,0.05));
    background-image: -o-gradient(to bottom, rgba(255,255,255,0.5), rgba(255,255,255,0.2) 49%, rgba(0,0,0,0.15) 51%, rgba(0,0,0,0.05));
    background-image: -webkit-gradient(to bottom, rgba(255,255,255,0.5), rgba(255,255,255,0.2) 49%, rgba(0,0,0,0.15) 51%, rgba(0,0,0,0.05));
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.5), rgba(255,255,255,0.2) 49%, rgba(0,0,0,0.15) 51%, rgba(0,0,0,0.05));
    background-repeat: repeat-x;
}
.align-items-center, .bling {
    background-color: #EFEFEF;
    border:1px solid #C0C0C0;
}
 @media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 215px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px;
  }
  .dl-horizontal dd {
    margin-left: 215px;
  }
}


.dl-horizontal dd:before,
.dl-horizontal dd:after, {
  display: table;
  content: " ";
}


.dl-horizontal dd:after {
  clear: both;
}

.card { background-color: #EFEFEF!important; }
#to-top {
  display: none;
  position: fixed;
  bottom: 5px;
  left: 5px;
}