﻿/* ------ */
/* Layout */
/* ------ */

.PA-WebPartContentWrapper .PA_TextEditor.form-control
{
    padding: 0px;
}

.PA-WebPartContentWrapper .PA_TextEditor .Editor-container
{
    margin : 0px;
}
.PA-WebPartContentWrapper .PA_TextEditor #menuBarDiv
{
    border : 0px;
}
.PA-WebPartContentWrapper .PA_TextEditor #menuBarDiv .btn
{
    margin : 4px 0px 4px 0px;
    min-height : 36px;
    height     : 36px;
    min-width  : 36px;
    padding    : 6px;
}
.PA-WebPartContentWrapper .PA_TextEditor #menuBarDiv .btn .fa
{
    margin : 0px;
}

.PA-WebPartContentWrapper .PA_TextEditor .Editor-editor 
{
    border : none;
}

.PA-WebPartContentWrapper .PA_TextEditor #statusbar
{
    display : none;
}

/* ----- */
/* Style */
/* ----- */

.PA-WebPartContentWrapper .PA_TextEditor .Editor-container
{
    font-family : Lato;
}

.PA-WebPartContentWrapper .PA_TextEditor #menuBarDiv
{
    border-radius : 0px;

    background-color : rgba( 68, 68, 68, 1);
    background-image : none;
}
.PA-WebPartContentWrapper .PA_TextEditor #menuBarDiv .btn
{
    border : 1px solid rgba( 192, 192, 192, 1);

    font-size : 16px;
    color : rgba( 192, 192, 192, 1);
}

.PA-WebPartContentWrapper .PA_TextEditor #menuBarDiv .dropdown-menu > li > a:hover, 
.PA-WebPartContentWrapper .PA_TextEditor #menuBarDiv .dropdown-menu > li > a:focus, 
.PA-WebPartContentWrapper .PA_TextEditor #menuBarDiv .dropdown-submenu:hover > a, 
.PA-WebPartContentWrapper .PA_TextEditor #menuBarDiv .dropdown-submenu:focus > a 
{
    color: #fff;
    text-decoration: none;
    background-color: rgba( 128, 23, 27, 1); /* cor uminho ( #80171b) */
    background-image: none;
    filter: none;
}

.PA-WebPartContentWrapper .PA_TextEditor #menuBarDiv .btn:hover
{
    border : 1px solid white;

    color : white;
}
.PA-WebPartContentWrapper .PA_TextEditor #menuBarDiv .btn-group.open .btn
{
    background-color : rgba( 68, 68, 68, 1);
    background-image : none;
    border : 1px solid white;
    color : white;
}


