.header .header-content,
[data-headerbg="color_4"] .header {
    background-color: #05C3DD;
}
#main-wrapper .nav-header .brand-logo img.mini {
    display: none;
}
#main-wrapper.menu-toggle .nav-header .brand-logo img.main {
    display: none;
}
#main-wrapper.menu-toggle .nav-header .brand-logo img.mini {
    display: block;
}

main > .container {
    padding: 70px 15px 20px;
}
.header-info h6, 
.header-info .text-end {
    color: #202020 !important;
}
.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.form-group {
    margin-bottom: 1rem;
}

form .form-control.is-invalid
{
    border-right: 1px solid #FF5E5E !important;
}
form .form-control.is-valid
{
    border-right: 1px solid #198754 !important;
}

.summary
{
    padding: 10px;
    text-align: right;
}
.export_box
{
    padding: 10px 0;
    text-align: right;
}

table.import_table tr td.not_found { background: #c55 !important; }
table.import_table tr td span.file_value { display: none; }
table.import_table tr td.not_found span.file_value { display: block;color: white; }
table.import_table thead th {font-size: 13px; padding: 0.625rem 1rem; font-weight: 500; background-color: #F0F4F9; border: 0; vertical-align: middle}
table.import_table tr td span[contenteditable="true"]:focus { border: 1px solid #ccc; padding: 5px; }
table.import_table tr td p.error,
table.import_table tr td p.success { display: none;}
table.import_table tr td.success p.success { display: block; color: green; }
table.import_table tr td.error p.error { display: block; color: red; }
table.import_table tr td.success a,
table.import_table tr td.error a { display: none; }

table.sample_data_table { width: 100%; max-width: 600px; border-collapse: collapse; border: 1px solid #ccc; }
table.sample_data_table td,
table.sample_data_table th { padding: 10px; border: 1px solid #ccc;  }
table.sample_data_table td strong { font-weight: 500;}

.centro-preview
{
    min-height: calc(100vh - 180px);
}
table#sepa-preview-socio-list tbody tr.error td 
{
    background: #c55;
    color: white;
}