﻿.img__wrap {
    position: relative;
    height: 100px;
    width: 100%;
}

.img__description_layer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(128, 128, 128, 0.5);
    color: #ffffff;
    visibility: hidden;
    opacity: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px;
    transition: opacity .2s, visibility .2s;
}

.img__wrap:hover .img__description_layer {
    visibility: visible;
    opacity: 1;
}

.img__description {
    transition: .2s;
    transform: translateY(50%);
}

.img__wrap_product {
    position: relative;
    height: 200px;
    width: 100%;
}

.img__description_product_layer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(128, 128, 128, 0.5);
    color: #ffffff;
    visibility: hidden;
    opacity: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 2px;
    transition: opacity .2s, visibility .2s;
}

.img__wrap_product:hover .img__description_product_layer {
    visibility: visible;
    opacity: 1;
}

.img__description_product {
    transition: .2s;
    transform: translateY(50%);
}

.img__wrap_product:hover .img__description_product {
    transform: translateY(50%);
}

.waves-circle-custom {
    color: black;
    text-align: center;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    border-radius: 50%;
}

.img-wrap {
    position: relative;
    max-height: 200px;
    width: 100%;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.img-description-layer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(128, 128, 128, 0.5);
    color: #ffffff;
    visibility: hidden;
    opacity: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    max-height: 200px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 2px;
    transition: opacity .2s, visibility .2s;
}

.img-wrap:hover .img-description-layer {
    visibility: visible;
    opacity: 1;
}

.img-wrap:hover .img-description-layer-circle {
    visibility: visible;
    opacity: 1;
}

.img-description {
    transition: .2s;
    transform: translateY(50%);
}

.img-wrap:hover .img-description {
    transform: translateY(50%);
}

.img-default {
    max-width: 100%;
    max-height: 200px;
    height: auto;
}

.login-title {
    width: auto;
    margin-left: 25%;
    margin-right: 25%;
    margin-top: 10%;
    color: white;
    font-size: 36px;
}

.login-card {
    width: auto;
    margin-left: 25%;
    margin-right: 25%
}

.btn-square-lg {
    border: none;
    outline: none !important;
    overflow: hidden;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 5% !important;
    -moz-border-radius: 5% !important;
    -ms-border-radius: 5% !important;
    border-radius: 5% !important;
}

    .btn-square-lg i {
        font-size: 26px !important;
        position: relative !important;
        left: 0px !important;
        top: 6px !important;
    }

.theme-red .btn-square-lg {
    background-color: #F44336;
    color: white;
}

.theme-pink .btn-square-lg {
    background-color: #E91E63;
    color: white;
}

.theme-purple .btn-square-lg {
    background-color: #9C27B0;
    color: white;
}

.theme-deep-purple .btn-square-lg {
    background-color: #673AB7;
    color: white;
}

.theme-indigo .btn-square-lg {
    background-color: #3F51B5;
    color: white;
}

.theme-blue .btn-square-lg {
    background-color: #2196F3;
    color: white;
}

.theme-light-blue .btn-square-lg {
    background-color: #03A9F4;
    color: white;
}

.theme-cyan .btn-square-lg {
    background-color: #00BCD4;
    color: white;
}

.theme-teal .btn-square-lg {
    background-color: #009688;
    color: white;
}

.theme-green .btn-square-lg {
    background-color: #4CAF50;
    color: white;
}

.theme-light-green .btn-square-lg {
    background-color: #8BC34A;
    color: white;
}

.theme-lime .btn-square-lg {
    background-color: #CDDC39;
    color: white;
}

.theme-yellow .btn-square-lg {
    background-color: #FFD600;
    color: white;
}

.theme-amber .btn-square-lg {
    background-color: #FFC107;
    color: white;
}

.theme-orange .btn-square-lg {
    background-color: #FF9800;
    color: white;
}

.theme-deep-orange .btn-square-lg {
    background-color: #FF5722;
    color: white;
}

.theme-brown .btn-square-lg {
    background-color: #795548;
    color: white;
}

.theme-grey .btn-square-lg {
    background-color: #9E9E9E;
    color: white;
}

.theme-blue-grey .btn-square-lg {
    background-color: #607D8B;
    color: white;
}

.theme-black .btn-square-lg {
    background-color: #333;
    color: white;
}


.user-info {
    padding: 13px 15px 12px 15px;
    white-space: nowrap;
    position: relative;
    border-bottom: 1px solid #e9e9e9;
    height: 70px;
    color: white;
}

.userTab .user-info .image {
    display: inline-block;
}

    .userTab .user-info .image img {
        margin-right: 8px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

.userTab .user-info .info-container {
    cursor: default;
    display: block;
    position: relative;
    top: 25px;
}

    .userTab .user-info .info-container .name {
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 14px;
        max-width: 200px;
        color: #fff;
    }

    .userTab .user-info .info-container .email {
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 12px;
        max-width: 200px;
        color: #fff;
    }

    .userTab .user-info .info-container .user-helper-dropdown {
        position: absolute;
        right: -3px;
        bottom: -12px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        cursor: pointer;
        color: #fff;
    }

.userTab .menu {
    position: relative;
    overflow-y: auto;
    height: 90vh;
}

    .userTab .menu .list {
        list-style: none;
        padding-left: 0;
    }

        .userTab .menu .list li.active > :first-child span {
            font-weight: bold;
        }

        .userTab .menu .list .header {
            background: #eee;
            font-size: 12px;
            font-weight: 600;
            padding: 8px 16px;
        }

        .userTab .menu .list i.material-icons {
            margin-top: 4px;
        }

        .userTab .menu .list .menu-toggle:after, .userTab .menu .list .menu-toggle:before {
            position: absolute;
            top: calc(50% - 14px);
            right: 17px;
            font-size: 19px;
            -moz-transform: scale(0);
            -ms-transform: scale(0);
            -o-transform: scale(0);
            -webkit-transform: scale(0);
            transform: scale(0);
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

        .userTab .menu .list .menu-toggle:before {
            content: '+';
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            -webkit-transform: scale(1);
            transform: scale(1);
        }

        .userTab .menu .list .menu-toggle:after {
            content: '\2013';
            -moz-transform: scale(0);
            -ms-transform: scale(0);
            -o-transform: scale(0);
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        .userTab .menu .list .menu-toggle.toggled:before {
            -moz-transform: scale(0);
            -ms-transform: scale(0);
            -o-transform: scale(0);
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        .userTab .menu .list .menu-toggle.toggled:after {
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            -webkit-transform: scale(1);
            transform: scale(1);
        }

        .userTab .menu .list a {
            color: #747474;
            position: relative;
            display: inline-flex;
            vertical-align: middle;
            width: 100%;
            padding: 10px 13px;
        }

            .userTab .menu .list a:hover, .userTab .menu .list a:active, .userTab .menu .list a:focus {
                text-decoration: none !important;
            }

            .userTab .menu .list a small {
                position: absolute;
                top: calc(50% - 7.5px);
                right: 15px;
            }

            .userTab .menu .list a span {
                margin: 7px 0 7px 12px;
                color: #333;
                font-weight: bold;
                font-size: 14px;
                overflow: hidden;
            }

        .userTab .menu .list .ml-menu {
            list-style: none;
            display: none;
            padding-left: 0;
        }

            .userTab .menu .list .ml-menu span {
                font-weight: normal;
                font-size: 14px;
                margin: 3px 0 1px 6px;
            }

            .userTab .menu .list .ml-menu li a {
                padding-left: 55px;
                padding-top: 7px;
                padding-bottom: 7px;
            }

            .userTab .menu .list .ml-menu li.active a.toggled:not(.menu-toggle) {
                font-weight: 600;
                margin-left: 5px;
            }

                .userTab .menu .list .ml-menu li.active a.toggled:not(.menu-toggle):before {
                    content: '\E315';
                    font-family: 'Material Icons';
                    position: relative;
                    font-size: 21px;
                    height: 20px;
                    top: -5px;
                    right: 0px;
                }

            .userTab .menu .list .ml-menu li .ml-menu li a {
                padding-left: 80px;
            }

            .userTab .menu .list .ml-menu li .ml-menu .ml-menu li a {
                padding-left: 95px;
            }

.confirmemail-page {
    background-color: whitesmoke;
    padding-left: 0;
    max-width: 360px;
    margin: 5% auto;
    overflow-x: hidden;
}

.selectrole-page {
    background-color: whitesmoke;
    padding-left: 0;
    max-width: 900px;
    margin: 5% auto;
    overflow-x: hidden;
}

    .selectrole-page .select-role-box .msg {
        color: #555;
        margin-bottom: 30px;
        text-align: center;
    }

    .selectrole-page .select-role-box a {
        font-size: 14px;
        text-decoration: none;
        color: #00BCD4;
    }

    .selectrole-page .select-role-box .logo {
        margin-bottom: 20px;
    }

        .selectrole-page .select-role-box .logo a {
            font-size: 36px;
            display: block;
            width: 100%;
            text-align: center;
            color: #fff;
        }

        .selectrole-page .select-role-box .logo small {
            display: block;
            width: 100%;
            text-align: center;
            color: #fff;
            margin-top: -5px;
        }

.register-page .signup-box a {
    color: #ffffff;
}

.confirmemail-page {
    background-color: whitesmoke;
    padding-left: 0;
    max-width: 360px;
    margin: 5% auto;
    overflow-x: hidden;
}

.externallogincallback-page {
    background-color: whitesmoke;
    padding-left: 0;
    max-width: 900px;
    margin: 5% auto;
    overflow-x: hidden;
}

    .externallogincallback-page .select-role-box .msg {
        color: #555;
        margin-bottom: 30px;
        text-align: center;
    }

    .externallogincallback-page .select-role-box a {
        font-size: 14px;
        text-decoration: none;
        color: #00BCD4;
    }

    .externallogincallback-page .select-role-box .logo {
        margin-bottom: 20px;
    }

        .externallogincallback-page .select-role-box .logo a {
            font-size: 36px;
            display: block;
            width: 100%;
            text-align: center;
            color: #fff;
        }

        .externallogincallback-page .select-role-box .logo small {
            display: block;
            width: 100%;
            text-align: center;
            color: #fff;
            margin-top: -5px;
        }

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.bootstrap-tagsinput {
    width: 100% !important;
}

.tt-menu {
    max-height: 150px;
    overflow-y: auto;
}

.empty-message {
    padding: 5px 10px;
    text-align: center;
}

@media (min-width: 1300px) {
    .modal-xl {
        width: 1300px;
    }
}

.modal-content .modal-footer {
    background-color: whitesmoke;
}

.card .card-inside-title {
    background: silver;
    padding: 5px;
}

.swal2-popup {
    font-size: 1.6rem !important;
}

.bootstrap-select .dropdown-menu .active a {
    background-color: silver;
    color: #333 !important;
}

.bootstrap-select {
    border-bottom: 0px !important;
}

    .bootstrap-select .dropdown-toggle:focus, .bootstrap-select .dropdown-toggle:active {
        outline: solid #66afe9 !important;
    }

.plans-itens-list {
    list-style: none;
    padding-left: 0;
}

    .plans-itens-list li {
        padding: 16px 0 0 0;
    }

        .plans-itens-list li small {
            font-size: 8px;
        }

.modal-z-index {
    z-index: 9999 !important;
}

.gresult {
    position: relative;
    font-family: Arial,sans-serif;    
}

    .gresult:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        height: 100%;
        background-image: linear-gradient(to left,#FFF,transparent)
    }

    .gresult > div.is-invalid:after {
        content: attr(data-invalid-text);
        font-size: inherit;
        display: block;
        color: #EF5E53
    }

.gresult-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.gresult-title {
    color: #3035c6;
    font-size: 18px
}

.gresult-link {
    color: #006621
}

.gresult-text {
    color: #545454 !important
}

.card-flex {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100% !important;    
}

.link-hover-primary:hover {
    opacity: 0.7;
    text-decoration: none;
    transition: .2s ease;
}
