﻿.cus-input-black {
    background-color: #333 !important;
    color: white !important;
    font-size: 20px !important;
}

.detail td{
    padding: 0px !important;
}

    .detail td input {
        border-radius: 0px !important;
        border: none;
    }

/*================================== Img Modal =====================================*/

.hover06 figure .figure-img {
    -webkit-transform: rotate(15deg) scale(1.4);
    transform: rotate(0) scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover06 figure:hover .figure-img {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(15deg) scale(1.4);
}

figure {
    cursor: pointer;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #333230;
    overflow: hidden;
}

    figure .figure-img {
        height: 150px;
        border: none;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin: 4px;
    }

#divmodalimg {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}

    #divmodalimg .modal-content {
        margin: auto;
        display: block;
        width: auto;
        height: auto;
        max-height: 90%;
        max-width: 100%;
        width: auto;
    }

    #divmodalimg .close {
        position: absolute;
        top: 15px;
        right: 35px;
        color: #f1f1f1;
        font-size: 40px;
        font-weight: bold;
        transition: 0.3s;
    }

        #divmodalimg .close:hover,
        #divmodalimg .close:focus {
            color: #bbb;
            text-decoration: none;
            cursor: pointer;
        }

.page-active {
    color: #a5a5a5 !important;
}

    .page-active:hover {
        text-decoration: none;
    }

@media only screen and (max-width: 700px) {
    #divmodalimg {
        padding-top: 80px;
    }

        #divmodalimg .modal-content {
        }
}