/* @import url("stylesheet.css"); */


body {
  background-color: #f3f4f5;
}
.u-disabled-hover:hover{
  text-decoration: none !important;
}
.u-hover-blue:hover a {
  text-decoration: none !important;
}
.u-hover-blue:hover p {
  color: #2ea1f8;
}
.c-card__icon {
  background: #fff;
  border: 1px solid #e6eaee;
}
.c-navbar__brand {
  width: 200px;
}
.c-navbar__brand img {
  margin-top: -4px;
}
.c-nav-toggle__bar {
  height: 2px !important;
  width: 25px !important;
  float: right !important;
}
.c-table--small .c-table__cell {
  padding: 10px 0 10px 20px !important;
}
.c-table--small .c-table__cell:last-child {
  padding-right: 20px !important;
}
.c-table__title-action-button {
  top: 25px !important;
}
.c-table__head--xsmall {
  width: 1%;
}
.c-table__head--small {
  width: 10%;
}
.c-table__head--15\% {
  width: 15%;
}
.c-table__head--20\% {
  width: 20%;
}
.c-table__head--medium {
  width: 30%;
}
.c-table__head--large {
  width: 50%;
}
.c-table--small .c-table__cell {
  padding: 10px 0 10px 20px !important;
}
.c-table--small .c-table__cell:last-child {
  padding-right: 20px !important;
}
.c-field__addon {
  background: #f2f4f7 !important;
}
.select2-container--default .select2-selection--single {
  background: #f2f4f7 !important;
}
.c-range::-webkit-slider-thumb {
  background: #121212;
}
.c-btn--primary {
  background: #273142 !important;
}
.c-btn--secondary {
  background: #f2f4f7 !important;
}
.c-btn--warning {
  background: #f16911 !important;
}
.c-btn-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.c-btn-group .c-btn-first {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.c-btn-group .c-btn-last {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}
.c-btn-group .c-btn-center {
  border-radius: 0;
  border-left: 0;
}
.c-btn-group .form-group .c-btn + .c-btn {
  border-left: 0;
}
.c-dropdown__menu--full {
  max-width: 100%;
}
.c-dropdown__item.is-disabled {
  border-color: #e6eaee;
  background: #f5f8fa;
  color: rgba(53, 64, 82, 0.5);
}
.c-dropdown__item.is-disabled:hover, .c-dropdown__item.is-disabled:focus {
  border-color: #e6eaee;
  background: #f5f8fa;
  color: rgba(53, 64, 82, 0.5);
  cursor: not-allowed;
}
.c-btn--small.has-dropdown::after {
  padding: 0.3rem 8px !important;
}
.c-toolbar--transparent {
  background-color: #fff0 !important;
  box-shadow: none !important;
}
.c-pagination__item.is-active {
  color: red !important;
}
.c-search--result {
	background-color: #fff;
  border: 1px solid #dfe3e9;
	border-radius: 4px;
	max-width: 100%;
	display: block;
	padding: 5px 0px;
	max-height: 150px;
	overflow: scroll;
  margin-top: 5px;
	position: absolute;
  z-index: 10;
}
.c-search--result ul {
	padding-left: 0px;
	margin-bottom: 0px;
}
.c-search--result li {
	padding: 5px 15px;
	list-style-type: none;
	cursor: pointer;
  color: #7f8fa4;
}
.c-search--result li:hover {
	background-color: #f9f9f9;
}
.c-varian--alternative .c-project-card {
  /* border-bottom: none !important; */
  margin-top: -2px;
}
/* .c-varian--alternative .c-project-card:last-child {
  border-bottom: 1px solid #e6eaee !important;
} */
/* .c-project-card__title.c-project-card__title--block {
  max-width: 65%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
} */
/* .c-project-card__meta.c-project-card__meta--small {
  padding: .225rem 1.2rem 0.7rem 1.2rem !important;
}
.c-project-card__meta.c-project-card__meta--small .c-project-card__title {
  max-width: 65%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.c-project-card__meta.c-project-card__meta--small span {
  margin-top: 0.3rem;
}
.c-project-card__meta.c-project-card__meta--xsmall {
  padding: .8rem 0 0.5rem 0 !important;
}
.c-project-card__meta.c-project-card__meta--xsmall .c-project-card__title {
  max-width: 55%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.2;
  font-size: 1rem;
}
.c-project-card__meta.c-project-card__meta--xsmall p {
  font-size: 0.775rem;
}
.c-project-card__meta.c-project-card__meta--xsmall span {
  margin-top: 0.3rem;
} */
.u-mt-xxsmall {
  margin-top: 5px;
}
.c-report .c-table__cell:not(:first-child) {
  text-align: right !important;
}
.c-btn-group__left {
  margin-right: -1px;
}
.c-btn-group__right {
  margin-left: -1px;
}
.c-btn-group > .c-input:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.c-btn-group > .c-input--small {
  padding: .59375rem .375rem;
}
.c-btn--invisible {
  background: #fff;
  border: none;
}
.c-btn-area {
  display: inline-block;
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0.5rem 1.25rem;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  border: 1px solid;
  border-radius: 20px;
  border-color: #1a91eb;
  /* [1] */
  color: #fff;
  /* [1] */
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #2ea1f8;
  background: -webkit-gradient(linear, left top, left bottom, from(#2ea1f8), to(#1990ea));
  background: linear-gradient(to bottom, #2ea1f8, #1990ea);
  /* [1] */ }
.c-btn-area-small {
  padding: .2rem 1rem;
}
.c-btn-area-white {
  background: #fff;
  color: #354052;
  border-color: #354052;
}
.c-input--hidden {
  padding: 0;
  background-color: #fff0;
  border: none;
}
.c-input--hidden:focus {
  padding: 0;
  background-color: #fff0;
  outline: none;
}
.c-input.is-disabled, .c-input:disabled {
  color: #354052;
}
.c-textarea-hidden {
  padding: 0;
  background-color: #fff0;
  border: none;
}
.c-textarea-hidden:focus {
  outline: none !important;
  /* border:1px solid #333; */
  /* box-shadow: 0 0 10px #719ECE; */
}
.c-loading {
	margin-top: 15px;
}
.c-loading img {
	width: 25px;
	margin-right: 5px;
}
.c-loading span {
  display: block;
  margin-top: -30px;
  margin-left: 40px;
}
.c-line {
  content: '';
  display: inline-block;
  width: 40px;
  margin: auto;
  border-top: 2px solid #354052;
}
.c-line.c-line--medium {
  width: 60px;
}
.c-line.c-line--mute {
  border-color: #7f8fa4 !important;
}
.c-action {
  position: absolute;
  background-color: #edede0;
  cursor: pointer;
  font-weight: 600;
  padding: 0.325rem 0.9375rem;
  box-shadow: 1px 1px 2px 0px #666;
}
.c-action--top {
  margin-top: 0.6rem;
}
.c-action--right {
  margin-right: 1.5rem;
}
.c-custom-select .c-input {
	/* background: #f2f4f7 !important; */
	/* color: #999; */
  color: #354052;
  cursor: pointer;
}
.c-custom-select .c-input:focus {
	outline: none;
}
.c-custom-select .is-disabled, .c-custom-select .c-input:disabled {
  border-color: #DFE3E9;
  background: #EAEEF1;
  background-color: #EAEEF1;
  color: rgba(53, 64, 82, 0.7);
  cursor: not-allowed;
}
.c-custom-select__data {
	background-color: #fff;
	border: 1px solid #dfe3e9;
	width: 100%;
	display: block;
	max-height: 150px;
	overflow: scroll;
	position: absolute;
	background-position: #fff;
	z-index: 10;
  border-radius: 4px;
  margin:5px 0 0;
}
.c-custom-select__data ul {
	padding-left: 0px;
	margin-bottom: 0px;
}
.c-custom-select__data li {
  display: block;
	padding: 0.5rem 0.9375rem;
	border-bottom: 1px solid #dfe3e9;
	color: #354052;
	font-size: 0.875rem;
	font-weight: 400;
  cursor: pointer;
}
.c-custom-select__data li:hover {
	background-color: #F5F8FA;
}
.c-custom-box .c-input {
	background: #f2f4f7 !important;
	color: #999;
  cursor: pointer;
}
.c-custom-box .c-input:focus {
	outline: none;
}
.c-custom-box .is-disabled {
  border-color: #DFE3E9;
  background: #EAEEF1;
  background-color: #EAEEF1;
  color: rgba(53, 64, 82, 0.7);
  cursor: not-allowed;
}
.c-custom-box__data {
	background-color: #fff;
	border: 1px solid #dfe3e9;
	width: 100%;
	display: block;
	max-height: 150px;
	overflow: scroll;
	position: absolute;
	background-position: #fff;
	z-index: 10;
  border-radius: 4px;
  margin:5px 0 0;
}
.c-custom-box__data ul {
	padding-left: 0px;
	margin-bottom: 0px;
}
.c-custom-box__data li {
  display: block;
	padding: 0.5rem 0.9375rem;
	border-bottom: 1px solid #dfe3e9;
	color: #354052;
	font-size: 0.875rem;
	font-weight: 400;
  cursor: pointer;
}
.c-custom-box__data li:hover {
	background-color: #F5F8FA;
}
.c-box-title {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0.59375rem 0.9375rem;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #dfe3e9;
  border-radius: 4px;
  /* background-color: #f2f4f7; */
  color: rgba(53,64,82,.5);
  font-size: 0.875rem;
  font-weight: 500;
  resize: none;
  height: 39px;
  cursor: pointer;
}
.c-box-title i {
  margin-top: 2px;
}
.c-image {
  border-radius:4px;
}
.c-image--gray {
  background:#eee;
}
.c-image.c-image--xsmall {
  width:28px;
  height:28px;
}
.c-image.c-image--xsmall i {
  padding: 8px 10px;
}
.c-image.c-image--medium {
  width:100px;
  height:100px;
}
.c-image.c-image--medium i {
  padding: 40px;
}
@media (min-width: 769px) {
  .u-hidden\@desktop {
    display: none !important;
  }
  .u-p-medium\@desktop {
    padding: 1.875rem !important;
  }
  .u-pl-zero\@desktop {
    padding-left: 0px;
  }
  .u-ph-xlarge\@desktop {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
  .u-pl-medium-small {
    padding-left: 30px;
  }
  .u-pr-medium-small {
    padding-right: 30px;
  }
  .u-pl-medium-med {
    padding-left: 20px;
  }
  .u-pr-medium-med {
    padding-right: 20px;
  }
  .u-pl-small-small {
    padding-left: 15px;
  }
  .u-pr-small-small {
    padding-right: 15px;
  }
  .u-mt-medium-small {
    margin-top: 30px;
  }
  .c-toolbar--table-header {
    padding: 15px 30px !important;
  }
  .u-pr-7\@desktop {
    padding-right: 7px !important;
  }
  .u-pl-7\@desktop {
    padding-left: 7px !important;
  }
  .u-pr-0\@desktop {
    padding-right: 0px !important;
  }
  .u-pl-0\@desktop {
    padding-left: 0px !important;
  }
  .u-width-50\@desktop {
    width: 50% !important;
  }
  .u-width-60\@desktop {
    width: 60% !important;
  }
  .u-width-70\@desktop {
    width: 70% !important;
  }
  .c-styling-box {
    border: 1px solid #ddd;
    padding: 0.5rem 1.875rem 0.3rem 1.875rem;
  }
}
@media (max-width: 768px) {
  .u-hidden\@mobile {
    display: none !important;
  }
  .u-p-small\@mobile {
    padding: 0.9375rem !important;
  }
  .u-pl-small\@mobile {
    padding-left: 0.625rem;
  }
  .u-text-center\@mobile {
    text-align: center !important;
  }
  .u-width-80\@mobile {
    width: 80% !important;
  }
  .u-text-center\@mobile {
    text-align: center !important;
  }
  .c-toolbar--table-header {
    padding: 15px 15px !important;
  }
  .u-justify-center\@tablet {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  #detail-container {
    flex-direction: column;
    display: flex;
  }
  #preview {
    order: 1 !important;
  }
  #pricing {
    order: 2 !important;
  }
  #information {
    order: 3 !important;
  }
  #comment {
    order: 4 !important;
  }
  .u-btn-floating\@mobile {
    position: fixed !important;
    bottom: 0 !important;
    background: #fff;
    padding: 10px;
    width: 100%;
    margin-bottom: 0px !important;
    text-align: center;
    border-top: 1px solid #e6eaee;
  }
  .u-pull-left\@mobile {
    float: left;
  }
  .u-pull-right\@mobile {
    float: right;
  }
  .c-styling-box {
    border: 1px solid #ddd;
    padding: 0.5rem 1rem 0.3rem 1rem;
  }
}
.u-line-height--small {
  line-height: 1;
}
.u-display-contents {
  display: contents !important;
}
.u-display-inline {
  display: inline !important;
}
.u-display-inline-block {
  display: inline-block !important;
}
.u-display--webkit-inline-box {
  display: -webkit-inline-box !important;
}
.u-img--fullwidth {
  width: 100% !important;
}
.u-field--xxsmall {
  width:50px !important;
}
.u-field--xsmall {
  width:80px !important;
}
.u-field--small {
  width:200px !important;
}
.u-cursor-pointer {
  cursor: pointer !important;
}
.u-text-underline {
  text-decoration: underline;
}
.u-text-italic {
  font-style: italic;
}
.u-text-line-through {
  text-decoration: line-through;
}
.u-decoration-none:hover {
  text-decoration: none;
}
div.u-text-mute p {
  color: #7f8fa4 !important;
}
div.u-text-large p {
  font-size: 1rem;
}
.u-text-xlarge {
  font-size: 1.5rem !important;
}
.u-text-giant {
  font-size: 3rem !important;
}
.u-height-150px {
  height: 150px;
}
.u-height-120px {
  height: 120px;
}
.u-height-50px {
  height: 50px !important;
}
.pull-right {
  float: right !important;
}
.hide {
  display: none;
}
.fade {
  transition: opacity .01s;
}
.d-contents {
  display: contents !important;
}
.u-margin-auto {
  margin: auto !important;
}
.u-mr-5 {
  margin-right: 5px;
}
.u-ml-5 {
  margin-left: 5px;
}
.u-mb-huge {
  margin-bottom: 10rem !important;
}
.u-mb-giant {
  margin-bottom: 20rem !important;
}
.u-mt-giant {
  margin-top: 20rem !important;
}
.u-pr-7 {
  padding-right: 7px;
}
.u-pl-7 {
  padding-left: 7px;
}
.u-pt-10 {
  padding-top: 10px;
}
.u-bb-zero {
  border-bottom: none;
}
.u-top-zero {
  top: 0;
}
.u-top-xsmall {
  top: 0.625rem;
}
.u-bottom-xsmall {
  bottom: 0.625rem;
}
.u-right-medium {
  right: 1.875rem;
}
.u-right-small {
  right: 0.9375rem;
}
.u-right-xsmall {
  right: 0.625rem;
}
.u-right-xxsmall {
  right: 0.3rem;
}
.u-right-zero {
  right: 0;
}
.u-left-medium {
  left: 1.875rem;
}
.u-left-xsmall {
  left: 0.625rem;
}
.u-row-xsmall {
  margin-right: -0.625rem !important;
  margin-left: -0.625rem !important;
}
.u-col-xsmall {
  padding-right: 0.625rem !important;
  padding-left: 0.625rem !important;
}
.u-position-relative {
  position: relative;
}
.u-position-absolute {
  position: absolute;
}
.u-position-fixed {
  position: fixed;
}
.u-layout .u-layout-border:first-child {
  border-radius: 4px 4px 0 0 !important;
}
.u-layout .u-layout-border {
  border-radius: 0 !important;
}
.u-layout .u-layout-border:last-child {
  border-radius: 0 0 4px 4px !important;
}
.u-width-400px {
  width: 400px;
}
.u-width-200px {
  width: 200px;
}
.u-width-150px {
  width: 150px;
}
.u-width-100px {
  width: 100px;
}
.u-width-70px {
  width: 70px;
}
.u-width-20px {
  width: 20px;
}
.u-width--large {
  width: 3rem !important;
}
.u-max-width-none {
  max-width: none !important;
}
.u-color-gray {
  max-width: fit-content !important;
}
.u-border {
  border: 1px solid #e6eaee;
}
.u-border-dark {
  border-color: #354052 !important;
}
.u-border-secondary {
  border-color: #dfe3e9 !important;
}
.u-border-mute {
  border-color: #7f8fa4 !important;
}
.u-border-medium {
  border-width: 3px !important;
}
.u-border-dashed {
  border-style: dashed !important;
}
.u-white-space__no-wrap {
  white-space: nowrap;
}
/* Styling */
.search-result {
	background-color: #fff;
	border: 1px solid #dfe3e9;
	display: block;
	max-height: 150px;
	overflow: scroll;
	position: absolute;
	background-position: #fff;
	z-index: 10;
  border-radius: 4px;
  margin:5px 0 0;
}
.search-result-full .search-result {
  width: 100%;
}
.search-result ul {
	padding-left: 0px;
	margin-bottom: 0px;
}
.search-result li {
  display: block;
	padding: 0.5rem 0.9375rem;
	border-bottom: 1px solid #dfe3e9;
	color: #354052;
	font-size: 0.875rem;
	font-weight: 400;
  cursor: pointer;
}
.search-result li:hover {
	background-color: #F5F8FA;
}
.o-media__img--small {
  width: 60px;
}
.o-media__img--medium {
  width: 100px;
}
.dropzone {
  background-color: #fff0 !important;
  border: 3px dashed #dfe3e9;
  display: inline-block;
  min-width: 100%;
}
.dropzone .dz-message {
  border: none;
}
.dropzone .dz-preview.dz-image-preview {
  background: #fff0;
}
/* .carousel-indicators {
  bottom: -30px !important;
} */
.carousel-indicators li {
  /* width: 12px !important;
  height: 12px !important;
  border-radius: 50% !important; */
  background-color: #ddd !important;
  cursor: pointer;
}
.carousel-indicators li.active {
  background-color: #999 !important;
}
