﻿/* COLOR */
.color-default {
    background-color: rgb(12, 90, 144);
}

.color-default2 {
    background-color: rgb(225, 225, 225);
}

.color-default3 {
    background-color: rgb(218, 236, 248);
}

.color-default4 {
    background-color: rgb(220, 79, 79);
}

.color-default5 {
    background-color: rgb(77, 163, 81);
}

.color-default6 {
    background-color: rgb(225, 225, 200);
}

.color-default7 {
    background-color: rgb(35, 111, 164);
}

.color-primary {
    color: #225D38;
}

.color-white {
    color: #FFFFFF;
}

.color-back-white {
    background-color: #FFFFFF;
}

.color-back-page {
    background-color: #EEEEEE;
}

.color-second {
    color: var(--neutral-20);
    text-align: left;
    font: normal normal medium 16px/21px Intelo ☞;
    letter-spacing: 0px;
    color: #686E70;
    opacity: 1;
}

/*ariaveis*/
:root {
    --c-default: rgb(12, 90, 144);
    --c-default2: rgb(225, 225, 225);
}

/*GERAL*/
/*Margin 0*/
.margin-0 {
    margin: 0px;
}

.margin-r-15 {
    margin-right: 15px;
}

.margin-b-footer {
    margin-bottom: 40px;
}

.footer-form {
    height: 35px;
    padding-left: 10px;
    padding-top: 7px;
    margin-left: 40px;
}

.fieldset-custon {
    border: thin groove #000080;
    width: 100%;
    clip: rect(auto, auto, auto, auto);
}

/*Padding*/
/*.padding-15 {
	padding: 15px;
}
*/
/*BUTTONS*/
.btn-custom {
    padding: 1px;
    border-radius: 50px;
    width: 200px;
    height: 40px;
    text-align: center;
}

.btn-custom-form {
    padding: 1px;
    border-radius: 50px;
    width: 200px;
    height: 50px;
    text-align: center;
}

.btn-custom-form2 {
    padding: 1px;
    border-radius: 50px;
    height: 30px;
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
}

.btn-custom-form3 {
    height: 50px;
    background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 6px #BBBBBB;
    opacity: 1;
}

.btn-custom-form4 {
    height: 50px;
    text-align: center;
    background: transparent linear-gradient(90deg, #30804E 0%, #30804E 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 6px #0D7D09A3;
    border-radius: 4px;
    opacity: 1;
}

.btn-invisivel {
    display: none;
}

/*TEXT*/
.txt-custom {
    /*Remopver Bordas*/
    border-radius: 50px;
    border: none;
    outline: 0;
    width: 280px;
    height: 40px;
    padding-left: 35px;
}

.txt-custom-form {
    /*Remopver Bordas*/
    border-radius: 50px;
    border: none;
    outline: 0;
    width: 280px;
    height: 20px;
    padding-left: 35px;
}

.txt-custom-form2 {
    /*Remopver Bordas*/
    border-radius: 50px;
    border: none;
    outline: 0;
    height: 25px;
    background-color: var(--c-default2);
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
}

.txt-custom-princ {
    /*Remopver Bordas*/
    border-radius: 50px;
    border: none;
    outline: 0;
    height: 40px;
    background-color: var(--c-default);
    text-align: center;
    font-family: "DMSans";
    font-size: 20px;
    padding-left: 8px;
    padding-right: 8px;
}

.txt-center {
    text-align: center !important;
}

/*IMAGE TXT*/
.img-user {
    background-image: url("../Imagens/user.png");
    background-repeat: no-repeat;
    background-position: 10px 10px;
    /*padding-left: 05px;
	padding-right: 20px*/
}

.img-house {
    background-image: url("../Imagens/house.png");
    background-repeat: no-repeat;
    background-position: 10px 10px;
    /*padding-left: 05px;
	padding-right: 20px*/
}

.img-password {
    background-image: url("../Imagens/cadeado.png");
    background-repeat: no-repeat;
    background-position: 10px 10px;
    /*padding-left: 05px;
	padding-right: 20px*/
}

/*DIV*/
.div-custom {
    /*Arredondar*/
    padding: 1px 15px 3px 2px;
    border-radius: 50px;
    width: 400px;
}

/*FONTS*/
@font-face {
    font-family: "AdobeGaramond";
    src: local(AdobeGaramond), url(../fonts/AdobeGaramond/AGaramondPro-Regular.otf);
}

@font-face {
    font-family: "DMSans";
    src: local(DMSans), url(../fonts/DMSans/DMSans-Regular.ttf);
    font-weight: 600;
}

.font-default {
    font-family: "AdobeGaramond";
    font-size: 20px;
}

.font-default2 {
    font-family: "DMSans";
}

/*CSS que estávem nos formulários*/
.TituloPagina {
    display: block;
    width: 100%;
    padding: 1px 15px 3px 2px;
    border-radius: 50px;
    text-align: center;
    color: var(--c-default);
    background-color: var(--c-default2);
    font-family: "DMSans";
    font-size: 18px;
}

.sub-titulo-pagina {
    display: block;
    width: 100%;
    text-align: left;
    /*color: var(--c-default);
    background-color: var(--c-default2);*/
    background-color: #EEEEEE;
    font-family: "DMSans";
    font-size: 18px;
    margin-bottom: 6px;
}

.HideColunaGrid {
    display: none;
}

/*Tables*/
.t-100 {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 8px;
}

.td-w200 {
    width: 200px !important;
}

.td-w-50 {
    width: 50% !important;
}

.td-w-16 {
    width: 16% !important;
}

/*Tamanhos*/
/*Width*/
.w-100 {
    width: 100%;
}

/*Height*/
.h-15px {
    height: 15px;
}

.hr-15px {
    height: 15px;
    text-align: right !important;
    padding-right: 5px;
}

.hl-15px {
    height: 15px;
    text-align: left !important;
    padding-left: 5px;
}

.hc-15px {
    height: 15px;
    text-align: center !important;
}

.h-100 {
    height: 100vh;
}

.div-check-boxlist {
    max-height: 200px;
    max-width: 400px;
    overflow: auto;
}

    .div-check-boxlist label {
        margin-left: 10px;
    }

/*Parte específica do Agendamento*/
v-alin {
    vertical-align: middle !important;
}

.w-max {
    width: auto;
}

hr.solid {
    border-top: 3px solid #bbb;
}

.btn-filter {
    background: #98A283 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 8px #E4EECF;
    border-radius: 4px;
    opacity: 1;
}

.btn-add {
    background: #98A283 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 8px #E4EECF;
    border-radius: 4px;
    opacity: 1;
    height: 37px;
}

/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {
    .w-30 {
        width: 100%;
    }

    .w-70 {
        width: 100%;
    }
}


/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {
    .w-30 {
        width: 100%;
    }

    .w-70 {
        width: 100%;
    }

    .imput-seach {
        width: 200px;
    }
}


/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
    .w-30 {
        width: 30%;
    }

    .w-70 {
        width: 70%;
    }

    .imput-seach {
        width: 250px;
    }
}


/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
    .w-30 {
        width: 30%;
    }

    .w-70 {
        width: 70%;
    }

    .imput-seach {
        width: 60%;
    }
}


/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
    .w-30 {
        width: 20%;
    }

    .w-70 {
        width: 80%;
    }
    .imput-seach {
        width: 70%;
    }
}

/*Calendar*/
.calendar-agenda {
    margin: 0 auto; /* or margin: 0 auto 0 auto */
    width: 95%;
    border-collapse: separate;
    border-spacing: 0 8px;
    /*background-color: #FFFFFF;*/
}

/*.calendar-agenda-tbody {
    border-color: #FFFFFF;
}*/
