@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: var(--main-color);
}

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



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

.bootstrap-dialog-title
{
	color: var(--main-color) !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:  #5A5A5A !important;
}

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

.skin-blue .main-header .navbar .sidebar-toggle:hover {
     background-color: #3B3434 !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;
}



.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: #33719E;
}

.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;
    
}


/* Botao GoTop */
#myBtnGoTop {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 25px; /* Place the button at the bottom of the page */
    right: 10px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}


/*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);
  } 
}
