﻿/* Login */

.login--logo {
    max-width: 22em;
    margin: 0 auto;
}


body {
    background-color: #f9f9f9 !important
}
#page-footer {
    background-color: #fff !important
}
.main-container {
}
.content-main-area {
    padding-top: 20px;
    margin-bottom: 50px;
}

.breadcrumb.breadcrumb-alt .breadcrumb-item {
    font-size: .8rem;
    font-weight: 400;
}

.breadcrumb.breadcrumb-alt .breadcrumb-item + .breadcrumb-item::before {
    font-size: 0.7rem;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fdfdfd;
}
.table-striped > tbody > tr > td {
    font-size: .875rem;
}

.btn-group a {
    margin-right: .25rem;
    margin-left: .25rem;
}

.badge {
    padding: .3em .4em .3em .4em;
    font-size: 90%;
    font-weight: 400;
}

.alert {
    font-size: 90%;
}

.alert-danger {
    background-color: #ca4f3e;
}
.alert h2 {
    color: #fff;
}

.alert-warning {
    background-color: #f3b760;
}


.form-group .text-danger {
    font-size: 80%;
}
.dataTables_info {
    font-size: .8rem;
    /*font-weight: 400;
    line-height: 1.5;
    color: #575757;
    text-align: left;*/
}
.pagination {
    font-size: .8rem;
}
.social-icon {
    color: #575757;
    color: #c8c8c8;
}
.control-label {
    font-size: .9rem;
    font-weight: 400;
}
.validation-summary-errors {
    /*background-color: #ca4f3e;*/
    padding: .5rem;
}
    .validation-summary-errors ul {

        margin: 0px;
    }
    .validation-summary-errors ul li {
        /*color: #ffffff;*/
        font-size: .8rem;
    }

table.dataTable {
     margin-top: 0px !important; 
     margin-bottom: 0px !important; 
}
.dataTables_wrapper .row {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.dataTables_wrapper tr.even td {
    background-color: #fff;
}

label.required:after {
    color: #A94442;
    content: ' *';
    display: inline;
}

/* Warning Banner */
.header--warning-banner {
    color: #fff;
    line-height: 33px;
    font-weight: bold;
    font-size: 1.5em;
}

.header--warningbg {
    background-color: red !important;
}

.layout--warning-banner {
    height: 60px;
    background: red;
    color: white;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    font-weight: bold;
}

/* Sortable */
.ui-sortable-handle {
    cursor: move;
}
.ui-state-highlight {
    height: 1.5em;
    line-height: 1.2em;
    background-color: #ccc;
}
