﻿.my-btn .x-btn-inner-default-toolbar-small {
    font-family: Tahoma;
    color: #000000;
}

.btn-blue {
    color: #004783;
    border: 1px solid #004783;
    border-radius: 5px;
    padding: 5px;
    box-shadow: rgba(25,25,25,.04) 0 0 1px 0,rgba(0,0,0,.1) 0 3px 4px 0;
    cursor: pointer;
    transition-duration: 0.4s;
}

    .btn-blue:hover {
        background-color: #004783;
        color: white;
    }

.btn-green {
    color: #16a900;
    border: 1px solid #16a900;
    border-radius: 5px;
    padding: 5px;
    box-shadow: rgba(25,25,25,.04) 0 0 1px 0,rgba(0,0,0,.1) 0 3px 4px 0;
    cursor: pointer;
    transition-duration: 0.4s;
}

    .btn-green:hover {
        background-color: #16a900;
        color: white;
    }

.btn-green-2 {
    color: #147a04;
    border: 1px solid #16a900;
    border-radius: 5px;
    padding: 5px;
    box-shadow: rgba(25,25,25,.04) 0 0 1px 0,rgba(0,0,0,.1) 0 3px 4px 0;
    cursor: pointer;
    transition-duration: 0.4s;
}

    .btn-green-2:hover {
        background-color: #DFF0D8;
        color: white;
    }

.btn-red {
    color: red;
    border: 1px solid red;
    border-radius: 5px;
    padding: 5px;
    box-shadow: rgba(25,25,25,.04) 0 0 1px 0,rgba(0,0,0,.1) 0 3px 4px 0;
    cursor: pointer;
    transition-duration: 0.4s;
}

    .btn-red:hover {
        background-color: red;
        color: white;
    }

.btn-orange {
    color: #fb8100;
    border: 1px solid #fb8100;
    border-radius: 5px;
    padding: 5px;
    box-shadow: rgba(25,25,25,.04) 0 0 1px 0,rgba(0,0,0,.1) 0 3px 4px 0;
    cursor: pointer;
    transition-duration: 0.4s;
}

    .btn-orange:hover {
        background-color: #fb8100;
        color: white;
    }

.btn-violet {
    color: #6300d3;
    border: 1px solid #6300d3;
    border-radius: 5px;
    padding: 5px;
    box-shadow: rgba(25,25,25,.04) 0 0 1px 0,rgba(0,0,0,.1) 0 3px 4px 0;
    cursor: pointer;
    transition-duration: 0.4s;
}

    .btn-violet:hover {
        background-color: #6300d3;
        color: white;
    }

.btn-botrixe {
    color: #004783;
    border: 1px solid #004783;
    border-radius: 5px;
    padding: 5px;
    box-shadow: rgba(25,25,25,.04) 0 0 1px 0,rgba(0,0,0,.1) 0 3px 4px 0;
    cursor: pointer;
    transition-duration: 0.4s;
}

    .btn-botrixe:hover {
        background-color: #004783;
        color: white;
    }

.btn-huyduyet {
    color: red;
    border: 1px solid red;
    border-radius: 5px;
    padding: 5px;
    box-shadow: rgba(25,25,25,.04) 0 0 1px 0,rgba(0,0,0,.1) 0 3px 4px 0;
    cursor: pointer;
    transition-duration: 0.4s;
}

    .btn-huyduyet:hover {
        background-color: red;
        color: white;
    }

.btn-duyet {
    color: #0000FF;
    border: 1px solid #0000FF;
    border-radius: 5px;
    padding: 5px;
    box-shadow: rgba(25,25,25,.04) 0 0 1px 0,rgba(0,0,0,.1) 0 3px 4px 0;
    cursor: pointer;
    transition-duration: 0.4s;
}

    .btn-duyet:hover {
        background-color: #0000FF;
        color: white;
    }

.btn-da-duyet {
    color: #16a900;
    padding: 5px;
    cursor: pointer;
    transition-duration: 0.4s;
}

.btn-edit {
    color: #fb8100;
    border: 1px solid #fb8100;
    border-radius: 5px;
    padding: 5px;
    box-shadow: rgba(25,25,25,.04) 0 0 1px 0,rgba(0,0,0,.1) 0 3px 4px 0;
    cursor: pointer;
    transition-duration: 0.4s;
}

    .btn-edit:hover {
        background-color: #fb8100;
        color: white;
    }

.btn-delete {
    color: red;
    border: 1px solid red;
    border-radius: 5px;
    padding: 5px;
    box-shadow: rgba(25,25,25,.04) 0 0 1px 0,rgba(0,0,0,.1) 0 3px 4px 0;
    cursor: pointer;
    transition-duration: 0.4s;
}

    .btn-delete:hover {
        background-color: red;
        color: white;
    }

.btn-print {
    color: #5B943C;
    border: 1px solid #5B943C;
    border-radius: 5px;
    padding: 5px;
    box-shadow: rgba(25,25,25,.04) 0 0 1px 0,rgba(0,0,0,.1) 0 3px 4px 0;
    cursor: pointer;
    transition-duration: 0.4s;
}

    .btn-print:hover {
        background-color: #5B943C;
        color: white;
    }

.btn_upload {
    color: #5B943C;
    border: 1px solid #5B943C;
    border-radius: 5px;
    padding: 5px;
    box-shadow: rgba(25,25,25,.04) 0 0 1px 0,rgba(0,0,0,.1) 0 3px 4px 0;
    cursor: pointer;
    transition-duration: 0.4s;
}

    .btn_upload:hover {
        background-color: #5B943C;
        color: white;
    }

.btn-no-print {
    color: red;
    border: 1px solid red;
    border-radius: 5px;
    padding: 5px;
    box-shadow: rgba(25,25,25,.04) 0 0 1px 0,rgba(0,0,0,.1) 0 3px 4px 0;
    cursor: pointer;
    transition-duration: 0.4s;
}

    .btn-no-print:hover {
        background-color: red;
        color: white;
    }

.btn-view-file {
    color: #5B943C;
    border: 1px solid #5B943C;
    border-radius: 5px;
    padding: 5px;
    box-shadow: rgba(25,25,25,.04) 0 0 1px 0,rgba(0,0,0,.1) 0 3px 4px 0;
    cursor: pointer;
    transition-duration: 0.4s;
}

    .btn-view-file:hover {
        background-color: #5B943C;
        color: white;
    }

.btn-huylich {
    color: red;
    border: 1px solid red;
    border-radius: 5px;
    padding: 5px;
    box-shadow: rgba(25,25,25,.04) 0 0 1px 0,rgba(0,0,0,.1) 0 3px 4px 0;
    cursor: pointer;
    transition-duration: 0.4s;
}

    .btn-huylich:hover {
        background-color: red;
        color: white;
    }

.btndv-default {
    background-color: white;
    border: 1px solid #004783;
    border-radius: 5px;
    padding: 5px;
    box-shadow: rgba(25,25,25,.04) 0 0 1px 0,rgba(0,0,0,.1) 0 3px 4px 0;
    cursor: pointer;
    transition-duration: 0.4s;
}

    .btndv-default:hover {
        color: red;
    }

.btndv-select {
    background-color: #004783;
    color: white;
    border-radius: 5px;
    padding: 5px;
    box-shadow: rgba(25,25,25,.04) 0 0 1px 0,rgba(0,0,0,.1) 0 3px 4px 0;
    cursor: pointer;
    transition-duration: 0.4s;
}

    .btndv-select:hover {
        color: red;
    }
