/*************************************
 * Ajustes visuais do motor de busca 
 *************************************/

/* Datepicker*/
/*Mant&eacute;m o calendário com as datas dentro do tbody*/
.ui-datepicker td {
  text-indent: 4px !important;
}


/*Remove o fundo dos descritivos no buscador*/
.input-group {
  /*border-left: 1px solid #eee !important;
  border-right: 1px solid transparent !important;
  border-top: 1px solid #eee !important;
  border-bottom: 1px solid #eee !important;
  */
  background-color: #FFF !important; 
}

/*Remove o fundo dos descritivos no buscador*/
.input-group-addon {
  color: #FFF !important;
  background-color: #D91B5C !important; 

  webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s !important;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;

  border-left: 1px solid #D91B5C !important;
  border-right: 1px solid transparent !important;
  border-top: 1px solid #D91B5C !important;
  border-bottom: 1px solid #D91B5C !important;
}

.form-control {
  border-left: 1px solid #b9b9b9 !important;
  border-right: 1px solid #b9b9b9 !important;
  border-top: 1px solid #b9b9b9 !important;
  border-bottom: 1px solid #b9b9b9 !important;
}

/*Remove linha inferior das tabs*/
.nav-tabs {
  border-bottom: 1px solid transparent !important;
  background-color: transparent !important; 
  margin-top: -14px;
}

/*Remove fundo branco das nav-tabs do buscador de aÃ©reo, hotel e serviÃ§os*/
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus {
  color:  #F4F4F5 !important;
  cursor: pointer  !important;
  background-color: transparent !important; 
   border: 1px solid transparent !important; 
  border-bottom-color: transparent;

  /*webkit-filter: brightness(0.91) grayscale(1);
  filter: brightness(0.91) grayscale(1);*/
}

/*Remove fundo branco das nav-tabs do buscador de aÃ©reo, hotel e serviÃ§os*/
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  color: #D91B5C !important;
  cursor: pointer !important;
   background-color: #FFF !important; 
   border: 1px solid transparent !important; 
  border-bottom-color: transparent;

  /*webkit-filter: brightness(0.91) grayscale(1);
  filter: brightness(0.91) grayscale(1);*/
}

.nav-tabs>li>a {
  color:#292b2c; 
}

/*Remove bordas onhover das nav-tabs*/
.nav-tabs>li>a:hover {
   border-color: transparent !important/* #eee #eee #ddd*/; 
}

/*Remove fundo cinza onhover das nav-tabs*/
.nav>li>a:hover {
  text-decoration: none;
  background-color: #FFF !important /*#eee*/;
}

/*Alinha conteÃºdo das nav-tabs ao centro*/
.aliCenter{
  text-align: center !important;
  justify-content: center !important;
}


#i_frame {
  background: transparent;
}

#div_frame {
  background-image:url('https://visitebrasilia.com.br/wp-content/themes/whitelabel/preloader.gif');
  background-size: 200px auto;
  background-repeat: no-repeat;
  background-position: center center;
}

/****************************************
 *  Folha de estilos WHITELABEL   
 ****************************************/


 #myModal{
    padding-right: 0px !important;
    overflow: hidden !important;
 }
 .modal-dialog {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  
  .modal-content {
    height: auto !important;
    min-height: 100% !important;
    min-width: 100% !important;
    border-radius: 0 !important;
  }


.noPadding{
    padding:0px !important;
}

.no-gutter{
    margin: -15px !important;
    padding: -15px !important;
}

 #compra{
    margin-top: 130px;
 
}
#area-do-cliente{
    margin-top: 200px !important;
}
#login{
    width:100vw !important;
    height: 100vh !important;
    overflow-x:show !important;
    bottom:5px;
    border:none;
    margin:0px !important;
}

#comprar {
    color: #212121 !important;
    font-weight: 650 !important;   
    font-family: Roboto, sans-serif !important;
    font-size: 1.6em !important;
}

#servicos {
    width: 100%;
    color: #212121;
    font-weight: 400;
    font-size: 16px/24px;
    font-family: Roboto, sans-serif;
    margin: 0 auto ;
    float: inherit;
}
/*  */
#tabServicos{
    margin-top: 50px !important;
}

.larguraSelect{
    width: 100%;
}

.margemBottom10{
    margin-bottom:10px;
}

.margemBottom6{
    margin-bottom: 6px;
}

.margemTop10{
    margin-top:10px;
}

.margemTop6{
    margin-top: 6px;
} 


    .meus-pedidos{
        width: 100% !important;
    }
    .btnConsulta{
        width:100% !important;
        text-transform: uppercase !important;
        font-weight: bold !important;
        color:#FFF !important;
        font-size:16px !important;
        padding-top:6px !important;
        padding-bottom:6px !important;
        margin-bottom: 20px;
    }
    .btn-blue{
        font-family: 'Montserrat', sans-serif !important;
        width: 100%;
        font-size: 17.5px;
        font-weight: 400;
        color: #fff;
        text-align: center;

         background-color: #D91B5C;
        /* azul escuro #1a237e; #59aed1 */
        border-color: #be5379;
        border-radius: 3px;
        border: 0;
        
        box-sizing: border-box;
        padding: 7px 10px;
        cursor:pointer;
        
        float: left;
        margin-bottom:15px;

    }

    td{
        font-family: 'Montserrat', sans-serif !important;
        font-weight: normal;
        line-height: 15px;
    }
    .input-group{
        width:100% !important;
    }



.ui-widget {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 14px;
    z-index: 100000 !important;
}

/* corrige tamanho das datas para caber dentro do calendário */
.ui-datepicker table {
    font-size: .87em !important;
}

/* custom ~ tabs com fundo esmaecido */
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    background-color: rgba(255, 255, 255, 0.8);
}


/* custom radio */
[type="radio"]:checked,
[type="radio"]:not(:checked)
{
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    top:-2px;
    left:-2px;
}
[type="radio"]:checked:before,
[type="radio"]:not(:checked):before {
    content: '';
    position: absolute;
    left: -2px;
    top: -2px;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked:after,
[type="radio"]:not(:checked):after {
    content: '';
    width: 12px;
    height: 12px;
    background: #414241;
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked):after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


.clear{
  clear:both;
}





