﻿.tituloServico {
    font-size: 15px;
}

/*Mostrar processamento das páginas*/
#ajaxLoadingBox {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 45px;
    width: 45px;
    background: url('../images/loader.gif') no-repeat;
    border-radius: 10px;
}

/*Alerta de validação dos formulários*/
input.validationElement {
    border: 1px solid #cc0000;
}

.validationMessage {
    margin-left: 6px;
    color: #cc0000;
}

/*Alinhamento da imagem nas páginas de serviços*/
img.face {
    float: left;
    border: transparent thin solid;
    padding: 0px;
    margin: 0px 17px 10px 0px;
    /*max-width: 186px;*/
}

/*Desabilitar botão*/
.desabilitar-botao {
    pointer-events: none;
}

/*Customizando o input file*/
input[type="file"] {
    display: none;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.closebannercomunicado {
    top: -30px !important;
    font-size: 36px !important;
    background-color: #fff !important;
    color: #000 !important;
    border-radius: 100px !important;
    height: 50px !important;
    width: 50px !important;
    position: absolute;
    right: -26px;
}

    .closebannercomunicado:hover {
        background-color: #fff !important;
    }

#modalComunicado .modal-dialog {
    margin-top: 15vh;
}

.whatsapp2 {
    position: fixed;
    /* width: 70px; */
    /* height: 70px; */
    bottom: 58px;
    right: 16px;
    background-color: #25d366;
    color: #fff !important;
    border-radius: 3px;
    text-align: center;
    line-height: 20px;
    font-weight: 600;
    font-size: 22px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
    padding: 5px;
    text-shadow: 0px 2px 5px #333333;
}

.whatsapp {
    position: fixed;
    bottom: 60px;
    right: 25px;
    width: 47px;
    height: 47px;
    line-height: 24px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px; 
    z-index: 1000;
}
    .whatsapp a, .whatsapp a:hover {
        color: #fff;
    }
    .whatsapp:hover {
        background-color: #033a35;
        color: #fff;
        font-size: 30px;
    }

@keyframes blink {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0.5;
    }
}
 

/* Alternativa com mudança de cor */
@keyframes blink-color {
    0%, 50%, 100% {
        background-color: #25d366;
    }

    25%, 75% {
        background-color: #34ac61;
    }
}

.whatsapp-color {
    position: fixed;
    width: 81px;
    height: 81px;
    bottom: 93px;
    right: 27px;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 59px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
    animation: blink-color 1.5s infinite;
}

    .whatsapp-color:hover {
        background-color: #fff;
        color: #25d366;
        animation: none;
    }

.nav-tabs {
    border-bottom: none;
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        border: none;
        color: #ffffff !important;
        background: #444444;
    }

    .nav-tabs > li > a {
        border: none;
        color: #444444;
        background: #f4f4f4;
    }

        .nav-tabs > li.active > a, .nav-tabs > li > a:hover {
            border: none;
            color: #ffffff !important;
            background: #444444;
        }

        .nav-tabs > li > a::after {
            content: "";
            background: #444444;
            height: 2px;
            position: absolute;
            width: 100%;
            left: 0px;
            bottom: -1px;
            transition: all 250ms ease 0s;
            transform: scale(0);
        }

    .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after {
        transform: scale(1);
    }

.tab-nav > li > a::after {
    background: #444444 none repeat scroll 0% 0%;
    color: #ffffff;
}

/*.card {
    background: #f4f4f4 none repeat scroll 0% 0%;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
}*/

#sailorTableArea {
    max-height: 300px;
    overflow-x: auto;
    overflow-y: auto;
}

/*#sailorTable {
    white-space: normal;
}

tbody {
    display: block;
    height: 200px;
    overflow: auto;
}

thead, tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}*/

