﻿.BtRemoveAdditionUser {
    background-color: #4CAF50 !important; /* Green */
    border: none;
    color: red !important;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 10px !important;
}

body.mini-navbar .nav-header {
    padding: 0;
    background-color: white;
}

.md-skin .navbar-static-top {
    background-color: #7c7089 !important;
}

.nav > li.active {
    border-left: 4px solid black;
}

.nav-tabs > li.active {
    border-left: 1px;
    background: none !important;
}

.nav-tabs > li {
    border-left: 0px;
}

.btn-sm {
    font-size: 11px;
}

.btn-xs {
    font-size: 11px;
}

.form-control {
    font-size: inherit !important;
}

.navbar-top-links {
    padding-top: 17px;
}

.navbar-top-links a {
    color: #fff;
}

.kpigreen-bg {
    background-color: #a3e1d4;
}

.kpiblue-bg {
    background-color: #9cc3da;
}

.kpigrey-bg {
    background-color: #d1dade;
}

.home-alerts{
    height: 300px;
    overflow-y: scroll;
}

div.facility-container {
    margin-top: 20px;
    margin-right: 10px;
    border-radius: 4px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 250px;
    float: left;
}

div.facility-container h4 {
    font-weight: bold;
    text-align: center;
}

div.facility-container div.col-xs-3 {
    text-align: right;
}

facility-container-inner {
    background-color: #eee;
    margin-right: 10px;
}

.dxpLite_Office365 .dxp-current {
    background-color: #1168b8 !important;
    border-color: #053a6b !important;
}

.field-validation-error {
    color: #a94442;
}

.dxgvControl_Office365 a {
    color: white;
    text-decoration: none !important;
}

.dxgvControl_Office365 .btn {
    text-decoration: none !important;
}

.dxgvControl_Office365 a:hover {
    color: black !important;
    text-decoration: none !important;
}

.btn-white {
    color: black !important;
    background-color: #fff;
    border-color: #7c7089 !important;
}

.btn-white:active, .btn-white:visited, .btn-white:hover, .btn-white:disabled {
    color: black !important;
    background-color: #eee !important;
    border-color: #7c7089 !important;
    text-decoration: none !important;
}

.btn-white a {
    color: black !important;
    background-color: #fff;
    font-size: inherit !important;
}

.btn:focus {
    color: black !important;
    background-color: #fff !important;
    border-color: #7c7089 !important;
}

.btn-primary {
    line-height: inherit !important;
    font-size: 14px;
    font-family: inherit;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    border-radius: 3px !important;
}

.btn-group-xs > .btn, .btn-xs {
    padding: 5px 10px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    border-radius: 3px !important;
}

.ibox-tools a.btn-primary:focus, .ibox-tools a.btn-primary:hover {
    color: black !important;
    background-color: #fff !important;
    border-color: #7c7089 !important;
}

.required::after {
    content: " *";
    color: red;
}