﻿ul.os-internal-ui-autocomplete {
  padding-left: 14px !important;
  max-width: 462px !important;
  max-height: 230px !important;
  
  -webkit-box-shadow: 0px 4px 15px 2px rgba(0,0,0,0.2) !important;
  -moz-box-shadow: 0px 4px 15px 2px rgba(0,0,0,0.2) !important;
  box-shadow: 0px 4px 15px 2px rgba(0,0,0,0.2) !important;
}

ul.os-internal-ui-autocomplete a.os-internal-ui-state-hover {
  border-top: 1px solid #F0F3F6 !important;
  border-bottom: 1px solid #F0F3F6 !important;
  background-color: #F0F3F6 !important;
  color: var(--color-neutral-8) !important;
}
.search{
  margin-top: 20px;
  width: 380px;
}

.searchHeader .ThemeGrid_Width6 {
  margin-left: 145px;
}

/*Tablet*/



/*Phone*/
.phone .search{
    width: 100%;
}
.phone .application-name{
    display: none;
}


.phone .main-content{
    padding-top: 50px;
}
.phone .menu-icon,
.tablet .menu-icon
{
    display: none !important;
}

/*Configuração para tablet com tela pequena.*/
@media only screen and (max-width: 600px) {
    .tablet .tablet-menor{
        width: 100%;
    }
    .tablet .header-left{
        display: none;
    }
    .text-right-tablet-menor{
        text-align: right;
    }
    .tablet .header-center{
        margin-left: 0px;
        padding-left: 0px;
        padding-right: 0px;
        margin-right: 0px;
    }
    
    .tablet ul.os-internal-ui-autocomplete{
        margin-left: 10%;
        width: 380px !important;
    }
   
   
    
    /*
    .tablet .header-center div{
        width: 100%;
    }
    .tablet .header-center div div{
        width: 100%;
    }
    .tablet .search{
        width: 100% !important;
    }
    */
    .tablet .searchHeader{
        text-align: left !important;
    }
}


/*Se for iphone x deixar espaço para a camera centralizada.*/
@media only screen and (max-width: 375px) and (min-width: 375px) 
and (max-height: 812px) and (min-height: 812px) 
{
    .ios.phone .header{
        padding-top: 35px;
    }
    .ios.phone .main-content{
        padding-top: 35px;
    }
}

.phone .header-center{
    margin-top:  20px;
    padding: 0px;
}
.phone .header-center>div{
    width: 100%;
}

.phone ul.os-internal-ui-autocomplete{
    width: auto !important;
    margin-right: 15px;
}


.phone .animate-wrapper.is--visible,
.phone .searchHeader,
.phone .search
{
    width: 100%;
}
.phone .search{
    margin-top: 30px;
}

.phone .searchHeader
{
    height: 80px;
    margin-top: -40px;
}

.input-with-icon .input-with-icon-content-icon.search-actions{
    top: 2px;
}

.text-left-tablet-menor{
    text-align: right;
}
