/* Colors */

.bg-red-grad{

    background-image: -moz-linear-gradient(#ff7400, #75af5e);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7400), to(#75af5e));
    background-image: -webkit-linear-gradient(#ff7400, #75af5e);
    background-image: -o-linear-gradient(#ff7400, #75af5e);
    background-image: -ms-linear-gradient(#ff7400, #75af5e);
    background-image: linear-gradient(#ff7400, #75af5e);

}

.text-shadow{
      text-shadow: 0 1px 0 #000;
}

.border-radius-top-lg{
border-radius:5px 5px 0px 0px ;
}
.bg-tumb{
background:#5D7B9D;

}
.bg-blue{
background:#3366CC !important;
color:#fff !important;
}
.hover-danger:hover{
background:#007bff !important;
color:#fff !important;

}

/* Dashed red border */
hr.new2 {
  border-top: 1px solid white;
}