body {
    font: 12px 'Segoe UI','Helvetica Neue','Droid Sans',Arial,Tahoma,Geneva,Sans-serif;
}

/*Colocar dropdown maior nas select2 | tem de se passar a option {dropdownCssClass : 'bigdrop'}*/
.bigdrop {
    width: 300px !important;
}

.monsterdrop {
    width: 500px !important;
}

.megadrop {
    width: 800px !important;
}

/* FIX Font Calendários */
.dxscTimeRulerHoursItem_Material {
    font-size: initial;
}

/* FIX portlet Altura TITLE */
.portlet.light > .portlet-title {
    min-height: 25px !important;
}

/*FIX ESPAÇO ENTRE PORTLET EM ALTURA*/
.portlet {
    margin-bottom: 10px;
}


/*#region login page */
.login .content {
    background-color: rgba(255, 255, 255, 0.6);
}


    .login .content .form-actions {
        background-color: rgba(255, 255, 255, 0);
    }


.social-icons li .cibensocial {
    background: url(../Customer/Images/social/ciben.png) no-repeat;
}

.social-icons li .recoverpwd {
    background: url(../Customer/Images/misc/recupass.png) no-repeat;
}

/*#endregion */


/*#region logo */
.page-header.navbar .page-logo .logo-default {
    margin: 2px 2px 0;
}

.page-header.navbar .page-logo {
    padding-left: 0px;
}
/*#endregion */


/*#region devextreme */
.dx-overlay-wrapper {
    z-index: 99999 !important;
}
/*#endregion */


/*#region INBOX */
/***
Inbox Page
***/
.inbox {
    margin-bottom: 20px;
}

    .inbox .inbox {
        margin-bottom: 0px;
    }

    .inbox .tab-content {
        overflow: inherit;
    }

    .inbox .inbox-loading {
        display: none;
        font-size: 22px;
        font-weight: 300;
    }

    /*Imbox Menu*/
    .inbox .inbox-nav {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .inbox .inbox-nav li {
            position: relative;
        }

            .inbox .inbox-nav li a {
                color: #4d82a3;
                display: block;
                font-size: 15px;
                border-left: none;
                text-align: left !important;
                padding: 8px 14px;
                margin-bottom: 1px;
                background: #f4f9fd;
            }

            .inbox .inbox-nav li.active a,
            .inbox .inbox-nav li.active:hover a {
                color: #fff;
                border-left: none;
                background: #169ef4 !important;
                text-decoration: none;
            }

            .inbox .inbox-nav li.active b {
                top: 12px;
                right: -6px;
                width: 6px;
                position: absolute;
                display: inline-block;
                border-top: 6px solid transparent;
                border-bottom: 6px solid transparent;
                border-left: 6px solid #169ef4;
            }

            .inbox .inbox-nav li:hover a {
                color: #4d82a3;
                background: #eef4f7 !important;
                text-decoration: none;
            }

            .inbox .inbox-nav li.compose-btn a {
                color: #fff;
                text-shadow: none;
                text-align: center;
                margin-bottom: 18px;
                background: #35aa47;
            }

            .inbox .inbox-nav li.compose-btn i,
            .inbox .inbox-nav li.compose-btn:hover i {
                top: 1px;
                color: #fff;
                font-size: 15px;
                position: relative;
                background: none !important;
            }

            .inbox .inbox-nav li.compose-btn a:hover {
                background-color: #1d943b !important;
            }

    /*Inbox Content*/
    .inbox .inbox-header {
        overflow: hidden;
    }

        .inbox .inbox-header h1 {
            margin: 0;
            color: #666;
            margin-bottom: 10px;
        }

    .inbox .pagination-control {
        text-align: right;
    }

        .inbox .pagination-control .pagination-info {
            display: inline-block;
            padding-right: 10px;
            font-size: 14px;
            line-height: 14px;
        }

    .inbox tr {
        color: #000000;
        font-size: 11px;
    }

        .inbox tr label {
            display: inline-block;
            margin-bottom: 0;
        }

        .inbox tr .textpreview {
            font-size: 10px;
            color: #000000;
        }

        .inbox tr.unread td {
            /*font-weight: 600;*/
        }

    .inbox td i.icon-paper-clip {
        top: 2px;
        color: #d8e0e5;
        font-size: 17px;
        position: relative;
    }

    .inbox tr i.icon-star,
    .inbox tr i.icon-trash {
        cursor: pointer;
    }

    .inbox tr i.icon-star {
        color: #eceef0;
    }

        .inbox tr i.icon-star:hover {
            color: #fd7b12;
        }

    .inbox tr i.inbox-started {
        color: #fd7b12;
    }

    .inbox .table th,
    .inbox .table td {
        border: none;
    }

    .inbox .table th {
        background: #eef4f7;
        border-bottom: solid 5px #fff;
    }

    .inbox th.text-right {
        text-align: right;
    }

    .inbox th label.inbox-select-all {
        color: #828f97;
        font-size: 13px;
        padding: 1px 4px 0;
    }

    .inbox ul.inbox-nav {
        margin-bottom: 0;
    }

        .inbox ul.inbox-nav li {
            padding: 0;
        }

            .inbox ul.inbox-nav li span {
                color: #828f97;
                font-size: 12px;
                margin-right: 10px;
            }

        .inbox ul.inbox-nav i {
            color: #fff;
            padding: 1px 0;
            font-size: 15px;
            cursor: pointer;
            background: #d0dde4 !important;
        }

            .inbox ul.inbox-nav i:hover {
                background: #169ef4 !important;
            }

    .inbox td.text-right {
        width: 100px;
        text-align: right;
    }

    .inbox td.inbox-small-cells {
        width: 10px;
    }

    .inbox .table-hover tbody tr:hover > td,
    .inbox .table-hover tbody tr:hover > th,
    .inbox .table-striped tbody > tr:nth-child(odd) > td,
    .inbox .table-striped tbody > tr:nth-child(odd) > th {
        background: #f8fbfd;
        cursor: pointer;
    }

    .inbox .table-hover tbody tr:hover > td,
    .inbox .table-hover tbody tr:hover > th {
        background: #eef4f7;
    }

    /*Inbox Drafts*/
    .inbox .inbox-drafts {
        padding: 8px 0;
        text-align: center;
        border-top: solid 1px #eee;
        border-bottom: solid 1px #eee;
    }

/*Inbox View*/
.inbox-view-header {
    margin-bottom: 20px;
}

    .inbox-view-header h1 {
        color: #666;
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 0 !important;
    }

        .inbox-view-header h1 a {
            top: -2px;
            color: #fff;
            cursor: pointer;
            font-size: 13px;
            padding: 2px 7px;
            line-height: 16px;
            position: relative;
            background: #b0bcc4;
            display: inline-block;
        }

            .inbox-view-header h1 a:hover {
                background: #aab5bc;
                text-decoration: none;
            }

    .inbox-view-header i.icon-print {
        color: #94a4ab;
        cursor: pointer;
        font-size: 14px;
        display: inline-block;
        padding: 6px 8px !important;
        background: #edf1f4 !important;
    }

        .inbox-view-header i.icon-print:hover {
            background: #e7ebef !important;
        }

.inbox-view-info {
    color: #666;
    padding: 5px 0;
    margin-bottom: 10px;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
}

    .inbox-view-info strong {
        color: #666;
        margin: 0 10px 0 5px;
    }

    .inbox-view-info .inbox-info-btn {
        text-align: right;
    }

        .inbox-view-info .inbox-info-btn ul {
            text-align: left;
        }

    .inbox-view-info button {
        top: 2px;
        color: #94a4ab;
        font-size: 13px;
        margin-left: 4px;
        padding: 3px 10px;
        position: relative;
        background: #edf1f4;
    }

        .inbox-view-info button:hover {
            color: #94a4ab;
            background: #e7ebef;
        }

.inbox-view {
    color: #666;
    padding: 15px 0 0;
}

    .inbox-view a {
        color: #169ce9;
    }

.inbox-attached {
    line-height: 16px;
}

    .inbox-attached a {
        margin: 0 2px;
    }

    .inbox-attached img {
        height: auto;
        max-width: 250px;
        margin-bottom: 5px;
    }

    .inbox-attached span {
        margin-right: 3px;
    }

    .inbox-attached strong {
        color: #555;
        display: block;
        font-size: 13px;
    }

    .inbox-attached .margin-bottom-25 {
        margin-bottom: 25px;
    }

    .inbox-attached .margin-bottom-15 {
        margin-bottom: 15px;
    }

/*Inbox Compose*/
.inbox-compose {
    margin-top: 1px;
    border: solid 1px #eee;
}

.inbox-compose-btn {
    padding: 8px 4px;
    background: #f0f6fa;
}

.inbox-compose-attachment {
    padding: 8px 8px;
}

    .inbox-compose-attachment .btn {
        padding: 4px 10px;
    }

.inbox-compose-btn button {
    color: #fff;
    font-size: 14px;
    margin-left: 4px;
    padding: 4px 10px;
    background: #c0cfdd;
}

    .inbox-compose-btn button:hover {
        color: #fff;
        background: #4d90fe;
    }

    .inbox-compose-btn button i {
        margin-right: 3px;
    }

.inbox-compose .inbox-form-group {
    margin-bottom: 0;
    position: relative;
    border-bottom: solid 1px #eee;
}

.inbox-compose .controls {
    margin-left: 85px;
}

.inbox-compose .inbox-form-group > label {
    width: 80px;
    float: left;
    color: #979797;
    text-align: right;
}

.inbox-compose .controls > input {
    border: none !important;
}

.inbox-compose .controls-to {
    padding-right: 55px;
}

.inbox-compose .controls-cc {
    padding-right: 20px;
}

.inbox-compose .controls-bcc {
    padding-right: 20px;
}

.inbox-compose .inbox-form-group a.close {
    top: 13px;
    right: 10px;
    position: absolute;
}

.inbox-compose .mail-to .inbox-cc-bcc {
    display: inline-block;
    top: 7px;
    right: 10px;
    color: #979797;
    font-size: 14px;
    cursor: pointer;
    position: absolute;
}

.inbox-compose .mail-to .inbox-bcc {
    margin-left: 5px;
}

.inbox-compose .mail-to inbox-cc:hover,
.inbox-compose .mail-to inbox-bcc:hover {
    color: #777;
}

.inbox-compose .wysihtml5 {
    padding: 0px !important;
    margin: 0px !important;
    border: 0 !important;
}

.inbox-compose .wysihtml5-sandbox {
    padding: 0px !important;
    margin: 0px !important;
    display: block !important;
    border: 0 !important;
    margin-top: 5px;
    width: 100% !important;
    border-left: none;
    border-right: none;
    border-color: #eee;
}

.inbox-compose .wysihtml5-toolbar {
    border: 0;
    border-bottom: 1px solid #eee;
}

    .inbox-compose .wysihtml5-toolbar > li {
        height: 34px;
        margin-right: 0;
        margin-bottom: 0;
    }

        .inbox-compose .wysihtml5-toolbar > li > a,
        .inbox-compose .wysihtml5-toolbar > li > div > a {
            background: #fff;
        }

            .inbox-compose .wysihtml5-toolbar > li > a:hover,
            .inbox-compose .wysihtml5-toolbar > li > div > a:hover {
                background: #f1f1f1;
                border-radius: 0;
            }

    .inbox-compose .wysihtml5-toolbar .dropdown.open .dropdown-toggle,
    ul.wysihtml5-toolbar a.btn.wysihtml5-command-active {
        background: #eee !important;
    }

@media (max-width: 480px) {
    .inbox-compose .inbox-form-group > label {
        margin-top: 7px;
    }
}
/*#endregion */


/*#region Metronic Modals */
.modal-body {
    padding: 0;
    margin-bottom: -25px;
}

/*.modal-backdrop {
    z-index: 10048 !important;
}*/
/*#endregion */


/*BOOTBOX*/
.bootbox .modal-body {
    padding: 15px;
    margin-bottom: 0;
}
/*FIM BOOTBOX*/


/***
Select2 Plugin
***/
.form-control .select2-choice {
    border: 1px solid #e5e5e5 !important;
    background-color: #fff;
    background-image: none;
    filter: none;
    height: 34px;
    padding: 3px 0 0px 12px;
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #e5e5e5;
    background-color: #fff;
    background-image: none;
    filter: none;
}

.select2-drop {
    border: 1px solid #e5e5e5;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    filter: none;
    border-top: 0;
}

.select2-drop-auto-width {
    border-top: 1px solid #e5e5e5;
}

.select2-drop.select2-drop-above {
    border-top: 1px solid #e5e5e5;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.select2-drop-active {
    border: 1px solid #999999;
    border-top: 0;
}

.select2-container .select2-choice .select2-arrow {
    background-image: none;
    background-color: #fff;
    filter: none;
    border-left: 1px solid #e5e5e5;
}

.select2-container.select2-container-active .select2-arrow,
.select2-container.select2-dropdown-open .select2-arrow {
    border-left: 0 !important;
}

.select2-container .select2-choice .select2-arrow b {
    background-position: 0 1px;
}

.select2-search input {
    border: 1px solid #e5e5e5;
    background-color: #fff !important;
    filter: none;
    margin: 0;
    outline: 0;
    border: 1px solid #e5e5e5;
    webkit-appearance: none !important;
    color: #333333;
    outline: 0;
    box-shadow: none;
    height: auto !important;
    min-height: 26px;
    padding: 6px 6px !important;
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
    vertical-align: top;
    background-color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 5px;
}

.form-control.select2-container {
    border: 1px;
    height: auto !important;
    padding: 0px;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #999999;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.select2-dropdown-open .select2-choice {
    border-bottom: 0 !important;
    background-image: none;
    background-color: #fff;
    filter: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #999999 !important;
    border-top: 1 !important;
    background-image: none;
    background-color: #fff;
    filter: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border: 1px solid #999999 !important;
    border-bottom: 0 !important;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
}

.select2-results {
    margin: 5px 0;
}

    .select2-results .select2-highlighted {
        background: #eee;
        color: #333;
    }

    .select2-results li em {
        background: #feffde;
        font-style: normal;
    }

    .select2-results .select2-highlighted em {
        background: transparent;
    }

    .select2-results .select2-highlighted ul {
        background: #fff;
        color: #000;
    }

    .select2-results .select2-no-results,
    .select2-results .select2-searching,
    .select2-results .select2-selection-limit {
        padding: 3px 7px 4px;
        background: #f4f4f4;
        display: list-item;
    }

.select2-container-multi {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

    .select2-container-multi .select2-choices {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
    }

    .select2-container-multi.select2-dropdown-open {
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        -ms-border-radius: 4px 4px 0 0;
        -o-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
    }

        .select2-container-multi.select2-dropdown-open .select2-choices {
            -webkit-border-radius: 4px 4px 0 0;
            -moz-border-radius: 4px 4px 0 0;
            -ms-border-radius: 4px 4px 0 0;
            -o-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
        }

        .select2-container-multi.select2-dropdown-open.select2-drop-above {
            -webkit-border-radius: 0 0 4px 4px;
            -moz-border-radius: 0 0 4px 4px;
            -ms-border-radius: 0 0 4px 4px;
            -o-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px;
        }

            .select2-container-multi.select2-dropdown-open.select2-drop-above .select2-choices {
                -webkit-border-radius: 0 0 4px 4px;
                -moz-border-radius: 0 0 4px 4px;
                -ms-border-radius: 0 0 4px 4px;
                -o-border-radius: 0 0 4px 4px;
                border-radius: 0 0 4px 4px;
            }

    .select2-container-multi .select2-choices {
        padding-left: 6px;
        min-height: 34px;
        border: 1px solid #e5e5e5;
        background-image: none;
        background-color: #fff;
        filter: none;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .select2-container-multi.select2-container-active .select2-choices {
        border: 1px solid #999 !important;
        background-image: none;
        background-color: #fff;
        filter: none;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .select2-container-multi .select2-choices .select2-search-choice {
        padding: 3px 5px 3px 18px;
        margin: 5px 0 3px 5px;
        border: 1px solid #e5e5e5;
        background-image: none;
        background-color: #fff;
        filter: none;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

.form-control.select2-container .select2-choices {
    border: 1px solid #e5e5e5 !important;
}

/***
Color variants
***/
.has-warning .select2-container .select2-choice,
.has-warning .select2-container .select2-choices {
    border-color: #faebcc;
}

.has-warning .select2-container.select2-dropdown-open .select2-choice,
.has-warning .select2-container.select2-dropdown-open .select2-choices {
    border-color: #faebcc;
}

    .has-warning .select2-container.select2-dropdown-open .select2-choice > span {
        color: #faebcc;
    }

.has-error .select2-container .select2-choice,
.has-error .select2-container .select2-choices {
    border-color: #ebccd1;
}

.has-error .select2-container.select2-dropdown-open .select2-choice,
.has-error .select2-container.select2-dropdown-open .select2-choices {
    border-color: #ebccd1;
}

    .has-error .select2-container.select2-dropdown-open .select2-choice > span {
        color: #ebccd1;
    }

.has-success .select2-container .select2-choice,
.has-success .select2-container .select2-choices {
    border-color: #d6e9c6;
}

.has-success .select2-container.select2-dropdown-open .select2-choice,
.has-success .select2-container.select2-dropdown-open .select2-choices {
    border-color: #d6e9c6;
}

    .has-success .select2-container.select2-dropdown-open .select2-choice > span {
        color: #d6e9c6;
    }

/* Fix z-index when select2 opened in modals*/
.modal-open .select2-drop-mask {
    z-index: 10051;
}

.modal-open .select2-drop {
    z-index: 10052;
}

.modal-open .select2-search {
    z-index: 10053;
}

/*PORTLET*/
.portlet.light > .portlet-title {
    padding: 0 10px 0 10px;
}

.portlet.light.bordered > .portlet-title {
    border-bottom: 1px solid #c8cacc;
}

/*MENSAGEM DE PROCESSING NAS DATATABLES EM SERVER MODE*/
.dataTables_wrapper .dataTables_processing {
    position: fixed;
    top: 50%;
}


div.controls input[type="checkbox"] {
    width: 19px;
    height: 19px;
}

/*METRONIC SIDE MENU*/
.page-sidebar .page-sidebar-menu > li.active > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a {
    background-color: #d4d4d4;
}

/*DEVEX LISTVIEW MVC*/
.dxgvEditFormDisplayRow_Material td.dxgv, .dxgvDetailCell_Material td.dxgv, .dxgvDataRow_Material td.dxgv, .dxgvDetailRow_Material.dxgvADR td.dxgvAIC {
    padding: 8px 10px 4px;
}

.dxgvControl_Material,
.dxgvDisabled_Material {
    font: 12px "Roboto Regular", Helvetica, "Droid Sans", Tahoma, Geneva, sans-serif;
}

.dxgvGroupPanel_Material {
    padding: 8px 10px 6px;
}

/* COPIA DO BTN RED DA METRONIC */

/* BTN mediumseagreen */
.btn.btn-outline.mediumseagreen {
    border-color: #3cb371;
    color: #3cb371;
    background: 0 0
}

    .btn.btn-outline.mediumseagreen.active, .btn.btn-outline.mediumseagreen:active, .btn.btn-outline.mediumseagreen:active:focus, .btn.btn-outline.mediumseagreen:active:hover, .btn.btn-outline.mediumseagreen:focus, .btn.btn-outline.mediumseagreen:hover {
        border-color: #3cb371;
        color: #fff;
        background-color: #3cb371
    }

.btn.mediumseagreen-stripe {
    border-left: 4px solid #3cb371 !important
}

.btn.mediumseagreen.btn-no-border:not(.active) {
    border-color: transparent
}


/* BTN CCGRAY */
.btn.btn-outline.ccgray {
    border-color: #666;
    color: #666;
    background: 0 0
}

    .btn.btn-outline.ccgray.active, .btn.btn-outline.ccgray:active, .btn.btn-outline.ccgray:active:focus, .btn.btn-outline.ccgray:active:hover, .btn.btn-outline.ccgray:focus, .btn.btn-outline.ccgray:hover {
        border-color: #666;
        color: #fff;
        background-color: #cccccc
    }

.btn.ccgray-stripe {
    border-left: 4px solid #666 !important
}

.btn.ccgray.btn-no-border:not(.active) {
    border-color: transparent
}

/* BTN cAnexos */
.btn.btn-outline.cAnexos {
    border-color: #525e64;
    color: #525e64;
    background-color: #F0F8FF;
}

    .btn.btn-outline.cAnexos.active, .btn.btn-outline.cAnexos:active, .btn.btn-outline.cAnexos:active:focus, .btn.btn-outline.cAnexos:active:hover, .btn.btn-outline.cAnexos:focus, .btn.btn-outline.cAnexos:hover {
        border-color: #525e64;
        color: #fff;
        background-color: #525e64;
    }

.btn.cAnexos-stripe {
    border-left: 4px solid #525e64 !important
}

.btn.cAnexos.btn-no-border:not(.active) {
    border-color: transparent
}


.btn-deleteattachment-md {
    font-size: inherit;
}

.btn-deleteattachment-sm {
    font-size: 9px;
}

.btn-attachment-md {
    font-size: inherit;
    padding: inherit;
}


.btn-attachment-sm {
    font-size: 9px;
    padding: 7px;
}

.attachmentContainer {
    background-color: whitesmoke;
    padding-top: 10px;
    padding-bottom: 10px;
}

.attachmentContainerIcon-sm {
    font-size: 9px;
}

.attachmentContainerIcon-md {
    font-size: 13px;
}





/* INICIO - COMPACTAR LAYOUT - INICIO */


.form-group {
    margin-bottom: 3px;
}

.form-control {
    padding: 6px 3px;
}

    .form-control .select2-choice {
        padding-left: 3px;
    }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 5px;
    padding-right: 5px;
}

.row {
    margin-left: -7px;
    margin-right: -7px;
}

.panel-heading {
    padding-top: 5px;
    padding-right: 3px;
    padding-bottom: 5px;
    padding-left: 10px;
}

.portlet.light > .portlet-title > .actions {
    padding: 6px 0 5px;
}

.portlet.light > .portlet-title > .caption {
    padding: 5px 0 5px;
}

.portlet.light > .portlet-title {
    padding-top: 0px;
    padding-right: 3px;
    padding-bottom: 0px;
    padding-left: 3px;
}



/*    FIM - COMPACTAR LAYOUT - FIM */


/*    DEVEXTREME - COLOCAR DATAS MAIORES NOS DSSFORMS*/
.dx-texteditor-container {
    padding: 0px !important;
    height: 32px !important;
}
