body {
    margin: 0;
    padding: 0;
}

/*.dx-overlay-shader {
    z-index: 9500 !important;
}*/

.modal-backdrop {
    z-index: 0 !important;
}

.linhaCabecalho {
    display: flex;
}

.columnCabecalho {
    display:inline-flex;
    text-align: center;
}

.customIputTime {
    border-top: none;
    border-left: none;
    border-right: none;
    background: transparent;
}

.columnMaquina {
    display: inline-flex;
}

.linhaMaquina {
    display: flex;
}

.arrayMaquinas {
    width:100%;
}

.cabecalhoMaquinas {
    width:100%;
}

.popup_EditarTempo .dx-field-label {
    font-size: 16px;
    color: black;
}

/*02/01/2019*/
.popFuncOF .dx-popup-content {
    padding: 5px !important;
}

.horizontalScrollClass .dx-scrollview-content {
    display: flex !important;
}

.horizontalScrollClassColumn .dx-scrollview-content {
    display: flex !important;
    flex-direction: column;
}

.horizontalScrollClassRow .dx-scrollview-content {
    display: flex !important;
    flex-direction: row;
}

/*** MENU ***/
.menu {
    font-family: 'Roboto', sans-serif;
    background-color: #1D1F20;
    background-image: linear-gradient(145deg, #1D1F20, #404348);
}

.menu-header {
    text-align:left;
    border-bottom: 1px solid #2a2d2f;
    padding: 20px 0 20px 60px;
    background: url(img/testeCP.png) no-repeat 15px 15px;
    background-size: 32px;
}

.menu-header-title {
    font-weight: 400;
    letter-spacing: 0.5px;
    margin: 0;
    color: white;
}

.menu a {
    color: #fff;
    text-decoration: none;
}

.menu-section-list a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
}

.menu-section-list a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    text-decoration: none;
}

.menu-section-list div {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
}

.menu-section-list div:hover {
    background-color: rgba(255, 255, 255, 0.1);
    text-decoration: none;
}

.menu-section {
    margin: 25px 0;
}

.menu-section-list {
    padding: 0;
    margin: 10px 0;
    list-style: none;
}

.menu-section-title {
    text-transform: uppercase;
    color: #85888d !important;
    font-weight: 200 !important;
    font-size: 13px !important;
    letter-spacing: 1px;
    padding: 0 20px;
    margin: 0;
}

#menu_alt.slideout-menu{
    left:0;
    right:auto;
    text-align:left;
}

.slideout-menu {
    text-align: right;
    position: fixed;
    left: auto;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 256px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
}

.slideout-panel {
    position: relative;
    z-index: 1;
    will-change: transform;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    overflow: hidden;
}

.slideout-open .slideout-menu {
    display: block;
}

/*** /MENU ***/

/*** Table Styles **/

.tableHeader {
    background: white;
  border-radius:3px;
  border-collapse: collapse;
  margin: auto;
  padding:5px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
  padding:0px;
  float:left;
}

.tableHeader .colC {
    float:left;
}

.tableHeader .colHeader {
color:#D5DDE5;
  background:#1b1e24;
  border-bottom:4px solid #9ea7af;
  border-right: 1px solid #343a45;
  font-size:14px;
  font-weight: 100;
  padding:16px;
  text-align:center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align:middle;
  height:50px;
}

.tableHeader .colHeaderTerm {
    color: #D5DDE5;
    background: #1b1e24;
    border-bottom: 4px solid #9ea7af;
    border-right: 1px solid #343a45;
    font-size: 14px;
    font-weight: 100;
    padding: 16px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    vertical-align: middle;
    height: 100px;
}

.tableContent .rowTotal {
    width:100%;
    float:left;
     border-top: 1px solid #C1C3D1;
  border-bottom: 1px solid #C1C3D1;
}

.tableContent .rowContainer {
        float:left;
}

.tableContent .rowContent {
  background:#FFFFFF;
  padding:10px;
  text-align:center;
  vertical-align:middle;
  font-weight:300;
  font-size:14px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #C1C3D1;
  height:80px;
}

.hauto .rowContent {
    height: auto;
}
  
tr {
  border-top: 1px solid #C1C3D1;
  border-bottom: 1px solid #C1C3D1;
  color:#666B85;
  font-size:16px;
  font-weight:normal;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
 
/*tr:hover td {
  background:#4E5066;
  color:#FFFFFF;
  border-top: 1px solid #22262e;
  border-bottom: 1px solid #22262e;
}*/
 
tr:first-child {
  border-top:none;
}

tr:last-child {
  border-bottom:none;
}
 
/*tr:nth-child(odd) td {
  background:#EBEBEB;
}
 
tr:nth-child(odd):hover td {
  background:#4E5066;
}*/

tr:last-child td:first-child {
  border-bottom-left-radius:3px;
}
 
tr:last-child td:last-child {
  border-bottom-right-radius:3px;
}
 
td {
  background:#FFFFFF;
  padding:10px;
  text-align:center;
  vertical-align:middle;
  font-weight:300;
  font-size:14px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #C1C3D1;
}

td:last-child {
  border-right: 0;
}

th.text-left {
  text-align: left;
}

th.text-center {
  text-align: center;
}

th.text-right {
  text-align: right;
}

td.text-left {
  text-align: left;
}

td.text-center {
  text-align: center;
}

td.text-right {
  text-align: right;
}

.amarelo .rowContent {
    background-color: khaki;
}

.headerList {
    background-color: #1C86BA;
    color: white;
    text-align: center;
    border-top: 4px solid #0F3F56;
    border-bottom: 4px solid #0F3F56;
    font-size: 16px;
    line-height: 30px;
    border-right: 1px solid #0F3F56;
}

.leightT {
    line-height: 20px;
}

.listDetails .dx-scrollview-content {
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
}

.leight48{
    line-height: 48px;
}

.daDb .rowContent {
    background-color: #0f9d58;
}

.dx-list-item-content:before {
    content: none;
}

.leightTr {
    line-height: 16px;
    height:32px !important;
}

.tableContent .rowContent2 {
  background:#FFFFFF;
  padding:10px;
  text-align:center;
  vertical-align:middle;
  font-weight:300;
  font-size:14px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #C1C3D1;
  height:30px;
  line-height:30px;
}

    #checkCont .dx-checkbox-icon{
        height: 32px;
        width: 32px;
    }

    #checkCont .dx-checkbox-text {
        font-size: 16px;
    }

    .heightA {
        height: 60px !important;
        line-height: 30px !important;
    }

    .tsH {
    line-height: 36px;
}


.listaMovs .dx-scrollview-content{
    padding-top: 0px;
    padding-bottom: 0px;
}

.listaMovs .dx-list-item-content{
    padding:0px;
}

.backKey {
    background: white;
    padding: 20px 0px;
    border: 1px solid #efefef;
    text-align: center;
}

.vermelho .rowContent {
    background-color: tomato;
    /*color: white;*/
}

.cinzTroca .rowContent {
    background-color: #99B7B7;
    color: black;
}

.negativo {
    background-color: tomato !important;
}

.reduzirPaddingList .dx-list-item-content p {
    line-height:39px;
    margin-bottom:0px;
}

.reduzirPaddingList .dx-list-item-content {
    padding:5px;
}

.dxRedInvert.dx-button.dx-button-success .dx-button-text, .dxRedInvert.dx-button.dx-button-success .dx-icon {
    color: white;
    background-color: #dd3535 !important;
}

.dxRedInvert.dx-button.dx-button-danger .dx-icon {
    color:white;
}

.dxRedInvert {
    background-color: #dd3535 !important;
    color:white,
}

.dxSuccessInvert .dx-icon {
    color:white;
}

.dxSuccessInvert .dx-button-text {
    color:white;
}

.dxSuccessInvert.dx-button.dx-button-success .dx-button-text, .dxSuccessInvert.dx-button.dx-button-success .dx-icon {
    color: white;
    background-color:#0F9D58!important;
}

.dxSuccessInvert {
    background-color:#0F9D58!important;
}

.dxSuccessInvert2 {
    background-color: #1c86ba !important
}

.dxSuccessInvert3 {
    background-color: #4fa1b3 !important;
}

.dsi .dx-icon {
    color:white;
} 
.dsi .dx-button-text {
    color:white;
}

.nbMaior input.dx-texteditor-input {
    font-size: 20px;
    font-weight: bold;
}

.rdGroupTeste .dx-item.dx-radiobutton {
    float:left;
}

#cabecalhoDetalhes .dx-field-label {
    padding-top: 0px;
    padding-bottom: 0px;
}#cabecalhoDetalhes .dx-field-value {
    padding-top: 0px;
    padding-bottom: 0px;
}

 .testeResp .dx-texteditor-container {
     margin: 0;
 }

 .testeResp .dx-texteditor-input {
     padding: 8px 0 0px;
 }

 .testeResp .dx-field-label {
     padding: 0px 0 0px 0;
 }

 .testeResp2 {
     padding-top: 0px;
     padding-bottom: 0px;
     line-height: 80px
 }

@media (min-width: 768px) {
    .container2.container {
        width: 1200px;
        max-width: 100%;
    }
}

.tt .col-sm-4 {
    text-align: center;
    border: 1px solid #d3d3d3;
}

.spacer {
    margin-top: 20px; /* define margin as you see fit */
}

.spacerB {
    margin-bottom: 20px;
}

.testLabel {
    background-color: #008091;
    padding: 5px;
    text-align: center;
    color: white;
    text-shadow: 0px 1px #00bcd4;
}

#contentLayout:before {
  content: '';
  display: block;
  background-color: rgba(0,0,0,0);
  transition: background-color 0.5s ease-in-out;
}

.contentLayout-open:before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(71, 71, 71, 0.79) !important;
  z-index: 99;
}

.headerColRegisto {
    width: 25%;
    float: left;
    background-color: #00bcd4;
    color: white;
    padding: 5px 0 5px 0;
    text-align: center;
    border-bottom: 2px solid grey;
}

.colRegisto {
    width: 25%;
    float: left;
    padding: 5px 0 5px 5px;
    background-color: white;
    text-align:center;
    border-bottom: 1px solid #d6d6d6;
}

.dx-button-khaki {
    background-color: khaki;
}

.dx-button-khaki .dx-button-text{
    color:black;
}

.dx-button-khaki .dx-icon{
    color:black;
}

.pAcabamentos *{
    box-sizing:content-box;
}

.dx-button-content {
    box-sizing: border-box;
}

.dx-button-testenovo {
    background-color: #0f9d58 !important;
}

.dx-button-testenovo .dx-icon {
    color:white !important;
}


.headerRegistoLivre {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-left: 0px !important;
    margin-right: 0px !important;
    border-bottom: 3px solid white;
}

.headerRegistoLivre > div {
    background-color: #00adc3;
    padding: 10px;
    text-align: center;
    color: white;    
    border-right: 1px solid white;
}

.headerRegistoLivre > div:last-child {
    border-right: 0px solid white;
}

.rowsRegistoLivre {
    margin-left:0px !important;
    margin-right:0px !important;
    box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
    margin-top: 15px;
    background-color: white;
    border-bottom: 2px solid #3f7a82;
}

.rowsRegistoLivre > div {
    border-right: 1px solid #55b6c3;
    padding: 10px;
    line-height:64px;
}

.rowsRegistoLivre > div:last-child {
    border-right: 0px solid #69cfdc;
}

.contentor {
    min-width:1200px;
}

.registoLivre {
    height:100%;
    position:relative;
    margin-left:0px;
    margin-right:0px;
}

.registoLivre .funcionarios {
    padding-right:0px;
    padding-left:0px;
    height:100%;
}

.registoLivre .funcionarios .funcionario {
    padding: 40px 0px 40px 0px;
    text-align: center;
    font-size: calc(12px + 0.5vw);
    border-bottom: 4px solid white;
}
.registoLivre .funcionarios .funcionario-odd {
    background-color: #aee1e6;
}
.registoLivre .funcionarios .funcionario-even {
    background-color: #e6e6e6;
}

.registoLivre .informacoes {
    padding-left:0px;
    padding-right:0px;
    height:100%;
}

.scrollBtn {
    position: absolute;
    background-color: rgba(78, 78, 78, 0.67);
    padding: 5px 10px 5px 10px;
    right: 20px;
    bottom: 20px;
    font-size: 16px;
    border-radius: 50%;
    color: white;
}

.dx-item .ofLookup {
    border-bottom: 1px solid #a4a4a4;
}

.dx-toast-custom {
    background-color: rgba(142, 7, 7, 0.9) !important;
}

.dx-toast-custom .dx-toast-message {
    font-size:24px;
}


.dataGrid_RegistoEntradas .dx-editor-cell .dx-texteditor .dx-texteditor-input {
    font-size:18px;
}

#acPc * {
    font-size: 18px;
}

#acTurno * {
    font-size: 18px;
}

#dbDate * {
    font-size: 18px;
}

.dx-overlay-content .dx-button.dx-button-success.dx-state-hover, .dx-overlay-content .dx-button.dx-button-success.dx-state-focused {
    background-color: rgba(10, 143, 8, 0.06);
}

.buttonDoLogin {
    background-color: rgba(10, 143, 8, 0.06) !important;
    color: #0f9d58;
    border: 1px solid;
    height: 50px;
}

.buttonCancelLogin {
    background-color: rgba(221, 25, 29, 0.06) !important;
    color: #ff5252;
    border: 1px solid;
    height: 50px;
}

tr.focus td {
    background: #999999;
    color: white;
}

.divPAcabAtualizarAndIdRecInput {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
}

.divPAcabIdRecInput {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    padding: 0 8px 0 8px;
    background-color: white;
}

.dx-toast-wrapper {
    width: 100% !important;
}

.dx-toast-error {
    background-color: #ff7777 !important;
    width: 100% !important;
}

.dx-toast-content {
    padding: 10px !important;
    width: 100% !important;
}

.dx-toast-info {
    background-color: #80b9e4 !important;
    width: 100% !important;
}

.dx-toast-warning {
    background-color: #ffb277 !important;
    width: 100% !important;
}

.dx-toast-success {
    background-color: #6ec881 !important;
    width: 100% !important;
}

.devModal .dx-icon-close {
    color: black !important;
}

.devModal .dx-toolbar-items-container {
    background: #FAFAFA !important;
}

.devModal .dx-toolbar-label > div {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
    color: #18B076 !important;
    font-size: 22px !important;
}

.devModal .dx-closebutton {
    margin-right: 8px;
}

.devModal .dx-popup-bottom {
    height: 80px !important;
}

.devModal .dx-button-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.devModal .dx-button-text {
    color: white !important;
}


::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    display: block !important;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 8px;
    background: transparent;
}

::-webkit-scrollbar-thumb {
    border-radius: 8px;
    -webkit-box-shadow: none;
    background: #beb7b7;
}

.dx-scrollable-content{
    transform: none !important;
}

#customScroll::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    display: block !important;
}

#customScroll::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 8px;
    background: transparent;
}

#customScroll::-webkit-scrollbar-thumb {
    border-radius: 8px;
    -webkit-box-shadow: none;
    background: grey;
}

.impressBtn {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .impressBtn:active .printIcon {
        color: #00BCD4;
    }

    .impressBtn:hover .printIcon {
        color: #00BCD4;
    }

.printIcon {
    color: #666B85;
}

.popUpScroll{
    overflow: auto;
    height: 100%;
    width: 100%;
}

.myCustomRow {
    width: 100%;
    padding: 0;
    display: flex;
    margin: 0;
    flex-wrap: wrap;
}

.textRg {
    font-weight: bold;
    font-size: 16px;
    color: #666B85;
    font-family: RobotoDraft, 'Helvetica Neue', Helvetica, Arial;
}

.RgEntradas{
    height: calc(100% - 56px) !important;
}

.consultaDef:hover, .consultaDef:active{
    font-weight: bold;
    cursor: pointer;
}

.eyeIconRT {
    position: relative;
    margin-bottom: 8px;
}

    .eyeIconRT:before {
        content: '\f06e';
        font-family: "Font Awesome 5 Free";
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        margin-right: 8px;
    }