﻿a
{
    color:#000000;
    font-weight:bold;
}

a:hover {
    color: #000000;
    font-weight: bold;
}

.ctrlPlacar
{
    background-color: transparent !important;
    color:#ffffff !important;
    max-width: 200px !important;
    text-align:center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.controleForm_preto {
    background-color: #000000;
    color: #ffffff;
    border-style: solid;
    border-width: 2px !important;
    border-color: #ffc600 !important;
    border-radius: 10px;
    min-height: 50px;
    box-shadow: none !important;
    transition: none !important;
    resize: none;
}

.controleForm_branco {
    background-color: #ffffff;
    color: #000000;
    border-style: solid;
    border-width: 2px !important;
    border-color: #ffc600 !important;
    border-radius: 10px;
    min-height: 50px;
    box-shadow: none !important;
    transition: none !important;
    resize: none;
}

.btn_acesso {
    font-family: 'Gilroy-ExtraBold';
    width: 100%;
    background-color: #ffc600 !important;
    color: #000000 !important;
    min-height: 50px;
    font-size: 16pt;
    text-decoration: underline;
    border-style: none;
    border-color: transparent;
    border-width: 2px !important;
    border-radius: 10px;
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
}

.btn_acesso:hover {
    font-family: 'Gilroy-ExtraBold';
    width: 100%;
    background-color: #d9a903 !important;
    color: #000000 !important;
    min-height: 50px;
    font-size: 16pt;
    text-decoration: underline;
    border-style: solid;
    border-color: #000000;
    border-width: 1px !important;
    border-radius:10px;
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
}

.btn_fechar {
    font-family: 'Gilroy-Light';
    background-color: #000000 !important;
    color: #ffffff !important;
    border-style: solid;
    border-color: #000000;
    border-width: 2px !important;
    font-weight: normal;
    border-radius: 10px;
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
}

.btn_fechar:hover {
    font-family: 'Gilroy-Light';
    background-color: #000000 !important;
    color: #ffffff !important;
    border-style: solid;
    border-color: #000000;
    border-width: 2px !important;
    font-weight:normal;
    border-radius:10px;
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
}

.btn_enviar {
    font-family: 'Gilroy-Light';
    background-color: #ffc600 !important;
    color: #000000 !important;
    border-style: solid;
    border-color: #000000;
    border-width: 2px !important;
    font-weight: normal;
    border-radius: 10px;
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
}

.btn_enviar:hover {
    font-family: 'Gilroy-Light';
    background-color: #ffc600 !important;
    color: #000000 !important;
    border-style: solid;
    border-color: #000000;
    border-width: 2px !important;
    font-weight:normal;
    border-radius:10px;
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
}

.titulo_janelas {
    font-family: 'Gilroy-Light';
    font-weight:bold;
    background-color: #000000 !important;
    color: #ffffff !important;
    border-style: solid;
    border-color: #000000;
    border-width: 2px !important;
    border-radius: 40px;
    padding: 10px;
}

.menuFases {
    font-family: 'Gilroy-Light';
    font-weight: bold;
    background-color: #000000 !important;
    color: #ffffff !important;
    border-style: solid;
    border-color: #000000;
    border-width: 2px !important;
    border-radius: 40px;
    padding: 10px;
    cursor:pointer;
}

.form-control[readonly] {
    background-color: #000000;
}