﻿/*
td.details-control {
    background: url('/uki//img/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('/uki//img/details_close.png') no-repeat center center;
}
*/
.uki-input-info {
	font-size: 11px;
	margin-top: -10px;

}
.uki-label {
	font-size: 11px;
}

.uki-table-header {
	font-size: 10px;
}

/* Rules for sizing the icon. */
.material-icons.md-10 { font-size: 10px; }
.material-icons.md-12 { font-size: 12px; }
.material-icons.md-14 { font-size: 14px; }
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
.material-icons.md-72 { font-size: 72px; }
.material-icons.md-96 { font-size: 96px; }
.material-icons.md-128 { font-size: 128px; }
.material-icons.md-144 { font-size: 144px; }
.material-icons.green { color: green; }

tr.row_selected td{background-color:#00bcd4; !important;}

@font-face {
   font-family: 'Material Icons';
   font-style: normal;
   font-weight: 400;
   src: url(iconfont/MaterialIcons-Regular.eot); /* For IE6-8 */
   src: local('Material Icons'),
        local('MaterialIcons-Regular'),
        url(iconfont/MaterialIcons-Regular.woff2) format('woff2'),
        url(iconfont/MaterialIcons-Regular.woff) format('woff'),
        url(iconfont/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

.ct-chart .ct-bar:nth-of-type(4n+1) {
  stroke: #71A28A;
}

.ct-chart .ct-bar:nth-of-type(4n+2) {
  stroke: #FF6414;
}

.ct-chart .ct-bar:nth-of-type(4n+3) {
  stroke: #EFB200;
}

.ct-chart .ct-bar:nth-of-type(4n+4) {
  stroke: #91A453;
}

.ct-series-a .ct-bar,
.ct-series-a .ct-line,
.ct-series-a .ct-point,
.ct-series-a .ct-slice-donut {
    stroke: #71A28A;
}
.ct-series-b .ct-bar,
.ct-series-b .ct-line,
.ct-series-b .ct-point,
.ct-series-b .ct-slice-donut {
    stroke: #FF6414;
}

.ct-legend {
   position: relative;
   z-index: 10;
   list-style: none;
   text-align: center;
}
.ct-legend li {
   position: relative;
   padding-left: 23px;
   margin-right: 10px;
   margin-bottom: 3px;
   cursor: pointer;
   display: inline-block;
}
.ct-legend li:before {
   width: 12px;
   height: 12px;
   position: absolute;
   left: 0;
   content: '';
   border: 3px solid transparent;
   border-radius: 2px;
}
.ct-legend li.inactive:before {
   background: transparent;
}
.ct-legend.ct-legend-inside {
   position: absolute;
   top: 0;
   right: 0;
}
.ct-legend.ct-legend-inside li{
   display: block;
   margin: 0;
}
.ct-legend .ct-series-0:before {
   background-color: #71A28A;
   border-color: #71A28A;
}
.ct-legend .ct-series-1:before {
   background-color: #FF6414;
   border-color: #FF6414;
}
.ct-legend .ct-series-2:before {
   background-color: #f4c63d;
   border-color: #f4c63d;
}
.ct-legend .ct-series-3:before {
   background-color: #d17905;
   border-color: #d17905;
}
.ct-legend .ct-series-4:before {
   background-color: #453d3f;
   border-color: #453d3f;
}

.ct-chart-line-multipleseries .ct-legend .ct-series-0:before {
   background-color: #71A28A;
   border-color: #71A28A;
}

.ct-chart-line-multipleseries .ct-legend .ct-series-1:before {
   background-color: #FF6414;
   border-color: #FF6414;
}

.ct-chart-line-multipleseries .ct-legend li.inactive:before {
   background: transparent;
}

abbr[data-original-title], abbr[title] {
  text-decoration: none !important;
  border-bottom: none;
}

abbr[data-original-title]::after, abbr[title]:not([title=''])::after {
  content: '?';
  font-size: 0.75em;
  position: relative;
  padding: 0 0.3em;
  top: -0.75em;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

abbr[data-original-title].internal, abbr[title].internal {
  cursor: default;
}

abbr[data-original-title].internal::after, abbr[title].internal::after {
  content: '';
  border: 0;
}

[draggable] {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  /* Required to make elements draggable in old WebKit */
  -khtml-user-drag: element;
  -webkit-user-drag: element;
}

.dragDest {
	padding: 1em;
}

.dragDestObject {
	border: 1px dashed #229922;
	background: linear-gradient(60deg, #99ee99, #77dd77);
	box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(76, 175, 80, 0.4);
}

.dragDestSource {
	border: 1px dashed #999;
	background: linear-gradient(60deg, #eee, #ccc);
	box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(175, 175, 175, 0.4);
}

.dragCard {
	margin: 0.25em 0;
	padding: 0.5em;
	border: 1px solid rgba(0, 0, 0, 0.25);
	cursor: move;
}

.dragOver {
	background-color: rgba(0, 0, 0, 0.1);
}

.dragMove {
	opacity: 0.4;
}

.card [data-background-color="about"] {
	background: linear-gradient(60deg, #f8f8f8, #e8e8e8);
	box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(176, 176, 176, 0.4);
	color: #191919;
}

.card [data-background-color="about"] a {
	color: #191919;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.row-eq-height div.card {
  height: calc(100% - 50px);
}

@media (min-width: 1200px) {
	.row-eq-height-lg {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	}
	.row-eq-height-lg div.card {
	  height: calc(100% - 50px);
	}
}

@media (min-width: 992px) {
	.row-eq-height-md {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	}
	.row-eq-height-md div.card {
	  height: calc(100% - 50px);
	}
}

@media (min-width: 768px) {
	.row-eq-height-sm {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	}
	.row-eq-height-sm div.card {
	  height: calc(100% - 50px);
	}
}

@media (max-width: 767px) {
	.row-eq-height-xs {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	}
	.row-eq-height-md div.card {
	  height: calc(100% - 50px);
	}
}

.dropdown-menu li.dropdown-divider {
	height: 0.075em;
	background-color: rgba(0, 0, 0, 0.25);
	margin: 0 1em;
}

.modal-lg {
	width: 95% !important;
	max-width: 95% !important;
}

@media (min-width: 992px) {
	.modal-lg {
		width: calc(100% - 150px) !important;
		max-width: calc(100% - 150px) !important;
	}
}

@media (min-width: 1280px) {
	.modal-lg {
		width: calc(100% - 300px) !important;
		max-width: calc(100% - 300px) !important;
	}
}

.modal-v-lg {
	margin-top: 10vh !important;
}

.modal-v-lg .modal-body {
	height: 70vh;
}

table.dataTable.nowrap td {
	white-space: normal;
	vertical-align: text-top;
}

.uki-teaser {
	padding: 0.5em;
	font-size: 0.75em;
	line-height: 1.25em;
}

.uki-teaser-short {
	overflow: hidden;
	text-overflow: ellipsis;
	content: "";
	position: relative;
	max-height: 6.5em;
}

.uki-teaser-short::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.btn.btn-uki-teaser, .btn.btn-uki-teaser:hover {
	padding: 0;
	color: #FFFFFF;
	font-weight: bold;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.alert-info .uki-teaser-short::before {
	background:linear-gradient(transparent 4.5em, #00bcd4);
}

.alert-success .uki-teaser-short::before {
	background:linear-gradient(transparent 4.5em, #5cb860);
}

.alert-warning .uki-teaser-short::before {
	background:linear-gradient(transparent 4.5em, #ffa21a);
}

.alert-danger .uki-teaser-short::before {
	background:linear-gradient(transparent 4.5em, #f55a4e);
}

.alert-primary .uki-teaser-short::before {
	background:linear-gradient(transparent 4.5em, #af2cc5);
}

.alert-rose .uki-teaser-short::before {
	background:linear-gradient(transparent 4.5em, #eb3573);
}

.form-control.ukiHasError,
.form-group .form-control.ukiHasError {
	background-color: rgba(255, 0, 0, 0.1);
	border: 2px solid rgba(255, 0, 0, 0.1);
}

.form-group.label-floating.ukiAutoError label.control-label,
.form-group.label-placeholder.ukiAutoError label.control-label {
	left: 0.5em;
}

.form-group.label-floating LABEL + LABEL.error,
.form-group.label-placeholder LABEL + LABEL.error {
	display: block;
	color: rgba(255, 0, 0, 0.5);
}

.form-group.label-floating.ukiAutoError input,
.form-group.label-placeholder.ukiAutoError input {
	padding-left: 0.25em;
}

label.control-label.required {
	font-weight: bold;
	color: #666;
}
label.control-label.required::before {
	content: "* ";
}

.progress-line-password {
	margin: 0.4em 0 0.2em;
}

TABLE.hasDetails TR[role="row"] {
	cursor: pointer;
}

.json {
	padding: 1em 0.75em;
	border: 1px solid rgba(0, 0, 0, 0.1);
	unicode-bidi: embed;
	font-family: monospace;
	white-space: pre-wrap;
	background-color: #EEE;
	color: #000;
	max-height: 70vh;
	overflow: auto;
}

.json .jsonName {
	color: #393;
}

.json .jsonValue {
	color: #66F;
	font-weight: bold;
	white-space: nowrap;
}

.jsonCollapsible {
	cursor: pointer;
}

.jsonCollapsible:after {
	content: " \2026";
	opacity: 0.5;
}

.jsonCollapsible.jsonShow:after {
	content: " \2212";
}

.jsonContent {
	max-height: calc(100%);
	transition: max-height 0.5s ease-in-out;
	background-color: #f1f1f1;
}

.text-muted {
	opacity: 0.65;
}

.text-deleted {
	color: red !important;
	opacity: 0.65;
}

.pageSubHeader {
	margin: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
	border-radius: 0.5em;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.viewMode-create .main-panel {
	background-image: linear-gradient(180deg, rgba(0, 192, 0, 1), rgba(0, 192, 0, 1));
	background-size: 100% 0.5em;
	background-repeat: no-repeat;
}

.viewMode-edit .main-panel {
	background-image: linear-gradient(180deg, rgba(244, 191, 66, 1), rgba(244, 191, 66, 1));
	background-size: 100% 0.5em;
	background-repeat: no-repeat;
}

.card-content .card-header {
	padding-left: 0;
}

.card-content .card-title {
	font-size: 1.25em;
	padding-left: 0.25em;
}

.missingRights {
	background-color: rgba(255, 0, 0, 0.05);
	padding: 0 0.5em;
}

.img-size-xs {
	height: 16px;
	width: 16px;
	max-height: 16px;
	max-width: 16px;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.btn-uki-select-sm {
    width: 20px !important;
}

.uki-tag {
	margin: 0 0.25em;
	padding: 0.1em 0.75em;
	background-color:  green;
	border-radius: 0.5em;
	color: white;
}

.uki-tag A {
	color: white;
}

#wordCloud{
    height: 478px;
    margin-left: 426px;
    width: 700px;
	background-color: #EEE;
}

.btn {
	text-transform: none;
}

.ukiSelectizeSingle {
	background-image: linear-gradient(#FFF, #FFF), linear-gradient(#D2D2D2, #D2D2D2) !important;
}

.ukiSelectizeSingle.active {
	background-image: linear-gradient(#DDD, #DDD), linear-gradient(#CCC, #CCC) !important;
}

.no-label LABEL {
	display: none;
}

.float-label LABEL {
	float: left;
	margin: 0 0.2em;
	line-height: 1em;
	font-weight: normal;
	opacity: 0.5;
}

.float-label LABEL::after {
	content: ":";
}

.float-label LABEL + * {
	float: left;
	margin: 0 0.3em;
	line-height: 1em;
	font-weight: bold;
}

.ukiSmall {
	font-size: 75%;
}

.pleaseWait {
	position: fixed;
	background-color: rgba(96, 192, 96, 0.9);
	color: #FFF;
	font-size: 3em;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: table;
	z-index: 9999;
}

.pleaseWait > P {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.wizard-navigation UL {

}

.wizard-navigation UL LI {
	display: inline-block;
}


/* Greens */
.ukiGreen1 { color: #2ecc71; }
.ukiGreen2 { color: #27ae60; }

/* Blues */
.ukiBlue1 { color: #3498db; }
.ukiBlue2 { color: #2980b9; }

/* Purples */
.ukiPurple1 { color: #9b59b6; }
.ukiPurple2 { color: #8e44ad; }

/* Blacks */
.ukiBlack1 { color: #34495e; }
.ukiBlack2 { color: #2c3e50; }

/* Yellows */
.ukiYellow1 { color: #f1c40f; }
.ukiYellow2 { color: #f39c12; }

/* Oranges */
.ukiOrange1 { color: #e67e22; }
.ukiOrange2 { color: #d35400; }

/* Reds */
.ukiRed1 { color: #e74c3c; }
.ukiRed2 { color: #c0392b; }

/* Whites */
.ukiWhite1 { color: #ecf0f1; }
.ukiWhite2 { color: #bdc3c7; }

/* Grays */
.ukiGray1 { color: #95a5a6; }
.ukiGray2 { color: #7f8c8d; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

.terminal {
  --color: rgba(0, 128, 0, 0.99);
  --background: white;
}
