.sidebar-menu .header {
    font-variant: small-caps;
    font-size: 12pt !important;
    color: #6a8d9d !important;
}

.main-header .logo-lg, .main-header .logo-mini {
    height: 100%;
}
.main-header .logo-lg img, .main-header .logo-mini img {
    max-width: 100%;
    max-height: 100%;
}

.breadcrumb {
    top: 5px !important;
}

.table .form-group {
    margin-bottom: 0;
}




.fa-check {
    color: green;
}
.fa-times {
    color: red;
}


/**/
.dataTables_filter input {
    margin-left: 5px;
}

.dataTables_scrollBody {
    overflow-y: hidden !important;
    height: auto !important;
}
.dataTables_wrapper .row:first-child div:nth-child(2) {
    text-align: right;
}

.box-primary {
    border-top-color: #ea5b25 !important;
}

.checkbox {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}



/*BOOTSTRAP EQ COL*/
/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}

/*
 * Styles copied from the Grid example to make grid rows & columns visible.
 */
.container {
    padding-right: 15px;
    padding-left: 15px;
}

h4 {
    margin-top: 25px;
}
.row {
    margin-bottom: 20px;
}
.row .row {
    margin-top: 10px;
    margin-bottom: 0;
}
.row-eq-height .box {
    height: 100%;
}