@charset 'UTF-8';
/* ==========================================================================
    Imports
   ========================================================================== */
/* Core */
/* Global Variables */
/*  Media Queries
   ========================================================================== */
/*  Fonts
   ========================================================================== */
/* Monospace */
/* Sans Serif */
/* Serif */
/*  Colors
   ========================================================================== */
/* Helper Classes */
/*  Common
   ========================================================================== */
   
.resizeModalFullScreen95 .modal-dialog {
	width: 95%;
}
   
.cf:after {
  display: table;
  clear: both;
  content: " ";
}
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
}
.ir:before {
  width: 0;
  height: 150%;
  display: block;
  content: " ";
}
.ir-old {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.d-table {
  width: 100%;
  display: table;
}
.d-cell {
  display: table-cell;
  vertical-align: middle;
}
.scrolling {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
/*  Alignment
   ========================================================================== */
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.clear {
  clear: both !important;
}
.hidden,
[hidden] {
  display: none !important;
}
.inline-block {
  display: inline-block !important;
}
.align-left {
  text-align: left !important;
}
.align-center {
  text-align: center !important;
}
.align-right {
  text-align: right !important;
}
.vertical-align {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
/*  Visibility
   ========================================================================== */
.visible {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.vh {
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  position: absolute;
  clip: rect(0 0 0 0);
  border: 0;
}
.vh.focusable:active,
.vh.focusable:focus {
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  clip: auto;
}
/* Grid */
/*  Grid base
   ========================================================================== */
/* Grid Sizes */
/* Grid Formula */
/*  Columns
   ========================================================================== */
.row:after {
  display: table;
  clear: both;
  content: " ";
}
.column {
  float: left;
}
 + .column {
  margin-left: 1.25%;
}
.column-one {
  width: 7.1875%;
}
.column-two {
  width: 15.625%;
}
.column-three {
  width: 24.0625%;
}
.column-four {
  width: 32.5%;
}
.column-five {
  width: 40.9375%;
}
.column-six {
  width: 49.375%;
}
.column-seven {
  width: 57.8125%;
}
.column-eight {
  width: 66.25%;
}
.column-nine {
  width: 74.6875%;
}
.column-ten {
  width: 83.125%;
}
.column-eleven {
  width: 91.5625%;
}
.column-twelve {
  width: 100%;
}
.column-centered {
  margin: 0 auto !important;
  float: none;
}
/*  Table Columns
   ========================================================================== */
.data-table {
  width: 100%;
}
.data-table .one {
  width: 7.1875%;
}
.data-table .two {
  width: 15.625%;
}
.data-table .three {
  width: 24.0625%;
}
.data-table .four {
  width: 32.5%;
}
.data-table .five {
  width: 40.9375%;
}
.data-table .six {
  width: 49.375%;
}
.data-table .seven {
  width: 57.8125%;
}
.data-table .eight {
  width: 66.25%;
}
.data-table .nine {
  width: 74.6875%;
}
.data-table .ten {
  width: 83.125%;
}
.data-table .eleven {
  width: 91.5625%;
}
.data-table .twelve {
  width: 100%;
}
/* Reset */
/*  Apply the border-box box model to HTML and inheriting
    to all children elements
   ========================================================================== */
html {
  box-sizing: border-box;
}
html *,
html *:before,
html *:after {
  box-sizing: inherit;
}
/*  Always hide an element when it has the `hidden` HTML attribute.
   ========================================================================== */
[hidden] {
  display: none !important;
}
/*  Fluid Media
   ========================================================================== */
audio,
img,
svg,
object,
embed,
canvas,
video,
iframe {
  max-width: 100%;
  height: 100%;
  font-style: italic;
  vertical-align: middle;
}
/*  Remove figure extra margin introduced by Normalize
   ========================================================================== */
figure {
  margin-right: auto;
  margin-left: auto;
}
figure > img {
  display: block;
}
/*  Remove max-width for google-maps images and for image with
    explicitly defined attribute
   ========================================================================== */
.gm-style img,
img[width],
img[height] {
  max-width: none;
}
/*  Remove outline from button
   ========================================================================== */
button:focus {
  outline: none;
}
/*  Suppress the focus outline on links that cannot be accessed via
    keyboard. This prevents an unwanted focus outline from appearing
    around elements that might still respond to pointer events.
   ========================================================================== */
[tabindex="-1"]:focus {
  outline: none !important;
}
/*  Remove extra vertical spacing when nesting lists
   ========================================================================== */
li > ul,
li > ol {
  margin-bottom: 0;
}
/*  Remove spacing between table cells
   ========================================================================== */
table {
  border: 1px solid #cbcbcb;
  empty-cells: show;
}
/* Variables */
/*  Fonts
   ========================================================================== */
/*  Type Sizes
   ========================================================================== */
/*  Dimensions
   ========================================================================== */
/*  Color Pressets
   ========================================================================== */
/* Structure */
/*  Transitions
   ========================================================================== */
/* Mixins */
/* Site Styles */
/*  Base
   ========================================================================== */
html {
  overflow: auto;
}
body {
  background: #fafafa;
  color: #4d4d4d;
  font: 400 14px/1.5em "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*  Header
   ========================================================================== */
.main-header {
  height: 46px;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  background: #8599a4;
}
.logo-brand {
  width: 240px;
  height: 100%;
  padding: 8px 0;
  background-color: #edf0f1;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  text-align: center;
}
.logo-brand:hover {
  background-color: #dfe4e6;
}
.logo-brand img {
  display: inline-block;
}
.button-nav-toggle {
  width: 55px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6a7c85;
  border: none;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  color: #fff;
}
.button-nav-toggle:hover {
  background: #5f6f77;
}
.button-nav-toggle:hover .fa-caret-left {
  margin-right: 2px;
}
.button-nav-toggle i {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.button-nav-toggle .fa-caret-left {
  margin-right: 4px;
  font-size: 10px;
}
.main-header-nav {
  display: flex;
  flex: 1;
}
.main-header-nav a {
  padding: 0 15px;
  margin-left: 1px;
  display: flex;
  align-items: center;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  color: #fff;
  line-height: 1em;
}
.main-header-nav a:hover {
  background: #6a7c85;
}
.main-header-actions {
  display: flex;
  margin-right: 10px;
}
.main-header-actions .action {
  margin-left: 1px;
  display: flex;
  position: relative;
}
.main-header-actions .button-toggle-action {
  padding: 0 15px;
  position: relative;
  z-index: 3;
  border: none;
  background: none;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  color: #fff;
}
.main-header-actions .button-toggle-action:hover,
.main-header-actions .button-toggle-action.is-active {
  background: #6a7c85;
}
.main-header-actions .button-toggle-action.is-active i {
  transform: rotate(180deg);
}
.main-header-actions .button-toggle-action i {
  margin-left: 10px;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.main-header-actions .dropdown-content {
  min-width: 170px;
  max-height: 0;
  padding: 3px 0;
  margin-top: 3px;
  overflow: hidden;
  display: flex;
  flex-flow: column nowrap;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 2;
  background-color: #fff;
  border: 2px solid #ccc;
  opacity: 0;
  transform: translate3D(0, -100%, 0);
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.main-header-actions .dropdown-content.is-active {
  max-height: none;
  opacity: 1;
  transform: translate3D(0, 0, 0);
}
.main-header-actions .dropdown-content .button-action {
  height: 35px;
  padding: 0 15px;
  background-color: #fff;
  border: none;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  text-align: left;
}
.main-header-actions .dropdown-content .button-action:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.main-header-actions .dropdown-content .button-action i {
  margin-right: 8px;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
/*  Sidebar
   ========================================================================== */
.main-sidebar {
  width: 240px;
  padding-bottom: 46px;
  position: fixed;
  top: 46px;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #edf0f1;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.logo-company {
  width: 240px;
  height: 47px;
  padding: 0 100px;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #d3d3d3;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.logo-company:hover {
  padding: 0;
}
.logo-company:hover img {
  margin: 0;
}
.logo-company .logo-company-link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.logo-company img {
  max-width: none;
  margin-left: 150px;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
/*  Main Content
   ========================================================================== */
.main-content {
  position: absolute;
  padding: 5px;
  top: 46px;
  right: 0;
  bottom: 0;
  left: 240px;
  z-index: 1;
  background: #fff;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.main-content.ng-enter,
.main-content.ng-leave {
  position: absolute;
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.main-content.ng-enter {
  opacity: 0;
  transform: translate3d(0, -100px, 0);
}
.main-content.ng-enter-active,
.main-content.ng-leave {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.main-content.ng-leave-active {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
}
/*  Footer
   ========================================================================== */
.main-footer {
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  outline: none;
}
h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light,
h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light,
h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light,
h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light,
h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light,
h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light {
  font-weight: 300;
}
a,
a:hover {
  text-decoration: none;
  font-size: 13px;
}
@media only screen and (min-width: 48em) {
  a:focus {
    outline: none;
  }
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill,
input:-webkit-autofill:focus,
textarea:-webkit-autofill:focus,
select:-webkit-autofill:focus,
input:-webkit-autofill:hover,
textarea:-webkit-autofill:hover,
select:-webkit-autofill:hover {
  outline: 0 !important;
  box-shadow: 0 0 0 1000px white inset !important;
}
select::-ms-expand {
  width: 12px;
  border: none;
  background: #fff;
}
fieldset + fieldset {
  margin-top: 30px;
}
input[type="checkbox"]:focus,
input[type="radio"]:focus {
  outline: none;
  box-shadow: 0;
}
.inline-form .control-label {
  padding: 0;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.inline-form .help-block {
  margin-top: 0;
  font-weight: 400 !important;
}
/* Components */
.loading-interface {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background-color: #f1f1f1;
  opacity: 1;
  transform: translateZ(0);
  transition: .5s 1s ease;
}
.loading-interface.ng-hide {
  opacity: 0;
  transform: scale(1.1) translateZ(0);
}
.cg-busy-animation {
  z-index: 10000;
}
.dashboad {
  margin-top: 15px;
}
.dashboad > .panel-heading {
  padding: 1px 15px;
  border-bottom: initial;
}
.dashboad > .panel-heading > h5 {
  font-weight: 600;
}
.info-box {
  display: block;
  height: 90px;
  background: #f6f7f7;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  overflow: hidden;
}
.info-box .info-box-icon {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  display: block;
  float: left;
  height: 90px;
  width: 90px;
  text-align: center;
  font-size: 45px;
  line-height: 90px;
  background: rgba(0, 0, 0, 0.2);
}
.info-box .info-box-content {
  padding: 5px 10px;
  margin-left: 90px;
}
.info-box .info-box-content .info-box-text {
  display: block;
  padding-bottom: 7px;
}
.info-box .info-box-content .info-box-two-word {
  padding: 10px 0 15px 0;
}
.info-box .info-box-content .info-box-number {
  display: block;
  font-weight: bold;
  font-size: 20px;
}
.info-box small {
  font-size: 20px;
}
.modal-content {
  margin-top: 70px;
}
.modal-content .panel-heading {
  border-bottom: 1px solid #ccc;
}
.modal-content .panel-list {
  padding: 20px;
}
.modal-content .data-grid .panel {
  margin: 0;
  overflow: hidden;
  border: 1px solid #ccc;
}
.modal-content e1table-offline table {
  margin-bottom: 0;
  top: 0;
}
.modal-content e1table-offline + .modal-footer {
  border-top: 0;
}
.modal-content .panel-footer-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-content .panel-footer-flex .checkbox,
.modal-content .panel-footer-flex .checkbox label {
  margin-bottom: 0 !important;
}
.modal-content table {
  height: 464px;
  max-height: 464px;
  overflow: auto;
  display: block;
}
.modal-backdrop {
  position: fixed;
}
.data-grid .panel-heading {
  height: 45px;
  display: flex;
  z-index: 1002;
}
.data-grid .cg-busy {
  top: -5px;
}
.data-grid .panel-title {
  flex: 1;
}
.data-grid .panel-heading-controls {
  display: flex;
}
.data-grid .control {
  margin-left: 15px;
}
.data-grid .control .btn {
  margin-left: 10px;
}
.data-grid .multi-transclude,
.data-grid .form-inline {
  display: flex;
}
.data-grid label {
  display: inline-block;
}
.data-grid [readonly] {
  background-color: #fff;
}
.data-grid .multiple-column {
  width: 5%;
  border-right: 1px solid #e4e4e4;
  vertical-align: middle !important;
}
.data-grid .action-column {
  border-bottom: 0 !important;
  text-align: center;
  vertical-align: middle !important;
}
.data-grid .field-sort {
  padding-right: 25px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.data-grid .field-sort > a,
.data-grid .field-sort > span {
  padding: 5px 0;
  line-height: 1.2em;
  flex: 1px;
}
.data-grid .field-sort a.active .glyphicon {
  color: #428bca;
}
.data-grid .field-sort .order-icons {
  width: 15px;
  margin-top: -15px;
  position: absolute;
  top: 50%;
  right: 0;
}
.data-grid .field-sort .glyphicon {
  color: #BEC0C1;
  transition: .3s ease;
}
.data-grid .field-sort .glyphicon.glyphicon-chevron-down {
  top: -5px;
}
.data-grid .date-picker {
  height: 35px;
}
.data-grid .date-picker table:focus {
  outline: none;
  border: none;
}
.data-grid .date-picker table .btn {
  margin: 0;
  border: none;
  border-radius: 0;
}
.data-grid .date-picker th,
.data-grid .date-picker td {
  padding: 0 !important;
  border: 1px solid #e4e4e4;
}
.data-grid .date-picker [ng-if="showButtonBar"] {
  padding: 6px 5px 2px !important;
}
.data-grid .date-picker-overflow-position-left {
  position: relative;
}
.data-grid .date-picker-overflow-position-left .dropdown-menu {
  left: auto !important;
  right: 0px;
}
.data-grid .table-footer-wrapper {
  padding: 3px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
.data-grid .batch-actions {
  flex: 1;
}
.data-grid .batch-actions .btn + .btn {
  margin-left: 5px;
}
.multiple-file-upload {
  width: 100%;
  height: 120px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  background-color: #f6f6f6;
  transition: .2s ease;
}
.multiple-file-upload.is-uploading {
  height: 31px;
  display: flex;
  background: none;
}
.multiple-file-upload.is-uploading .file-upload-input,
.multiple-file-upload.is-uploading .file-upload-content {
  opacity: 0;
}
.multiple-file-upload.is-uploading .file-upload-drag {
  height: 100%;
  margin-right: 10px;
  position: relative;
  flex: 1;
  border: none;
}
.multiple-file-upload.is-uploading .file-upload-progress {
  background-color: #a9a9a9;
}
.multiple-file-upload.is-uploading .file-upload-reset {
  display: block;
}
.multiple-file-upload.upload-completed .file-upload-progress-current {
  background-color: #3A914F;
}
.multiple-file-upload .file-upload-drag {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  border: 2px dashed #a9a9a9;
  border-radius: 5px;
  transition: .5s ease;
}
.multiple-file-upload .file-upload-drag.dragover {
  background-color: #B7C6CF;
  border-color: #6E818B;
  transition: .2s ease;
}
.multiple-file-upload .file-upload-content {
  padding: 25px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: .2s ease;
  font-size: 18px;
  text-align: center;
}
.multiple-file-upload .file-upload-input {
  position: absolute;
  bottom: 28px;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
}
.multiple-file-upload .file-upload-progress {
  height: 31px;
  text-align: center;
}
.multiple-file-upload .file-upload-progress-current {
  height: 31px;
  display: block;
  position: relative;
  background-color: #6E818B;
  border-radius: 5px;
  transition: .1s ease;
}
.multiple-file-upload .file-upload-progress-message {
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}
.multiple-file-upload .file-upload-reset {
  display: none;
}
.send-progress {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: .3s opacity ease;
  pointer-events: none;
}
.send-progress.active {
  opacity: 1;
}
.send-progress-wrapper {
  min-width: 300px;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  text-align: center;
}
.send-progress-message {
  display: inline-block;
  position: relative;
}
.send-progress-message.dots {
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  overflow: hidden;
}
.send-progress-current {
  height: 13px;
  margin-top: 15px;
  position: relative;
  overflow: hidden;
  border-radius: 13px;
  background-color: #eee;
}
.send-progress-current:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.2);
  content: " ";
}
@keyframes animate-stripes {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 0;
  }
}
.send-progress-active {
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-radius: 13px;
  background-color: #2da82f;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.13) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.13) 50%, rgba(0, 0, 0, 0.13) 75%, transparent 75%, transparent);
  background-size: 18px 18px;
  animation: animate-stripes 3s linear infinite;
  transition: .5s width linear;
}
.panel-list {
  background-color: #FFF;
}
.panel-list .panel-heading .list-inline {
  text-transform: none;
}
.panel-list table {
  margin-bottom: -1px;
  position: relative;
  top: -1px;
  border-bottom: 1px solid #dcdcdc;
  background-color: #fff;
}
.panel-list .alert {
  margin: 0;
  border-radius: 0;
  border-width: 0 0 1px;
}
.panel-list .alert + table {
  margin-bottom: 0;
  top: 0;
  border-bottom: 0;
}
.panel-list th {
  border: solid #e4e4e4;
  border-width: 0 1px;
}
.panel-list th:first-of-type {
  border-left: 0;
}
/*.panel-list td,
.panel-list th {
  padding-right: 7px !important;
  padding-left: 7px !important;
}*/
.panel-list input[type="checkbox"] {
  width: auto;
  display: inline-block;
  background-color: transparent;
}
.modal-content .panel-list th:nth-child(2) {
  width: 350px;
}
.modal-content .panel-list td:nth-child(2) {
  width: 350px;
}
.ui-button {
  margin: 0 0 0 3px;
  padding: 7px 12px 8px 12px !important;
}
.ui-button.ui-button-text-only .ui-button-text {
  font-family: "Open Sans", sans-serif;
  line-height: 15px;
}
.btn.ui-button .ui-button-text {
  padding: 0 !important;
}
.btn.btn-lg .ui-button-text.ui-c {
  padding: 2px 16px !important;
  font-size: 15px !important;
  line-height: 19px !important;
}
.ui-messages-error,
.ui-message-error {
  border-color: #ebccd1 !important;
}
.ui-messages-info,
.ui-message-info {
  background: #dff0d8 !important;
  border-color: #d0e6be !important;
  color: #468847 !important;
}
.ui-messages-success,
.ui-message-success {
  background: #dff0d8;
  border-color: #d0e6be;
  color: #468847;
}
.ui-messages-info,
.ui-messages-warn,
.ui-messages-error,
.ui-messages-fatal,
.ui-messages-success {
  margin: 10px 0 20px 0;
  padding: 15px !important;
  border-radius: 2px;
  text-align: left;
}
.ui-messages-info-icon,
.ui-messages-warn-icon,
.ui-messages-error-icon,
.ui-messages-fatal-icon,
.ui-messages-success-icon {
  display: none !important;
}
.ui-messages ul {
  margin: 0 !important;
}
.ui-messages-info-summary,
.ui-messages-warn-summary,
.ui-messages-error-summary,
.ui-messages-fatal-summary,
.ui-messages-success-summary,
.ui-message-info-summary,
.ui-message-warn-summary,
.ui-message-error-summary,
.ui-message-fatal-summary,
.ui-message-success-summary {
  margin: 0 !important;
  font-size: 13px;
  font-weight: normal !important;
}
.content-header {
  margin: -15px -15px 15px -15px;
  padding: 20px 15px;
  background: #fafafa;
  border-bottom: 1px solid #e4e4e4;
}
.content-header:after {
  display: table;
  clear: both;
  content: " ";
}
.content-header h1 {
  margin: 0;
  display: inline-block;
  color: #515859;
  font-size: 18px;
  font-weight: 100;
  line-height: 30px;
  text-transform: none !important;
}
.content-header .content-header-icon {
  font-size: 21px;
  line-height: 21px;
}
.breadcrumbs {
  list-style: none;
  margin-bottom: 5px;
  padding: 0;
  display: flex;
  background-color: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  position: relative;
}
.breadcrumbs li {
  padding: 7px;
  position: relative;
}
.breadcrumbs li > a {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  color: #999;
  font-size: 12px;
  line-height: 18px;
}
.breadcrumbs li > a:last-child {
  cursor: default;
  color: inherit;
}
.breadcrumbs li > a:hover {
  color: inherit;
}
.breadcrumbs li:before {
  position: absolute;
  top: 50%;
  transform: translate3d(-9px, -50%, 0);
  color: #ccc;
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 7px;
  line-height: 8px;
  text-align: center;
}
.breadcrumbs li:first-child:before {
	content: initial;
}
.breadcrumbs li > span {
  font-size: 13px;
}
.breadcrumbs .position-help-breadcrumb {
  position: absolute;
  right: 15px;
  top: 7px;
  color: #000;
}
.timesheet-week {
  font-size: 13px;
  user-select: none;
}
.timesheet-week table {
  width: 100%;
  border: 0;
}
.timesheet-week td {
  border: 1px solid #dcdcdc;
  padding: 0 !important;
}
.timesheet-week td:empty {
  border: none;
}
.timesheet-week .timesheet-day td:empty {
  width: 15px;
}
.timesheet-week .timesheet-day-label {
  width: 107px;
  padding: 0 10px !important;
  cursor: pointer;
  background-color: #edf0f1;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  text-align: right;
}
.timesheet-week .timesheet-day-label:hover {
  background-color: #dfe4e6 !important;
}
.timesheet-week .timesheet-minutes {
  height: 35px;
  display: flex;
}
.timesheet-week .timesheet-minute {
  padding: 0;
  position: relative;
  flex: 1 1 25%;
  border: 0;
  background: none;
}
.timesheet-week .timesheet-minute + .timesheet-minute {
  border-left: 1px solid #f0f0f0;
}
.timesheet-week .timesheet-minute:nth-child(4n+1):not(:first-of-type) {
  border-left: 1px solid #cbcbcb;
}
.timesheet-week .timesheet-minute:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -1px;
  opacity: 0;
  transition: 0.3s opacity cubic-bezier(0.25, 0.8, 0.25, 1);
  content: " ";
}
.timesheet-week .timesheet-minute.is-selected:after {
  opacity: 1;
  background-color: #5ebd5e;
}
.timesheet-week .timesheet-action {
  width: 40px;
}
.timesheet-week .timesheet-action .btn {
  width: 100%;
  height: 35px;
  margin-top: 0;
  border: none;
  border-radius: 0;
  background-color: #edf0f1 !important;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.timesheet-week .timesheet-action .btn:hover {
  background-color: #dfe4e6 !important;
}
.timesheet-week .timesheet-days td {
  border: none;
}
.timesheet-week .timesheet-hours {
  margin-right: -1px;
  display: flex;
}
.timesheet-week .timesheet-hour {
  height: 10px;
  margin-bottom: 25px;
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.timesheet-week .timesheet-hour:before,
.timesheet-week .timesheet-hour:after {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  content: " ";
}
.timesheet-week .timesheet-hour:before {
  left: 0;
  background-color: #cbcbcb;
}
.timesheet-week .timesheet-hour:last-child:after {
  right: 0;
  background-color: #cbcbcb;
}
.timesheet-week .timesheet-hour span {
  position: absolute;
  top: 100%;
  left: 0;
  transform: translate(-62%, 0);
  line-height: 2em;
}
.user-picture {
  display: flex;
  align-items: center;
}
.user-picture-frame {
  width: 300px;
  height: 220px;
  margin-right: 15px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  background: url(../img/icon-avatar.png) no-repeat 50%;
}
.user-picture-frame:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  content: " ";
}
.user-picture-frame-active:after {
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.4);
}
.user-picture-holder {
  width: 100%;
  min-width: 300px;
  height: 100%;
  min-height: 225px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.user-picture-holder video,
.user-picture-holder canvas,
.user-picture-holder img {
  width: auto !important;
  min-width: 300px;
  height: auto !important;
  min-height: 225px;
  border-radius: 4px;
}
.user-picture-webcam {
  margin-bottom: 15px;
}
.new-version {
  font-size: 11px;
}
/* Modules */
/* Order Management - Details */
.order-detail-accordion .panel-heading-controls .control {
	padding: 13px 7px 0px 0px;
}

.dropdown-menu {
	z-index: 10000;
}

/* Order Cards List */
.bigTable .control {
	font-size: 0.9em;	
}

.bigTable .form-inline .control select.input-sm {
	padding: 2px;	
}

@media (max-width:1024px) {
	.bigTable .panel-heading {
		height: auto;
	}
	

	
}