﻿html {
  height: 100%;
}
input[required],
textarea[required],
select[required] {
  background-color: #FFC;
}
.cursor-hand {
  cursor: pointer;
}
.form-panel {
  border: 1px solid #eeeeee;
  font-size: 12px;
  color: #fff;
  margin: 5px;
}
.form-panel [class^="icon-chevron"] {
  margin: 0 6px;
  padding: 0;
  color: transparent;
  border: hidden;
}
.form-panel .listings {
  margin: 8px;
}
.form-panel .listings i {
  margin-right: 5px;
}
.vendor-panel {
  border: 1px solid #eeeeee;
  margin: 3px 0;
}
.vendor-panel .panel-header {
  background-color: #fff;
  /*color: #999999;*/
  display: block;
  font-size: 11px;
  font-weight: bold;
  line-height: 26px;
  padding: 2px 5px;
  text-transform: uppercase;
  width: 100%;
}
.vendor-panel select[required] {
  background-color: #FFC;
}
.vendor-panel .help-block {
  margin-bottom: 0;
}
.integration-panel select[required] {
  background-color: #FFC;
}
.integration-panel .help-block {
  margin-bottom: 0;
}
/* form */
.search-parent {
  position: relative;
  height: 100%;
  background-color: #fff;
}
.search-parent .top-search-panel {
  position: static;
  top: 0;
  left: 0;
  right: 0;
  bottom: 220px;
}
.search-parent .top-search-panel .form-div {
  padding: 12px;
  text-align: left;
}
.search-parent .search-result-panel {
  position: absolute;
  top: 220px;
  left: 0;
  right: 0;
  bottom: 0;
}
.search-parent .search-result-panel .group-actions {
  margin: 0;
  min-width: 70px;
  height: 28px;
  font-size: 13px;
  font-weight: bold;
}
.search-parent .search-result-panel .action-buttons ul {
  list-style: none outside none;
}
.search-parent .search-result-panel .action-buttons ul li {
  float: left;
  display: block;
  position: relative;
}
.search-parent .search-result-panel .action-buttons ul li a {
  display: block;
  position: relative;
  line-height: 20px;
  padding: 10px 15px;
  font-size: 1.5em;
}
.search-parent .search-result-panel .action-buttons ul li a:hover,
.search-parent .search-result-panel .action-buttons ul li a:focus {
  background-color: #EEE;
  text-decoration: none;
}
.search-parent .search-result-panel .line-action-header {
  text-align: center;
}
.search-parent .search-result-panel select {
  margin: 1px;
  width: 90%;
  min-width: 70px;
  height: 28px;
  padding: 3px 0 0 5px;
  font-size: 13px;
  font-weight: bold;
}
.search-parent .search-result-panel .management-grid-style {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  bottom: 0;
}
/* form-div-parent */
/* form */
.form-div-parent {
  text-align: left;
  /*margin: 0 -12px;*/
}
.form-div-parent .form-div {
  padding: 0 12px;
  padding: 12px;
  margin: 12px 0 12px 0;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
.form-div-parent .form-div .field-canvas {
  padding: 12px;
  margin: 0 -12px 24px -12px;
  /*background-color: #fff;*/
  /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);*/
}
.form-div-parent .form-div .field-tabs {
  padding-top: 10px;
  position: relative;
  bottom: 5px;
  width: 100%;
}
.form-div-parent .form-div .tooltip-inner {
  text-align: left;
}
.form-div-parent .form-div .status-bar {
  position: fixed;
  bottom: 10px;
  font-size: 12px;
  color: red;
}
.form-div-parent .form-div .form-buttons {
  position: fixed;
  z-index: 100;
  bottom: 0;
  padding: 8px 0;
  left: 230px;
  right: 0;
  text-align: center;
  margin: auto;
  vertical-align: top;
  background-color: #f6f8fb;
  -webkit-box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.08);
}
.form-div-parent .form-div .report-canvas {
  position: static;
  top: 50px;
  left: 10px;
  right: 10px;
  bottom: 64px;
}
.form-div-parent .form-div .report-canvas i {
  width: 100%;
  height: 100%;
}
.form-div-parent .form-div .report-canvas .rs-object {
  width: 100%;
  height: 100%;
  min-height: 600px;
  border: none;
}
.form-div-parent .form-div .group-actions {
  margin: 0;
  min-width: 70px;
  height: 28px;
  font-size: 13px;
  font-weight: bold;
}
/* form-div-parent */
.line-action-buttons ul {
  list-style: none outside none;
}
.line-action-buttons ul li {
  float: left;
  display: block;
  position: relative;
}
.line-action-buttons ul li a {
  display: block;
  position: relative;
  line-height: 20px;
  padding: 5px;
  font-size: 1.2em;
}
.line-action-buttons ul li a:hover,
.line-action-buttons ul li a:focus {
  background-color: #EEE;
  text-decoration: none;
}
/* report */
.add-custom-report {
  padding-top: 10px;
}
.add-custom-report i {
  margin-right: 5px;
}
#ReportContainer {
  width: auto;
}
#ReportContainer #Reportform {
  width: 100%;
  height: 100%;
}
.close-button-container {
  position: absolute;
  top: 10px;
  right: 30px;
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0;
  z-index: 1000;
  vertical-align: top;
}
.toastr-bottom-right {
  right: 20px;
  bottom: 108px;
}
.tooltips {
  margin-left: 10px;
}
.ngGridEmptyMessage {
  font-style: italic;
  padding: 0 10px;
}
.text-align-center {
  text-align: center;
}
.list-size-70 {
  width: 70px;
}
.input[required] {
  background-color: #FFC;
}
.pad-left-0 {
  padding-left: 0;
}
.pad-left-5 {
  padding-left: 5px;
}
.pad-left-10 {
  padding-left: 10px;
}
.pad-left-12 {
  padding-left: 12px;
}
.pad-top-0 {
  padding-top: 0;
}
.pad-top-3 {
  padding-top: 3px;
}
.pad-top-10 {
  padding-top: 10px;
}
.pad-top-36 {
  padding-top: 36px;
}
.pad-right-0 {
  padding-right: 0;
}
.pad-right-5 {
  padding-right: 5px;
}
.pad-right-7 {
  padding-right: 7px;
}
.pad-right-8 {
  padding-right: 8px;
}
.pad-right-10 {
  padding-right: 10px;
}
.pad-right-12 {
  padding-right: 12px;
}
.pad-right-20 {
  padding-right: 20px;
}
.margin-top-3 {
  margin-top: 3px;
}
.margin-right-2 {
  margin-right: 2px;
}
.margin-right-1 {
  margin-right: 1px;
}
.margin-bottom-0 {
  margin-top: 0;
}
.rich-btn {
  margin-right: 6px;
}
.width-10 {
  width: 10px;
}
.width-40 {
  width: 40px;
}
.width-50 {
  width: 50px;
}
.width-55 {
  width: 55px;
}
.width-60 {
  width: 60px;
}
.width-65 {
  width: 65px;
}
.width-70 {
  width: 70px;
}
.width-75 {
  width: 75px;
}
.width-80 {
  width: 80px;
}
.width-90 {
  width: 90px;
}
.width-100 {
  width: 100px;
}
.width-110 {
  width: 110px;
}
.width-125 {
  width: 125px;
}
.width-130 {
  width: 130px;
}
.width-140 {
  width: 140px;
}
.width-150 {
  width: 150px;
}
.width-155 {
  width: 155px;
}
.width-175 {
  width: 175px;
}
.width-200 {
  width: 200px;
}
.width-225 {
  width: 225px;
}
.width-250 {
  width: 250px;
}
.width-275 {
  width: 275px;
}
.width-300 {
  width: 300px;
}
.height-12 {
  height: 12px;
}
.toggle-element {
  /*padding:3px;*/
}
.button-fix-height {
  line-height: 16px;
  /*border: 1px solid red;*/
}
.notes {
  overflow-y: auto;
  overflow-x: hidden;
  height: 90px;
  display: block;
  cursor: not-allowed;
  border: 1px solid #ccc;
}
.notes ul {
  list-style-type: none;
}
.vendor-display {
  overflow-y: auto;
  overflow-x: hidden;
  height: 110px;
  display: block;
  cursor: not-allowed;
  border: 1px solid #ccc;
}
.vendor-display ul {
  list-style-type: none;
}
.stock-grid-style {
  height: 388px;
}
.search-form .selected .warning,
.search-form .selected.even .warning,
.search-form .selected.odd .warning {
  color: inherit;
  background-color: inherit;
}
.search-form .warning {
  color: #8a6d3b;
}
.search-form .even .warning {
  background-color: #faebcc;
}
.search-form .odd .warning {
  background-color: #fcf8e3;
}
.input-wildcard .dropdown-menu > li label {
  display: block;
  padding: 1px 9px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: top;
}
.input-wildcard .dropdown-menu > li label .label-text {
  display: inline-block;
  width: 6em;
}
.input-wildcard .dropdown-menu > li label .label-icon {
  display: inline-block;
  width: 2em;
  text-align: right;
  color: #737373;
  font-size: 12px;
}
.input-wildcard .dropdown-menu > .disabled label {
  color: #999;
}
.input-wildcard .dropdown-menu > .disabled label:hover,
.input-wildcard .dropdown-menu > .disabled label:focus {
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.input-wildcard .highlight {
  text-decoration: underline;
}
.select2-actions {
  margin: 4px 4px 0 4px;
}
label.select2-result-label {
  font-weight: normal;
}
label.select2-result-label [type="checkbox"] {
  vertical-align: top;
  margin-top: 2px;
}
.select2-search input {
  border-radius: 2px;
  font-family: inherit;
}
.select2-container-multi .select2-choices {
  min-height: 24px;
}
.select2-container-multi .select2-choices .select2-search-field input {
  height: 22px;
}
.select2-container-multi .select2-choices .select2-search-choice {
  margin: 1px;
}
.select2-container {
  width: 100%;
}
.select2-container .select2-choice {
  border-radius: 2px;
  font-family: inherit;
}
.select2-container .select2-choices {
  border-radius: 2px;
  font-family: inherit;
}
.select2-container .select2-choices .select2-search-field input {
  border-radius: 2px;
  padding: 3px 6px;
  font-family: inherit;
}
.select2-drop {
  border-radius: 0 0 2px 2px;
}
.ui-select-multiple.ui-select-bootstrap {
  height: auto !important;
  padding-top: 0;
  padding-bottom: 0;
}
.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  margin-top: 1px;
  margin-bottom: 2px;
}
.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  margin: 1px 6px 1px -2px;
  padding: 2px 3px;
}
.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  line-height: 0.875;
}
.ui-select-multiple.ui-select-bootstrap[required] {
  background-color: #FFC;
}
.ui-select-bootstrap.dropdown[required] .btn,
.ui-select-bootstrap.dropdown[required] input,
.ui-select-bootstrap.dropdown[required] > .ui-select-choices {
  background-color: #FFC;
}
.ui-select-bootstrap .ui-select-toggle {
  text-align: left;
  height: 24px;
}
.ui-select-bootstrap .ui-select-match-text {
  display: block;
  width: 100%;
  padding-right: 30px;
}
.ui-select-bootstrap .ui-select-match-text > span {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ui-select-bootstrap .ui-match {
  font-weight: bold;
}
.has-error .ui-select-bootstrap .ui-select-toggle {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .ui-select-bootstrap .ui-select-toggle:focus {
  outline: 0;
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .ui-select-bootstrap .btn-default-focus {
  box-shadow: none;
  outline: 0;
}
.input-group .ui-select-bootstrap .ui-select-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
div.ui-grid-cell input.ng-pristine.ng-invalid {
  border: 1px solid #d4d4d4;
}
div.ui-grid-cell input.ng-dirty.ng-invalid {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/*.gl-account-input.ng-dirty.ng-invalid input:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}*/
.line-actions select {
  margin: 1px;
  width: 90%;
  min-width: 70px;
  height: 28px;
  padding: 3px 0 0 5px;
  font-size: 13px;
  font-weight: bold;
}
.ui-grid-top-panel,
.ui-grid-footer-panel {
  font-weight: 600;
  background: #f6f8f8;
}
.ui-grid {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
.ui-grid .selected .success,
.ui-grid .selected.even .success,
.ui-grid .selected.odd .success,
.ui-grid .selected .info,
.ui-grid .selected.even .info,
.ui-grid .selected.odd .info,
.ui-grid .selected .warning,
.ui-grid .selected.even .warning,
.ui-grid .selected.odd .warning,
.ui-grid .selected .danger,
.ui-grid .selected.even .danger,
.ui-grid .selected.odd .danger {
  color: inherit;
  background-color: inherit;
}
.ui-grid .success {
  color: #3c763d;
}
.ui-grid .info {
  color: #31708f;
}
.ui-grid .warning {
  color: #8a6d3b;
}
.ui-grid .danger {
  color: #a94442;
}
.ui-grid .odd .success,
.ui-grid .ui-grid-row:nth-child(odd) .success {
  background-color: #dff0d8;
}
.ui-grid .odd .info,
.ui-grid .ui-grid-row:nth-child(odd) .info {
  background-color: #d9edf7;
}
.ui-grid .odd .warning,
.ui-grid .ui-grid-row:nth-child(odd) .warning {
  background-color: #fcf8e3;
}
.ui-grid .odd .danger,
.ui-grid .ui-grid-row:nth-child(odd) .danger {
  background-color: #f2dede;
}
.ui-grid .even .success,
.ui-grid .ui-grid-row:nth-child(even) .success {
  background-color: #d6e9c6;
}
.ui-grid .even .info,
.ui-grid .ui-grid-row:nth-child(even) .info {
  background-color: #bce8f1;
}
.ui-grid .even .warning,
.ui-grid .ui-grid-row:nth-child(even) .warning {
  background-color: #faebcc;
}
.ui-grid .even .danger,
.ui-grid .ui-grid-row:nth-child(even) .danger {
  background-color: #ebccd1;
}
.ui-grid,
.ui-grid-header,
.ui-grid-footer-panel,
.ui-grid-cell,
input[type="text"].ui-grid-filter-input {
  border-color: #dee5e7;
}
.ui-grid-row:nth-child(even) .ui-grid-cell {
  background-color: #fafbfc;
  border-bottom: 1px solid #edf1f2;
  border-top: 1px solid #edf1f2;
}
.ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar {
  background-color: #dee5e7;
}
.ui-grid-footer-info {
  padding: 8px 0 0 4px;
}
.shadow {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}
.panel .panel-header {
  padding: 6px 15px 6px 18px;
}
.no-padding {
  padding: 0;
}
.no-padding .uiGridEditableControl {
  height: 29px;
  padding: 8px 8px;
}
.no-padding select.uiGridEditableControl {
  height: 29px;
  padding: 4px 4px !important;
}
.panel {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
.email-row-select {
  cursor: pointer;
}
.email-row-select :hover {
  background-color: rgba(0, 0, 0, 0.08);
}
.email-subject h1 {
  margin: 0 10px 20px 0;
}
.email-subject p {
  color: #7e7e7e;
  margin-bottom: 5px;
}
.email-details .email-content {
  padding: 20px 20px 0 0;
  display: block;
}
button {
  min-width: 80px;
}
button.btn-sm {
  min-width: 15px;
}
.btn-group > button,
.ui-grid-pager-control > button,
.ngPagerControl > button,
.navbar-header > button,
.modal-header > button,
.input-group-btn > button {
  min-width: auto;
  min-width: initial;
}
@media (min-width: 992px) {
  .content-fill {
    margin-right: -50%;
    z-index: 1;
  }
}