html {
    font-size: 18px;
}

body {
    background-repeat: repeat-x;
    background-color: #ebebeb !important;
    margin: 0px;
    padding: 0px;
    font-family: Lato, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
    color: #1D1F27;
}


::selection {
    background: #00bff3;
    color: #ffffff;
    padding: 20px;
}



.red_orc {
    width: 12px;
    height: 12px;
    background-color: red;
    /* As 4 bordas s?lidas com 25px de espessura */
    margin-left: 9px;
}

* .green_orc {
    width: 12px;
    height: 12px;
    background-color: green;
    /* As 4 bordas s?lidas com 25px de espessura */
    margin-left: 9px;
}


/* ------
   layout
 */

.order {
    cursor: pointer;
}

.painel_label {
    font-family: Lato, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 0.66rem;
    color: #303030;
    padding-top: 10px;
}

.painel_label.white {
    color: white;
}

.painel_label.title {
    font-size: 0.75rem;
    color: #ABABAB;
}

.painel_porcentagem {
    font-family: Lato, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 0.75rem;
    color: #303030;
    padding-top: 5px;
}

.painel_porcentagem.white {
    color: white;
}

.painel_number {
    font-family: Lato, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 0.9rem;
    color: #303030;
}

.painel_number.white {
    color: white;
}

.painel_number_principal {
    font-family: Lato, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
    color: #303030;
    padding-bottom: 55px;
}

.painel_number_principal.white {
    color: white;
}

.painel_div {
    font-family: Lato, "Trebuchet MS", arial, helvetica;
    font-size: 35px;
    font-weight: normal;
    color: #dedede;
    margin-left: 15px;
    margin-right: 15px;
}

.painel_porc {
    text-align: center;
    padding-top: 6px;
    position: relative;
    float: right;
    background-color: #00bff3;
    width: 58px;
    height: 33px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-left: 20px;
}

.painel_porc_green {
    text-align: center;
    padding-top: 6px;
    position: relative;
    float: right;
    background-color: #00a651;
    width: 58px;
    height: 33px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-left: 20px;
}

.painel_porc_cinza {
    text-align: center;
    padding-top: 6px;
    position: relative;
    float: right;
    background-color: #000000;
    width: 58px;
    height: 33px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-left: 20px;
}

.painel_porc_number {
    font-family: Lato, "Trebuchet MS", arial, helvetica;
    font-size: 20px;
    font-weight: bolder;
    color: #ffffff;
}

.painel_min {
    font-family: Lato, "Trebuchet MS", arial, helvetica;
    font-size: 0.75rem;
    font-weight: bold;
    color: #000000;
}

.painel_bar_green {
    background-color: #00a651;
    width: 100px;
    height: 12px;
}

.painel_bar {
    background-color: rgba(238, 238, 238, 0.2);
    width: 100px;
    height: 4px;
    margin-bottom: 5px;
}

.painel_bar_white {
    background-color: #eeeeee;
    height: 4px;
    margin-top: 10px;
}

.painel_bar_red {
    background-color: #ed1c24;
    height: 4px;
    margin-top: 10px;
}

.painel_bar_blue {
    background-color: #5DB5EE;
    height: 4px;
    margin-top: 10px;
}

.painel_bar_black {
    background-color: #303030;
    height: 4px;
    margin-top: 10px;
}

.painel_bar_gray {
    background-color: #ABABAB;
    height: 4px;
    margin-top: 10px;
}

#toolbar {
    height: 50px;
    margin-bottom: -10px;
    padding-top: 9px !important;
    /* margin-top: 5px; */
    margin-right: -2px;
    color: #444444;
    background-color: #fff;
    padding: 3px 30px;
    white-space: nowrap;
    overflow: visible;
    outline: 0 none;
    filter: progid: DXImageTransform.Microsoft.Gradient(startColorStr=#ffffff, endColorStr=#ebebeb);
    -moz-box-shadow: 3px 3px 9px 2px #d2d2d2;
    -webkit-box-shadow: 3px 3px 9px 2px #d2d2d2;
    box-shadow: 3px 3px 8px 0px #d2d2d2;
    width: auto;
}

#logo {
    margin: -10px;
    margin-left: 45px;
    position: absolute;
    width: 120px;
    height: auto;
}

#main {
    width: fit-content;
    width: -moz-fit-content;
    min-width: 100%;
    background: #ffffff;
    padding: 0px 40px 40px 40px;
    margin-top: 20px;
    -moz-border-radius: 0px 4px 4px 4px;
    -moz-box-shadow: 3px 3px 9px 2px #d2d2d2;
    box-shadow: 3px 3px 9px 2px #d2d2d2;
}

.menu-row-principal {
    width: 100%;
    margin: 15px 0px 15px 0px;
    display: flex;
    align-content: space-between;
}

.menu-row-titulo {
    font-family: Lato, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
}

.menu-row-titulo p {
    font-size: 0.66rem;
}

.menu-row-titulo-email {
    font-weight: 600;
    color: #3899d7;
}

.menu-box-titulo {
    position: absolute;
    font-size: 14px;
    left: 40px;
    top: 20px;
}

.menu-box-titulo.white {
    color: white;
}

.menu-box {
    display: inline-flex;
    padding: 10px 0px 20px 0px;
    width: auto;
    border-radius: 4px;
    background-color: #464646;
    height: 180px;
    align-items: center;
}

.menu-box-white {
    display: inline-flex;
    padding: 10px 0px 20px 0px;
    border: 1px solid #C6C6C6;
    width: auto;
    border-radius: 4px;
    height: 180px;
    align-items: center;
}

.menu-row-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.menu-block {
    /* padding: 20px; */
    position: relative;
    top: 25px;
}

.menu-img {
    margin: 0px -25px 0px 0px;
    text-align: center;
}

.tour-titulo {
    font-size: 15px;
    color: #3899d7;
    font-family: Lato, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    text-transform: uppercase;
}

.tour-conteudo {
    font-size: 14px;
    font-family: Lato, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    color: #303030;
    width: 600px;
}

@media only screen and (max-width: 1555px) {
    .menu-row-right {
        display: flex;
        justify-content: center;
        width: auto;
        position: relative;
        margin-right: 5px;
        margin-left: 10px;
    }
    .menu-row-left {
        display: flex;
        justify-content: center;
        width: auto;
        position: relative;
        margin-bottom: 10px;
        margin-left: 10px;
    }
    .menu-row-principal {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .menu-row-top {
        display: block;
    }
    .menu-row-titulo {
        padding-bottom: 20px;
    }
}


/* Ajustando menu para dispositivos menores (tablet e celular) */

@media only screen and (max-width: 844px) {
    #abas #menu {
        margin-left: 0 !important;
        margin-top: 0 !important;
    }
    #abas {
        margin-top: 60px !important;
        margin-left: 40px !important;
    }
    #abas #menu #item.on {
        padding: 8px 20px 6px 20px !important;
    }
    #abas #menu #item {
        padding: 0 !important;
        line-height: 4 !important;
        margin-top: -33px !important;
        margin-right: 15px !important;
    }
}

@media (min-width: 844px) and (max-width: 1675px) {
    #abas #menu {
        margin-left: 0 !important;
        margin-top: 0 !important;
    }
    #abas {
        margin-top: 60px !important;
        margin-left: 60px !important;
    }
    #abas #menu #item.on {
        padding: 8px 50px 6px 50px !important;
    }
    #abas #menu #item {
        padding: 0 !important;
        margin-top: -33px !important;
        margin-right: 60px !important;
    }
}

/* Ajustando menu para dispositivos menores (tablet e celular) */


/* --------------- */

#box-titulo {
    margin-top: 10px;
    padding: 7px;
}

#box-titulo .titulo {
    font-family: Lato, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #201b18;
}

#box-titulo .subtitulo {
    font-family: Lato, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
    color: #646464;
}

.subtitulo-menor {
    font-family: Lato, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 0.75rem;
    color: #ababab;
}

h5.subtitulo {
    font-family: Lato, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    color: #ababab;
}

.label-title {
    font-family: Lato, Tahoma, arial, helvetica;
    font-size: 0.75rem;
    font-weight: bold;
    color: #242424;
}

hr.div-title {
    border: none 0;
    border-top: 1px dashed #ccc;
    width: 100%;
    height: 1px;
}

hr.no-line {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: 0;
}

.pag-label {
    font-family: Lato, tahoma, arial, helvetica;
    font-size: 0.75rem;
    color: #242424;
}


/* ------
   menu
 */

#abas {
    width: 95%;
    margin-left: 30px;
}

#abas #menu {
    margin-left: 190px;
    margin-top: -10px;
}

#abas #menu #item {
    float: left;
    position: relative;
    padding: 4px 22px 3px 22px;
    margin-top: -25px;
    margin-right: 30px;
    /* background-image: linear-gradient(top, #ffffff, #ced4d9);
    background-image: -moz-linear-gradient(top, #ffffff, #ced4d9); */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ced4d9');
    line-height: 3;
    text-transform: uppercase;
}

#abas #menu #item a {
    float: left;
    font-family: Lato, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
    color: #6f6f6e;
    text-decoration: none;
}

#abas #menu #item.on a {
    float: left;
    font-family: Lato, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--dark-primary);
    text-decoration: none;
    line-height: 21px;
}

#abas #menu #item.on {
    background-color: #fff;
    background-image: linear-gradient(top, #ffffff, #ffffff);
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
    background-image: -webkit-gradient( linear, 0% 0%, 0% 100%, from(#ffffff), to(#ffffff));
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff');
    color: "#0084c0";
    border: none;
    border-radius: 5px 5px 0 0;
    padding: 15px 50px 9px 50px;
    font-weight: 600;
    box-shadow: 0px -7px 7px -3px #d2d2d2;
}


/* ------
   forms
 */

form {
    margin: 0px;
    padding: 0px;
}

label {
    /* font: bold 0.75rem tahoma, arial, helvetica; */
    font-family: Lato, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #5d5d5d;
    font-size: 12px;
}

a.default {
    font: bold 0.75rem Lato, tahoma, arial, helvetica;
    color: #0084c0;
    text-decoration: none;
}

legend {
    font-family: Lato, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 0.75rem !important;
    color: #242424 !important;
    font-weight: bold !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    width: auto !important;
}

input:not(type="file") {
    font-family: Lato, tahoma;
    border: 2px solid #dadada;
    border-radius: 3px;
    font-size: 12px;
    padding: 5px;
    color: #808080;
}

input:focus {
    outline: none;
    border-color: #0084c0;
    box-shadow: 0 0 10px #d6d6d6;
}

input {
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    color: #808080;
    padding: 7px;
    font-size: 0.75rem !important;
}

/* textarea {
    font-family: Lato, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    border: 1px solid #dadada;
    border-radius: 3px;
    font-size: 0.75rem;
    padding: 5px;
    color: #808080;
}

textarea:focus {
    outline: none;
    border-color: #0084c0;
    box-shadow: 0 0 10px #d6d6d6;
} */

select {
    font-family: Lato, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #808080;
    border: 1px solid #dadada;
    border-radius: 4px;
    font-size: 0.75rem !important;
    padding: 7px;
    background-color: white!important;
}

select:disabled {
    background-color: buttonface!important;
}

select:focus {
    outline: none;
    border: 1px solid #a4a4a4;
    border-color: #0084c0;
    box-shadow: 0 0 10px #d6d6d6;
}

input[type="button"] {
    font-weight: 700;
    font-size: 12px !important;
    font-family: Lato, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    color: white;
    border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: var(--dark-grey);
    padding: 8px 24px 8px 24px;
    cursor: pointer;
    white-space: nowrap;
    overflow: visible;
    outline: 0 none/* removes focus outline in IE; */
;
    border: none;
}

/* input[type="button"]:hover,
button:focus {
    color: #363636;
    background-color: #b3b3b3;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
} */

input[type="button"]:active {
    border: none;
    color: #363636;
    background-color: #9c9c9c;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

input[type="button"].main {
    background-color: var(--dark-primary);
    color: #ffffff;
    padding: 8px 40px;
    border-radius: 4px;
    border: none;
}

input[type="button"].main:hover {
    background-color: #1f7eb9;
    color: #ffffff;
    border-radius: 4px;
    border: none;
}

input[type="button"].main:active {
    background-color: #1b75ad;
    color: #ffffff;
    border-radius: 4px;
}

input[type="button"].dis {
    background-image: linear-gradient(top, #bbbbbb, #bbbbbb);
    background-image: -moz-linear-gradient(top, #bbbbbb, #bbbbbb);
    background-image: -webkit-gradient( linear, 0% 0%, 0% 100%, from(#bbbbbb), to(#bbbbbb));
    filter: progid: DXImageTransform.Microsoft.Gradient(startColorStr=#BBBBBB, endColorStr=#BBBBBB);
    border: 1px solid #bbbbbb;
    color: #666666;
    cursor: default;
}

input[type="button"].dis:hover {
    background-image: linear-gradient(top, #bbbbbb, #bbbbbb);
    background-image: -moz-linear-gradient(top, #bbbbbb, #bbbbbb);
    background-image: -webkit-gradient( linear, 0% 0%, 0% 100%, from(#bbbbbb), to(#bbbbbb));
    filter: progid: DXImageTransform.Microsoft.Gradient(startColorStr=#BBBBBB, endColorStr=#BBBBBB);
    border: 1px solid #bbbbbb;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.4);
}

input[type="button"].dis:active {
    background-color: #ecc101;
    background-image: linear-gradient(top, #bbbbbb, #bbbbbb);
    background-image: -moz-linear-gradient(top, #bbbbbb, #bbbbbb);
    background-image: -webkit-gradient( linear, 0% 0%, 0% 100%, from(#bbbbbb), to(#bbbbbb));
    filter: progid: DXImageTransform.Microsoft.Gradient(startColorStr=#BBBBBB, endColorStr=#BBBBBB);
}


/* ------
   shortcut
 */

.navigateable {
    border: none !important;
    border-collapse: collapse;
}

.navigateable-scroll {
    border-collapse: collapse;
}

#mgrid th {
    font-family: Lato, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 0.75rem;
    font-weight: bold;
    color: #b8b8b8;
    text-align: left;
    border-bottom: 1px solid #d3d3d3;
    margin: 0;
    padding: 12px 0.5em;
    cursor: pointer;
}


/*********** ICONES ************/

.pg-icon-position {
    position: absolute;
    right: 30px;
    top: 10px;
}

.pg-icon-trash {
    display: inline-block;
}

.pg-icon-trash>span {
    content: "";
    background-image: url(../../../../../images/pg-theme/Ico-Excluir-Enabled.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
    display: inline-block;
    width: 25px;
}

.pg-icon-trash-disable>span {
    content: "";
    background-image: url(../../../../../images/pg-theme/Ico-Excluir-Disabled.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
    display: inline-block;
    width: 25px;
    cursor: not-allowed;
}

.pg-icon-trash>span:hover {
    background-image: url(../../../../../images/pg-theme/Ico-Excluir-Hover.png);
}

.pg-icon-open {
    display: inline-block;
}

.pg-icon-open>span {
    content: "";
    background-image: url(../../../../../images/pg-theme/Ico-Abrir-Enabled.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
    display: inline-block;
    width: 25px;
}

.pg-icon-open-disable>span {
    content: "";
    background-image: url(../../../../../images/pg-theme/Ico-Abrir-Disabled.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
    display: inline-block;
    width: 25px;
    cursor: not-allowed;
}

.pg-icon-open>span:hover {
    background-image: url(../../../../../images/pg-theme/Ico-Abrir-Hover.png);
}

.pg-icon-copy {
    display: inline-block;
}

.pg-icon-copy>span {
    content: "";
    background-image: url(../../../../../images/pg-theme/Ico-Copiar-Enabled.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
    display: inline-block;
    width: 25px;
}

.pg-icon-copy-disable>span {
    content: "";
    background-image: url(../../../../../images/pg-theme/Ico-Copiar-Disabled.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
    display: inline-block;
    width: 25px;
    cursor: not-allowed;
}

.pg-icon-copy>span:hover {
    background-image: url(../../../../../images/pg-theme/Ico-Copiar-Hover.png);
}

.pg-icon-edit {
    display: inline-block;
}

.pg-icon-edit>span {
    content: "";
    background-image: url(../../../../../images/pg-theme/Ico-Editar-Enabled.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
    display: inline-block;
    width: 25px;
}

.pg-icon-edit-disable>span {
    content: "";
    background-image: url(../../../../../images/pg-theme/Ico-Editar-Disabled.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
    display: inline-block;
    width: 25px;
    cursor: not-allowed;
}

.pg-icon-edit>span:hover {
    background-image: url(../../../../../images/pg-theme/Ico-Editar-Hover.png);
}

.pg-icon-user-permission {
    display: inline-block;
}

.pg-icon-user-permission>span {
    content: "";
    background-image: url(../../../../../images/pg-theme/Ico-UserPerm-Enabled.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
    display: inline-block;
    width: 25px;
}

.pg-icon-user-permission-disable>span {
    content: "";
    background-image: url(../../../../../images/pg-theme/Ico-UserPerm-Disabled.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
    display: inline-block;
    width: 25px;
    cursor: not-allowed;
}

.pg-icon-user-permission>span:hover {
    background-image: url(../../../../../images/pg-theme/Ico-UserPerm-Hover.png);
}

.pg-icon-int-user-permission {
    display: inline-block;
}

.pg-icon-int-user-permission>span {
    content: "";
    background-image: url(../../../../../images/pg-theme/Ico-PermInt-Enabled.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
    display: inline-block;
    width: 25px;
}

.pg-icon-int-user-permission-disable>span {
    content: "";
    background-image: url(../../../../../images/pg-theme/Ico-PermInt-Disabled.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
    display: inline-block;
    width: 25px;
    cursor: not-allowed;
}

.pg-icon-int-user-permission>span:hover {
    background-image: url(../../../../../images/pg-theme/Ico-PermInt-Hover.png);
}

.pg-icon-disable {
    display: inline-block;
}

.pg-icon-disable>span {
    content: "";
    background-image: url(../../../../../images/pg-theme/Ico-Desativar-Enabled.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
    display: inline-block;
    width: 25px;
}

.pg-icon-disable-disable>span {
    content: "";
    background-image: url(../../../../../images/pg-theme/Ico-Desativar-Disabled.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
    display: inline-block;
    width: 25px;
    cursor: not-allowed;
}

.pg-icon-disable>span:hover {
    background-image: url(../../../../../images/pg-theme/Ico-Desativar-Hover.png);
}

#mgrid td {
    font-family: Lato, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    text-align: left;
    font-size: 0.75rem;
    font-weight: normal;
    color: #303030;
    border-bottom: 1px solid #d3d3d3;
    margin: 0;
    padding: 0.6em 0.5em;
}

#mgrid tr.selected {
    background-color: #d6d9ec;
    color: #000000;
}

#mgrid tr.selected a {
    color: white;
}

.td-pag-top {
    border-top: 1px solid #e9e9e9;
    margin-top: 3px;
}

.td-pag-bottom {
    border-bottom: 1px solid #e9e9e9;
}

#mgridlote th {
    font-family: Lato, tahoma;
    font-size: 0.75rem;
    font-weight: normal;
    color: #000000;
    background: #ebeadb;
    border-bottom: 2px solid #cbc7b8;
    border-right: 1px solid #aca899;
    margin: 0;
    padding: 6px 0.5em;
    cursor: hand;
}

#mgridlote td {
    font-family: Lato, tahoma;
    font-size: 0.75rem;
    font-weight: normal;
    color: #000000;
    border-right: 1px dashed #ccc;
    border-bottom: 1px solid #e2e1d8;
    margin: 0;
    padding: 4px 0.5em;
}

#mgridlote tr.selected {
    background-color: #d6d9ec;
    color: #000000;
}

#mgridlote tr.selected a {
    color: white;
}


/* ------
   shortcut
 */

#cpanel {
    text-align: center;
    vertical-align: middle;
}

#cpanel div.icon {
    margin: 3px;
}

#cpanel div.icon a {
    display: block;
    float: left;
    height: 80px !important;
    height: 80px;
    width: 80px !important;
    width: 80px;
    vertical-align: middle;
    text-decoration: none;
    border: 1px solid #ddd;
    padding: 2px 5px 1px 5px;
}

#cpanel div.icon a:link {
    color: #808080;
}

#cpanel div.icon a:hover {
    color: #333;
    background-color: #deeec5;
    border: 1px solid #7fbd20;
    padding: 3px 4px 0px 6px;
}

#cpanel div.icon a:active {
    color: #808080;
}

#cpanel div.icon a:visited {
    color: #808080;
}

#cpanel div.icon img {
    margin-top: 13px;
}

#cpanel div.icon span {
    display: block;
    padding-top: 3px;
}

.menu-icon {
    font-family: Lato, tahoma, arial;
    font-size: 0.75rem;
    color: #242424;
    font-weight: bold;
}


/* ------
   mensagens de retorno
 */

.message {
    padding: 10px;
    margin-bottom: 10px;
    -moz-box-shadow: 4px 4px 4px 0px #eaeaea;
    -webkit-box-shadow: 4px 4px 4px 0px #eaeaea;
    box-shadow: 4px 4px 4px 0px #eaeaea;
    position: relative;
    width: 98%;
    height: auto;
    font: normal 13px Lato, tahoma, helvetica, arial;
}

.message h3 {
    margin-top: 0;
    padding: 0 !important;
    border: none !important;
    font: bold 14px Lato, tahoma, helvetica, arial;
}

.message p {
    margin-bottom: 0;
    font: normal 12px Lato, tahoma, helvetica, arial;
}

.message.info {
    border: 1px solid #cadcea;
    background-color: #e1f2fc;
    color: #225b86;
}

.message.info h3 {
    color: #225b86;
    text-shadow: 0 1px 0 #fff;
}

.message.error {
    border: 1px solid #eeb7ba;
    background-color: #fae2e2;
    color: #be4741;
}

.message.error h3 {
    color: #be4741;
    text-shadow: 0 1px 0 #fff;
}

.message.success {
    border: 1px solid #b8c97b;
    background: #e5edc4;
    color: #3f7227;
}

.message.success h3 {
    color: #3f7227;
    text-shadow: 0 1px 0 #fff;
}

.message.warning,
.message.notice {
    border: 1px solid #e5dbaa;
    background: #fffbc0;
    color: #6d7829;
}

.message.warning h3 {
    color: #6d7829;
    text-shadow: 0 1px 0 #fff;
}

.message .message-close {
    cursor: pointer;
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -10px;
    right: -10px;
    zoom: 1;
}

.message:hover .message-close {
    background: transparent url(../../../images/close-icon.png) no-repeat 0 0;
}


/* ------
   progress bar
 */

.progress {
    /*border: 1px solid #ccc;*/
    position: relative;
    display: block;
    height: 22px;
    padding: 0;
    min-width: 100px;
    margin: 4px 0;
    background: #dedede;
    background-color: #e9ecef70 !important;
    background: -webkit-gradient( linear, left top, left bottom, from(#ccc0), to(#e9e9e900));
    background: -moz-linear-gradient(top, #ccc0, #e9e9e900);
    -pie-background: linear-gradient(top, #ccc0, #e9e9e900);
    /*-moz-box-shadow: 0 1px 0 #fff;*/
    /*-webkit-box-shadow: 0 1px 0 #fff;*/
    /*box-shadow: 0 1px 0 #fff;*/
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    width: 300px;
}

.progress span {
    display: block;
    height: 20px;
    margin: 0;
    text-align: center;
    padding: 0;
    position: relative;
    width: 0;
    font-size: 0.75rem;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.progress span b {
    color: #fff;
    line-height: 20px;
    padding-left: 2px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.progress.progress-blue span {
    border: 1px solid #0078a5;
    background-color: #5c9ade;
    background: -moz-linear-gradient(top, #00adee 10%, #0078a5 90%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.1, #00adee), color-stop(0.9, #0078a5));
    -pie-background: linear-gradient(top, #00adee 10%, #0078a5 90%);
}

.progress.progress-green span {
    border: 1px solid #5c9425;
    background-color: #77af3f;
    background: -moz-linear-gradient(top, #8fc857 10%, #5c9425 90%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.1, #8fc857), color-stop(0.9, #5c9425));
    -pie-background: linear-gradient(top, #8fc857 10%, #5c9425 90%);
}

.progress-orange span {
    border: 1px solid #f47a20;
    background-color: #faa51a;
    background: -moz-linear-gradient(top, #faa51a 10%, #f47a20 90%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.1, #faa51a), color-stop(0.9, #f47a20));
    -pie-background: linear-gradient(top, #faa51a 10%, #f47a20 90%);
}

.progress-red span {
    border: 1px solid #a92c2c;
    background-color: #c44747;
    background: -moz-linear-gradient(top, #dd5f5f 10%, #a92c2c 90%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.1, #dd5f5f), color-stop(0.9, #a92c2c));
    -pie-background: linear-gradient(top, #dd5f5f 10%, #a92c2c 90%);
}


/* slide painel topo */

#slide-panel {
    width: 100%;
    background-color: #fff;
    display: none;
    height: 240px;
    margin: auto;
    border-bottom: 1px solid #242424;
}

.slide {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.btn-slide:link,
.btn-slide:visited {
    color: #fff;
    display: block;
    font-size: 0.75rem;
    height: 18px;
    padding: 3px 0 0px 0;
    text-align: center;
    text-decoration: none;
    width: 100px;
    background-color: #242424;
    font-family: Lato, tahoma;
}


/* mensagens de retorno */

.error,
.notice,
.success {
    font-family: Lato, "Trebuchet MS", arial, helvetica;
    font-size: 0.75rem;
    width: 100%;
    padding: 0.4em;
    border-bottom: 2px solid #ddd;
    border-top: 2px solid #ddd;
}

.error {
    background: #fbe3e4;
    color: #8a1f11;
    border-color: #fbc2c4;
}

.notice {
    background: #fff6bf;
    color: #514721;
    border-color: #ffd324;
}

.success {
    background: #e6efc2;
    color: #264409;
    border-color: #c6d880;
}

#btn-success {
    background: #ffffff;
    width: 95%;
    margin-left: 16px;
    padding: 10px;
    /* bordas */
    border-top: 1px solid #4cae4c;
    border-left: 1px solid #4cae4c;
    border-right: 1px solid #4cae4c;
    border-bottom: 1px solid #4cae4c;
    /* rounded */
    -moz-border-radius: 0px 4px 4px 4px;
    -webkit-border-radius: 0px 4px 4px 4px;
    border-radius: 0px 4px 4px 4px;
    /* drop shadow */
    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000;
}

.btn-primary-pg {
    font-size: .75rem !important;
    font-family: Lato, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    color: #fff !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: #3899d7;
    padding: 0.75rem 60px;
    cursor: pointer;
    white-space: nowrap;
    overflow: visible;
    outline: 0 none/* removes focus outline in IE; */
;
    border: none;
}

.text-primary-pg {
    color: #3899d7;
}

.btn-primary-pg:hover {
    color: #fff;
    background-color: #1f7eb9;
    text-decoration: none;
}

input[type="button"].btn-success {
    background-image: linear-gradient(top, #b1ffb1, #4cae4c);
    background-image: -moz-linear-gradient(top, #b1ffb1, #4cae4c);
    background-image: -webkit-gradient( linear, 0% 0%, 0% 100%, from(#b1ffb1), to(#4cae4c));
    filter: progid: DXImageTransform.Microsoft.Gradient(startColorStr=#B1FFB1, endColorStr=#4cae4c);
    border: 1px solid #64f164;
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
}

input[type="button"].btn-success:hover {
    border: 1px solid #0fb404;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

#btn-danger {
    background: #ffffff;
    width: 95%;
    margin-left: 16px;
    padding: 10px;
    /* bordas */
    border-top: 1px solid #4cae4c;
    border-left: 1px solid #4cae4c;
    border-right: 1px solid #4cae4c;
    border-bottom: 1px solid #4cae4c;
    /* rounded */
    -moz-border-radius: 0px 4px 4px 4px;
    -webkit-border-radius: 0px 4px 4px 4px;
    border-radius: 0px 4px 4px 4px;
    /* drop shadow */
    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000;
}

input[type="button"].btn-danger {
    background-image: linear-gradient(top, #ffc0be, #fb706c);
    background-image: -moz-linear-gradient(top, #ffc0be, #fb706c);
    background-image: -webkit-gradient( linear, 0% 0%, 0% 100%, from(#ffc0be), to(#fb706c));
    filter: progid: DXImageTransform.Microsoft.Gradient(startColorStr=#FFC0BE, endColorStr=#FB706C);
    border: 1px solid #ff9592;
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
}

input[type="button"].btn-danger:hover {
    border: 1px solid #6f100d;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.hidden {
    display: none;
}

.tabela-alert {
    border: solid 1px #ffd324;
}

.tabela-alert thead tr td {
    background: #ffd324;
    font-weight: bold;
}

.tabela-alert tbody tr td+td,
.tabela-alert thead tr td+td {
    text-align: center;
}

.tabela-alert tr td {
    padding: 5px;
    border-bottom: solid 1px #ffd324;
}

.dropdown-menu {
    min-width: 300px;
}

.dropdown-menu li,
.dropdown-menu-nav li {
    display: block;
    text-align: left;
    list-style: none;
    padding: 0 1px;
}


.header-user.show .dropdown-menu li.current-user {
    padding: 8px 12px;
}

.dropdown-divider,
.divider {
    height: 0;
    margin: 4px 0;
    overflow: hidden;
    border-top: 1px solid #dfdfdf;
}

.dropdown-menu li,
.dropdown-menu-nav li {
    display: block;
    text-align: left;
    list-style: none;
    padding: 0 1px;
    line-height: 25px;
}

.dropdown-menu .divider,
.dropdown-menu-nav .divider {
    height: 1px;
    margin: 0.25rem 0;
    padding: 0;
    background-color: #dfdfdf;
}

.dropdown-menu .divider,
.dropdown-menu-nav .divider {
    height: 1px;
    margin: 0.25rem 0;
    padding: 0;
    background-color: #dfdfdf;
}

.header-user.show .dropdown-menu li.current-user .user-name {
    display: block;
}

.bold {
    font-weight: 600;
}

.dropdown-menu li>a,
.dropdown-menu li button,
.dropdown-menu li .menu-item,
.dropdown-menu-nav li>a,
.dropdown-menu-nav li button,
.dropdown-menu-nav li .menu-item {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: block;
    font-weight: 400;
    position: relative;
    padding: 8px 12px;
    color: #2e2e2e;
    line-height: 16px;
    white-space: normal;
    overflow: hidden;
    text-align: left;
    width: 100%;
    font-size: 14px;
}

.erro_validate {
    border: solid 1px #ff0000ad!important;
}

.loading-icon {
    width: 100%;
    position: relative;
    padding-top: 50px;
    text-align: center;
    color: #0098da;
}
*:disabled{
    cursor: not-allowed !important;
}

.text-success{
    color: #55B894 !important;
}

.text-error{
    color: #F04E37 !important;
}

.text-warning{
    color: #D3D92B !important;
}

.popover-shadow{
    box-shadow: 0px 1px 2px 1px lightgrey;
}

.popover{
    font-size: 12px !important;
    max-width: 370px !important;
}

.centered{
    position:absolute;
    top: 40%;
}

.pointer-event-off{
    pointer-events: none;
}
@media (min-width: 960px) {
    /* .container {
        max-width: calc(100% - 80px) !important;
    } */

    .min-h-md-225{
        min-height: 225px !important;
    }
}

.pointer{
    cursor: pointer;
}
.font-size-12{
    font-size: 12px !important;
}

.font-size-15{
    font-size: 15px !important;
}



button[type="button"]:disabled:not(.v-btn.v-btn--flat.v-btn--text.v-btn--rounded.v-btn--disabled.theme--light, .border-1, .border-dashed-1, .pg-secondary, .pg-tertiary),
input[type="button"]:disabled,
button[type="submit"]:disabled,
.bg-disabled,
.bg-disabled:hover,
.bg-disabled:focus,
button[type="button"].disabled:not(.dropdown-toggle):not(.bootstrap-select),
input[type="button"].disabled:not(.dropdown-toggle):not(.bootstrap-select):hover,
button[type="submit"].disabled:not(.dropdown-toggle):not(.bootstrap-select):focus{
    border: 1px dashed #8E8E8E !important;
    background-color: unset !important;
    border-radius: 'disabled ? 0px : 4px';
    opacity: 1;
    letter-spacing: 0px;
    color: #8E8E8E !important;
    cursor: not-allowed !important;
    box-shadow: unset !important;
}

div.required-content:after{
    font-size: x-small !important;
    color: #ABABAB;
    content: '*Campo Obrigatorio';
}

.x-small{
    font-size: x-small !important;
}

/* input.erro_validate, select.erro_validate, textarea.erro_validate {
    border: solid 1px #ff0000ad!important;
}

input.invalid_field, select.invalid_field, textarea.invalid_field {
    border: solid 1px #ff0000ad!important;
} */



label.invalid_field{
    color: #ff0000ad !important;
}

label.invalid_field:after{
    margin-left: .5em;
    color: #ff0000ad !important;
    font: bold 0.75rem tahoma, arial, helvetica;
    font-family: Lato, "Font Awesome 5 Free";
    content: '\f12a';
    display: inline-block;
}

.invalid_field.invalid_feedback{
    color: #ff0000ad !important;
    display: inline-block;
}


label.valid_field:after{
    margin-left: .5em;
    color: #55B894 !important;
    font: bold 12px tahoma, arial, helvetica;
    font-family: Lato, "Font Awesome 5 Free";
    content: "\f00c" ;
    display: inline-block;
}

.btn.btn-sm {
    font-size: .82rem;
}

.button-icon.excluir:after, .color-label>span.excluir:before{
    content: '\f1f8';

    font: bold 0.82rem tahoma, arial, helvetica;
    font-family: Lato, "Font Awesome 5 Free";
    display: inline-block;
}

.button-icon.filtro:after, .color-label>span.filtro:before{
    content: '\f0b0';

    font: bold 0.82rem tahoma, arial, helvetica;
    font-family: Lato, "Font Awesome 5 Free";
    display: inline-block;
}


.button-icon.comments:after, .color-label>span.comments:before{
    content: '\f086';

    font: bold 0.82rem tahoma, arial, helvetica;
    font-family: Lato, "Font Awesome 5 Free";
    display: inline-block;
}

.button-icon.lista:after, .color-label>span.plus:before{

    font: bold 0.82rem tahoma, arial, helvetica;
    font-family: Lato, "Font Awesome 5 Free";
    display: inline-block;
    content: '\f03a';
}


.button-icon.plus:after, .color-label>span.plus:before{

    font: bold 0.82rem tahoma, arial, helvetica;
    font-family: Lato, "Font Awesome 5 Free";
    display: inline-block;
    content: '\f067';
}
.button-icon.csv:after{
    margin-left: 1em;
    font: bold 0.82rem tahoma, arial, helvetica;
    font-family: Lato, "Font Awesome 5 Free";
    display: inline-block;
    content: '\f6dd';
}
.button-icon.file:after{
    margin-left: 1em;
    font: bold 0.82rem tahoma, arial, helvetica;
    font-family: Lato, "Font Awesome 5 Free";
    display: inline-block;
    content: '\f15c';
}
.d-grid{
    display: grid;
}


.button-icon.clock:after, .color-label>span.clock:before{

    font: bold 0.82rem tahoma, arial, helvetica;
    font-family: Lato, "Font Awesome 5 Free";
    display: inline-block;
    content: '\f017';
}


.button-icon.sync-alt:after, .color-label>span.sync-alt:before{

    font: bold 0.82rem tahoma, arial, helvetica;
    font-family: Lato, "Font Awesome 5 Free";
    display: inline-block;
    content: '\f021 ';
}

.button-icon.check:after, .color-label>span.check:before{

    font: bold 0.82rem tahoma, arial, helvetica;
    font-family: Lato, "Font Awesome 5 Free";
    display: inline-block;
    content: '\f00c';
}

.button-icon.stop-circle:after, .color-label>span.stop-circle:before{

    font: bold 0.82rem tahoma, arial, helvetica;
    font-family: Lato, "Font Awesome 5 Free";
    display: inline-block;
    content: '\f28d';
}

.button-icon.pause:after, .color-label>span.pause:before{

    font: bold 0.82rem tahoma, arial, helvetica;
    font-family: Lato, "Font Awesome 5 Free";
    display: inline-block;
    content: '\f04c';
}

.button-icon.calendar:after, .color-label>span.calendar:before{

    font: bold 0.82rem tahoma, arial, helvetica;
    font-family: Lato, "Font Awesome 5 Free";
    display: inline-block;
    content: '\f073';
}


.button-icon.play:after, .color-label>span.play:before{

    font: bold 0.82rem tahoma, arial, helvetica;
    font-family: Lato, "Font Awesome 5 Free";
    display: inline-block;
    content: '\f04b';
}

.button-icon.grid:after, .color-label>span.grid:before{

    font: bold 0.82rem tahoma, arial, helvetica;
    font-family: Lato, "Font Awesome 5 Free";
    display: inline-block;
    content: '\f0ce';
}

.button-icon.tabla:after, .color-label>span.tabla:before{

    font: bold 0.82rem tahoma, arial, helvetica;
    font-family: Lato, "Font Awesome 5 Free";
    display: inline-block;
    content: '\f0ce';
}
.button-icon.ban:after, .color-label>span.ban:before{

    font: bold 0.82rem tahoma, arial, helvetica;
    font-family: Lato, "Font Awesome 5 Free";
    display: inline-block;
    content: '\f05e';
}
.filtro-content{
    box-shadow: 0px 14px 9px -10px #6868686e;
    padding-bottom:20px;
}

.button-icon:after{
    margin-left: 1em;
}

.color-label>span:before{
    margin-right: 1em;
}
.pg-icon-trash-enabled>span {
    content: "";
    background-image: url(../../../../../images/pg-theme/Ico-Excluir-Hover.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
    display: inline-block;
    width: 25px;
}

.form-control-sm, .btn.btn-sm{
    min-height: calc(1.5em + 0.5rem) !important;
}

.border-2 {
    border-width: 2px !important; }

.invisible-bar{
    opacity: 0;
}

.btn-success{
    color: white !important;

}
.bg-grey{
    background-color: #e9ecef !important;
}

.progress-bar-striped.bg-grey{
        background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.7) 25%,
                        transparent 25%,
                        transparent 50%,
                        rgba(255, 255, 255, 0.7) 50%,
                        rgba(255, 255, 255, 0.7) 75%,
                        transparent 75%, transparent);
}
.progress-bar-striped.bg-grey{
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.7) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.7) 50%,
    rgba(255, 255, 255, 0.7) 75%,
    transparent 75%, transparent);
}

.table>tbody>tr>td.break-word, .break-word{
    word-wrap: break-word !important;
    word-break: break-all !important;
    white-space: unset !important;
}



.dropdown-menu li.disabled{
    cursor: not-allowed !important;
    background: #efefef !important;
}


.dropdown-menu li.disabled>a{
    cursor: not-allowed !important;
    background: #efefef !important;
}

.font-82rem{
    font-size: .82rem !important;
}
.font-13rem{
    font-size: 1.3rem !important;
}
.font-2rem{
    font-size: 2rem !important;
}
.font-1rem{
    font-size: 1rem !important;
}
.font-7rem{
    font-size: 7rem !important;
}
.font-65rem{
    font-size: 0.65rem !important;
}

.min-h-155{
    min-height: 155px !important;
}

.btn-detalhe-card{
    position: absolute;
    right: 0; 
}
.min-h-60{
    min-height: 60px !important;
}

.min-h-130{
    min-height: 130px !important;
}

.min-h-225{
    min-height: 225px !important;
}

.max-h-155{
    max-height: 155px !important;
    overflow-y: auto;
    overflow-x: auto;
}

.max-h-200{
    max-height: 200px !important;
    overflow-y: auto;
    overflow-x: hidden;
}


.text-medium-grey{
    color: #B8B8B8;
}

.outline-off{
    outline: unset !important;
}

.d-inline-grid{
    display: inline-grid;
}

.btn.btn-no-focus:focus{
    box-shadow: unset !important;
}


.bootstrap-select>.dropdown-toggle {
    background-color: white;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder:disabled, .bootstrap-select>.dropdown-toggle.bs-placeholder.disabled{
    border: 1px solid #8E8E8E !important;
}

.resize-none{
    resize: none;
}

.introjs-showElement{
    pointer-events: none;
}



/* dashboard */


@media (max-width: 576px) {
    
    .col-sm-dashboard{
        width: 33%!important;
    }
}

@media (max-width: 960px) {
    
    .order-dashboard{
         display: none!important;
    }
}

@media (max-width: 960px) and (min-width: 640px) {
    
    .search-dashboard{
        padding-top: 11px!important;
    }
}


@media (max-width: 641px) and (min-width: 432px) {
    
    .search-dashboard{
        padding-top: 5px!important;
    }
}

@media (max-width: 433px){
    
    .search-dashboard{
        padding-top: 26px!important;
    }
}


@media (min-width: 960px) and (min-width: 433px) {
    
    .select-personalizar-dashboard{
        width: 55%!important;
    }
}

@media (max-width: 459px){
    .button-acao-individual{
        margin-top: 1rem !important;
    }
}

.padding-top {
    padding-top: 10px;
}

.middle-div{
    display: table-cell;
    vertical-align: middle;
    height: 35px;
}


.dhx_widget.dhx_popup{
    z-index: 2000 !important;
}
.overflow-wrap{
    overflow-wrap: anywhere !important;
}

.button-styled {
    background-color: white;
    color: black;
    border: 1px solid #aaaaaa;
    border-bottom: 0px;
    padding: 8px 65px 8px 12px;
    margin-right: 5px;
    cursor: pointer;
    outline: none;
    display: inline-block;
    position: relative;
    border-radius: 6px 6px 0 0;
}

.button-styled:focus {
    outline: none;
    color: black;
}

.button-styled .badge {
    color: white;
    padding: 2px 6px;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    right: 5px;
    min-width: 44px;
    transform: translateY(-50%);
}

.button-styled:hover {
    background-color: #f9f9f9;
}

.button-styled.selected {
    background-color: #f0f0f0;
}

/* Estilos específicos para cada badge */
.badge-yes {
    background-color: #1ab394;
}

.badge-no {
    background-color: #0f6755;
}

.badge-others {
    background-color: #1c84c6;
}

.badge-waiting {
    background-color: #aaaaaa;
}

.badge-timeout {
    background-color: #ecc101;
}

.badge-finished {
    background-color: #00a651;
}