﻿.btn {
    min-height: 40px;
}

.btn:focus, .btn:active, .btn:active:focus, .btn:hover {
    -webkit-appearance: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    outline: none;
}

.btn-primary:disabled {
    background-color: #cccccc;
    border-color: #cccccc;
}

.btn-primary:disabled:hover {
    background-color: #999999;
    border-color: #999999;
}

.btn--text {
    background: transparent;
    border: 0;
    color: #337ab7;
}

.btn--text:focus {
    outline: none;
}

.btn--cotar {
    font-family: "Proxima Nova Bold", Helvetica, Arial, sans-serif;
    background-color: #76b01c;
    color: #ffffff;
    font-size: 1em;
    text-transform: uppercase;
    width: 100%;
}

.btn--cotar:hover, .btn--cotar:focus {
    background-color: #558630;
    color: #e1e1e1;
}

.btn--cotar:active {
    background-color: #adcb57;
    color: #ffffff;
}

.btn-continuar, .btn-full {
    text-transform: uppercase;
    width: 100%;
}

.btn--pesquisa {
    width: 100%;
}

.btn--pesquisa:before {
    content: "\e911";
    font-family: 'Allianz Sans Icon' !important;
    font-size: 1.2em;
}

.menu-btn-actions.solicitar-atendimento {
    width: 100%;
}

.menu-btn-actions.btn--telefone:before {
    content: "\e911";
    font-size: 3em;
    left: 50%;
    margin-left: -18px;
    top: 10px;
}

.btn--input {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 2px;
    cursor: pointer;
    box-sizing: border-box;
    display: block;
    height: 40px;
    padding: 6px 12px;
    text-align: left;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    width: 100%;
}

.btn--input:hover {
    border-color: #999999;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.btn-numeroPassageiros {
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 0;
    color: #0060a9;
}

.btn-numeroPassageiros:hover {
    background-color: #0060a9;
    color: #ffffff;
}

.btn-numeroPassageiros:disabled {
    color: #666666;
}

.btn-numeroPassageiros:disabled:hover {
    background-color: #666666;
    color: #ffffff;
}

@media (min-width: 768px) {
    .menu-btn-actions.btn--telefone:before {
        font-size: 3em !important;
        left: auto !important;
        margin-left: 0 !important;
        margin-top: 0 !important;
        right: 43% !important;
        top: 10px !important;
    }
    .menu-btn-actions.solicitar-atendimento {
        padding-top: 30px;
    }
    .menu-btn-actions.solicitar-atendimento:before {
        font-size: 3em !important;
    }
    .menu-btn-actions:active:before, .menu-btn:focus:before {
        color: #0060a9;
    }
}