html.implantacao-mode ﻿#logo-group{
    width: 300px;
}

html.implantacao-mode #logo{
    width: 200px;
}

    html.implantacao-mode #logo > img, html.implantacao-mode #extr-page #header #logo img{
        width: 32px !important;
        height: 32px !important;
    }

html.implantacao-mode #logo{
    width: 300px;
}

html.implantacao-mode .breadcrumb > li + li:before{
    content: "►";
}

html.implantacao-mode .has-error input[type=text], html.implantacao-mode .has-error input[type=number], html.implantacao-mode .has-error select{
    border-color: #b94a48;
    background: #fff0f0;
}

html.implantacao-mode .alert{
    padding: 5px;
}

html.implantacao-mode .sm .col.col-bottom{
    margin-top: 20px;
}

html.implantacao-mode .modal .alert ul{
    padding-left: 30px;
}

html.implantacao-mode .modal-body .row{
    margin: 8px 0;
}

html.implantacao-mode .smart-form .col{
    padding-right: 5px;
    padding-left: 10px;
}

html.implantacao-mode .nav-tabs.bordered + .tab-content{
    border: 1px solid #ddd;
    border-top: 1px solid transparent;
}

html.implantacao-mode .nav-tabs + .tab-content.bordered{
    border: 1px solid #ddd;
    border-top: 1px solid transparent;
}

html.implantacao-mode .nav-tabs.bordered{
    background: #fff;
    border: 1px solid #ddd;
}
