.table tr td {
    vertical-align: middle;
}

/* ==== FORM ==== */
.form-group {
    margin-bottom: 5px !important;
}

input.form-control {
    height: 35px !important;
}

select.form-control {
    height: 35px !important;
    padding: 6px 14px !important;
}

label {
    margin-bottom: 0 !important;
}

.dataTables_filter {
    float: left;
}

.dt-buttons {
    margin-left: 5px;
    margin-bottom: 15px;
    display: flex;
    gap: 10px;
}

.custom {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.custom > .dataTables_filter {
    float: none;
    width: 100%;

    display: flex;
    justify-content: flex-start;
}

table.dataTable td.dt-control:before{
    content: none !important;
}

div.dt-button-collection .dt-button{
    min-width: auto !important;
}

.custom > .dataTables_filter label,
.custom > .dataTables_filter label input {
    width: 80% !important;
}

.custom > .dt-buttons {
    float: none;
    margin-bottom: 0 !important;
}

.custom > .dt-buttons > .btn-primary {
    padding: 4px 25px !important;
}

.dt-button-collection {
    width: 177px !important;
    background-color: #FFF !important;
}

.dt-button-collection div[role="menu"] {
    display: flex !important;
    flex-direction: column !important;
}

.dt-button-collection ul[role="menu"] {
    display: flex !important;
    flex-direction: column !important;
}

.dt-button-collection div[role="menu"] .dt-button {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    border: 0 !important;
    color: #fff;
}

.dt-button-collection ul[role="menu"] .dt-button {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    border: 0 !important;
    color: #fff;
}

.dt-button-collection div[role="menu"] .dt-button:hover {
    background-color: rgba(0, 0, 0, .2) !important;
}

.dt-button-collection ul[role="menu"] .dt-button:hover {
    background-color: rgba(0, 0, 0, .2) !important;
}

.btn-ocultar-columns div[role="menu"] {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: .1rem !important;
    padding: 5px;
    width: 150px !important;
}

.btn-ocultar-columns ul[role="menu"] {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: .1rem !important;
    padding: 5px;
    width: 150px !important;
}

.btn-ocultar-columns div[role="menu"] button.dt-button {
    border: 0 !important;
    background-color: var(--primary);

    margin-bottom: .1rem;
    cursor: pointer;

    width: 100% !important;
    display: block !important;

    color: #fff;
}

/*novo*/
.btn-ocultar-columns ul[role="menu"] li.dt-button {
    border: 0 !important;
    background-color: var(--primary);

    margin-bottom: .1rem;
    cursor: pointer;

    width: 100% !important;
    display: block !important;

    color: #fff;
}

button.buttons-columnVisibility.active {
    background-color: #efac42 !important;
}

/*novo*/
li.buttons-columnVisibility.active {
    background-color: #efac42 !important;
}

button.button-page-length {
    background-color: #efac42 !important;
}

/*novo*/
li.button-page-length {
    background-color: #efac42 !important;
}

.btn-ocultar-columns div[role="menu"] button {
    width: 220px;
    text-align: left;
}

/*novo*/
.btn-ocultar-columns div[role="menu"] li {
    width: 220px;
    text-align: left;
}

.btn-ocultar-columns {
    left: 157px !important;
}

/*novo*/
.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 19px;
    border-bottom-right-radius: 19px;
}

.card {
    border-radius: 1.5rem !important;
}

/* ==== SELECT 2 ==== */

.select2 {
    display: block !important;
    width: 100% !important;
}

.select2-container .select2-selection--single {
    height: 35px !important;
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px !important;
}

/* ==== LOADER ==== */
.load-pagina {
    background-color: rgba(0, 0, 0, 0.3);

    width: 100%;
    min-height: 100%;

    display: flex;

    align-items: center;
    justify-content: center;

    position: fixed;
    z-index: 99;
}

.load-pagina > img {
}

/* .badge {
    border: 1px solid #000;
} */

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none;
    }
}

a.badge:hover, a.badge:focus {
    text-decoration: none;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #fff;
    background-color: #007bff;
}

a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #0062cc;
}

a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b;
}

a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.label-input {
    margin: 0 12px 0 0;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

/* LOADER 6 */

#loader-6 {
    left: -2.5px;
}

#loader-6 span {
    display: inline-block;
    width: 5px;
    height: 8px;
    background-color: #ffffff;
}

#loader-6 span:nth-child(1) {
    animation: grow 1s ease-in-out infinite;
}

#loader-6 span:nth-child(2) {
    animation: grow 1s ease-in-out 0.15s infinite;
}

#loader-6 span:nth-child(3) {
    animation: grow 1s ease-in-out 0.30s infinite;
}

#loader-6 span:nth-child(4) {
    animation: grow 1s ease-in-out 0.45s infinite;
}

@keyframes grow {
    0%, 100% {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
    }

    50% {
        -webkit-transform: scaleY(1.8);
        -ms-transform: scaleY(1.8);
        -o-transform: scaleY(1.8);
        transform: scaleY(1.8);
    }
}

/* ==== READONLY ==== */
select[readonly] {
    background: #eee; /*Simular campo inativo - Sugestão @GabrielRodrigues*/
    pointer-events: none;
    touch-action: none;
}

.btn-sm {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.btn-pesquisa {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.btn-filtro {
    border-radius: 0 23px 23px 0 !important;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 3px 9px !important;
}

.main-content {
    min-height: 100% !important;
    height: -webkit-fill-available !important;
}

.table-relatorio {
    text-align: center;
    font-size: 10px;
    border-spacing: 0px !important;
    margin: 0 0 0 0;
    line-height: 10px;
}

.table-relatorio th {
    width: 10px;
}

.lista small, .lista b {
    display: block !important;
}

.navigation .menu .sub-menu-2 {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

#iniciarAtendimentoContatoMobile {
    display: none;
}

@media (min-width: 300px) and (max-width: 767.98px) {
    #iniciarAtendimentoContatoDesktop {
        display: none;
    }

    #iniciarAtendimentoContatoMobile {
        display: block;
    }
}

.box-contet-sombra {
    border-color: #fff;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12) !important;

}

#tableColunsSomatoria {
    overflow: hidden;
}

#tableColunsSomatoria tbody tr {
    transition: all .2s ease-in-out;
}

#tableColunsSomatoria tbody tr:hover {
    transform: scale(1.01);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12),
    0 1px 2px rgba(0, 0, 0, 0.24)
}

.btn-primary {
    background-color: #efac42 !important;
    border-color: #efac42 !important;
}

.btn-primary:hover,
.btn-primary:active {
    background-color: #efac42 !important;
    border-color: #efac42 !important;
}

.fixed-navbar {
    background-color: #cb8028 !important;
}

.menu-mobile-button {
    background-color: rgba(0, 0, 0, 0.2) !important;
}

.header .logo {
    background-color: #cb8028 !important;
}

.menu-active .header .logo {
    color: #cb8028 !important;
}

.menu-active .header .logo .ico {
    top: 3px !important;
}

.header .logo:before {
    background-color: #cb8028 !important;
}

.content-menu {
    overflow-y: scroll;
    max-height: 100%;
}

.content-menu::-webkit-scrollbar {
    display: none !important;
}

.content-menu {
    scrollbar-width: none !important;
}

span.avatar {
    padding: 15px 24px;

    position: relative;

    background-repeat: no-repeat;
    background-color: #C3C3C3;

    margin-right: 10px;

    border: 1px solid #999;

    border-radius: 30px;
}

span.avatar .online {
    position: absolute;

    z-index: 9;

    bottom: -3px;
    right: -5px;

    padding: 4px 5px;

    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 25px;
    color: #fff;

    font-size: .7rem;

    background-color: #1a8b03;
}

.chamado .historico {
    height: 200px;
    overflow-y: scroll;
}

.chamado ul.progresso {
    list-style: none;
    padding: 0;

    width: 100%;

    display: flex;
    justify-content: space-between;
}

.chamado ul.progresso li.itens {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    position: relative;

    width: 100%;
}

.chamado ul.progresso li.itens::before {
    content: '';

    position: absolute;

    top: 10px;
    left: -65px;

    background-color: #002039;

    height: 10px;
    width: 95%;
}

.chamado ul.progresso li.itens:first-child::before {
    display: none;
}

.chamado ul.progresso li.itens span.icone {
    width: 30px;
    height: 30px;

    display: flex;
    justify-content: center;
    align-items: center;

    z-index: 9;

    background-color: #002039;

    color: #fff;

    border-radius: 30px;
}

.chamado ul.progresso li.active {

}

.chamado ul.progresso li.active::before {
    background-color: green;
}

.chamado ul.progresso li.active span.icone {
    background-color: green;
}

.chamado ul.progresso li.atual span.icone {
    background-color: #149895;
}

.chamado ul.progresso li.atual::before {
    background-color: #149895;
}

.chamado ul.progresso li.itens span.title {
    font-size: .7rem;

    text-align: center;

    display: flex;
    justify-content: center;
    align-items: center;

    height: 50px;
}

.chamado ul.progresso li.atencao span.icone {
    background-color: #ffb700;
}

.chamado ul.progresso li.atencao::before {
    background-color: #ffb700;
}

@media (max-width: 678px) {
    .chamado ul.progresso {
        overflow-x: scroll;
        width: 682px;
    }

    .chamado ul.progresso li.itens::before {
        left: -30px;
        width: 80%;
    }

    .chamado ul.progresso li.itens {
        width: 150px;
    }

    .chamado ul.progresso li.active {
        width: 150px;
    }
}

@media (max-width: 1366px) {
    .chamado ul.progresso {
        overflow-x: scroll;
        width: 682px;
    }

    .chamado ul.progresso li.itens {
        width: 150px;
    }

    .chamado ul.progresso li.active {
        width: 150px;
    }

    .chamado ul.progresso li.itens::before {
        left: -30px;
        width: 80%;
    }

    .chamado ul.progresso li.active {
        width: 100px;
    }
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #bd8a3b !important;
    border-color: #bd8a3b !important;
}

.dropleft .dropdown-toggle::before {
    display: none !important;
}

.form-group {
    position: relative;
}

ul.autocomplete {
    background-color: #FFF;
    border: 1px solid #999;
    position: absolute;
    z-index: 1;

    list-style: none;
    padding: 5px;

    width: 100%;

    height: 250px;
    overflow-y: scroll;
}

ul.autocomplete li {
    padding: 0;
    cursor: pointer;
    margin-bottom: 5px;
}

ul.autocomplete li:hover {
    background-color: #e3e3e3;
}

.card {
    border-radius: .5rem !important;
}

.dataTables_processing {
    z-index: 9;
}

.btn-info {
    background-color: #bd8a3b;
    border-color: #bd8a3b;
}

.btn-info:hover, .btn-info:active {
    background-color: #bd8a3b !important;
    border-color: #bd8a3b !important;
}

/* 11.1 Widget - Basic Element Setting */

.widget {
    border: none;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.07);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative;
    background: #fff;
    padding: 20px;
    display: block;
}

.widget-header {
    margin: -20px -20px 0;
    padding: 15px 20px;
    border-radius: 5px 5px 0 0;
    position: relative;
}

.widget-header h4 {
    margin: 0;
    font-size: 14px;
}

.widget-header p {
    margin-bottom: 0;
}

.widget-header-btn {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 10px;
}

.widget-header-btn > li {
    float: left;
}

.widget-header-btn > li + li {
    margin-left: 5px;
}

.widget-header-btn a {
    padding: 0px 12px;
    display: block;
    line-height: 26px;
    text-align: center;
    min-width: 28px;
    height: 26px;
    font-size: 12px;
    box-shadow: none !important;
}

.widget-header + .widget-body {
    margin-top: 0;
}

.widget-body + .widget-body {
    margin-top: 20px;
}

.widget-body {
    margin: -20px;
    padding: 20px;
    position: relative;
}

/* 11.3 Widget - Stat Setting */

.widget.widget-stat {
    text-align: center;
}

.widget-stat-number {
    font-size: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}

.widget-stat-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1000;
}

.widget-stat-btn a {
    color: #000;
    opacity: 0.3;
    display: block;
    text-decoration: none;
}

.bg-inverse .widget-stat-btn a,
.bg-inverse-light .widget-stat-btn a,
.bg-inverse-dark .widget-stat-btn a {
    color: #fff;
}

.widget-stat-btn a:hover,
.widget-stat-btn a:focus {
    opacity: 0.5;
}

.widget-stat-btn a .fa {
    display: block;
}

.widget-stat-icon {
    font-size: 96px;
    color: #000;
    opacity: 0.25;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 25%;
    overflow: hidden;
}

.bg-inverse .widget-stat-icon,
.bg-inverse-light .widget-stat-icon,
.bg-inverse-dark .widget-stat-icon {
    color: #fff;
}

.widget-stat-info {
    text-align: left;
    position: relative;
}

.widget-stat-title {
    font-weight: 600;
}

.widget-stat-text {
    font-size: 12px;
}

.widget-stat-text,
.widget-stat-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.widget-stat-cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}

.widget-stat-cover img {
    min-height: 100%;
    max-width: 100%;
}

.widget-stat-cover:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.3;
}

.widget-stat-content {
    position: relative;
    text-align: left;
}

.widget-stat-chart {
    margin: 0 -20px -20px;
    overflow: hidden;
    border-radius: 0 0 5px 5px;
    position: relative;
}

.widget-stat-header {
    margin: -20px -20px 20px;
    padding: 20px;
    border-radius: 5px 5px 0 0;
    position: relative;
}


/* 11.4 Widget - Blog Setting */

.widget.widget-blog {
    overflow: hidden;
    padding: 0;
}

.widget-blog-cover {
    position: relative;
    overflow: hidden;
    padding-top: 60%;
}

.widget-blog-cover img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    min-height: 100%;
}

.animation-grow-hover {
    transition: all .1s ease-in-out;
}

.animation-grow-hover:hover {
    transform: scale(1.1);
}

.widget-blog-author {
    margin: 0px;
    padding: 10px 20px;
}

.widget-blog-author-info {
    padding-left: 75px;
}

.widget-blog-author-image {
    float: left;
    margin-top: -30px;
    padding: 5px;
    border-radius: 70px;
    width: 70px;
    height: 70px;
    background: #fff;
    position: relative;
}

.widget-blog-author-image img {
    max-width: 100%;
    border-radius: 70px;
}

.widget-blog-content {
    padding: 0 20px 20px;
}

.widget-blog-content h5 {
    margin: 5px 0;
}

.widget-blog-content p {
    margin: 0;
}

.widget-blog .widget-blog-cover img {
    transition: all .1s ease-in-out;
}

.widget-blog:hover .widget-blog-cover img {
    max-width: 110%;
    min-height: 110%;
    margin-left: -5%;
    margin-top: -5%;
}


/* 11.5 Widget - Gallery List Setting */

.widget-gallery-header {
    margin: -20px -20px 0;
    padding: 20px;
    border-radius: 5px 5px 0 0;
}

.widget-gallery-header h5,
.widget-gallery-header p {
    margin: 0;
}

.widget-gallery-header p {
    font-size: 12px;
}

.widget-gallery-list {
    list-style-type: none;
    margin: -5px -20px -20px;
    padding: 3px 0 0 3px;
}

.widget-gallery-list > li {
    width: 25%;
    position: relative;
    padding-top: 25%;
    overflow: hidden;
    float: left;
}

.widget-gallery-list > li > a,
.widget-gallery-list > li > a div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.widget-gallery-list > li > a {
    right: 3px;
    bottom: 3px;
}

.widget-gallery-list > li > a div {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.widget-gallery-list > li.empty a,
.widget-gallery-list > li.add a {
    position: absolute;
    top: 0;
    left: 0;
    right: 3px;
    bottom: 3px;
    max-height: 100%;
    text-align: center;
}

.widget-gallery-list > li i {
    position: absolute;
    top: 50%;
    line-height: 28px;
    margin-top: -14px;
    font-size: 28px;
    left: 0;
    right: 0;
}

.widget-gallery-list > li img {
    position: absolute;
    right: 0;
    bottom: 0;
    max-height: 100%;
}

.widget-gallery-list > li a:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
    transition: all .2s ease-in-out;
    background: transparent;
    z-index: 1020;
    border-radius: 50%;
}

.widget-gallery-list > li:hover a:before {
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../img/transparent/black-0.3.png);
    background: rgba(0, 0, 0, 0.3);
    border-radius: 0%;
}

.widget-gallery-list > li a {
    background: #EAEDEF;
    color: #8a8f94;
    text-decoration: none;
}


/* 11.6 Widget - Image Setting */

.widget.widget-image {
    overflow: hidden;
}

.widget.widget-image .widget-header + .widget-image-cover {
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    margin-top: 0;
}

.widget-image-cover {
    margin: -20px;
    padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    background: #3C454D;
    padding-top: 100%;
    position: relative;
}

.widget-image-cover img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 100%;
    max-width: 100%;
}

.widget-image .widget-image-cover img {
    transition: all .1s ease-in-out;
}

.widget-image:hover .widget-image-cover img {
    max-width: 110%;
    min-height: 110%;
    margin-left: -5%;
    margin-top: -5%;
}

.widget-image-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 75%);
    padding: 20px;
    color: #fff;
}

.widget-image-info h5 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 16px;
}

.widget-image-info p {
    color: #fff;
    color: rgba(255, 255, 255, 0.9);
}

.widget-image-info .sub-title {
    color: #fff;
}

.widget-image-user .widget-image-user-image {
    border-radius: 36px;
    float: left;
    width: 36px;
    background: #fff;
}

.widget-image-user .widget-image-user-image img {
    max-width: 100%;
    border-radius: 36px;
}

.widget-image-user .widget-image-user-info {
    margin-left: 46px;
}

.widget-image-user .widget-image-user-info span {
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    display: block;
}

.widget-image-rating {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.widget-image-rating > li {
    display: inline;
}

.widget-image-rating-text {
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
}

.widget-image-rating > li.active {
    color: #fcaf41;
}


/* 11.7 Widget - Chart Setting */

.widget-chart-placeholder {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.widget-chart-placeholder.inline > li {
    display: inline;
}

.widget-chart-placeholder.inline > li + li {
    margin-left: 15px;
}

.widget-chart-placeholder > li {
    position: relative;
    padding-left: 18px;
    line-height: 20px;
}

.widget-chart-placeholder > li .legend-circle {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    position: absolute;
    left: 0;
    top: 5px;
}


/* 11.8 Widget - Chat History Setting */

.widget-chat {
    position: relative;
    overflow: hidden;
}

.widget-chat .widget-header a:hover,
.widget-chat .widget-header a:focus {
    color: #8a8f94;
    text-decoration: none;
}

.widget-body .widget-chat-list {
    margin: -20px;
}

.widget-chat-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.widget-chat-list li + li {
    margin-top: -1px;
}

.widget-chat-list > li:before,
.widget-chat-list > li:after,
.widget-chat-list > li a:before,
.widget-chat-list > li a:after {
    content: '';
    display: table;
    clear: both;
}

.widget-chat-list a {
    text-decoration: none;
    color: #30373e;
    display: block;
    padding: 0 20px;
    transition: background .1s linear;
}

.widget-chat-list li:last-child a {
    border-radius: 0 0 5px 5px;
}

.widget-chat-list a:hover,
.widget-chat-list a:focus {
    background: #ebeced;
}

.widget-chat-list .chat-image {
    float: left;
    width: 48px;
    height: 48px;
    border-radius: 48px;
    overflow: hidden;
    margin-top: 10px;
}

.widget-chat-list .chat-image img {
    display: block;
    max-width: 100%;
}

.widget-chat-list .chat-info {
    margin-left: 63px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}

.widget-chat-list li + li .chat-info {
    border-top: 1px solid #ebeced;
}

.widget-chat-list .chat-info h4 {
    margin: 5px 0;
    font-size: 14px;
    padding-right: 70px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.widget-chat-list .chat-info p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
    color: #8a8f94;
}

.widget-chat-list .chat-info .chat-time {
    position: absolute;
    right: 0;
    top: 15px;
    font-size: 11px;
    color: #8a8f94;
}

.widget-chat-detail {
    position: absolute;
    left: 100%;
    right: -100%;
    top: 0;
    bottom: 0;
    background: #fff;
    border-radius: 0 0 5px 5px;
    transition: all .2s ease-in-out;
    background: #ebeced;
}

.widget-chat-detail-toggled .widget-chat-detail {
    left: 0;
    right: 0;
}

.widget-chat-detail-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.widget-chat-detail-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 54px;
}

.widget-chat-detail-list > li {
    padding: 20px;
}

.widget-chat-detail-list > li + li {
    padding-top: 0;
}

.widget-chat-detail-list > li.time {
    text-align: center;
    padding: 0;
    margin-bottom: 10px;
}

.widget-chat-detail-list > li .time {
    float: right;
    font-size: 11px;
    color: #8a8f94;
    margin-top: 2px;
}

.widget-chat-detail-list > li.time span {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    background: #fff;
    font-size: 11px;
    font-weight: normal;
}

.widget-chat-detail-list > li:before,
.widget-chat-detail-list > li:after {
    content: '';
    display: table;
    clear: both;
}

.widget-chat-detail-list > li .image {
    float: left;
    width: 28px;
    height: 28px;
    border-radius: 28px;
    overflow: hidden;
}

.widget-chat-detail-list > li .image img {
    display: block;
    max-width: 100%;
}

.widget-chat-detail-list > li .chat-info {
    margin-left: 38px;
}

.widget-chat-detail-list > li .message {
    padding: 7px 10px;
    border-radius: 5px;
    background: #fff;
    margin-top: 3px;
    position: relative;
}

.widget-chat-detail-list > li .message:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 5px;
    border: 5px solid transparent;
    border-right-color: #fff;
}

.widget-chat-detail-list > li.right .image {
    float: right;
}

.widget-chat-detail-list > li.right {
    text-align: right;
}

.widget-chat-detail-list > li.right .chat-info {
    margin-left: 0;
    margin-right: 38px;
}

.widget-chat-detail-list > li.right .message {
    background: #2184DA;
    color: #fff;
    text-align: left;
}

.widget-chat-detail-list > li.right .message:before {
    right: -10px;
    left: auto;
    border-right-color: transparent;
    border-left-color: #2184DA;
}

.widget-chat-detail-list > li.right .time {
    float: left;
}

.widget-chat-input {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    background: #fff;
    z-index: 1020;
    border-radius: 0 0 5px 5px;
}

.widget-chat-detail .widget-header {
    position: absolute;
    left: 0;
    top: -45px;
    right: 0;
    margin: 0;
}

.widget-map-left {
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    overflow: hidden;
}

.widget-map-right {
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    overflow: hidden;
}

.widget-body .widget-map-left {
    -webkit-border-radius: 0 0 0 5px;
    -moz-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
}

.widget-body .widget-map-right {
    -webkit-border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0;
}

@media (max-width: 991px) {
    .widget-map-left {
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
    }

    .widget-map-right {
        -webkit-border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px;
    }
}


/* 11.9 Widget - Todolist Setting */

.widget-todolist-header-title {
    margin: 0;
}

.widget-todolist {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.widget .widget-todolist {
    margin: 0 -20px -20px -20px;
}

.widget-todolist > li {
    padding: 10px 20px;
    position: relative;
}

.widget-todolist > li.widget-todolist-title + li,
.widget-todolist > li + li.widget-todolist-title {
    border-top: none;
}

.widget-todolist > li + li {
    border-top: 2px solid #ebeced;
}

.widget-todolist > li:last-child {
    border-radius: 0 0 5px 5px;
}

.widget-todolist > li.widget-todolist-title {
    background: #ebeced;
    padding: 5px 20px;
    font-weight: bold;
}

.widget-todolist .checkbox {
    float: left;
    font-size: 18px;
    color: #30373e;
    margin: 0;
    width: 18px;
}

.widget-todolist > li.completed .checkbox i:before {
    content: '\f14a';
}

.widget-todolist > li.completed .info {
    text-decoration: line-through;
}

.widget-todolist > li.completed .info {
    opacity: 0.5;
}

.widget-todolist .checkbox label {
    padding: 0;
    margin: 0;
}

.widget-todolist .checkbox input {
    display: none;
}

.widget-todolist .info {
    margin-left: 28px;
    padding-right: 38px;
}

.widget-todolist .info h4 {
    margin: 4px 0 2px;
    font-size: 13px;
}

.widget-todolist .info p {
    font-size: 12px;
    color: #8a8f94;
    margin-bottom: 0;
}

.widget-todolist .action {
    font-size: 18px;
    width: 28px;
    position: absolute;
    right: 20px;
    top: 15px;
    color: #8a8f94;
}

.widget-todolist .action > a {
    display: block;
    text-align: center;
    color: #EBECED;
}

.widget-todolist .action > a:hover,
.widget-todolist .action > a:focus {
    color: #bcbdbe;
}


/* 11.10 Widget - Task List Setting */

.widget-task-list {
    list-style-type: none;
    margin: 0 -20px -20px;
    padding: 0;
}

.widget-task-list > li:before,
.widget-task-list > li:after {
    content: '';
    display: table;
    clear: both;
}

.widget-task-list > li {
    padding: 15px 20px;
}

.widget-task-list > li + li {
    border-top: 2px solid #ebeced;
}

.widget-task-list > li h4 {
    font-size: 14px;
    margin: 0 0 3px;
}

.widget-task-list > li p {
    font-size: 12px;
    color: #8a8f94;
    margin: 0 0 6px;
}

.widget-task-list > li .progress {
    margin: 0;
}

.widget-body .widget-task-list {
    margin: 0;
}


/* 11.11 Widget - Theme Panel Setting */

.theme-panel {
    position: fixed;
    right: -280px;
    top: 0;
    bottom: 0;
    z-index: 10000;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}

.theme-panel.expand {
    right: 0;
}

.theme-panel .theme-collapse-btn {
    width: 36px;
    height: 36px;
    color: #30373e;
    text-align: center;
    line-height: 40px;
    display: block;
    position: absolute;
    left: -36px;
    top: 190px;
    background: #fff;
    background: rgba(255, 255, 255, 0.98);
    border-radius: 6px 0 0 6px;
    font-size: 18px;
}

.theme-panel .horizontal-divider {
    margin: 20px -20px;
}

.theme-panel-content {
    width: 280px;
    border-radius: 6px 0 0 6px;
    background: #fff;
    background: rgba(255, 255, 255, 0.98);
    padding: 20px;
    height: 100%;
    overflow: scroll;
}

.theme-list {
    list-style-type: none;
    margin: 0 -8px -8px 0;
    padding: 0;
}

.theme-list > li {
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
    position: relative;
}

.theme-list > li.active a:after {
    content: '\f00c';
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 34px;
    top: 0;
    font-size: 18px;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    z-index: 1020;
}

.theme-list > li.active a.bg-white:after {
    color: #fff;
    color: rgba(48, 55, 62, 0.8);
}

.theme-list > li > a {
    display: block;
    width: 33px;
    height: 33px;
    text-decoration: none;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    -webkit-transition: opacity ease .1s;
    -moz-transition: opacity ease .1s;
    transition: opacity ease .1s;
}

.theme-list > li > a.bg-white {
    background: #EFF0F1 !important;
}

.theme-list > li > a:hover,
.theme-list > li > a:focus {
    opacity: 0.8;
}

.theme-list > li > a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 50%;
    background: url(../img/transparent/black-0.5.png);
    background: rgba(0, 0, 0, 0.5);
}


/* -------------------------------
   12.0 Update - v1.1
------------------------------- */

/* 12.1 Widget - Stat Progress */

.widget-stat-right .widget-stat-icon {
    float: right;
}

.widget-stat-right .widget-stat-info {
    margin-left: 0;
    margin-right: 0px;
    position: relative;
}

.widget-stat-right .widget-stat-info .widget-stat-title {
    margin-bottom: 5px;
}

.widget-stat-right .widget-stat-footer {
    margin: -10px 0;
    text-align: left;
    color: #fff;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    position: relative;
}

.widget-stat-progress {
    margin: 10px -20px;
    position: relative;
}

.widget-stat-progress .progress {
    background: url(../img/transparent/black-0.5.png);
    background: rgba(0, 0, 0, 0.5);
    height: 2px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.widget-stat-progress .progress .progress-bar {
    background: #fff;
}

.divRel {
    background-color: #F2F2F2;
}

.divRel h4 {
    position: relative;
    top: 5px;
}

.divRel hr {
    height: 2px
}