/*
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 : 03/03/2022, 16:00:17
    Author     : Carlos Braga
*/

h1, h2, h3, h4, h5, p {
    margin: 0;
}
body.md-default-theme, body, html.md-default-theme, html {
    color: #50514F;
    background-color: rgb(255 255 255);
}
.page_container {
    min-height: calc(100vh - 587px);
}

a[ui-sref], li[ui-sref], a[ng-click], li[ng-click] {
    cursor: pointer;
}







md-select.md-default-theme:not([disabled]):focus .md-select-value, md-select:not([disabled]):focus .md-select-value {
    border-bottom-color: rgb(2 66 202);
    color: rgba(0,0,0,0.87);
}
md-select:not([disabled]):focus .md-select-value {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 0;
}
md-select-menu.md-default-theme md-content md-option[selected], md-select-menu md-content md-option[selected] {
    color: rgb(2 66 202);
}