﻿#loaderDiv {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1100;
  background-color: #FCF8E3;
  opacity: .6;
}

.ajax-loader {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-left: -32px;
  margin-top: -32px;
  display: block;
  padding: 10px;
  width: 180px;
  text-align: center;
  background-color: #000;
  opacity: 1;
  cursor: pointer;
}

.tbl-typical td,
.tbl-typical th {
  padding: 8px 15px;
}

.field-validation-error,
span.error {
  background: rgba(0, 0, 0, 0) url("/content/img/extra/error_small.png") no-repeat scroll 0 0;
  color: #ff5a00;
  padding-left: 18px;
}

.display-none {
  display: none;
}

.collapse.width {
  height: auto;
  width: 0;
  -webkit-transition: width 0.35s ease;
  -moz-transition: width 0.35s ease;
  -o-transition: width 0.35s ease;
  transition: width 0.35s ease;
}

.with-side-menu .page-content.full {
  padding-left: 0px;
}

#collapse-sidebar-icon {
  top: 15px;
  left: 200px;
  position: fixed;
  cursor: pointer;
  color: white;
  z-index: 100;
}

#collapse-sidebar-icon.closed {
  /* left: 20px; */
}

.side-menu-addl.closed {
  /* display:none; */
  transition: opacity 1s ease-out;
    opacity: 0; 
    height: 0;
    overflow: hidden;
}

[ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak {
  display: none !important;
}

/* [ui-view].ng-leave {
  animation: fadeOut 0.1s; 
} */

[ui-view].ng-enter {
  animation: fadeIn 0.4s;
}

