@charset "UTF-8";
.fix-width-100 {
  width: 100px;
}

.fix-width-120 {
  width: 120px;
}

.fit-a4 {
  width: 8.26in !important;
}

.no-float {
  float: none !important;
  padding: 0 !important;
}

.col-center {
  margin: 0 auto;
  float: none;
}

.bg-success-light {
  background-color: rgba(129, 200, 104, 0.5) !important;
}

.bg-warning-light {
  background-color: rgba(255, 189, 74, 0.5) !important;
}

.bg-danger-light {
  background-color: rgba(240, 80, 80, 0.7) !important;
  color: #fff !important;
}

.bg-pink-light {
  background-color: rgba(251, 109, 157, 0.5) !important;
  color: #fff !important;
}

.bg-selected-row {
  background-color: rgba(255, 189, 74, 0.1) !important;
}

.small-textarea {
  height: 50px !important;
  min-height: 50px !important;
  resize: none;
}

.light-bg.bg-primary {
  background-color: rgba(93, 156, 236, 0.4) !important;
}
.light-bg.bg-success {
  background-color: rgba(129, 200, 104, 0.4) !important;
}
.light-bg.bg-info {
  background-color: rgba(52, 211, 235, 0.4) !important;
}
.light-bg.bg-warning {
  background-color: rgba(255, 189, 74, 0.4) !important;
}
.light-bg.bg-danger {
  background-color: rgba(240, 80, 80, 0.4) !important;
}
.light-bg.bg-muted {
  background-color: rgba(244, 248, 251, 0.4) !important;
}
.light-bg.bg-inverse {
  background-color: rgba(76, 86, 103, 0.4) !important;
}
.light-bg.bg-purple {
  background-color: rgba(114, 102, 186, 0.4) !important;
}
.light-bg.bg-pink {
  background-color: rgba(251, 109, 157, 0.4) !important;
}

.autonumber {
  font-size: 16px;
  text-align: right;
}

.table-responsive {
  min-height: 350px;
  overflow: auto;
}

.data-row .format-row-title {
  font-size: 12px;
  font-weight: bold;
}
.data-row .format-row-text {
  font-size: 12px;
}

.table-data-calc {
  font-size: 12px;
  min-width: 768px;
}
.table-data-calc tbody tr td {
  padding: 3px;
}
.table-data-calc .form-group {
  margin: 0;
}
.table-data-calc .form-group .form-control {
  border-radius: 0px;
  font-size: 12px;
  padding: 2px;
}
.table-data-calc .form-group .form-control.autonumber {
  font-size: 16px;
  text-align: right;
}
.table-data-calc .row-date {
  width: 65px;
  min-width: 65px;
}
.table-data-calc .row-job {
  width: 200px;
  min-width: 200px;
}
.table-data-calc .row-details {
  width: 300px;
  min-width: 200px;
}
.table-data-calc .row-details textarea {
  width: 100%;
  min-width: 200px;
  height: 50px;
  min-height: 50px;
  resize: vertical;
}
.table-data-calc .row-qty {
  width: 60px;
  min-width: 60px;
}
.table-data-calc .row-price-lng {
  width: 130px;
  min-width: 130px;
}
.table-data-calc .row-price-short {
  width: 80px;
  min-width: 80px;
}
.table-data-calc .row-price-xlg {
  width: 160px;
  min-width: 160px;
}
.table-data-calc .row-action {
  width: 30px;
}
.table-data-calc .row-date .form-control,
.table-data-calc .row-price-lng .form-control,
.table-data-calc .row-price-xlg .form-control,
.table-data-calc .row-price-short .form-control,
.table-data-calc .row-qty .form-control {
  text-align: right;
}
.table-data-calc .row-date .input-group-btn .dropdown-toggle,
.table-data-calc .row-price-lng .input-group-btn .dropdown-toggle,
.table-data-calc .row-price-xlg .input-group-btn .dropdown-toggle,
.table-data-calc .row-price-short .input-group-btn .dropdown-toggle,
.table-data-calc .row-qty .input-group-btn .dropdown-toggle {
  padding: 8px 10px;
  height: 38px;
  font-size: 12px;
  min-width: 60px;
}

.table-data-sm {
  min-width: auto !important;
}

.row-totals .list-group {
  margin: 0;
}
.row-totals .list-group .list-group-item {
  border-radius: 0;
  border: none;
  background-color: transparent;
}

.fc-day-grid-event .fc-content {
  white-space: inherit;
}
.fc-day-grid-event .fc-content .fc-title-inner {
  font-weight: bold;
  font-size: 12px;
}
.fc-day-grid-event .fc-content .fc-desc-inner {
  margin-top: 5px;
  font-size: 11px;
}

.fc-time {
  display: none;
}

.list-reorder {
  width: 100%;
  max-height: 530px;
  overflow: hidden;
  overflow-y: auto;
}

.tight-paragraphs p {
  margin: 0 0 1px 0;
}

.gallery-files-list {
  position: relative;
}

.image-box {
  text-align: center;
  position: relative;
}
.image-box .image-box-icon {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.image-box .image-box-icon i {
  font-size: 30px;
}

.opened .btnTableRow i:before {
  content: "\F068";
}

.buildSEO,
.clickable {
  cursor: pointer;
}

.selected {
  border-color: #5fbeaa;
  background-color: #5fbeaa;
}

.select2-container--open {
  z-index: 1300;
}

.page-builder-menu {
  position: fixed;
  top: 0;
  left: -100%;
  height: 100%;
  z-index: 1200;
  padding: 0;
  transition: all 0.3s ease 0s;
}
.page-builder-menu .btnCloseMenu {
  pointer-events: all;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
}
.page-builder-menu .white-overflow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 300;
  transition: all 0.3s ease 0s;
  background: rgba(255, 255, 255, 0.9) url("../images/loader9.gif") 50% 50% no-repeat;
  display: none;
}
.page-builder-menu .white-overflow .position-centered {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 70%;
  margin-top: 50px;
}
.page-builder-menu .inner-scroll {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
  padding-bottom: 50px;
}
.page-builder-menu .toolbox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  z-index: 100;
  transition: all 0.3s ease 0s;
  background-color: #fff;
}
.page-builder-menu .toolbox.active {
  left: 0px;
}
.page-builder-menu .toolbox .mce-container .mce-toolbar-grp {
  border: 1px solid #d7dce5 !important;
}
.page-builder-menu .toolbox .mce-container .mce-edit-area {
  border: 1px solid #d7dce5 !important;
  border-top-width: 0px !important;
}
.page-builder-menu .toolbox .select-gallery {
  cursor: pointer;
}
.page-builder-menu .toolbox .select-gallery .active {
  background-color: #c9302c;
}
.page-builder-menu .toolbox .select-gallery .caption {
  height: 50px;
  overflow: hidden;
}
.page-builder-menu.active {
  left: 0px;
}
.page-builder-menu #sidebar-menu ul.list-group .item {
  cursor: move;
  transition: all 0.3s ease 0s;
  padding-left: 50px !important;
}
.page-builder-menu #sidebar-menu ul.list-group .item:hover {
  background-color: rgba(95, 190, 170, 0.2);
}

.maxBuilderWidth {
  max-width: 720px;
  margin: 0 auto;
}

.page-builder-app {
  position: relative;
}
.page-builder-app .edit-helper {
  background-color: rgba(240, 80, 80, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  transition: all 0.3s ease 0s;
  opacity: 0;
  z-index: 900;
}
.page-builder-app .builder-icon-hover {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.page-builder-app .page-builder .page-builder-preloader {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 100;
  width: 100%;
  height: 100%;
}
.page-builder-app .page-builder ul.page-dropzone {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 0 !important;
  padding: 15px;
  border: 1px solid rgba(54, 64, 74, 0.05);
  background-color: #fff;
  border-radius: 3px;
  position: relative;
}
.page-builder-app .page-builder ul.page-dropzone.dropzone-highlight {
  background-color: rgba(223, 240, 216, 0.3);
  min-height: 30px;
}
.page-builder-app .page-builder ul.page-dropzone li.builder-row {
  list-style: none;
  list-style-image: none;
  margin: 0;
  min-height: 30px;
  position: relative;
  padding: 10px 0px;
  width: 100%;
}
.page-builder-app .page-builder ul.page-dropzone li.builder-row .helper {
  text-align: left;
  background-color: #dbdbdb;
  color: #fff;
  padding: 3px;
  margin-bottom: 5px;
}
.page-builder-app .page-builder ul.page-dropzone li.builder-row .b-helper {
  border: 1px solid #dbdbdb;
}
.page-builder-app .page-builder ul.page-dropzone li.builder-row .left-column-page {
  width: 330px;
  float: left;
  padding-left: 15px;
}
.page-builder-app .page-builder ul.page-dropzone li.builder-row .left-column-page .profile-image {
  wdith: 200px;
  border: 1px solid #dbdbdb;
}
.page-builder-app .page-builder ul.page-dropzone li.builder-row .left-column-page .profile-image img {
  width: 100%;
}
.page-builder-app .page-builder ul.page-dropzone li.builder-row .right-column-page {
  width: calc(100% - 450px);
  float: right;
  padding-right: 15px;
}
.page-builder-app .page-builder ul.page-dropzone li.builder-row .right-column-page .regular-image {
  width: 260px;
  margin-top: 20px;
  border: 1px solid #dbdbdb;
}
.page-builder-app .page-builder ul.page-dropzone li.builder-row .right-column-page .regular-image img {
  width: 100%;
}
.page-builder-app .page-builder ul.page-dropzone li.builder-row.disabled {
  background-color: rgba(240, 80, 80, 0.3);
  opacity: 0.4;
}
.page-builder-app .page-builder ul.page-dropzone li.builder-row .outline-data-lang {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.page-builder-app .page-builder ul.page-dropzone li.builder-row .outline {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: none;
}
.page-builder-app .page-builder ul.page-dropzone li.builder-row .outline .actions {
  position: absolute;
  top: 5px;
  left: 5px;
  pointer-events: all;
}
.page-builder-app .page-builder ul.page-dropzone li.builder-row .no-live-data {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  font-size: 12px;
  text-align: right;
}
.page-builder-app .page-builder ul.page-dropzone li.builder-row:hover .outline {
  border: 1px dotted #ccc;
  display: block;
  background-color: rgba(128, 128, 128, 0.1);
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.33);
}
.page-builder-app .page-builder ul.page-dropzone li.builder-row .data {
  cursor: pointer;
  min-height: 20px;
  position: relative;
}
.page-builder-app .page-builder ul.page-dropzone li.builder-row .data .embed-responsive {
  pointer-events: none;
}
.page-builder-app .page-builder ul.page-dropzone li.builder-row .data iframe {
  pointer-events: none;
}
.page-builder-app .page-builder ul.page-dropzone li.builder-row .data:hover {
  background-color: rgba(240, 80, 80, 0.3);
}
.page-builder-app .page-builder ul.page-dropzone li.builder-row .data:hover.image {
  transition: all 0.3s ease 0s;
  opacity: 0.6;
}
.page-builder-app .page-builder ul.page-dropzone li.builder-row .data:hover .edit-helper {
  opacity: 1;
}
.page-builder-app .page-builder ul.page-dropzone li.builder-row .data:hover .builder-icon-hover {
  opacity: 1;
}
.page-builder-app .page-builder ul.page-dropzone li.placeholder-builder {
  background-color: #d9edf7;
  display: block;
  height: 30px;
  width: 100%;
  margin: 10px 0px;
}

.maximaze-portlet {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 910;
}

.maximazed-builder {
  overflow: hidden;
}
.maximazed-builder .panel-collapse {
  height: 100%;
  width: 100%;
  overflow-y: auto;
  padding-bottom: 50px;
}
.maximazed-builder .builder-top-menu {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #4c5667 !important;
  width: calc(100% - 50px);
  border-radius: 0px;
}

.builder-row .credits {
  font-size: 12px;
  margin-top: 5px;
}
.builder-row .left-column-page {
  width: 26%;
  float: left;
  padding-bottom: 30px;
}
.builder-row .left-column-page .title {
  font-family: "Montserrat-Bold";
  font-size: 36px;
  margin-bottom: 20px;
  display: block;
}
.builder-row .left-column-page .sub-title {
  font-family: "Montserrat-Bold";
  font-size: 23px;
  display: block;
  margin-bottom: 20px;
}
.builder-row .left-column-page .sub2-title {
  font-size: 23px;
  font-family: "Montserrat-Light";
  line-height: 25px;
}
.builder-row .left-column-page .date {
  font-family: "Montserrat-Bold";
  font-size: 14px;
  display: block;
  margin-top: 20px;
}
.builder-row .right-column-page {
  width: 64%;
  padding-left: 6%;
  float: right;
}
.builder-row .right-column-page h2,
.builder-row .right-column-page .main-title {
  font-size: 23px;
  font-family: Montserrat-Bold;
  color: #000;
  margin: 0.67em 0;
}
.builder-row .right-column-page .image {
  width: 100%;
  text-align: right;
}
.builder-row .right-column-page .video {
  width: 100%;
}
.builder-row .right-column-page .video .movie {
  width: 100% !important;
  height: 500px;
}