﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/*Variables*/
:root {
    /*Blue do mais escuro para o mais claro*/
    --blue1: #023765; /*Body Backgound*/
    --blue2: #005bac; /*Logo Backgound*/
    --blue3: #0073bd; /*Nav Backgound*/
    --blue4: #4794d1; /*Nav Backgound*/
    --blue5: #a1c6e9; /*userinfo Backgound*/
    --blue6: #d5e6f6; /*Nav Backgound*/
    --gray1: #eaeff3; /*Content Backgound*/
}

/*Colors*/
.text-gray {
    color: gray !important;
}
.text-darkgray {
    color: #4d4e51 !important;
}

.text-blue1 {
    color: var(--blue1) !important;
}

.text-blue2 {
    color: var(--blue2) !important;
}

.text-blue3 {
    color: var(--blue3) !important;
}

.text-blue4 {
    color: var(--blue4) !important;
}

.text-blue5 {
    color: var(--blue5) !important;
}

.text-blue6 {
    color: var(--blue6) !important;
}

.bg-gray {
    background-color: gray !important;
}

.bg-blue1 {
    background-color: var(--blue1) !important;
}

.bg-blue2 {
    background-color: var(--blue2) !important;
}

.bg-blue3 {
    background-color: var(--blue3) !important;
}

.bg-blue4 {
    background-color: var(--blue4) !important;
}

.bg-blue5 {
    background-color: var(--blue5) !important;
}

.bg-blue6 {
    background-color: var(--blue6) !important;
}

.size-10 {
    font-size: 10px;
}
.size-12 {
    font-size: 12px;
}
.size-13 {
    font-size: 13px;
}
.size-14 {
    font-size: 14px;
}
.size-16 {
    font-size: 16px;
}
.size-18 {
    font-size: 18px;
}

.size-20 {
    font-size: 20px;
}

/* Tooltip text */
.tooltip > .tooltip-inner {
    background-color: white;
    color: #4a4d4f;
}


.tooltip > .arrow::before {
    border-bottom-color: white;
}

.tooltip.show {
    opacity: 1;
}

/*Layout principal*/
.main-sidebar, .brand-div {
    width: 80px;
    min-width: 80px;
}

.content, .topnavbar {
    flex-grow: 100;
}

/*Override container size*/
@media (min-width: 1270px) {
    .container {
        max-width: 1270px;
    }
}

@media (min-width: 1366px){
    .container {
        max-width: 1366px;
    }
}

/*btn-info override*/
.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: var(--blue2);
    border-color: var(--blue2);
}

.btn-outline-info {
    color: var(--blue2);
    border-color: var(--blue2);
}

.btn-outline-info:hover {
    color: #fff;
    background-color: var(--blue2);
    border-color: var(--blue2);
}

html, body {
    height: 100%;
    font-family: Arial;
    font-size: 15px;
}

body {
    background-color: var(--blue3);
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--blue4);
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var(--blue4);
}

:-ms-input-placeholder { /* Microsoft Edge */
    color: var(--blue4);
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin-top: 15px!important;
    justify-content: center!important;
}

/*******************
Grid Override
******************/
.table-grid .mvc-grid-headers span{
    color: gray;
    font-size: 15px;
}

.table-grid td, .table-grid th {
    font-size: 15px;
    border-bottom: 1px solid var(--blue5) !important;
    border-top: none!important;
    border-left: none!important;
    border-right: none!important;
}
/*******************
Main sidebar
******************/
.left-sidebar {
    position: absolute;
    width: 250px;
    height: 100%;
    top: 0px;
    z-index: 10;
    padding-top: 60px;
    background: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    transition: 0.2s ease-in;
}

.material.left-sidebar {
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
}

/*******************
sidebar navigation
******************/
.scroll-sidebar {
    height: calc(100% - 20px);
    position: relative;
}

.sidebar-nav ul {
    /*******************
     Small cap
     ******************/
}

    .sidebar-nav ul .sidebar-item {
        width: 250px;
        background: inherit;
        /*******************
       First level
       ******************/
    }

        .sidebar-nav ul .sidebar-item .sidebar-link {
            color: #fff;
            padding: 17px 13px;
            display: flex;
            white-space: nowrap;
            align-items: center;
            line-height: 25px;
            opacity: 0.8;
            font-weight: 300;
        }

        .sidebar-nav ul .sidebar-item .sidebar-link span {
            padding-left: 5px;
        }

        .sidebar-nav ul.first-level .sidebar-item .sidebar-link span {
            padding-left: 10px;
        }

            .sidebar-nav ul .sidebar-item .sidebar-link i {
                font-style: normal;
                width: 35px;
                line-height: 25px;
                font-size: 21px;
                color: #fff;
                display: inline-block;
                text-align: center;
            }

            .sidebar-nav ul .sidebar-item .sidebar-link.active, .sidebar-nav ul .sidebar-item .sidebar-link:hover {
                opacity: 1;
            }

            .sidebar-nav ul .sidebar-item .sidebar-link.profile-dd {
                opacity: 1;
            }

                .sidebar-nav ul .sidebar-item .sidebar-link.profile-dd span {
                    margin-left: 10px;
                    color: #fff;
                    opacity: 0.8;
                }

        .sidebar-nav ul .sidebar-item:hover {
            background: rgba(0, 0, 0, 0.07);
        }

        .sidebar-nav ul .sidebar-item.selected > .sidebar-link {
            /*background: rgba(0, 0, 0, 0.04);*/
            opacity: 1;
            background-color: #ff5050;
            border-left: 3px solid transparent;
            font-weight: 500;
        }

        .sidebar-nav ul .sidebar-item .first-level {
            padding: 0 0 10px 0;
        }

            .sidebar-nav ul .sidebar-item .first-level .sidebar-item {
                background: unset;
            }

                .sidebar-nav ul .sidebar-item .first-level .sidebar-item:hover {
                    background: unset;
                }

                .sidebar-nav ul .sidebar-item .first-level .sidebar-item.active > .sidebar-link {
                    opacity: 1;
                    font-weight: 500;
                }

                .sidebar-nav ul .sidebar-item .first-level .sidebar-item .sidebar-link {
                    padding: 10px 15px;
                }

                    .sidebar-nav ul .sidebar-item .first-level .sidebar-item .sidebar-link i {
                        font-size: 16px;
                        visibility: hidden;
                    }

    .sidebar-nav ul .nav-small-cap {
        font-size: 12px;
        padding: 17px 13px;
        white-space: nowrap;
        display: flex;
        align-items: center;
        line-height: 30px;
        margin-top: 10px;
        color: #fff;
        opacity: 1;
        text-transform: uppercase;
    }

        .sidebar-nav ul .nav-small-cap i {
            line-height: 30px;
            margin: 0 5px;
        }

.user-content,
/*.user-name,*/
.user-email {
    color: #fff;
    opacity: 0.8;
}

/*******************
 common m-p removed
******************/
.sidebar-nav ul {
    margin: 0px;
    padding: 0px;
}

    .sidebar-nav ul li {
        list-style: none;
    }

.collapse.in {
    display: block;
}

/*******************
Down arrow
******************/
.sidebar-nav .has-arrow {
    position: relative;
}

    .sidebar-nav .has-arrow::after {
        position: absolute;
        content: '';
        width: 7px;
        height: 7px;
        /*border-width: 2px 0 0 2px;*/
        border-width: 2px 2px 0 0;
        border-style: solid;
        border-color: #fff;
        margin-left: 10px;
        -webkit-transform: rotate(135deg) translate(0, -50%);
        -ms-transform: rotate(135deg) translate(0, -50%);
        -o-transform: rotate(135deg) translate(0, -50%);
        transform: rotate(135deg) translate(0, -50%);
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        -o-transform-origin: top;
        transform-origin: top;
        top: 30px;
        right: 15px;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .sidebar-nav .has-arrow.profile-dd::after {
        top: 33px;
        opacity: .8;
    }

/*******************
Devider
******************/
.sidebar-nav .devider {
    margin: 7px 0;
    border-top: 1px solid #fff;
    opacity: .1;
}

/*.sidebar-nav .active > .has-arrow::after,*/
/*.sidebar-nav li.selected > .has-arrow::after,*/
.sidebar-nav li.active > .has-arrow::after,
.sidebar-nav li > .has-arrow.active::after,
.sidebar-nav .has-arrow[aria-expanded='true']::after {
    -webkit-transform: rotate(-45deg) translate(0, -50%);
    -ms-transform: rotate(-45deg) translate(0, -50%);
    -o-transform: rotate(-45deg) translate(0, -50%);
    transform: rotate(-45deg) translate(0, -50%);
}
/*End Test*/


/*Top bar*/
.navbar {
    min-height: 80px;
    padding: 0;
}

    .navbar .container {
        background-color: var(--blue3);
    }

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

    a.navbar-brand img {
        height: 60px;
        width:60px;
        border-radius: 50%;
    }

.brand-div {
    background-color: var(--blue3);
    min-height: 80px;
}

/*SideBar*/
.sidebar {
    height: 100%;
}

.main-sidebar {
    /*width: 285px;*/
}

.sidebar_userinfo {
    background-color: var(--blue6);
    /*height: 180px;*/
    padding: 15px;
}

.sidebar_links {
    /*height: 330px;*/
}

.user_img {
    height: 85px;
    width: 85px;
    border-radius: 50%;
}

.sidebar_userinfo_1 {
    /*height: 125px;*/
    /*display:flex;*/
}

    .sidebar_userinfo_1 .dropdown-menu .separator {
        height: 1px;
        margin: 0 auto;
        background-color: var(--blue5) !important;
        width: 85%;
    }

.sidebar_userinfo_1_1 {
    height: 85px;
    width: 85px;
    margin-bottom: 15px;
}

.sidebar_userinfo_1_2 {
    /*margin-left: 100px;*/
}

    .sidebar_userinfo_1_2 .user-name {
        color: var(--blue3);
        font-weight: bold;
    }

    .sidebar_userinfo_1_2 a {
        text-decoration: none;
    }

.sidebar_userinfo_1_3 {
    /*margin-left: 100px;*/
}

    .sidebar_userinfo_1_3 h6 {
        color: var(--blue3);
    }

.sidebar_userinfo_1_4 {
    /*margin-left: 100px;*/
}

    .sidebar_userinfo_1_4 h6 {
        /*color: var(--blue3);*/
    }

.sidebar_links ul {
    list-style-type: none;
    padding-left: 0;
}

.sidebar_links a {
    text-decoration: none;
}

.main-sidebar {
    background-color: white;
}

.sidebar_finduser {
    /*height: 160px;*/
    background-color: var(--blue4);
    border-radius: 10px;
    margin: 15px;
}

    .sidebar_finduser a p {
        text-decoration: underline;
    }

.sidebar_enquete {
    /*height: 160px;*/
    background-color: var(--blue4);
    border-radius: 10px;
    margin: 15px;
}

/*Sidebar*/
nav {
    display: block;
    /*position: relative;*/
}
/*.sidebar-nav ul {
    margin: 0;
    padding: 0;
}*/
.sidebar-nav ul .sidebar-item {
    width: 100%;
    /*background: inherit;*/
    /*position: relative;*/
}

    .sidebar-nav ul .sidebar-item .sidebar-link {
        color: #4a4d4f;
        /*    padding: 17px 13px;
    display: flex;
    white-space: nowrap;
    align-items: center;
    line-height: 25px;
    opacity: .7;
    font-weight: 400;*/
    }

        .sidebar-nav ul .sidebar-item .sidebar-link:hover {
            /*opacity: 1;*/
        }

        .sidebar-nav ul .sidebar-item .sidebar-link i {
            font-style: normal;
            width: 35px;
            line-height: 25px;
            font-size: 21px;
            color: #4a4d4f;
            display: inline-block;
            text-align: center;
        }

.sidebar-nav ul .sidebar-item {
    transition: .3s;
}

    .sidebar-nav ul .sidebar-item:hover {
        background: var(--gray1);
    }

.sidebar-nav .has-arrow::after {
    /*position: absolute;*/
    /*content: '';*/
    /*width: 7px;*/
    /*height: 7px;*/
    /*border-width: 1px 0 0 1px;*/
    /*border-style: solid;*/
    border-color: #4a4d4f;
    /*margin-left: 10px;*/
    /*-webkit-transform: rotate(135deg) translate(0,-50%);*/
    /*-ms-transform: rotate(135deg) translate(0,-50%);*/
    /*-o-transform: rotate(135deg) translate(0,-50%);*/
    /*transform: rotate(135deg) translate(0,-50%);*/
    /*-webkit-transform-origin: top;*/
    /*-ms-transform-origin: top;*/
    /*-o-transform-origin: top;*/
    /*transform-origin: top;*/
    /*top: 30px;*/
    /*right: 25px;*/
    /*-webkit-transition: all .3s ease-out;*/
    /*-o-transition: all .3s ease-out;*/
    /*transition: all .3s ease-out;*/
}

.sidebar-nav ul .sidebar-item.selected .has-arrow::after {
    top: 22px;
    right: 15px;
}

.sidebar-nav ul .sidebar-item.selected > .sidebar-link {
    background: rgba(0, 0, 0, 0.04);
    opacity: 1;
    background-color: var(--blue6);
    border-left: 3px solid transparent;
    font-weight: 500;
    padding: 7px 3px;
    margin: 10px 2px;
    border-radius: 20px;
}

.sidebar-nav .manImg {
    /*width: 70%!important;*/
    /*height:auto;*/
}

.sidebar-nav ul .sidebar-item .first-level .sidebar-item .sidebar-link {
    padding: 1px 15px;
}

/*Content*/

.content {
    background-color: var(--gray1)
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn-rounded {
    border-radius: 40px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-link {
    transition: 0.3s;
}

    .nav-link:hover {
        background-color: var(--blue4);
        border-radius: 5px;
    }

aside {
    width: 30%;
    padding-left: 0;
    margin-left: 0;
    float: left;
    /*font-style: italic;*/
    /*background-color: lightgray;*/
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.button-icon {
    width: 18px;
    vertical-align: text-top;
}

.grid-action-btn {
    margin: 0 2px 0 2px;
    width: 35px;
}

.form-box {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: ghostwhite;
    border-radius: 4px;
    border-top: 4px solid;
    border-color: var(--blue2);
}

.btn-custom {
    color: #343a40;
    border-color: lightgray;
    background: linear-gradient(#ffffff 0px, #eeeeee 100%) repeat-x #f7f7f7;
    transition: 0.3s;
}

    .btn-custom:hover {
        /*color: #fff;*/
        background: none;
        background-color: #fcfcf0;
        cursor: pointer;
        /*border-color: lightgray;*/
        /*background: linear-gradient(#ffffff 0px, #fcfcf0 100%) repeat-x #f7f7f7;*/
    }

.quickfilter-btn {
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 40px;
    padding-right: 30px;
    padding-left: 30px;
}

.search-container {
    padding-bottom: 10px;
}

.search-box {
    display: inline-flex;
    width: 50%;
}

    .search-box input {
        border: none;
        background-color: var(--blue2);
        color: #d5e6f6;
        border-bottom-right-radius: 20px;
        border-top-right-radius: 20px;
        width: 100%;
        padding-left: 10px;
    }

        .search-box input:focus {
            outline: none;
        }


    .search-box i {
        background-color: var(--blue2);
        padding: 6px;
        color: #d5e6f6;
        border-bottom-left-radius: 20px;
        border-top-left-radius: 20px;
    }
    .search-box i img{
        margin-left: 5px;
    }

.navbar-nav .search-box {
    width: 180px;
    height: 40px;
}

    .navbar-nav .search-box i {
        padding: 8px 6px 8px 10px;
    }

.notification-container {
    padding-bottom: 10px;
}

.notification-box {
    display: inline-flex;
    width: 50%;
}

    .notification-box input {
        border: none;
        background-color: var(--blue2);
        color: white;
        border-radius: 50%;
        width: 100%;
    }

        .notification-box input:focus {
            outline: none;
        }


    .notification-box i {
        background-color: var(--blue2);
        padding: 6px;
        color: #d5e6f6;
        border-radius: 50%;
        opacity: 1;
        transition: 0.3s;
        font-size: 17px;
    }

.navbar-nav .notification-box {
    /*width: 120px;*/
    /*height: 40px;*/
}

.notification-box i:hover {
    opacity: 0.6;
}

.navbar-nav .notification-box i {
    padding: 7px 11px;
    width: 40px;
    height: 40px;
}

.navbar-nav .notification-box.flag i {
    padding: 0;
}

    .navbar-nav .notification-box.flag i img{
        width: 40px;
        height: 40px;
    }

.notification {
    /*background-color: var(--blue2);*/
    /*color: white;*/
    text-decoration: none;
    /*padding: 10px 14px!important;*/
    position: relative;
    /*display: inline-block;*/
    /*border-radius: 50%;*/
}

.notification-container i:hover {
    /*background: red;*/
}

.notification .badge {
    position: absolute;
    top: -10px;
    right: -30px;
    padding: 5px 8px;
    border-radius: 50%;
    background-color: red;
    color: white;
    width: 22px;
    height: 22px;
}

.navigation-div {
    /*line-height: 56px;*/
}

.page-title {
    color: var(--blue3);
    margin: 30px 0 30px 0;
    font-weight: bold;
}

.page-subtitle {
    color: var(--blue2);
    font-weight: bold;
}

.page-subtitle h5 {
    font-weight: bold!important;
}

a:hover {
    text-decoration: none;
}

/*DataTables*/
.datatable-tbl table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid var(--blue5) !important;
}

.datatable-tbl .table td, .table th {
    border-top: none !important;
}

.datatable-tbl table.dataTable.no-footer {
    border-bottom: none !important;
}

.datatable-tbl table.dataTable.hover tbody tr, table.dataTable.display tbody tr {
    background-color: inherit !important;
}

    .datatable-tbl table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
        background-color: #eaeaea !important;
    }

.datatable-tbl table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background-color: inherit !important;
}

.datatable-tbl table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
    background-color: inherit !important;
}

.datatable-tbl table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: inherit !important;
}

.datatable-tbl table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-bottom: 1px solid var(--blue5) !important;
    border-top: none;
}

/*Image Gallery*/

.row-centered {
    text-align: left;
}

.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: -4px;
    padding: 5px;
}

div.gallery-container {
    /*margin: 0 -10px 0 -10px;*/
}

div.gallery {
    /*margin: 0 10px 0 10px;*/
    /*float: left;*/
    width: 290px;
    padding: 0 15px 0 15px;
}

/*.aniv-border{
    border: 1px solid var(--blue2);
}*/

img.aniversariante {
    border: 2px solid var(--blue2);
}

.box-aniversariante {
    padding-left: 100px;
    /*min-height: 105px;*/
}

.box-movimentacoes {
    padding-left: 15px;
}

.box-mensagens {
    padding-left: 100px;
    min-height: 90px;
}

div.gallery-todosAniversariantes {
    margin: 0 10px 0 10px;
    /*float: left;*/
    width: 210px;
}

div.gallery-notitle {
    padding: 10px;
    /*float: left;*/
    width: 210px;
}

div.gallery img {
    padding: 0px;
    /*min-height:150px;*/
    /*border: 1px solid #ccc;*/
}

    div.gallery img:hover {
        /*border: 1px solid #777;*/
    }

div.gallery div.gallery-image {
    /*min-height: 150px;*/
    
    height: 200px; /* Can be anything */
    width: 100%; /* Can be anything */
    position: relative;
}

/*    div.gallery div.gallery-image:hover {
        border: 1px solid #777;
    }*/

div.gallery img:not(.user_img) {
    border: 1px solid var(--blue3);
    /*max-height: 100%;*/
    /*max-width: 100%;*/
    /*width: auto;
    height: auto;*/
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: .3s;
    opacity: 1;
    object-fit: cover;
}

    div.gallery img:not(.user_img):hover {
        border: 1px solid #777;
        opacity: .7;
    }


.gallery-notitle div.gallery-image {
    /*min-height: 150px;*/
    /*border: 1px solid var(--blue3);*/
    height: 200px; /* Can be anything */
    width: 100%; /* Can be anything */
    position: relative;
    object-fit: cover;
}

.gallery-notitle img {
    /*    width: 100%;
    height: auto;
    max-height: 400px;*/
    /*max-height: 100%;*/
    /*max-width: 100%;*/
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: .3s;
    opacity: 1;
}

.gallery-notitle img:hover {
    opacity: .7;
}

#edit-add-gallery div.gallery-image{
    height: 150px;
}

#edit-add-gallery img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

div.gallery p {
    font-size: 12px;
}

div.gallery .gallery-desc {
    /*padding: 15px;*/
    text-align: left;
}

div.gallery .gallery-place {
    /*padding: 15px;*/
    color: gray;
    text-align: left;
}

div.gallery .gallery-date {
    /*padding: 15px;*/
    color: gray;
    text-align: left;
}

div.gallery .gallery-separator {
    /*padding: 15px;*/
    margin: 10px 0 30px 0;
    background-color: var(--blue2);
    width: 100%;
    height: 5px;
}

.separator {
    /*padding: 15px;*/
    margin: 10px 0 10px 0;
    background-color: var(--blue2);
    width: 100%;
    height: 5px;
}

div.gallery .sidebar_userinfo_1_2 {
    color: gray;
    margin-bottom: 10px;
}

div.gallery .gallery-nivelcargo {
    font-size: 10px;
    line-height: 10px;
}

div.gallery .gallery-sendmessage {
    color: var(--blue4);
    text-align: right;
    font-size: 13px;
}

    div.gallery .gallery-sendmessage span {
        cursor: pointer;
        opacity: 0.8;
    }

        div.gallery .gallery-sendmessage span:hover {
            opacity: 1;
        }

div.gallery .gallery-message {
    height: 180px;
}

    div.gallery .gallery-message button {
        border-radius: 20px;
    }

    div.gallery .gallery-message span {
        font-size: 13px;
        line-height: 31px;
    }

.icon-link {
    cursor: pointer;
    opacity: 0.6;
    border: 1px solid;
    padding: 0px 4px 0 4px;
    border-radius: 5px;
}

    .icon-link:hover {
        opacity: 1;
    }

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}



/*******************
Preloader
********************/
.preloader {
    width: 100%;
    height: 100%;
    top: 0px;
    position: fixed;
    z-index: 99999;
    background: #fff;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    position: absolute;
    top: calc(50% - 3.5px);
    left: calc(50% - 3.5px);
}

    .lds-ripple .lds-pos {
        position: absolute;
        border: 2px solid #007bff;
        opacity: 1;
        border-radius: 50%;
        animation: lds-ripple 1s cubic-bezier(0, 0.1, 0.5, 1) infinite;
    }

        .lds-ripple .lds-pos:nth-child(2) {
            animation-delay: -0.5s;
        }

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}

.font-bold {
    font-weight: bold;
}

/*Dropdown menu*/
.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 13rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 0.875rem;
    /*color: #313131;*/
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e9ecef;
    border-radius: 2px;
    box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

@media (min-width: 576px) {
    .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1600px) {
    .dropdown-menu-xlg-right {
        right: 0;
        left: auto;
    }
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }
}

@media (min-width: 1600px) {
    .dropdown-menu-xlg-left {
        right: auto;
        left: 0;
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropleft .dropdown-toggle::after {
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #f7fafc;
}


.dropdown-menu .separator {
    height: 1px;
    background-color: var(--blue3);
}

.dropdown-item {
    display: block;
    width: 100%;
    /*padding: 0.65rem 1rem;*/
    clear: both;
    font-weight: 400;
    /*color: #212529;*/
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item.dropdown-user-item, .dropdown-user-title {
    padding-left: 15px;
    padding-top: 7px;
    padding-bottom: 10px;
}

.dropdown-item:first-child {
    border-top-left-radius: calc(2px - 1px);
    border-top-right-radius: calc(2px - 1px);
}

    .dropdown-item:last-child {
        border-bottom-right-radius: calc(2px - 1px);
        border-bottom-left-radius: calc(2px - 1px);
    }

    .dropdown-item:hover, .dropdown-item:focus {
        color: #16181b;
        text-decoration: none;
        background-color: var(--blue6);
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #2cabe3;
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #8898aa;
        pointer-events: none;
        background-color: transparent;
    }

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 0.76563rem;
    color: #8898aa;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.65rem 1rem;
    color: #212529;
}

.mailbox .drop-title {
    font-weight: 500;
    padding: 11px 20px 15px;
    border-radius: 2px 2px 0 0;
    position: relative;
    font-size: 15px;
    color: #212529;
}

.logout {
    cursor: pointer;
}

.mailbox .nav-link {
    border-top: 1px solid rgba(120, 130, 140, 0.13);
    padding-top:15px;
}

.mailbox .message-center {
    overflow: auto;
    position: relative;
}

    .mailbox .message-center .message-item {
        /*border-bottom: 1px solid rgba(120, 130, 140, 0.13);*/
        display: flex;
        align-items: center;
        text-decoration: none;
        padding: 9px 0;
    }

        .mailbox .message-center .message-item:hover {
            background: var(--blue6);
        }

        .mailbox .message-center .message-item .message-title {
            color: #212529;
            font-weight: 400;
        }

        .mailbox .message-center .message-item .user-img {
            width: 40px;
            position: relative;
        }

            .mailbox .message-center .message-item .user-img img {
                width: 100%;
            }

            .mailbox .message-center .message-item .user-img .profile-status {
                border: 2px solid #fff;
                border-radius: 50%;
                display: inline-block;
                height: 10px;
                left: 30px;
                position: absolute;
                top: 1px;
                width: 10px;
            }

            .mailbox .message-center .message-item .newmessage {
                background: var(--blue3);
                /*border: 2px solid #fff;*/
                border-radius: 50%;
                display: inline-block;
                height: 10px;
                /*left: 30px;*/
                /*position: absolute;*/
                /*top: 1px;*/
                width: 10px;
                margin-left: 15px;
            }

            .mailbox .message-center .message-item .user-img .online {
                background: #2cd07e;
            }

            .mailbox .message-center .message-item .user-img .busy {
                background: #ff5050;
            }

            .mailbox .message-center .message-item .user-img .away {
                background: #ffc107;
            }

            .mailbox .message-center .message-item .user-img .offline {
                background: #ffc107;
            }

        .mailbox .message-center .message-item .mail-contnet {
            width: 85%;
            vertical-align: middle;
            padding-left: 15px;
        }

            .mailbox .message-center .message-item .mail-contnet .message-title {
                margin: 5px 0px 0;
            }

            .mailbox .message-center .message-item .mail-contnet .mail-desc,
            .mailbox .message-center .message-item .mail-contnet .time {
                font-size: 12px;
                display: block;
                margin: 1px 0;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
            }

            .mailbox .message-center .message-item .mail-contnet .mail-alert-message {
                font-size: 12px;
                display: block;
                margin: 1px 0;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: inherit;
            }

/*******************
  List-style-none
  ******************/
ul.list-style-none {
    margin: 5px 15px;
    padding: 0px;
}

    ul.list-style-none li {
        list-style: none;
    }

        ul.list-style-none li a {
            color: gray;
            padding: 8px 0px;
            display: block;
            text-decoration: none;
        }

            ul.list-style-none li a:hover {
                color: #2cabe3;
            }

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}


/*Pagina de Noticias*/
.pag-noticias .categoria, .pag-noticias .destaque {
    /*border: 2px solid white;*/
    margin: 30px 0;
    padding: 10px;
}

    .pag-noticias .categoria h6, .pag-noticias .destaque h6 {
        color: var(--blue2);
        font-weight: bold;
        margin: 10px 15px 15px 15px;
    }

    .pag-noticias .categoria a p {
        margin: 0 15px;
        color: black;
        font-size: 12px;
        transition: .3s;
        opacity: .7;
        /*font-weight: bold;*/
    }

        .pag-noticias .categoria a p:hover {
            opacity: .9;
        }

.pag-noticias .separator {
    height: 1px;
    margin: 10px 0;
}

.pag-noticias .font-bold {
}

.pag-noticias .destaque a p {
    margin: 0 15px;
    transition: .3s;
    opacity: 1;
}

    .pag-noticias .destaque a p:hover {
        margin: 0 15px;
        opacity: .8;
    }

.pag-noticias .span-dia {
    margin: 0 0 0 15px;
}

.pag-noticias-read .page-title {
    text-decoration: none;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 10px;
}

.pag-noticias-read .title-category {
    margin-top: 15px;
    margin-bottom: 0;
}

.pag-noticias-read .gallery-image {
    margin: 20px 0;
}

    .pag-noticias-read .gallery-image img {
        max-width: 100%;
        /*max-height: 300px;*/
        width: auto;
        height: auto;
        border: 1px solid var(--blue3);
    }

.pag-noticias-read .pag-noticias-content {
    text-align: justify;
}

.pag-noticias-read .separator {
    height: 10px;
}

.pag-noticias-read .not-next-prev {
    height: 70px;
}

.pag-noticias-read .not-prev {
    border-right: 1px solid var(--blue2);
    line-height: 70px;
}

.pag-noticias-read .not-next {
    line-height: 70px;
    text-align: right;
}

.pag-noticias-read .btn-rounded {
    height: 30px;
    width: 30px;
    border-radius: 50%;
}

.pag-noticias-read .title-next, .pag-noticias-read .title-prev {
    line-height: normal;
    text-align: left;
}

.pag-noticias-read .gallery-message textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pag-noticias-read div.gallery .gallery-message {
    height: 120px;
}

/*Pagina de parceiros*/

.pag-parceiro .page-subtitle h5{
    margin: 20px 0;
}
.pag-parceiro .separator {
    /* padding: 15px; */
    margin: 20px auto;
    width: 70%;
    height: 3px;
}

.pag-parceiro .gallery {
    height: 200px;
}

.pag-parceiro img {
    position:relative!important;
}

.pag-parceiro-read .gallery-image {
    margin: 0 0 30px 0;
}

.pag-parceiro-read .gallery-image img {
    max-width: 100%;
    max-height: 300px;
    width: auto;
    height: auto;
}

.galeria-container .gallery-image {
    border: none!important;
}

/*Página colaboradores*/
.pag-colaboradores .search-box{
    width: 300px;
}
.pag-colaboradores.search-container button {
    margin-left: 20px;
}
.pag-colaboradores .other-infos {
    margin-top: 15px;
}
.pag-colaboradores .separator {
    height: 12px;
}

/*Pagina simples*/
.pag-simples .gallery-image{
    margin-bottom: 30px;
}
.pag-simples .pag-simples-content h3{
    /*color: var(--blue3);*/
}

.pre-line {
    white-space: pre-line;
}

/*.pag-simples-content span {
    white-space: pre-line;
}
*/
/*Paginação*/
.page-item:first-child .page-link {
    border-radius: 50%;
}

.page-item:last-child .page-link {
    border-radius: 50%;
}

.page-link {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    margin-left: 5px;
    margin-right: 5px;
}

.mvc-grid-pager button {
    border-radius: 50%;
}

/*Página Inicial*/
.white-box{
    background-color: white;
}

.home-box {
    padding: 15px 25px 15px 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.home-box.home-aniversariante {
    padding: 0;
}

.home-box.home-aniversariante .cabecalho {
    padding: 15px 0 0 15px;
}

.home-box .cabecalho {
    line-height: 25px;
}

.home-item{
    width: 100%;
}

.home-item p{
    line-height: 18px;
}

.home-box .separator {
    height: 1px;
    margin: 18px 0 18px 0;
}

.home-left .home-item {
    display: inline-flex;
}

.home-left .home-item aside {
    width: 90px;
    height: 90px;
    display: block;
}

.home-left .home-item img {
    width: 90px;
    height: 100%;
    object-fit: cover;
}

.home-mid .home-item {
    display: inline-flex;
}

.home-mid .home-item aside {
    width: 55px;
    height: 55px;
    display: block;
}

.home-mid .home-item img {
    width: 55px;
    height: 100%;
    object-fit: cover;
}

.home-right .home-aniversariante .home-item {
    margin: 2px 0 2px 0;
    width: 100%;
    display: inline-flex;
    padding: 4px 15px;
}

.home-right .home-item {
    margin: 2px 0 2px 0;
    width: 100%;
    display: inline-flex;
}

.home-right .home-item.active {
    background-color: var(--blue6);
}

.home-right .home-item aside {
    width: 55px;
    height: 55px;
    display: block;
}

.home-right .home-item img {
    width: 55px;
    height: 100%;
    object-fit: cover;
}

.home-mid .home-item i img {
    width: auto;
    height: auto;
}

.home-mid td {
    margin-top: 0;
    margin-bottom: 0;
}

.home-parceiros img{
    height: 100px;
    width: auto;
}

.logo-tipo{
    border-radius: 50%;
}

.button-acessar{
    height: 40px;
    width: 100px;
}

.home-parceiros .parceiros-logo {
    display: flex;
    justify-content: space-between;
}

.home-avisos {
    height: 350px;
    padding: 26px 8px 8px 8px;
    margin-top: 15px;
}

.home-avisos .cabecalho {
    margin-bottom: 18px;
}

.home-avisos .cabecalho i{
    margin-bottom: 10px;
}

.home-avisos .badge{
    width: 22px;
    height: 22px;
    background-color: red;
    border-radius: 50%;
    padding: 2px 2px;
}

.home-avisos .separator{
    height: 1px;
    background-color: var(--blue6);
}

.home-avisos .home-item{
    padding: 0 30px 0 3px;
}

.home-avisos .home-item p {
    line-height: 14.5px;
}

.home-avisos .action-avisos {
    /*position: absolute;*/
    /*bottom: 13px;*/
}

.home-avisos .home-item, .home-avisos .action-avisos p {
    opacity: 1;
    transition: .3s;
}

.home-avisos .home-item:hover, .home-avisos .action-avisos p:hover {
    opacity: .7;
}


/*Carousel*/
#carouselHome img {
    height: 350px;
    width: 100%;
    object-fit: cover;

}#carouselHome {
    margin-top: 15px;
}

.img-gradient {
    position: relative;
    display: inline-block;
}

.img-gradient:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent, transparent, var(--blue3) 100%); /* W3C */
}

.carousel-indicators li {
    width: 18px;
    height: 18px;
    margin-right: 12px;
    margin-left: 12px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #fff;
    opacity: .8;
    transition: opacity .6s ease;
    margin-bottom: 5px;
}

.carousel-indicators li.active {
    width: 20px;
    height: 20px;
    background-color: var(--blue4);
    border: none;
    opacity: .9;
}

.carousel-caption {
    right: 16px;
    left: 16px;
    padding-bottom: 30px;
}

/*Página de mensagens*/
.pag-mensagens .messages{
    max-height: 280px;
    overflow-y: scroll;
}

.pag-mensagens .messages .bg-blue2 {
    margin-left: 30%;
    padding: 2px;
}

.pag-mensagens .messages .bg-gray {
    margin-right: 30%;
    padding: 2px;
}

.pag-mensagens .messages p span {
    line-height: 20px;
}

/*Página resultado de pesquisa*/
.pag-search td{
    vertical-align: middle;
}

/*Página de mensagens*/

.messages-main-container ::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

/* Track */
.messages-main-container ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.messages-main-container ::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    .messages-main-container ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }


.heading {
    padding: 10px 16px 10px 15px;
    margin: 0;
    height: 60px;
    width: 100%;
    background-color: #eee;
    z-index: 1000;
}

.heading-avatar {
    padding: 0;
    cursor: pointer;
}

.heading-avatar-icon img {
    border-radius: 50%;
    height: 40px;
    width: 40px;
}

.heading-name {
    padding: 0 !important;
    cursor: pointer;
}

.heading-name-meta {
    font-weight: 700;
    font-size: 100%;
    padding: 5px;
    padding-bottom: 0;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
    display: block;
}

.heading-online {
    /*display: none;*/
    padding: 0 5px;
    font-size: 12px;
    color: #93918f;
}

.heading-compose {
    padding: 0;
}

    .heading-compose i {
        text-align: center;
        padding: 5px;
        color: #93918f;
        cursor: pointer;
    }

.heading-dot {
    padding: 0;
   /*margin-left: 10px;*/
}

    .heading-dot i {
        text-align: right;
        padding: 5px;
        color: #93918f;
        cursor: pointer;
    }


.searchBox {
    padding: 0 !important;
    margin: 0 !important;
    height: 60px;
    width: 100%;
}

#searchText {
    background: url(/images/icons/lupa.png) no-repeat scroll 8px 8px;
    padding-left: 35px;
    font-size: 1em !important;
}

.searchBox-inner {
    height: 100%;
    width: 100%;
    padding: 10px !important;
    background-color: #fbfbfb;
}

    .searchBox-inner input:focus {
        outline: none;
        border: none;
        box-shadow: none;
    }

.sideBar {
    padding: 0 !important;
    margin: 0 !important;
    background-color: #fff;
    overflow-y: auto;
    border: 1px solid #f7f7f7;
/*    height: calc(100vh - 145px);*/
    height: calc(100vh - 90px);
    min-height: 400px;
    display: block;
    width: 100%;
}

.sideBar-body {
    position: relative;
    padding: 10px !important;
    border-bottom: 1px solid #f7f7f7;
    height: 72px;
    width: 100%;
    margin: 0 !important;
    cursor: pointer;
}

    .sideBar-body:hover {
        background-color: #f2f2f2;
    }

.sideBar-avatar {
    text-align: center;
    padding: 0 !important;
}

.avatar-icon img {
    border-radius: 50%;
    height: 49px;
    width: 49px;
}

.sideBar-main {
    padding: 0 !important;
}

    .sideBar-main .row {
        padding: 0 !important;
        margin: 0 !important;
    }

.sideBar-name {
    padding: 5px !important;
}

.name-meta {
    font-size: 100%;
    padding: 1% !important;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
}

.last-message-meta {
    font-size: 70%;
    padding: 1% !important;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
    overflow: hidden;
    display: block;
}

.sideBar-time {
    padding: 5px !important;
}

.time-meta {
    text-align: right;
    font-size: 12px;
    padding: 1% !important;
    color: rgba(0, 0, 0, .4);
    vertical-align: baseline;
}


.messages-main-container {
    /*    display: grid;
    grid-template-areas:
        "aside main main main main main";*/
    height: calc(100vh - 100px);
    min-width: 800px;
    display: flex;
}

/*Lista de mensagens*/
.message-list {
    background-color: white;
    /*grid-area: aside;*/
    min-width: 380px;
    width: 30vw;
}

/*Mensagens*/
.right-side-container {
    /*grid-area: main;*/
    width: 70vw;
}

/*.row.message {
    display: table;
}*/

/*.messages {
    height: calc(100% - 60px);
}*/

.send-message {
    height: 60px;
    background-color: var(--gray1);
}

/*Conversation*/

.conversation {
    padding: 0 !important;
    margin: 0 !important;
    height: calc(100vh - 150px);
    /*width: 100%;*/
    border-left: 1px solid rgba(0, 0, 0, .08);
    /*overflow-y: auto;*/
}
.tab {
    width: 100%;
    margin: 5px auto;
}
.tab input[type] {
    display: none;
}
.tab label {
    display: block;
    float: left;
    padding: 12px 20px;
    margin-right: 5px;
    cursor: pointer;
    border-radius: 100px;
}
.tab label:hover,
.tab input:checked + label {
    background: #023765;
    color: #fff;
}
.tabs {
    clear: both;
    perspective: 400px;
    -webkit-perspective: 400px;
}

.message {
    padding: 0 !important;
    margin: 0 !important;
    background-size: cover;
    overflow-y: auto;
    /*border: 1px solid #f7f7f7;*/
    height: calc(100vh - 210px);
    display: block;
}

.message-previous {
    margin: 0 !important;
    padding: 0 !important;
    height: auto;
    width: 100%;
}

.previous {
    font-size: 15px;
    text-align: center;
    padding: 10px !important;
    cursor: pointer;
}

    .previous a {
        text-decoration: none;
        font-weight: 700;
    }

.message-body {
    margin: 0.25rem !important;
    padding: 0 !important;
    width: auto;
    height: auto;
}

.message-main-receiver {
    /*padding: 10px 20px;*/
    max-width: 60%;
}

.message-main-sender {
    padding: 3px 20px !important;
    margin-left: 40% !important;
    max-width: 60%;
}

.message-text {
    margin: 0 !important;
    padding: 5px !important;
    word-wrap: break-word;
    font-weight: 200;
    font-size: 14px;
    padding-bottom: 0 !important;
}

.message-time {
    margin: 0 !important;
    margin-left: 50px !important;
    font-size: 12px;
    text-align: right;
    color: #9a9a9a;
}

.receiver {
    width: auto !important;
    padding: 4px 10px 7px !important;
    border-radius: 10px 10px 10px 0;
    background: #ffffff;
    font-size: 12px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    word-wrap: break-word;
    display: inline-block;
}

.sender {
    float: right;
    width: auto !important;
    background: #dcf8c6;
    border-radius: 10px 10px 0 10px;
    padding: 4px 10px 7px !important;
    font-size: 12px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    display: inline-block;
    word-wrap: break-word;
}

/*Reply*/

.reply {
    height: 60px;
    width: 100%;
    background-color: #f5f1ee;
    padding: 5px 5px 5px 5px !important;
    margin: 0 !important;
    z-index: 1000;
}

.reply-emojis {
    padding: 5px !important;
}

    .reply-emojis i {
        text-align: center;
        padding: 5px 5px 5px 5px !important;
        color: #93918f;
        cursor: pointer;
    }

.reply-recording {
    padding: 5px !important;
}

    .reply-recording i {
        text-align: center;
        padding: 5px !important;
        color: #93918f;
        cursor: pointer;
    }

.reply-send {
    padding: 5px !important;
}

    .reply-send i {
        text-align: center;
        padding: 5px !important;
        color: #93918f;
        cursor: pointer;
    }

.reply-main {
    padding: 2px 5px !important;
}

.reply-main textarea {
    width: 100%;
    resize: none;
    overflow: hidden;
    padding: 5px !important;
    outline: none;
    border: none;
    text-indent: 5px;
    box-shadow: none;
    height: 85%;
    font-size: 16px;
}

.reply-main textarea:focus {
    outline: none;
    border: none;
    text-indent: 5px;
    box-shadow: none;
}