﻿body {
  background-color: #D2D2D2;
  color: #404040;
}
a {
  color: #000000;
}
a:hover {
  color: #868686;
}
#wrapper {
  background-color: #FFFFFF;
  -moz-transition: opacity ease-in 0.25s;
  -o-transition: opacity ease-in 0.25s;
  -webkit-transition: opacity ease-in 0.25s;
  transition: opacity ease-in 0.25s;
  opacity: 1;
}
#wrapper > header {
  margin-top: 22px;
}
.app-loading #wrapper {
  opacity: 0;
}
.app-splash {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: black;
  color: white;
  z-index: 1020;
  /* starting animations for enter */
  /* terminal animations for enter */
  /* starting animations for leave */
  /* terminal animations for leave */
}
.app-splash .app-splash-label h1,
.app-splash .app-splash-label h2,
.app-splash .app-splash-label .ticker {
  font-size: 24px;
  line-height: 32px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1024px;
  margin-left: -512px;
  text-align: center;
}
.app-splash .app-splash-label h1 {
  color: #fafafa;
  margin-top: -32px;
}
.app-splash .app-splash-label h2 {
  color: #dcdcdc;
}
.app-splash .app-splash-label .ticker {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.25);
  margin-top: 110px;
}
.app-splash.ng-enter,
.app-splash.ng-leave {
  -moz-transition: 1s ease-out all;
  -o-transition: 1s ease-out all;
  -webkit-transition: 1s ease-out all;
  transition: 1s ease-out all;
}
.app-splash.ng-enter h1,
.app-splash.ng-leave h1,
.app-splash.ng-enter h2,
.app-splash.ng-leave h2 {
  -moz-transition: 1s ease-out all;
  -o-transition: 1s ease-out all;
  -webkit-transition: 1s ease-out all;
  transition: 1s ease-out all;
}
.app-splash.ng-leave {
  opacity: 1;
}
.app-splash.ng-leave-active {
  opacity: 0;
  left: -200px;
  right: -200px;
}
.app-splash.ng-leave-active h1,
.app-splash.ng-leave-active h2 {
  opacity: 0;
}
.app-splash.ng-leave-active h1 {
  top: 25%;
}
.app-splash.ng-leave-active h2 {
  top: 75%;
}
.flex-grid {
  width: 100%;
}
.flex-grid .flex-row {
  display: flex;
  width: 100%;
  margin-bottom: 4px;
}
.flex-grid .flex-row:last-child {
  margin-bottom: 0;
}
.flex-grid .flex-col {
  margin-right: 4px;
}
.flex-grid .flex-col:last-child {
  margin-right: 0;
}
.flex-grid .flex-col-12 {
  -ms-flex: 1 100%;
  flex: 1 100%;
}
.flex-grid .flex-col-11 {
  -ms-flex: 1 91.66666667%;
  flex: 1 91.66666667%;
}
.flex-grid .flex-col-10 {
  -ms-flex: 1 83.33333333%;
  flex: 1 83.33333333%;
}
.flex-grid .flex-col-9 {
  -ms-flex: 1 75%;
  flex: 1 75%;
}
.flex-grid .flex-col-8 {
  -ms-flex: 1 66.66666667%;
  flex: 1 66.66666667%;
}
.flex-grid .flex-col-7 {
  -ms-flex: 1 58.33333333%;
  flex: 1 58.33333333%;
}
.flex-grid .flex-col-6 {
  -ms-flex: 1 50%;
  flex: 1 50%;
}
.flex-grid .flex-col-5 {
  -ms-flex: 1 41.66666667%;
  flex: 1 41.66666667%;
}
.flex-grid .flex-col-4 {
  -ms-flex: 1 33.33333333%;
  flex: 1 33.33333333%;
}
.flex-grid .flex-col-3 {
  -ms-flex: 1 25%;
  flex: 1 25%;
}
.flex-grid .flex-col-2 {
  -ms-flex: 1 16.66666667%;
  flex: 1 16.66666667%;
}
.flex-grid .flex-col-1 {
  -ms-flex: 1 8.33333333%;
  flex: 1 8.33333333%;
}
.flex-grid .flex-col-offset-12 {
  margin-left: 100%;
}
.flex-grid .flex-col-offset-11 {
  margin-left: 91.66666667%;
}
.flex-grid .flex-col-offset-10 {
  margin-left: 83.33333333%;
}
.flex-grid .flex-col-offset-9 {
  margin-left: 75%;
}
.flex-grid .flex-col-offset-8 {
  margin-left: 66.66666667%;
}
.flex-grid .flex-col-offset-7 {
  margin-left: 58.33333333%;
}
.flex-grid .flex-col-offset-6 {
  margin-left: 50%;
}
.flex-grid .flex-col-offset-5 {
  margin-left: 41.66666667%;
}
.flex-grid .flex-col-offset-4 {
  margin-left: 33.33333333%;
}
.flex-grid .flex-col-offset-3 {
  margin-left: 25%;
}
.flex-grid .flex-col-offset-2 {
  margin-left: 16.66666667%;
}
.flex-grid .flex-col-offset-1 {
  margin-left: 8.33333333%;
}
.pane .pane-section.flex-col,
.pane .pane-header.flex-col,
.pane .pane-heading.flex-col {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
h1 {
  font-size: 32px;
  line-height: 32px;
}
.label {
  padding: 0.2em 0.8em 0.3em;
  font-size: 100%;
  font-weight: normal;
  border-radius: 1em;
}
.label-primary {
  background-color: #000000;
}
.label-inline {
  display: inline-block !important;
  margin-bottom: 0;
  margin-right: 10px;
  vertical-align: middle;
}
.modal-content {
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.modal-backdrop {
  background-color: #FFFFFF;
}
.modal-backdrop.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.modal-body + .modal-body {
  border-top: 1px solid #e5e5e5;
}
#error-modal {
  background-color: rgba(255, 255, 255, 0.09);
  z-index: 1060;
}
#error-modal .modal-footer {
  margin-top: 0;
}
#error-modal textarea.message {
  font-family: 'Courier New', Courier, 'Nimbus Mono L', monospace;
  font-size: 12px;
  height: 300px;
}
#error-modal .stack-trace {
  display: none;
}
#error-modal .stack-trace.in {
  display: block;
}
.modal {
  text-align: center;
  padding: 0 !important;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
  /* Adjusts for spacing */
}
.modal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-footer {
  margin-top: 0;
  padding: 15px 20px;
}
.confirm-modal .modal-footer .btn,
.alert-modal .modal-footer .btn {
  min-width: 200px;
}
.form-control {
  border: 1px solid #c0c0c0;
  border-radius: 1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 1px inset;
  box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 1px inset;
  font-size: 16px;
  color: #404040;
  background-color: #FFFFFF;
  resize: none;
  position: relative;
}
.form-control:focus {
  border-color: #66AFE9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control:-moz-placeholder {
  font-style: italic;
  color: #999999;
}
.form-control:-ms-input-placeholder {
  font-style: italic;
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  font-style: italic;
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  opacity: 1;
  background-color: #ebebeb;
  /*background-color: fade(@input-bg-disabled, 5%);*/
}
.form-control-btn {
  font-size: 16px;
  line-height: 32px;
  position: absolute;
  top: -1px;
  right: -1px;
  padding: 0 16px !important;
}
.form-control-btn.btn-clear {
  color: #555;
  background: none;
}
.form-control-btn.btn-clear:active,
.form-control-btn.btn-clear.active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 0;
}
.form-control-disabled {
  cursor: not-allowed;
  opacity: 1;
  background-color: #ebebeb;
  background-color: rgba(118, 118, 118, 0.05);
}
.form-control-placeholder {
  color: #999999 !important;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-group {
  margin-bottom: 14px;
}
.form-group:last-child {
  margin-bottom: 11px;
}
input[type=radio],
input[type=checkbox] {
  visibility: hidden;
  width: 0;
}
input[type=radio].bs-checkbox,
input[type=checkbox].bs-checkbox,
input[type=radio].bs-radio,
input[type=checkbox].bs-radio {
  visibility: inherit;
  width: inherit;
}
input[type=radio] + .pseudo-radio,
input[type=checkbox] + .pseudo-radio,
input[type=radio] + .pseudo-checkbox,
input[type=checkbox] + .pseudo-checkbox {
  float: left;
  display: inline-block;
  position: relative;
  line-height: 24px;
}
input[type=radio] + .pseudo-radio,
input[type=checkbox] + .pseudo-radio,
input[type=radio] + .pseudo-checkbox,
input[type=checkbox] + .pseudo-checkbox,
input[type=radio] + .pseudo-radio:after,
input[type=checkbox] + .pseudo-radio:after,
input[type=radio] + .pseudo-checkbox:after,
input[type=checkbox] + .pseudo-checkbox:after {
  width: 20px;
  height: 20px;
}
input[type=radio] + .pseudo-radio:after,
input[type=checkbox] + .pseudo-radio:after,
input[type=radio] + .pseudo-checkbox:after,
input[type=checkbox] + .pseudo-checkbox:after {
  content: " ";
  display: block;
  background-color: #FFFFFF;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 1px inset;
  box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 1px inset;
  position: absolute;
  visibility: visible;
  border: 1px solid rgba(0, 0, 0, 0.25);
  z-index: 2;
}
input[type=radio]:checked + .pseudo-radio:before,
input[type=checkbox]:checked + .pseudo-radio:before,
input[type=radio]:checked + .pseudo-checkbox:before,
input[type=checkbox]:checked + .pseudo-checkbox:before {
  display: block;
  visibility: visible;
  position: absolute;
  z-index: 3;
}
input[type=radio]:disabled + .pseudo-radio:before,
input[type=checkbox]:disabled + .pseudo-radio:before,
input[type=radio]:disabled + .pseudo-checkbox:before,
input[type=checkbox]:disabled + .pseudo-checkbox:before {
  opacity: 0.2;
}
input[type=radio]:disabled + .pseudo-radio:after,
input[type=checkbox]:disabled + .pseudo-radio:after,
input[type=radio]:disabled + .pseudo-checkbox:after,
input[type=checkbox]:disabled + .pseudo-checkbox:after {
  background-color: #e9e9e9;
  background-color: rgba(118, 118, 118, 0.1);
}
input[type=radio] + .pseudo-radio:after {
  border-radius: 10px;
}
input[type=radio]:checked + .pseudo-radio:before {
  content: " ";
  background-color: #508C14;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}
input[type=checkbox] + .pseudo-checkbox:after {
  border-radius: 2px;
}
input[type=checkbox]:checked + .pseudo-checkbox:before {
  content: "\e013";
  color: #508C14;
  top: -1px;
  left: 2px;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
}
.radio,
.radio-inline,
.checkbox,
.checkbox-inline {
  padding-left: 28px;
}
.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=radio],
.checkbox-inline input[type=radio],
.radio input[type=checkbox],
.radio-inline input[type=checkbox],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio .pseudo-radio,
.radio-inline .pseudo-radio,
.checkbox .pseudo-radio,
.checkbox-inline .pseudo-radio,
.radio .pseudo-checkbox,
.radio-inline .pseudo-checkbox,
.checkbox .pseudo-checkbox,
.checkbox-inline .pseudo-checkbox {
  margin-left: -28px;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-left: 0;
}
.radio-inline,
.checkbox-inline {
  margin-right: 10px;
}
.radio label,
.checkbox label {
  display: inline-block;
}
.radio-right,
.radio-inline-right,
.checkbox-right,
.checkbox-inline-right {
  padding-left: 0;
  padding-right: 28px;
}
.radio-right input[type=radio],
.radio-inline-right input[type=radio],
.checkbox-right input[type=radio],
.checkbox-inline-right input[type=radio],
.radio-right input[type=checkbox],
.radio-inline-right input[type=checkbox],
.checkbox-right input[type=checkbox],
.checkbox-inline-right input[type=checkbox],
.radio-right .pseudo-radio,
.radio-inline-right .pseudo-radio,
.checkbox-right .pseudo-radio,
.checkbox-inline-right .pseudo-radio,
.radio-right .pseudo-checkbox,
.radio-inline-right .pseudo-checkbox,
.checkbox-right .pseudo-checkbox,
.checkbox-inline-right .pseudo-checkbox {
  float: right !important;
  margin-left: 0;
  margin-right: -28px;
}
.input-sm,
select.input-sm {
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  height: 26px;
  font-size: 14px;
}
textarea.input-sm {
  height: auto;
  line-height: 1.42857143;
  padding-top: 5px;
  padding-bottom: 5px;
}
.input-thin {
  max-width: 50px;
  display: inline-block;
}
.input-wide {
  min-width: 100%;
}
.form-horizontal .control-label {
  text-align: right !important;
  font-weight: normal !important;
  padding-right: 15px !important;
}
.btn {
  padding: 6px 16px;
  border-radius: 2px;
}
.btn:focus {
  outline: none;
}
/*.btn-default {
	.button-variant(@text-color, @brand-gray-light-head, @brand-gray-light-sub);
}

.btn-primary {
	.button-variant(white, @brand-dark-head, fade(@brand-dark-head, 50%));
}*/
.btn-sm {
  padding: 4px 16px;
  font-size: 14px;
  line-height: 1.42857143;
}
.btn-lg {
  padding: 10px 16px;
}
.btn-wide {
  width: 100%;
  margin: 0;
}
.btn.fa,
.btn.glyphicon {
  font-size: 20px;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  color: #333;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.fa:hover,
.btn.glyphicon:hover,
.btn.fa:focus,
.btn.glyphicon:focus,
.btn.fa:active,
.btn.glyphicon:active,
.btn.fa.active,
.btn.glyphicon.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.fa.disabled:hover,
.btn.glyphicon.disabled:hover,
.btn.fa:disabled:hover,
.btn.glyphicon:disabled:hover,
fieldset[disabled] .btn.fa:hover,
fieldset[disabled] .btn.glyphicon:hover,
.btn.fa.disabled:focus,
.btn.glyphicon.disabled:focus,
.btn.fa:disabled:focus,
.btn.glyphicon:disabled:focus,
fieldset[disabled] .btn.fa:focus,
fieldset[disabled] .btn.glyphicon:focus,
.btn.fa.disabled:active,
.btn.glyphicon.disabled:active,
.btn.fa:disabled:active,
.btn.glyphicon:disabled:active,
fieldset[disabled] .btn.fa:active,
fieldset[disabled] .btn.glyphicon:active,
.btn.fa.disabled.active,
.btn.glyphicon.disabled.active,
.btn.fa:disabled.active,
.btn.glyphicon:disabled.active,
fieldset[disabled] .btn.fa.active,
fieldset[disabled] .btn.glyphicon.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.fa.btn-default,
.btn.glyphicon.btn-default {
  color: #000000;
}
.btn.fa.btn-default:hover,
.btn.glyphicon.btn-default:hover,
.btn.fa.btn-default:focus,
.btn.glyphicon.btn-default:focus,
.btn.fa.btn-default:active,
.btn.glyphicon.btn-default:active,
.btn.fa.btn-default.active,
.btn.glyphicon.btn-default.active {
  color: #2d2d2d;
}
.btn.fa.btn-default.disabled:hover,
.btn.glyphicon.btn-default.disabled:hover,
.btn.fa.btn-default:disabled:hover,
.btn.glyphicon.btn-default:disabled:hover,
fieldset[disabled] .btn.fa.btn-default:hover,
fieldset[disabled] .btn.glyphicon.btn-default:hover,
.btn.fa.btn-default.disabled:focus,
.btn.glyphicon.btn-default.disabled:focus,
.btn.fa.btn-default:disabled:focus,
.btn.glyphicon.btn-default:disabled:focus,
fieldset[disabled] .btn.fa.btn-default:focus,
fieldset[disabled] .btn.glyphicon.btn-default:focus,
.btn.fa.btn-default.disabled:active,
.btn.glyphicon.btn-default.disabled:active,
.btn.fa.btn-default:disabled:active,
.btn.glyphicon.btn-default:disabled:active,
fieldset[disabled] .btn.fa.btn-default:active,
fieldset[disabled] .btn.glyphicon.btn-default:active,
.btn.fa.btn-default.disabled.active,
.btn.glyphicon.btn-default.disabled.active,
.btn.fa.btn-default:disabled.active,
.btn.glyphicon.btn-default:disabled.active,
fieldset[disabled] .btn.fa.btn-default.active,
fieldset[disabled] .btn.glyphicon.btn-default.active {
  opacity: 0.5;
}
.btn.fa.btn-danger,
.btn.glyphicon.btn-danger {
  color: #d9534f;
}
.btn.fa.btn-danger:hover,
.btn.glyphicon.btn-danger:hover,
.btn.fa.btn-danger:focus,
.btn.glyphicon.btn-danger:focus,
.btn.fa.btn-danger:active,
.btn.glyphicon.btn-danger:active,
.btn.fa.btn-danger.active,
.btn.glyphicon.btn-danger.active {
  color: #c9302c;
}
.btn.fa.btn-danger.disabled:hover,
.btn.glyphicon.btn-danger.disabled:hover,
.btn.fa.btn-danger:disabled:hover,
.btn.glyphicon.btn-danger:disabled:hover,
fieldset[disabled] .btn.fa.btn-danger:hover,
fieldset[disabled] .btn.glyphicon.btn-danger:hover,
.btn.fa.btn-danger.disabled:focus,
.btn.glyphicon.btn-danger.disabled:focus,
.btn.fa.btn-danger:disabled:focus,
.btn.glyphicon.btn-danger:disabled:focus,
fieldset[disabled] .btn.fa.btn-danger:focus,
fieldset[disabled] .btn.glyphicon.btn-danger:focus,
.btn.fa.btn-danger.disabled:active,
.btn.glyphicon.btn-danger.disabled:active,
.btn.fa.btn-danger:disabled:active,
.btn.glyphicon.btn-danger:disabled:active,
fieldset[disabled] .btn.fa.btn-danger:active,
fieldset[disabled] .btn.glyphicon.btn-danger:active,
.btn.fa.btn-danger.disabled.active,
.btn.glyphicon.btn-danger.disabled.active,
.btn.fa.btn-danger:disabled.active,
.btn.glyphicon.btn-danger:disabled.active,
fieldset[disabled] .btn.fa.btn-danger.active,
fieldset[disabled] .btn.glyphicon.btn-danger.active {
  opacity: 0.5;
}
.text-center .btn.fa:first-child:last-child,
.text-center .btn.glyphicon:first-child:last-child {
  margin: 0;
}
.btn.fa.btn-lg,
.btn.glyphicon.btn-lg {
  font-size: 26px;
}
.btn .icon-right {
  margin-left: 10px;
}
.btn .icon-left {
  margin-right: 10px;
}
.btn.icon-right {
  position: relative;
  padding-right: 40px;
}
.btn.icon-right .glyphicon,
.btn.icon-right .fa {
  position: absolute;
  top: 5px;
  right: 9px;
  font-size: 21px;
}
.btn.btn-lg .glyphicon,
.btn.btn-lg .fa {
  margin-top: 1px;
}
.btn.btn-lg .glyphicon.fa-spinner,
.btn.btn-lg .fa.fa-spinner,
.btn.btn-lg .glyphicon.fa-circle-o-notch,
.btn.btn-lg .fa.fa-circle-o-notch {
  margin-top: 2px;
}
/*.btn-group .btn + .btn, 
.btn-group .btn + .btn-group, 
.btn-group .btn-group + .btn, 
.btn-group .btn-group + .btn-group {
	border-left: 0;
}*/
.btn-group > .btn-group + .btn-group > .btn {
  border-left-width: 0;
}
.pane-btn-group {
  padding: 5px 12px;
}
.text-center .btn:first-child + .form-control + .btn:last-child {
  margin-right: 0;
}
.navbar .nav {
  padding: 3px;
}
.navbar .nav > li > a {
  border-radius: 0;
  border-width: 1px;
  border-style: solid;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  /*.lightGradientGrayscale();*/
  /*background-color: @ABB_Grayscale_Sub-W;*/
  /*.lightBorder();*/
  /*color: @brand-dark-sub;*/
}
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus,
.navbar .nav > li > a:active {
  /*.nav-button-active();*/
  /*.lightBorder();*/
}
.navbar .nav > li.active > a {
  /*.nav-button-active();
					.lightBorder();*/
}
.navbar .nav > li.active > a:hover,
.navbar .nav > li.active > a:focus,
.navbar .nav > li.active > a:active {
  /*.lightBorder();*/
}
.tab-pane {
  padding: 20px 0;
}
.nav-pills > li > a {
  border-radius: 2px;
}
.dropdown-menu > li > a.clickable {
  cursor: pointer;
}
.alert {
  border-radius: 2px;
  /*border: none;*/
  margin-bottom: 4px;
}
.alert .btn.pull-right {
  margin-top: -8px;
  margin-left: 4px;
}
.alert .btn.pull-right.btn-sm {
  margin-top: -5px;
}
.alert a:not(.btn) {
  color: inherit;
  text-decoration: underline;
}
.alert-icon {
  padding-left: 50px;
  position: relative;
}
.alert-icon > .fa,
.alert-icon > .glyphicon {
  position: absolute;
  top: 14px;
  left: 20px;
  font-size: 20px;
}
.alert-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0;
  z-index: 10;
}
.alert-overlay .overlay-content {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.alert-overlay .overlay-content p {
  color: #666;
  font-size: 20px;
}
.alert-overlay .overlay-content-center {
  text-align: center;
}
.table-quote {
  border: 1px solid #D2D2D2;
}
.table-quote thead > tr > th,
.table-quote tbody > tr > th,
.table-quote tfoot > tr > th,
.table-quote thead > tr > td,
.table-quote tbody > tr > td,
.table-quote tfoot > tr > td {
  border: 1px solid #D2D2D2;
  padding: 8px 15px;
}
.table-quote thead > tr > th > .inner,
.table-quote tbody > tr > th > .inner,
.table-quote tfoot > tr > th > .inner,
.table-quote thead > tr > td > .inner,
.table-quote tbody > tr > td > .inner,
.table-quote tfoot > tr > td > .inner {
  position: relative;
}
.table-quote thead > tr > th > p:last-child,
.table-quote tbody > tr > th > p:last-child,
.table-quote tfoot > tr > th > p:last-child,
.table-quote thead > tr > td > p:last-child,
.table-quote tbody > tr > td > p:last-child,
.table-quote tfoot > tr > td > p:last-child,
.table-quote thead > tr > th > ul:last-child,
.table-quote tbody > tr > th > ul:last-child,
.table-quote tfoot > tr > th > ul:last-child,
.table-quote thead > tr > td > ul:last-child,
.table-quote tbody > tr > td > ul:last-child,
.table-quote tfoot > tr > td > ul:last-child {
  margin-bottom: 0;
}
.table-quote thead > tr {
  background-color: #F0F0F0;
}
.table-quote thead > tr > th {
  font-size: 16px;
  font-weight: normal;
}
.table-quote tbody > tr > th {
  vertical-align: middle;
}
.table-quote tfoot > tr td {
  vertical-align: middle;
}
.table-quote .equipment-type {
  width: 30%;
  float: left;
}
.table-quote tbody > tr > th > ul,
.table-quote thead > tr > th > ul,
.table-quote tbody > tr > td > ul,
.table-quote thead > tr > td > ul {
  padding: 0;
  list-style: none;
}
.table-quote.table-condensed thead > tr > th,
.table-quote.table-condensed tbody > tr > th,
.table-quote.table-condensed thead > tr > td,
.table-quote.table-condensed tbody > tr > td {
  font-size: 14px;
  padding: 5px;
}
.table-quote.table-condensed thead > tr > th,
.table-quote.table-condensed tbody > tr > th {
  font-weight: bold;
}
.bs-panel > .table-responsive > .table,
.bs-panel > .collapse > .table,
.bs-panel > .collapsing > .table,
.bs-panel > .table {
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.bs-panel > .table-responsive > .table > thead > tr,
.bs-panel > .collapse > .table > thead > tr,
.bs-panel > .collapsing > .table > thead > tr,
.bs-panel > .table > thead > tr {
  background-color: white;
}
.bs-panel > .table-responsive > .table > thead > tr > th,
.bs-panel > .collapse > .table > thead > tr > th,
.bs-panel > .collapsing > .table > thead > tr > th,
.bs-panel > .table > thead > tr > th,
.bs-panel > .table-responsive > .table > thead > tr > td,
.bs-panel > .collapse > .table > thead > tr > td,
.bs-panel > .collapsing > .table > thead > tr > td,
.bs-panel > .table > thead > tr > td {
  border-left: none;
  border-right: none;
}
.bs-panel > .table-responsive > .table > thead > tr > th,
.bs-panel > .collapse > .table > thead > tr > th,
.bs-panel > .collapsing > .table > thead > tr > th,
.bs-panel > .table > thead > tr > th,
.bs-panel > .table-responsive > .table > tbody > tr > th,
.bs-panel > .collapse > .table > tbody > tr > th,
.bs-panel > .collapsing > .table > tbody > tr > th,
.bs-panel > .table > tbody > tr > th,
.bs-panel > .table-responsive > .table > tfoot > tr > th,
.bs-panel > .collapse > .table > tfoot > tr > th,
.bs-panel > .collapsing > .table > tfoot > tr > th,
.bs-panel > .table > tfoot > tr > th,
.bs-panel > .table-responsive > .table > thead > tr > td,
.bs-panel > .collapse > .table > thead > tr > td,
.bs-panel > .collapsing > .table > thead > tr > td,
.bs-panel > .table > thead > tr > td,
.bs-panel > .table-responsive > .table > tbody > tr > td,
.bs-panel > .collapse > .table > tbody > tr > td,
.bs-panel > .collapsing > .table > tbody > tr > td,
.bs-panel > .table > tbody > tr > td,
.bs-panel > .table-responsive > .table > tfoot > tr > td,
.bs-panel > .collapse > .table > tfoot > tr > td,
.bs-panel > .collapsing > .table > tfoot > tr > td,
.bs-panel > .table > tfoot > tr > td {
  border-left: none;
  border-right: none;
  line-height: normal;
}
.bs-panel > .table-responsive > .table > tbody > tr:last-child > th,
.bs-panel > .collapse > .table > tbody > tr:last-child > th,
.bs-panel > .collapsing > .table > tbody > tr:last-child > th,
.bs-panel > .table > tbody > tr:last-child > th,
.bs-panel > .table-responsive > .table > tbody > tr:last-child > td,
.bs-panel > .collapse > .table > tbody > tr:last-child > td,
.bs-panel > .collapsing > .table > tbody > tr:last-child > td,
.bs-panel > .table > tbody > tr:last-child > td {
  border-bottom: none;
}
.bs-panel > .table-responsive > .table > tfoot > tr,
.bs-panel > .collapse > .table > tfoot > tr,
.bs-panel > .collapsing > .table > tfoot > tr,
.bs-panel > .table > tfoot > tr {
  font-size: inherit;
}
.bs-panel > .table-responsive:last-child > .table > thead:last-child > tr:last-child > th,
.bs-panel > .collapse:last-child > .table > thead:last-child > tr:last-child > th,
.bs-panel > .collapsing:last-child > .table > thead:last-child > tr:last-child > th,
.bs-panel > .table:last-child > thead:last-child > tr:last-child > th,
.bs-panel > .table-responsive:last-child > .table > tbody:last-child > tr:last-child > th,
.bs-panel > .collapse:last-child > .table > tbody:last-child > tr:last-child > th,
.bs-panel > .collapsing:last-child > .table > tbody:last-child > tr:last-child > th,
.bs-panel > .table:last-child > tbody:last-child > tr:last-child > th,
.bs-panel > .table-responsive:last-child > .table > tfoot:last-child > tr:last-child > th,
.bs-panel > .collapse:last-child > .table > tfoot:last-child > tr:last-child > th,
.bs-panel > .collapsing:last-child > .table > tfoot:last-child > tr:last-child > th,
.bs-panel > .table:last-child > tfoot:last-child > tr:last-child > th,
.bs-panel > .table-responsive:last-child > .table > thead:last-child > tr:last-child > td,
.bs-panel > .collapse:last-child > .table > thead:last-child > tr:last-child > td,
.bs-panel > .collapsing:last-child > .table > thead:last-child > tr:last-child > td,
.bs-panel > .table:last-child > thead:last-child > tr:last-child > td,
.bs-panel > .table-responsive:last-child > .table > tbody:last-child > tr:last-child > td,
.bs-panel > .collapse:last-child > .table > tbody:last-child > tr:last-child > td,
.bs-panel > .collapsing:last-child > .table > tbody:last-child > tr:last-child > td,
.bs-panel > .table:last-child > tbody:last-child > tr:last-child > td,
.bs-panel > .table-responsive:last-child > .table > tfoot:last-child > tr:last-child > td,
.bs-panel > .collapse:last-child > .table > tfoot:last-child > tr:last-child > td,
.bs-panel > .collapsing:last-child > .table > tfoot:last-child > tr:last-child > td,
.bs-panel > .table:last-child > tfoot:last-child > tr:last-child > td {
  border-bottom: none;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: transparent;
}
.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
  background-color: #F0F0F0;
}
.popover {
  border-radius: 0;
}
.popover.top {
  margin-top: -16px;
}
.popover.right {
  margin-left: 16px;
}
.popover.bottom {
  margin-top: 16px;
}
.popover.left {
  margin-left: -16px;
}
.list-group {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.list-group-item {
  border-radius: 0;
  border-left-width: 0;
  border-right-width: 0;
}
.list-group-item:first-child {
  border-top-width: 0;
}
.list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item > .form-control {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  height: auto;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
}
.list-group-item .form-group label {
  font-weight: 500;
}
.list-group-item .form-group .help-block {
  margin-bottom: 0;
}
.list-group-item .form-group:last-child {
  margin-bottom: 0;
}
.list-group-item > .btn.fa.pull-right,
.list-group-item > .btn.glyphicon.pull-right {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
}
.list-group-item label.checkbox,
.list-group-item label.radio {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding-left: 24px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-group-item label.checkbox .pseudo-checkbox,
.list-group-item label.radio .pseudo-checkbox {
  position: absolute;
  top: 50%;
  left: 0;
  margin: -10px 0 0 10px;
}
.list-group-item p:last-child,
.list-group-item ul:last-child {
  margin-bottom: 0;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  background: #508C14;
  border: none;
  -webkit-text-shadow: none;
  text-shadow: none;
}
a.list-group-item.active .text-muted,
a.list-group-item.active:hover .text-muted,
a.list-group-item.active:focus .text-muted {
  color: white !important;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #C0DFB9 !important;
}
a.list-group-item.active .list-group-item-text .price,
a.list-group-item.active:hover .list-group-item-text .price,
a.list-group-item.active:focus .list-group-item-text .price {
  color: white;
}
a.list-group-item.active .btn.fa,
a.list-group-item.active:hover .btn.fa,
a.list-group-item.active:focus .btn.fa,
a.list-group-item.active .btn.glyphicon,
a.list-group-item.active:hover .btn.glyphicon,
a.list-group-item.active:focus .btn.glyphicon {
  color: white;
}
.modal-content > .list-group {
  margin-bottom: 0;
  border-top: solid 1px #e5e5e5;
}
.modal-content > .list-group + .modal-footer {
  margin-top: 0;
}
.modal-content > .list-group > .list-group-item {
  padding-left: 20px;
  padding-right: 20px;
}
.modal-content > .list-group > a.list-group-item.active {
  border: 1px solid #C0DFB9;
  border-left-width: 0;
  border-right-width: 0;
}
.modal-content > .list-group > a.list-group-item:first-child {
  border-top-width: 0;
}
.modal-content > .list-group > a.list-group-item:last-child {
  border-bottom-width: 0;
}
.col-2 .list-group .no-wrap {
  position: relative;
}
.col-2 .list-group .no-wrap .inner {
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.list-group-item {
  /*background: #fafafa;*/
}
.list-group-item:first-child,
.list-group-item:last-child {
  border-radius: 0;
}
.list-group-item.padding-left {
  padding-left: 30px;
}
.list-group-item.padding-right {
  padding-right: 45px;
}
.list-group-item .glyphicon-chevron-left,
.list-group-item .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  color: #CCC;
}
.list-group-item.active .glyphicon-chevron-left,
.list-group-item.active .glyphicon-chevron-right {
  color: white;
}
.list-group-item .glyphicon-chevron-right {
  right: 10px;
}
.list-group-item .glyphicon-chevron-left {
  left: 9px;
}
.list-group-item > .badge {
  margin-top: 2px;
}
.list-group-item.btn {
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
}
.list-group-item-form-control {
  background-color: white;
}
.list-group-item-heading,
.list-group-item-text {
  margin: 0;
}
.list-group-item-heading {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
.list-group-item-text {
  font-size: 14px;
  line-height: 20px;
}
.list-group-item-text .price {
  font-size: 16px;
  color: #508C14;
  font-weight: bold;
  display: block;
}
.list-group-item-text .currency {
  font-size: 14px;
}
.panel {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  margin-bottom: 4px;
}
.panel > .panel-heading {
  border: none;
  border-radius: 0;
  margin-bottom: -3px;
  padding: 10px 20px;
  line-height: 24px;
  color: #333;
}
.panel > .panel-heading .panel-title .text-muted {
  font-size: 14px;
}
.panel > .panel-heading .panel-title .checkbox {
  font-weight: normal;
  font-size: 14px;
  margin: 0;
}
.panel > .panel-heading .btn {
  margin-top: -5px;
}
.panel > .panel-heading .btn.btn-sm {
  margin-top: -3px;
}
.panel > .panel-heading .btn.pull-right {
  margin-right: -13px;
}
.panel > .panel-body {
  padding: 3px;
  background-color: #f0f0f0;
}
.panel > .panel-body .table-quote {
  margin: 0 0 4px 0;
}
.panel > .panel-body .table-quote tbody {
  background-color: #ffffff;
}
.panel > .panel-body .table-quote:only-child,
.panel > .panel-body .table-quote:last-child {
  margin: 0;
}
.panel > .panel-body.pane-section {
  padding: 12px 20px !important;
}
.bs-panel {
  border: 1px solid transparent;
  border-radius: 0;
  margin-bottom: 20px;
}
.bs-panel.panel-default {
  border-color: #ddd;
}
.bs-panel .panel-body {
  padding: 15px;
  background-color: transparent;
}
.bs-panel > .panel-body .row:first-child {
  margin-top: 0;
}
.panel > .list-group {
  background-color: #F0F0F0;
  padding: 3px;
}
.bs-panel > .list-group {
  padding: 0;
  background-color: transparent;
}
.bs-panel > .list-group > .list-group-item label.checkbox {
  padding-left: 28px;
}
.panel-title {
  display: block;
  line-height: inherit;
  font-size: 16px;
  font-weight: 500;
}
.panel-pricing {
  padding: 7px 14px;
  margin-top: -7px;
  margin-right: 20px;
  border-radius: 4px;
  color: #767676;
}
.panel-pricing .price,
.panel-pricing .currency {
  color: #6BB323;
  font-weight: 400;
}
.panel-pricing .price {
  font-size: 16px;
}
.panel-default > .panel-heading {
  background-color: #f0f0f0;
  color: black;
}
.panel-toggle .panel-heading {
  padding-right: 55px;
  margin-bottom: 4px;
}
.panel-toggle.in .panel-heading {
  margin-bottom: 0;
}
.navbar.navbar-default {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-color: #000000;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  color: white;
  padding: 0 20px;
  margin-bottom: 4px;
  border: none;
  position: relative;
}
.navbar.navbar-default a {
  color: #dcdcdc;
}
.navbar.navbar-default a:hover {
  color: #6e6e6e;
}
.navbar.navbar-default .navbar-header .navbar-brand {
  display: block;
  height: auto;
  margin: 0;
  font-size: 24px;
  line-height: 32px;
  float: none;
  padding: 10px 0;
  color: #fafafa;
}
.navbar.navbar-default .navbar-header .navbar-brand .text-muted {
  display: block;
  color: #dcdcdc !important;
}
.navbar.navbar-default .navbar-nav {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 16px;
}
.navbar.navbar-default .navbar-nav > li {
  margin-left: 3px;
}
.navbar.navbar-default .navbar-nav > li > a,
.navbar.navbar-default .navbar-nav > li > button {
  /*.darkGradientGrayscale();*/
  background-color: #000000;
  border: solid 1px #3C3C3C;
  padding: 10px 20px;
  color: #dcdcdc;
  line-height: 20px;
}
.navbar.navbar-default .navbar-nav > li > a .glyphicon,
.navbar.navbar-default .navbar-nav > li > button .glyphicon,
.navbar.navbar-default .navbar-nav > li > a .fa,
.navbar.navbar-default .navbar-nav > li > button .fa {
  margin-right: 10px;
}
.navbar.navbar-default .navbar-nav > li > a:hover,
.navbar.navbar-default .navbar-nav > li > button:hover,
.navbar.navbar-default .navbar-nav > li > a:focus,
.navbar.navbar-default .navbar-nav > li > button:focus {
  color: #D2D2D2;
  border-color: #6e6e6e;
}
.navbar.navbar-default .navbar-nav > li > a .badge,
.navbar.navbar-default .navbar-nav > li > button .badge {
  background-color: rgba(255, 255, 255, 0.25);
  color: white;
  /*margin-left: 8px;*/
  /*line-height: inherit;*/
  /*margin: -5px 0 -5px 10px;*/
  margin: -5px -8px -5px 6px;
  /*border-radius: 5px;*/
  position: relative;
  top: -1px;
  /*.box-shadow(1px 1px 1px fade(black, 25%) inset);*/
  background-color: #d9534f;
  position: absolute;
  top: -8px;
  right: -8px;
  margin: 0;
  z-index: 200;
  line-height: 20px;
  width: 20px;
  border-radius: 20px;
  padding: 0;
  font-size: 10px;
  font-weight: normal;
  text-align: center;
}
.navbar.navbar-default .navbar-nav > li.active > a,
.navbar.navbar-default .navbar-nav > li.active > button {
  color: #000000;
  background-color: white;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  /*.lightGradient();*/
}
.navbar.navbar-default .navbar-nav > li:focus,
.navbar.navbar-default .navbar-nav > li:active,
.navbar.navbar-default .navbar-nav > li:hover {
  outline: none;
}
.navbar.navbar-default .navbar-nav > li > a:focus,
.navbar.navbar-default .navbar-nav > li > button:focus,
.navbar.navbar-default .navbar-nav > li > a:active,
.navbar.navbar-default .navbar-nav > li > button:active,
.navbar.navbar-default .navbar-nav > li > a:hover,
.navbar.navbar-default .navbar-nav > li > button:hover {
  outline: none;
}
.navbar.navbar-default .navbar-nav.navbar-right {
  margin-right: 0;
}
.app-header-wrapper {
  height: 48px;
}
.app-header {
  background-color: white;
  color: #767676;
  line-height: 40px;
  margin: 0;
  padding: 4px 10px;
}
.app-header .brand-logo {
  background-image: url(../images/logo.svg);
  -webkit-background-size: 200px 50px;
  -moz-background-size: 200px 50px;
  -o-background-size: 200px 50px;
  background-size: 200px 50px;
  background-repeat: no-repeat;
  width: 200px;
  height: 50px;
  text-indent: -9999px;
  top: 50%;
  right: 10px;
  margin-top: -40px;
}
.no-svg .app-header .brand-logo {
  background-image: url(../images/logo.png);
}
.app-header #menu-top > ul > li {
  position: relative;
}
.app-header #menu-top > ul > li > a {
  color: inherit;
}
.app-header #menu-top > ul > li > a:hover,
.app-header #menu-top > ul > li > a:active,
.app-header #menu-top > ul > li > a:focus {
  text-decoration: none;
}
.app-header #menu-top > ul > li > a .caret {
  margin-top: -3px;
  border-top: 4px solid #767676;
}
.app-header #menu-top > ul > li > a .fa:only-child,
.app-header #menu-top > ul > li > a .glyphicon:only-child {
  margin-right: 0;
}
.app-header #menu-top .quick-nav {
  display: none;
}
.app-header #menu-top .dropdown-menu {
  margin-left: -13px;
  margin-top: -3px;
}
.app-header #menu-top .open .dropdown-toggle,
.app-header #menu-top .dropdown-toggle:hover {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 8px 12px;
  margin: -9px -13px;
}
.app-header.affix {
  background-color: rgba(255, 255, 255, 0.96);
  position: fixed;
  z-index: 1010;
  top: 0;
  width: 1024px;
  margin-left: -20px;
  padding: 4px 30px;
}
.app-header.affix .brand-logo {
  right: 30px;
}
.app-header.affix #menu-top .quick-nav {
  display: inline-block;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .app-header .brand-logo {
    background-image: url(../images/logo-2x.png);
  }
}
fieldset label {
  font-size: 16px;
  font-weight: 500;
}
.list-group-input {
  border: 1px solid #c0c0c0;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 1px inset;
  box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 1px inset;
  background-color: white;
  margin-bottom: 0;
}
.list-group-input a.list-group-item,
.list-group-input div.list-group-item {
  color: #404040;
  background-color: transparent;
}
.list-group-input .list-group-item .btn {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -15px;
  z-index: 10;
}
.list-group-input .list-group-item ul.contact {
  padding: 0 0 0 20px;
  margin: 0;
}
.list-group-input .list-group-item ul.contact:before,
.list-group-input .list-group-item ul.contact:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.list-group-input .list-group-item ul.contact:after {
  clear: both;
}
.list-group-input .list-group-item ul.contact li {
  position: relative;
  display: block;
}
.list-group-input .list-group-item ul.contact li .glyphicon,
.list-group-input .list-group-item ul.contact li .fa {
  position: absolute;
  top: 3px;
  left: -20px;
}
.list-group-input .list-group-item ul.contact li .glyphicon.fa-phone,
.list-group-input .list-group-item ul.contact li .fa.fa-phone {
  left: -19px;
}
.list-group-input .list-group-item ul.contact li .glyphicon.fa-mobile,
.list-group-input .list-group-item ul.contact li .fa.fa-mobile {
  left: -17px;
}
.list-group-input .list-group-item ul.contact li .form-control {
  display: inline-block;
  background-color: transparent;
  line-height: 20px;
  font-size: 14px;
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto;
}
.list-group-input .list-group-item ul.contact li + li + li {
  width: 45%;
  float: left;
}
.list-group-input .list-group-item .name {
  font-weight: bold;
}
.list-group-input .list-group-item .name .form-control {
  font-weight: bold;
}
.list-group-input .list-group-item .name,
.list-group-input .list-group-item .email,
.list-group-input .list-group-item .phone {
  display: block;
}
.list-group-input .list-group-item[class*=btn-] {
  width: 100%;
}
.list-group-input .list-group-item > .fa-envelope,
.list-group-input .list-group-item > .glyphicon-envelope {
  margin-right: 6px;
}
.list-group-input .list-group-item-placeholder {
  font-size: 16px;
  font-style: italic;
  color: #999999 !important;
  padding: 5px 11px;
}
.list-group-input.disabled {
  background-color: #ebebeb;
  background-color: rgba(118, 118, 118, 0.05);
  cursor: not-allowed;
}
.list-group-input.disabled .list-group-item ul li + li + li {
  width: 50%;
  float: left;
}
.list-group-scrollable {
  max-height: 300px;
  overflow: hidden;
  overflow-y: auto;
  margin-bottom: 20px;
  border: 1px solid #c0c0c0;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 1px inset;
  box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 1px inset;
  background-color: white;
}
.list-group-scrollable .list-group {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}
.table-matrix > thead > tr,
.table-matrix > tbody > tr {
  height: 68px;
}
.table-matrix > thead > tr > th,
.table-matrix > tbody > tr > th {
  font-size: 13px;
  padding: 7px 5px 7px 10px;
}
.table-matrix > thead > tr.heading,
.table-matrix > tbody > tr.heading {
  height: auto;
}
.table-matrix > thead > tr.heading > th,
.table-matrix > tbody > tr.heading > th {
  font-size: 14px;
  padding: 10px;
}
.table-matrix > thead > tr > td,
.table-matrix > tbody > tr > td {
  padding: 0 10px;
  line-height: 18px;
  font-weight: 300;
}
.table-matrix > thead > tr > td .inner .fa,
.table-matrix > tbody > tr > td .inner .fa {
  font-size: 20px;
  line-height: 1em;
}
.table-matrix > thead > tr > td.active,
.table-matrix > tbody > tr > td.active {
  background: #6BB323;
  color: white;
  border: solid 1px #2d2d2d;
}
.configuration-item {
  background-color: #F0F0F0;
}
.configuration-item .form-control:not(select),
.configuration-item .form-select {
  margin-top: -2px;
}
.configuration-item .form-control[type=text],
.configuration-item .form-control[type=number] {
  max-width: 100px;
  text-align: right;
  float: left;
  margin-right: 6px;
}
.configuration-item .pseudo-radio,
.configuration-item .pseudo-checkbox {
  margin-top: 1px !important;
}
.configuration-item .configuration-item-pricing .currency {
  font-size: 14px;
}
.configuration-item .configuration-item-pricing .fa,
.configuration-item .configuration-item-pricing .glyphicon {
  font-size: 20px;
}
.configuration-item .configuration-item-pricing .fa.pull-left.fa-clock-o,
.configuration-item .configuration-item-pricing .glyphicon.pull-left.fa-clock-o {
  margin-left: 1px;
}
.configuration-item .configuration-item-body {
  padding: 10px 15px 10px 45px;
  padding-left: 20px !important;
}
.configuration-item .configuration-item-body table {
  width: 100%;
}
.configuration-item .configuration-item-body table tr > td:first-child {
  width: 35%;
}
.configuration-item .configuration-item-body table tr > td:first-child label {
  padding-right: 20px;
}
.configuration-item .configuration-item-body table tr > td:last-child {
  width: 65%;
}
.configuration-item .configuration-item-body.left-padding {
  padding-left: 45px !important;
}
.configuration-item .configuration-item-body .configuration-item-heading {
  line-height: 24px;
}
.configuration-item .configuration-item-body .configuration-item-heading.checkbox-inline,
.configuration-item .configuration-item-body .configuration-item-heading.button-inline {
  margin-left: -36px;
  padding-left: 36px;
}
.configuration-item .configuration-item-body .configuration-item-heading.checkbox-inline .pseudo-checkbox,
.configuration-item .configuration-item-body .configuration-item-heading.button-inline .pseudo-checkbox {
  margin-left: -36px;
  margin-top: 2px;
}
.configuration-item .configuration-item-body .alert {
  padding: 10px 15px;
  margin: 14px 0 0 -30px;
}
.configuration-item .configuration-item-body .alert .btn.pull-right {
  margin-left: 10px;
}
.configuration-item .configuration-item-body .alert .btn.pull-right.btn-sm {
  margin-top: 5px;
}
.configuration-item.configuration-item-disabled .configuration-item-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(240, 240, 240, 0.6);
  z-index: 10;
}
.configuration-item.configuration-item-disabled .configuration-item-cover .fa,
.configuration-item.configuration-item-disabled .configuration-item-cover .glyphicon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -32px;
  z-index: 20;
  opacity: 1;
  font-size: 100px;
}
.configuration-item .icon-toggle {
  padding: 4px;
}
.configuration-item .angled-arrow-down-right {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/angled-arrow-down-right.png);
  float: left;
  margin: 0 8px 0 2px;
}
.configuration-item .angled-arrow-down-right.level-2 {
  margin-left: 16px;
}
.configuration-item .angled-arrow-down-right.level-3 {
  margin-left: 24px;
}
.configuration-item .angled-arrow-down-right.level-4 {
  margin-left: 32px;
}
.configuration-item .angled-arrow-down-right.level-5 {
  margin-left: 40px;
}
.configuration-item .angled-arrow-down-right.level-6 {
  margin-left: 48px;
}
.configuration-item .angled-arrow-down-right.level-7 {
  margin-left: 56px;
}
.configuration-item .angled-arrow-down-right.level-8 {
  margin-left: 64px;
}
.configuration-item .form-slider-group {
  margin-top: -6px;
  min-width: 290px;
  width: 100%;
}
.configuration-item .form-slider-group .ui-slider {
  height: 8px;
}
.configuration-item .form-slider-group .ui-slider .ui-slider-range {
  height: 8px;
}
.configuration-item .form-slider-group .ui-slider .ui-slider-handle {
  width: 23px;
  height: 23px;
  top: -10px;
}
.configuration-item .form-slider-group .horizontal .ui-slider-label-ticks {
  height: 12px;
}
.configuration-item .form-slider-group .horizontal .ui-slider-label-ticks span {
  top: 6px;
  font-size: 0.85em;
}
.configuration-item .form-slider-group .form-slider {
  width: 75%;
}
.configuration-item .form-slider-group .form-slider-label {
  width: 25%;
  font-size: 20px;
  line-height: 50px;
}
.configuration-item .form-slider-group .form-slider-label .form-slider-label-unit {
  font-size: 16px;
}
.pane .pane-heading {
  border: 1px solid #2e2e2e;
  /*.darkGradientGrayscale();*/
  background-color: #000000;
  text-decoration: none;
}
.pane .pane-heading h2,
.pane .pane-heading .glyphicon,
.pane .pane-heading .fa {
  color: #dcdcdc;
}
.pane .pane-heading .numbering {
  color: white;
}
.pane .pane-heading .glyphicon,
.pane .pane-heading .fa {
  line-height: 32px;
}
.pane .pane-header {
  background-color: #F0F0F0;
}
.pane .pane-header h1,
.pane .pane-header h2,
.pane .pane-header h3,
.pane .pane-header h4,
.pane .pane-header h5,
.pane .pane-header h6,
.pane .pane-header p,
.pane .pane-header label {
  line-height: 24px;
  padding: 11px 16px;
}
.pane .pane-header h1,
.pane .pane-header h2,
.pane .pane-header h3,
.pane .pane-header h4,
.pane .pane-header h5,
.pane .pane-header h6 {
  font-size: 16px;
  font-weight: 500;
}
.pane .pane-header.pane-cell {
  padding: 10px 14px;
}
.pane .pane-header.pane-cell h1,
.pane .pane-header.pane-cell h2,
.pane .pane-header.pane-cell h3,
.pane .pane-header.pane-cell h4,
.pane .pane-header.pane-cell h5,
.pane .pane-header.pane-cell h6,
.pane .pane-header.pane-cell p,
.pane .pane-header.pane-cell label {
  padding: 0;
}
.pane .pane-header.pane-cell .btn-group {
  margin: -5px 0;
}
.pane .pane-header.pane-cell .btn.pull-right {
  margin-top: -5px;
  margin-bottom: -5px;
}
.pane .pane-section-heading {
  margin: 0;
  padding: 14px 20px;
  font-size: 20px;
  font-weight: normal;
  border: none;
}
.pane .pane-section {
  background-color: #F0F0F0;
}
.pane .pane-section label {
  color: #6d6d6d;
}
.pane .pane-section h4,
.pane .pane-section legend {
  font-size: 20px;
  line-height: 30px;
  margin: 10px 0 20px 0;
  padding: 0;
}
.pane .pane-section h4 .glyphicon,
.pane .pane-section legend .glyphicon,
.pane .pane-section h4 .fa,
.pane .pane-section legend .fa {
  margin: 0 10px;
}
.pane .pane-section legend {
  margin: 0 0 16px 0;
  padding-top: 41px;
}
.pane .pane-section .nav-stacked {
  margin: -16px -17px;
}
.pane .pane-section .nav-stacked li a {
  position: relative;
  padding: 8px 15px 8px 30px;
}
.pane .pane-section .nav-stacked li a .glyphicon,
.pane .pane-section .nav-stacked li a .fa {
  position: absolute;
  left: 9px;
  top: 50%;
  margin-top: -7px;
}
.pane .pane-section .nav-stacked li a .text {
  line-height: 22px;
}
.pane .pane-section .nav-stacked li a .text + .text {
  border-style: dotted;
  border-color: #fafafa;
  border-width: 0;
  border-top-width: 1px;
}
.pane .pane-section .nav-stacked li a .price {
  font-size: 18px;
  font-weight: bold;
}
.pane .pane-section .nav-stacked li a .price .currency {
  font-size: 14px;
}
.pane .pane-section .nav-stacked li.active {
  margin-left: -3px;
}
.pane .pane-section .nav-stacked li.active a {
  padding: 8px 15px 8px 33px;
}
.pane .pane-section .nav-stacked li.active a .glyphicon,
.pane .pane-section .nav-stacked li.active a .fa {
  left: 12px;
}
.pane .pane-section .nav-stacked li.active .text + .text,
.pane .pane-section .nav-stacked li:hover .text + .text {
  border-color: white;
}
.pane .pane-section.col-2 .nav-stacked.affix {
  width: 240px;
}
.pane .pane-section .form-group {
  position: relative;
}
.pane .pane-section .form-group > label {
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding-right: 30px;
}
.pane .pane-section .form-group > label.checkbox-inline,
.pane .pane-section .form-group > label.radio-inline {
  display: inline-block;
  font-weight: normal;
}
.pane .pane-section .form-group > label + .btn-wide {
  margin-top: 0;
}
.pane .pane-section .form-group > label .icon-info {
  /*border: none;*/
  font-size: 12px;
  /*border-radius: 18px;*/
  width: 24px;
  height: 20px;
  line-height: 20px;
  /*background-color: #6d6d6d;
					color: white;*/
  text-align: center;
  text-decoration: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
  /*float: right;
					margin-right: -30px;*/
  position: absolute;
  top: 0;
  right: 0;
}
.pane .pane-section .form-group > label .icon-info:focus,
.pane .pane-section .form-group > label .icon-info:active,
.pane .pane-section .form-group > label .icon-info:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.pane .pane-section .form-group > label .icon-info .fa {
  line-height: 20px;
}
.pane .pane-section .form-group .btn-wide {
  margin-left: 0 !important;
}
.pane .pane-section .form-group.footer {
  margin-top: 25px;
}
.pane .pane-section fieldset {
  min-width: 1px;
}
.pane .pane-body > fieldset,
.pane .pane-body > div.ng-scope > fieldset {
  margin-bottom: 4px;
  min-width: 1px;
}
.pane .pane-section-scroll {
  background-color: #F0F0F0;
  padding: 0;
}
.pane .pane-section-scroll .pane-section {
  max-height: 330px;
  overflow: hidden;
  overflow-y: auto;
}
.pane .pane-footer {
  padding: 20px;
}
.pane .pane-footer:before,
.pane .pane-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pane .pane-footer:after {
  clear: both;
}
.pane.disabled .pane-heading {
  cursor: default;
}
.pane.disabled .pane-heading h2,
.pane.disabled .pane-heading .numbering {
  color: #CCC;
}
.pane.disabled .pane-heading .glyphicon.pull-right,
.pane.disabled .pane-heading .fa.pull-right {
  display: none;
}
.icon {
  font-size: 18px;
}
.icon.icon-remove {
  color: #000000;
}
.icon:focus,
.icon:active,
.icon:hover {
  outline: 0;
}
.icon-sm {
  width: 16px;
  height: 16px;
}
.table-quote thead > tr > th {
  font-size: 14px;
  font-weight: bold;
  font-weight: 500;
}
.table-quote thead > tr > th.price {
  text-align: right;
}
.table-quote thead > tr > th .btn {
  line-height: 18px;
  margin-top: -6px;
  margin-bottom: -6px;
}
.table-quote thead > tr > th .btn.pull-right {
  margin-right: -13px;
}
.table-quote thead > tr > th .btn-sm {
  margin-top: -4px;
  margin-bottom: -4px;
}
.table-quote thead > tr > th .btn-sm.pull-right {
  margin-right: -11px;
}
.table-quote thead > tr.heading > th {
  font-size: 18px;
  font-weight: bold;
  font-weight: 500;
}
.table-quote thead > tr.heading > th .checkbox {
  font-size: 14px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 24px;
}
.table-quote tbody > tr > td .btn.fa,
.table-quote tfoot > tr > td .btn.fa,
.table-quote tbody > tr > td .btn.glyphicon,
.table-quote tfoot > tr > td .btn.glyphicon {
  margin: -2px 6px 0 -4px;
  position: relative;
  /*float: right !important;*/
}
.table-quote tbody > tr > td > .checkbox,
.table-quote tfoot > tr > td > .checkbox {
  margin: 0 0 0 -6px;
  font-weight: inherit;
}
.table-quote tbody > tr > td > .checkbox > .pseudo-checkbox,
.table-quote tfoot > tr > td > .checkbox > .pseudo-checkbox {
  margin-top: 0;
}
.table-quote tbody > tr > td.price,
.table-quote tfoot > tr > td.price {
  font-weight: bold;
}
.table-quote tbody > tr > td.price .fa.pull-left,
.table-quote tfoot > tr > td.price .fa.pull-left,
.table-quote tbody > tr > td.price .glyphicon.pull-left,
.table-quote tfoot > tr > td.price .glyphicon.pull-left {
  line-height: 20px;
}
.table-quote tfoot > tr {
  background-color: rgba(250, 250, 250, 0.1);
  font-size: 16px;
}
.table-quote tfoot > tr > td {
  line-height: 30px;
}
.table-quote tfoot > tr > td.btn-td {
  padding: 0;
}
.table-quote tfoot > tr > td.btn-td .btn {
  width: 100%;
  border: none;
  border-radius: 0;
  padding-top: 11px;
  padding-bottom: 11px;
}
.table-quote tfoot > tr > td.form-inline > .form-group {
  width: 50%;
  display: block;
  float: left;
  padding-right: 8px;
}
.table-quote tfoot > tr > td.form-inline > .form-group > label {
  float: left;
  line-height: 26px;
  margin-bottom: 0;
}
.table-quote tfoot > tr > td.form-inline > .form-group > .form-select {
  float: right;
  max-width: 140px;
}
.table-quote tfoot > tr > td.form-inline > .form-group:last-child {
  padding-right: 0;
  padding-left: 8px;
}
.table-quote.table-quote-disabled {
  opacity: 0.6;
}
.table-quote .table-quote-line-disabled {
  opacity: 0.6;
}
.quote-documents .send-quote-attachments {
  height: 165px;
  overflow: hidden;
  overflow-y: auto;
}
.table-parts tbody > tr.part > td {
  height: 57px;
}
#home {
  color: #333333;
}
#home h1,
#home h2,
#home h3,
#home h4,
#home h5,
#home h6 {
  color: #000000;
  line-height: 33px;
}
#home .pane-row:first-child {
  padding-top: 46px;
  min-height: 360px;
}
#home .pane-row:first-child .pane-cell:nth-child(2) {
  border-left: solid 1px #e3e3e3;
}
#home .pane-row + .pane-row:last-child .col-4 {
  padding: 20px 30px;
}
#home .pane-row + .pane-row:last-child .col-4 p {
  font-weight: bold;
  line-height: 24px;
}
#home .pane-row + .pane-row:last-child .col-4 p .label {
  margin-left: -0.8em;
}
#home .pane-row + .pane-row:last-child .col-4 .form-select {
  width: 330px;
  margin-right: 20px;
}
#home .pane-row + .pane-row:last-child .col-4 .btn {
  height: 34px;
}
#home .pane-body {
  background-image: url(../images/hero.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
}
#home .jumbotron {
  padding: 0 46px;
}
#home .jumbotron,
#home .jumbotron p {
  background-color: transparent;
  font-size: 16px;
  line-height: 24px;
  font-weight: 200;
}
#home .jumbotron a {
  color: #000000;
}
#home .document-list {
  padding: 0 30px;
  font-weight: 200;
}
#home .document-list h1,
#home .document-list h2,
#home .document-list h3,
#home .document-list h4,
#home .document-list h5,
#home .document-list h6 {
  color: #5c5c5c;
  font-weight: inherit;
}
#home .document-list .list-group > .list-group-item {
  position: relative;
  padding: 4px 0 0 30px;
  margin: 0 0 10px 0;
  border: none;
  background-color: transparent;
}
#home .document-list .list-group > .list-group-item:focus,
#home .document-list .list-group > .list-group-item:hover {
  background-color: transparent;
}
#home .document-list .list-group > .list-group-item > .glyphicon,
#home .document-list .list-group > .list-group-item > .fa {
  position: absolute;
  top: 0;
  left: 0;
}
#home .document-list .list-group > .list-group-item > .list-group-item-heading {
  line-height: inherit;
}
#home .document-list .list-group > .list-group-item > .glyphicon,
#home .document-list .list-group > .list-group-item > .fa,
#home .document-list .list-group > .list-group-item > .list-group-item-heading {
  font-size: 20px;
  color: #000000;
  margin-bottom: 6px;
}
#home .document-list .list-group > .list-group-item > .list-group-item-text {
  font-size: 16px;
}
#home .document-list .list-group > .list-group-item > .glyphicon,
#home .document-list .list-group > .list-group-item > .fa,
#home .document-list .list-group > .list-group-item > .list-group-item-heading,
#home .document-list .list-group > .list-group-item > .list-group-item-text {
  line-height: 22px;
  font-weight: inherit;
}
#home .document-list .list-group > .list-group-item > .fa {
  line-height: 26px;
}
.abb-drivecare #home .pane-body {
  background-image: url(../images/hero-drivecare.jpg);
}
.abb-drivecare .include-in-quote {
  display: none;
}
.abb-powercare #home .pane-body {
  background-image: url(../images/hero-powercare.jpg);
}
#settings .pane-section.col-6 {
  background-color: white;
}
#settings .pane-content {
  min-height: 300px;
}
#settings .pane-content h5,
#settings .pane-content h6 {
  font-weight: bold;
}
#settings .pane-content h5 + .table,
#settings .pane-content h6 + .table {
  margin-top: 30px;
}
#settings a.list-group-item.active,
#settings a.list-group-item.active:hover,
#settings a.list-group-item.active:focus {
  background: #fafafa;
}
#settings a.list-group-item.active .list-group-item-text,
#settings a.list-group-item.active:hover .list-group-item-text,
#settings a.list-group-item.active:focus .list-group-item-text {
  color: #fafafa;
}
#settings .list-group-item {
  padding: 10px 15px;
  padding-right: 35px;
  border-radius: 0;
  cursor: pointer;
}
#settings .list-group-item .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 10px;
}
#settings .list-group-item-heading {
  font-size: 14px;
  line-height: 18px;
}
#settings .list-group-item-text {
  font-size: 12px;
  line-height: 16px;
  color: #868686;
}
#groups .pane-body > .pane-row:first-child .pane-cell .form-group {
  width: 100%;
  float: left;
}
#groups .pane-body > .pane-row:first-child .pane-cell .form-group label {
  width: 280px;
}
#groups .pane-body > .pane-row:first-child .pane-cell .form-group .form-control {
  width: 280px;
  float: left;
}
#groups .pane-body > .pane-row:first-child .pane-cell .form-group .pull-right {
  margin-left: 4px;
}
#groups .pane-body > .pane-row:first-child .pane-cell .form-group #groups-create-btn {
  max-width: 160px;
  float: left;
  margin-left: 20px;
}
#groups .pane-body > .pane-row:first-child .pane-cell .form-group #groups-options-btn {
  float: right;
  margin-right: 16px;
}
#groups .pane-body > .pane-row:first-child .pane-cell .form-group #groups-options-btn > .dropdown-menu {
  right: auto;
  left: 0;
}
#groups .pane-body .pane-row.pane-section {
  padding: 12px;
}
#groups .product-selector .pane-row > .col-6 {
  width: 686px;
}
#groups .product-selector .pane-row > .col-2 {
  width: 294px;
}
#preview-modal .modal-dialog {
  width: 98%;
}
#stand-alone-services .pane-section {
  padding: 12px 20px;
}
#stand-alone-services .configuration-item-pricing .btn {
  text-align: right;
  padding: 4px 8px 4px 32px;
  margin-bottom: -4px;
}
#stand-alone-services .configuration-item-pricing .btn .glyphicon {
  position: absolute;
  top: 50%;
  left: 20px;
  /*margin-top: -2px;*/
  font-size: 14px;
}
/*// 
// Custom panels
// --------------------------------------------------

.custom-panels {
	.panel {
		.panel-heading {
			.panel-title {
				color: #333;

				.text-muted {
					font-size: 14px;
				}

				.checkbox {
					font-weight: normal;
					font-size: 14px;
					margin: 0;
				}
			}
		}

		.panel-body {
			padding: 3px;
			background-color: #f0f0f0;

			.table-quote {
				margin: -8px 0;

				tbody {
					background-color: #ffffff;
				}
			}
		}
	}
}*/
#quote .pane-row .pane-cell {
  /*.panel:last-child {
				margin-bottom: 0;
			}*/
}
#quote .pane-row .pane-cell.col-6 .nav {
  float: left;
  padding: 0;
  margin: -5px -8px;
}
#quote .pane-row .pane-cell.col-6 .nav .btn {
  margin-right: 3px;
  float: left;
}
#quote .pane-row .pane-cell.col-6 .pane-section {
  padding: 12px 20px;
}
#quote .pane-row .pane-cell.col-2 > .inner {
  /*padding-bottom: 45px;
					position: relative;*/
}
#quote .pane-row .pane-cell.col-2 > .inner > .btn {
  width: 100%;
  margin-bottom: 4px;
}
#quote .pane-row .pane-cell.col-2 > .inner > .btn .fa {
  margin-top: 2px;
}
#quote .pane-row .pane-cell.col-2 .panel-default .panel-heading {
  color: #404040;
}
#quote ul.email-status {
  list-style: none;
  padding-left: 0;
}
#quote ul.email-status > li {
  padding-left: 20px;
  position: relative;
}
#quote ul.email-status > li .glyphicon:first-child,
#quote ul.email-status > li .fa:first-child {
  position: absolute;
  top: 3px;
  left: 0;
}
#quote ul.email-status > li p {
  margin: 0;
}
#quote .quote-log-panel table tbody p {
  margin: 0;
}
.outside .content-container {
  margin-bottom: 4px;
}
.outside .content {
  padding: 10px 30px;
  min-height: 464px;
}
.outside .content-box {
  width: 400px;
}
.outside .bordered {
  border: 1px solid #d2d2d2;
}
.outside .login-content {
  background: url(/content/images/login-hero.jpg) no-repeat;
  background-size: 100%;
}
.outside .login-container {
  width: 400px;
  padding: 30px;
  background: #fff;
  margin: 30px 30px 0 0;
}
.outside .login-container h3 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.25);
  margin: 0 0 10px;
}
.outside .login-container h3 .text {
  display: block;
  font-size: 20px;
  line-height: 26px;
  padding-bottom: 6px;
}
.outside .login-container h3 .text em {
  display: block;
  font-size: 20px;
  font-style: normal;
  line-height: 26px;
}
.outside .navbar.navbar-default {
  padding: 20px 20px 40px 20px;
}
.outside .navbar.navbar-default .navbar-header .navbar-brand,
.outside .navbar.navbar-default .navbar-header .navbar-brand .text-muted {
  font-size: 32px;
  line-height: 34px;
}
.outside label {
  font-weight: normal;
}
.ui-slider {
  height: 10px;
  background-color: #e9e9e9;
  background-color: rgba(118, 118, 118, 0.1);
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 1px inset;
  box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 1px inset;
  border: solid 1px #c0c0c0;
  border: solid 1px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  margin: 13px 0px;
}
.ui-slider .ui-slider-range {
  height: 10px;
  background-color: #6BB323;
  -webkit-box-shadow: rgba(255, 255, 255, 0.15) 1px 1px 1px inset;
  box-shadow: rgba(255, 255, 255, 0.15) 1px 1px 1px inset;
  border: solid 1px #508C14;
  border-radius: 2px;
  top: -1px;
  left: -1px;
}
.ui-slider .ui-slider-handle {
  width: 23px;
  height: 27px;
  top: -9px;
  margin-left: -11px;
  border: solid 1px #939393;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 2px;
  box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 2px;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fafafa), to(#dcdcdc));
  background-image: -webkit-linear-gradient(top, #fafafa 0%, #dcdcdc 100%);
  background-image: -moz-linear-gradient(top, #fafafa 0%, #dcdcdc 100%);
  background-image: linear-gradient(to bottom, #fafafa 0%, #dcdcdc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#ffdcdcdc', GradientType=0);
  /* Styling for second triangle (border) */
}
.ui-slider .ui-slider-handle:focus {
  border-color: #66AFE9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.ui-slider .ui-slider-handle:after,
.ui-slider .ui-slider-handle:before {
  content: '';
  position: absolute;
  border-top: 5px solid #dcdcdc;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  bottom: -4px;
  left: 50%;
  margin-left: -4px;
}
.ui-slider .ui-slider-handle:before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid;
  border-top-color: inherit;
  /* Can't be included in the shorthand to work */
  bottom: -6px;
  margin-left: -5px;
}
.ui-slider[disabled] .ui-slider-range {
  opacity: 0.2;
}
.ui-slider[disabled] .ui-slider-handle {
  background-image: none;
  background-color: #dcdcdc;
}
.ui-slider-wrapper {
  width: auto !important;
}
.ui-slider-wrapper.horizontal {
  height: auto;
}
.ui-slider-labels {
  font-size: 14px;
  font-weight: bold;
}
.horizontal .ui-slider {
  margin-bottom: 30px;
}
.horizontal .ui-slider-labels {
  top: 8px;
}
.horizontal .ui-slider-label-ticks {
  border-left: solid 1px rgba(0, 0, 0, 0.15);
  height: 16px;
  width: 60px;
}
.horizontal .ui-slider-label-ticks span {
  top: 14px;
  font-weight: bold;
  margin-left: -60px;
}
.form-slider {
  width: 100%;
  padding: 0 14px 0 10px;
}
.form-slider-group:before,
.form-slider-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-slider-group:after {
  clear: both;
}
.form-slider-group .form-slider {
  float: left;
  width: 75%;
}
.form-slider-group .form-slider.input-wide {
  float: none;
}
.form-slider-group .form-slider-label {
  float: left;
  width: 25%;
  font-size: 24px;
  font-weight: 400;
  text-align: right;
  line-height: 53px;
  white-space: nowrap;
}
.form-slider-group .form-slider-label .form-slider-label-unit {
  font-size: 18px;
}
.ui-toggle > .ui-toggle-label,
.ui-toggle > .ui-toggle-switch {
  vertical-align: middle;
  white-space: nowrap;
  text-transform: none;
}
.ui-toggle .ui-toggle-switch {
  background-color: rgba(118, 118, 118, 0.2);
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 1px inset;
  box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 1px inset;
  border: solid 1px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  width: 100px;
  min-width: 100px;
  height: 30px;
  position: relative;
  padding: 2px;
  cursor: pointer;
}
.ui-toggle .ui-toggle-switch .ui-toggle-handle {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fafafa), to(#dcdcdc));
  background-image: -webkit-linear-gradient(top, #fafafa 0%, #dcdcdc 100%);
  background-image: -moz-linear-gradient(top, #fafafa 0%, #dcdcdc 100%);
  background-image: linear-gradient(to bottom, #fafafa 0%, #dcdcdc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#ffdcdcdc', GradientType=0);
  border: solid 1px #939393;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 2px;
  box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 2px;
  border-radius: 12px;
  display: block;
  width: 60%;
  height: 24px;
  position: relative;
  top: 0;
  margin: 0;
  cursor: pointer;
}
.ui-toggle .ui-toggle-label {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  color: #404040;
}
.ui-toggle .ui-toggle-label:last-child {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.ui-toggle.ui-toggle-highlight .ui-toggle-switch-highlight {
  background: #6BB323;
  -webkit-box-shadow: rgba(255, 255, 255, 0.15) 1px 1px 1px inset;
  box-shadow: rgba(255, 255, 255, 0.15) 1px 1px 1px inset;
  border: solid 1px #508C14;
  border-radius: 15px;
  width: auto;
  height: auto;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: 100px;
}
.ui-toggle.ui-toggle-on .ui-toggle-switch .ui-toggle-handle {
  left: 40%;
}
.ui-toggle.ui-toggle-on .ui-toggle-switch .ui-toggle-switch-highlight {
  width: auto;
  right: -1px;
}
.ui-toggle.ui-toggle-on .ui-toggle-label {
  opacity: 1;
  filter: alpha(opacity=100);
}
.ui-toggle.ui-toggle-on .ui-toggle-label:first-child {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.ui-toggle.ui-toggle-disabled .ui-toggle-switch {
  cursor: auto;
}
.ui-toggle.ui-toggle-disabled .ui-toggle-switch .ui-toggle-handle {
  background-image: none;
  background-color: #dcdcdc;
  cursor: auto;
}
.custom-select > span {
  border: 1px solid #c0c0c0;
  border-radius: 1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 1px inset;
  box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 1px inset;
  font-size: 16px;
  color: #404040;
  background-color: #FFFFFF;
  resize: none;
  position: relative;
}
.custom-select > span:focus {
  border-color: #66AFE9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.custom-select > span:-moz-placeholder {
  font-style: italic;
  color: #999999;
}
.custom-select > span:-ms-input-placeholder {
  font-style: italic;
  color: #999999;
}
.custom-select > span::-webkit-input-placeholder {
  font-style: italic;
  color: #999999;
}
.custom-select > span[disabled],
.custom-select > span[readonly],
fieldset[disabled] .custom-select > span {
  opacity: 1;
  background-color: #ebebeb;
  /*background-color: fade(@input-bg-disabled, 5%);*/
}
.form-select {
  position: relative;
  display: block;
  margin: 0;
  text-align: left;
}
.form-select.form-control {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  background-color: transparent;
  padding: 0;
}
.form-select.input-wide {
  display: block;
}
.form-select > div {
  overflow: hidden;
}
.form-select select.replaced {
  position: relative;
  z-index: 10;
  border: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 110%;
  margin-right: 50px;
}
.form-select .custom-select {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
}
.form-select .custom-select > span {
  display: block;
  padding: 6px 46px 6px 12px;
  height: 34px;
  background: white;
}
.form-select .custom-select span span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.form-select .custom-select .caret {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 36px;
  height: 34px;
  border: none;
  margin: 0;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  color: #c0c0c0;
}
.form-select .custom-select .caret:before {
  content: "\e114";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 36px;
  text-align: center;
}
.form-select .custom-select .placeholder-text {
  font-style: italic;
  color: #999999;
}
.form-select.disabled .custom-select > span {
  background-color: #ebebeb;
  /*background-color: fade(@input-bg-disabled, 5%);*/
  /*color: @input-color-placeholder;*/
}
.form-select.form-select-focus .custom-select > span {
  border-color: #66AFE9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-select.input-sm {
  width: inherit;
  height: inherit;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.form-select.input-sm .form-control {
  width: 100%;
  height: 26px;
  line-height: 26px;
}
.form-select.input-sm .custom-select > span {
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  padding: 0 37px 0 12px;
}
.form-select.input-sm .custom-select .caret {
  width: 26px;
  height: 26px;
}
.form-select.input-sm .custom-select .caret:before {
  width: 26px;
  height: 26px;
  line-height: 28px;
  font-size: 12px;
  top: -1px;
}
.has-error .help-block,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control,
.has-error .custom-select > span {
  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 .form-control:focus,
.has-error .custom-select > span: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;
}
.has-error .custom-select > span > .caret {
  border-color: #a94442;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .input-group .input-group-btn > .btn {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .control-label {
  color: #a94442 !important;
}
.has-error .form-control-feedback {
  color: #a94442;
}
#nprogress {
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -512px;
  width: 1024px;
  height: 30px;
  overflow: hidden;
  z-index: 1020;
}
#nprogress .bar {
  background-color: white;
  height: 3px;
  position: absolute;
}
#nprogress .peg {
  -webkit-box-shadow: 0 0 10px #000000, 0 0 5px #000000;
  box-shadow: 0 0 10px #000000, 0 0 5px #000000;
}
#nprogress .spinner {
  display: none;
  position: absolute;
  right: 20px;
}
#nprogress .spinner-icon {
  border-top-color: #000000;
  border-left-color: #000000;
}
.app-loading #nprogress {
  top: 50%;
  margin-top: 100px;
  width: 512px;
  margin-left: -256px;
}
.app-loading #nprogress .bar {
  height: 2px;
}
.text-top {
  vertical-align: top !important;
}
.text-middle {
  vertical-align: middle !important;
}
.text-bottom {
  vertical-align: bottom !important;
}
.btn-group-justified > .btn:not(:last-child) {
  border-right-width: 0;
}
.dropdown-menu {
  min-width: 100%;
}
.pull-right > .dropdown-menu-left {
  right: auto;
  left: 0;
  min-width: 100%;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-justify {
  text-align: justify !important;
}
.text-muted {
  color: #999 !important;
}
.text-muted a {
  color: #428bca;
}
.text-primary {
  color: #428bca !important;
}
a.text-primary:hover {
  color: #3071a9 !important;
}
.text-success {
  color: #3c763d !important;
}
a.text-success:hover {
  color: #2b542c !important;
}
.text-info {
  color: #31708f !important;
}
a.text-info:hover {
  color: #245269 !important;
}
.text-warning {
  color: #8a6d3b !important;
}
a.text-warning:hover {
  color: #66512c !important;
}
.text-danger {
  color: #a94442 !important;
}
a.text-danger:hover {
  color: #843534 !important;
}
.bg-primary {
  color: #fff !important;
  background-color: #428bca !important;
}
a.bg-primary:hover {
  background-color: #3071a9 !important;
}
.bg-success {
  background-color: #dff0d8 !important;
}
a.bg-success:hover {
  background-color: #c1e2b3 !important;
}
.bg-info {
  background-color: #d9edf7 !important;
}
a.bg-info:hover {
  background-color: #afd9ee !important;
}
.bg-warning {
  background-color: #fcf8e3 !important;
}
a.bg-warning:hover {
  background-color: #f7ecb5 !important;
}
.bg-danger {
  background-color: #f2dede !important;
}
a.bg-danger:hover {
  background-color: #e4b9b9 !important;
}
.input-group {
  width: 100%;
}
.ui-state-highlight {
  background: #ddd;
  height: 34px;
}
.quote-contacts .selected {
  font-size: 21px;
}
.quote-contacts .select {
  display: none;
  font-size: 21px;
}
.quote-contacts .fa-user {
  margin-right: 6px;
}
.quote-contacts .list-group-item:hover {
  cursor: pointer;
}
.quote-contacts .list-group-item:hover .select {
  display: block;
}
.input-sm,
select.input-sm {
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  height: 26px;
  font-size: 14px;
}
.checklist-group {
  font-size: 15px;
}
.checklist-group span.fa {
  font-size: 19px;
  position: relative;
  top: 2px;
  left: -5px;
}
table.table-vertical-middle tbody > tr > td {
  vertical-align: middle;
}
#customers .form-control-static {
  font-size: 16px;
  padding-top: 4px;
}
#product-filter .filter,
.product-attributes .filter {
  margin-bottom: 10px;
}
#product-filter .filter > div,
.product-attributes .filter > div {
  display: inline-block;
  width: 300px;
}
.configuration-item-body td {
  padding: 8px 0;
}
.notifications {
  padding: 0;
  background-color: white !important;
  line-height: 1.2;
  margin-bottom: 10px;
}
.notifications-header,
.notifications-footer {
  padding: 10px;
  font-size: 80%;
}
.notifications-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.notifications-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.notifications-scroll {
  max-height: 365px;
  display: block;
  overflow: auto;
}
.notifications-body {
  padding: 0;
  margin: 0;
  list-style: none;
}
.notifications-body > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
}
.notifications-body > li:last-child {
  border-bottom: none;
}
.notifications-body > li > a:hover {
  background-color: #F0F0F0;
}
.notifications-body .notification {
  padding: 10px;
  display: block;
  color: #404040;
  text-decoration: none;
}
.notification-item-header {
  cursor: pointer;
}
.notification-info {
  border-left: solid 5px #5bc0de;
}
.notification-danger {
  border-left: solid 5px #d9534f;
}
.notification-warning {
  border-left: solid 5px #f0ad4e;
}
.notification-success {
  border-left: solid 5px #5cb85c;
}
.notification-info:hover,
.notification-danger:hover,
.notification-warning:hover,
.notification.bg-success:hover {
  background-color: #F0F0F0;
}
.notification-item-body p:last-child {
  margin-bottom: 0;
}
.notifications-dropdown {
  padding: 0;
  width: 350px;
  background-color: white !important;
  line-height: 1.42857143;
}
.notifications-header,
.notifications-footer {
  padding: 10px;
  font-size: 80%;
}
.notifications-header {
  border-bottom: 1px solid #ddd;
}
.notifications-footer {
  border-top: 1px solid #ddd;
}
.notifications-scroll {
  max-height: 365px;
  display: block;
  overflow: auto;
}
.notifications-body {
  padding: 0;
  margin: 0;
  list-style: none;
}
.notifications-body > li {
  border-bottom: 1px solid #ddd;
  position: relative;
}
.notifications-body > li:last-child {
  border-bottom: none;
}
.notifications-body > li > a:hover {
  background-color: #F0F0F0;
}
.notifications-body .notification {
  padding: 10px;
  display: block;
  color: #404040;
  text-decoration: none;
}
.notifications-body .notification-info {
  border-left: solid 5px #5bc0de;
}
.notifications-body .notification-danger {
  border-left: solid 5px #d9534f;
}
.notifications-body .notification-warning {
  border-left: solid 5px #f0ad4e;
}
.notifications-body .notification-success {
  border-left: solid 5px #5cb85c;
}
.notifications-modal .modal-dialog {
  width: 90vw;
}
.notifications-modal .modal-dialog .modal-content > .modal-body {
  padding: 0;
  height: 85vh;
}
.notifications-list {
  overflow: auto;
}
.notification-header {
  padding: 20px;
  border-bottom: solid 1px #ddd;
}
.notification-header p {
  margin: 0;
}
.notification-body {
  padding: 20px;
}
.notification-footer {
  border-top: solid 1px #ddd;
  padding: 20px;
}
.scroll-y {
  overflow-y: auto !important;
}
.scroll-x {
  overflow-x: auto !important;
}
.w-375 {
  width: 375px;
}
.modal-column {
  border-right: solid 1px #e5e5e5;
}
.modal-column:last-child {
  border-right: none;
}
.pagination {
  margin: 0;
}
.pagination > li > a,
.pagination > li > span {
  min-width: 34px;
  border-radius: 0 !important;
}
.dl-horizontal dt {
  float: left;
  width: 100px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 100px;
}
@media (min-width: 768px) {
  dt {
    float: left;
    width: 100px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  dd {
    margin-left: 100px;
  }
}
.badge-info {
  background-color: #5bc0de;
}
.badge-danger {
  background-color: #d9534f;
}
.badge-warning {
  background-color: #f0ad4e;
}
.badge-success {
  background-color: #5cb85c;
}
.btn .badge-hover {
  position: absolute;
  top: -6px;
  right: -6px;
}
.btn .badge-hover.badge-danger {
  background-color: #d9534f;
  color: white;
}
.table-cell-form-control {
  padding: 4px !important;
}
.table-cell-form-control .form-control {
  font-size: 14px;
  line-height: 1.42857143;
  height: 28px;
  border-radius: 0;
}
.table-cell-form-control .input-group-addon {
  border-radius: 0;
  font-size: 14px;
}
.msd-elastic:focus {
  -webkit-transition: height 50ms ease-in-out;
  -moz-transition: height 50ms ease-in-out;
  -o-transition: height 50ms ease-in-out;
  transition: height 50ms ease-in-out;
}
.pos-r {
  position: relative !important;
}
.pos-a {
  position: absolute !important;
}
.pos-f {
  position: fixed !important;
}
.w-sm {
  width: 25% !important;
}
.w-md {
  width: 50% !important;
}
.w-lg {
  width: 75% !important;
}
.w-full {
  width: 100% !important;
}
.m-a-0 {
  margin: 0 !important;
}
.m-t-0 {
  margin-top: 0 !important;
}
.m-r-0 {
  margin-right: 0 !important;
}
.m-b-0 {
  margin-bottom: 0 !important;
}
.m-l-0 {
  margin-left: 0 !important;
}
.m-a-xs {
  margin: 10px !important;
}
.m-t-xs {
  margin-top: 10px !important;
}
.m-r-xs {
  margin-right: 10px !important;
}
.m-b-xs {
  margin-bottom: 10px !important;
}
.m-l-xs {
  margin-left: 10px !important;
}
.m-x-xs {
  margin-right: 10px !important;
  margin-left: 10px !important;
}
.m-y-xs {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.m-a {
  margin: 20px !important;
}
.m-t {
  margin-top: 20px !important;
}
.m-r {
  margin-right: 20px !important;
}
.m-b {
  margin-bottom: 20px !important;
}
.m-l {
  margin-left: 20px !important;
}
.m-x {
  margin-right: 20px !important;
  margin-left: 20px !important;
}
.m-y {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.m-a-md {
  margin: 30px !important;
}
.m-t-md {
  margin-top: 30px !important;
}
.m-r-md {
  margin-right: 30px !important;
}
.m-b-md {
  margin-bottom: 30px !important;
}
.m-l-md {
  margin-left: 30px !important;
}
.m-x-md {
  margin-right: 30px !important;
  margin-left: 30px !important;
}
.m-y-md {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.m-a-lg {
  margin: 60px !important;
}
.m-t-lg {
  margin-top: 60px !important;
}
.m-r-lg {
  margin-right: 60px !important;
}
.m-b-lg {
  margin-bottom: 60px !important;
}
.m-l-lg {
  margin-left: 60px !important;
}
.m-x-lg {
  margin-right: 60px !important;
  margin-left: 60px !important;
}
.m-y-lg {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.p-x-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.p-a-0 {
  padding: 0 !important;
}
.p-t-0 {
  padding-top: 0 !important;
}
.p-r-0 {
  padding-right: 0 !important;
}
.p-b-0 {
  padding-bottom: 0 !important;
}
.p-l-0 {
  padding-left: 0 !important;
}
.p-a-4 {
  padding: 4px !important;
}
.p-t-4 {
  padding-top: 4px !important;
}
.p-r-4 {
  padding-right: 4px !important;
}
.p-b-4 {
  padding-bottom: 4px !important;
}
.p-l-4 {
  padding-left: 4px !important;
}
.p-a-xs {
  padding: 10px !important;
}
.p-t-xs {
  padding-top: 10px !important;
}
.p-r-xs {
  padding-right: 10px !important;
}
.p-b-xs {
  padding-bottom: 10px !important;
}
.p-l-xs {
  padding-left: 10px !important;
}
.p-x-xs {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.p-y-xs {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.p-a {
  padding: 20px !important;
}
.p-t {
  padding-top: 20px !important;
}
.p-r {
  padding-right: 20px !important;
}
.p-b {
  padding-bottom: 20px !important;
}
.p-l {
  padding-left: 20px !important;
}
.p-x {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.p-y {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.p-a-md {
  padding: 30px !important;
}
.p-t-md {
  padding-top: 30px !important;
}
.p-r-md {
  padding-right: 30px !important;
}
.p-b-md {
  padding-bottom: 30px !important;
}
.p-l-md {
  padding-left: 30px !important;
}
.p-x-md {
  padding-right: 30px !important;
  padding-left: 30px !important;
}
.p-y-md {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.p-a-lg {
  padding: 60px !important;
}
.p-t-lg {
  padding-top: 60px !important;
}
.p-r-lg {
  padding-right: 60px !important;
}
.p-b-lg {
  padding-bottom: 60px !important;
}
.p-l-lg {
  padding-left: 60px !important;
}
.p-x-lg {
  padding-right: 60px !important;
  padding-left: 60px !important;
}
.p-y-lg {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.text-xs-left {
  text-align: left;
}
.text-xs-right {
  text-align: right;
}
.text-xs-center {
  text-align: center;
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
}
.text-bold {
  font-weight: bold;
}
.bs-fix {
  border-spacing: 0;
}
.flextable {
  display: table;
  width: 100%;
}
.flextable-item {
  display: table-cell;
  width: 1%;
  vertical-align: middle;
}
.flextable-item .btn-group {
  margin-left: 10px;
}
.flextable-item .btn-group > .btn,
.flextable-item .btn-group > .btn-group {
  float: none;
}
.flextable-item .btn-group > .btn + .btn,
.flextable-item .btn-group > .btn-group + .btn,
.flextable-item .btn-group > .btn + .btn-group,
.flextable-item .btn-group > .btn-group + .btn-group {
  margin-left: -5px;
}
.flextable-item .btn-toolbar {
  margin-left: 5px;
  margin-bottom: 0;
  white-space: nowrap;
}
.flextable-item .btn-toolbar > .btn,
.flextable-item .btn-toolbar > .btn-group,
.flextable-item .btn-toolbar > .input-group {
  float: none;
}
.flextable-primary {
  width: 99%;
}
.gp-status.text-success {
  color: #4caf50 !important;
}
.gp-status.text-info {
  color: #8a2be2 !important;
}
.gp-status.text-primary {
  color: #2196f3 !important;
}
.gp-status.text-warning {
  color: #ffc107 !important;
}
.gp-status.text-danger {
  color: #f44336 !important;
}
.product-pricing {
  font-size: 13px;
  line-height: 22px;
  display: inline-block;
  padding-left: 10px;
}
.product-pricing .product-pricing-label {
  color: #999;
}
.product-pricing .product-price {
  display: inline-block;
  padding: 0px 10px;
  color: #0095d8;
  background-color: #f0f0f0;
  font-weight: bold;
  border-radius: 4px;
  margin-left: 4px;
  border: solid 1px #cccccc;
  font-size: 14px;
}
.border-0 {
  border: none;
}
.border-top-0 {
  border-top: none;
}
.border-right-0 {
  border-right: none;
}
.border-bottom-0 {
  border-bottom: none;
}
.border-left-0 {
  border-left: none;
}
.border {
  border: solid 1px #e5e5e5;
}
.border-top {
  border-top: solid 1px #e5e5e5;
}
.border-right {
  border-right: solid 1px #e5e5e5;
}
.border-bottom {
  border-bottom: solid 1px #e5e5e5;
}
.border-left {
  border-left: solid 1px #e5e5e5;
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}