.login-panel {
  padding: 1em;
}

.columnColor {
  color: #727272;
}

.columnBorder {
  border-bottom: solid 1px;
  border-bottom-color: #cbcbcb;
}

.inLineText {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.form-group-small > div {
  padding: .75em 1em;
}

.inputInvalid {
  border-bottom-color: #e62a10;
}

.ui-md-form-1 {
  width: 12.5%
}

.history {
  background: white;
  color: black;
}

.editAble {
  background: white;
  color: black;
}

.editAble.wj-state-selected {
  background: #d4f1ff;
  color: black;
}

.editAble.wj-state-multi-selected {
  background: #b2d6e8;
  color: black;
}

.editAble.wj-alt:not(.wj-header):not(.wj-group):not(.wj-state-selected):not(.wj-state-multi-selected) {
  background: white;
  color: black;
}

body .ui-dialog .ui-dialog-titlebar {
  background-color: #03a9f4;
  color: white;
}

.dashboard .task-list ul .right-content {
  float: right;
}

.dashboard .colorbox.colorbox-5 div:first-child {
  background-color: #2d60be;
}

.dashboard .colorbox.colorbox-5 div:last-child {
  background-color: #2e74ff;
}

.dashboard .colorbox.colorbox-6 div:first-child {
  background-color: #43b08a;
}

.dashboard .colorbox.colorbox-6 div:last-child {
  background-color: #53d09c;
}

.dashboard .colorbox.colorbox-7 div:first-child {
  background-color: #034a89;
}

.dashboard .colorbox.colorbox-7 div:last-child {
  background-color: #036cb7;
}

.dashboard .colorbox.colorbox-8 div:first-child {
  background-color: #007eb3;
}

.dashboard .colorbox.colorbox-8 div:last-child {
  background-color: #0096d0;
}

body .ui-dropdown .ui-dropdown-label.ui-inputtext {
  height: 1.4em;
}

body .ui-dropdown-panel .ui-dropdown-item {
  height: 2.4em;
}

.layout-container .topbar .topbar-right #menu-button-back {
  color: #212121;
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  margin-right: 10px;
  position: relative;
  left: -16px;
  top: 1px;
  background-color: #FFC107;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16);
}

.layout-container .topbar .topbar-right #menu-button-back:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.layout-container .topbar .topbar-right #menu-button-back i {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  /* Preferred icon size */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  text-indent: 0;
  /* 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';
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 40px;
}

.layout-container .topbar .topbar-right #menu-button-back i:before {
  content: "chevron_left";
}

.layout-container .topbar .topbar-right #menu-button {
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  margin-right: 10px;
  position: relative;
  left: -16px;
  top: 1px;
  background-color: #03A9F6;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16);
}

.layout-container .topbar .topbar-right #menu-button:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.layout-container .topbar .topbar-right #menu-button i {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  /* Preferred icon size */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  text-indent: 0;
  /* 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';
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 30px;
}

.layout-container .topbar .topbar-right #menu-button i:before {
  content: "more_horiz";
}

/*splash screen css start*/
/*
 *  css copy from Prime NG 2
 */
.splash-screen {
  width: 100%;
  min-height: 100%;
  background-color: #3F51B5;
  position: absolute;
}

.splash-screen .splash-container {
  padding-top: 250px;
  width: 250px;
  margin: 0 auto;
  text-align: center;
}

.splash-screen .logo {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  height: 30px;
  background: url("layout/images/logo2x.png") top left no-repeat;
  background-size: 200px 30px;
}

.splash-screen .load-bar {
  position: relative;
  margin-top: 20px;
  width: 100%;
  height: 6px;
  background-color: #ffffff;
}

.splash-screen .bar {
  content: "";
  display: inline;
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  text-align: center;
}

.splash-screen .bar:nth-child(1) {
  background-color: #E91E63;
  animation: loading 3s linear infinite;
}

.splash-screen .bar:nth-child(2) {
  background-color: #8BC34A;
  animation: loading 3s linear 1s infinite;
}

.splash-screen .bar:nth-child(3) {
  background-color: #FFC107;
  animation: loading 3s linear 2s infinite;
}

@keyframes loading {
  from {
    left: 50%;
    width: 0;
    z-index: 100;
  }
  33.3333% {
    left: 0;
    width: 100%;
    z-index: 10;
  }
  to {
    left: 0;
    width: 100%;
  }
}

/*splash screen css end*/

/*Override PrimeNG css*/
body .ui-widget-overlay {
  background-color: #58575c;
  opacity: .3;
}

body .ui-dialog .ui-dialog-footer .ui-button:focus {
  background-color: #e8e8e8;
}

.layout-container .layout-rightpanel.layout-rightpanel-active {
  right: 23px;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.layout-container .layout-rightpanel {
  position: fixed;
  top: 98px;
  height: 140px;
  right: -300px;
  width: 255px;
  z-index: 100;
  border-radius: 10%
}

.layout-rightpanel .layout-rightpanel-content .weekly-weather {
  list-style-type: none;
  margin: 3px 0 0 0;
  padding: 0;
}

button, input, select, textarea {
  font-size: 14px;
}

.operationCube {
  height: 90%;
  border: 1px dashed #d0d0d0;
  border-radius: 10px;
  margin-left: -10px;
  padding-top: 20px;
}

/*element.style {*/
/*left: 116px;*/
/*top: 592px;*/
/*width: 320px;*/
/*height: 37px;*/
/*}*/
/**** Wijmo Related styles start here ****/

.wj-input-group .wj-form-control {
  font-size: 14px;
  min-height: 1em;
}

.wj-control .wj-input-group .wj-form-control {
  display: table-cell;
  padding: 0px 8px;
  background: transparent;
  color: inherit;
  border: none;
  width: 100%;
  height: 100%;
  min-height: 1em;
}

.wj-flexgrid .wj-grid-editor {
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  padding: 0;
  background: inherit;
  color: inherit;
  overflow: hidden;
  resize: none;
  font-size: 14px;
}

.wj-listbox-item {
  height: 2em;
}

.no-padding-cell {
  padding: 2px 4px;
}

.no-padding-cell .display-cell {
  padding: 2px 4px;
}

.wj-cell .breakWork {
  white-space: normal;
  word-wrap: break-word
}

.wj-control .wj-btn-group > .wj-btn, .wj-viewer .wj-control .wj-btn-group > .wj-applybutton, .wj-control .wj-input-group-btn > .wj-btn, .wj-viewer .wj-control .wj-input-group-btn > .wj-applybutton {
  height: 100%;
  min-height: 1em;
  background: #eee;
}

.wj-input-date-div {
  border: none;
  height: 100%;
  width: 100%;
}

.wj-input-comboBox-div {
  border: none;
  height: 100%;
  width: 100%;
}

.rowItemDeleted {
  width: 60%;
  float: left;
  text-align: right;
  color: #7B7B7B;
  text-decoration: line-through;
}

.rowItemChangedTo {
  width: 60%;
  float: left;
  text-align: right;
  color: red;
}

.rowItemChangedFrom {
  width: 40%;
  float: right;
  text-align: right;
  font-size: 11px;
  text-decoration: line-through;
  color: #7B7B7B;
  padding-top: 10px;
  padding-bottom: 0px;
}

.rowItemNew {
  width: 60%;
  float: left;
  text-align: right;
  color: green;
}

.rowItemNoChanges {
  width: 60%;
  float: left;
  text-align: right;
  color: black;
}

/**** Wijmo Related styles end here ****/
