/* 
body{
    background-color: black ;
} */
body, html{
    height: 100%;
  }
.dropdown-toggle{
    color: #ffffff99;
    text-decoration:none;
}
/* h1,h2,h3,h4,h5,h6,label, legend{
    color: #5ED149;
} */

/* .dropdown-toggle:hover{
    color: white;
} */

.dropdown-toggle:onclick{
    border: none;
}

/* .dropdown-item:hover{
    background-color: #076f42;
} */



.dropdown-item:hover{
    background-color: black;
    color: #5ED149;
}

@media only screen and (max-width: 600px) {
.col-md-4 {
      min-width: 470px;
      width: 100%;
      padding-right: 0%;
    }
    .card_new{
        min-width: none;
        max-width: none;
        width: 100%;
    }
}

/* .card{
    background-color: white;
    z-index: 9999;
} */
input{
    z-index: 1;
}
.card-body{
    background-color: white;
    z-index: 1;
}
.card-header{
    z-index: 1;
}
.textura_madeira{
    z-index: -1;
}


body{
    background-image:'/static/img/pinus.png';
}

#btn_add_produto_carga,.btn_add_produto_carga:hover{
    background-color: #076f42;
    color: white;
}

.item_menu_lateral{
    
    position:relative;
    color: gray;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    font-size: 25px;
    margin-bottom: 10px;
    margin-left: 3px;
    
}

.dropdown_usuario:before{
    color: gray;
}
#dropdown-menu:hover .dropdown_usuario:before{
    color:#5ED149;
}
#dropdown-menu:hover .dropdown-toggle{
    color:#5ED149;
}
#menu_lateral{
    min-width: 40px;
}
.icon_menu_lateral{
    width: 31px;
}
.coluna_icon_menu{
    width: 31px;
    padding: 0;
    margin: 0;
}
.item_menu_lateral:hover .icon_menu_lateral {
    color: #5ED149;
}

.label_menu_lateral{
    font-size: 16px;
    color: transparent;
    text-align: left;
    padding: 0 auto;
    padding-left: 20px;
    height: 40px;
    position: relative;
    top: 22%;
    overflow: hidden;
    text-overflow: ellipsis;
    
}


.item_menu_lateral:hover {
    /* width: 250px; */
    width:max-content;
    position:relative !important;
    background-color: black;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 25px;
    margin-bottom: 10px;
    margin-left: 3px;
    padding: 0;
    transition: .6s;
    z-index: 9999;
}

.item_menu_lateral:hover .label_menu_lateral{
    text-overflow: ellipsis;
    transition: 1.2s;
    color: #5ED149;
}

html, body {
    overflow: hidden;
   }

.gu-mirror {
    position: fixed !important;
    margin: 0 !important;
    z-index: 9999 !important;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }
  .gu-hide {
    display: none !important;
  }
  .gu-unselectable {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
  }
  .gu-transit {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
  }

  @media screen and (max-width: 719px) {
    #menu_lateral {
        display: none;
    }
    tr , th, td{
        font-size: 10px;
    }
    .titulo_pedido{
        font-size: 11px;
    }
    hr {
        padding-top: 0;
        margin-top: 2px;
    }
  }

/* @media screen and (max-width: 1080px) {
    .textura_madeira{
        display:none;
    }
} */

.card_mensagem{
    background-color: transparent;
    color: #5ED149;
    border-bottom: .5px solid gray;
}
.card_mensagem:hover{
    background-color: #5ED149;
    color: black;
}
.chat_mensagens{
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    position: relative;
    bottom: 0;
    height:fit-content
}
.msg_remetente{
    width:fit-content;
    max-width: 35vw;
    height: auto;
    min-height: 40px;
    right: 0;
    /* background-color: #5ED149; */
    background-color: #429433;
    /* background-image: linear-gradient(to right, #0e210b , #429433); */
    color: black;
    color: white;
    border-radius: 10px;
    margin-bottom: 10px;
    float: right;
    padding-left: 5px;
    padding-right: 10px;
}

.msg_destinatario{
    width:fit-content;
    max-width: 35vw;
    height: auto;
    min-height: 40px;
    left: 0;
    background-color: #242524;
    color: gray;
    border-radius: 10px;
    margin-bottom: 10px;
    float: left;
    padding-left: 5px;
    padding-right: 10px;
}

.content_mensagens{
    overflow-y: auto;
    /* margin-bottom: 30px; */
    padding: 5px;
}
.content_mensagens::-webkit-scrollbar {
    width: 12px;               /* width of the entire scrollbar */
  }
  
  .content_mensagens::-webkit-scrollbar-track {
background: gray;        /* color of the tracking area */
}

.content_mensagens::-webkit-scrollbar-thumb {
background-color: black;    /* color of the scroll thumb */
border-radius: 20px;       /* roundness of the scroll thumb */
border: 3px solid gray;  /* creates padding around scroll thumb */
}

.scroll_all::-webkit-scrollbar {
    width: 12px;               /* width of the entire scrollbar */
  }

.scroll_all::-webkit-scrollbar-track {
    background: gray;        /* color of the tracking area */
    }
    
.scroll_all::-webkit-scrollbar-thumb {
    background-color: black;    /* color of the scroll thumb */
    border-radius: 20px;       /* roundness of the scroll thumb */
    border: 3px solid gray;  /* creates padding around scroll thumb */
    }

.scroll_all::-webkit-scrollbar-thumb:hover {
        background-color: #5ED149;    /* color of the scroll thumb */
        border-radius: 20px;       /* roundness of the scroll thumb */
        border: 3px solid gray;  /* creates padding around scroll thumb */
        }
.scroll_all{
    overflow-x: hidden;
    overflow-y: auto;
}


.dropdown_config:hover .dropdown_icone_config{
    color:#5ED149;
}

.scroll_all_x::-webkit-scrollbar {
    width: 12px;               /* width of the entire scrollbar */
  }

.scroll_all_x::-webkit-scrollbar-track {
    background: gray;        /* color of the tracking area */
    }
    
.scroll_all_x::-webkit-scrollbar-thumb {
    background-color: black;    /* color of the scroll thumb */
    border-radius: 20px;       /* roundness of the scroll thumb */
    border: 3px solid gray;  /* creates padding around scroll thumb */
    }

.scroll_all_x::-webkit-scrollbar-thumb:hover {
        background-color: #5ED149;    /* color of the scroll thumb */
        border-radius: 20px;       /* roundness of the scroll thumb */
        border: 3px solid gray;  /* creates padding around scroll thumb */
        }
.scroll_all_x{
    overflow-x: auto;
    overflow-y: hidden;
}


.dropdown_config:hover .dropdown_icone_config{
    color:#5ED149;
}


.center-aligned-header .ag-header-cell-label {
    justify-content: center;
}

.center-aligned-cell {
    text-align: center;
}

/* restyle radio items */
.radio-group .form-check {
    padding-left: 0;
  }
  
  .radio-group .btn-group > .form-check:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .radio-group .btn-group > .form-check:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -1px;
  }