@media all and (orientation: portrait) {
  #player {
    height: 40vh;
  }
}

@media all and (orientation: landscape) {
  #player {
    height: 90vh;
    width: 90vw;
    margin: auto;
  }
}

.search-input {
  background: #b31217;
  border: none;
  border-radius: 20px;
  width: 96%;
  margin: 6px auto 6px auto;
  height: 37px;

  background-image: url("data:image/svg+xml;utf8,<svg width='41px' height='40px' viewBox='0 0 41 40' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><title>Slice 1</title><g id='Page 1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='search' fill='#FFFFFF'><path d='M0.504,16.338 C0.504,25.085 7.635,32.165 16.444,32.165 C25.24,32.165 32.382,25.085 32.382,16.338 C32.382,7.591 25.24,0.5 16.444,0.5 C7.635,0.5 0.504,7.591 0.504,16.338 L0.504,16.338 Z M5.555,16.338 C5.555,10.359 10.423,5.521 16.445,5.521 C22.455,5.521 27.333,10.36 27.333,16.338 C27.333,22.317 22.455,27.156 16.445,27.156 C10.423,27.156 5.555,22.316 5.555,16.338 L5.555,16.338 Z M27.666,30.861 L34.521,38.67 C35.625,39.772 36.338,39.781 37.46,38.67 L39.661,36.489 C40.743,35.408 40.811,34.711 39.661,33.568 L31.765,26.793 L27.666,30.861 L27.666,30.861 Z M27.666,30.861' id='Shape'></path></g></g></svg>");
  background-position: 8px center;
  background-repeat: no-repeat;
  -webkit-background-size: 17px;
  background-size: 17px;
  font-weight: 400;
  display: block;
}

.search-input input {
  color: white;
}

.search-input input::-webkit-input-placeholder{ color: #e52d27;}
.search-input input:-moz-placeholder{ color: #e52d27;}
.search-input input::-moz-placeholder{ color: #e52d27;}
.search-input input:-ms-input-placeholder{ color: #e52d27;}


.search-input input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.search-bar {
  background: #e52d27;
  width: 100%;
  position: fixed;
  display: block;
  z-index: 2;
}

ons-list-item > .center {
  padding-right: 15px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}

ons-list-item > .left {
  align-self: flex-start;
  min-width: 0px;
}

ons-page:not([modifier~=material]) > .search-bar ~ .content {
  margin-top: 49px;
}

.after-list {
  margin: 20px 0;
  color: #999;
  font-size: 15px;
  text-align: center;
}

.thumbnail {
  width: 88px;
}

.title {
  font-weight: 500;
  line-height: 16px;
  font-size: 15px;
  margin-bottom: 6px;
  width: 100%;
}

.user {
  font-size: 12px;
  opacity: 0.8;
  color: #e52d27;
  margin-bottom: 6px;
  width: 100%;
}

.desc {
  line-height: 1.2;
  font-size: 13px;
  width: 100%;
}

.android-search-modal {
  background-color: rgba(0,0,0,.05);
}

.android-search-bar {
  background-color: #fff;
}

.android-search-bar ons-input {
  width: 100%;
}

/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-family: Arial;
  font-size: 30px;
}
.custom-select select {
  display: none; /*hide original SELECT element:*/
}
.select-selected {
  background-color: DodgerBlue;
}
/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}
/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}
/*style items (options):*/
.select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

input[type="file"] {
    display: none;
}

.red {
  color: red;
}

.green {
  color: green;
}

.tipo_catalogo {
  background-color: red;
}

.tipo_app {
  background-color: green;
}

.splash_land_hdpi{

	background-image: url("/imagens/splash-land-hdpi.png");
	background-repeat: no-repeat;
    background-size: cover;
}

.splash_img{
	
	border-radius: 50%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    background-size: 75px;
	width: 230px;
    height: 230px;
    display: inline;
    background-color: aliceblue;
	
	
}


.home_page{
	background-image: url("/imagens/body-bg.png");
	background-repeat: no-repeat;
    background-size: cover;

}


.tbl-main .nome_restaurante{

	
    width: 95%;
    height: 40px;
    line-height: 40px;
    color: #000;
    margin: auto;
    margin-bottom: 12px;
    margin-top: 6px;
    background-color: white;
    border-radius: 10px;

}

.tbl-main{

	line-height: 1.2;
	font-size: 13px;
	width: 100%;
 text-align: center;
 
 margin:auto;
	
}

.tbl-main div{

	/*margin:auto;
	/*margin-top: 6px;*/
}



.tbl-main .entrega {

	line-height: 1.2; 

    width: 95%;
    text-align: center;
    height: 100px;
    background-color: #AABAF6;
    border-radius: 6px;
    vertical-align: middle;
    margin-top: 20px;
	
	background-image: url("/imagens/bt_delivery.png");
	background-position: right;
    background-repeat: no-repeat;
    background-size: 111px;
    position: relative;
	
}

.tbl-main .entrega .texto{

    font-size: 43px;
    color: white;
    position: relative;
    /* left: 70px; */
    right: 90px;
    top: 20px;
	
}

.tbl-main .entrega .subtexto{

    font-size: 23px;
    color: white;
    position: relative;
    /* left: 70px; */
    right: 0px;
    top: 0px;
	
}

.tbl-main .retira {

	line-height: 1.2; 
    /* font-size: 13px; */
    width: 95%;
    text-align: center;
    height: 100px;
    background-color: #70EDA9;
    border-radius: 6px;
    vertical-align: middle;
	
	background-image: url("/imagens/bt_retira.png");
	background-position: right;
    background-repeat: no-repeat;
    background-size: 100px;
    position: relative;
	
   
}


.tbl-main .retira .texto{

    font-size: 43px;
    color: white;
    position: relative;
    /* left: 70px; */
    right: 90px;
    top: 20px;

}

.tbl-main .retira .subtexto{

    font-size: 23px;
    color: white;
    position: relative;
    /* left: 70px; */
    right: 0px;
    top: 0px;

}

.tbl-main .outros {

	line-height: 23px;
	font-size: 23px;
    color: white;

    width: 90%;
    text-align: center;
	padding:10px;
    background-color: cadetblue;
    border-radius: 6px;
    vertical-align: middle;
    margin-top: 20px;
    position: relative;

}


.red {
	
    color: white;
    background-color: red!important;

}

.tbl-main .fechado {
	
    color: #000!important;
    background-color: #fff!important;

}



.scroll-container {
    width: 400px;
    height: 95px;
    white-space: nowrap;
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}


.scroll-container label{
	   
	margin-left:50px;
}

.scroll-container div{

    /* width: fit-content; */
    /* font-family: Raleway; */
    border: 2px solid #005D92;
    border-radius: 11px;
    /* padding: 9px 9px 5px 10px; */
    color: #005D92;
    /* background-color: #005D92; */
    padding: 11px;
    font-size: 17px;
    max-width: 125px;
    width: 98px;
    text-align: center;
    /* width: 24.5%; */
    /* background-color: #eee; */
    /* float: none; */
    /* height: 90%; */
    /* margin: 0 0.25%; */
    display: inline-block;
	margin:4px;
}


.scroll-container-vertical {

    height: 220px;
    white-space: nowrap;
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;

}

.scroll-container-vertical div{


    border: 2px solid #005D92;
    border-radius: 11px;
    /* padding: 9px 9px 5px 10px; */
    color: #005D92;
    /* background-color: #005D92; */
    padding: 11px;
    font-size: 17px;
    /* max-width: 125px; */
    width: 90%;
    text-align: center;
    /* width: 24.5%; */
    /* background-color: #eee; */
    /* float: none; */
    /* height: 90%; */
    /* margin: 0 0.25%; */
    /* display: inline-block; */
    margin: 4px;
}