﻿/* common.css - Utility classes and common styles */

.no-spacing {
    padding: 0;
    margin: 0;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    color: red;
}

.align-middle {
    vertical-align: middle;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem #000000;
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.btn.icon-strip {
    padding-right: 0;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.button-group {
    margin-top: 20px;
}

.grid-body-wrapper {
    margin: 0;
}

.custom-padding-margin {
    padding-top: 1rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.action-column {
    width: 1%;
    white-space: nowrap;
}

.footer {
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
    min-height: 60px;
    height: 60px;
    background-color: white;
    z-index: 1030;
    box-shadow: 0 -4px 2px -2px rgba(0, 0, 0, 0.1);
}

.footer #copyright {
    margin-left: 5px;
}

img.icon {
    height: 24px;
    width: 24px;
}

.navbar-brand img {
    max-height: 50px;
    width: auto;
}

.navbar.fixed-top {
    background-color: white;
    z-index: 1030;
}

th.icon-col {
    width: 97px;
}

th.is-active-col {
    width: 130px;
}
