
.dashboard .overview-box {
    color: #ffffff;
    margin-bottom: 0;
    padding: 16px;
}
.dashboard .overview-box .overview-box-icon {
    height: 48px;
    width: 48px;
    line-height: 48px;
    text-align: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    margin-top: 16px;
}
.dashboard .overview-box .overview-box-icon i {
    line-height: inherit;
    font-size: 36px;
}
.dashboard .overview-box .overview-box-content {
    display: inline-block;
    padding-left: 8px;
}
.dashboard .overview-box .overview-box-content .overview-box-title {
    font-size: 20px;
    margin-bottom: 8px;
}
.dashboard .overview-box .overview-box-content .overview-box-stats {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 8px;
}
.dashboard .overview-box .overview-box-content .overview-box-details {
    font-size: 12px;
    font-weight: 700;
}
.dashboard .overview-box.overview-box-1 {
    background-color: #06bad2;
}
.dashboard .overview-box.overview-box-1 .overview-box-icon {
    background-color: #047888;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 78, 88, 0.6);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 78, 88, 0.6);
    box-shadow: 0 0 10px 0 rgba(0, 78, 88, 0.6);
}
.dashboard .overview-box.overview-box-1 .overview-box-icon i {
    color: #06bad2;
}
.dashboard .overview-box.overview-box-1 .overview-box-details {
    color: #047888;
}
.dashboard .overview-box.overview-box-2 {
    background-color: #4a13ad;
}
.dashboard .overview-box.overview-box-2 .overview-box-icon {
    background-color: #a98400;
    -webkit-box-shadow: 0 0 10px 0 rgba(72, 57, 0, 0.6);
    -moz-box-shadow: 0 0 10px 0 rgba(72, 57, 0, 0.6);
    box-shadow: 0 0 10px 0 rgba(72, 57, 0, 0.6);
}
.dashboard .overview-box.overview-box-2 .overview-box-icon i {
    color: #ffc700;
}
.dashboard .overview-box.overview-box-2 .overview-box-details {
    color: #b38b00;
}
.dashboard .overview-box.overview-box-3 {
    background-color: #633ea5;
}
.dashboard .overview-box.overview-box-3 .overview-box-icon {
    background-color: #a06bff;
    -webkit-box-shadow: 0 0 10px 0 rgba(48, 28, 84, 0.6);
    -moz-box-shadow: 0 0 10px 0 rgba(48, 28, 84, 0.6);
    box-shadow: 0 0 10px 0 rgba(48, 28, 84, 0.6);
}
.dashboard .overview-box.overview-box-3 .overview-box-icon i {
    color: #633ea5;
}
.dashboard .overview-box.overview-box-3 .overview-box-details {
    color: #a78ed5;
}
.dashboard .overview-box.overview-box-4 {
    background-color: #ed3c76;
}
.dashboard .overview-box.overview-box-4 .overview-box-icon {
    background-color: #981d56;
    -webkit-box-shadow: 0 0 10px 0 rgba(81, 13, 44, 0.6);
    -moz-box-shadow: 0 0 10px 0 rgba(81, 13, 44, 0.6);
    box-shadow: 0 0 10px 0 rgba(81, 13, 44, 0.6);
}
.dashboard .overview-box.overview-box-4 .overview-box-icon i {
    color: #ed3c76;
}
.dashboard .overview-box.overview-box-4 .overview-box-details {
    color: #333333b0;
}

.dashboard .overview-box.overview-box-5 {
    background-color: #3ced9b;
}
.dashboard .overview-box.overview-box-5 .overview-box-icon {
    background-color: #2fa232;
    -webkit-box-shadow: 0 0 10px 0 rgba(81, 13, 44, 0.6);
    -moz-box-shadow: 0 0 10px 0 rgba(81, 13, 44, 0.6);
    box-shadow: 0 0 10px 0 rgba(81, 13, 44, 0.6);
}
.dashboard .overview-box.overview-box-5 .overview-box-icon i {
    color: #3ced9b;
}
.dashboard .overview-box.overview-box-5 .overview-box-details {
    color: #3ced9b;
}

.dashboard .global-sales .header-helper {
    float: right;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.dashboard .global-sales .ui-panel-content {
    padding: 14px 9px 0px 9px;
}
.dashboard .global-sales table {
    width: 100%;
    border-collapse: collapse;
}
.dashboard .global-sales table th {
    font-weight: 700;
    text-align: left;
    padding: 8px 5px;
}
.dashboard .global-sales table tbody tr {
    border-top: 1px solid #d8dae2;
}
.dashboard .global-sales table tbody tr img {
    width: 36px;
    height: 36px;
}
.dashboard .global-sales table tbody tr td {
    padding: 8px 5px;
}
.dashboard .global-sales table tbody tr td:nth-child(1) {
    font-weight: 700;
    text-align: center;
}
.dashboard .global-sales table tbody tr td:nth-child(3) {
    font-weight: 700;
}
.dashboard .stats .ui-panel-content {
    padding: 0;
    padding-top: 24px;
    text-align: center;
}
.dashboard .stats .knob {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    border: 5px solid #dee4e9;
}
.dashboard .stats .knob.knob-1 {
    border-right-color: #ed3c76;
    border-bottom-color: #ed3c76;
    border-left-color: #ed3c76;
    width: 200px;
    height: 200px;
}
.dashboard .stats .knob.knob-2 {
    border-right-color: #147df0;
    border-bottom-color: #147df0;
    width: 160px;
    height: 160px;
    margin-top: 14px;
}
.dashboard .stats .knob.knob-3 {
    border-right-color: #599597;
    border-right-color: #06bad2;
    width: 120px;
    height: 120px;
    margin-top: 14px;
}
.dashboard .stats .legend {
    text-align: center;
    margin: 16px 0;
    font-weight: 700;
    font-size: 12px;
}
.dashboard .stats .legend .legend-color {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-bottom: 4px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.dashboard .stats .legend .legend-number {
    color: #7e80a5;
}
.dashboard .stats .legend .idle .legend-color {
    background-color: #599597;
}
.dashboard .stats .legend .pending .legend-color {
    background-color: #147df0;
}
.dashboard .stats .legend .completed .legend-color {
    background-color: #ed3c76;
}
.dashboard .task-list {
    overflow: hidden;
}
.dashboard .task-list > .ui-panel {
    min-height: 340px;
}
.dashboard .task-list .ui-panel-content {
    padding: 0px !important;
    min-height: 340px;
}
.dashboard .task-list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.dashboard .task-list ul li {
    padding: 6px 12px;
    border-bottom: 1px solid #d8dae2;
}
.dashboard .task-list ul li:last-child {
    border-bottom: 0 none;
}
.dashboard .task-list ul .ui-chkbox {
    vertical-align: middle;
    margin-right: 5px;
}
.dashboard .task-list ul .task-name {
    vertical-align: middle;
}
.dashboard .task-list ul i {
    color: #7e80a5;
    float: right;
    font-size: 16px;
}
.dashboard .contact-form {
    overflow: hidden;
}
.dashboard .contact-form .ui-panel .ui-panel-content {
    min-height: 340px;
}
.dashboard .contact-form .ui-g-12 {
    padding: 6px 12px;
}
.dashboard .contact-form .ui-button {
    margin-top: 14px;
}
.dashboard .contacts {
    overflow: hidden;
}
.dashboard .contacts .ui-panel .ui-panel-content {
    min-height: 340px;
    padding: 0px !important;
}
.dashboard .contacts ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.dashboard .contacts ul li {
    border-bottom: 1px solid #d8dae2;
    padding: 9px;
    width: 100%;
    box-sizing: border-box;
    text-decoration: none;
    position: relative;
    display: block;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.dashboard .contacts ul li img {
    float: left;
    margin-right: 8px;
}
.dashboard .contacts ul li .contact-info {
    float: left;
}
.dashboard .contacts ul li .contact-info .name {
    display: block;
    margin-top: 4px;
    font-size: 14px;
}
.dashboard .contacts ul li .contact-info .location {
    margin-top: 4px;
    display: block;
    font-size: 12px;
    color: #7e80a5;
}
.dashboard .contacts ul li .contact-actions {
    float: right;
    padding-top: 12px;
}
.dashboard .contacts ul li .contact-actions .connection-status {
    color: #ffffff;
    padding: 2px 3px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.dashboard .contacts ul li .contact-actions .connection-status.online {
    background-color: #56b927;
}
.dashboard .contacts ul li .contact-actions .connection-status.offline {
    background-color: #ea6062;
}
.dashboard .contacts ul li .contact-actions .fa {
    color: #7e80a5;
    margin-left: 5px;
}
.dashboard .contacts ul li:last-child {
    border: 0;
}
.dashboard .timeline {
    height: 100%;
    box-sizing: border-box;
}
.dashboard .timeline > .ui-g .ui-g-3 {
    font-size: 14px;
    position: relative;
    border-right: 1px solid #d8dae2;
}
.dashboard .timeline > .ui-g .ui-g-3 i {
    background-color: #ffffff;
    font-size: 24px;
    position: absolute;
    top: 6px;
    right: -12px;
}
.dashboard .timeline > .ui-g .ui-g-9 {
    padding-left: 1.5em;
}
.dashboard .timeline > .ui-g .ui-g-9 .event-text {
    color: #7e80a5;
    font-size: 14px;
    display: block;
    padding-bottom: 20px;
}
.dashboard .timeline > .ui-g .ui-g-9 .event-content img {
    width: 100%;
}
.dashboard .chat .ui-panel-content {
    padding: 0 !important;
}
.dashboard .chat ul {
    padding: 12px;
    margin: 0;
    list-style-type: none;
}
.dashboard .chat ul li {
    padding: 6px 0;
}
.dashboard .chat ul li img {
    width: 36px;
    float: left;
}
.dashboard .chat ul li span {
    padding: 6px 12px;
    float: left;
    display: inline-block;
    margin: 4px 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.dashboard .chat ul li.message-from img, .dashboard .chat ul li.message-from span {
    float: left;
}
.dashboard .chat ul li.message-from img {
    margin-right: 8px;
}
.dashboard .chat ul li.message-from span {
    background-color: #ddf7f9;
}
.dashboard .chat ul li.message-own img, .dashboard .chat ul li.message-own span {
    float: right;
}
.dashboard .chat ul li.message-own img {
    margin-left: 8px;
}
.dashboard .chat ul li.message-own span {
    background-color: #ede4fb;
}
.dashboard .chat .new-message {
    height: 40px;
    border-top: 1px solid #d8dae2;
    color: #afafc0;
}
.dashboard .chat .new-message .message-attachment {
    display: inline-block;
    border-right: 1px solid #d8dae2;
    width: 40px;
    line-height: 40px;
    height: 100%;
    text-align: center;
}
.dashboard .chat .new-message .message-attachment i {
    line-height: inherit;
    font-size: 24px;
}
.dashboard .chat .new-message .message-input {
    position: relative;
    top: -4px;
    width: calc(100% - 100px);
    display: inline-block;
}
.dashboard .chat .new-message .message-input input {
    border: 0 none;
    font-size: 14px;
    width: 100%;
    background-color: transparent;
    outline: 0 none;
    padding-left: 8px;
}
.dashboard .user-card {
    border: 1px solid #d8dae2;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.dashboard .user-card .user-card-header {
    height: 100px;
    overflow: hidden;
    background: #ffe0ee;
}
.dashboard .user-card .user-card-header img {
    width: 100%;
}
.dashboard .user-card .user-card-content {
    min-height: 340px;
    background-color: #ffffff;
}
.dashboard .user-card .user-card-content img {
    margin: -40px 0 0 24px;
}
.dashboard .user-card .user-card-content .ui-button {
    float: right;
    width: 36px;
    height: 36px;
    margin: 16px 24px 0 0;
}
.dashboard .user-card .user-card-content .user-card-name {
    font-size: 20px;
    color: #ffffff;
    position: relative;
    top: -70px;
    margin-left: 110px;
    font-weight: 700;
    white-space: nowrap;
}
.dashboard .user-card .user-card-content .user-detail {
    text-align: left;
}
.dashboard .user-card .user-card-content .user-detail ul {
    padding: 0px 0 32px 0;
    margin: 0;
    list-style-type: none;
}
.dashboard .user-card .user-card-content .user-detail ul li {
    padding: 16px 24px;
    border-top: 1px solid #d8dae2;
}
.dashboard .user-card .user-card-content .user-detail ul li:last-child {
    border-bottom: 1px solid #d8dae2;
}
.dashboard .user-card .user-card-content .user-detail ul li i {
    font-size: 24px;
    margin-right: 8px;
    width: 32px;
    vertical-align: middle;
}
.dashboard .user-card .user-card-content .user-detail ul li .project-title {
    font-weight: 700;
    margin-right: 8px;
}
.dashboard .user-card .user-card-content .user-detail ul li .project-detail {
    color: #7e80a5;
}
.dashboard .user-card .user-card-content .user-detail ul li .project-progressbar {
    display: inline-block;
    width: 100px;
    background-color: #d8dae2;
    float: right;
    margin-top: 12px;
}
.dashboard .user-card .user-card-content .user-detail ul li .project-progressbar .project-progressbar-value {
    background-color: #000000;
    height: 4px;
}


.sbBotaoDivGenerico:hover{
    border-radius: 10px;
    background-color: #e1e3e8;
    transition: .1s all ease-in-out;
    transform: scale(1.1);
}


.botaoVermelho{
    background-color:#a83234;
}
.botaoVerde{
    background-color: #32a852;
}


.fonteDestaque{
    font-weight: bolder;
}




.coluna1Recibo{
    vertical-align: middle!important;
}
.coluna2Recibo{
    vertical-align: middle!important;
}

.linha2Recibo{
    background-color: #d1f1c3de;
    vertical-align: middle;
}

.linha1Recibo{
    background-color: #f5f5f5f2;
    vertical-align: middle;
}

.inputGrande input{
    font-size: 25px;
    width: -webkit-fill-available;
}

.colunaViewDadosItemSazonal{
    width: 200px;
}
.colunaViewDadosItemSazonal label {
    font-size: 25px;
    font-weight: bold;
}


body .ui-datatable thead th .ui-sortable-column-icon.ui-icon-triangle-1-s {
    font-family: "primeicons" !important;
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    background: none;
    vertical-align: middle;
}

.menu-logoHorizontal {
    margin-left: 10px;
    margin-top: 3px;
}


.labelDestaque .InputSBEsquerdaLabel label{
    font-size: 20px;
    width: 220px;
}

.labelDestaque .InputSBEsquerdaConteudoSomenteLeitura label{
    font-size: 25px;
    font-weight: bolder;

}
body .ui-badge {
    background: #2196f3;
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    min-width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem
}

body .ui-badge:not(.ui-widget) {
    display: inline-block;
    border-radius: 50%;
    text-align: center
}

body .ui-badge.ui-badge-secondary {
    background: #607d8b;
    color: #fff
}

body .ui-badge.ui-badge-success {
    background: #689f38;
    color: #fff
}

body .ui-badge.ui-badge-info {
    background: #0288d1;
    color: #fff
}

body .ui-badge.ui-badge-warning {
    background: #fbc02d;
    color: #212529
}

body .ui-badge.ui-badge-danger {
    background: #d32f2f;
    color: #fff
}

body .ui-badge.ui-badge-lg {
    font-size: 1.125rem;
    min-width: 2.25rem;
    height: 2.25rem;
    line-height: 2.25rem
}

body .ui-badge.ui-badge-xl {
    font-size: 1.5rem;
    min-width: 3rem;
    height: 3rem;
    line-height: 3rem
}

body .ui-overlay-badge {
    position: relative;
    display: inline-block
}

body .ui-overlay-badge .ui-badge {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    margin: 0
}


.inputPesquisa{
    font-size: 20px;
    height: 65px!important;
}


.ColunaIcone{
    width: 20px;
}