﻿.logo{
    background-color:#fff;
}
.box-img {
    margin: -41px -41px 0px -41px;
    padding: 10px 40px 10px 40px;
    border-bottom: 2px solid #797979;
    background-color: #e5e5e5;
}
.card-container.card {
    max-width: 400px;
    padding: 40px 40px;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0,0,0,0.5);
    overflow: hidden;
}
.btn {
    font-weight: 700;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.card {
    background-color: #fff;
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.profile-img-card {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}
.btn.btn-signin {
    background-color: #414141;
    font-weight: 700;
    font-size: 14px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}
.forgot-password {
    background-color: #173254;
}
.bg-AzulEscuro {
    background-color: #173254 !important
}
.z-index-10 {
    z-index:10;
}
.z-index-20 {
    z-index: 20;
}
.z-index-30 {
    z-index: 30;
}
.z-index-100{
    z-index: 100;
}
.mt-lg-10, .my-lg-10 {
    margin-top: 6rem !important;
}
#sidebar-wrapper {
    min-height: 100vh;
    margin-left: -15rem;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
}

    #sidebar-wrapper .sidebar-heading {
        padding: 0.875rem 1.25rem;
        font-size: 1.2rem;
    }

    #sidebar-wrapper .list-group {
        width: 15rem;
    }

#page-content-wrapper {
    min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
}

@media (min-width: 768px) {
    #sidebar-wrapper {
        margin-left: 0;
    }

    #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }

    #wrapper.toggled #sidebar-wrapper {
        margin-left: -15rem;
    }
}
.mt-60 {
    padding-top: 63px !important;
    
}
.nav-bg {
    background-image: linear-gradient(to left, #404042, #ffffff 120%);
}
.dropdown-item {
    background-color: #404042 !important;
    color: #fff !important;
}
    .dropdown-item:hover {
        color: #b1b1b1 !important;
    }

.nav-link {
    color: #fff !important;
    cursor: pointer !important;
}
    .nav-link:hover {
        color: #000 !important;
    }
.dropdown-menu {
    background-color: #404042 !important;
}
.navbar-toggler{
    background-color: #fff !important;
}
.required:after {
    content: " *";
    color: red;
}
.Errorctrl {
    background-color: #fff1f1 !important;
    border: 1px solid #ff0000;
}
.card-custom {
    max-width: 95% !important;
}
@media (max-width: 576px) {
    .card-custom {
        max-width: 100% !important;
    }
}
.nav-item {
    padding-right: 20px;
}
th a {
    color: #414141 !important;
}
.fa-arrow-down:before {
    content: "\f063";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 12px;
}

.fa-arrow-up:before {
    content: "\f062";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 12px;
}
.table th {
    background-color: #5A6268;
    color: #ffffff !important;
}
    .table th a {
        color: #ffffff !important;
    }
.table-hover > tbody > tr:hover {
    color: #97310e !important;
}
.pag-table {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pag-table td, .pag-table th {
        border: none !important;
    }

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.20);
}

.pag-table table > tbody > tr > td {
    display: inline;
}

    .pag-table table > tbody > tr > td > a,
    .pag-table table > tbody > tr > td > span {
        position: relative;
        float: left;
        padding: 8px 12px;
        line-height: 1.42857143;
        text-decoration: none;
        color: #dd4814;
        background-color: #ffffff;
        border: 1px solid #dddddd;
        margin-left: -1px;
    }

    .pag-table table > tbody > tr > td > span {
        position: relative;
        float: left;
        padding: 8px 12px;
        line-height: 1.42857143;
        text-decoration: none;
        margin-left: -1px;
        z-index: 2;
        color: #aea79f;
        background-color: #f5f5f5;
        border-color: #dddddd;
        cursor: default;
    }

    .pag-table table > tbody > tr > td:first-child > a,
    .pag-table table > tbody > tr > td:first-child > span {
        margin-left: 0;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
    }

    .pag-table table > tbody > tr > td:last-child > a,
    .pag-table table > tbody > tr > td:last-child > span {
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
    }

    .pag-table table > tbody > tr > td > a:hover,
    .pag-table table > tbody > tr > td > span:hover,
    .pag-table table > tbody > tr > td > a:focus,
    .pag-table table > tbody > tr > td > span:focus {
        color: #97310e;
        background-color: #eeeeee;
        border-color: #dddddd;
    }

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #f8c300;
    background-color: #f8c300;
}
.btn-fa {
    min-width: 40px !important;
    max-height: 35px !important;
}
@media (min-width:576px) {
    .modal-dialog-w60 {
        max-width: 60% !important;
    }

    .w-sm-25 {
        max-width: 35%;
    }
}
@media (min-width:768px) {
    .w-sm-25 {
        max-width: 10%;
    }
}
.col-of-70 {
    overflow-x: hidden;
    overflow-y: scroll !important;
    height: 70vh;
}
.lb-resposivel {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    overflow: hidden;
}
@media (min-width:769px) {
    .table-responsive {
        display: inline-table !important;
    }
}
.fundoEspacoBotao {
    background-color: rgba(255, 255, 255, 0.7) !important;
}
.resize_none{
    resize:none;
}
.users__bar {
    background-color: #f2f2f2;
    height: 435px;
}
    .users__bar .__no__chat__ {
        background-color: rgba(128, 128, 128, 0.425);
        padding: 2px;
        font-weight: 500;
        font-size: 12px;
        text-align: center;
    }
    .users__bar .panel-heading.users__heading {
        padding: 15px 15px;
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
        background-color: #000;
        color: #fff;
        text-align: center;
    }
    .users__bar .panel-body.users__body {
        padding: 0px;
        font-size: 12px;
    }

        .users__bar .panel-body.users__body .user__item {
            text-decoration: none;
        }

            .users__bar .panel-body.users__body .user__item span {
                color: #000;
                font-weight: 600;
                left: 7px;
                position: relative;
            }

            .users__bar .panel-body.users__body .user__item li {
                position: relative;
                display: block;
                padding: 5px 5px;
                margin-bottom: -1px;
                background-color: #e6e6e6;
                border: 1px solid #ddd;
            }

                .users__bar .panel-body.users__body .user__item li.active {
                    background-color: rgba(128, 128, 128, 0.425);
                }

            .users__bar .panel-body.users__body .user__item .avatar {
                display: inline-block;
            }

                .users__bar .panel-body.users__body .user__item .avatar img {
                    width: 35px;
                    height: 35px;
                    border-radius: 50%;
                }

            .users__bar .panel-body.users__body .user__item .status-bar {
                width: 25px;
                height: 25px;
                border-radius: 50%;
                display: inline-block;
                margin: 0px 5px 0px;
                background-image: url('/img/no_avatar.png');
                background-size: 100% 100%;
            }

                .users__bar .panel-body.users__body .user__item .status-bar.active {
                    background-image: url('/img/avatar.png');
                }

.chat__body {
    display: none;
    position: relative;
    background-color: #f2f2f2;    
}

    .chat__body .chat__main .__chat__ {
        padding: 15px 15px;
        border-radius: 20px;
        margin: 20px 20px 0px 20px;
        width: 90%;
    }

        .chat__body .chat__main .__chat__ p {
            font-weight: 400;
        }

            .chat__body .chat__main .__chat__ p.delivery-status {
                display: none;
                font-size: 12px;
                float: right;
                top: -10px;
                position: relative;
            }
            .chat__body .chat__main .__chat__ p.delivery-date {
                font-size: 10px;
                float: right;
                top: 45px;
                position: relative;
                color: #000;
            }

        .chat__body .chat__main .__chat__.from__chat {
            background-color: #d9d9d9;
        }

        .chat__body .chat__main .__chat__.receive__chat {
            background-color: #4d9aff;
            float: right;
            color: #fff;
        }

    .chat__body .chat__type__body {
        position: absolute;
        height: 40px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin-bottom: 0px;
    }

        .chat__body .chat__type__body .chat__type {
            background-color: #e6e6e6;
            width: 100%;
        }

            .chat__body .chat__type__body .chat__type textarea {
                background-color: inherit;
                width: 85%;
                padding: 10px 10px 0px;
                border: none;
                display: inline-block;
            }

            .chat__body .chat__type__body .chat__type #sendMessage {
                position: relative;
                display: inline-block;
                top: -15px;
                width: 14%;
            }

    .chat__body .typing_display__open {
        bottom: 30px;
    }

    .chat__body .chat__typing {
        position: absolute;
        display: none;
        height: 30px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin-bottom: 0px;
        background-color: #f2f2f2;
        padding: 5px;
    }

        .chat__body .chat__typing span {
            font-style: italic;
            font-size: 12px;
            color: #999999;
        }
.bg-laranja {
    background-color: #ff7025 !important;
}