.c-card__icon {
  background: #fff;
  border: 1px solid #e6eaee;
}
.c-nav-toggle__bar {
  height: 2px !important;
  width: 25px !important;
  float: right !important;
}
.c-table__title-action-button {
  top: 25px !important;
}
.c-table__head .u-table-grey {
  background-color: #eff1f5;
}
tbody.u-table-grey {
  background-color: #f9fafa !important;
}
.c-table__head--xsmall {
  width: 1%;
}
.c-table__head--small {
  width: 10%;
}
.c-table__head--medium {
  width: 30%;
}
.c-table__head--large {
  width: 50%;
}
.c-table__head--40 {
  width: 40%;
}
.c-table__head--30 {
  width: 30%;
}
.c-table__head--20 {
  width: 20%;
}
.c-table__head--10 {
  width: 10%;
}
.c-table__w-50p {
  width: 50px;
}
.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__head--slim .c-table__cell {
  padding: 10px 0 10px 20px;
}
.c-table__row-warning {
  background: linear-gradient(180deg,#fbe3a0,#fdc018);
}
.u-table-multi-hover tr:hover {
  background: #dbdbdb;
}
.u-table-multi-hover .c-table__row-warning:hover {
  background: linear-gradient(180deg,#fbe3a0,#fd6e18);
}
.u-table-multi-hover tr.is-hover {
  background: #dbdbdb;
}
.u-table-multi-hover tr.is-red-hover {
  background: linear-gradient(180deg,#fbe3a0,#fd6e18);
}
.c-table__cell {
  padding: 10px 0 10px 20px;
}
.c-table__cell:last-child {
  padding-right: 20px;
}
.c-table__cell-small {
  padding-top: 6px;
  padding-bottom: 6px;
}
.is-warning {
  background: #fd9a1812;
}
.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: .15rem 0.9rem 0.5rem 0.9rem !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;
  font-size: 0.9rem;
}
.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-group > .c-input--xsmall {
  padding: .25rem .375rem;
}
.c-btn-group > .c-btn--xsmall {
  padding: .25rem .75rem;
  font-size: 0.75rem;
}
.c-btn--invisible {
  background: #fff;
  border: none;
}
.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-table__cell-hidden-input {
    padding-top: 0px;
    padding-bottom: 0px;
}
.c-table__cell-hidden-input input {
    font-size: 0.875rem;
    height: 42px;
    width: 100%;
    border: none;
    background: #fff0;
}
.c-table__cell-hidden-input input:focus {
    outline: none !important;
    border: none !important;
}
.c-table__cell-hidden-input.u-input-white input {
    height: 28px !important;
    width: 70px;
    background: #fff !important;
    padding: 0px 8px !important;
    border-radius: 4px !important;
    text-align: right !important;
}
.c-table__cell-hidden-input.u-input-white.u-input-white-left input {
    text-align: left !important;
}
.c-table__cell-hidden-input.u-input-white input:focus {
    border: 1px solid #e6eaee !important;
    box-shadow: 1px 1px 0px 0px #eff1f5 !important;
}
.c-sidebar__title {
    background: #2d394c;
    padding-top: 5px;
    padding-bottom: 5px;
}
.c-sidebar__link {
    padding: 10px 0 10px 30px;
}
.c-custom-select .c-input {
	background: linear-gradient(180deg,#fff,#f2f4f7);
	color: #999;
  cursor: pointer;
}
.c-custom-select .c-input:focus {
	outline: none;
}
.c-custom-select .is-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;
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-results__option {
  color: #354052 !important;
}
@media (min-width: 769px) {
  .u-hidden\@desktop {
    display: none !important;
  }
  .u-p-medium\@desktop {
    padding: 1.875rem !important;
  }
  .u-pl-medium-small {
    padding-left: 30px;
  }
  .u-pr-medium-small {
    padding-right: 30px;
  }
  .u-mt-medium-small {
    margin-top: 30px;
  }
  .c-toolbar--table-header {
    padding: 15px 30px !important;
  }
  .u-pr-7\@desktop {
    padding-right: 7px;
  }
  .u-pl-7\@desktop {
    padding-left: 7px;
  }
}
.c-modal--xlarge .c-modal__dialog {
    max-width: 800px;
}
.c-modal--giant .c-modal__dialog {
    max-width: 1200px;
}

@media (max-width: 768px) {
  .u-hidden\@mobile {
    display: none !important;
  }
  .u-p-small\@mobile {
    padding: 0.9375rem !important;
  }
  .u-width-100\@mobile {
    width: 100% !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;
  }
  /* .container {
    max-width:
  } */
  .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-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-decoration-none:hover {
  text-decoration: none !important;
}
.u-text-italic {
  font-style: italic;
}
.u-text-xlarge {
  font-size: 1.5rem !important;
}
.pull-right {
  float: right !important;
}
.hide {
  display: none;
}
.fade {
  transition: opacity 1ms;
}
.d-contents {
  display: contents !important;
}
.u-margin-auto {
  margin: auto !important;
}
.u-mr-15 {
  margin-right: 15px;
}
.u-mr-5 {
  margin-right: 5px;
}
.u-mr-1 {
  margin-right: 1px;
}
.u-ml-5 {
  margin-left: 5px;
}
.u-mb-giant {
  margin-bottom: 20rem !important;
}
.u-pr-0 {
  padding-right: 0px;
}
.u-pl-0 {
  padding-left: 0px;
}
.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-bt-zero {
  border-top: none;
}
.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-250px {
  width: 250px !important;
}
.u-width-200px {
  width: 200px !important;
}
.u-width-150px {
  width: 150px !important;
}
.u-width-120px {
  width: 120px !important;
}
.u-width-100px {
  width: 100px !important;
}
.u-width-70px {
  width: 70px !important;
}
.u-height-50px {
  height: 50px !important;
}
.u-size-1rem {
  font-size: 1rem !important;
}
.u-size-40px {
  font-size: 40px !important;
}
.u-size-80px {
  font-size: 80px !important;
}
.u-line-height {
  line-height: 1.2;
}
.u-white-space__no-wrap {
  white-space: nowrap;
}
.u-table-hover tr:hover {
  background: #f9fafa;
}
.u-table-hover tr.is-hover {
  background: #f9fafa;
}
.u-hidden {
  display: none !important;
}

/* Styling */
.loading {
  margin-top: 5px;
	margin-right: 20px;
  display: inline-flex;
}
.loading img {
	width: 20px;
	margin-right: 5px;
}
.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-page__card--large {
  width: 1000px;
  margin: 0 auto 3.125rem;
}
.o-page__card--medium {
  width: 600px;
  margin: 0 auto 3.125rem;
}
@media (max-width: 992px) {
  .o-page__card--large {
    width: 95%;
  }
  .o-page__card--medium {
    width: 95%;
  }
}
