html, body {
    background-color: #F2FAF8;
    color: #44464C;
    font-family: arial, helvetica, sans-serif;
    margin: auto;

}

body .table td, .table th {
    font-size: 11.5px;
    font-weight: 100;
    border-top: 3px solid #F2FAF8;
    vertical-align: middle;
}

body .table th {
    background: #F2FAF8;
    color: #707070;
    padding: 0px 7px;
    margin: 0;
    vertical-align: middle;
}

body .btn {
    font-size: 11.5px;
}
body{
    margin-bottom: 30px;
}

/*HEADER*/

#header{
    margin-top: 30px;
    width: 100%;
}

body #header .breadcrumb {
    background-color: rgba(0,0,0,0.0);
    font-size: 12px;
    font-weight: bold;
}

.logo-header{
    margin: auto;
    width: 100%;
    background-size: contain;
    background-image: url(../img/logo-renerprene.png);
    min-height: 55px;
    background-repeat: no-repeat;
    background-position: center;
}

/*FIM HEADER*/

/*SIDEBAR*/
.logo{
    margin: auto;
    width: 80%;
    background-size: contain;
    background-image: url(../img/logo-renerprene.png);
    min-height: 80px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 10px;
}


.btman{
    background-color: #fff;
    padding: 5px;
    margin-top: 115px;
    border-radius: 10px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
    font-size: 12px;
    text-align: center;
}
.modal-open .modal {
    overflow-y: hidden!important;
}
body .home .btman {
    padding: 0;
    margin-top: 0;
    border-radius: 10px;
    font-size: 12px;
    text-align: center;
}

.sidebar{
    background-color: #fff;
    display: block;
    min-height: 500px;
    padding: 20px 20px 20px 20px;
    margin: 20px;
    border-radius: 10px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
    font-size: 12px;
}

@media screen and (max-width: 1366px) {
    .sidebar{
        background-color: #fff;
        display: block;
        min-height: 500px;
        padding: 10px;
        margin: 20px 10px 10px 10px;
        border-radius: 10px;
        box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
        font-size: 12px;
    }
}

body .sidebar .menu-drop{
    width: 100%;
    text-align: center;
}

a{
    color: #44464C;
}

a:hover{
    color: #37A661;
}
.btn-modal.showProduct:hover{
    color: #000
}

.menu-margens {
    margin: 10px 0px 10px 0px;
}

body .sidebar .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: #37A661;
}

.sidebar .dropdown-menu {
    font-size: 12px;
}

body .sidebar .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #37A661;
}

/*FIM SIDEBAR*/

/*FOOTER*/
#footer{
    background-color: #44464C;
    color: #fff;
    width: 100%;
    text-align: center;
    height: 30px;
    padding-top: 8px;
    margin: 20px 0px 0px 0px;
    position: fixed;
    bottom: 0;
    font-size: 10px;

}
/*FIM FOOTER*/

/*FORMS*/

.input-forms{
    width: 70%;
    height: 30px;
    color: #37A661;
    border: solid 1px #37A661;
}

.home .input-forms{
    width: 100%;
}

select{
    width: 100%;
    height: 30px;
    color: #37A661;
    border: solid 1px #37A661;
}

table select{
    width: 100%;
    height: 20px;
    color: #37A661;
    border: solid 1px #37A661;
}

.home table select {
    margin-bottom: 5px;
}

body .table td:first-child {
    /* width: 35%; */
}

.btn-remove {
    background: red;
    color: #fff;
}

table .btn {
    padding: 2px;
}

.largura-total{
    width: 100%;
}

input{
    font-size: 14px;
    border: solid 1px #37A661;
}

select{
    font-size: 14px;
}

.marcacoes input{
    width: 45%;
    border: solid 1px #37A661;
}

/*FIM FORMS*/


/*CUSTOMIZE HOME*/
#customize{
    width: 100%;
}

.esp-card{
    margin: 10px 0px 10px 0px;
}

.titulo{
    font-size: 12px;
    font-weight: bold;
    margin-bottom: -1px;
    color: #707070;
}

.card-verde.active{
    background-color: #57c883;
}

.card-verde{
    /* background-color: #aef3c8; */
    background-color: #c3e5fd;
}


.card-cinza{
    background-color: #626262;
}

.fonte-grande{
    font-size: 20px;
}

.fonte-grande input{
    width: 30%;
}

/*FIM CUSTOMIZE HOME*/

/*CUSTOMIZE PRODUTOS*/
#customize .btnpesquisa{
    background-color: #37A661;
    border: solid #37A661 2px;
    color: #fff;
    cursor: pointer;
}

#customize .btnpesquisa:hover{
    background-color: #114926;
    border: solid #114926 2px;
}

#customize .btncomum{
    background-color: #37A661;
    border: solid #37A661 2px;
    color: #fff;
    cursor: pointer;
}

#customize .btncomum:hover{
    background-color: #114926;
    border: solid #114926 2px;
}
/*rever classe*/
#customize .alinhamento-dir{
    text-align: right;
}

.tabela {
    margin: 20px 0px 20px 0px;
    width: 100%;
    background-color: #fff;
    overflow-y:auto;
    max-height: 650px;
}

.fundobranco{
    background-color: #fff;
    padding: 20px 20px 20px 20px;
    margin: 12px;
    border-radius: 10px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
    font-size: 12px;
}

/*FIM CUSTOMIZE PRODUTOS*/

/*LOGIN*/
    .fundo-login{
        background-color: #37A661;
        width: 600px;
        min-height: 150px;
        margin: auto;
        margin-top: 200px;
        padding: 20px;
    }

    .fundo-branco{
        background-color: #fff;
        padding: 10px;
    }

    .caixa-texto-login{
        margin: 100px 0px 0px 0px;
    }

    .caixa-texto-login h1{
        color: #fff;
        font-size: 45px;
        font-weight: bold;
        text-align: center;
        font-style: oblique;
    }

    .caixa-texto-login p{
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        font-style: oblique;
    }

    .caixa-dados h1{
        color: #37A661;
        font-size: 45px;
        font-weight: bold;
        text-align: center;
    }

    .btnlogin{
        background-color: #37A661;
        border: solid #37A661 2px;
        width: 100%;
        color: #fff;
        cursor: pointer;
    }
    
    .btnlogin:hover{
        background-color: #114926;
        border: solid #114926 2px;
    }

/*FIM LOGIN*/

/*MODAL*/
.modal-dialog {
    max-width: 1000px;
}

.modal-dialog-sm {
    max-width: 400px;
}

.input-modal{
    width: 100%;
    height: 30px;
    color: #37A661;
    border: solid 1px #37A661;
    margin-bottom: 10px;
}

.textarea-modal{
    width: 100%;
    height: 150px;
    color: #37A661;
    border: solid 1px #37A661;
}

.modal-title{
    font-size: 14px;
    color: #707070;
    font-weight: bold;
}

.modal-esquerdo{
    right: auto;
}

/*INICIO CALENDÁRIO NOVO*/

#calendario *, #calendario2 *{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  #calendario h1, #calendario2 h1{
      font-size: 15px;
  }

  #calendario h2, #calendario2 h2{
      font-size: 10px;
  }
  #calendario ul, #calendario2 ul{
    list-style-type: none;
    text-align: center;
    font-family: Verdana, sans-serif;
  }
  #calendario li:not(:first-child), #calendario2 li:not(:first-child){
    cursor: pointer;
  }
  .calender{
    width: 90%;
    margin: auto;
    box-shadow: 2px 2px 4px rgba(0,0,0,.5);
  }
  .calender .month{
    background-color: #2ecc71;
    padding: 40px;
    color: #ecf0f1;
    width: 100%;
    position: relative;
  }
  .calender .month .next,.calender .month .prev{
    position: absolute;
    top: calc(50% - 15px);
    cursor: pointer;
    padding: 5px;
    display: block;
  }
  .calender .month .prev{
    left: 10px;
  }
  .calender .month .next{
    right: 10px;
  }
  .calender .month .next:hover,.calender .month .prev:hover{
    background-color: rgba(0,0,0,.2);
  }
  .calender .weeks{display: flex;}
  .calender .weeks li{
    background-color: #bdc3c7;
    flex: 1;
    opacity: .5;
    position: relative;
    animation: motion 2s;
    padding: 10px; 
  }
  .calender .weeks li:hover{background-color: #37A661;}
  
  .calender .days {
    display: flex;
    flex-wrap: wrap;
    height: 150px;
  }
  .calender .days li{
    flex-basis: calc(100% / 7);/*اقسم المساحه على سبعه اللى هى ايام الاسبوع فى كل صف*/
    padding: 10px 0;
    opacity: .7;
    background-color: #bdc3c7;
  }
  .calender .days li:hover{background-color: #37A661;}  

/*FIM CALENDÁRIO NOVO*/

/*INICIO DROP NOVO*/

#tiles {
    min-height: 150px;
}

.btns{
    margin-top: 10px;
    margin-bottom: 25px;
}

.tile {
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 18px;
    background-color: #F2FAF8;
    border-radius: 5px;
    transition: opacity .25s ease-in-out;
    padding: 3px;
    border: solid 1px #37A661;
    line-height: 23px;
}

.tile p {
    font-size: 11.5px;
    color: #707070;
}

.tile.dragging {
    opacity: .5;
}

.tile span {
    position: absolute;
    top: calc(50% - 1.5em);
    left: 0;
    width: 100%;
    height: 3em;
    padding: 1em;
    color: white !important;
    text-align: center;
    text-transform: uppercase;
}

.slot {
    display: block;
    position: relative;
    width: 100%;
    margin: auto;
    padding: 25px 0px 0px 0px;
    /*background-color: yellow;
    border: 2px yellowgreen solid;*/
    border-radius: 5px;
    transition: opacity .25s ease-in-out;
}

.slot.dragging {
    border-style: dashed;
    opacity: .75;
}

.slot span {
    position: absolute;
    top: calc(50% - 1.5em);
    left: 0;
    width: 100%;
    height: 3em;
    padding: 1em;
    color: darkgreen;
    text-align: center;
    text-transform: uppercase;
}

.slot .tile {
    margin-bottom: 25px;
}

.slot .tile:last-child {
    margin-right: 0;
}

.titulo-maquina{
    font-size: 12px;
    font-weight: bold;
    margin-bottom: -1px;
    color: #000;
    text-transform: uppercase;
    background: #CCC;
    margin-top: 20px;
    padding: 3px 5px;    
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid rgba(0,0,0,.125);
}

/*FIM DROP NOVO*/

/*MANUTENÇÃO*/

/*FIM MANUTENÇÃO*/

a.btncomum.deleteProduct {
    padding: 3px 3px;
}

b, strong{ font-weight: bold;}
.home input#pesquisar {
    width: 100%;
  }

  .home:not(.operator) .table-confirmation, .home:not(.operator) .table-production {
    max-height: 300px;
    min-height: 300px;
    overflow-y: auto;
}
.home.operator .table-confirmation, .home.operator .table-production {
    /* max-height: 800px; */
    min-height: 800px;
    overflow-y: auto;
}
.home .table-confirmation{
   margin:  20px 0px 20px 0px;
   background-color: #626262;
}
.home .table-confirmation div[class^=card]{
    max-height: 300px;
    min-height: 300px;
}
.home .card.card-verde{
    max-height: 200px;
    min-height: 200px;

    overflow: auto;
}
.home .row-item {
    padding: 5px 10px 1px 10px;
    background: #FFF;
    border-radius: 5px;
    border: 0 none;
    margin-bottom: 10px;
}
.home .card-body table{
    margin-bottom: 0;
}


.home .panel.task {
    margin-bottom: 10px;
}
.home .panel.task p {
    padding: 5px 5px;
    margin-bottom: 0;
}
.home .panel.task .panel-head{
    background-color: #FFF;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.home .panel.task .panel-head strong,
.home .panel.task .panel-footer strong{
    font-size: 10px;
    display: block;
}
.home .panel.task .title{
    font-size: 11.5px;
}
.home .panel.task .deadline {
    font-size: 10px;
}
.home .panel.task .panel-content {
    background-color: #FFF;
}
.home .panel.task .panel-footer {
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #ffd2d2;
}
.home .panel.task .btn-delete{
    border: 1px solid red;
    background: red;
    color: #FFF;
    float: right;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    cursor: pointer;
    padding: 0;
    font-weight: bold;
}
.btn-delete {
    border: 1px solid rgb(253, 88, 88);
    background: rgb(253, 88, 88);
    color: #FFF;
    border-radius: 50%;
    cursor: pointer;
    padding: 0 5px 2px;
    font-weight: bold;
}
.btn-delete:hover {
    border: 1px solid red;
    background: red;
    color: #000;
    border-radius: 50%;
    cursor: pointer;
    padding: 0 5px 2px;
    font-weight: bold;
    text-decoration: none;
}
.home .machine-item .counter {
    text-align: center;
    display: inline-block;
    width: 40%;
}
.home .machine-item .btns form {
    display: inline;
}
.home .table-confirmation .panel.task .title {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: #aef3c8;
}
.home .table-confirmation .row-item .panel-footer {
    background-color: #58c783;
}

.home .table-production th,
.home .table-production td{
    padding: 0 5px;
}

html body .table.reports:not(.table-result) {
    margin-bottom: 30px;
}
html body .table.reports:not(.table-result) thead tr th {
    background-color: #CCC;
    padding: 3px 5px;
    font-weight: bold;
}
html body .table.reports:not(.table-result) tbody {
    background-color: #FFF;
}


html body .table.reports.table-result thead tr th:not(:first-child),
html body .table.reports.table-result tbody tr td:not(:first-child) {
    text-align: center;
}
html body .table.reports.table-result tbody tr td {
    font-size: 14px;
}
html body .table.reports.table-result thead tr th {
    padding: 3px 5px;
    font-weight: bold;
    background-color: inherit;
    font-size: 14px;
}
html body .table.reports.table-result {
    /* position: fixed; */
    /* bottom: 15px; */
}

.pagination .page-link {
    padding: .25rem .5rem;
}
.pagination .page-item.active .page-link{
    background-color: #28a744;
    border-color: #28a744;
    color: #FFF;
}

.pagination .page-item .page-link{
    color: #666;
}



.opacity .panel{
    opacity: .3;
}
.panel-item.opacity{
    border-radius: 4px;
    background-color: #DDD;
}
.panel-item .actions{
    display: flex;
    justify-content: center;
}
.panel-item .panel-content .name{
    background: #aef3c8;
}
.panel-item hr{
    margin-top: 10px;
    margin-bottom: 10px;
}


.cols-flex{
    display: flex;
    justify-content: space-between;
}

.cols-lpa {
    margin-bottom: 30px;
}
.cols-lpa label{
    display: block;
    clear: both;
}

.cols-lpa input.input{
    display: block;
    width: 90%;
}

.hide{
    display: none!important;
}