body {
    background-color: #efefef;
    color: #555555;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

.table-selected {
    background: #dddddd;
}

.group-id {
    width: 20px;
    height: 20px;
    padding-top: 2px;
    border-radius: 10px;
    text-align: center;
    font-size: 13px;
}

/* fix md-dialog not centered bug */
.md-dialog /deep/ .md-dialog-container {
    transform: none;
}

.nav-pills .active {
    background-color: #e8e8e8;
}

::-webkit-scrollbar {
    width: 8px;
    /* Remove scrollbar space */
    background: transparent;
    /* Optional: just make scrollbar invisible */
}

/* Optional: show position indicator in red */
::-webkit-scrollbar-thumb {
    background: #ececec;
    border-radius: 4px;
}

.tableFixHead {
    overflow-y: auto;
    height: 600px;
}

.tableFixHead thead th {
    position: sticky;
    top: 0;
    background: #ffffff
}

/* Just common table stuff. Really. */
table {
    border-collapse: collapse;
    width: 100%;
}

th,
td {
    padding: 8px 16px;
}

th {
    background: #eee;
}

.select-style {
    border: 1px solid #ccc;
    width: auto;
    border-radius: 3px;
    overflow: hidden;
    background: #fafafa;
    /* url("data:image/png;base64,R0lGODlhDwAUAIABAAAAAP///yH5BAEAAAEALAAAAAAPABQAAAIXjI+py+0Po5wH2HsXzmw//lHiSJZmUAAAOw==") no-repeat 90% 50%; */
}

.select-style select {
    cursor: pointer;
    padding: 5px 8px;
    width: 105%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    font-size: 12px;
    -webkit-appearance: none;
}

.select-style select:focus {
    outline: none;
}

.slidestores-enter {
    transform: translateX(-100%)
}

.slidestores-enter-to {
    transform: translateX(0)
}

.slidestores-enter-active {
    position: absolute
}

.slidestores-leave {
    transform: translateX(0)
}

.slidestores-leave-to {
    transform: translateX(-100%)
}

.slidestores-enter-active,
.slidestores-leave-active {
    transition: all 750ms ease-in-out
}

.slideorders-enter {
    transform: translateX(100%)
}

.slideorders-enter-to {
    transform: translateX(0)
}

.slideorders-enter-active {
    position: absolute
}

.slideorders-leave {
    transform: translateX(0)
}

.slideorders-leave-to {
    transform: translateX(100%)
}

.slideorders-enter-active,
.slideorders-leave-active {
    transition: all 750ms ease-in-out
}

.slidedetails-enter {
    transform: translateX(100%)
}

.slidedetails-enter-to {
    transform: translateX(0)
}

.slidedetails-enter-active {
    position: absolute
}

.slidedetails-leave {
    transform: translateX(0)
}

.slidedetails-leave-to {
    transform: translateX(100%)
}

.slidedetails-enter-active,
.slidedetails-leave-active {
    transition: all 750ms ease-in-out
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity .5s;
}

.fade-enter,
.fade-leave-to

/* .fade-leave-active below version 2.1.8 */
    {
    opacity: 0;
}

.app-switch-name {
    font-size: 8px;
    font-weight: 100;
    color: #666666;
}

.app-switch-icon {
    width: 96px;
    height: 96px;
    -webkit-filter: drop-shadow(0px 0px 5px #aaa);
    filter: drop-shadow(0px 0px 5px #aaa);
}

.navbar-header {
    margin-top: 4px;
}

.navbar-header-right {
    margin-top: 12px;
    margin-right: 32px;
}

.btn-group.special {
    display: flex;
}

.special .btn {
    flex: 1
}

.text-muted-small {
    font-size: 10px;
    color: #cdcdcd;
}

nav {
    padding-left: 10px;
}

.container-fluid {
    padding: 0px;
    overflow: hidden;
}

#editableDataCardHeading input {
    font-size: 16px;
    padding: 0px;
    margin: -4px;
}

#employeeDataCardHeading input {
    font-size: 16px;
    padding: 0px;
    margin: -4px;
}

#employeeDataCard input {
    font-size: 14px;
    padding: 0px;
    margin-top: -4px;
    margin-bottom: -4px;
}

#employeeDataCard .row {
    margin-top: 4px;
    margin-bottom: 4px;
}

.row-vert20tb {
    margin-top: 20px;
    margin-bottom: 20px;
}

.row-vert30b {
    margin-bottom: 30px;
}

.empl-datepickerinput {
    font-size: 10px;
}

.empl-datepicker {
    margin-top: -8px;
    margin-bottom: -8px;
}

.paneldisabled {
    background-color: #bbb;
}

.tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 4px;
}

.tab-content-employees {
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 12px;
    background-color: #ffffff;
}

.tab-content-userroles {
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 12px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 12px;
    background-color: #ffffff;
}

.nav-tabs {
    margin-bottom: 0;
}

.icon-button {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border: 0;
    background: transparent;
}

.fa-cog-red {
    color: red;
    font-size: 18px;
    margin: 0px 2px;

}

.fa-cog-green {
    color: green;
    font-size: 18px;
    margin: 0px 2px;
}

.fa-cog-grey {
    color: grey;
    font-size: 18px;
    margin: 0px 2px;
}

.fa-cog-red16 {
    color: red;
    font-size: 14px;

}

.fa-cog-green16 {
    color: green;
    font-size: 16px;
}

.fa-cog-grey16 {
    color: grey;
    font-size: 16px;
}

.fa-cog-grey22 {
    color: grey;
    font-size: 22px;
}

#menu-header {
    color: #555555;
    font-size: 2.5em;
    font-weight: 200;
    margin-top: 15px;
}

.menu-category {
    color: #bbbbbb;
    font-size: 0.7em;
    font-weight: 200;
    padding-bottom: 5px;
    box-shadow: 0 -2px 0 #3d76a7 inset;
}

.menu-bottom-info {
    color: #888;
    font-size: 0.5em;
    font-weight: 200;
    margin-top: 40px;
    padding-bottom: 5px;
    padding-top: 5px;
    box-shadow: 0 1px 0 #555555 inset;
}

.menu-item {
    display: block;
    width: 340px;
}

.dropdown-menu {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.company-dropdown-item {
    min-width: 340px;
    color: #666666;
    font-size: 1.2em;
    font-weight: 100;
    padding: 8px 8px;
    box-shadow: 0 -1px 0 #cccccc inset;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 0.2em 0;
    padding: 0;
}

.hline-blue {
    width: 100%;
    height: 2px;
    background: #3d76a7;
}

.hline-blue-menu {
    width: 100%;
    height: 2px;
    background: #3d76a7;
}

.hline-blue-vert30 {
    width: 100%;
    height: 2px;
    background: #3d76a7;
    margin: 0px 0px 30px 0px;
}

.hline-blue-vert10tb {
    width: 100%;
    height: 2px;
    background: #3d76a7;
    margin: 10px 0px 10px 0px;
}

.bottom-content {
    padding: 12px 20px 40px 20px;
    margin-bottom: 20px;
    box-shadow: 0 -4px 0 #3d76a7 inset, 0 0 20px rgba(0, 0, 0, 0.1);
}

.bottom-border {
    padding-bottom: 20px;
    box-shadow: 0 -4px 0 #3d76a7 inset, 0 0 20px rgba(0, 0, 0, 0.1);
}

#body-bg {
    background-attachment: fixed;
    background-clip: border-box;
    background-color: #ffffff;
    background-origin: padding-box;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover !important;
    position: relative;
}

.panel-info>.panel-heading {
    color: #555555 !important;
    background-color: #c2c2c2 !important;
    border-color: #bce8f1;
}

.panel-info>.panel-heading.enabled {
    background-color: #8fd68f !important;
}

/*-----------------------------------------------------------------------------------*/
/* Footer */
/*-----------------------------------------------------------------------------------*/
#base {
    background: #313131;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.6);
}

#base li a {
    color: rgba(255, 255, 255, 0.8);
    text-shadow: none;
}

#base h3 {
    color: #FFFFFF;
    text-shadow: none;
    opacity: 0.8;
}

#base input,
#base button,
#base select,
#base textarea {
    color: #fff;
}

#base input {
    background: none repeat scroll 0 0 rgba(45, 55, 70, 0.15);
    border: 1px solid;
    border-color: rgba(255, 255, 255, 0.15);
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    color: #fff;
    padding: 4px 12px;
}

#base input:focus {
    border-color: rgba(255, 255, 255, 0.4);
}

/* Footer Menu */
#footer {
    background: rgba(0, 0, 0, 0.85);
    color: #bbb;
    color: rgba(255, 255, 255, 0.5);
    padding-top: 25px;
    padding-bottom: 25px;
}

#footermenu ul {
    margin: 0;
}

#footermenu ul li {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 10px;
    padding-right: 10px;
}

#footermenu ul li:last-child {
    border: none;
}

#footermenu ul li a {
    color: #444;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

#footermenu ul li a:hover {
    color: #ffffff;
}

/* Copyright */
#copyright p {
    padding: 0;
    margin: 0;
}