html,
body {
    height: 100%;
}

body {
  background: #f6f6f6;
  margin: 0;
  padding: 0;
  border-width: 0;
  font-family: "Helvetica Neue",
  Helvetica, Arial, sans-serif; font-size: 14px;
}

header {
    background: #212834;
    padding: 11px 11px 11px 5px;
    -webkit-box-shadow: 0 0 15px 0 #000000 !important;
    -moz-box-shadow: 0 0 15px 0 #000000 !important;
}

.unicontainer {
    padding: 20px;
    height: calc(100% - 53px);
    overflow: auto;
}

.unicontainer .action {
    padding-left: 12px;
    padding-right: 12px;
}

.title {
    color: #f4af03;
    font-size: 20px;
}

.version {
    color: #e8e8e8;
    font-size: 14px;
    margin-left: 5px;
}

.tenant {
    float: right;
    color: #e8e8e8;
    font-size: 16px;
    margin-left: 5px;
    margin-top: 5px;
}

.tenant a {
    margin-left: 5px;
}

.form-login .form-group {
    margin-bottom: 10px;
}

#uni-process {
    display: none;
    background: #000;
    opacity: 0.2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.grid-entries {
    font-size: 16px;
    width: 100%;
}

.grid-entries .status-spinner {
    height: 20px;
    width: 20px;
    display: none;
}

.grid-entries th,
.grid-entries td {
    padding: 5px;
}

.grid-entries thead {
    background: #4d4f53;
    color: white;
}

.grid-entries thead th {
    -webkit-box-shadow: 0 0 15px 0 #24282b !important;
    -moz-box-shadow: 0 0 15px 0 #454b4f !important;
    -moz-box-shadow: 0 0 15px 0 #454b4f !important;
}

.grid-entries tbody {
    background: #fff;
}

.grid-entries tbody tr {
    border-bottom: 1px #e8e8e8 solid;
}

.grid-entries .uni-actions button {
    margin-left: 5px;
    float: left;
}

/*
.grid-entries tr:nth-child(even) {background: #FFF}
.grid-entries tr:nth-child(odd) {background: #CCC}*/
