﻿.btn-graddetail {
    background-color: #17a2b8;
    margin: 4px;
    text-align: center;
    text-transform: none;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 10px;
    display: inline-block;
    min-width: 20%;
    max-width: 100%;
    height: 32px;
    padding: 9px;
    font-family: Calibri;
    font-size: 14px;
    box-sizing: border-box !important;
}

    .btn-graddetail:hover {
        background-color: #076d7d;
    }

.btn-graddelete {
    background-color: #dc3545;
    margin: 4px;
    text-align: center;
    text-transform: none;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 10px;
    display: inline-block;
    min-width: 20%;
    max-width: 100%;
    height: 32px;
    padding: 9px;
    font-family: Calibri;
    font-size: 14px;
    box-sizing: border-box !important;
}

    .btn-graddelete:hover {
        background-color: #b51b2a;
    }


.btn-gradedit {
    background-color: #25c24a;
    margin: 4px;
    text-align: center;
    text-transform: none;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 10px;
    display: inline-block;
    min-width: 20%;
    max-width: 100%;
    height: 32px;
    padding-top: 9px;
    padding-bottom: 9px;
    font-family: Calibri;
    font-size: 14px;
    box-sizing: border-box !important;
}

    .btn-gradedit:hover {
        background-color: #179936;
        color: #fff;
        text-decoration: none;
    }


.btn-gradlogin {
    background-color: #007470;
    margin: 4px;
    padding: 9px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
    font-family: Calibri;
}

    .btn-gradlogin:hover {
        background-color: #003331;
        color: #fff;
        text-decoration: none;
    }

.borderlessinput {
    border: 0;
    border-style: none;
    border-color: transparent;
    outline: none;
    outline-offset: 0;
}
