.shrink {
  width:1px;
  white-space:nowrap;
}

.right {
  text-align:right !important;
}

.uic-loading {
  border-top:8px solid black;
  background: #bac4d2!important;
}

.uic-spacer-1 {
  flex-grow:1!important;
}
.uic-spacer-2 {
  flex-grow:2!important;
}
.uic-spacer-3 {
  flex-grow:3!important;
}
.uic-spacer-4 {
  flex-grow:4!important;
}
.uic-spacer-5 {
  flex-grow:5!important;
}
.uic-spacer-6 {
  flex-grow:6!important;
}
.uic-spacer-7 {
  flex-grow:7!important;
}
.uic-spacer-8 {
  flex-grow:8!important;
}
.uic-spacer-9 {
  flex-grow:9!important;
}
.uic-spacer-10 {
  flex-grow:10!important;
}
.uic-spacer-100 {
  flex-grow:100!important;
}

/* closed navi start */

/*#uic-main .uic-base > .uic-separator { display:none; }
.uic-base .uic-navi-pane { width: 0; }
.uic-base .uic-navi-pane nav { background-color:#e6e6e6; }
.uic-base .uic-navi-pane nav > ul { opacity: 0; display:none; }*/

/* closed navi end */

/* main dashboard start */

.uic-main-dashboard {
	font-size: 16px;
}

.uic-main-dashboard .uic-dashboards>div>div {
		font-size: var(--text-font-size);
}

.uic-main-dashboard .uic-dashboards.uic-textboards>div>div:first-child {
  padding: 10px 0;
}

.uic-main-dashboard .tabs nav a {
	font-size: 1em;
}

.uic-main-dashboard .row {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.uic-main-dashboard .row .col-40 {
	display: flex;
    flex-direction: column;
    width: 40%;
}

.uic-main-dashboard .row .col-60 {
	display: flex;
    flex-direction: column;
    width: 60%;
}

.uic-main-dashboard .img-80 {
	max-width: 80%;
	height: auto;
	margin: 0 auto;
}

/* main dashboard end */
