/*:root {
  --cor_principal: #a10027;
}*/
a {
    cursor: pointer;
}


html, body {
	width: 100%;
	height: 100%;
	margin : 0;
	overflow: hidden;
	background-color: var(--cor_fundo);
}


.div-ng-view-container{
	padding-left: 50px;
	padding-top : 90px;
	width: 100%;  
	height: calc(100% - 40px); 
	position: relative;
	background-color: white;
	margin : 0;  	
}

.div-ng-view{
	width: 100%;  
	height: 100%;    	
	padding: 15px;
	overflow: auto;
}

.div-ng-view-conteudo{    
  width: 100%;
  height: 100%;   
}

.div-geral-topo-hide {
  display: none !important;
}

#scrollable-dropdown-menu{
    max-height: 150px;
    overflow-y: auto;
}

.link-default:link {
    text-decoration:none;
    color: #fff;
}
.link-default:hover {
    text-decoration:none;
    color: #dbdbdb;
}
.link-default:visited {
    text-decoration:none;
    color: #fff;
}



/**********************************************
				LOGIN
***********************************************/
.lgn-div-lgn {	
	width: 300px;
	left: 50%;
	margin-left: calc(50% - 285px);	
	padding-top: 10%;
}
.lgn-div-lgn-logo {		
	width:160px;		
	left: 50%;
	margin-left: calc(50% - 80px);	
}
.lgn-div-lgn-dados {
	margin: 0 35%;
	background-color: white;
	padding: 0px;
	width:300px;
}
.lgn-div-header{
	margin-bottom: 10px;
	padding: 7px;
	background-color: var(--cor_principal);
	color: white;
	width: 100%;
	font-weight: 600;
}


.fundo-login{
    position: absolute; 
    height: 100%; 
    width: 100%; 			
    margin-top: -105px; 
    margin-left: -65px; 
    display: flex; 
    flex-direction: column; 
    justify-content: center;   
    background-color: var(--cor_fundo); 
}

.box-login-align-horizontal {
    display: flex;
    flex-direction: row;    
    height: 100%;
    justify-content: center;
}

.box-login-align-vertical {
    display: flex;
    flex-direction: column;				
    justify-content: center;
}


/**********************************************
				UI-NOTIFICATION
***********************************************/
.ui-notification {
	border: 2px solid white;
    padding: 2px;
    font-size: 15px;
}
.ui-notification>h3 {
	font-size: 16px;
}
/**********************************************
				MODAL
***********************************************/
.modal-header {
	min-height: none;
	padding: 6px 10px;
	background-color: var(--cor_principal);
	color: white;
    font-weight: 600;    
}
.modal-footer {
	min-height: none;
	padding: 6px 10px;
	margin-top: 0px; 
}
.modal-body{
	padding: 10px 10px;
}
.help-block {
    background-color : #ff9891;
	border-radius : 5px;
	text-align: center;
}

.modal-open .modal-loading {
  display: flex !important;
  align-items: center !important;
  .modal-dialog {
     flex-grow: 1;
  }
}

.modal { 
   background-color: rgba(0, 0, 0, 0.4); !important; 
}
/**********************************************
				FOOTER
***********************************************/
footer{
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: var(--cor_rodape);
	color: white;
	font-weight: 600;
	padding: 0 100px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	z-index: 5; 
}
/**********************************************
				MENU
***********************************************/
.div-menu-left-hide {
    display: none !important;
}

.menu-left {
    float:left;
    height:100vh;
    margin-top: 91px;
    z-index: 1;
}

.menu-left {
    background-color: var(--cor_principal);
    display: inline-block;
    white-space: nowrap;
    width: 50px;
    position: fixed;
    transition: width 0.2s ;
}
.menu-left:hover {  
    width: 200px;
    position: fixed;
    z-index: 1200; 
}        

.menu-left .glyphicon {
    margin:15px;
    width:20px;
    color:#fff;
}

.item-menu {
    height:50px;
    overflow:hidden;
    color:#fff;
    font-weight: 600;        
}
.item-menu:hover {
    background-color:#ccc;
}
.item-menu > a {
    color: #fff;
}
.item-menu > a:hover {
    text-decoration:none;
}
a:-webkit-any-link {
    text-decoration: none;
}

 
 
 
 
 
 
.btn_grid{
	background-image: none !important;
	color: #fff !important;
    font-weight: 600;
}

.form-control {
	border: 1px solid #adacac;
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
    background-color: #f3e1c8;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: var(--cor_principal);
}

.btn_cor_padrao {
	background-color: var(--cor_principal) !important;
	border-color: var(--cor_principal) !important;
}

.btn_cor_disabled {
	background-color: #C0C0C0  !important;
	border-color: #A9A9A9 !important;
}

.ui-notification.success {
    /*height: 80px;*/
    font-weight: 600;
    text-align: center;
    padding-top: 18px;
}

table.dataTable thead{
	font-size: 13px;
}

table.dataTable tbody{
	font-size: 12px;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: none;
}

table.dataTable, table.dataTable.no-footer {
	margin-top: 0px;
}

td.colBtn{
	padding: 0px 0px !important;
	text-align: center !important;
}
td.colBtn > img{
	margin-right: 3px;
	margin-left: 3px;
	width: 20px;
}

td.colBtn > img:hover{
	cursor: pointer;
}

.colBtnDisabled:hover{
	cursor: default !important;
}

table.dataTable tbody td, table.dataTable tbody th {
    padding: 3px 3px;
}

.modal-itens > .modal-lg{
	 width: 1150px;	
}

@media only screen and (max-device-width: 900px) {
	.modal-itens > .modal-lg{
		width: 900px;	
	}
}

.modal-header .close {
    margin-top: -17px;
}

.close {
    float: right;
    font-size: 15px;
    line-height: 1;
    color: #fff;
    text-shadow: none;
  	 opacity: 1;
}

.uib-typeahead-match {
    /* color: red; */
    background-color: #f7f7f7; 
    border-bottom: 1px dashed gainsboro;
    padding: 5px 1px;
}

/*
.table-bordered>tfoot>tr>th {
    border-left: 1px solid white !important;
    border-right: 1px solid white !important;
}
.table-bordered>tfoot>tr {
    border-left: 1px solid white !important;
    border-right: 1px solid white !important;
}*/

input[type="date"]::-webkit-inner-spin-button{
    display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.modal-filtro-venda > .modal-lg{
	 width: 400px;	
}

.modal-loading > .modal-lg{
  width: 400px;			    
  left: auto;
	right: auto;
}

.ctlg_item_grid{
	border: 1px solid #c7c6c6;
	padding: 5px;
	height: 170px;
	margin-bottom: 5px;
}

.ctlg_div_preco{
	position: absolute;
    bottom: 0px;
    height: 29px;
    right: 5px;
    font-weight: 600;
}

.form-control-no-width {
    /*display: block;*/
    /*width: 100%;*/
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}





/**********************************************
                SWITCH
***********************************************/

.switch {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 85px;
  height: 20px;
  padding: 3px;
  background-color: white;
  border-radius: 18px;
  box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #eeeeee, white 25px);
  background-image: -moz-linear-gradient(top, #eeeeee, white 25px);
  background-image: -o-linear-gradient(top, #eeeeee, white 25px);
  background-image: linear-gradient(to bottom, #eeeeee, white 25px);
}

.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #eceeef;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: opacity background;
  -moz-transition-property: opacity background;
  -o-transition-property: opacity background;
  transition-property: opacity background;
}
.switch-label:before, .switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.switch-label:before {
  content: attr(data-off);
  right: 11px;
  color: #aaa;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.switch-input:checked ~ .switch-label {
  background: #47a8d8;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
  opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
  opacity: 1;
}

.switch-handle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
  background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
.switch-handle:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: #f9f9f9;
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
  background-image: -webkit-linear-gradient(top, #eeeeee, white);
  background-image: -moz-linear-gradient(top, #eeeeee, white);
  background-image: -o-linear-gradient(top, #eeeeee, white);
  background-image: linear-gradient(to bottom, #eeeeee, white);
}
.switch-input:checked ~ .switch-handle {
  left: 63px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-green > .switch-input:checked ~ .switch-label {
  background: #4fb845;
}

.switch-gray > .switch-input:checked ~ .switch-label {
  background: #c5c5c5;
}

.inputVencimento{
	height:18px;	
}

.divFilGrid{
    width: 400px;
    display: inline;
    padding-left: 15px;
}

.dataTable th { 
	font-size: 11px; 
}

.dataTable td { 
	font-size: 11px; 
}


.pn_att_bar {
    position: absolute;
	float:right;
    top: 20px;    
    right:15px;
    height: 14px;
    margin-left: -10px;
	color:gray;	
}

.pn_atualizacoes {    
	position:absolute;
	top: 50px;
	right:0px;    
	width: 500px; 
	font-family: Arial, Helvetica, sans-serif;	
	z-index: 1300;
}

.panel-heading {
    background-color: var(--cor_principal) !important;
	border-color: var(--cor_principal) !important;
}

.panel-primary {    
	border-color: var(--cor_principal) !important;
}

#scrollable-dropdown-menu .dropdown-menu {
    max-height: 250px;
    overflow-y: auto;
}


.navbar-login {
    min-width: 350px;
    padding: 10px;
    padding-bottom: 0px;
}

.navbar-login-session {
    padding: 10px;
    padding-bottom: 0px;
	padding-top: 0px;
}

.icon-size {
    font-size: 87px;
}



.navbar-default {
  background: var(--cor_topo);
	/*
  border-width: 0px;
	border-color: var(--cor_borda_topo);
	border-bottom-width: 2px;   */
  -webkit-box-shadow: 0 8px 6px -10px var(--cor_principal);
     -moz-box-shadow: 0 8px 6px -10px var(--cor_principal);
          box-shadow: 0 8px 6px -10px var(--cor_principal);
}


.esconde-head thead {
  display: none;
}

/* Hide HTML5 Up and Down arrows. */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
 
input[type="number"] {
    -moz-appearance: textfield;
}

.valor-invalido {
	color: red !important;
}

.input-valor-invalido {
	border: 1px solid red; 
	border-radius: 4px;
	color: red !important;	
}

.input-valor-invalido:focus{
	border: 1px solid red; 
	border-radius: 4px;
	color: red;
}

.input-valor-alerta {
	border: 1px solid orange; 
	border-radius: 4px;
	color: orange !important;	
}

.input-valor-alerta:focus{
	border: 1px solid orange; 
	border-radius: 4px;
	color: orange;
}

.input-sem-borda {
    border: 0px;
    outline: none;
    background-color: transparent;
    box-shadow: none;
}

.input-sem-borda:focus{
    outline: none;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.linhaSeparacao {
	border: 0; 
	height: 1px; 
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); 
	margin: 0px;
}

.linhaSeparacaoClara {
	border: 0; 
	height: 1px; 
	background-image: linear-gradient(to right, rgba(174, 174, 174, 0), rgba(174, 174, 174, 0.75), rgba(174, 174, 174, 0)); 
	margin: 0px;
}

.texto-cinza-medio {
	color: #6E6E6E;
	padding: 0px;
	margin: 0px;
}

.conteudo-centralizado {
	display: block; 
	margin-left: auto; 
	margin-right: auto; 
	width: 50%	
}



/*PAGINACAO*/
.pagination {
    margin-top: 0;
	color: #fff;	
	background-color: #C0C0C0  !important;
	border-color: #A9A9A9 !important;
}
.pagination .page-item .page-link {
    color: var(--cor_principal);	
}
.pagination .page-item.active .page-link,
.pagination .page-item.active .page-link:focus,
.pagination .page-item.active .page-link:hover {
    color: #fff;
    border-color: var(--cor_principal);
    background-color: var(--cor_principal);
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {	
	border-color: var(--cor_principal) !important;
    background-color: var(--cor_principal) !important;
}



.pnDashPBI iframe{
	border-style: none;
}




/* Itens Variação Pedido */
.selected {
  background: #FBFBEF !important;
  color: #151515;
}


/* Para não deixar o scroll da pagina sumir quando abrir um modal */
.modal-open {
    overflow: auto;
}





/* WIZARD VERTICAL */
.bs-vertical-wizard {
}

.bs-vertical-wizard ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bs-vertical-wizard ul>li {
    display: block;
    position: relative;
}

.bs-vertical-wizard ul>li>a {
    display: block;
    padding: 10px 10px 10px 40px;
    color: #333c4e;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: .8px;
}

.bs-vertical-wizard ul>li>a:before {
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 25px);
    background-color: #bdc2ce;
    left: 13px;
    bottom: -9px;
    z-index: 3;
}

.bs-vertical-wizard ul>li>a .ico {
    pointer-events: none;
    font-size: 14px;
    position: absolute;
    left: 10px;
    top: 15px;
    z-index: 2;
}

.bs-vertical-wizard ul>li>a:after {
    content: '';
    position: absolute;
    border: 2px solid #bdc2ce;
    border-radius: 50%;
    top: 14px;
    left: 6px;
    width: 16px;
    height: 16px;
    z-index: 3;
}

.bs-vertical-wizard ul>li>a .desc {
    display: block;
    color: #bdc2ce;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: .8px;
}

.bs-vertical-wizard ul>li.complete>a:before {
    background-color: #5cb85c;
    opacity: 1;
    height: calc(100% - 25px);
    bottom: -9px;
}

.bs-vertical-wizard ul>li.complete>a:after {display:none;}
.bs-vertical-wizard ul>li.locked>a:after {display:none;}
.bs-vertical-wizard ul>li:last-child>a:before {display:none;}

.bs-vertical-wizard ul>li.complete>a .ico {
    left: 8px;
}

.bs-vertical-wizard ul>li>a .ico.ico-green {
    color: #5cb85c;
}

.bs-vertical-wizard ul>li>a .ico.ico-muted {
    color: #bdc2ce;
}

.bs-vertical-wizard ul>li.current {
    background-color: #fff;
}

.bs-vertical-wizard ul>li.current>a:before {
    background-color: #ffe357;
    opacity: 1;
}

.bs-vertical-wizard ul>li.current>a:after {
    border-color: #ffe357;
    background-color: #ffe357;
    opacity: 1;
}

.bs-vertical-wizard ul>li.current:after, .bs-vertical-wizard ul>li.current:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.bs-vertical-wizard ul>li.current:after {
    border-color: rgba(255,255,255,0);
    border-left-color: #fff;
    border-width: 10px;
    margin-top: -10px;
}

.bs-vertical-wizard ul>li.current:before {
    border-color: rgba(234,236,241,0);
    border-left-color: #eaecf1;
    border-width: 11px;
    margin-top: -11px;
}





/* WIZARD HORIZONTAL */
.bs-horizontal-wizard {
}

.bs-horizontal-wizard ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bs-horizontal-wizard ul>li {
    display: block;
    position: relative;
	float:left;	
}

.bs-horizontal-wizard ul>li>a {
    display: block;
    padding: 30px 10px 10px 0px;	
    color: #333c4e;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .8px;
	width: 150px;
}

.bs-horizontal-wizard ul>li>a:before {
    content: '';
    position: absolute;
    width: 80%;
    height: 1px;
    background-color: #bdc2ce;
    top: 25px;
	left: 30px;    
    z-index: 3;
}

.bs-horizontal-wizard ul>li>a .ico {
    pointer-events: none;
    font-size: 14px;
    position: absolute;
    left: 10px;
    top: 15px;
    z-index: 2;
}

.bs-horizontal-wizard ul>li>a:after {
    content: '';
    position: absolute;
    border: 2px solid #bdc2ce;
    border-radius: 50%;
    top: 14px;
    left: 6px;
    width: 16px;
    height: 16px;
    z-index: 3;
}

.bs-horizontal-wizard ul>li>a .desc {
    display: block;
    color: #bdc2ce;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: .8px;
}

.bs-horizontal-wizard ul>li.complete>a:before {
	top: 25px;
	left: 30px;
    background-color: #5cb85c;
    opacity: 1;
    height: 1px;
	width: 80%;
   
}

.bs-horizontal-wizard ul>li.complete>a:after {display:none;}
.bs-horizontal-wizard ul>li.locked>a:after {display:none;}
.bs-horizontal-wizard ul>li:last-child>a:before {display:none;}

.bs-horizontal-wizard ul>li.complete>a .ico {
    left: 8px;
}

.bs-horizontal-wizard ul>li>a .ico.ico-green {
    color: #5cb85c;
}

.bs-horizontal-wizard ul>li>a .ico.ico-muted {
    color: #bdc2ce;
}

.bs-horizontal-wizard ul>li.current {
    background-color: #fff;
}

.bs-horizontal-wizard ul>li.current>a:before {
    background-color: #ffe357;
    opacity: 1;
}

.bs-horizontal-wizard ul>li.current>a:after {
    border-color: #ffe357;
    background-color: #ffe357;
    opacity: 1;
}

.bs-horizontal-wizard ul>li.current:after, .bs-horizontal-wizard ul>li.current:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.bs-horizontal-wizard ul>li.current:after {
    border-color: rgba(255,255,255,0);
    border-left-color: #fff;
    border-width: 10px;
    margin-top: -10px;
}

.bs-horizontal-wizard ul>li.current:before {
    border-color: rgba(234,236,241,0);
    border-left-color: #eaecf1;
    border-width: 11px;
    margin-top: -11px;
}




