/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 21/10/2020, 09:03:47
    Author     : Mega Design
*/


/*MENSAGENS DO SISTEM*/
.trigger {
    padding: 15px 15px 15px 40px;
    background: #4CAF50;
    font-size: 18px;
    margin-bottom: 15px;
}

.trigger a {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 15px;
    background: #069;
    color: #fff;
}

.trigger a:hover {
    background: #09f;
    color: #fff;
}


.fontblack {
    color: #000000;
}

.box {
    background-color: #FFFFFF;
    padding: 20px;
    width: 92%;
    border: 1px solid #dddbda;
    border-radius: 5px;
}

.btn-primary {
    background-color: #10948b !important;
    color: #ffffff;
}

.textright {
    text-align: right;
}

.form {
    display: inline-block !important;
}

.fweight {
    font-weight: bold;
}

