.btnSave{
    display: none;
}
.btnDelete{
    display: none;
}
.btnCancel {
    display: none;
}

.btnActivate{
    color: white;
}

.btn-sign-out {
    color: #6c757d;
    font-size: 20px;
}

.btn-sign-out:hover{
    color: #007bff;
}
.btnNew{
    border-radius: 100%;
}
.btn-table-wrapper{
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
}
.btn-table{
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: table-cell;
    vertical-align: middle; 
    text-align: center;
    font-size: 14px;
}
.btn-status{
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: table-cell;
    vertical-align: middle; 
    text-align: center;
    color: #fff;
}
.btn-closeModal{
    color: #fff;
    opacity: 1;
}

/* For language icon in header */
.custom-language {
    position: relative;
}
    .custom-language > .dropdown > a {
        visibility: hidden;
    }
        .custom-language > .dropdown > a > span {
            visibility: initial;
            position: absolute;
            right: 20px;
            top: 50%;
            height: 16px;
            width: 21.334px;
            padding-top: 20px;
        }

.custom-language-login {
    position: relative;
}

    .custom-language-login > .dropdown > a {
        visibility: hidden;
    }

        .custom-language-login > .dropdown > a > span {
            visibility: initial;
            position: relative;
            text-align: center;
            top: 50%;
            height: 16px;
            width: 21.334px;
            padding-top: 20px;
        }

.btn-closeModal:hover{
    color: #fff;
    opacity: .5;
}
.btn-imgUpload-icon > span{
    border-left: 1px solid rgba(255, 255, 255, .5);
}
.btn-imgUpload{
    display: none;
}
.btn-circle{
    border-radius: 50%;
}

.btn-return{
    float: left;
}
.custom-card-footer > .btn-return:first-child > button{
    margin-left: 0;
}

.btn-goTop {
    cursor: pointer;
    border-radius: 50%;
    background-color: #fff;
    color: #007bff;
    font-size: 50px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    bottom: 5px;
    right: 14px;
}

.btn-goTop:hover{
    color: #0069d9;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
}

.btn-goTop.show{
    opacity: 1;
    visibility: visible;
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .btnSave,
    .btnDelete,
    .btnEdit,
    .btnReset{
        float: right;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

    .btnSave{
        display: none;
    }

}
.dropdown a i {
/*    color: red;*/
    padding-left: 6px;
    padding-right: 6px;
   /* display: block;*/
}

