/* -= Buttons =- */
.btn {
    box-sizing: border-box;
    padding: 10px 10px;
    border: 1px solid transparent;
    border-radius: 5px;
    background-image: none;
    transition: all .2s;
    outline: 0;
    text-decoration: none;

}
.wfg_container .btn {
    height: 40px;
}
.btn > i{
    font-size: 18px;
    top: 2px;
    position: relative;
}
.input-group.date .input-group-addon {
    padding: 6px 16px;
    font-size: 18px;
}
.btn[disabled] {
    opacity: .5;
}
.wfg_btn {
    border-color: rgb(85, 124, 154);
    background-color: transparent;
    color: rgb(85, 124, 154);
}
.wfg_btn:not([disabled]):hover,
.wfg_btn:not([disabled]).active {
    background-color: rgb(85, 124, 154);
    color: rgb(255, 255, 255);
}
.wfg_btn:not([disabled]):focus {
    background-color: rgb(255, 255, 255);
    box-shadow: inset 0px 0px 2px 0px rgb(85, 124, 154);
    color: rgb(85, 124, 154);
    outline: 0;
}
table .wfg_btn_negative {
    border-color: rgb(255, 52, 77);
    background-color: transparent;
    color: rgb(255, 52, 77);
    padding: 10px 15px;
}
table .wfg_btn_negative:not([disabled]):hover,
table .wfg_btn_negative:not([disabled]).active {
    background-color: rgb(255, 52, 77);
    color: rgb(255, 255, 255);
}
table .wfg_btn_negative:not([disabled]):focus {
    background-color: rgb(255, 255, 255);
    box-shadow: inset 0px 0px 2px 0px rgb(255, 52, 77);
    color: rgb(255, 52, 77);
    outline: 0;
}
table .wfg_btn_positive {
    border-color: rgb(76, 160, 37);
    background-color: transparent;
    color: rgb(76, 160, 37);
    padding: 10px 15px;
}
table .wfg_btn_positive:not([disabled]):hover,
table .wfg_btn_positive:not([disabled]).active {
    background-color: rgb(76, 160, 37);
    color: rgb(255, 255, 255);
}
table .wfg_btn_positive:not([disabled]):focus {
    background-color: rgb(255, 255, 255);
    box-shadow: inset 0px 0px 2px 0px rgb(76, 160, 37);
    color: rgb(76, 160, 37);
    outline: 0;
}

.btn-default:active:hover,
.btn-default.active:hover,
.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.btn-default.focus {
    color: #fff;
    background-color: #0F182C;
    border-color: #0F182C;
}
/* -= /Buttons =- */
h3 .context-menu > a > img {
    position: relative;
    top: -3px;
    margin-left: 15px;
    width: 18px;
}
#email_eventSelection_alt ~ label,
#email_volumeSelection_alt ~ label,
#email_priceSelection_alt ~ label {
    width: calc(100% - 20px);
}
.frmBtn {
    margin-top: 25px;
}
.priceInfo > h3 {
    height: 50px;
    line-height: 50px;
    font-family: LatoWebBold;
}
h3.floatingTitle {
    margin-top: 40px;
}

.wfg_container > h2 > .btn.btn-back {
    float: right;
}

/* used withing PF / WL / AL to hide the search functionality */
button.hideUX {
    pointer-events: none;
}