body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  display: block;
  position: absolute;
  z-index: 1;
  font-size: 100%;
  font-weight: 300;
}

a {
  text-decoration: none !important;
  cursor: default;
  color: #00a8ff;
}

button {
  border-radius: 3px;
  font-size: 0.75em !important;
}

input {
  font-size: 0.82em !important;
}

label {
  font-weight: 500;
  font-size: 0.7em !important;
}

textarea {
  height: 100px !important;
  font-size: 0.8em !important;
  line-height: normal !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  resize: none;
}

.uk-nav-default li.uk-active a {
  color: #00a8ff;
}

.uk-drop {
  z-index: 1010;
}

.uk-tooltip {
  font-size: 0.6em;
}

.uk-form-horizontal .uk-form-label {
  width: 160px;
}

.uk-form-horizontal .uk-form-controls {
  margin-left: 175px;
}

.uk-form-horizontal p {
  font-size: 0.72em;
}

.uk-placeholder {
  font-size: 0.74em;
}

.uk-link {
  text-decoration: none !important;
}

.uk-tab a {
  font-size: 0.74em;
}

.uk-tab .uk-active a {
  font-weight: 600;
}

.uk-label {
  font-size: 0.7em;
}

.uk-checkbox {
  border-radius: 25%;
}


.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.title {
  font-size: 1.8em;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.menu-item {
  font-size: 0.86em;
  font-weight: 400;
  color: #637280;
}

.menu-item-sub {
  font-size: 0.76em;
  font-weight: 400;
  color: #637280;
}

.menu-item-big {
  font-size: 1.1em;
  font-weight: 400;
  color: #637280;
}

.big-bullet {
  font-size: 35px;
  padding-right: 3px;
  position: relative;
  top: -4px;
  line-height: 120%;
}

.dashboard-items {
  font-size: 0.8em;
}

.bold {
  font-weight: bold;
}

.login-icon {
  width: 40px;
  height: 40px;
  background-color: #d9036a;
  color: #fff;
  font-size: 1.35em;
  font-weight: 500;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
}

.login-icon:hover {
  background-color: #c80261;
  color: #fff;
}

.login-user-menu-box {
  width: 190px;
}


.login-user-menu-box-item {
  font-size: 0.72em;
}

.login-user-menu-box-item div.hoverable {
  color: #637280;
}

.login-user-menu-box-item div.hoverable:hover {
  color: #444;
  background-color: #eee;
}


.menu-box {
  font-size: 11px;
  text-transform: initial;
}
.menu-box-item div {
  padding: 8px 12px 8px 12px;
}
.menu-box-item div:hover {
  background-color: #eee;
  color: #444;
}


.app-card-menu-box {
  width: 100px;
  font-size: 11px;
}

.app-card-menu-box-item {
  padding-top: 8px;
  padding-bottom: 8px;
}

.app-card-menu-box-item div {
  padding: 5px 12px 5px 12px;
}

.app-card-menu-box-item div:hover {
  background-color: #eee;
  color: #444;
}


.toast-alert-text {
  font-size: 0.7em;
}


.no-margin {
  margin: 0;
}

.light-gray {
  color: #a0a6ac;
}

.dark {
  color: #2e3d4b;
}

.back-light-grey {
  background-color: #f5f6f7;
}

.border-gray {
  border: 1px solid #eee;
}


.input-4chars {
  width: 56px;
}

.input-2chars {
  width: 44px;
}

.createapp-input {
  width: 300px;
}



.container {
  display: flex;
  flex-direction: row;
  height: 100vh;
}

.left-col {
  flex: 1;
  display: flex;
}

.center-col {
  flex: 4;
  overflow: hidden;
}

.center-col-scroll {
  overflow-y: scroll;
  margin-right: -16px;
  height: 100%;
}

.right-col {
  flex: 1;
  flex-direction: column;
  display: flex;
}

.padding-medium {
  padding: 30px;
}


.app-card-container {
  width: 125px;
  height: 160px;
  padding: 16px;
  border-radius: 4%;
}

.app-card-container:hover {
  background-color: #f2f6f9;
}

.dash-card {
  border-radius: 5px;
  border: 1px solid #eee;
}

.dash-card-text {
  color: #a1a7ad;
  font-size: 0.92em;
}

.dash-card-title {
  font-size: 0.95em;
  font-weight: bold;
}

.app-card {
  width: 125px;
  height: 125px;
  border-radius: 14%;
  border: 1px solid #eee;
  background-color: #f8f8f8;
}

.app-card img {
  border-radius: 14%;
}

.app-card-title {
  font-size: 0.92em;
  font-weight: 400;
  color: #555;
}

.users-table th {
  font-size: 0.74em;
  font-weight: bold;
  color: #333;
  text-transform: capitalize;
  vertical-align: middle;
}

.users-table td {
  font-size: 0.74em;
  color: #333;
}


.dyn-table th {
  color: #333;
  text-transform: capitalize;
  vertical-align: middle;
}


.dyn-table td {
  font-size: 0.74em;
  color: #333;
}

.dyn-table-bottom {
  font-size: 0.76em;
  color: #333;
}

.dyn-table-pagination li a {
  color: #777;
}

.dyn-table-pagination li a:hover {
  color: #333;
}

.dyn-table-pagination li.uk-active a {
  color: #00a8ff;
}



.more-options-container {
  position: relative;
}

.more-options {
  position: absolute;
  margin-top: -10px;
  margin-left: 110px;
  width: 18px;
  height: 18px;
  overflow: hidden;
  border-radius: 14%;
  text-align: center;
  line-height: 16px;
  font-size: 0.7em;
  background-color: #fff;
  border: 1px solid #eee;
  color: #aaa;
  z-index: 10000;
}

.more-options:hover {
  color: #00a8ff;
}

.more-options-user-row {
  width: 18px;
  height: 18px;
  border-radius: 14%;
  text-align: center;
  color: #aaa;
  border: 1px solid transparent;
}

.more-options-user-row:hover {
  color: #00a8ff;
  border: 1px solid #eee;
}


.side-buttons {
  font-size: 0.68em;
  font-weight: 400;
  color: #00a8ff;
}

.side-buttons div {
  margin-bottom: 12px;
}

.side-buttons div:hover {
  color: #008dd6;
}


.select-background {
  background-color: #f5f9fc;
}


.user-create-app-thumb {
  width: 55px;
  height: 55px;
  border-radius: 10%;
  border: 1px solid #ddd;
}

.user-create-app-thumb img {
  border-radius: 10%;
}

.transp {
  background: rgba(255, 255, 255, .7);
  z-index: 1;
}

.version {
  font-size: 0.6em;
  color: #eee;
  padding-right: 10px;
  padding-bottom: 4px;
}

.create-app-img {
  width: 125px;
  height: 125px;
  border-radius: 15%;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
}

.create-app-img img {
  width: 125px;
  height: 125px;
  border-radius: 15%;
  border: 1px solid #ddd;
}

.box-shadow-upload {
  box-shadow: 0 0 50px #ccc;
}

.disabled-transp {
  opacity:0.5;
  filter: grayscale(1.0);
}

.title-app-info {
  font-size: 0.95em;
  font-weight: 400;
  color: #555;
}

.label-app-info {
  font-size: 0.68em;
  color: #aaaaaa;
}

.content-app-info {
  font-size: 0.68em;
}


.search-input {
  border-radius: 50px;
}

.filter-input {
  border-radius: 5px;
}

.small-text {
  font-size: 0.8em;
}

.small-text2 {
  font-size: 0.74em;
}


.border-top-remove {
  border-top: 0 !important;
}

.dyn-table-filter-column {
  height: 30px !important;
}
