﻿
a.btn-drawer-close {
    background-image: url('img/close-icon.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    padding-right: 25px;
    margin-top: 20px !important;
    font-family: 'MSMPrimary';
    font-size: 14px;
    font-weight: bold;
    line-height: 1.43;
    text-align: center;
    color: #8b8c8b;
}


.btn {
    text-decoration: none;
    font-family: Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;
    cursor: pointer;
    -webkit-box-pack: center;
    justify-content: center;
    display: inline-flex;
    color: rgb(31, 32, 39);
    font-weight: bold;
    white-space: nowrap;
    height: 45px;
    -webkit-box-align: center;
    align-items: center;
    user-select: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0px -2px 0px 0px inset;
    position: relative;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    background: rgb(254, 207, 0);
    padding: 0px 20px;
    border-radius: 5px;
    text-decoration: none;
}

    .btn:hover,
    .btn:focus,
    .btn:hover {
        background-color: rgb(255, 223, 82);
    }

.btn-excel{
    background-color:#008000;
    color:white;
}
    .btn-excel:focus,
    .btn-excel:hover {
        background-color: #008888;
    }

    .btn.btn-outline {
        background-color: white;
        border: 1px solid #000;
    }

        .btn.btn-outline:hover,
        .btn.btn-outline:focus,
        .btn.btn-outline:active {
            background-color: lightgray;
        }

    .btn.btn-no-outline {
        color: rgb(173, 173, 173);
        background-color: transparent;
        box-shadow: none;
        color: rgb(76, 77, 82);
        border: none;
    }

        .btn.btn-no-outline:hover,
        .btn.btn-no-outline:hover,
        .btn.btn-no-outline:hover {
            color: black;
        }


    .btn.btn-primary-cta {
        background-color: #FECF00;
        color: #ffffff;
        border: 1px solid black;
        color: black;
    }

        .btn.btn-primary-cta:hover,
        .btn.btn-primary-cta:active,
        .btn.btn-primary-cta:focus {
            background-color: darkorange;
        }

    .btn.btn-secondary-cta {
        background-color: #54595F;
        color: #fff;
    }

        .btn.btn-secondary-cta:hover,
        .btn.btn-secondary-cta:active,
        .btn.btn-secondary-cta:focus {
            background-color: #000;
        }


.btn-icon {
    padding-left: 30px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: left;
}


.btn-pencil {
    background-image: url("../icons/edit.svg");
}

.btn-plus {
    background-image: url("../icons/plus.svg");
}
