
/*# sourceMappingURL=customize.css.map */

.large_bg_radius{border-radius: .25rem;}

@media (max-width:1200px) {
    .navbar-brand img {
        max-width: 180px;
    }
}
.shadow-1 {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.static_link_color a{color:#0000ee !important;}
.static_link_color a:hover{color:#388e3c !important; text-decoration:underline;}

bg_btn_primary{
  background-image: linear-gradient(to right, #1e0c51, #1c175a, #192063, #14296c, #0e3274);
}
bg_btn_info{
  background-image: linear-gradient(to right, #3894eb, #309deb, #31a5e9, #3aace7, #47b3e4) !important;
}
bg_btn_success{
  background-image: linear-gradient(to right, #5a9a12, #69a315, #78ad19, #87b61c, #97bf20);
}
bg_btn_warning{
  background-image: linear-gradient(to right, #3894eb, #309deb, #31a5e9, #3aace7, #47b3e4);
}
bg_btn_danger{
  background-image: linear-gradient(to right, #e7627f, #ed6970, #ef7262, #ed7d55, #e88949);
}