/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/css.css to edit this template
*/
/* 
    Created on : 22/03/2022, 19:08:54
    Author     : Carlos Braga
*/







/*CHECKBOXES*/
md-checkbox {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    min-height: auto;
    min-width: 24px;
    white-space: unset;
}
md-checkbox .md-container {
    width: 24px;
    height: 24px;
    position: relative;
    margin: 0;
    transform: translate(0,0);
    min-width: 24px;
}

button, html, input, select, textarea {
    font-family: "Montserrat";
}

md-checkbox.md-checked .md-ink-ripple {
    background-color: transparent;
    color: #fff;
}
md-checkbox .md-icon {
    border-radius: 6px;
    width: 24px;
    height: 24px;
}
md-checkbox:not(.md-checked) .md-icon {
    border: 1px solid #363636;
    position: relative;
}
md-checkbox.md-checked .md-icon {
    background: #E00116;
    border: 1px solid #E00116;
}
md-checkbox.md-default-theme.md-checked .md-icon:after, md-checkbox.md-checked .md-icon:after {
    border-color: #fff;
    top: 45%;
    left: 30%;
    transform: rotate(45deg) translate(-50%,-50%);
}
md-checkbox .md-label {
    margin: 4px 6px 0;
    font-size: 12px;
}
/*white checkbox*/
md-checkbox.white :not(.md-checked) .md-icon {
    border: 1px solid #fff;
}
md-checkbox.white.md-checked .md-icon {
    border: 1px solid #fff;
    background: #fff;
}
md-checkbox.white.md-default-theme.md-checked .md-icon:after, md-checkbox.white.md-checked .md-icon:after {
    border-color: #E00116;
}
md-checkbox.white .md-label {
    color: #fff;
}
.form_error p {
    color: #e00116;
    font-size: 12px;
}


/* DIALOGS */
md-backdrop.md-dialog-backdrop {
    z-index: 100;
}
.md-dialog-container {
    z-index: 1000;
}
md-dialog.md-default-theme, md-dialog {
    color: #3a3a3a;
}