.soft-border {
    background-color: #fff;
    margin: 15px;
    padding: 10px;
    max-width: 500px;
    /* border-radius */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 10px;
    border: solid 2px rgb(46, 48, 146);
    /* box-shadow */
    -webkit-box-shadow: rgba(140, 198, 62, 0.80) 0px 0 8px;
    -moz-box-shadow: rgba(140, 198, 62, 0.80) 0px 0 8px;
    box-shadow: rgba(140, 198, 62, 0.80) 3px 3px 6px;
}
.soft-border-lg {
    background-color: #fff;
    margin: 15px;
    padding: 10px;
    /* border-radius */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 10px;
    border: solid 2px rgb(46, 48, 146);
    /* box-shadow */
    -webkit-box-shadow: rgba(140, 198, 62, 0.80) 0px 0 8px;
    -moz-box-shadow: rgba(140, 198, 62, 0.80) 0px 0 8px;
    box-shadow: rgba(140, 198, 62, 0.80) 3px 3px 6px;
}
/*hr {
    border: none !important;
    height: 20px !important;
    width: 90% !important;
    margin-top: 0 !important;
    border-bottom: 2px solid rgb(46, 48, 146) !important;
    box-shadow: 0 5px 20px -5px rgba(79, 159, 52, 0.80) !important;
    margin: 0px auto 10px !important;
    background-color: transparent;
}*/
.navbar {
    border-bottom: 2px solid rgb(46, 48, 146) !important;
    box-shadow: 0 5px 15px -5px rgba(140, 198, 62, .8) !important;
    margin-bottom: 5px;
    background-color: rgb(216, 222, 233) !important;
    color: black;
}
.navbar a {
    color: black;
}
.navbar-toggler-icon {
    color: black;
}
.body-content {
    margin-top: 30px;
}
.navbar-nav {
    padding-left: 10px !important;
}
.navbar-brand {
    font-weight: 500 !important;
}
.gf-green {
    /*color: rgb(140, 198, 62) !important;*/
    color: rgb(0, 103, 56) !important;
    font-weight: bold;
    font-size: 24pt;
    line-height: .5em;
}
.gf-blue {
    color: rgb(46, 48, 146) !important;
}

/*Blue: rgb(46, 48, 146)*/

.add-dot-large {
    background-image: url("images/dot_40.png") !important;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.align-w {
    flex-basis: 0;
    flex-grow: 1;
}