﻿.bordermenu {
    position: relative;
    padding: 5px;
}

    .bordermenu a {
        text-decoration: none;
    }

    .bordermenu:hover {
        border: 2px solid #adb5bd;
        border-radius: 8px;
        padding: 3px;
    }

        .bordermenu:hover > .bordermenu-function {
            display: block;
        }

.bordermenu-function {
    display: none;
    position: absolute;
    right: 0px;
    top: -30px;
}

    .bordermenu-function.transform {
        right: unset;
        top: unset;
        transform: translate3d(0px, -32px, 0px);
    }



    .bordermenu-function i {
        color: #adb5bd;
        transition: 0.5s;
    }

        .bordermenu-function i:hover {
            color: #999;
        }


.form-label {
    font-size: 1.125rem;
    color: #005172;
    font-family: Microsoft JhengHei;
    font-weight: 400;
}

.form-check-label {
    font-size: 1.125rem;
    color: #005172;
    font-family: Microsoft JhengHei;
    font-weight: 400;
}

.form-check-input {
    /*transform:translateY(4px);*/
}

.rightclick-menu {
    display: none;
    position: fixed;
    background-color: #fafafa;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #d6d6d670;
    z-index: 100;
}

a.menu-item {
    text-decoration: none;
}

.menu-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    min-width: 150px;
}

    .menu-item:hover {
        color: #212529;
        background-color: white;
    }


.select-function-item {
    color: black;
}

    .select-function-item:hover {
        color: #868686;
    }


.move-icon {
    display: none;
    position: absolute;
    transform: translateX(-20px);
    font-size: 40px;
    color: #8080809e;
}

.form-border {
    border: 1px solid #ffffff00;
}

    .form-border:hover {
        border: 1px solid #adb5bd;
        border-radius: 8px;
    }

        .form-border:hover .move-icon {
            display: block;
        }

.form-border-blue {
    border: 1px solid #ffffff00;
}

    .form-border-blue:hover {
        border: 1px solid #35a4c647;
        border-radius: 8px;
    }

.unvisible {
    border: 1px solid #dc354552;
    border-radius: 8px;
    display: none;
}
