/**
 *
 * Apply Here your Custom CSS
 *
*/

@font-face {
font-family: "FuturaBT";
src: url("https://fncqualidade.grupnor.pt/assets/css/fonts/8051781869.ttf");
}

body {
    color: #333;
    background: #fff;
    font-family: 'FuturaBT',Roboto,sans-serif !important ;
    font-size: 14px;
}

.futura-font
{
    color: #333;
    background: #fff;
    font-family: 'FuturaBT' !important ;
    font-size: 14px;
}

h1 {
    color: #999;
}

.titulobig {
    display: block;
    color: #bd081c;
    font-size: 32px;
    font-weight: 200;
    margin: 0;
}

.titulobig {
    display: block;
    font-weight: 200;
    margin: 0;
    text-shadow: none;
    font-size: 26px;
    margin-bottom: 0;
}

#maintoolbar:empty {
    padding: 20px;
}

#maintoolbar {
    margin: 0;
    background-color: #fff;
    padding: 0 20px 0 20px;
    border-radius: 0 0 0 0;
}

#maincontent .row, .normalform .row {
    margin-bottom: 10px;
}



.glabel, .glabelfirst {
    font-size: 14px;
    font-weight: normal;
}

.rowmargin {
    margin-bottom: 10px !important;
}

.alignright {
    text-align: right;
}

.form-control.obrigatorio {
    border: 1px solid rgba(253,160,0,.75);
    border-right-width: 7px;
}

.scroll-top-wrapper:hover {
    color: #bd081c;
}

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

.scroll-top-wrapper {
    color: #000;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 1035;
    color: #eee;
    width: 50px;
    height: 50px;
    line-height: 50px;
    right: 30px;
    bottom: 70px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.show {
    display: block !important;
}

.scroll-top-wrapper .scroll-top-inner {
    border: 3px solid #000;
    background: rgba(0,0,0,.3);
}

.scroll-top-wrapper .scroll-top-inner {
    width: 48px;
    height: 48px;
    border-radius: 24px;
    display: block;
}

