﻿/*
    FONTS:
    TitiliumWeb
    Calibri

    COLORS:
    Midea Turqouise: #009966
	AGP Black:  #4C4C4C

    SIDEBAR COLOR: #808080
*/

:root {
    --primary-bg-color: #4B4D49;
    --primary-fg-color: #FFFFFF;
    --secondary-bg-color: #70A83B; /* VERDE ESCURO MILLPAR*/
    --sidebar-fg-color: #FFFFFF;
    --sidebar-selected-bg-color: #757575;
    --sidebar-hover-fg-color: #757575;
}

html {
    height: 100%;
}

.agp-color {
   /* color: #009966;*/
    /*color: var(--primary-bg-color);*/
    color: var(--secondary-bg-color)!important;
}

.midea-logo img {
    height: 36px;
}

.midea-logo:hover{
    background: unset !important;
}

.midea-logo:focus{
    background-color: unset !important;
}

.bold {
    font-weight: bold;
}

/*.order-id {
    padding: 1px 5px 1px 5px;
    border-radius: 4px;
    background-color: #64b5f6;
    color: #ccffee;
}*/

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #ddd !important;
}

@media (min-height: 360px) {
    .translation-options {
        position: absolute !important;
        bottom: 64px !important;
    }
}

@media (max-height: 359px) {
    .translation-options {
        position: absolute;
        top: 71px;
        right: 12px;
    }
}

.loading-genesis {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loading-genesis .panel-load {
    vertical-align: middle;
    text-align: center;
    opacity: 0.6;
    opacity: 1;
}

.loading-genesis .progress-color {
    color: #009966;
    font-size: 100px;
}

.loading-genesis label {
    margin-top: 10px;
    color: #343434;
    font-size: 30px;
    font-weight: normal;
}

.monitor-ok {
    color: #1E88E5;
    /*AGPSTYLE*/
   /* color: #009966;*/
    color:#4B4D49; 
}

.default-search-width {
    width: 350px;

}

.default-search-input {
    margin-top: 0px; 
    margin-right: 5px; 
    padding-right: 0px;
    width: 350px; 
    float: left;
}

    .default-search-input input {
        border-left: none;
        border-right: none;
        /*border-color: #009966;*/
        border-color: #4B4D49;
    }

.default-search-input .input-group-addon {
    background-color: white !important;
    border: solid 1px var(--primary-bg-color);
    color: var(--primary-bg-color);
    border-bottom-right-radius: 9999px;
    border-top-right-radius: 9999px;
}

.default-search-input button {
    border: solid 1px var(--primary-bg-color);
    color: var(--primary-bg-color);
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
}

.btn-action {
    border: 1px solid #d9dde2;
}

/*JRM: */
    .btn-action.active, .btn-action.active:hover {
        color: white;
        background-color: var(--primary-bg-color) !important;
        border-color: var(--primary-bg-color) !important;
    }

.btn-space{
    margin-right: 5px;
}

.green-label {
    font-weight: bold;
    color: green;
}

.red-label {
    font-weight: bold;
    color: red;
}

@font-face {
    font-family: "Titillium Web";
    src: url(/Content/fonts/TitilliumWeb-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Titillium Web";
    src: url(/Content/fonts/TitilliumWeb-Bold.ttf) format('truetype');
    font-weight: bold;
    font-style: normal;
}

@media (max-width: 599px) {
    .hide-xs {
        display: none !important;
    }

    .mob-overflow {
        overflow-x: auto;
    }

        .mob-overflow > div {
            width: 100vh;
        }
}

@media (min-width: 600px ) and (max-width: 959px) {
    .hide-sm {
        display: none !important;
    }
}

@media (min-width: 960px ) and (max-width: 1279px) {
    .hide-md {
        display: none !important;
    }
}

@media (min-width: 1280px ) {
    .hide-lg {
        display: none !important;
    }
}

body {
    padding-top: 50px;
    padding-top: 0px;
    background-color: #FAFAFA;
    /* AGP STYLE */
        font-family: "Titillium Web";
    }


/* MENU USUARIO A DIREITA */

.seed-topbar {
    z-index: 20;
    position: absolute;
    top: 0px;
    right: 0px;
}

.user-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 235px;
    padding: 5px 0 0 0;
    margin: 10px 30px 0;
    font-size: 13px;
    line-height: 10px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
}

.user-menu > li {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 1.65;
    color: #333 !important;
    white-space: nowrap;
}

.dividerLanguage {
    /*background: #f5f5f5;*/
    border-top: 1px solid #c4c4c4;
    padding-top: 10px!important;
    padding-bottom: 10px!important;

    /*min-height: 51px;*/
}



.dividerUser {
    background: #f5f5f5;
    border-top: 1px solid #c4c4c4;
    min-height: 51px;
}

.dividerUser > ul > li {
    list-style: none;
    display: inline;
    padding-top: 10px;
}

.dividerUser li:first-child {
    float: left;
    margin-left: -30px;
}

.dividerUser li:nth-child(2) {
    float: left;
    margin-left: -30px;
}


.dividerUser li:last-child {
    float: right;
}

.btn-logoff {
    padding: 5px 10px 5px 10px;
    border: 1px solid #c6c6c6;
    background: #f8f8f8;
    border-radius: 2px;
    font-size: 13px;
}


/* START SIDEBAR */

.sidebar {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    z-index: 1000;
    display: block;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 58px !important;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.12);
    background-color: var(--primary-bg-color);
}

    .sidebar a {
        padding: 13px 0px !important;
        text-align: center;
        /*color: #cef3fe;*/
        color: var(--sidebar-fg-color);
    }

    .sidebar md-icon {
        /*color: #cef3fe;*/
        color: var(--sidebar-fg-color);
    }

/*.sidebar-group-selected a:hover {*/
    /*background-color: #68dbfc !important;*/
    /*background-color: #1B5E20 !important;*/
    /*background-color: #27d99e !important;

    background-color: #CE93D8 !important;*/ /* FUNDO DO MODO QUALIDADE  purple 200 */

    /*color: white !important;
}*/

/*.sidebar-group-selected a:hover {
    color: white !important;
}*/

.sidebar-group:hover{
    background-color: unset !important;
}

.sidebar a:hover{
    /*color: white !important;*/
    color:var(--sidebar-hover-fg-color)!important;
    background-color: unset;
}

    .sidebar a:hover .material-icon-color {
        /*color: white !important;*/
        color: var(--sidebar-hover-fg-color) !important;
    }

.sidebar-group-selected-PROD a {
    /*background-color: #27d99e !important;*/ /* verde antigo */

    background-color: var(--sidebar-selected-bg-color) !important; /* verde millpar */
    color: var(--sidebar-fg-color)!important;
}


.sidebar-group-selected-QUA a {
    /*background-color: #68dbfc !important;*/

    /*background-color: #27d99e !important;*/ /*  */

    background-color: #CE93D8 !important; /* FUNDO DO MODO QUALIDADE  purple 200 */

    /*filter: brightness(0.55);*/

    color: white !important;
}

.sidebar-group-selected-TESTS a {
    background-color: #E53935 !important; /* RED 600 */
    color: white !important;
}


.sidebar-group-selected md-icon {
    color: white !important;
}

.sidebar-text {
    font-size: 10px;
    line-height: 0.9;
    margin-top: 3px;
    text-align: center;
    width: 58px;
}

/* END SIDEBAR */

.content-print {
    padding-left: 0px!important;
    padding-top:  0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

@media (max-width: 767px) {
    .hidden-xs.xs-sidebar-expanded {
        display: block !important;
    }

    .content-small {
        display: block !important;
        padding-left: 15px !important;
    }

    .content-full {
        display: block !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .sd-page-content {
        height: auto !important;
        margin: 0px !important;
        padding: 0px !important;
        box-shadow: none;
        min-height: calc(100vh - 56px);
    }
}

.sd-page-content {
    height: 100vh;
    padding: 0px;
    overflow: auto;
    background-color: #FFFFFF;
}

.content-welcome {
    padding-left: 20px;
}

.content-full {
    padding-left: 58px;
}

/* Pages */
.sd-max-width {
    max-width: 1920px;
}

.sd-page-header {
    margin: 5px 0px 5px 0px;
}

.sd-page-btn {
    background-color: #E0E0E0;
    border-color: #E0E0E0;
}

.sd-page-header-title {
    font-size: 18px;
    font-weight: 600;
    margin-right: 10px;
    color: rgb(33,150,243);
    color: var(--primary-bg-color);
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    height: 8px;
    width: 8px
}

::-webkit-scrollbar-button {
    height: 0;
    width: 0
}

::-webkit-scrollbar-thumb {
    background: #c0d0e6;
    border: 8px none #fff;
    border-radius: 10px
}

::-webkit-scrollbar-thumb:hover {
    background: #9aaabe
}

::-webkit-scrollbar-thumb:active {
    background: #9aaabe
}

::-webkit-scrollbar-track {
    background: #d9e3f0;
    border: 9px none #fff;
    border-radius: 10px;
    margin: 6px 0
}

::-webkit-scrollbar-track:hover {
    background: #d9e3f0
}

::-webkit-scrollbar-track:active {
    background: #d9e3f0
}

::-webkit-scrollbar-corner {
    background: transparent
}

@media (max-width: 550px) {
    body{
        background-color: white;
    }
}

.sd-page-inner {
    padding: 10px 10px 0px 10px;
}

.sd-filter {
    font-weight:500;
    margin-right:10px;
    opacity:0.6;
}

.sd-filter-selected {
    font-weight: bold;
    margin-right: 10px;
    padding-bottom: 5px;
    color: #6200EA;
    opacity: 1;
    border-bottom: 2px solid;
}

/* ANGULAR-COMPONENTS */

.md-whiteframe-1dp, .md-whiteframe-z1 {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12)
}

.md-whiteframe-2dp {
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12)
}

.md-whiteframe-3dp {
    box-shadow: 0 1px 8px 0 rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 3px 3px -2px rgba(0,0,0,.12)
}


.click-effect {
    cursor: pointer;
}


.validade-cr-ok {
    color: #e53935;
}

@media (max-width: 425px) {
    .btn-marca {
        width: 48.3% !important;
    }
}

.btn-marca {
    margin-right: 5px;
    margin-bottom: 5px;
    width: 100px;
    height: 100px;
    overflow: hidden;
    white-space: nowrap;
}


.btn-dash {
    margin-right: 5px;
    margin-bottom: 5px;
    width: 200px;
    height: 100px;
    overflow: hidden;
    white-space: nowrap;
}

.seed-actions {
    padding: 0 5px 10px 0px;
}

.seed-max-width {
    max-width: 1200px;
}

.dash-group-title {
    font-size: 18px;
    font-weight: 500;
    color: #5f5f5f;
}

.seed-header-title {
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 22px;
    vertical-align: middle;
}

.seed-header-name {
    font-weight: 100;
    color: inherit;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-right: 10px;
    font-size: 22px;
    vertical-align: middle;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #4C4C4C;
    font-weight: 400;
    white-space: nowrap;
}



.seed-text-disabled {
    color: #cccccc;
}

.seed-text-header1 {
    font-size: 22px;
    font-weight: bold;
}

.seed-text-header2 {
    font-size: 18px;
    font-weight: bold;
}

.seed-text-header3 {
    font-size: 16px;
    font-weight: bold;
}

.seed-text-header {
    font-size: 16px;
    font-weight: bold;
}

.label-dt-entrega {
    background-color: #5bc0de;
    /*color: #5bc0de;*/
    padding: 8px;
    margin-top: 4px;
    /*font-size: 16px;*/
    font-weight: 400;
}

.danfe-pdf {
    box-shadow: 0 0 1px rgba(0,0,0,.11), 0 1px 2px rgba(0,0,0,.22);
    box-sizing: border-box;    
    height:30px;
    padding: 3px 6px;
    margin-right: 10px; /* Separador */
    margin-bottom:5px;
    position: relative;
    top: 0;
    left: 0;
    min-width: 150px;
    z-index: 0;
    -webkit-justify-content: center;
    justify-content: center;
    background: rgba(0,0,0,.03);
    border-radius: 2px;
}

.danfe-pdf:hover {
    -moz-box-shadow: 1px 1px 5px #404040;
    -webkit-box-shadow: 1px 1px 5px #404040;
    box-shadow: 1px 1px 5px #404040;
}

/* Issues */

.label-part {
    color: black;
    background-color: #E0E0E0;
    font-weight: normal;
}


.issues-content-columns {
    padding: 2px;
    margin: 3px;
    min-width: 350px;
    min-width: 200px;
    width: 25%;
}

.issues-title {
    margin: 8px 0px 10px 0px;
    text-align: left;
    font-weight: 600;
}

.issues-description {
    font-size: 12px;
    margin-top: 0px;
    line-height: 0.8;
    color: #6d6d6d;
}

.issues-empty-text {
    margin: 16px 8px 16px 8px;
}

.btn-action.active, .btn-action.active:hover {
    color: white;
    background-color: #42a5f5 !important;
    border-color: #42a5f5 !important;

    /*AGPPCOLOR*/
    background-color: var(--primary-bg-color) !important;
    border-color: var(--primary-bg-color) !important;
}

.issues-filter-summary {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #C62828;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

.issue2 {
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
}

.issues-whiteframe {
    background: white;
    border-radius: 3px;
    margin-bottom: 10px;
    min-width: 120px;
    max-width: 260px;
    width: 260px;
}

.issues-whiteframe-listitem {
    padding: 10px;
}

.issues-whiteframe-listitem-title {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .005em;
}

.issues-whiteframe-listitem-subheader {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .005em;
}

.issues-whiteframe-listitem-content {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .005em;
    color: #6d6d6d;
}

.issues-whiteframe-listitem-detail {
    margin-top: 0;
    padding: 3px;
    padding-right: 4px;
    padding-left: 4px;
    font-size: 12px;
    letter-spacing: .005em;
    color: #6d6d6d;
}

.issues-status {
    max-height: 26px;
}

.issues-detail-red {
    color: #000;
    border-left: 3px solid #FF5722;
    padding-left: 5px !important;
}

.issues-detail-blue {
    color: #000;
    border-left: 3px solid #2196F3;
    padding-left: 5px !important;
}

.issues-detail-green {
    color: #000;
    border-left: 3px solid #43A047;
    padding-left: 5px !important;
}

.issues-detail-cancelled {
    color: #000;
    border-left: 3px solid #F44336;
    padding-left: 5px !important;
}

.issues-remove-margins {
    margin-bottom: 0;
    margin-top: 0;
}

.sd-RNC {
    color: #1976D2 !important;
    font-weight: bold !important;
}

.sd-WARRANTY {
    color: #EF6C00 !important;
    font-weight: bold !important;
}

.sd-CONDITIONAL {
    font-weight: bold !important;
    color: #343434 !important;
}

.default-color {
    font-weight: bold;
    color: #ccc;
}


.part-product {
    background-color: #C8E6C9;
    font-weight: normal;
    font-size: 12px;
    margin: 2px;
    border: 1px solid #81C784;
}


/* STATUS COLORS  */

.status-color-production {
    color: black;
    background-color: #FFD54F; /* Amber*/
    background-color: #FFB74D;
}

.status-color-finished {
    color: #EEFCFF;
    background-color: #64B5F6;
}

.status-color-shipped {
    color: #EEFCFF;
    background-color: #81C784;
}

.status-color-error {
    color: white;
    background-color: #E57373;
}


.status-card {
    padding: 1.5px 5px 1.5px 5px;
    border-radius: 4px;
}

/* UPDATE TYPE */
.sd-update-type {
    padding: 1.5px 5px 1.5px 5px;
    border-radius: 6px;
    border: 0px solid #BDBDBD;
    font-weight: 500;
    opacity:0.8;
    font-size:12px;
}

    .sd-update-type.Modified {
        color: #4CAF50;
        border-color: #4CAF50;
    }

    .sd-update-type.Expiring {
        /*color: #4CAF50;
        border-color: #4CAF50;*/
        color:  #FFFFFF;
        Background-color: #9C27B0;
    }

    .sd-update-type.Expired {
        /*color: #4CAF50;
        border-color: #4CAF50;*/
        color: #FFFFFF;
        background-color: #F44336;
    }

    .sd-update-type.RenovateAccepted {
        color: #4CAF50;
        border-color: #4CAF50;
        font-weight:bold;
    }

    .sd-update-type.RenovateRefused {
        color: red;
        border-color: red;
    }

    .sd-update-type.RenovateRequested {
        color: #4CAF50;
        border-color: #4CAF50;
    }

    .sd-update-type.Anticipated, .sd-update-type.AnticipateHint {
        color: #EEEEEE;
        background-color: #4CAF50;
        border-color: #4CAF50;
    }

    .sd-update-type.Delayed {
        color:white;
        background-color: red;
        border-color: red;
    }

.btn-primary {
    /*background-color: #42a5f5 !important;
    border-color: #42a5f5 !important;*/
    background-color: var(--primary-bg-color) !important;
    border-color: var(--primary-bg-color) !important;
    color: #FFFFFF;
}


/* Cupos slot card */
.slot {
    padding: 5px;
    margin-bottom: 5px;
    margin-right: 3px;
    font-size: 12px;
    min-height: 44px;
    width: 200px;
    display: inline-block;
}

.slot-task {
    border: 1px solid #e5e5e5 !important;
    vertical-align: top;
    min-height: 135px;
    border-left-width: 8px !important;
}

.launch-time {
    color: #c62828;
}

.slot-resource {
    min-height: 30px;
}

.slot-resource-text {
    width: 50px;
    font-size: 11px;
    font-weight: bold;
}

.mdl-card {
    /*border: 1px solid rgba(0, 0, 0, .1);*/
    background: #fff;
}

.header-subtitle {
    font-weight: 500;
    color: #757575;
    color: #607D8B;
    color: #d32f2f;
}


.user-info {
    color: gray;
    font-size: 12px;
}

.user-cancel-info {
    font-size: 12px;
    font-weight: 400;
    color: red;
}


/*  ------------------------------------------------------------------------------------------------------------
    ORDER PROJECTS
    ------------------------------------------------------------------------------------------------------------
*/

.card-project-panel {
    margin: 0px;
   margin-right:5px;
}

.card-project-panel:hover {
    box-shadow: 0 2px 10px #888888;
}

.card-project-panel-header {
    background-color: #FFFFFF !important;
    padding:5px 10px;
}

.card-project-panel-body {
    min-height: 100px;
    width: 100%;
    margin-left: 0px;
    padding:5px 5px;
}

.card-project-panel-body:hover {
    background: #efefef;
}

.card-project-panel-footer {
    background-color: #FFFFFF !important;
}

.card-project-a-order-entry {
    cursor: pointer;
    font-weight:600;
}

.project-entry-typeholder {
    cursor: pointer;
    text-align: center;
    min-height: 48px;
    line-height: 48px;
    border-radius: 12px;
}

.selected {
    /*background: #f7f7f7;*/
    background-color: #E0E0E0;
}

.project-panel-parts {
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    border: 1px solid #d8d8d8;
}

.project-details-status {
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    height: 48px;
    line-height: 48px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.orders-list-item-group-grey {
    background: #fbfbfb;
}

.orders-container {
    box-shadow: 3px 3px 10px #888888;
    padding-left: unset;
    padding-right: unset;
}

.orders-list-item {
    border-width: 0px 1px 1px 1px;
    border-color: #f3f2f2;
    border-style: solid;
}

.orders-list-item-info-container {
    padding-right: 10px;
    padding-left: unset;
    margin-bottom: 10px;
}

.orders-list-item-info-card {
    box-shadow: 1px 1px 3px #888888;
    min-height: 48px;
    line-height: 48px;
    text-align: center;
    font-weight: 600;
    color: white;
    cursor: pointer;
    border-radius: 5px;
}

    .orders-list-item-info-card:hover {
        box-shadow: 2px 2px 6px #888888;
    }

.orders-list-item-details {
    background: white;
    width: 100%;
    box-shadow: 2px 2px 5px #888888;
    padding: 20px;
    margin-bottom: 15px;
}

.order-list-item-selected {
    background: #f7f7f7;
}

.input-field-not-ok {
    border-color: red;
}

.input-field-ok {
    border-color: green;
}

input[type="date"]::-webkit-clear-button {
    -webkit-appearance: none;
    display: none;
}

.order-details-row:hover {
    outline: none;
}

.order-details-row {
    outline: none;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #c0c0c0;
    padding: 5px;
    display: inline-block;
    width: 100%;
}

.order-transit-details {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #c0c0c0;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #c0c0c0;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #c0c0c0;
    outline: none;
    padding: 10px;
}

.limit-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* BOOTSTRAP OVERRIDES */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;

    /*AGPSTYLES*/
    background-color: var(--primary-bg-color);
    border-color: var(--primary-bg-color);
}


/* MATERIAL OVERRIDES PARA TABS */
md-tabs .md-tab.md-active, md-tabs.md-default-theme .md-tab.md-active md-icon, md-tabs .md-tab.md-active md-icon, md-tabs.md-default-theme .md-tab.md-focused, md-tabs .md-tab.md-focused, md-tabs.md-default-theme .md-tab.md-focused md-icon, md-tabs .md-tab.md-focused md-icon {
    color: #4C4C4C;
    font-weight:700;
}

md-tabs.md-default-theme md-ink-bar, md-tabs md-ink-bar {
    /*color: rgb(255,171,64);
    background: rgb(255,171,64);*/
    color: var(--secondary-bg-color);
    background-color: var(--secondary-bg-color);
}

md-content.md-default-theme, md-content {
    background-color: white !important;
}

.mobile-menu {
    background-color: white;
    padding: 10px;
    width: 100%;
    border-bottom: 1px solid #ddd;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: 44px;
}

.menu-mobile-item {
    padding-top:7px!important; 
    padding-bottom:7px!important; 
    text-align: center;
}

.sticky {
    z-index: 3;
    position: fixed;
    top: 0;
}

@media (max-width: 768px) {
    .fixed-header-pad {
        padding-top: 49px !important;
    }
}

.menu-burger {
    text-align: right;
    width: 70%;
    height: 100%;
    position: fixed;
    z-index: 3;
    right: 0;
    top: 56px;
    background-color: white;
    border-left: 1px solid #ddd;
    opacity: 1 !important;
    padding: 8px;
}

.menu-burger.ng-hide-add {
    transition: all linear 0.2s;
}

.menu-burger.ng-hide-remove {
    transition: all linear 0.2s;
}

.menu-burger.ng-hide {
    width: 0px;
    opacity: 0.5;
}

.topbar-text {
    font-weight: 200;
    font-size: 10px;
    line-height: 0.9;
    text-align: center;
    margin: 2px 0px 0px 0px !important;
}

.filter-search-input {
    width: 70%;
}

.filter-search-input.ng-hide-add {
    transition: all linear 0s;
}

.filter-search-input.ng-hide-remove {
    transition: all linear 0.2s;
}

.filter-search-input.ng-hide {
    width: 0px;
}

.predicted-date {
    font-size: 20px;
}


md-card-header {
    padding: 4px !important;
}

md-card-content {
    padding: 4px !important;
}

.md-padding {
    padding: 4px!important;
}


/* Modal xtra-large */
@media (min-width: 768px) {
    .modal-xl {
        width: 95%;
        max-width: 1400px;
    }
}

/*.modal-body{
    max-height: 70vh;
    overflow: auto;
}*/



/*==============================

  INTEGRACOES:  Border Class

=================================*/

.card-border {
    border-left: 4px solid;
    border-left-color: #EEEEEE;
}

.card-border-disabled {
    border-left-color: #A1887F;
    /* grey 400 */
}

.card-border-pending {
    border-left-color: #BDBDBD;
    /* grey 400 */
}

.card-border-queued {
    border-left-color: #90A4AE;
    /* blue grey 300 */
}

.card-border-decoding {
    border-left-color: #4DD0E1;
    /* cyan 300 */
}

.card-border-decoded {
    border-left-color: #4FC3F7;
    /* light blue 300 */
}

.card-border-executing {
    border-left-color: #64B5F6;
    /* blue 300 */
}

.card-border-ok {
    border-left-color: #81C784!important;
    /* green 300 */
}

.card-border-error {
    border-left-color: #E57373!important;
    /* red 300 */
}


/*==============================

    INTEGRACOES: Label Class

=================================*/

.background-label-disabled {
    background-color: #A1887F !important;
    /* grey 400 */
}

.background-label-pending {
    background-color: #BDBDBD !important;
    /* grey 400 */
}

.background-label-queued {
    background-color: #90A4AE !important;
    /* blue grey 300 */
}

.background-label-decoding {
    background-color: #4DD0E1 !important;
    /* cyan 300 */
}

.background-label-decoded {
    background-color: #4FC3F7 !important;
    /* light blue 300 */
}

.background-label-executing {
    background-color: #64B5F6 !important;
    /* blue 300 */
}

.background-label-ok {
    background-color: #81C784 !important;
    /* green 300 */
}

.background-label-error {
    background-color: #E57373 !important;
    /* red 300 */
}

.background-label-internalservererror {
    background-color: #E57373 !important;
    /* red 300 */
}

.background-label-warning {
    background-color: #FFB74D !important;
    /* orange 300 */
}

.background-label-info {
    background-color: #64B5F6 !important;
    /* blue 300 */
}

/*==============================

    INTEGRACOES: Text Class

=================================*/
.text-disabled {
    color: #A1887F;
    /* grey 400 */
}

.text-pending {
    color: #BDBDBD;
    /* grey 400 */
}

.text-queued {
    color: #90A4AE;
    /* blue grey 300 */
}

.text-decoding {
    color: #4DD0E1;
    /* cyan 300 */
}

.text-decoded {
    color: #4FC3F7;
    /* light blue 300 */
}

.text-executing {
    color: #64B5F6;
    /* blue 300 */
}

.text-ok {
    color: #81C784;
    /* green 300 */
}

.text-error {
    color: #E57373;
    /* red 300 */
}

.text-internalservererror {
    color: #E57373;
    /* red 300 */
}

/*==============================

    Text area expansiva

=================================*/

.comment-box {
    display: inline-flex;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
}

.comment-box > div {
    border: 1px solid #BDBDBD;
    border-radius: 2px;
    width: 100%;
    margin: 3px 0px 3px 10px;
    background-color: #fff;
}

.comment-box-focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

.comments {
    margin: 5px;
}

.comments > div {
    padding: 0px 10px;
    width: 100%;
}

.comment-btn {
    padding: 10px;
    border-top: 1px solid #E0E0E0;
    overflow: auto;
    display: none;
}

.comment-btn button {
    float: right;
}

.sd-textarea {
    color: #757575;
    font: medium -moz-fixed;
    font: -webkit-small-control;
    padding: 9px;
    width: 100%;
    border: none;
    resize: none;
    height: 32px;
    overflow: hidden;
}

.sd-textarea-expand {
    overflow: auto !important;
    animation: expand 0.5s ease;
    height: 50px;
}

.sd-textarea-compact {
    animation: compact 0.3s ease-out;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes expand {
    0% {
        height: 35px;
    }

    100% {
        height: 100px;
    }
}

@keyframes compact {
    0% {
        height: 100px;
    }

    100% {
        height: 32px;
    }
}

/*******************

AGENT DASHBOARD

*******************/

.status-label {
    background-color: black;
    width: 40px;
    height: 8px;
    border-radius: 10px;
}

.agent-empty{
    font-size: 15px;
    color: #808080;
    margin: 5px;
}

/*@media (max-height: 680px){
    .block-size-2-sm {
        width: 116px !important;
    }
    .block-size-3-sm {
        width: 232px !important;
    }
}*/

.block-size {
    width: 78px;
}

.block-size-2 {
    width: 156px;
}

.block-size-3 {
    width: 234px;
}

.block-size-4 {
    width: 312px;
}

.agent-card {
    height: 146px;
}

.agent-card:hover{
    background: rgba(0,0,0,.08);
}

.agent-header {
    /*width: 100%;*/
    height: 50px;
    padding: 0px 10px;
    padding-left: 5px !important;
    white-space: nowrap;
}

.agent-header label {
    font-size: 12px;
    font-weight: normal;
}

.agent-content {
    display: block;
    border-radius: 2px;
    margin: 3px;
    width: 100%;
}

.agent-body {
    width: 100%;
    padding: 3px;
    overflow: auto;
}

.agent-colors {
    /*box-shadow: 0 0 2px rgba(0,0,0,0.3), 0 0px 0px rgba(0,0,0,0.3);*/
    /*border: 1px solid #BBDEFB;*/
    box-shadow: 0 2px 6px 0 hsla(0, 0%, 0%, 0.2);

    background: white;
    margin: 5px;
    border-radius: 2px;
    border-radius:0px;
}

/**************************************************
        CUSTOMER DASHBOARD
**************************************************/

.display-action{
    color: white !important;
    text-decoration: none;
    height: 100%;
    margin-top: 3px;
}

.display-action div {
    height: 110px;
    padding-top: 8px;
    margin-top: 3px;
    text-decoration: none;
    border-radius: 4px;
    position: relative;
    box-shadow: 0 0 2px rgba(0,0,0,0.20), 0 1px 4px rgba(0,0,0,0.2);
}

.display-action div i{
    font-size: 27px;
    position: absolute;
    bottom: 13px;
    right: 15px;
}

.display-action div label span {
    font-size: 12px; 
    font-weight: normal;
    position: relative;
    color: #343434;
}

@media (max-width: 769px){
    .display-action div i {
        width: 100%;
        text-align: center;
        line-height: 50px;
        padding-right: 0px;
        font-size: 32px;
    }
    .display-action div {
        padding-top: 0px;
    }
}

.display-action label {
    font-weight: bold;
    color: #343434;
    height: 60px;
    padding-left: 10px;
}

@media (max-width: 769px) {
    .display-action label {
        height: unset !important;
        padding-left: 0px !important;
    }
}

.display-action div:hover {
    background-color: rgba(0,0,0,0.05);
}

.large.stats-card {
    height: 100px !important;
}

.current-database {
   padding-top: 12px;
}

.current-database button {
    font-size: 19px;
    color: white !important;
    border: none !important;
    border-radius: 3px;
    height: 30px;
    width: 100px;
    margin-right: 10px;
}

.current-database button:hover {
    opacity: 0.7;
}

.current-database .dropdown-item:hover {
    opacity: 0.7;
}

.current-database span {
    position: absolute;
    top: 50%;
    right: 20px;
}

.current-database .dropdown-item {
    color: white;
    padding: 10px;
    margin: 5px;
    font-size: 19px;
    text-align: center;
}


.sd-order-error {
    color: #F44336;
    opacity: 1.0;
    padding: 4px 0px;
    font-weight: bold;
}

.sap-order {
    color: #0288D1;
    font-weight: 600;
    margin-left: 5px;
}


.comment-quantity {
    float: right;
}

.comment-quantity > span {
    font-size: 12px;
    font-weight: 200;
    margin-right: 1px;
}

.comment-quantity i {
    color: #9e9e9e;
}

.modal-actions {
    padding: 10px 15px 10px 15px;
}

.disable-margin .form-group {
    margin-bottom: 0px !important;
    margin-right: 5px;
}


.border-options {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    color: #333;
    background-color: #fff;
}

.border-options:hover {
    background-color: #d9dde2;
    cursor: pointer;
}

.invitation-error {
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    z-index: 1000;
    transform: translate(-50%, -50%);
    position: absolute;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 75vh;
    min-height: 60vh;
    border-radius: 3px;
    margin: 0px auto;
    padding: 30px;
    background-color: #FFFFFF;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.12);
}

.invitation-error p{
    font-size: 30px;
    color: #343434;
    margin-bottom: 30px;
}

.invitation-error button {
    color: white;
    width: 33%;
    background-color: var(--primary-bg-color);
    padding: 17px;
    font-size: 23px;
    border-radius: 3px;
    border: unset;
}

.section-detail {
    border-radius: 2px;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

.section-detail-title {
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding: 5px 0px 5px 0px;
    margin-bottom: 10px;
    /*margin-top: 10px;*/
}

.last-exec {
    /*color: gray;*/
    color: #388E3C;
    font-size: 15px;
    line-height: 30px;
    margin-left: 5px;
    white-space: nowrap;
}

/* TIMERS */

.timer-weekday {
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 2px;
    margin-right: 2px;
}

.timer-font {
    font-size: 14px;
}

.btn-timer {
    padding: 3px 6px;
    font-size: 12px;
    line-height: 1.5;
    /*border-radius: 3px;*/
    border-radius: 9px!important;
}


/*Indefinifo*/
.exec-type- {
    color: #333333;
    font-weight: normal;
    padding: 0px 4px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.exec-type-Manual {
    color: #E53935;
    font-weight: normal;
    padding: 0px 4px;
    border: 1px solid #E53935;
    border-radius: 3px;
}

.exec-type-Automatic {
    color: #1565C0;
    font-weight: normal;
    padding: 0px 4px;
    border: 1px solid #ccc;
    border-color: #1565C0;
    border-radius: 3px;
}

.hide-on-overflow {
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 25%;
    overflow: hidden;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein { /* Firefox */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein { /* Opera */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.sd-toolbar-title {
    color: #4C4C4C;
    font-weight: 700;
    font-size: 14px;
}

.order-id {
    padding: 1px 10px 1px 10px;
    border-radius: 999px;
    background-color: #ccffee;
    color: #424242;
    /*background-color: #64b5f6;*/
}

.sd-reservation-date {
    padding: 2px 8px 2px 8px;
    border-radius: 999px;
    background-color: #ccffee;
    color: #424242;
    /*font-weight: 600;*/
}

.sd-confirmed-date {
    padding: 2px 8px 2px 8px;
    border-radius: 999px;
    background-color: #ccffee;
    color: #81c784;
    /*font-weight:600;*/
}

.sd-sap-date {
    padding: 2px 8px 2px 8px;
    border-radius: 999px;
    background-color: #ccffee;
    color: #64b5f6;
    /*font-weight: 600;*/
}

.sd-expiration-date {
    padding: 2px 8px 2px 8px;
    border-radius: 999px;
    background-color: #ccffee;
    color: #F44336;
    font-size:12px;
}

.is-expiring {
    background-color: #F57C00;
    color: #FAFAFA;
    font-weight: 600;
}

.is-expired {
    background-color: #F44336;
    color: #FAFAFA;
    font-weight: 600;
}

/* Pedido com data no mes anterior */
.sd-date-late {
    /*background-color: #EF9A9A;*/
    color: #F44336;
    font-weight: 600;
}

/* horsepower */
.qt-hp {
    padding: 0px 4px 0.5px 4px;
    border-radius: 6px;
    background-color: #E0E0E0;
    color: #212121;
    font-weight: 600;
    font-size: 12px;
}  

.hp-large {
    font-size:16px;
}

.qt-missing-ok {
    padding: 1px 8px 1px 8px;
    border-radius: 6px;
    background-color: #E0E0E0;
    color: #212121;
    font-weight: normal;
    font-size: 16px;
}

.qt-missing-alert {
    padding: 1px 8px 1px 8px;
    border-radius: 6px;
    background-color: #F44336;
    color: #FAFAFA;
    font-weight: 600;
    font-size: 16px;
}

.qt-import-miss {
    padding: 1px 8px 1px 8px;
    border-radius: 6px;
    background-color: #F44336;
    color: #FAFAFA;
}

.qt-import-exceed, .qt-stocks-positive {
    padding: 1px 8px 1px 8px;
    border-radius: 6px;
    background-color: #BBDEFB;
    color: #212121;
}

.qt-stocks {
    /*padding: 1px 8px 1px 8px;*/
    padding: 1px 6px 1px 6px;
    border-radius: 6px;
    background-color: #E0E0E0;
    color: #212121;
    font-weight: 600;
}

.qt-stocks-negative {
    padding: 1px 8px 1px 8px;
    border-radius: 6px;
    /*background-color: #E0E0E0;
    color: #F44336;*/
    font-weight: 600;
    background-color: #F44336;
    color: #FAFAFA;
}

.qt-pos {
    padding: 1px 8px 1px 8px;
    border-radius: 6px;
    background-color: #C8E6C9;
    color: #212121;
}

.qt-orders {
    padding: 1px 8px 1px 8px;
    border-radius: 6px;
    /*background-color: #81D4FA;*/
    background-color: #FFCDD2;
    color: #212121;
}

.qt-price-large {
    font-weight: 600;
    font-size: 14px;
    color: #388E3C;
    color: #B71C1C;
}

.qt-price-color {
    /*color: #B71C1C;*/
    color: #009966;
    font-weight: 600;
}

.order-year-month {
    padding: 1px 8px 1px 8px;
    border-radius: 6px;
    background-color: #C8E6C9;
    color: #212121;
}

.btn-actions {
    /*border: solid 1px #EEEEEE;*/
    border: solid 1px var(--primary-bg-color); /* cor borda azul */
    /*border-radius: 12px;*/
    color: var(--primary-bg-color);
    border-bottom-left-radius: 9999px;
    border-bottom-right-radius: 9999px;
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
    /*border-radius: 6px;*/
    /*border: hidden;*/
}

    .btn-actions:focus, .btn-actions.focus,
    .btn-actions:active:focus, .btn-actions.active:focus {
        border: hidden;
        outline-width: 0px;
    }

/* Teste botao mais redondo */
.btn {
    border-radius: 6px;
    /*box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06) !important;*/
    /*border-radius: .5rem !important;*/
    border-color: #e2e8f0;    
}

.btn-tailwind {
    box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06) !important;
    border-radius: .5rem !important;
    border: 1px solid #e2e8f0;
}

.alloc-status-ok {
    font-size:12px;
    padding: 1px 10px 1px 10px;
    border-radius: 999px;
    background-color: #ccffee;
    color: #424242;
}

.alloc-status-negative {
    font-size: 12px;
    padding: 1px 10px 1px 10px;
    border-radius: 999px;
    background-color: #ccffee;
    color: #E53935; /* Vermelho */
}

.alloc-status-problem {
    font-size: 12px;
    padding: 1px 10px 1px 10px;
    border-radius: 999px;
    background-color: #FFCDD2; /* Vermelho leve*/
    color: #E53935; /* Vermelho */
}

.material-type {
    font-size:12px;
}

.material-type-to-insert {
    font-size:12px;
    font-weight: bold;
    color: #E53935; /* Vermelho */
}


/* STATUS PEDIDO */
.StatusBtn {
    padding: 1px 5px 1px 5px;
    border-radius: 4px;
}

.StatusDRAFT {
    background-color: #EEEEEE;
    color: #202124;
}

.StatusRESERVED, .Status_1 {
    background-color: #ffb74d !important; /* ORANGE 300 */
    color: #202124 !important;
}

.StatusCONFIRMED, .Status_2, StatuscONFIRMATION {
    background-color: #81c784 !important; /* GREEN 300 */
    color: #eefcff !important;
}

.Status_00_NEW_QUOTE  {
    background-color: #BDBDBD !important; /* GRAY 400 */
    color: #000000 !important; /* BLACK */
}

.Status_02_QUOTE_WAITING {
    /*background-color: #757575 !important;*/ /* GRAY 500 */
    background-color: #0D47A1 !important;
    color: white !important;
}

.Status_04_QUOTE_PARTIAL {
    background-color: #E3F2FD !important; /* blue 50 */
    color: #000000 !important; /* BLACK */
}

.Status_05_QUOTE_COMPLETED {
    background-color: #1976D2 !important; /* BLUE 700 */
    color: #eefcff !important;
}


.Status_10_PRE_SALE {
    background-color: black !important; /* ORANGE 300 */
    color: white !important;
}

.Status_20_CONFIRMATION {
    background-color: #757575; /* CINZA */
    color: #FFFFFF !important;
}

.Status_30_PRODUCTION, .Status_06_QUOTE_CONFIRMATION {
    background-color: #81c784 !important; /* GREEN 300 */
    color: #eefcff !important;
}

.Status_40_PROMPT {
    background-color: #43A047 !important; /* GREEN 600 */
    color: #eefcff !important;
}

.Status_50_CONTAINER {
    background-color: #64b5f6 !important;
    color: #ccffee !important;
}

/*
.Status_60_SHIPPED {
    background-color: #ffb74d !important;
    color: #202124 !important;
}
*/

.Status_Shipping {
    padding: 1px 5px 1px 5px !important;
    text-align: center !important
}

.Status_60_SHIPPED {    
    background-color: #e57373;
    color: #f3fff8;
    
}

.Status_70_DELIVERED, .Status_09_QUOTE_DELIVERED {
    background-color: #9C27B0;
    color: #f3fff8;
    /*background-color: #FFFFFF;
    color: #62a850;
    */
}


.Status_90_CANCELED {
    background-color: #FF4E4E;
    color: #f3fff8;
}

.StatusSAP_REQUEST {
    background-color: #1B5E20!important;
    color: #eefcff!important;
}

.StatusSAP_DENY {
    background-color: #9C27B0 !important;
    color: #eefcff !important;
}

.StatusSAP_PLANT, .Status_3 {
    background-color: #64b5f6 !important;
    color: #ccffee !important;
}

.StatusSAP_LIST {
    background-color: #bdbdbd !important;
    color: white!important;
}

.StatusCANCELED {
    background-color: #e57373 !important;
    color: #f7f8fc !important;
}

.StatusSAP_INVOICED {
    background-color: #212121 !important;
    color: white !important;
}

.StatusSAP_ARCHIVED {
    background-color: #004D40 !important;
    color: white !important;
}


/* STATUS ORDENS VENDA SAP */
.StatusCARTEIRA {
    background-color: #64b5f6 !important;
    color: #ccffee !important;
}

.StatusLISTA {
    background-color: #bdbdbd !important;
    color: white !important;
}

.StatusFATURADO {
    background-color: #212121 !important;
    color: white !important;
}


/* DASBOARD  */
.dash-item {
    margin: 5px;
    padding: 5px;
    border: 1px solid #BBDEFB;
    min-height: 220px;
    width: 100%;
}

.dash-item-title {
    font-size: 16px;
    font-weight:700;
    margin-bottom:5px;
}

.full-height {
    height:100%;
}

.sd-items-qt {
    padding: 1px 10px 1px 10px;
    border-radius: 999px;
    background-color: #ccffee;
    color: #424242;
}

.sd-hint-date {
    padding: 2px 8px 2px 8px;
    border-radius: 8px;
    background-color: #ccffee;
    color: #424242;
    /*font-weight: 600;*/
}

.sd-date-color {
    font-weight: bold;
    color: #2E7D32;
}

.sd-date-box {
    padding: 2px 8px 2px 8px;
    border-radius: 999px;
    background-color: #ccffee;
    color: #424242;
}

.sd-renovate-status {
    padding: 2px 8px 2px 8px;
    border-radius: 8px;
    background-color: #ccffee;
    color:green;
    font-size:12px;
    font-weight:bold;
}

.sd-renovate-status REQUEST {
    color: red;
}

.sd-renovate-refused {
    color: red;
}

.sd-renovate-accepted {
    color: green;
}

.sd-renovate-accept-btn {
    color: green;
    font-weight: bold;
}

.sd-active-user {
    padding: 1px 6px;
    border-radius: 8px;
    background-color: #4CAF50;
    color: white;
    /*font-size: 12px;
    font-weight: bold;*/
}

.sd-inactive-user {
    padding: 1px 6px;
    border-radius: 8px;
    background-color: #F44336;
    color: white;
    /*font-size: 12px;
    font-weight: bold;*/
}

.sd-reconcile-ok {
    padding: 1px 6px;
    border-radius: 8px;
    background-color: #4CAF50;
    color: white;
    /*font-size: 12px;
    font-weight: bold;*/
}

.sd-reconcile-error {
    padding: 1px 6px;
    border-radius: 8px;
    background-color: #F44336;
    color: white;
    /*font-size: 12px;
    font-weight: bold;*/
}

.sd-reconcile-warning {
    padding: 1px 6px;
    border-radius: 8px;
    background-color: #FF9800;
    color: black;
    /*font-size: 12px;
    font-weight: bold;*/
}



.DicStatusOk {    
    background-color: #81c784 !important; /* GREEN 300 */
    color: #eefcff !important;
}


.DicStatusTodo {
    background-color: #EEEEEE;
    color: #202124;
}

.DicStatusProgress {
    background-color: black !important; /* ORANGE 300 */
    color: white !important;
}


.DicStatusDefinir_Colunas {
    background-color: red!important; /* GREEN 300 */
    color: #eefcff !important;
}



.sd-border-label {
    /*padding: 1px 8px 1px 8px;*/
    padding: 1px 8px 1px 8px;
    border-radius: 10px;
    border: 1px solid #E0E0E0;
    /*background-color: #E0E0E0;*/
    color: #212121;
    font-weight: 400;
}


.status-issue {
    padding: 1.5px 5px 1.5px 5px;
    border-radius: 4px;
}

    .status-issue.NEW {
        color: black;
        background-color: #FFD54F; /* Amber*/   
    }

    

    .status-issue.PROGRESS, .status-issue.COMERCIAL {
        color: #EEFCFF;
        background-color: #64B5F6;
    }

    .status-issue.PENDING, .status-issue.QUALITY {
        color: #EEFCFF;
        background-color: #81C784;
    }

    .status-issue.PUBLISH,  .status-issue.FINANCE {
        color: white;
        background-color: #673AB7;
    }

    .status-issue.RESOLVED {
        color: white;
        background-color: #E57373;        
    }


    .status-issue.REFUSED {
        color: white;        
        background-color: #FF4E4E;
    }


.issue-type {
    padding: 1.5px 5px 1.5px 5px;
    border-radius: 4px;
    /*border: 1px solid #ccc;*/
    /*font-size:12px;*/
}

    .issue-type.BUG {
        color: #FF4E4E;
        font-weight: 400;
    }

    .issue-type.FEATURE {
        color: #4CAF50;
        font-weight: 400;
    }

    .issue-type.LOGISTIC {
        color: #1976D2;
        font-weight: 400;
    }

    .issue-type.QUERY {
        color: #AA00FF;
        font-weight: 400;
    }

    .issue-type.COMERCIAL {
        color: #AA00FF;
        font-weight: 400;
    }

    .issue-type.INDUSTRIAL {
        color: #4CAF50;
        font-weight: 400;
    }

.icon-search-input {
    background-image: url(../../../Images/searchImage.png);
    background-position: 6px 6px;
    background-repeat: no-repeat;
    padding-left: 24px;
}

.limit-two-lines {
    line-height: 1.5em;
    height: 3em; /* height is 2x line-height, so two lines will display */
    overflow: hidden; /* prevents extra lines from being visible */
    vertical-align:top;

}

.btn-light {
    border-color: #fff;
}


.sd-import-date {
    font-weight: bold;
    color: #2196F3
}

.sd-import-btn {
    padding: 2px 6px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}

.btn-secondary {
    border-color: var(--primary-bg-color);
    color: var(--primary-bg-color);
}

.trash-color {
    color: #ff0000b3!important;
    opacity: 0.6;
}

    .trash-color:hover {
        opacity: initial;
    }


.prod-background {
    background-color:var(--primary-bg-color)!important;
}

.qua-background {
    /* background-color: #e3f0e4 !important;*/ /* CINZA SITE AGP */
   /* background-color: #43A047 !important;*/ /* GREEN 600 */

    background-color: #8E24AA !important; /* Purple 600 */
}


.tests-background {
    background-color: #E53935 !important; /* RED 600 */
}

/* SIT_PORTAL */

.sit-portal-aceito {
    border: 1px solid #5cb85c !important; /* btn-sucess */
    color: #5cb85c!important; /*  */
}

.sit-portal-rejeitado {
    border: 1px solid #d9534f !important; /* btn-sucess */
    color: #d9534f !important; /*  */
}

.sit-portal-waiting {
    border: 1px solid #0D47A1 !important; /* blue 900 */
    color: #0D47A1 !important; /*  */
}

.sit-portal-efetivado {
    /*color: #fff;*/
    color: #5bc0de !important;
    border: 1px solid;
    border-color: #46b8da !important;
}

.sit-portal-cancelado {
    color: #f0ad4e !important;
    border: 1px solid;
    border-color: #f0ad4e !important;
}

.sd-item-tag {
    color: gray;
    font-size: 12px;
    border: 1px solid #ddd;
    padding: 1px 4px;
    border-radius: 4px;
    margin-left:5px;
}

/* PADRAO FOR FORMULARIOS SD-INPUT */
/* LABEL LIGHT*/
.label-width {
    margin-bottom: 2px;
    margin-right: 4px;
    font-size: 12px;
    font-weight: 400;
    opacity: 0.8;
}

.sd-filter-value-color {
    color: #F44336;
    font-weight:500;
}

.dropdown-menu-right-forced {
    right: 0 !important;
    left: auto !important;
}

/* */
.email-doc {
    padding: 0px 2px;
    margin-right: 3px;
    margin-bottom: 2px;
    background-color: #F5F5F5; /* gray 100 */
    border: 1px solid #F5F5F5;
    background-color: #EEEEEE; /* gray 200 */
    border-color: #EEEEEE;
    border-radius: 4px;
    /*font-size:12px;*/
    font-weight:normal;
}

    .email-doc.variable {
        background-color: #BBDEFB;
        border-color: #BBDEFB;
    }


/* MARGINS */
.sd-padding-5, .padding-5 {
    padding: 5px;
}

.padding-right-5 {
    padding-right: 5px;
}

.sd-margin-5, .margin-5 {
    margin: 5px;
}

.sd-margin-bottom-5 {
    margin-bottom: 5px;
}

.sd-margin-top-5 {
    margin-top: 5px;
}

.sd-margin-right-5, .margin-right-5 {
    margin-right: 5px;
}

.sd-margin-left-5 {
    margin-left: 5px;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}


.margin-top-5 {
    margin-top: 5px;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.no-margin-bottom {
    margin-bottom: 0!important;
}

.no-padding {
    padding: 0
}

.no-padding-bottom {
    padding-bottom: 0
}

.no-margin-top {
    margin-top: 0
}

/*
    ---------------------------------------------
    ISSUES 
    ---------------------------------------------
*/

.stage-card {
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 5px;
    padding: 10px;
    box-sizing: border-box;
    margin-right: 5px;
    margin-left: 0px;
    /* height: 100px;*/
    position: relative;
}

    .stage-card:hover {
        /*background-color: #ccc;*/
        background-color: rgba(0,0,0,.03);
        cursor: pointer;
    }

.current-stage {
    /*background-color: rgba(0,0,0,.03);*/
    border-color: black;
    border-color: #1976D2; /* blue 700 */
}

.next-stage {
    /* border-color: black;*/
}

/*.Required {
        opacity: 0.6;
    }*/

.stage-button {
    padding: 1px 5px;
    border-radius: 3px;
}

.stage-button-current {
    padding: 1px 5px;
    border-radius: 3px;
    font-size: 18px;
}

.user-anybody {
    border-radius: 16px;
    box-sizing: border-box;
    cursor: default;
    padding: 0 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    background-color: rgb(250,250,250);
    background-color: #E3F2FD;
    color: rgba(0,0,0,0.87);
}

.user-everybody {
    border-radius: 16px;
    box-sizing: border-box;
    cursor: default;
   /* display: block;
    float: left;*/
    height: 32px;
    line-height: 32px;
    margin: 8px 8px 0 0;
    max-width: 100%;
    padding: 0 12px;
    position: relative;
    /*md-chip-content*/
    /*display: block;*/
    /*float: left;*/
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    
    font-size:13px;
    background-color: rgb(250,250,250);
    color: rgba(0,0,0,0.87);
}

.approv-status-pending {
    padding: 1px 5px;
    border-radius: 12px;
    color: black;
    background-color: #EEEEEE; /* gray 200*/
}

.approv-status-approved {
    padding: 1px 5px;
    border-radius: 12px;
    color: white;
    background-color: #4CAF50; /* green 500*/
}

.approv-status-disapproved {
    padding: 1px 5px;
    border-radius: 12px;
    color: white;
    background-color: #D50000;
    /*color: #D50000;
    font-weight: bold;
    font-size:12px;
    */
}


.separator-line {
    border-top: 1px solid;
    border-color: rgba(0, 55, 255, 0.12);
    height: 10px;
}

.sd-align-right {
    text-align: end;
}