/*Estrutura*/

body {
  margin: 0;
  padding: 0;
  height: 100%;
  
}

#contentor {
  min-height: 100%;
  position: relative;
}

.ui.menu{
	    min-height:24px !important; 
}

.ui.text.menu.dropSiga{
	margin:0px !important;
}

/*Header*/

#cabeca {
  background: WhiteSmoke;
  /*padding: 10px;*/
  margin-bottom: 1em;
  width: 100%;
 position: fixed;

  z-index: 1000;
  -webkit-box-shadow: 0px 1px 7px -2px grey;
  -moz-box-shadow: 0px 1px 7px -2px grey;
  box-shadow: 0px 1px 7px -2px grey;
}

.ui.segment.cabecalho{
	padding: 0em 0em !important;
}

#Logo {
  width: 150px;
  height: 120px;
  background-image: url(../images/douro.gif);
  background-color: WhiteSmoke;
  background-blend-mode: multiply;
  margin-left: 10px;
  display:block;
}

#fixedmenu {
  float: right;
  margin-right: 1em;
  width: auto;
}
   

/*Body Vendas - Menu 1*/

#corpo {
  padding: 1.5em;
  padding-bottom: 60px;
  /* Height of the footer */
  padding-top: 180px;

}

.ui.horizontal.divider.header {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  color: grey;
}

.tab {
  background-color: #F4F4F4 !important;
  margin-bottom: 1.5em !important;
}





#menu3 input:disabled {
  text-align: center;
  opacity: 1;
  font-weight: bold;
  margin-left: 1em;  
  margin-right: 1em;
}



.larguraTabela {
  max-width: 900px;
  margin: auto;
}

#vendafixa {}

.ui.raised.segment {
  min-height: 100px;
}

.quantidade {
  width: 10%;
  float: left;
  margin-right: 1em;
}

.quantidade i {
  margin-bottom: 1em;
}

#emitirbilhetes {
  float: right;
  width: 40%;
  margin-top: 1.58em;
}

#emitirbilhetes input {
  text-align: center !important;
  color: black;
  font-weight: bold;
  opacity: 1 !important;
  font-size: 140% !important;
  padding: 0 !important;
}


#emitirfactura {
  float: right;
  margin-top: 1.58em;
  margin-right: 0.5em;
  
}


/*Body Pesquisa - Menu 2*/



.active.item {
  background-color: #FFFFFF !important;
}

#larguraTabela2 {
  max-width: 1600px;
  margin: auto;
}

#de,
#a {
  margin-right: 1em;
}


/*Footer*/

#rodape {
  position: absolute;
  bottom: 0;
  color: grey;
  background: WhiteSmoke;
  height: 60px;
  width: 100%;
  padding: 10px;
  -webkit-box-shadow: inset 0px 1px 7px -2px grey;
  -moz-box-shadow: inset 0px 1px 7px -2px grey;
  box-shadow: inset 0px 1px 7px -2px grey;
}


/*Modal*/

.ui.modal {
  padding-left: 1em;
  padding-right: 1em;
  background-color: WhiteSmoke;
}

#palavrapasseform {
  width: 50%;
}

#botoesmodal {
  padding-bottom: 2.3em;
}

#divisao {
  margin-bottom: 0;
  padding-bottom;
  0;
}

.titulomodal {
  margin-top: 0.5em;
  margin-bottom: 1.5em;
  color: grey;
}

#botoescentrado {
  padding-top: 1em;
  max-width: 300px;
  margin: auto;
}

#botoescentrado button{
  min-width: 130px;
}

#login {
	width: 350px;
	vertical-align: center;
}

#fundo {
	height: 100%;
	/*background-color: WhiteSmoke;*/
	/*background-image: url("../images/entrada.jpg");*/
}

#logo {
	background-color: WhiteSmoke;
	background-blend-mode: multiply;
}

@media (max-width: 825px){
  #vendafixa{
    float: left;
    position: relative;
    margin: 0px;
    
  }
  
  #quantidade, #emitirbilhetes, #emitirfactura{
display:inline-block;
    position: absolute;
  }
}


#novo_container {
  max-width: 500px;
}

#novo_venda {
  min-width: 500px;
}

#novo_kids,
#novo_adult {
  display: inline-block;
  width: 49.5%;
  padding: 0px 5px 5px 5px;
  margin: 1em 0em 1em 0em;
}




#novo_botoescheckout {
  text-align: center;
  margin: 0em 0em 0.5em 0em;
}
.dataTables_wrapper{
	width:100% !important;
}
.dataTables_filter  {
	width:100% !important;
	margin-right: 0rem ! important;
	
}

.dataTables_filter input[type=search]{
	width:100% !important;
	margin-right: 0rem;
}

img[src=""] {
  display:none;
}


.imagensBack {
	position:absolute;
     text-align: -webkit-center;
    z-index: -2000;
    width:100%;
    height:100%;
   vertical-align: middle;
       justify-content: center;
           -webkit-justify-content: center;
 
}

.slick-initialized .slick-slide {
   
    display: inline-block;
    vertical-align: middle;
}


.ui.tabular.menu .active.item {
    border-radius: 0.28571429rem 1.9571429rem 0px 0px !important;
}
.ui.tabular.menu .item {
    border-radius: 0.28571429rem 1.9571429rem 0px 0px !important;
}

.cabecalhoTab#firsttab{
	background-color: rgb(21, 166, 78) !important;
}
.cabecalhoTab#secondtab{
	background-color: rgb(22, 171, 226) !important;
}
.cabecalhoTab#thirdtab{
	background-color: rgb(197, 24, 140) !important;
}
.cabecalhoTab#fourthtab{
	background-color: rgb(246, 188, 23) !important;
}

