﻿.thead-teal tr {
    background-color: #e6efdc
}

.verified-commit {
    width: 150px;
    margin-left: auto;
}

    .verified-commit > i {
        vertical-align: middle;
        display: inline-block;
        margin-bottom: 0;
        margin-right: 0.5em;
    }

    .verified-commit > p {
        vertical-align: middle;
        display: inline-block;
        margin-bottom: 0;
        text-align: center;
        font-weight: 600;
    }

.close-window {
    display: inline-block;
    float: right;
}

    .close-window > i {
        font-size: 22px;
        cursor: pointer;
    }

.search-bar {
    width: 100%;
    position: relative;
    text-align: right;
}

i.fa-search.custom-icon {
    position: absolute;
    z-index: 11;
    right: 10px;
    top: 10px;
    font-size: 18px;
    color: #757575;
}

#ajax_tbldrug {
    margin-bottom: 0;
}

    #ajax_tbldrug tbody tr {
        cursor: pointer;
        transition: 0.5s all ease;
    }

        #ajax_tbldrug tbody tr:not(.alert-danger):hover {
            background: #d3f9c3;
        }

    #ajax_tbldrug thead tr th {
        width: 25%;
        text-align: left;
    }

    #ajax_tbldrug td {
        text-align: left;
    }

#DrugDetail form{
    display: none;
}

.image-boxed {
    height: 150px;
    width: 220px;
    margin-left: auto;
}

    .image-boxed > img {
        width: 100%;
        height: 100%;
    }

.local-storage {
    display: none;
}

#shorthand_sig {
    background: #f5f5f5;
}

.shortsig-list {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    left: 0;
    right: 0;
    border-radius: .25rem;
    overflow: hidden;
    box-shadow: 0 0px 10px #929292;
}

    .shortsig-list div {
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
    }

        .shortsig-list div:hover {
            background-color: #e9e9e9;
        }

.btn-cus {
    cursor: pointer;
    transition: 0.5s all ease;
}

    .btn-cus:hover {
        opacity: 0.5
    }

.remove-item, .edit-item {
    cursor: pointer;
}

    .remove-item:hover {
        opacity: 0.7;
        transform: scale(1.1,1.1);
    }

    .edit-item:hover {
        color: blue;
        text-decoration: underline;
    }

#closePannel {
    position: absolute;
    right: 1.5rem;
    top: 0.75rem;
}

#closeForm {
    position: absolute;
    right: 1.25rem;
    top: .75rem;
}