/* Portlet */
.portlet.light {
    padding: 12px 20px 15px !important;
    background-color: #fff !important;
}

/* Datatables */
.portlet.light .dataTables_wrapper .dt-buttons {
    margin-top: 0;
    margin-left: 15px;
}

/* Forms */
.form .form-actions.right,
.portlet-form .form-actions.right {
    margin: -1px -20px -15px !important;
}

.form .form-body,
.portlet-form .form-body {
    padding: 10px 0 20px 0;
}

/* Multiselect */
.ms-container {
    width: 100%;
    margin-bottom:20px;
}

.ms-container .ms-list {
    border: 1px solid #c2cad8;
}

.ms-container .ms-selectable, .ms-container .ms-selection {
    width: 47%;
}

.ms-selectable {
    width: 98%;
}

.ms-container .ms-selectable li.ms-elem-selectable, .ms-container .ms-selection li.ms-elem-selection {
    padding: 4px 10px;
}


/* Logo superior intranet */
.page-header.navbar .page-logo .logo-default {
    margin: 10px 0px 0;
}

/* Login */
.login .content .input-icon {
    border-left: 2px solid #c4ab91 !important;
}
