@CHARSET "UTF-8";


:root {
  --main-color: #3F51B5;
  --main-color-hover: #25379E;
  --main-color-hover-2: #111D6D;
  --main-bg-color: #343C38;
  --sub-color: #A0B3B1;
  --border-color01: #ccc;
}

html, body{height:100%;}

body
{
	background: none;
        background-color: #fff;
        
        
        
}


#wrapper
{
	padding: 0px;
	min-height:100%;
    height:auto !important;
    height:100%;
    
    

}

.full {
    /*background: url('../img/bg/bg01.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;*/
    
    background-color: #eaf1ee;
}



/* LOGIN */


.mob-login-box
{
	margin-top: 2%;
}

.mob-login-box .panel-heading
{
	color: var(--main-color) !important;
	
}


.mob-login-logo
{
	position: relative;
	max-width: 70%;
	margin: 0 auto;
	margin-bottom: 3%;
}

.mob-logo-it-login
{
	max-width: 30%;
}

.mob-login-bottom { color: #97999B; }

.mob-login-panel
{
	
}



/* LOADING */

.mob-loading
{
	width: 100%;
	text-align: center;
	padding-top: 5%;
	padding-bottom: 5%;
	font-size: 1.5em;
	color: #222D32;
}

.mob-loading span
{
	font-size: 2em !important;
}



/* DIALOG */
.modal-lg
{
	width: 95%;
}

.bootstrap-dialog-title
{
	color: #222D32 !important;
       /* color: #fff !important;*/
}

.bootstrap-dialog-footer-buttons
{
	text-align: center !important;
}

.mob-btn-ok
{
	display: none;
}
/*
.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
    height: 250px;
    overflow-y: auto;
}

@media (min-height: 500px) {
    .modal-body { height: 400px; }
}

@media (min-height: 800px) {
    .modal-body { height: 600px; }
}*/


.modal{ z-index: 99999; }
.popover {
    z-index: 9999 !important;
}


/* PAINEL PRINCIPAL */
#painel-principal
{
	width: 100%;
}


/* PAINEL */

.mob-panel-heading
{
	background-color: var(--sub-color) !important;
	font-weight: bold !important;
}


/* MODULOS - LOJAS */

.mob-modulo-lojas
{
	
}

.mob-modulo-loja-heading
{
	font-weight: bold !important;
	
}

.mob-modulo-loja-heading i
{
	cursor: pointer !important;
}

.mob-modulo-loja-heading .online
{
	color: #5AC241;  
}

.mob-modulo-loja-heading .offline
{
	color: red;
}

.mob-modulo-loja-footer
{
	
}

.loja_valor_vendas
{
	cursor: pointer;
}

.modulo-lojas-painel:hover
{
	border: 1px solid #868686;
	
}

.text-green{ color: green !important; }




/* MULTISELECT */

.multiselect-container a:hover
{
	background-color: var(--sub-color) !important;
}

/* TABS */

.nav-tabs li.active a:hover
{
	color: #000 !important;
}

.nav-tabs a:hover
{
	color: #fff !important;
}


/* BGs*/

.bg-green01 { background-color: #F3FFE1 !important; }
.bg-blue01{ background-color: #ECEDEF !important; }
.bg-red01{ background-color: #FFEDE9 !important; }
.bg-yellow01{ background-color: #FFFDE1 !important; }

.bg-success1 { background-color: #DFF0D8 !important; }

.hand { cursor: pointer; }

.row-border-bottom
{
    border-bottom: 1px solid #ccc;
}

.hidden { display: none; }

.text-purple { color: #AC15CE; }

/* FOOTER */


.footer
{
    background-color: #E3E3E3;
    border-top: 1px solid #B8BABF;
    padding: 3px;
    box-sizing: border-box;
}

/* DASHBOARD */

.dashboard-item-destaque
{
    font-size: 2em !important;
}

.input-dashboard
{
    font-size: 0.8em !important;
    padding: 2px !important;
}


.bg-filtro-destaque {
    background-color: #7EFB7C;
}

.bg-tr-danger {
    background-color: #FDE1D6 !important;
    
}
.bg-tr-danger td {
    background-color: #FDE1D6 !important;
}

.btn-add-fast
{
    float: right;
    color: #5CB85C !important;
    cursor: pointer;
    padding-right: 2%;
}
.btn-add-fast:hover
{
     color: #55AA55 !important;
}

/* slider selections */

#slider-agenda-horario .slider-selection {
	background: greenyellow;
}

#slider-agenda-horario-almoco .slider-selection {
	background: red;
}


/* Customizacao do template adminlte */
.skin-blue .main-header .navbar {
    background-color: #393A3E !important;
}

.skin-blue .main-header .logo {
    background-color: #393A3E !important;
}

.skin-blue .main-header .navbar .sidebar-toggle:hover {
     background-color: #393A3E !important;
}

.skin-blue .sidebar-menu > li > a {
    color: #fff;
}

.logo-lg{
    color: #fff !important;
}
.logo-mini{
     color: #fff !important;
}

.content-wrappers{
    background-color: #F9FBFF !important;
}


.table-striped > tbody > tr:hover td{
    
    background-color: #F5F5F5 !important;
    
}

.tr-destaque{
    background-color: #F5F6C4 !important;
}
.tr-destaque:hover{
    background-color: #F6F79F !important;
}


.navbar-brand{
    padding: 0px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 8px !important;
}


.btn-print-geral{
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin-right: 0.333em;
    margin-bottom: 0.333em;
    padding: 0.5em 1em;
    border: 1px solid #999;
    border-radius: 2px;
    cursor: pointer;
    font-size: 0.88em;
    line-height: 1.6em;
    color: black;
    white-space: nowrap;
    overflow: hidden;
    background-color: #e9e9e9;
    background-image: -webkit-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background-image: -moz-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background-image: -ms-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='white', EndColorStr='#e9e9e9');
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    outline: none;
}


.skin-blue .sidebar-menu > li.active > a{
    
    border-left-color: #6E0F08;
}

.tab-a-white{
    color: #fff !important;
}

.active .tab-a-white{
    color: #000 !important;
}

.tab-a-gray{
    color: #606060 !important;
}

.active .tab-a-gray{
    color: #000 !important;
}



.nav-tabs-custom > .nav-tabs > li > a:hover{
    color: #494242 !important;
}


.type-danger .bootstrap-dialog-title{
    
 color: #fff !important;
    
}





/*Novo Loading*/
.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 100px auto;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #5295C3;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); 
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  } 
}

.loading-icon{
    color: #222D32 !important;
}

.imagemPrincipalProdutoCadastro{
    width: 100%;
    
    overflow: hidden;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

.imagemPrincipalProdutoCadastro img{
    max-width: 50%;
    margin: 0 auto;
}


.swal-footer{
    text-align: center !important;
}

.producao-dias {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.producao-dia {
	width: 19%;
	margin-bottom: 20px;
	border: 1px solid #ddd;
}

.producao-dia-header {
        background-color: yellow;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 10px;
}


.conciliacao-detalhes-fixed {
	position: fixed;
	right: 0px;
	top: 10px;
	background-color: #fff;
	overflow: auto;
	 
	height: 100vh;
}

/* Responsividade da tabela de conciliação */
#output-itens {
	width: 100%;
	overflow-x: auto;
	overflow-y: visible;
	-webkit-overflow-scrolling: touch;
}

#output-itens .table-responsive {
	width: 100%;
	overflow-x: auto;
	overflow-y: visible;
	margin-bottom: 0;
}

#output-itens .table {
	width: 100%;
	margin-bottom: 0;
	table-layout: auto;
}

#output-itens .table th,
#output-itens .table td {
	white-space: normal;
	word-wrap: break-word;
	vertical-align: top;
}

/* Em telas pequenas, permitir scroll horizontal */
@media (max-width: 768px) {
	#output-itens {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	#output-itens .table {
		min-width: 800px; /* Largura mínima para manter todas as colunas visíveis */
	}
	
	#output-itens .table th,
	#output-itens .table td {
		max-width: 150px;
		font-size: 12px;
		padding: 8px 4px;
	}
}


/*Dashboard*/
.dashboard-valores-contas {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.dashboard-valores-contas .conta {
	width: 49%;
	
}
.dashboard-valores-contas .conta .header{
    width: 100%;
    border: 2px solid black;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    font-weight: 700;
    font-size: 1.5em;
    margin-bottom: 15px;
    
}

.dashboard-valores-contas .conta.pagar .header{
    color: #c01c28;
    
}
.dashboard-valores-contas .conta.receber .header{
    color: lightseagreen;
}

.dashboard-valores-contas .conta .body{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
   
}

.dashboard-valores-contas .conta .body .secao{
    width: 49%;
    /* border: 1px solid rgba(3,3,3,0.3);*/
    border-radius: 5px;
     height: 500px;
    overflow: auto;
}

 
.dashboard-valores-contas .conta .body .secao table {
    width: 100%;
    border-collapse: collapse;
    
}

.dashboard-valores-contas .conta .body .secao th {
	border: 2px solid black;
	/* padding: 6px; */
	/* height: 30px; */
	text-align: center;
	padding: 5px 0px 5px 0px;
	font-size: 0.8em;
}
.vencidos {
    background-color:  #c01c28;
    color: white;
    font-weight: bold;
    text-align: center;
    
}
.avencer {
    background-color: #f6d32d;
    color: #333;
    font-weight: bold;
    text-align: center;
    
}

.dashboard-valores-contas .conta .body .secao td {
	border: 1px solid black;
	/* padding: 6px; */
	/* height: 30px; */
	text-align: center;
	/* padding: 5px 0px 5px 0px; */
	font-size: 0.8em;
	font-weight: normal;
	padding: 3px;
}

.dashboard-valores-contas .conta .body .secao tr:hover td {
    background-color: #8ff0a4;
    cursor: pointer;
}

/*Fim Dashboard*/

/*skeleton-----------------------------------------------------------------------*/
.skeleton {
    display: inline-block;
    width: 100%;
    height: 20px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
}

.skeleton-text {
    width: 80%;
    height: 16px;
    margin-bottom: 10px;
}

.skeleton-image {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

.dashboard-valores-contas .skeleton{
    display: revert;
}
/*End skeleton ----------------------------------------------------------------*/


@media only screen and (max-width : 767px) {
    .main-container{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media only screen and (max-width : 480px) {
    .main-container{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media only screen and (max-width : 320px) {
    .main-container{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}



/*Config de Mensagens*/
 .mensagens-telegram-conteiner{
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        justify-content: space-around;
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
         max-width: 100%;
        
       
    }
    
       
    .mensagens-telegram-conteiner .mensagem-box{
        
        margin-bottom:20px;
        height:auto;
        width:22%; /* when width changes here, update nth's below */
        background-color:#fff;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: space-between; 
        border-radius: 3px;
        border: 1px solid #5682A3;
         min-height: 200px;
        
    }
    
    .mensagens-telegram-conteiner .mensagem-box:hover{
        border: 1px solid #8c8c8c;
    }
    
    .mensagens-telegram-conteiner div{
      
    }
    
    .mensagens-telegram-conteiner .mensagem-name{
        text-align: center;
        font-weight: bold;
        border-bottom: 1px solid #D0D0D0;
        padding: 5px;
        box-sizing: border-box;
        background-color: #5682A3;
        color: #fff;
        display: flex;
        justify-content: flex-start; 
    }
    
    .mensagens-telegram-conteiner .mensagem-content{
        padding: 10px;
        box-sizing: border-box;
        text-align: left;
        max-height: 200px;
        overflow: auto;
        background-color: #fff;
        
    }
    
    .mensagens-telegram-conteiner .boot-name{
        color: #5682A3;
        font-weight: bold;
        font-size: 0.9em;
        display: block;
    }
    
    .mensagens-telegram-conteiner .mensagem-opcoes-box{
         border-top: 1px solid #D0D0D0;
        padding: 5px;
        box-sizing: border-box;
        text-align: left;
        margin-top: 10px;
     
    }
    
    
    
    
    .mensagens-telegram-conteiner .mensagem-footer{
        text-align: right;
        border-top: 1px solid #D0D0D0;
        padding: 5px;
        box-sizing: border-box;
    }
    
    
    .mensagens-telegram-conteiner .add-msg{
        
        margin-bottom:20px;
        height:auto;
        width:22%; /* when width changes here, update nth's below */
        background-color:#fff;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center; 
        align-items: center;
        border-radius: 3px;
        border: 1px solid #5682A3;
        min-height: 200px;
        
    }
    .mensagens-telegram-conteiner .add-msg .fa{
        font-size: 5em;
        cursor: pointer;
    }
    .mensagens-telegram-conteiner .add-msg .fa:hover{
        color: #44A046;
    }
    
    .mensagem-opcao-box{
        display: block;
        background-color: #F0F4F7;
        padding: 10px;
        box-sizing: border-box;
        margin-bottom: 5px;
        transition: all ease-in 0.2s;
        border: 1px solid #ccc;
    } 
    .mensagem-opcao-box:hover{
        background-color: #ececec;
    }
    
    .mensagem-opcao-box span{
       color: #000;
       font-weight: bold;
       display: block;
    }
     .mensagem-opcao-box span.acao{
         color: #7f7878;
       font-weight: normal;
       display: block;
       font-size: 0.9em;
    }
    
    
    
    .mensagem-opcao-box-add{
        display: block;
        border: 1px solid #F0F4F7;
        padding: 10px;
        box-sizing: border-box;
        margin-bottom: 5px;
        text-align: center;
        transition: all ease-in 0.2s;
    }
   
    
    .mensagem-opcao-box-add:hover{
        background-color: #ececec;
        border: 1px solid #7f7878;
        cursor: pointer;
    }
    
    
    
    /*Layout*/
    
    .swal-button {
        background-color: #3C8DBC;
        
    }
    .swal-button:hover {
         background-color: #4D8AAD !important;
    }
    
    .swal-title{ display: none;}
    
    .swal-text{ 
        font-size: 20px;
        text-align: center;
    }
    
   
    
    
    
    @media only screen and (max-width : 1200px) {

    }

    @media only screen and (max-width : 979px) {
         .mensagens-telegram-conteiner .mensagem-box{ width: 45%;}
         .mensagens-telegram-conteiner .add-msg{ width: 45%;}
    }

    @media only screen and (max-width : 767px) {
         .mensagens-telegram-conteiner .mensagem-box{ width: 100%;}
         .mensagens-telegram-conteiner .add-msg{ width: 100%;}
    }

    @media only screen and (max-width : 480px) {
         .mensagens-telegram-conteiner .mensagem-box{ width: 100%;}
         .mensagens-telegram-conteiner .add-msg{ width: 100%;}
    }

    @media only screen and (max-width : 320px) {
        .mensagens-telegram-conteiner .mensagem-box{ width: 100%;}
        .mensagens-telegram-conteiner .add-msg{ width: 100%;}
    }


     /*C-Loader*/
    .c-loader-box{ 
        width: 100%;
        padding: 5%;
        box-sizing: border-box;
        text-align: center;
        background-image: url('../img/loader.png');
        background-position: center center;
        background-repeat: no-repeat;
        
    }
   
    .c-loader-box .c-loader {
        animation: is-rotating 1s infinite;
        border: 2px solid #fff;
        border-radius: 50%;
        border-top-color: #E6E6E6;
        height: 80px;
        width: 80px;
        position: relative;
        margin: 0 auto;
    }
    @keyframes is-rotating {
        to {
          transform: rotate(1turn);
        }
      }


.overlay-loading-box{
    position: fixed;
    padding-top: 10%;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-color: rgba(255,255,255,0.5);
    z-index: 99999;
    display: none;
    
}

.ic-calculadora {
	position: fixed;
	right: 10px;
	bottom: 10px;
	background-color: #393A3E;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2%;
	color: #fff;
	font-size: 1.5em;
        transition: all ease-in 0.1s;
}

.ic-calculadora:hover {
    background-color: #636776;
    cursor: pointer;
}