/*.navbar-brand-box .logo img {
  height: 100%;
}*/
.adjustment_info, #adjustment_info {
  color: #fff;
  padding: 10px;
}

button.btn.btn-default.pdfright {
  float: right;
}

.h-bg-red {
  background: #e74c3c;
}
.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
  border: 1px solid #eaeaea;
  border-right: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  height: auto;
}

.select2-container--default.select2-container--focus .select2-selection--single, .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #eaeaea;
  border-right: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  line-height: 28px;
}

.error {
  width: 100%;
}

#sweetFormAjax .modal-body {
  height: auto;
}


.klmulti 
{
  height: 100px !important;
}
.pass-checking-text {
  margin-top: 10px;
  font-size: .875rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.3px;
  color: #2d2d2d;
  display: flex;
}

.pass-checklist ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 6px;
  font-size: .875rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.9;
  letter-spacing: -0.3px;
  text-align: left;
  color: #6a707e;
}

.pass-checklist ul li {
  padding-bottom: 2px;
}

.pass-checklist ul li.ccross:before {
  content: url('../images/Close.svg');
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.pass-checklist ul li.ctick:before {
  content: url('../images/green-tick.svg');
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.pass-checklist ul li.ctick {
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.9;
  letter-spacing: -0.3px;
  text-align: left;
  color: #2ED47A;
}


.div_form_signature {
  margin: 0 0 20px 0;
  padding: 20px;
  display: block;
  border: solid 1px #000000;
}

.div_signature {
  margin: 0 auto;
  width: 50%;
  border: 1px solid black;
}


.btn-file {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}

.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 23px;
  cursor: pointer;
  filter: alpha(opacity=0);
  opacity: 0;

  direction: ltr;
}

.fileinput {
  display: inline-block;
  margin-bottom: 9px;
}

.fileinput .form-control {
  display: inline-block;
  padding-top: 7px;
  padding-bottom: 5px;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: text;
}

.fileinput .thumbnail {
  display: inline-block;
  margin-bottom: 5px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}

.fileinput .thumbnail > img {
  max-height: 100%;
}

.fileinput .btn {
  vertical-align: middle;
}

.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
  display: none;
}

.fileinput-inline .fileinput-controls {
  display: inline;
}

.fileinput-filename {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}

.form-control .fileinput-filename {
  vertical-align: bottom;
}

.fileinput.input-group {
  display: table;
}

.fileinput.input-group > * {
  position: relative;
  z-index: 2;
}

.fileinput.input-group > .btn-file {
  z-index: 1;
}

.fileinput-new.input-group .btn-file,
.fileinput-new .input-group .btn-file {
  border-radius: 0 4px 4px 0;
}

.fileinput-new.input-group .btn-file.btn-xs,
.fileinput-new .input-group .btn-file.btn-xs,
.fileinput-new.input-group .btn-file.btn-sm,
.fileinput-new .input-group .btn-file.btn-sm {
  border-radius: 0 3px 3px 0;
}

.fileinput-new.input-group .btn-file.btn-lg,
.fileinput-new .input-group .btn-file.btn-lg {
  border-radius: 0 6px 6px 0;
}

.form-group.has-warning .fileinput .fileinput-preview {
  color: #8a6d3b;
}

.form-group.has-warning .fileinput .thumbnail {
  border-color: #faebcc;
}

.form-group.has-error .fileinput .fileinput-preview {
  color: #a94442;
}

.form-group.has-error .fileinput .thumbnail {
  border-color: #ebccd1;
}

.form-group.has-success .fileinput .fileinput-preview {
  color: #3c763d;
}

.form-group.has-success .fileinput .thumbnail {
  border-color: #d6e9c6;
}

.input-group-addon:not(:first-child) {
  border-left: 0;
}

.label-danger {
  background-color: #d9534f;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}


.form-wrap.form-builder .frmb-control li {
  background-color: #344961 !important;
  color: #ffffff !important;
}

.form-wrap.form-builder .clear-all {
  color: #FFF !important;
}

.form-wrap.form-builder .prev-holder {
  display: none !important;
}

.form-wrap.form-builder .placeholder-wrap {
  display: none !important;
}

.form-wrap.form-builder .className-wrap {
  display: none !important;
}

.form-wrap.form-builder .name-wrap {
  display: none !important;
}

.form-wrap.form-builder .form-productyesno {
  display: none !important;
}

.btTotalNextWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;

  padding-right: 0 !important;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: initial;
}

.btQuoteTotal {
  font-weight: bold;
  padding: 0;
  text-align: right;
  color: #FFF;
  background: #3498db;
  border-radius: 50px;
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  float: none;
}

.btQuoteTotalText {
  margin-right: 1em;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.btQuoteTotalCurrency {
  font-size: 22px;
  line-height: 1.8;
  display: inline-block;
  background: rgba(0, 0, 0, 0.25);
  -webkit-border-top-left-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  padding: 5px 3px 5px 20px;
}

.btQuoteTotalCalc {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  font-size: 22px;
  line-height: 1.8;
  display: inline-block;
  background: rgba(0, 0, 0, 0.25);
  -webkit-border-top-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-topright: 50px;
  -moz-border-radius-bottomright: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 5px 20px 5px 3px;
}

.btQuoteSliderValue {
  min-width: 34px;
  height: 38px;
  line-height: 38px;
  padding: 0 2px;
  font-size: 11px;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  display: block;
}

@media (max-width: 480px) {
  .btTotalNextWrapper {
    display: block;
  }

  .btQuoteTotal {
    display: block;
    width: 100%;
    float: none;
    margin-bottom: 20px;
    height: 50px;
  }
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch input:checked + .slider {
  background-color: #3498db;
}

.switch input:focus + .slider {
  box-shadow: 0 0 1px #3498db;
}

.switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.switch .slider.round {
  border-radius: 34px;
}

.switch .slider.round:before {
  border-radius: 50%;
}


.ui-slider {
  background: #ededed;
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
  position: relative;
  text-align: left;
  border: 1px solid #ccc;
  border-radius: 14px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 190ms ease;
  transition: all 190ms ease;
}

.ui-slider-horizontal {
  height: 20px;
  margin-top: 10px;
  cursor: pointer;
}

.ui-slider .ui-slider-handle {
  top: -10px;
  display: block;
  position: absolute;
  z-index: 2;
  min-width: 38px;
  height: 38px;
  touch-action: none;
  background: #3498db;
  border-radius: 50%;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.5), 0 0 0 0 rgba(0, 0, 0, 0.2) inset;
  transition: all 190ms ease;
}

.required {
  color: #e02222;
  font-size: 12px;
  padding-left: 2px;
}

.tooltip-element {
  visibility: visible;
  color: #fff;
  background: #485c6e;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  display: inline-block;
  text-align: center;
  line-height: 16px;
  margin: 0 5px;
  font-size: 12px;
  cursor: default;
}

.pricelabel {
  font-style: italic;
  font-weight: normal;
  color: #485c6e;
}

.hr-line-dashed {
  border-top: 1px dotted #485c6e;
}

.qty_box_productmultidropdown .control-label {
  text-align: left;
}

.required {
  color: #e02222;
  font-size: 12px;
  padding-left: 2px;
}

#page_loading {
  position: fixed;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background: url('../images/loading-spinner-blue.gif') no-repeat center center rgba(0, 0, 0, 0.38);
}


/*-- 18-08-22 --*/
.hpanel.form-horizontal label.control-label,
.hpanel.form-horizontal label {
  padding-top: 7px;
  margin-bottom: 0;
  text-align: right;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #6a6c6f;
  font-weight: bold;
}

.modal-dialog.modal-lg {
  max-width: 900px;
}

.modal-body {
  padding: 20px 30px;
}

.hpanel.form-horizontal .panel-body {
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 2px;
  padding: 20px;
  position: relative;
}

.hpanel.form-horizontal .form-group {
  margin-bottom: 15px;
}

.hpanel.form-horizontal .form-control {
  border-color: #eaeaea !important;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  border-radius: 4px;
}

.hpanel.form-horizontal .checkbox {
  padding-left: 20px;
}

.hpanel.form-horizontal input[type="radio"],
.hpanel.form-horizontal input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

.hpanel.form-horizontal .checkbox input[type="checkbox"] {
  opacity: 0;
  z-index: 1;
}

.hpanel.form-horizontal .radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}

.hpanel.form-horizontal .radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}

.hpanel.form-horizontal .radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.hpanel.form-horizontal .radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.hpanel.form-horizontal .radio-info input[type="radio"]:checked + label::after {
  background-color: #3498db;
}

.hpanel.form-horizontal .checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.hpanel.form-horizontal .checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -21px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}

.hpanel.form-horizontal .checkbox input[type="checkbox"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: none;
}

.hpanel.form-horizontal .checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #3498db;
  border-color: #3498db;
}

.hpanel.form-horizontal .checkbox input[type="checkbox"]:checked + label::after {
  content: "";
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
}

.hpanel.form-horizontal .checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff;
}

.hpanel.form-horizontal .radio label,
.hpanel.form-horizontal .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-top: 0;
}

.hpanel.form-horizontal .radio input[type="radio"],
.hpanel.form-horizontal .radio-inline input[type="radio"],
.hpanel.form-horizontal .checkbox input[type="checkbox"],
.hpanel.form-horizontal .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
  outline: none;
}

.hpanel.form-horizontal .radio,
.hpanel.form-horizontal .checkbox {
  min-height: 27px;
}

.hpanel.form-horizontal .row {
  margin-left: -15px;
  margin-right: -15px;
}

.hpanel.form-horizontal .col-sm-2,
.hpanel.form-horizontal .col-sm-3,
.hpanel.form-horizontal .col-sm-4,
.hpanel.form-horizontal .col-sm-5,
.hpanel.form-horizontal .col-sm-6,
.hpanel.form-horizontal .col-sm-7,
.hpanel.form-horizontal .col-sm-8,
.hpanel.form-horizontal .col-sm-9,
.hpanel.form-horizontal .col-sm-10,
.hpanel.form-horizontal .col-sm-11,
.hpanel.form-horizontal .col-sm-12 {
  padding-left: 15px;
  padding-right: 15px;
}


.hpanel.form-horizontal select.form-control {
  height: auto;
}

.hpanel.form-horizontal .btQuoteSliderValue {
  font-size: 0;
}

.hpanel.form-horizontal .ui-slider .ui-slider-handle {
  width: 24px;
  height: 24px;
  top: -8px;
  min-width: auto;
}

.hpanel.form-horizontal .ui-slider-horizontal .ui-slider-handle {
  top: -8px;
}

.hpanel.form-horizontal .btTotalNextWrapper {
  margin-top: 10px;
}

.hpanel.form-horizontal .ui-widget.ui-widget-content {
  margin-left: 7px;
  margin-right: 7px;
}

/*-- 19-08 --*/
.panel-body.airmode {
  background: #ffffff;
  margin-bottom: 0px;
  padding: 20px 30px 10px;
  border-top: 3px solid #878787;
  border-radius: 0 0 5px 5px;
}

.panel-body.airmode .form-group {
  margin-bottom: 15px;
}

.company-tabs .input-group-prepend {
  margin-right: -1px;
}

.company-tabs .input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.company-tabs .input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  height: 38px;
}

.panel-body.airmode label {
  font-weight: 600;
  color: #222;
}

.company-tabs .tab-content {
  background: #f8f8f8;
  padding: 20px !important;
}

.company-tabs .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #000;
  background-color: #f8f8f8;
  border-radius: 5px 5px 0 0;
}

.quote_controls {
  float: right;
  list-style: none;
}

.quote_controls li {
  float: left;
  padding: 10px 30px;
}

.quote_controls:last-child li {
  padding-right: 0px;
}

/*-- 31-08 --*/
.panel-heading.hbuilt {
  border: 1px solid #eaeaea;
  background-color: #f7f9fa;
  padding: 10px 10px;
  border-radius: 2px;
  color: #34495e;
  font-size: 13px;
}

.bmr-mb-10 {
  margin-bottom: 10px;
}

.bmr-mt-10 {
  margin-top: 10px;
}

.drag-and-drop .hpanel.panel-collapse .hbuilt.panel-heading {
  border: 1px solid #eaeaea;
}

.hpanel .panel-body {
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 2px;
  padding: 20px;
  position: relative;
}

.drag-and-drop.ui-sortable .panel-body {
  cursor: unset;
}

.drag-and-drop .hpanel .panel-body {
  border: 1px solid #eaeaea;
  background-color: #f7f9fa;
  border-top: unset;
}

.hpanel.collapsed.panel-collapse .panel-body {
  border-width: 0 1px 1px 1px;
  border-color: #eaeaea;
  border-style: solid;
}

.hpanel.collapsed .fa.fa-chevron-up:before {
  content: "\f078";
}

.hpanel.collapsed .fa.fa-chevron-down:before {
  content: "\f077";
}

.hpanel .form-group {
  margin-bottom: 15px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}


label {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 13px;
  color: #6a6c6f;
}

.checkbox {
  padding-left: 20px;
}

.radio, .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-right {
  text-align: right;
}
.hpanel{
  border: 0;
  box-shadow: none;
  margin-bottom: 25px;
}

.hpanel .btn-default {
  background-color: #fff;
  border-color: #eaeaea;
  color: #6a6c6f;
}

.btn-group-sm > .btn, .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-primary {
  background-color: #34495e;
  border-color: #34495e;
  color: #fff;
}
.input-group-btn .btn-primary {
     background-color: #fff;
    border-color: #eaeaea;
    color: #6a6c6f;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #3f5872;
  border-color: #3f5872;
  color: #fff;
}

.btn-primary {
  border-bottom: 1px solid #045e94;
}

.btn-danger {
  border-bottom: 1px solid #f3502c;
}

.note-editor, .note-editor.note-frame {
  border: 1px solid #eaeaea !important;
}

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #34495e;
  border-color: #34495e;
}

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}

.checkbox input[type="checkbox"]:checked + label::after {
  content: "\f00c";
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff;
  font-weight: 900;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
}

.checkbox input[type="checkbox"] {
  opacity: 0;
  z-index: 1;
}

.checkbox.customer-email-notify label::before {
  left: auto;
  right: -10px;
}

.checkbox-info input[type="checkbox"]:checked+label::before {
  background-color: #3498db;
  border-color: #3498db;
}
.checkbox-info input[type="checkbox"]:checked+label::after {
  color: #fff;
}


.customer-email-notify label {
    padding-left: 0 !important;
    padding-right: 16px;
    margin-bottom: 5px;
    font-weight: bold;
}
.dropzone .dz-message {
  width: 100%;
  font-size: 13px;
  color: #6a6c6f;
}

.checkbox {
  padding-left: 20px;
}

#btn_milestone_add {
  width: 100% !important;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  background-color: #62cb31;
  border-color: #62cb31;
  color: #fff;
}

.bmr-text-left {
  text-align: left !important;
}

.bmr-text-right {
  float: right;
  margin-top: 4px;
}

.hpanel .form-control {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

.hpanel .form-control {
  border-color: #eaeaea !important;
}

.dropzone {
  border-radius: 0;
}

.hpanel #tab_reports .panel-body {
  background: #fff;
  border: 0;
  border-radius: 0;
  padding: 0;
  position: relative;
}

.pull-right {
  float: right !important;
}

#tab_reports table.table-bordered.dataTable {
  border-spacing: 0;
  border-collapse: collapse !important;
  font-size: 13px;
  color: #6a6c6f;
}

#tab_reports table.table-bordered.dataTable > :not(caption) > * > * {
  padding: 8px;
}

#tab_reports table.table-bordered.dataTable th {
  font-weight: bold;
}

.hpanel .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.hpanel .dataTables_wrapper .dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
}

.hpanel .pagination > li {
  display: inline;
}

.hpanel .pagination > li > a,
.hpanel .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.hpanel .pagination > .disabled > span,
.hpanel .pagination > .disabled > span:hover,
.hpanel .pagination > .disabled > span:focus,
.hpanel .pagination > .disabled > a,
.hpanel .pagination > .disabled > a:hover,
.hpanel .pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.hpanel .pagination > li:first-child > a,
.hpanel .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.hpanel .pagination > li:last-child > a,
.hpanel .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.hpanel .dataTables_wrapper .dataTables_info {
  font-size: 13px;
  color: #6a6c6f;
}

.card {
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 2px;
}
.panel-tools {
  display: inline-block;
  float: right;
  margin-top: 0;
  padding: 0;
  position: relative;
}
.panel-tools a {
  margin-left: 5px;
  color: #9d9fa2;
  cursor: pointer;
}
.bg_primary .panel-heading i {
  color: #fff !important;
}
.bg_primary .panel-heading {
  background-color: #34495e !important;
  border-color: #34495e !important;
  color: #fff !important;
}
/*-- 02-09 --*/
.bg_primary .panel-body {
  border-color: #34495e !important;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0;
  color: #212529;
  background-color: #fff;
  border: 0;
  margin-bottom: 10px;
  text-align: center;
}
.list-group-flush>.list-group-item:last-child {
  margin-bottom: 0;
}
.list-group li.list-group-item button {
  width: 100%;
}
.col-lg-9 .card.h-100.mb-lg-0, .col-lg-3 .card.h-100.mb-lg-0 {
  border-top: 1px solid #eaeaea !important;
}
.accordion-item .form-group {
  margin-bottom: 15px;
}
.accordion-item label {
  margin-bottom: 5px;
  font-weight: bold;
}
.accordion-item label.form-check-label {
  font-weight: 400;
}
.input-group-addon, .input-group-btn {
    /*width: 1%;*/
	width: auto;
}
span.input-group-btn.input-group-append,
span.input-group-btn.input-group-prepend {
    width: auto;
}
.input-group-btn .btn-default {
	background-color: #fff;
    border-color: #ced4da;
    color: #6a6c6f;
    border-radius: 4px;
    padding: 6px 12px;
    margin-bottom: 0;
	font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
}
.input-group-btn:last-child > .btn{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-btn .btn-default .fa {
    width: auto;
}
.accordion-item .form-group .select2-container .select2-search--inline .select2-search__field {
   margin-top: 4px !important;
}
.form-group.customer-group .select2-container--default .select2-selection--multiple {
    border: 1px solid #aaa;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.form-group.customer-group .select2-container .select2-selection--single {
   height: 34px !important;
    border: 1px solid #ced4da !important;
}
.form-group.customer-group span.select2.select2-container {
    width: 100% !important;
}
.form-group.customer-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 34px;
}
.form-group.customer-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
}
.form-group.customer-group .select2-container--default.select2-container--focus .select2-selection--single, 
.form-group.customer-group .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    line-height: 20px;
}
.select2-container--default.select2-container--focus .select2-selection--single, .select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
   height: auto;
    line-height: 0;
}
/*-- company setting --*/
.card.border.mb-lg-0 .card-body {
    border-top: 2px solid #34495e;
}
.card-header.bg-transparent h5 {
    font-size: 13px;
    font-weight: bold;
    font-size: 13px;
    color: #6a6c6f;
}
.card.border.mb-lg-0 {
    border-top: 0 !important;
}
h5.maximum-heading.text-truncate {
    font-weight: bold;
    font-size: 13px;
    color: #6a6c6f;
}
h5.card-title.billing_amount {
    font-size: 18px;
    color: #000;
	margin-top: 10px;
    margin-bottom: 10px;
}
.card-header:first-child {
    border-radius: 0;
}
#subscription_details table#datatable tr th {
    background: #fff;
}
#subscription_details table.dataTable {
    border-collapse: collapse !important;
}
.accordion-body .input-group > span.select2.select2-container {
    width: calc(100% - 40px) !important;
}
.form-wrap.form-builder .cb-wrap {
    left: 0 !important;
}
/* -- 06-09 --*/
table.table-bordered.dataTable {
	    font-size: 13px;
    border-collapse: collapse !important;
}
table.table-bordered.dataTable a {
    cursor: pointer;
    color: #34495e;
}
form#manage_project_form .select2-container .select2-selection--single {
        height: 34px;
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 4px;
}
form#manage_project_form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
}
form#manage_project_form .select2-container--default .select2-selection--single .select2-selection__arrow {
   top: 4px;
}
.btn-block {
    display: block;
    width: 100%;
	margin: 2px;
	padding: 10px 16px;
    font-size: 18px;
	border-radius: 3px;
    line-height: 1.3333333;
}
.mbr-project-icon {
    font-size: 25px;
    vertical-align: middle;
    margin-right: 10px;
}
.d-block {
    display: inline-block !important;
}
.show-completed {
    margin-top: 5px;
	margin-bottom: 15px;
    display: inline-block;
    margin-right: 20px;
}
.checkbox.checkbox-primary.show-completed label {
    margin: 0;
}
.form-group{
    margin-bottom: 15px;
}
form#manage_project_form .form-control{height: 34px;    border: 1px solid #eaeaea;}
.card.text-muted.pt-4.pb-4.text-center {
    border-radius: 2px;
    padding: 20px;
    position: relative;
    text-align: left !important;
}

.card.text-muted.pt-4.pb-4.text-center {
    border-radius: 2px;
    padding: 20px;
    position: relative;
    text-align: left !important;
    font-size: 13px;
    color: #6a6c6f !important;
    min-height: 95px;
    justify-content: center;
}

.fw-bold {
    margin-bottom: 5px;
    color: #333;
    font-weight: bold !important;
}
.card.text-muted.pt-4.pb-4.text-center .fw-bold {
    margin-bottom: 5px;
    color: #333;
    font-weight: bold !important;
}
.text-success {
    color: #62cb31 !important;
}
.row.row-right {
    justify-content: flex-end;
}
.hpanel.bmr-mb-10 {
    margin-bottom: 10px;
}
/* -- 08-09 --*/
.dialog-header .color-line {
    background: #344961;
    height: 6px;
}
.dialog-header .modal-header {
    padding: 10px;
    background: #f7f9fa;
    border-bottom: 1px solid #e5e5e5;
    display: block;
}
.dialog-header .modal-header .close {
    margin-top: -2px;
}
.dialog-header button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}
.dialog-header .close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.modal-dialog.dialog-header {
    width: 100%;
    margin: 30px auto;
    max-width: 600px;
}
.modal-dialog.dialog-header  {
    margin-top: 80px;
}
.dialog-header .modal-content {
    border: 0;
    border-radius: 0;
    outline: 0;
}
.dialog-header .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    background: #f7f9fa;
	align-items: center;
    justify-content: center;
}
.dialog-header .modal-footer .text-center {
    margin: 0;
}

.dialog-header .btn-default {
    background-color: #fff;
    border-color: #eaeaea;
    color: #6a6c6f;
    border-radius: 3px;
}
/*-- 12-09 --*/
.form-check-input.error {
    width: 1em;
}
.btn-default {
    background-color: #fff;
    border-color: #eaeaea;
    color: #6a6c6f;
}
.dialog-header button.btn-close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.dialog-header button.btn-close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    border: 0;
}
.color-line {
    background: #344961;
    height: 6px;
}
.modal-header button.btn-close {
    margin-top: 0;
    margin-right: 0px;
}
#adjustmentFormAjax .modal-dialog .modal-body,
#sendQuoteConfirmationAjax .modal-body{
    height: auto;
}
.form-inline.text-center {
    width: 100%;
    max-width: 370px;
    margin: 0 auto;
    position: relative;
}
.form-inline.adjustment-line .input-group-addon, 
.form-inline.adjustment-line .input-group-btn {
    width: auto;
}
.form-inline.adjustment-line .form-group {
    margin-bottom: 0;
}
.form-inline.adjustment-line button.btn.btn-primary {
    background-color: #fff;
    border-color: #eaeaea;
    color: #6a6c6f;
}
.form-inline.adjustment-line span.input-group-text {
    border-radius: 0;
}
/*-- 13-09 --*/
#sendQuoteEmailModalAjax .modal-body {
  height: auto;
}
.panel-heading .daterangepickercustom {
    display: inline-block;
}
.panel-heading .align_right {
    text-align: right;
}
.panel-heading .daterangepickercustom input.form-control {
    font-weight: 600;
}
.font-extra-bold {
        font-weight: 700;
    font-size: 36px;
    color: #6a6c6f;
}
.m-t-xl {
    margin-top: 40px;
	
}

.m-b-xs {
    margin-bottom: 5px;
}
.m-t-xl {
    margin-top: 40px;
}
.text-success1 {
    color: #34495e;
	    font-weight: 700;
		    margin: 0!important;
			    font-size: 24px;
}
.align_center {
    text-align: center;
}	
.panel-body.h-200 {
    min-height: 200px;
}
.panel-heading .align_right a#ytdstart {
    padding: 5.5px 10px;
}
.div_form_signature {
    margin: 0px 0px 20px 0px;
    display: block;
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    padding: 20px;
    position: relative;
	    text-align: center;
}
body.blank.contract-signature {
    overflow-x: hidden;
}
.form-wrap.form-builder .frmb .frm-holder .input-group select.form-control {
    float: none;
    border: 1px solid #eaeaea;
}

@media(min-width:768px){
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
@media(max-width:575px){
  .col-xs-2 {
    width: 16.66666667%;
  }
  .col-xs-9 {
    width: 75%;
  }
}
