﻿
button:focus {
    outline: 0 !important;
}

.btn {
    border-radius: 3px;
    font-size: inherit;
}

    .btn:focus {
        box-shadow: none;
    }

.btn-xs {
    font-size: 0.7rem;
    padding: 0.2rem 0.4rem;
}

.btn-group-sm > .btn,
.btn-sm {
    font-size: .8rem;
}

.float-e-margins .btn {
    margin-bottom: 5px;
}

.btn-w-m {
    min-width: 120px;
}

.btn-primary_2.btn-outline {
    color: #1ab394;
}

.btn-success_2.btn-outline {
    color: #1c84c6;
}

.btn-info_2.btn-outline {
    color: #23c6c8;
}

.btn-warning_2.btn-outline {
    color: #f8ac59;
}

.btn-danger_2.btn-outline {
    color: #ed5565;
}

    .btn-primary_2.btn-outline:hover,
    .btn-success_2.btn-outline:hover,
    .btn-info_2.btn-outline:hover,
    .btn-warning_2.btn-outline:hover,
    .btn-danger_2.btn-outline:hover {
        color: #fff;
    }

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-primary_2 {
    color: #fff;
    background-color: #1ab394;
    border-color: #1ab394;
}

    .btn-primary_2:hover,
    .btn-primary_2:focus,
    .btn-primary_2.focus {
        background-color: #18a689;
        border-color: #18a689;
        color: #FFFFFF;
    }

    .btn-primary_2.disabled,
    .btn-primary_2:disabled {
        color: #fff;
        background-color: #18a689;
        border-color: #18a689;
    }

    .btn-primary_2:not(:disabled):not(.disabled):active,
    .btn-primary_2:not(:disabled):not(.disabled).active,
    .show > .btn-primary_2.dropdown-toggle {
        color: #fff;
        background-color: #18a689;
        border-color: #18a689;
    }

        .btn-primary_2:not(:disabled):not(.disabled):active:focus,
        .btn-primary_2:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary_2.dropdown-toggle:focus {
            -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        }

.btn-success_2 {
    color: #fff;
    background-color: #1c84c6;
    border-color: #1c84c6;
}

    .btn-success_2:hover,
    .btn-success_2:focus,
    .btn-success_2.focus {
        color: #fff;
        background-color: #1a7bb9;
        border-color: #1a7bb9;
    }

    .btn-success_2.disabled,
    .btn-success_2:disabled {
        color: #fff;
        background-color: #1a7bb9;
        border-color: #1a7bb9;
    }

    .btn-success_2:not(:disabled):not(.disabled):active,
    .btn-success_2:not(:disabled):not(.disabled).active,
    .show > .btn-success_2.dropdown-toggle {
        color: #fff;
        background-color: #1a7bb9;
        border-color: #1a7bb9;
    }

        .btn-success_2:not(:disabled):not(.disabled):active:focus,
        .btn-success_2:not(:disabled):not(.disabled).active:focus,
        .show > .btn-success_2.dropdown-toggle:focus {
            -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        }

.btn-info_2 {
    color: #fff;
    background-color: #23c6c8;
    border-color: #23c6c8;
}

    .btn-info_2:hover,
    .btn-info_2:focus,
    .btn-info_2.focus {
        color: #fff;
        background-color: #21b9bb;
        border-color: #21b9bb;
    }

    .btn-info_2.disabled,
    .btn-info_2:disabled {
        color: #fff;
        background-color: #21b9bb;
        border-color: #21b9bb;
    }

    .btn-info_2:not(:disabled):not(.disabled):active,
    .btn-info_2:not(:disabled):not(.disabled).active,
    .show > .btn-info_2.dropdown-toggle {
        color: #fff;
        background-color: #21b9bb;
        border-color: #21b9bb;
    }

        .btn-info_2:not(:disabled):not(.disabled):active:focus,
        .btn-info_2:not(:disabled):not(.disabled).active:focus,
        .show > .btn-info_2.dropdown-toggle:focus {
            -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        }

.btn-default_2 {
    color: inherit;
    background: white_2;
    border: 1px solid #e7eaec;
}

    .btn-default_2:hover,
    .btn-default_2:focus,
    .btn-default_2:active,
    .btn-default_2.active,
    .open .dropdown-toggle.btn-default_2,
    .btn-default_2:active:focus,
    .btn-default_2:active:hover,
    .btn-default_2.active:hover,
    .btn-default_2.active:focus {
        color: inherit;
        border: 1px solid #d2d2d2;
    }

    .btn-default_2:active,
    .btn-default_2.active,
    .open .dropdown-toggle.btn-default_2 {
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
    }

        .btn-default_2.disabled,
        .btn-default_2.disabled:hover,
        .btn-default_2.disabled:focus,
        .btn-default_2.disabled:active,
        .btn-default_2.disabled.active,
        .btn-default_2[disabled],
        .btn-default_2[disabled]:hover,
        .btn-default_2[disabled]:focus,
        .btn-default_2[disabled]:active,
        .btn-default_2.active[disabled],
        fieldset[disabled] .btn-default_2,
        fieldset[disabled] .btn-default_2:hover,
        fieldset[disabled] .btn-default_2:focus,
        fieldset[disabled] .btn-default_2:active,
        fieldset[disabled] .btn-default_2.active {
            color: #cacaca;
        }

.btn-warning_2 {
    color: #ffffff;
    background-color: #f8ac59;
    border-color: #f8ac59;
}

    .btn-warning_2:hover,
    .btn-warning_2:focus,
    .btn-warning_2.focus {
        color: #ffffff;
        background-color: #f7a54a;
        border-color: #f7a54a;
    }

    .btn-warning_2.disabled,
    .btn-warning_2:disabled {
        color: #ffffff;
        background-color: #f7a54a;
        border-color: #f7a54a;
    }

    .btn-warning_2:not(:disabled):not(.disabled):active,
    .btn-warning_2:not(:disabled):not(.disabled).active,
    .show > .btn-warning_2.dropdown-toggle {
        color: #ffffff;
        background-color: #f7a54a;
        border-color: #f7a54a;
    }

        .btn-warning_2:not(:disabled):not(.disabled):active:focus,
        .btn-warning_2:not(:disabled):not(.disabled).active:focus,
        .show > .btn-warning_2.dropdown-toggle:focus {
            -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        }

.btn-danger_2 {
    color: #fff;
    background-color: #ed5565;
    border-color: #ed5565;
}

    .btn-danger_2:hover,
    .btn-danger_2:focus,
    .btn-danger_2.focus {
        color: #fff;
        background-color: #ec4758;
        border-color: #ec4758;
    }

    .btn-danger_2.disabled,
    .btn-danger_2:disabled {
        color: #fff;
        background-color: #ec4758;
        border-color: #ec4758;
    }

    .btn-danger_2:not(:disabled):not(.disabled):active,
    .btn-danger_2:not(:disabled):not(.disabled).active,
    .show > .btn-danger_2.dropdown-toggle {
        color: #fff;
        background-color: #ec4758;
        border-color: #ec4758;
    }

        .btn-danger_2:not(:disabled):not(.disabled):active:focus,
        .btn-danger_2:not(:disabled):not(.disabled).active:focus,
        .show > .btn-danger_2.dropdown-toggle:focus {
            -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        }

.btn-link_2 {
    color: inherit;
}

    .btn-link_2:hover,
    .btn-link_2:focus,
    .btn-link_2:active,
    .btn-link_2.active,
    .open .dropdown-toggle.btn-link_2 {
        color: #1ab394;
        text-decoration: none;
    }

    .btn-link_2:active,
    .btn-link_2.active,
    .open .dropdown-toggle.btn-link_2 {
        background-image: none;
        box-shadow: none;
    }

        .btn-link_2.disabled,
        .btn-link_2.disabled:hover,
        .btn-link_2.disabled:focus,
        .btn-link_2.disabled:active,
        .btn-link_2.disabled.active,
        .btn-link_2[disabled],
        .btn-link_2[disabled]:hover,
        .btn-link_2[disabled]:focus,
        .btn-link_2[disabled]:active,
        .btn-link_2.active[disabled],
        fieldset[disabled] .btn-link_2,
        fieldset[disabled] .btn-link_2:hover,
        fieldset[disabled] .btn-link_2:focus,
        fieldset[disabled] .btn-link_2:active,
        fieldset[disabled] .btn-link_2.active {
            color: #cacaca;
        }

.btn-white_2 {
    color: inherit;
    background: white;
    border: 1px solid #e7eaec;
}

    .btn-white_2:hover,
    .btn-white_2:focus,
    .btn-white_2:active,
    .btn-white_2.active,
    .open .dropdown-toggle.btn-white_2,
    .btn-white_2:active:focus,
    .btn-white_2:active:hover,
    .btn-white_2.active:hover,
    .btn-white_2.active:focus {
        color: inherit;
        border: 1px solid #d2d2d2;
    }

    .btn-white_2:active,
    .btn-white_2.active {
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
    }

    .btn-white_2:active,
    .btn-white_2.active,
    .open .dropdown-toggle.btn-white_2 {
        background-image: none;
    }

        .btn-white_2.disabled,
        .btn-white_2.disabled:hover,
        .btn-white_2.disabled:focus,
        .btn-white_2.disabled:active,
        .btn-white_2.disabled.active,
        .btn-white_2[disabled],
        .btn-white_2[disabled]:hover,
        .btn-white_2[disabled]:focus,
        .btn-white_2[disabled]:active,
        .btn-white_2.active[disabled],
        fieldset[disabled] .btn-white_2,
        fieldset[disabled] .btn-white_2:hover,
        fieldset[disabled] .btn-white_2:focus,
        fieldset[disabled] .btn-white_2:active,
        fieldset[disabled] .btn-white_2.active {
            color: #cacaca;
        }



.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-rounded {
    border-radius: 50px;
}

.btn-large-dim {
    width: 90px;
    height: 90px;
    font-size: 42px;
}

button.dim {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding-top: 6px;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    border-radius: 5px;
    font-weight: 600;
    margin-bottom: 20px !important;
}

    button.dim:active {
        top: 3px;
    }

button.btn-primary_2.dim {
    box-shadow: inset 0 0 0 #16987e, 0 5px 0 0 #16987e, 0 10px 5px #999999 !important;
}

    button.btn-primary_2.dim:active {
        box-shadow: inset 0 0 0 #16987e, 0 2px 0 0 #16987e, 0 5px 3px #999999 !important;
    }

button.btn-default_2.dim {
    box-shadow: inset 0 0 0 #b3b3b3, 0 5px 0 0 #b3b3b3, 0 10px 5px #999999 !important;
}

    button.btn-default_2.dim:active {
        box-shadow: inset 0 0 0 #b3b3b3, 0 2px 0 0 #b3b3b3, 0 5px 3px #999999 !important;
    }

button.btn-warning_2.dim {
    box-shadow: inset 0 0 0 #f79d3c, 0 5px 0 0 #f79d3c, 0 10px 5px #999999 !important;
}

    button.btn-warning_2.dim:active {
        box-shadow: inset 0 0 0 #f79d3c, 0 2px 0 0 #f79d3c, 0 5px 3px #999999 !important;
    }

button.btn-info_2.dim {
    box-shadow: inset 0 0 0 #1eacae, 0 5px 0 0 #1eacae, 0 10px 5px #999999 !important;
}

    button.btn-info_2.dim:active {
        box-shadow: inset 0 0 0 #1eacae, 0 2px 0 0 #1eacae, 0 5px 3px #999999 !important;
    }

button.btn-success_2.dim {
    box-shadow: inset 0 0 0 #1872ab, 0 5px 0 0 #1872ab, 0 10px 5px #999999 !important;
}

    button.btn-success_2.dim:active {
        box-shadow: inset 0 0 0 #1872ab, 0 2px 0 0 #1872ab, 0 5px 3px #999999 !important;
    }

button.btn-danger_2.dim {
    box-shadow: inset 0 0 0 #ea394c, 0 5px 0 0 #ea394c, 0 10px 5px #999999 !important;
}

    button.btn-danger_2.dim:active {
        box-shadow: inset 0 0 0 #ea394c, 0 2px 0 0 #ea394c, 0 5px 3px #999999 !important;
    }

button.dim:before {
    font-size: 50px;
    line-height: 1em;
    font-weight: normal;
    color: #fff;
    display: block;
    padding-top: 10px;
}

button.dim:active:before {
    top: 7px;
    font-size: 50px;
}
