
.buttonStyle {
    font-family: Tahoma;
    vertical-align: middle;
    font-size: small;
    background-color: transparent;
    color: White;
    background-image: url('../Images/Ghadir/Loginbutton_D.png');
    background-repeat: no-repeat;
    height: 28px;
    width: 79px;
    border: none;
}



    .buttonStyle:hover {
        font-family: Tahoma;
        vertical-align: middle;
        font-size: small;
        background-color: transparent;
        background-image: url('../Images/Ghadir/Loginbutton_H.png');
        height: 28px;
        width: 79px;
        color: White;
    }

    .buttonStyle:active {
        font-family: Tahoma;
        vertical-align: middle;
        font-size: small;
        background-color: transparent;
        background-image: url('../Images/Ghadir/Loginbutton_A.png');
        height: 28px;
        width: 79px;
        color: White;
    }
/***********************/

.btn-defult-1, .btn-defult-2 {
    font-family: 'IRANSans', Tahoma;
    font-size: 11px !important;
    font-weight: 500 !important;
    box-shadow: 0 1px 2px 0 rgba(216, 224, 230, 0.5);
    margin: 0 5px;
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
    outline: 0;
    transition: all 0.2s;
    cursor: pointer;
}

.btn-defult-1 {
    -moz-border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    border-radius: 8px !important;
}
/*1*/
.btn-defult-1 {
    max-width: 100px;
    background-color: #4075F8;
    color: White !important;
    padding: 4px 16px 6px;
    border: 1px solid #4075F8;
}

    .btn-defult-1:hover {
        color: White;
        box-shadow: 0 3px 12px 0 rgba(12, 45, 70, 0.4);
    }



/*2*/

.btn-defult-2 {
    color: #2254b1;
    padding: 4px 16px 6px;
    background: #ffffff;
    border: 1px solid #ebeef4;
}

    .btn-defult-2:last-child {
        color: #718097 !important;
    }

    .btn-defult-2:hover {
        color: #2254b1;
        box-shadow: 0 2px 12px 0 rgba(216, 224, 230, 0.8);
    }


.btn-defult-1 .toolbar .item .ca_tb_txt {
    color: White !important;
}
/**/
.btn-defult-table{
    font-family: 'IRANSans', Tahoma;
    font-size: 11px !important;
    font-weight: normal !important;
    cursor: pointer;
    padding: 3px 20px;
    color: #4075F8 !important;
    background: white;
    border: 1px solid #ebeef4 !important;
    box-shadow: 0 2px 7px 0 rgba(216, 224, 230, 0.6);
    -moz-border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    border-radius: 8px !important;
    outline: 0 !important;
    transition: all 0.2s !important;
}

    .btn-defult-table .toolbar {
        line-height: 30px;
    }

        .btn-defult-table .toolbar td {
            padding: 0;
            margin: 0;
            width: 100%;
            height: 100%;
        }

            .btn-defult-table .toolbar td.ca_tb_img img {
                margin: 0;
                margin-left: 6px;
            }

            .btn-defult-table .toolbar td.ca_tb_txt {
                color: #3569e7;
                font-weight: normal;
                font-size: 13px;
            }

.btn-curve {
    -moz-border-radius: 50px !important;
    -webkit-border-radius: 50px !important;
    border-radius: 50px !important;
}

.btn-defult-table:hover {
    background: white;
    border-color: #4075F8 !important;
    box-shadow: 0 2px 7px 0 rgba(216, 224, 230, 0.9);
    transition: border-color 0.2s !important;
}
/**/

/*Btn Small*/
.btn-small {
    background-color: white;
    border: 1px solid #e5eaf2;
    box-shadow: 0 1px 2px 0 rgba(216, 224, 230, 0.5);
    border-radius: 8px;
}

    .btn-small .ca_tb_img {
        width: 29px;
        height: 29px;
        padding: 5px;
        box-sizing: border-box;
    }

        .btn-small .ca_tb_img img {
            width: 100%;
            height: 100%;
            overflow: hidden;
        }

    .btn-small:hover {
        box-shadow: 0 2px 12px 0 rgba(216, 224, 230, 0.8);
    }

    .btn-small:focus,
    .btn-small:active{
        outline: 0;
        border-color: #4075F8;
        box-shadow: 0 2px 18px 0 rgba(216, 224, 230, 0.8);
    }
