/*
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 : 18/03/2020, 09:29:50
    Author     : roberto
*/

@media only screen and (max-width: 600px) {

}
#estruturaCabecalhoDireita{
    margin-top:  0px !important;
    position: relative;
    z-index: 1;
}

#estruturaCabecalhoDireita .collapsible-header{
    background-color: orange;
}

#estruturaCabecalhoDireita .collapsible-body{
    text-align: left;
    padding: 3px 20px 3px 20px;
    background: #f7f7f7;
    border: 1px solid #ccc;
}

#estruturaCabecalhoDireita .collapsible-body label{
    color: #000 !important;
}

#estruturaCabecalhoDireita .collapsible-body .field_botao{
    margin-top: 20px;
    margin-left: 0px;
}
