/* Description: Description of the file
Create: 2022-12-19
Update: 2023-01-13 00:07:17
Workspace: AntSoftWSPHP
Relative path: vendor\css\open.css
Autor(s): William Costa Rodrigues
Copyright(c) 2022, William Costa Rodrigues
Dependency: Informe the dependencies
*/

@import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,700|Roboto+Slab:300,400,700&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');
@import url('https://fonts.googleapis.com/css?family=Merriweather|Open+Sans|Raleway|Roboto&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext');
@import url('https://fonts.googleapis.com/css?family=Saira+Extra+Condensed:100,200,300,400,500,600,700,800,900&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Indie+Flower');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,700&subset=latin-ext');
/*
    font-family: 'Merriweather', serif;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Raleway', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Saira Extra Condensed', sans-serif;
    font-family: 'PT Sans', sans-serif;
    font-family: 'Ubuntu', sans-serif;
    font-family: 'Oswald', sans-serif;
*/

body,
html {
    height: 100%;
    font-family: 'Lato', sans-serif;
}

.title_underline {
    border-bottom: solid #eea509 5px;
    display: inline-block;
    padding-bottom: 0.1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Ubuntu', sans-serif !important;
}


.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #6c757d;
    color: #eeeeee;
    width: 40px;
    height: 40px;
    right: 5px;
    bottom: 1px;
    padding-top: 2px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    box-shadow: rgba(34, 34, 34, 1) 2px 2px;

}

.scroll-top-wrapper:hover {
    background-color: #d7480a;
    color: #eeeeee;
    box-shadow: rgba(34, 34, 34, .7) 2px 2px 2px 2px;
}

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}

.scroll-top-wrapper i.fa {
    line-height: inherit;
}

.required {
    border-left: solid 3px #970707 !important
}

.text-white-shadow {
    text-shadow: 1px 1px 2px white;
}

.text-black-shadow {
    text-shadow: 1px 1px 2px black;
}

.text-green-shadow {
    text-shadow: 1px 1px 2px green;
}

.text-orange-shadow {
    text-shadow: 1px 1px 2px orange;
}

.text-justify {
    text-align: justify !important;
}

/* lateral  borders size */
.bl-1 {
    border-left: solid 1px !important;
}

.bl-2 {
    border-left: solid 2px !important;
}

.bl-3 {
    border-left: solid 3px !important;
}

.bl-4 {
    border-left: solid 4px !important;
}

.bl-5 {
    border-left: solid 5px !important;
}

.br-1 {
    border-right: solid 1px !important;
}

.br-2 {
    border-right: solid 2px !important;
}

.br-3 {
    border-right: solid 3px !important;
}

.br-4 {
    border-right: solid 4px !important;
}

.br-5 {
    border-right: solid 5px !important;
}

.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
}

#mainContent {
    min-height: 70vh
}

.login-page,
.register-page {
    min-height: 45vh;
    height: auto !important;
    padding: 2em !important;
    ;
}

.hiden {
    display: none !important;
}