/* CSS Document */
*{
    border: 0;
    margin: 0;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

body{
    width: 100vw;
    height: 100vh;
    display: block;
    min-width: 240px;
}

h1{
    font-size: 1.4rem;
    font-weight: bold;
    color: #186781;
}

input[type=text], input[type=password]{
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #186781;
    width: 95%;
}

/* -- IDs - Bem Vindo --*/
#bemvindo{
    width: 100vw;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
#faixasuperior{
    background-color: #186781;
    width: 100%;
    height: 50px;
}
#corpoLogon{
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: white;
    flex-grow: 3;
    gap: 30px;
}
    #corpoLogon img{
        width: 150px;
        height: auto;
        gap: 30px;
        margin-right: 5%;
        margin-left: 5%;
    }
#botoerira{
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 2;
    gap:30%;
}
#avisoLogo{
    width: 80%;
    height: 30vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
    #avisoLogo p{
        max-width: 50%;
        font-size: 0.95rem;
    }
/* -- IDs Logon --> */
#logo{
    background-color: #186781;
    color: white;
    width: 100vw;
    height: 10vh;
    font-size: 1.5em;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    align-items: center;
}
    #logo img{
        width: 70px;
        height: auto;
        margin-right: 15px;
    }
#esqueceu{
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    color: #186781;
    font-size: 0.9rem;
}
    #esqueceu button{
        border:  none;
        color: #186781;
        background-color: transparent;
    }
    #esqueceu button:active{
        color: aqua;
    }
#user_name{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-start;
    flex-grow: 1;
    margin-right: 15px;
}
    #user_name img{
        width: 18px;
        height: auto;
        margin-left: 10px;
    }
    #user_name img:hover{
        cursor: pointer;
    }
/* -- IDs Main -->*/
#menu{
    background-color: gray;
    color: white;
    width: 100vw;
    height: 60px;
    display: flex;
    flex-direction: row;
}
#rodape{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 10vh;
    gap: 50%;
}
    #rodape div{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #rodape img{
        width: 20px;
        height: auto;
    }
/* -- seletor -- */
#conteudoMain{
    display: flex;
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
    width: 100%;
}
    #conteudoMain button{
        background-color: #186781;
        color: white;
        width: 100px;
        height: 100px;
        border-radius: 10px;
        margin: 10px;
    }
    #conteudoMain button:hover{
        cursor: pointer;
    }
    #conteudoMain button:active{
        background-color: #0d3441;
    }
    #conteudoMain button img{
        width: 20px;
        height: auto;
    }
#seletorMain{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 15px;
}
#seletorTipoTask{
    visibility: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 0px;
}
#seletorTipoDelivery
{
    visibility: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 0px;
}
#seletorTipoEvent{
    visibility: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 0px;
}
#contatos{
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 30px;;
}
    #contatos img{
        width: 50px;
        height: auto;
    }
#listacontatos{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    margin-top: 30px;
}
    #listacontatos button{
        color: black;
        text-align: left !important;
        background-color: transparent;
        height: auto;
        width: 100%;
        padding: 10px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    #listacontatos img{
        width: 15px !important;
        height: auto;
        margin-right: 10px;
    }
#addContato{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-items: flex-end;
    gap: 20px;
    height: auto;
    margin-top: 30px;
    width: 100%;
}
    #addContato button{
        background-color: yellow !important;
        border: none;
    }
    #addContato img{
        width: 50px !important;
        height: auto;
    }

/* -- Ticket -- */
#toolbarTicket{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 50%;
    padding-left: 10px;
}
    #toolbarTicket div{
        margin: 10px;
    }
    #toolbarTicket button{
        background-color: transparent;
    }
#mainTicket{
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    width: 50%;
}
    #mainTicket input[type=text], textarea {
        border: 1px solid grey;
        border-radius: 5px;
        line-height: 1.5rem;
        margin-top: 5px;
        margin-bottom: 5px;
        width: 100%;
    }
#dChkDate{
    display: flex;
    flex-direction: row-reverse;
    align-content: flex-end;
    color: #186781;
    font-size: 0.8rem;
}
    #dChkDate input[type="checkbox"]{
        margin-left: 10px;
    }
#tkData{
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-around;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    visibility: hidden;
    height: 0px;
}
    #tkData input[type="date"]{
        width: 150px;
        border: 1px solid gray;
        border-radius: 5px;
        padding: 5px;
    }
#tkBotoerira{
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-around;
    margin-top: 5px;
    margin-bottom: 5px;
}
    #tkBotoerira img{
        width: 50px;
        height: auto;
    }
    #tkBotoerira img:hover{
        cursor: pointer;
    }
    #tkBotoerira button{
        width: 150px;
        height: auto;
        background-color: #186781;
        color: white;
        border-radius: 15px;
        font-size: 1.3rem;
    }
    #tkBotoerira button:hover{
        cursor: pointer;
    }
    #tkBotoerira button:active{
        background-color: #0d3441;
    }
#tkFiles{
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}
    #tkFiles img{
        width: 20px;
        height: auto;
        margin-left: 10px;
        margin-right: 10px;
    }
#tkFilesAddButton{
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-end;
}
    #tkFilesAddButton:hover{
        cursor: pointer;
    }
#tktFilesList{
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid gray;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}
    #tktFilesList button{
        border: none;
        background-color: transparent;
        margin-top: 3px;
        margin-bottom: 3px;
        width: 100%;
        padding-left: 5px;
        text-align: left;
    }
    #tktFilesList button:hover{
        cursor: pointer;
    }
    #tktFilesList button:active{
        background-color: #0d3441;
        color: white;
    }
#tktExtraData{
    visibility: hidden;
    height: 0px;
}
    #tktExtraData input{
        margin-top: 5px;
        margin-bottom: 5px;
    }
/* Draft */
#procuraDraft{
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    width: 100%;
}
    #procuraDraft img{
        width: 50px;
        height: auto;
        margin-right: 15px;
    }
#listaDraft{
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
    width: 100%;
    margin-top: 15px;
}
    #listaDraft button{
        width: 100%;
        height: auto;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left: 0px;
        margin-right: 0px;
        background-color: transparent;
        color: black;
        text-align: left;
        vertical-align: middle;
    }
    #listaDraft button img{
        margin-right: 5px;
    }
/* -- Chat -- */
#chatContainer{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
}
#chatBotoeira{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 30px;
}
    #chatBotoeira img{
        width: 25px;
        height: auto;
        margin-right: 5px;
        margin-left: 5px;
    }
    #chatBotoeira:hover{
        cursor: pointer;
    }
    #chatBotoeira:active{
        background-color: #0d3441;
        color: white;
    }
#contChat{
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 50%;
    overflow-x: hidden;
    overflow-y: auto;
}
    .chatOwner{
        background-color: #186781;
        color: white;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 15px;
        padding-right: 15px;
        border-radius: 10px;
        line-height: 20px;
        text-align: left;
        margin-right: 10px;
    }
    .chatGuest{
        background-color: #0d3441;
        color: white;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 15px;
        padding-right: 15px;
        border-radius: 10px;
        line-height: 20px;
        text-align: left;
        margin-left: 10px;
    }
    .chatLeft{
        width: 100%;
        display: flex;
        justify-content: flex-start;
        margin-bottom: 10px;
    }
    .chatRight{
        width: 100%;
        display: flex;
        justify-content: flex-end;
        margin-bottom: 10px;
    }
#chatMsg{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
}
    #chatMsg img{
        width: 35px;
        height: auto;
    }
    #chatMsg input[type="text"]{
        border: 1px solid gray;
        line-height: 1.5rem;
        border-radius: 20px;
        margin-right: 10px;
        font-size: 1.2rem;
        padding-left: 15px;
        padding-right: 15px;
    }
    #chatMsg button{
        padding: 5px;
        background-color: transparent;
    }
/* -- Contato -- */
#formContato{
    display: flex;
    flex-direction: column;
    flex: 1;
    flex-grow: 1;
    width: 60%;
    align-content: flex-start;
    justify-content: center;
    margin-top: 10px;
}
    #formContato input[type="text"]{
        border: 1px solid gray;
        border-radius: 5px;
        width: 100%;
        line-height: 1.5rem;
        padding-left: 10px;
        margin-top: 5px;
        margin-bottom: 10px;
    }
/* -- Contatos -- */
#contatosBotoeira{
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-end;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
}
    #contatosBotoeira img{
        width: 25px;
        height: auto;
        margin-right: 10px;
    }
    #contatosBotoeira button{
        background-color: yellow;
        border-radius: 15px;
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    #contatosBotoeira button:active{
        background-color: orange;
    }
    #contatosBotoeira button:hover{
        cursor: pointer;
    }
#contatosLista{
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-end;
    flex: 1;
    margin-bottom: 10px;
}
    #contatosLista img{
        width: 20px;
        height: auto;
        margin-right: 10px;
    }
    #contatosLista button{
        background-color: transparent;
        text-align: left;
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;;
        margin-bottom: 10px;
    }
    #contatosLista button:active{
        background-color: #0d3441;
        color: white;
    }
/* -- tracking -- */
#titTickt{
    display: block;
    height: 40px;
    width: 100%;
    text-align: left;
    font-size: 1.2rem;
    font-weight: 700;
    color: #186781;
}
#lstTicket{
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%;
    height: auto;
}
    #lstTicket img{
        width: 20px;
        height: auto;
        margin-right: 10px;
    }
    #lstTicket button{
        background-color: transparent;
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 10ox;
        text-align: left;
        margin-bottom: 10px;
    }
    #lstTicket button:active{
        background-color: #0d3441;
        color: white;
    }
/* -- Classes -- */
.botao_padrao{
    background-color: #186781;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
    border-radius: 30px;
    width: 100%;
    height: 50px;
}
    .botao_padrao:active{
        background-color: #0d3441;
    }
    .botao_padrao:hover{
        cursor: pointer;
    }
.botao_desativado{
    color: gray;
    background-color: darkslategrey;
    font-weight: bold;
    font-size: 1.2rem;
    border-radius: 15px;
    width: 50%;
    height: 50px;
}
.campoIcone{
    display: flex;
    flex-direction: row;
}
.container{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.container_div{
    margin-top: 5px;
    margin-bottom: 5px;
}
.conteudo{
    display: flex;
    flex-direction: column;
    align-items: normal;
    padding: 30px;
    gap: 15px;
    width: 50%;
}
.icon{
    width: 20px;
    height: auto;
}
.ativa{
    background-color: #186781;
}
.inativa{
    background-color: gray;
    filter: grayscale(100%);
}
.oculta{
    display: none;
    height: 0px;
}
.tab{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    text-align: center;
    border-radius: 0 0 30px 0;
    width: 15vw;
    height: 60px;
}
    .tab:hover{
        cursor: pointer;
    }
    .tab img{
        width: 20px;
        height: auto;
        margin-right: 10px;
    }

/* -- Media -- */
@media screen and (max-width: 1280px){
    .botao_padrao{
        font-size: 1.2rem;
        border-radius: 30px;
        width: 50%;
        height: 60px;
    }
    .container{
        width: 100vw;
        height: auto;
        align-items: center;
    }
    .conteudo{
        width: 40%;
    }
    #conteudoMain{
        margin-top: 50px;
    }
}
@media screen and (max-width: 1024px){
    .botao_padrao{
        font-size: 1.2rem;
        border-radius: 30px;
        width: 100%;
        height: 50px;
    }
    .container{
        width: 100vw;
        height: 100%;
        align-items: center;
        justify-content: flex-start;
    }
    .conteudo{
        width: 50%;
    }
    #conteudoMain button{
        width: 80px;
        height: 80px;
        border-radius: 20px;
        font-size: 1rem;
    }
    #conteudoMain button img{
        width: 30px;
        height: auto;
    }
    #menu{
        width: 100vw;
        height: 50px;
    }
    #user_name img{
        width: 25px;
        height: auto;
    }
    .tab{
        border-radius: 0 0 30px 0;
        width: 150px;
        height: 50px;
        font-size: 1rem;
        border-radius: 0px 0px 20px 0px;
    }
        .tab img{
            width: 25px;
            height: auto;
        }
    #rodape{
        height: 100px;
    }
        #rodape img{
            width: 40px;
            height: auto;
        }
    #listacontatos button{
        width: 100%;
        padding: 10px;
        height: auto;
    }
    #listacontatos img{
        width: 15px !important;
        height: auto;
        margin-right: 10px;
    }
    #listaDraft button{
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 768px){
    #corpoLogon{
        width: 80%;
    }
    #corpoLogon img{
        width: 140px;
    }
    #logo{
        height: 50px;
    }
    #logo img{
        width: 50px;
    }
    .botao_padrao{
        font-size: 1.1rem;
        border-radius: 30px;
        width: 100%;
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .container{
        width: 100vw;
        height: 100%;
        align-items: center;
        justify-content: flex-start;
    }
    .conteudo{
        width: 80%;
    }
    #avisoLogo p{
        max-width: 80%;
        font-size: 0.95rem;
    }
    #user_name img{
        width: 25px !important;
        height: auto;
    }
    #rodape{
        height: 100px;
    }
        #rodape img{
            width: 40px;
            height: auto;
        }
    #toolbarTicket{
        width: 85%;
    }
    #mainTicket{
        width: 85%;
    }
    #chatBotoeira{
        width: 90%;
    }
    #contChat{
        width: 90%;
    }
    #chatMsg{
        width: 90%;
    }
    #chatMsg input[type="text"]{
        line-height: 1.2rem;
        border-radius: 25px;
        margin-right: 5px;
        font-size: 1.1rem;
    }
    #contatosBotoeira{
        width: 90%;
    }
}

@media screen and (max-width: 568px){
    *{
        font-size: 1rem;
    }
    #corpoLogon{
        width: 80%;
    }
    #corpoLogon img{
        width: 130px;
    }
    #logo img{
        width: 50px;
    }
    .botao_padrao{
        font-size: 1.1rem;
        border-radius: 30px;
        width: 100%;
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .conteudo{
        width: 80%;
        justify-content: flex-start;
    }
    #avisoLogo p{
        max-width: 80%;
        font-size: 0.85rem;
    }
}
@media screen and (max-width: 320px){
    *{
        font-size: 0.9rem;
    }
    #corpoLogon img{
        width: 80px;
    }
    #logo{
        height: 70px;
    }
    #logo img{
        width: 50px;
    }
    .botao_padrao{
        font-size: 1.1rem;
        border-radius: 30px;
        width: 100%;
        height: auto;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .container_div{
        font-size: 0.9rem;
    }
    .conteudo{
        width: 80%;
    }
    #avisoLogo p{
        max-width: 90%;
        font-size: 0.80rem;
    }
    #conteudoMain button{
        width: 80px;
        height: 80px;
        border-radius: 15px;
        font-size: 1.1rem;
    }
    #conteudoMain button img{
        width: 30px;
        height: auto;
    }
    #user_name{
        font-size: 1rem;
    }
    #menu{
        width: 100vw;
        height: 50px;
    }
    #user_name img{
        width: 25px !important;
        height: auto;
    }
    .tab{
        border-radius: 0 0 15px 0;
        width: 100px;
        height: 50px;
    }
        .tab img{
            width: 30px;
            height: auto;
        }
    #rodape{
        height: 100px;
    }
        #rodape img{
            width: 40px;
            height: auto;
        }
}
@media screen and (max-width: 240px){
    *{
        font-size: 0.9rem;
    }
    #corpoLogon img{
        width: 80px;
    }
    #logo{
        height: 70px;
        font-size: 1rem;
    }
    #logo img{
        width: 50px;
        margin-right: 0;
    }
    #logo h1{
        font-size: 1rem;
    }
    #conteudoMain button{
        width: 60px;
        height: 60px;
        border-radius: 10px;
        font-size: 0.9rem;
    }
    #conteudoMain button img{
        width: 20px;
        height: auto;
    }
    #menu{
        width: 100vw;
        height: 50px;
    }
    #user_name{
        font-size: 1rem;
    }
        #user_name img{
            width: 15px !important;
            height: auto;
        }
    .tab{
        border-radius: 0 0 15px 0;
        width: 100px;
        height: 50px;
        font-size: 0.8rem;
    }
        .tab img{
            width: 20px;
            height: auto;
        }
    #rodape{
        height: 5vh;
    }
        #rodape img{
            width: 30px;
            height: auto;
        }
}