/*--- top-button : Start---*/
.top-button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-transition: all 0.4s ease;
    /*margin: 5px;*/
    border: none;
    font-weight: normal;
    font-size: 14px;
    border-radius: 4px;
    outline: none;
    padding: 0;
    /* margin: 7px; */
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    direction: rtl;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    background: #007ad4 !important;
    display: inline-flex;
    overflow: hidden;
    transform: translate3d(0, 0, 0); }

.top-button button,
.top-button input,
.top-button a {
    background: transparent;
    border: none;
    /*font-family: main-font;*/
    width: 100%;
    margin: 0;
    transition: all 0.3s ease;
    height: 100%;
    padding-right: 35px;
    padding-left: 15px;
    padding-bottom: 3px;
    border-radius: 3px;
    height: 33px;
    color: #fff;
    text-decoration: none; }

.top-button input {
    padding-right: 35px;
    padding-left: 15px; }

.top-button a {
    padding: 2px 40px 2px 20px;
    line-height: 2;
    display: inline-block;
}

.top-button:hover button,
.top-button button:focus,
.top-button:hover input,
.top-button input:focus,
.top-button:hover a,
.top-button a:focus {
    outline: none;
    background-color: #00000038 !important; }

.top-button-green {
    background: #429c00 !important; }

.top-button-red {
    background: #f53924 !important; }

.top-button-gray {
    background: #969ba8 !important; }

.top-button-gray:hover button,
.top-button-gray button:focus,
.top-button-gray:hover input,
.top-button-gray input:focus,
.top-button-gray:hover a,
.top-button-gray a:focus {
    background: #007ad4 !important;
    }

.top-button-purple {
    background: #c51162 !important; }

.top-button-small {
    font-size: 12px; 

}
.top-button-small a{
    line-height: 2.5;
}

.top-button i {
    padding-left: 5px;
    position: absolute;
    z-index: 1;
    font-size: 20px;
    color: #fff;
    top: 6px;
    right: 11px;
    pointer-events: none;
}

/*.top-button:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #fff 30%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10, 10);
    opacity: 0;
    transition: transform 0.5s, opacity 1s; }
*/
.top-button:active:after {
    /*transform: scale(0, 0);
    opacity: .2;
    transition: 0s;*/
    background: #03406d !important; 
 }

.top-button-icon-only i {
    top: 0;
    right: 0px;
    font-size: 15px;
    text-align: center;
    margin: 0;
    padding: 5px;
    display: block;
    width: 100% !important; }

.top-button-icon-only,
.top-button-icon-only button,
.top-button-icon-only input,
.top-button-icon-only a {
    padding: 0;
    width: 26px;
    height: 25px;        
}

.top-button-icon-only button .ui-button-text {
    display: none; }

.top-button-wide button {
    padding-right: 35px;
    padding-left: 15px; }

.top-button-wide i {
    right: 25px; }

.top-button .ui-button-text {
    line-height: 1 !important;
    font-size: 0.9rem; }

.top-button-small .ui-button-text {
    font-size: 0.75rem; }

/*# sourceMappingURL=top-button.css.map */

.top-button.disabled {
    box-shadow: none!important;
        cursor: default;
}

.top-button.disabled button, .top-button.disabled input, .top-button.disabled a {
    pointer-events: none;
    background-color: #c4c7d0!important;
}