/********************************************
WIZARD OMNIBEES
VERSÃO: 1.0.0
RELEASE: 31/10/2014
*********************************************/


body,p,
h1,h2,h3,h4,h5
{
    font-family: 'Montserrat', 'Arial', sans-serif !important
}

.body-introduction{
    background-color: #eeb726
}

.body-form{
    /*background-color: #735d9b*/
   /* background-color: #efecf5;*/
     background-color: #fff;
    padding-bottom: 0px;
    height: max-content;
}

/*************************
INPUTS, TEXTAREA, SELECT, CHECKBOX
**************************/
input,textarea,select{
    border-radius: .25em !important;
    border-color: #999 !important;
}
input[type='checkbox']{
    margin: 0 5px 0 0;
}
input[type='file']{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: thin solid rgba(0,0,0, .5);
    border-radius: .25em;
    cursor: text;
    padding: .25em;
    font-size: 14px;
}
textarea{
    min-height: 110px;
}

textarea {
    margin-top:10px;
    min-height: 2em;
    width: 100%;
    padding: 3px;
    transition: all 0.5s ease;
    border-color: #ccc !important;
    color: #606060 !important;
    content: "text"
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #606060;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #606060;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #606060;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #606060;
}

textarea:focus{
    height: 5em !important;
    border-color: #999 !important;
    color: #000 !important;
}

/*************************
TEXTOS
**************************/

h1,h2,h3,h4,h5{ color: #000 !important;}
h1 {font-size:15px !important; font-weight: 600 !important }
h2 {font-size:18px !important; font-weight: 300 !important }
h3 {font-size:26px !important; color:#735d9b; margin: 0; font-weight: 300 !important }

p {font-size:18px; font-weight: 300;line-height: 16px;}
p.explicacao{font-size:14px; line-height: 14px; color: #735d9b;}
p.info-extra{font-size:14px;margin-top:20px;color: #fff; }

p.requisito {font-size:15px; color: #fff; line-height: 20px;}
label{font-size: 14px; color: #4d4d4d;}
label.servicos{ margin: 0 0 5px 25px;font-size: 20px;color: #fff;}

a.config-inicial{text-decoration: underline; font-size: 14px; color: #735d9b;line-height: 40px;}
.lista-templates h3 {
    margin-top: 30px;
}
.lista-templates li {
    font-size: 12px;
}
/*************************
MODAL
**************************/
.reveal-modal h2{
    font-weight: 300;
    color: #000;
    font-size:25px;
}
.reveal-modal p{
    font-weight: 300;
    color: #666;
    font-size:15px;
}

/*************************
TIPOS DE HEADER
**************************/

header{
    background-color: #fff;
    position: relative;
    width: 100%;
    top:0;
    z-index: 999999;
    border-bottom: 1px solid #d7d7d7;
}
.header{
    padding: 15px;
    display: flex;
    flex-direction: row;
}
.header img{
    max-width: 35%;
}
.background-nav {
    background-color: #35285d;
    height: 75px;
    position: absolute;
    width: 100%;
}

/***************************
NAVEGAÇÃO STEP BY STEP
****************************/
nav {
    background-color: #35285d
}

.steps {
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    font-size: 0;
    box-sizing: border-box;
    padding: 0;
    color: #fff;
    margin:5px
}

.steps.vertical {
    overflow: visible;
}

.steps li {
    display: inline-block;
    position: relative;
    padding: 10px 25px 0 35px;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 1rem;
}

.steps.vertical li {
    display: block;
}

.steps.vertical li:after {
    display: none;
}

.steps:not(.vertical) li:before {
    display: block;
    position: absolute;
    z-index: 2;
    content: "";
    left: 0px;
    width: 20px;
    height:40px;
    background-image: url(../img/nav_seta.png);
}

.steps.vertical li.active:after {
    display: block;
    position: absolute;
    z-index: 2;
    content: "";
    top: 0px;
    right: -1.45em;
    background-color: transparent;
    width: 0px;
    height: 0px;
    transform: none;
}

.steps li:hover,
.steps li:hover:after {

}

.steps li.active,
.steps li.active:after {
    color: #fff;
}

.steps li.disabled,
.steps li.disabled:after {
    color: #8D7AAF;
    cursor: wait;
}
.steps li.disabled:before{
    width: 20px;
    height:40px;
    background-image: url(../img/nav_seta_disable.png);
}

.steps span {
    display: inline-block;
    font-size:40px;
    vertical-align:text-top;
}
.steps title{
    display: inline-block;
    font-size: 20px;
    vertical-align: text-top;
    line-height: 20px;
}
.steps p{
    display: inline-block;
    font-size: 12px;
    vertical-align: text-top;
}
.numero-step{
    margin-top: 20px;
    color: #735d9b;
    font-size:32px;
}

/*************************
THUMBNAIL
**************************/
.thumbnail-quarto img{
    width: 100%;
}

img.icon-social{
    margin-top:10px;
}


/*************************
TOOLTIP
**************************/
.hidden{
    display: none;
    border-radius: 5px !important;

}
.hidden p{
    font-size: 10px !important;
}

.whereedit{
    float:right;
    position:absolute;
    right:20px;
    top:10px;
    font-weight:bold;
    color: #fff;
}
/*************************
MAPS
**************************/
.map_canvas{
    height:355px;
    border: 1px solid #999 !important;
    border-radius: .25em !important;
    background: #fff;
}

/*************************
FIELD FORM
**************************/
.field-form{
    /*background-color:#fff;*/
    background-color:#735d9b;
    text-align: left;
    margin-bottom: 50px;
    padding: 25px;
}
.field-form-quartos{
    background-color:#fff;
    text-align: left;
    margin-bottom: 10px;
    padding: 25px 25px 0 25px;
}
.startform{
    margin-top: 50px;
}

label.checkbox{
    width: 290px;
    float: left;
    margin-left: 10px;
    font-size: 13px;
    vertical-align:baseline;
    line-height: px;
    height: 20px;
    position: relative;
}
label.checkbox-proximidade{
    margin-top:8px;
    font-size: 12px;
}
/*************************
VALIDADOR DE CAMPOS
**************************/
.pagina-ok .fa{
    color: #009933;
    font-size: 28px;
    top:8px;
    position: relative;
}

.checked .fa{
    text-align: center;
    color: #009933;
    font-size: 28px;
    background-color: #fff;
    border-radius:50% !important;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 30px;
}

/*************************
BOTÕES
**************************/


.primary {
    background-color: #735D9B;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 0px #35285D;
    -moz-box-shadow: 0px 5px 0px #35285D;
    box-shadow: 0px 5px 0px #35285D;
}
.primary:hover{
    background-color: #645186;
}

.primary-sem {
    background-color: #735D9B;
    border-radius: 5px;
}
.primary-sem:hover {
    background-color: #645186;
}
.secundary {
    background-color: #EEB726;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 0px #C8950F;
    -moz-box-shadow: 0px 5px 0px #C8950F;
    box-shadow: 0px 5px 0px #C8950F;
}
.secundary:hover {
    background-color: #DBA411;
}
.secundary-sem {
    background-color: #EEB726;
    border-radius: 5px;
}
.secundary-sem:hover {
    background-color: #DBA411;
}

.big{
    font-size: 24px;
    top:-5px;
}

.disable{
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
    cursor:none;
}

.size-label{
    margin-top: 20px;
}
.salvar-processo {
    font-size: 14px;
    text-decoration: underline;
    color: #735D9B;

}


/*************************
AJAX FORMULÁRIO NOVO QUARTO
**************************/

.border{border: 3px solid #fff;     border-radius: 5px;}

/************************
FORMULARIO LIST
*************************/
.list tr td{
    font-size: 12px;
}
.list .processo .progress{
    height: 11px;
}
/*************************
FOOTER
**************************/
footer {
    background: #222;
    height: 30px;
}


/*************************
TRADUÇÕES
**************************/
#traducao_en {display:none;}
#traducao_es {display:none;}

#browserother{display:none;}
#osother{display:none;}



/************************
Coginito Form
*************************/


.cognito .c-field .c-helptext:before {
    content: "Nota: ";
    font-weight: bold;
    font-style: normal;
    font-size: 11px;
    text-transform: uppercase
}
.cognito .c-progress-steps ol {
margin-top: 10px!important;
}

.cognito .c-forms-form .c-forms-progress li.c-page-selected a:before{
    background-color: #ffffff!important;
    color: #35285d!important;
    border-color: #fff!important;
    width: 2em!important;
    height: 2em!important;
    font-size: 13px!important;
    padding: 3px 0!important;
}
.cognito .c-forms-form .c-progress-steps a:before {
    background-color: rgba(255,255,255,0.1)!important;
    color: rgba(255,255,255,0.3)!important;
    width: 2em!important;
    font-size: 13px!important;
    height: 2em!important;
    padding: 3px 0!important;
}
.cognito .c-progress-steps li span {
    padding-left: .5em;
    vertical-align: middle;
    color: rgba(255,225,255,.5);
    font-size: 16px!important;
}
.cognito .c-progress-steps .c-page-selected span {
    color: rgba(255,225,255,1)!important;
    font-size: 16px!important;
}
c-non-submit-button {
margin-top: 9px;
}

.cognito .c-field .c-helptext:before {
    content: "Nota: ";
    font-weight: bold;
    font-style: normal;
    font-size: 11px;
    text-transform: uppercase
}

.cognito .c-forms-form input[type=text], .cognito .c-forms-form input[type=password], .cognito .c-forms-form textarea, .cognito .c-forms-form select {
    background:rgba(255,255,255,1)!important;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background-color: white;
    font-family: inherit;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    box-shadow: inset 0 0px 0px rgba(0,0,0,0.1);
    color: rgba(0,0,0,0.75);
    display: block;
    font-size: 0.875rem;
    margin: 0 0 1rem 0;
    padding: 0.5rem;
    height: 2.3125rem;
    width: 100%;
    border-radius: 0!important;
    border: 1px solid rgba(0,0,0,.2)!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: box-shadow 0.45s,border-color 0.45s ease-in-out;
}
.cognito .c-forms-form input[type=text]:focus, .cognito .c-forms-form input[type=password]:focus, .cognito .c-forms-form textarea:focus, .cognito .c-forms-form select:focus {
    box-shadow: 0 0 5px #999999 !important;
}
.cognito .c-forms-form button,
.cognito .c-forms-form input[type=button] {
    border:none;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #EEB726 !important;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 0px #C8950F;
    -moz-box-shadow: 0px 5px 0px #C8950F;
    box-shadow: 0px 5px 0px #C8950F;
    padding: 1.2em 2.8em 1em !important;
}
.cognito .c-forms-form .c-forms-not-available-message, .cognito .c-forms-form .c-page-numbering, .cognito .c-forms-form .c-forms-confirmation-message, .cognito .c-forms-form #c-save-resume-content, .cognito .c-forms-form .c-progress-section, .cognito .c-forms-form .c-forms-payment-order-summary .detail, .cognito .c-forms-form .c-web-paypal-processing {
    background: #35285d !important;
    color: #fff !important;
}
.cognito .c-title {
    margin-top: 40px;
    text-align: center;
}
.cognito .c-forms-form-main {
    margin-top: 0;
}
.c-button-section {
    text-align: center;
    margin: 20px 0!important;
    position: relative;
    border-top: 1px solid #cfcfcf
}
.cognito .c-action {
    float: right;
}
.cognito .c-forms-form .c-save-resume-button-container {
    float: left !important;
    margin: 0 !important;
}
.cognito .c-forms-form .c-save-resume-button-container button{
    background-color: #735D9B !important;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 0px #35285D;
    -moz-box-shadow: 0px 5px 0px #35285D;
    box-shadow: 0px 5px 0px #35285D;
    color: #fff !important;
}

.cognito .c-forms-form {
    background: transparent !important;
    width: 100%;
    max-width: 100% !important;
}
.cognito .c-forms-form-main h3{
    text-align: center;
    margin: 1em 0 0.4em !important;
    font-size: 24px!important;
    font-weight: 300!important;
}
.cognito .c-field {
    background-color: #efecf5  !important;
    text-align: left;
    padding: 5px 10px 5px;
    position: relative;
}
.cognito .c-field.c-error>.c-validation {
    margin: -16px 0 0 15px !important;
    position: absolute;
}
.cognito .c-forms-form .c-label {
    color:#35285d !important
}
.cognito .c-helptext {
    text-align: center !important;
    font-size: 14px !important;;
    line-height: 14px !important;
    color: #735d9b !important;
    font-style: normal;
    font-weight: 400!important;
    margin-top: 0!important;
    padding-top: 0!important;
    margin-bottom: 20px;
}

.cognito .c-field .c-helptext {
    text-align: left!important;
    color: rgba(1,1,1,0.5) !important;
    margin-bottom: 10px;
    margin-top: -2px!important;
    font-size: 12px !important;
    font-style: italic;
}

.cognito .icon-remove-sign:before {
    content: "x";
    background: #eeb726;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 2px;
    font-weight: bold;
    color: #35285d;
    margin-top: -5px;
}
.fa {
    font-family: 'FontAwesome'!important
}

.cognito .c-forms-form .c-repeating-section-group > div:nth-child(odd) {
    background: transparent!important
}
.cognito .c-forms-form hr {
    background-color: rgba(53, 40, 93, 0.5)!important;
}
.cognito .c-repeating-section-item {
    margin-left: 0!important;
}
.cognito .c-editor p {
    margin-bottom: 0!important
}
.cognito .c-choice-checkboxes .c-label,
.cognito .c-forms-form .c-label{
    font-size: 15px!important;
    font-weight: normal!important;
    font-family: 'Montserrat','Arial',sans-serif !important;;
}
.cognito .c-editor .c-choice-option label {
    line-height: 0.8em !important;
}
.cognito .c-editor .c-choice-option span {
    font-size: 13px;
    vertical-align: baseline !important;
    height: 10px !important;
}
.cognito .has-switch>div {
    border-radius: 5px;
    overflow: hidden;
}
.cognito .has-switch span.switch-primary,
.cognito .has-switch span.switch-left {
    background: #EEB726 !important
}
.cognito .has-switch>div.switch-on,
.cognito .has-switch>div.switch-off {
    margin-bottom: -3px !important;
}
.cognito .has-switch label {
    background: rgba(0,0,0,0.3)
}
.cognito .has-switch {
    border-radius: 5px !important;
    overflow: hidden!important;
    border: 1px solid rgba(0,0,0,0.4)
}
.cognito .has-switch label:hover,
.cognito .has-switch label:focus,
.cognito .has-switch label:active,
.cognito .has-switch label.active,
.cognito .has-switch label.disabled,
.cognito .has-switch label[disabled] {
    background: rgba(0,0,0,.4)!important
}

.cognito .has-switch span.switch-right {
    background: #35285d!important;
    color: #fff!important;
}
.cognito .c-progress-steps ol {
    position: relative;
    display: inline-block;
    padding: 0!important;
    width: 100% !important;
}
.cognito .c-forms-progress li {
    text-align: left!important;
    width: 20%!important;
    float: none!important;
}
.cognito .c-forms-form .c-progress-steps li:before {
    font-size: 2.2em!important;
    color: #fff!important;
    font-weight: lighter;
    margin: 0!important;
    position: relative;
    width: 46px;
}
.cognito .c-progress-steps li {
    opacity: 1!important;
    margin: 0!important;
    display: inline-block;
    color: #8D7AAF;
}
.cognito .c-progress-steps li.c-page-selected {
    opacity: 1!important;
    color: #fff!important;    
}
.cognito .c-progress-steps li span {
    font-weight: normal!important;
    margin-top: -10px;
}
.cognito .c-progress-steps li:before {
    border: none!important;
}
.cognito .c-progress-steps li:after {
/*    content: "Informação Base";*/
    font-size: 0.8em;
    font-weight: lighter;
    position: absolute;
    bottom:0px;
    left:56px
}
.cognito .c-forms-form .c-forms-progress li.c-page-selected:before,
.cognito .c-forms-form .c-progress-steps li:before{
    background: transparent!important;
}
.cognito .c-forms-form .c-forms-progress li.c-page-selected:before {
    color: #fff !important;
}
.cognito .c-forms-form .c-progress-steps li:before {
    color: #8D7AAF!important;
}
.cognito .c-progress-steps li:after{
    font-weight: lighter;
    position: absolute;
    bottom:5px;
    left:55px;
    font-size: 12px !important;
    font-family: 'Montserrat','Arial',sans-serif !important;
    text-rendering: optimizeLegibility !important;
}
/*
.cognito .c-progress-steps li:nth-child(1n):after {
    content: "Informações Base";
    font-size: 0.8em; 
}
.cognito .c-progress-steps li:nth-child(2n):after {
    content: "Defina Tipologias";

}
.cognito .c-progress-steps li:nth-child(3n):after {
    content: "Conteudos Extras";

}
.cognito .c-progress-steps li:nth-child(4n):after {
    content: "Carregue fotos";

}
.cognito .c-progress-steps li:nth-child(5n):after {
    content: "Partilhe o hotel";

}
*/
.cognito .c-page-numbering {
    margin: 0 auto;
    width: 60px;
    text-align: center;
    float: none !important;;
    border-radius: 20px;
}


/************************
TEMPLATES
*************************/
.lista-templates .template {
    padding: 50px 0
}
.lista-templates .template:nth-child(even) {
    background: #CCC
}

.lista-templates .template:nth-child(even) {
    background: #fff
}


.titulo {
    background: #fff;
    padding: 50px;
    text-align: center
}
.titulo h2 {
    text-align: center;
    font-size: 48px !important;
}
.tab {
    overflow: hidden;
    background: #fff;
    text-align: center;
}

.tab button {
    /*
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    background: #ddd;

    */
    color: #35285d;
    border:none;
    font-weight: 400;
    text-transform: uppercase;
    background-color:  #ddd;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 0px #ccc;
    -moz-box-shadow: 0px 5px 0px #ccc;
    box-shadow: 0px 5px 0px #ccc;
    padding: 1.0em 2.0em !important;

}

.tab button:hover {
    background-color: #8D7AAF;
    -webkit-box-shadow: 0px 5px 0px   #735D9B;
    -moz-box-shadow: 0px 5px 0px  #735D9B;
    box-shadow: 0px 5px 0px  #35285d;
}
.tab button.active {
    background-color: #735D9B;
    color: #fff;
    -webkit-box-shadow: 0px 5px 0px   #735D9B;
    -moz-box-shadow: 0px 5px 0px  #735D9B;
    box-shadow: 0px 5px 0px  #35285d;
}
/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}


/*Aviso inicial*/
#overlay-aviso {
    background: rgba(0,0,0,0.75);
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 99;
}
.aviso {
    background: #fff;
    z-index: 999;
    margin: 5% auto;
    padding: 20px;
}
.aviso p,
.aviso li{
    font-size:0.9em;
    font-weight: 100
}
.aviso button {
    background:#735D9B;
}


/*Slider*/
.flipster__nav__child {
    background: none;
    margin-left: 0;

}
.flipster__nav__item--current > .flipster__nav__link, .flipster__nav__link:hover, .flipster__nav__link:focus {
    font-size: 20px;
}

.flipster__nav__child .flipster__nav__link {
    color: #fff;
}

.flipster__nav__link::after {
    background-color: #EEB726;
    border-radius: 5px;
    border-bottom: 5px solid #C8950F;
    transform: translateY(110%) translateY(-0.25em);
    /*
    -webkit-box-shadow: 0px 5px 0px #C8950F;
    -moz-box-shadow: 0px 5px 0px #C8950F;
    box-shadow: 0px 5px 0px #C8950F;
    */
}


.flipster__nav__child .flipster__nav__link::after {
    background:#735D9B;
    color: #fff;
    border-radius: 5px;
    border-bottom: 5px solid #35285D;

    /*
    -webkit-box-shadow: 0px 5px 0px #35285D;
    -moz-box-shadow: 0px 5px 0px #35285D;
    box-shadow: 0px 5px 0px #35285D;
    */
}
.flipster__nav__child .flipster__nav__item--current > .flipster__nav__link,
.flipster__nav__child .flipster__nav__link:hover,
.flipster__nav__child .flipster__nav__link:focus {
    color: #fff;
}

.flipster--flat .flipster__item--past,
.flipster--flat .flipster__item--future {
    opacity: 0.15;    
}

.flipster__nav__child .flipster__nav__link {
    color: #111;
}
.flipster__nav__child .flipster__nav__link a {
    text-decoration: none;
}
#flat {
    padding-top: 10px;
}
#flat img {
    height: 60vh
}