/* Empty. Add your own CSS if you like */

.dialog {
	background: #fff;
	width: 100%;
	min-height: 40px;
	max-height: 270px;
	border-top: 1px solid #f4f4f4;
	overflow: auto;
}

.dialog div {
	padding: 20px 10px;
	font-size: 13px;
	cursor: pointer;
	transition: all 0.1s;
	text-align: left;
}

/* Empty. Add your own CSS if you like */
.navcontainer ul li {
	display: inline;
}

.center {
	text-align: center;
}

#lateralTexto{
  width: 80%;
    margin-left: 8%;
}

.success {
    background-color: #73c473;
    color: #FDFEFD;
}

.error {
    background-color: #cc3e3b;
    color: #FDFEFD;
}

.error-container {
  margin: 5% 0;
  width: 100%;
  height: 50px; 
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: #f86767;
  border: solid 1px #f86767;
  border-radius: 5px;
}

.has-error {
    border-bottom: solid 2px red;
}

.form-error {
  color: #ff0000;
}

.button.button-icon.input-button {
  position: absolute;
  right: 0;
  top: 5px;
  color: #bbb;
}
.item img {
  height: 60px;
  width: 60px;
  float: left;
  margin-right: 10px;
}
.list .my-item.item {
  left: 0;
  right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.btn {
    float: right;
    
}

.itens-pedido {
    font-size: 5px;
}

.list.list-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  width: 100%;
  /* Radio item */
  /* Checkbox */
  /* /!\ not fully working with long-text on */ }
  .list.list-inline .item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: inherit; }
  .list.list-inline .item-radio .item-content {
    /* give some room to the right for the checkmark icon */
    padding: 12px;
    padding-right: 16px; }
  .list.list-inline .item-radio .radio-icon {
    /* checkmark icon will be hidden by default */
    padding: 5px; }
  .list.list-inline .item-checkbox {
    padding-left: 44px; }
    .list.list-inline .item-checkbox .checkbox {
      padding-left: 0; }




  .list.list-inline.pretty .item-radio {
    border: none;
    background: #EFEFEF;
    margin-right: 1px; }
    .list.list-inline.pretty .item-radio:first-child {
      -webkit-border-top-left-radius: 50px;
      border-top-left-radius: 50px;
      -webkit-border-bottom-left-radius: 50px;
      border-bottom-left-radius: 50px; }
    .list.list-inline.pretty .item-radio:last-child {
      -webkit-border-top-right-radius: 50px;
      border-top-right-radius: 50px;
      -webkit-border-bottom-right-radius: 50px;
      border-bottom-right-radius: 50px; }
    .list.list-inline.pretty .item-radio .item-content {
      background: #EFEFEF;
      text-align: center;
      padding: 12px; }
    .list.list-inline.pretty .item-radio .icon {
      display: none; }
    .list.list-inline.pretty .item-radio input:checked ~ .item-content {
      background-color: #444;
      color: white;
      -webkit-border-radius: 50px;
      border-radius: 50px; }


			.item-select {
				background-color: #f6e39f !important;
			}



.custom-item-divider.item-divider {
  background-color: #336688;
  color: white;
}
.custom-item-divider.item.activated {
  background-color: #336688;
  opacity: 0.8;
}



 .swiper-container {
        width: 100%;
        height: auto;
        
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

.cor-padrao{
     background-color:rgb(212, 212, 212);
}

.pesquisa{
	margin-bottom: 10px;
	margin-top: 10px;
}

.botao-pesquisa{
	width: 100%;
}



.tabela{
	overflow-y:scroll;
	overflow-x:none;
	word-break: break-all;
	border-bottom:1px solid #a1a1a1;
	border-top:1px solid #a1a1a1;
  height: 130px;	
}


.oco {
	margin-left:10px; 
	margin-right: 10px;
}
.aviso{
	padding-top: 130px;
}

.menor{
	padding: 0px;
}

.imagemGrande{
	width: 500px; 
	height: 500px;
	margin-left: 20%;
}

.ocorrecias{
	width: 80%; 
	margin-left: 15%;
}

@media only screen and (max-width: 1050px) {
	.aviso{
		padding-top: 0px;
	}

	.menor{
		padding-left: 40px;
		width: 230px;
	}

	.fil{
		margin-top: 10px;
	}
	.imagemGrande{
		margin-left: 5%;
	}
}


.msg {
  color: whitesmoke;
  padding: 10px 20px;
  margin: 10px 20px;
  word-break:normal !important;
}

.ext {
  background: #009587;
  float: right;
  text-align: right;
  width: 50%;
  word-break:normal !important;
  border-radius: 10px 10px 0 10px;
}

.int {
  background: #5F7C8A;
  float: left;
  text-align: left;
  width: 40%;
  overflow-wrap: break-word;
  border-radius: 0 10px 10px 10px;
}

.extTime {
    color: #454444 !important;
    font-size: 10px;
    text-align: right;
    padding: 0px;
    margin-bottom: -10px;
}

.intTime {
    color: #454444 !important;
    font-size: 10px;
    text-align: left;
    padding: 0px;
    margin-bottom: -10px;
}

.topo {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    background: rgba(32, 130, 169, 0.90);
    z-index: 100;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    color: white;
}
 
.chat{
	width: 60%;
	margin-left: 25%;
}

@media only screen and (max-width: 760px) {
	.pecas{
		margin-left: 10px !important;
	}
	.imagemGrande{
		width: 200px; 
		height: 200px;
		margin-left: 10%;
	}



	.ocorrecias{
		width: 100%; 
		margin-left: 1%;
	}


}

.table{
  overflow-x: scroll;
}


.check-loja div span{
  white-space: pre-wrap;
}

.table-tr th , td{
   padding-left: 10px;
}

.no-padding {
  padding: 0px !important;
}

a span{
  color: rgb(56, 189, 230);
}

.aba{
  text-align:  center;
  border-radius: 8px;
  border-top: 1px solid #b1aeae;
  border-bottom:  white;
  border-left: 1px solid #b1aeae;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-right: 1px solid #b1aeae;
}

.seta-direita{
  float: right;
  font-size: 20px;
}

.quant{
  text-align: center
}


.check-index{ 
  padding: 8px;
  padding-left: 60px;
}



