/* here you can put your own css to customize and override the theme */
body > [uib-modal-window]:not([modal-render]) {
  display: none;
}

.hand {
  cursor: pointer;
}

a.black {
  color: inherit;
}

a.black:hover {
  color: inherit;
  text-decoration: underline;
}

.invisible {
  visibility: hidden;
}

.readonlyinput {
  padding-left: 5px;
  padding-right: 5px;
  text-align: right;
  border-color: rgb(229, 230, 231);
  border-width: 1px;
  background-color: #eee;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
}

.bg-white {
  background-color: white;
}

.text-align-right {
  text-align: right;
}

span .has-error {
  color: #ed5565;
}

/* Polls */
.poll-container .poll-field {
  margin: 5px 5px 5px 5px;
  padding: 15px 5px 15px 5px;
  border-bottom: 1px solid #f1f1f1;
}

.poll-field:first-child {
  margin-top: 0;
}

.poll-field,
.poll-field-body {
  overflow: hidden;
  zoom: 1;
}

.poll-field {
  margin-top: 15px;
}

.poll-question {
  /* padding: 9px 12px 6px 12px; */
  background: #f9f9f9;
  border: 1px solid #f1f1f1;
}

.html_field p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}

/* Start Compact Panel*/
.panel-compact .row {
  margin-left: 0;
  margin-right: 0;
}

.panel-compact .row > div {
  padding-left: 5px;
  padding-right: 5px;
}

.panel-compact .row > div .form-control {
  padding-left: 5px;
  padding-right: 5px;
}

.panel-compact .form-control {
  height: 30px;
  padding: 5px 10px;
  line-height: 1.428571429;
  border-radius: 3px;
}

.panel-compact .select2-container--bootstrap .select2-selection--single {
  height: 30px;
  line-height: 1.428571429;
  padding: 5px 10px;
}

.panel-compact .btn {
  height: 30px;
  line-height: 1.428571429;
  padding: 5px 10px;
}

/* End Compact Panel*/

/* Start Angular send Feedback override*/
.feedback-btn-gray {
  font-family: "Open sans";
  color: #f5f5f5;
  text-align: center;
  cursor: pointer;
  background-color: #1ab394;
  background-image: none;
  border: 1px solid #dcdcdc;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.feedback-btn-gray:hover {
  color: #f5f5f5;
  background-color: #18a689;
  background-image: none;
  border: 1px solid #c6c6c6;
}
/* End Angular send Feedback override*/

/* Start Angular UI Router Tabs */
tabs .ui-tab .tab-content {
  padding: 0;
}
/* End Angular UI Router Tabs*/

/* Start Bootstrap override */
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.btn-group-xxs > .btn,
.btn-xxs {
  padding: 0px 3px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.input-group-field {
  display: table-cell;
  vertical-align: middle;
  border-radius: 4px;
  min-width: 1%;
  white-space: nowrap;
}

.input-group-field .form-control {
  border-radius: inherit !important;
}

.input-group-field:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-field:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.nav-tabs > li.active > div,
.nav-tabs > li.active > div:hover {
  color: #555;
  cursor: default;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav > li.uib-tab > div {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav-tabs > li > div {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.uib-tab > div {
  color: #337ab7;
  cursor: pointer;
}

label {
  font-weight: 400;
}

legend {
  margin-bottom: 0;
  font-size: 15px;
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: none;
}
/* End Bootstrap override */

/* Start select2 override */
.select2-close-mask {
  z-index: 2099;
}

.select2-dropdown {
  z-index: 3051;
}
/* End select2 override*/

/* Start ibox override */
.ibox-content.np {
  padding: 0;
}
/* End ibox override */

/* Bootstrap File Input*/
.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 999px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
/* End Bootstrap File Input */

/* Start Menu*/
.nav-second-level li a {
  padding: 2px 7px 2px 7px;
  padding-left: 35px;
}
/* End Menu*/

/* Start Inspinia Override*/
.btn-default {
  background-color: #f2f2f2;
  border-color: #c2c2c2;
  color: #666666;
}

.nav.nav-second-level > li > a {
  color: #676a6c;
  font-weight: normal;
  padding: 2px 20px 2px 20px;
}

.md-skin .nav-second-level .nav-third-level li.active a {
  padding: 2px 20px 2px 31px;
}

.md-skin .nav-second-level .nav-third-level li a {
  padding: 2px 20px 2px 35px;
}

.nav-third-level li a {
  color: #5b5d5f;
}

.table-nobordered .table-bordered td {
  border: 0;
}
/* End Inspinia Override */

/* Start Loans */
.loan-settlement-table {
  margin-bottom: 10px;
}

.loan-settlement-table thead > tr > th:last-child {
  text-align: right;
}

.loan-settlement-table tbody > tr > td:last-child {
  text-align: right;
}

.loan-settlement-table tfoot > tr > td {
  text-align: right;
}
/* End Loans */

.largefontcell {
  margin: 18px 0;
  text-align: center;
  vertical-align: middle;
  line-height: 1.42857;
  font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: larger;
  color: #676a6c;
}

.centeredtextcell {
  vertical-align: middle;
  text-align: center;
  line-height: 1.42857;
}

.graybackground {
  padding: 3px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

#contactsGrid tr.jqgrow td {
  border-top: none;
  border-bottom: 1px solid #e7eaec;
  padding: 2px 0px;
  vertical-align: middle;
}

#contactsGrid tr.jqgrow td input.checkbox {
  display: inline;
}

#contactsGrid tr.ui-row-ltr td {
  border-right-color: white;
}

#contactsGrid .largefontcell {
  margin: 1px 0;
  text-align: left;
  vertical-align: middle;
  line-height: 1.42857;
  font-family: "Roboto", "arial", sans-serif;
  font-size: larger;
  color: #676a6c;
}

#contactsGrid .boldfontcell {
  margin: 1px 0;
  text-align: left;
  vertical-align: middle;
  line-height: 1.42857;
  font-family: "Roboto", "arial", sans-serif;
  font-size: larger;
  font-weight: bold;
  color: black;
}

#contactsGrid .boldfontcell a,
#contactsGrid .boldfontcell a:active,
#contactsGrid .boldfontcell a:visited {
  color: black;
}

#contactsGrid .boldfontcell a:hover {
  color: black;
  text-decoration: underline;
}

.ui-jqgrid tr.jqgrow td {
  white-space: normal !important;
  height: auto;
  vertical-align: middle;
  padding-top: 3px;
  padding-bottom: 3px;
}

.project-list .ui-jqgrid tr.jqgrow td {
  border-top: none;
  border-bottom: 1px solid #e7eaec;
  padding: 7px 5px;
  vertical-align: middle;
}

.project-list .ui-jqgrid-view {
  background-color: #ffffff;
}

.ui-jqgrid tr.jqgrow td.wrapcell {
  white-space: normal;
}

.ui-jqgrid tr.jqgrow td.rb {
  border-right: none;
}

.ui-jqgrid tr.jqgrow td.bb {
  border-bottom: 1px solid #e7eaec;
}

.ui-jqgrid tr.jqgrow td.p-r-sm {
  padding-right: 10px;
}

.ui-jqgrid tr.jqgrow td.p-l-sm {
  padding-left: 10px;
}

.ui-jqgrid tr.ui-row-ltr td {
  border-right: none;
}

#gbox_personsGrid > div > div > table > thead > tr.jqgrow > td {
  height: 45px !important;
  border-right: none;
  border-left: none;
}

.customer-photo {
  /* display: inline-block; */
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-size: 72px 72px;
  background-position: center center;
  vertical-align: middle;
  line-height: 32px;
  box-shadow: inset 0 0 1px #999, inset 0 0 10px rgba(0, 0, 0, 0.2);
  margin-left: 5px;
}

.customer-product {
  /* display: inline-block; */
  width: 120px;
  height: 40px;
  background-size: 120px 40px;
  background-position: center center;
  vertical-align: middle;
  line-height: 32px;
  box-shadow: inset 0 0 1px #999, inset 0 0 10px rgba(0, 0, 0, 0.2);
  margin-left: 5px;
}

.customer-name {
  display: inline-block;
  vertical-align: middle;
  line-height: 32px;
  padding-left: 3px;
}

.contact-cell {
  display: inline-block;
  vertical-align: middle;
  line-height: 32px;
  padding-left: 3px;
  margin: 5px;
}

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 58%;
  margin-left: -1.5px;
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > div > .timeline-panel {
  width: 56%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > div > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline > li > div > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline > li > div > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 63%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge.primary {
  background-color: #2e6da4 !important;
}

.timeline-badge.success {
  background-color: #3f903f !important;
}

.timeline-badge.warning {
  background-color: #f0ad4e !important;
}

.timeline-badge.danger {
  background-color: #d9534f !important;
}

.timeline-badge.info {
  background-color: #5bc0de !important;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}

/* Flex Grid*/
.row-flex,
.row-flex > div[class*="col-"] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1 1 auto;
}

.row-flex-wrap {
  -webkit-flex-flow: row wrap;
  align-content: flex-start;
  flex: 0;
}

.row-flex > div[class*="col-"],
.container-flex > div[class*="col-"] {
  margin: -0.2px; /* hack adjust for wrapping */
}

.container-flex > div[class*="col-"] div,
.row-flex > div[class*="col-"] div {
  width: 100%;
}

.flex-col {
  display: flex;
  display: -webkit-flex;
  flex: 1 100%;
  flex-flow: column nowrap;
}

.flex-grow {
  display: flex;
  -webkit-flex: 2;
  flex: 2;
}
/* End Flex Grid*/

/* Start Angular UI Tree Override */
.angular-ui-tree-empty {
  border: none;
  min-height: initial;
  background: none;
}

.angular-ui-tree-nodes .angular-ui-tree-nodes {
  padding-left: 15px;
}
/* End Angular UI Tree Override*/

/* Start Gridstack Override */
.grid-stack > .grid-stack-item > .grid-stack-item-content {
  overflow-y: hidden;
}
/* End GridStack Override*/
.file-manager-scroller {
  /*white-space: pre-line;
    height: 650px; 
    min-height: 350px;
    overflow-y: visible;
    position: relative;
  */
}

/* Header syndicates ----------- */

.syndicate-shadow {
  /* background: url("hCwhzhzh1A5Hi5cj5GcQjsIxY9zB3rIzQlo32EX10W0.png") repeat-x left bottom; */
  height: 380px;
  position: relative;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.syndicate-header {
  margin-top: 0px;
}

.syndicate-header .investor-pic {
  max-width: 160px;
  max-height: 160px;
  padding-bottom: 10px;
}
@media (max-width: 1290px) {
  .target {
    font-size: 11px !important;
  }
  .invested {
    font-size: 11px !important;
  }
}
/* 
@media (max-width: 1290px) {
  .col-md-8{
    width: 100% !important ;
  }
}
@media only screen and (min-width: 768px)  {
  .col-md-8{
    width: 45% !important;
  }
} */

@media (max-width: 970px) {
  .syndicate-shadow {
    height: 420px;
  }

  .syndicate-header .investor-pic {
    max-width: 120px;
    max-height: 120px;
  }
  .syndicate-header {
    margin-top: -185px;
  }
}

.investor-name h3 {
  margin-bottom: 2px;
  font-weight: 400;
  color: #9aca3c;
}

.investor-name p {
  font-weight: 400;
  color: #0f2a2e;
  margin-top: 20px;
  padding: 0px;
  font-style: italic;
}

.logo-company-big {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px;
  position: relative;
  overflow: hidden;
  margin-bottom: 14px;
}

@media (min-width: 970px) {
  .investor-header {
    padding-top: 30px;
  }
  .investor-name h3 {
    margin-bottom: 10px;
    font-weight: 400;
    color: #9aca3c;
    margin-top: 40px;
  }
}

.syndicate-header h1 {
  font-size: 60px !important;
  font-weight: 200 !important;
}

/* Images ---------------- */

.ratio-16x9 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  height: 0;
  padding-bottom: 56%;
  overflow: hidden;
}

.ratio-round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}

.ratio-square {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}

.ratio-16x9 img,
.ratio-square img,
.ratio-round img {
  width: 100%;
}
.ratio-16x9 img {
  height: 100%;
}

.ratio-16x9 > * {
  position: absolute;
  left: 0;
  top: 0;
}

.logo-company-pic {
  max-width: 80px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-radius: 3px;
  border: 3px solid #fff;
  background: #fff;
}

.logo-company-pic-md {
  max-width: 140px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-radius: 3px;
  border: 3px solid #fff;
  background: #fff;
}

.logo-company-pic-md-round {
  max-width: 140px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #fff;
  background: #fff;
}

.user-pic {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border-radius: 50%;
  max-width: 100px;
  border: 3px solid #fff;
  background: #fff;
}

.article-details .user-pic,
.article-details .logo-company-pic,
.article-details .logo-company-pic-md,
.article-details .logo-company-pic-md-round {
  margin: 0 auto;
}

.article-details h4 {
  min-height: 50px;
}

/*----------------------------------------*/

/*----- 1.3 Spacers and dividers -----*/

/*----------------------------------------*/

/*use suitable height spacer for vertical spacing*/

.spacer-1px,
.spacer-10px,
.spacer-20px,
.spacer-30px,
.spacer-40px {
  width: 100%;
  height: 10px;
  display: block;
  clear: both;
}

.spacer-1px {
  height: 1px !important;
}

.spacer-20px {
  height: 20px !important;
}

.spacer-30px {
  height: 30px !important;
}

.spacer-40px {
  height: 40px !important;
}

.spacer-60px {
  height: 60px !important;
}

/*horizonal spacer*/

.horz-20px {
  width: 20px;
  height: 1px;
  display: inline-block;
}

/*divider*/

.divider-line {
  background: #e5e3e1;
  width: 100%;
  height: 1px;
  margin: 40px auto;
  display: inline-block;
  clear: both;
}

/*----------------------------------------*/

/*----- 1.4 Image styles -----*/

/*----------------------------------------*/

.img-left {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

.img-right {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}

.mythumb {
  margin-bottom: 20px;
}

.syndicating {
  text-transform: uppercase;
  color: #ff7f52;
  font-weight: 500;
}

.section-title {
  color: #ff7f52;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 40px;
}

.progress {
  border-radius: 10px;
}

.progress-bar {
  border-radius: 10px;
  background-color: #ff7f52;
}

.oportunity-day {
  padding: 0;
}

.oportunity-day {
  padding-left: 10px;
  padding-right: 10px;
}

.oportunity-day span {
  font-size: 42px;
  letter-spacing: -1px;
}

.days-left {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.days-left.warning {
  background-color: rgba(251, 233, 101, 0.4);
  padding: 1px 4px;
  color: #403e3d;
}

.days-left.danger {
  background-color: #fc5f5f;
  padding: 1px 4px;
  color: #fff;
}

.bgr-dark {
  background-color: #0f3d40;
}

.flex-grid {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-grid article {
  -webkit-flex-direction: column;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}

/* @media (max-width: 992px) {
  .flex-grid.flex-3-to-2 .col-xs-6:nth-of-type(2n+1),
  .flex-grid.flex-3-to-2 .col-sm-6:nth-of-type(2n+1) {
    clear: both;
  }
} */

/* @media (min-width: 992px) {
  .flex-grid.flex-3-to-2 .col-md-4:nth-of-type(3n+1) {
    clear: both;
  }
}

.flex-grid.flex-2 .col-xs-6:nth-of-type(2n+1) {
  clear: both;
} */

/* Raising Companies - oportunity box ---------- */

.oportunity-file {
  padding: 20px;
  color: #878787;
}

.oportunity-file button {
  width: 100%;
}

.grey-box {
  background: #f4f8f8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #f0f2f2;
  padding: 12px;
}

.white-box {
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 18px;
}

.white-box p {
  font-size: 14px;
}

.lightblue-box {
  background: #f4f8f8;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 18px;
}

.lightblue-box p {
  font-size: 14px;
}

.oportunity-image {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 8px;
  position: relative;
  overflow: hidden;
}

.oportunity-status {
  padding: 8px;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.oportunity-status {
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.oportunity-status.warning {
  background-color: rgba(254, 239, 136, 0.8);
}

.oportunity-status.danger {
  background-color: rgba(252, 95, 95, 0.8);
  color: #fff;
}

.oportunity-status.success {
  background-color: rgba(100, 200, 100, 0.8);
  color: #fff;
}

.oportunity-file .logo-company-pic {
  margin-top: -58px;
  margin-left: -4px;
  position: relative;
  z-index: 5;
}

.company-description {
  color: #878787;
  margin-bottom: 20px;
  font-size: 14px;
}

.oversuscribe {
  color: #878787;
  margin-bottom: 10px;
  font-size: 12px !important;
  text-align: center;
}

.campaign-stat {
  text-align: center;
}

.invested {
  font-size: 20px;
  color: #ff7f52;
  padding-bottom: 6px;
  text-align: left;
}

.invested-pie {
  color: #ff7f52;
  padding: 0 8px;
  font-size: 13px;
}

.oportunity-amount {
  padding: 0 8px;
}

.invested-pie span {
  color: #403e3d;
  float: right;
}

.target {
  font-size: 20px;
  color: #403e3d;
  text-align: right;
  font-weight: 500;
}

.progress {
  margin-bottom: 4px;
}

.progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.oportunity-details {
  margin-top: 20px;
  margin-bottom: 20px;
}

.oportunity-details div {
  border-right: 1px solid #e9e9e9;
  text-align: center;
  font-size: 13px;
}

.oportunity-details div:last-child {
  border-right: none;
}

.oportunity-details span {
  font-size: 32px;
  color: #403e3d;
  font-weight: 500;
}

.oportunity-features {
  margin: 16px 0;
  padding: 0 8px;
}

.oportunity-file .user-pic {
  position: absolute;
  right: 48px;
  z-index: 5;
  width: 90px;
  height: 90px;
  top: 74px;
}

.oportunity-file h4 {
  font-size: 21px;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 2px;
}

.oportunity-file h3 {
  font-weight: 600;
  margin-bottom: 2px;
  margin-top: 4px;
}

.iconlist-s li,
.iconlist li {
  border-bottom: 1px solid #e9e9e9;
}

.iconlist li {
  padding: 6px 0;
  line-height: 1.6em;
}

.iconlist-s li {
  font-size: 12px;
  padding: 1px 0;
}

.iconlist-s li:last-child,
.iconlist li:last-child {
  border-bottom: none;
}

.iconlist-s .fa,
.iconlist .fa {
  color: #d1dddb;
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
}

/*.navbar .navbar-collapse {
  text-align: center;
}*/

.navbar-nav > li > a {
  color: #4a4342;
  font-weight: 500;
  font-size: 17px;
}

@media (max-width: 1024px) {
  .navbar-nav > li > a {
    font-size: 14px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .modal-dialog {
    width: 95% !important;
  }
}

.navbar-nav > a:hover,
.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
  color: #fff;
  /*background-color: #ff7f52;*/
}

.navbar-nav > li > a:hover {
  color: #fff;
  background-color: #ff7f52;
}

.nav > li > a {
  padding-top: 20px;
  padding-bottom: 20px;
}

#syndicate-menu a .fa {
  color: #23abf9;
}

#syndicate-menu a:hover .fa,
#syndicate-menu li.active a .fa {
  color: #fff;
}

#syndicate-menu {
  min-height: auto;
  padding: 1px 0 0;
  margin: 0 auto;
  top: 0;
  z-index: 50;
  width: 100%;
  height: 64px;
}

#syndicate-menu .navbar {
  margin: 0 !important;
}

#syndicate-menu #inner-menu.fixhead {
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  box-shadow: 0 0 6px rgba(1, 1, 1, 0.18);
}

#inner-menu {
  margin: 0 !important;
  background: rgba(255, 255, 255, 0.9);
}

.navbar-toggle .icon-bar {
  width: 28px;
  height: 6px;
  border-radius: 1px;
  background: #ff7f52;
  transition: all 0.3s ease 0s;
}

.navbar-toggle:hover .icon-bar {
  width: 28px;
  height: 6px;
  border-radius: 1px;
  background: #ff4f11;
}

@media (max-width: 768px) {
  .nav > li > a {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  ul.navbar-nav {
    margin: 0 -15px;
  }
  .navbar .navbar-nav {
    width: 99%;
  }
  .modal-dialog {
    width: 95% !important;
  }
}

.startup-details,
.documentation {
  background: #f4f8f8;
}

/* Headings  -------- */

.area-title {
  text-transform: uppercase;
  color: #23abf9;
  font-weight: 500;
}

.area-title .fa {
  color: #23abf9;
}

.strong-title {
  font-weight: 600;
}

/* About the startup ---------  */

.about-details {
  padding: 30px;
}

.about-details h5 {
  margin: 20px 0 6px;
}

.about-details h3 {
  margin: 0 0 6px;
  line-height: 24px;
}

.article-details {
  text-align: center;
  padding: 20px 0;
}

.article-details p {
  font-size: 14px;
  text-align: center;
}

.article-details h4 {
  font-weight: 600;
  padding-top: 8px;
}

/* Team Page Styles
------------------------------------*/

.m0 {
  margin: 0 !important;
}

.sxDeals {
  background: none repeat scroll 0 0 #fafafa;
}

.sxDeals h1 {
  font-size: 33px;
  margin: 0;
}

.sxDeals h2 {
  font-size: 18px;
  font-weight: 300;
}

.sxDeals .sx-hp-cbox {
  border: 1px solid #f1f1f1;
  padding: 35px 35px 15px;
  min-height: 590px;
}

.sx-Dlogo {
  border: 0px solid #f1f1f1;
  padding: 10px;
  margin-bottom: 10px;
}

.sxT-socials {
  margin: 0;
}

.sxT-socials li {
  background: none repeat scroll 0 0 rgba(197, 197, 197, 1);
  border-radius: 30px;
  display: inline-block;
  height: 22px;
  list-style-type: none;
  margin-right: 1px;
  transition: all 0.3s ease 0s;
  width: 22px;
  line-height: 16px;
}

.sxT-socials li:hover {
  background: none repeat scroll 0 0 #f17e4e;
}

.sxT-socials li a {
  background: url("/assets/images/SRZ0LgkgsaxdSINhuFzXFMDyIf1dp6WJVQ3fLLVVSBr.png")
    no-repeat scroll 6px 6px rgba(0, 0, 0, 0);
  display: block;
  height: 22px;
  text-indent: -9999px;
  width: 22px;
}

a.sxT-fb {
  background-position: -56px 6px !important;
}

a.sxT-in {
  background-position: -36px 6px !important;
}

a.sxT-gp {
  background-position: -14px 6px !important;
}

.sxT-more {
  background-color: #f17e4e !important;
  background-position: -72px 6px !important;
  border-radius: 22px;
}

.sx-Ddesc {
  background: none repeat scroll 0 0 #fafafa;
  font-size: 14px;
  line-height: 20px;
  padding: 10px;
}

.sx-Ddesc > p {
  margin: 0;
}

.sx-Dsave {
  font-size: 12px;
  font-weight: bold;
  /*line-height: 54px;*/
}

.sx-Ddollar {
  color: #f17e4e;
  font-size: 20px;
  font-weight: 300;
}

.sxDeals .sx-status-bar {
  border: 1px solid #bfbfbf;
  border-radius: 3px;
}

.sxDeals .sx-status-bar .bar {
  background: none repeat scroll 0 0 #bfbfbf;
  border: medium none;
  border-radius: 3px 0 0 3px;
  color: #fff;
  font-size: 12px;
  height: 22px;
  line-height: 22px;
}

.sx-DS {
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 20px;
  overflow: hidden;
}

.sxDeals .sx-modal {
  margin-left: -240px;
  padding: 10px 20px;
  width: 480px;
}

.modal-header .sxD-title h3 {
  font-weight: bold;
}

.sxDeals .modal-header,
.sxDeals .modal-body,
.sxDeals .modal-footer {
  padding: 5px 0;
  line-height: 20px;
}

.sxDeals ol {
  list-style-type: decimal;
  margin: 10px 0 0 40px;
}

#modalDeal .sx-rm {
  margin-left: 25px;
}

.sxDeals .modal.fade.in {
  top: 20%;
}

.sxDpage .sx-DS {
  border-bottom: none;
  margin-bottom: 0;
}

.sxDpage .sx-Dsave {
  display: block;
  line-height: inherit;
  margin-top: 15px;
  text-align: center;
}

.sxDpage .sx-hp-cbox {
  padding: 35px 35px 15px 40px;
}

.sx-Dinfo {
  border-bottom: 0px solid #f1f1f1;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.sx-Dinfo:last-of-type {
  border: none;
  margin-top: 25px;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.sxDpage .sx-Dlogo {
  padding: 10px 0;
}

.sx-Dinfo li {
  background: url("/assets/images/cJB8Gy1nriczx7AyhVcF8VDbTDGWVVscSKa4RpjsVk3.png")
    no-repeat scroll 0 2px rgba(0, 0, 0, 0);
  line-height: 20px;
  margin-bottom: 10px;
  padding-left: 30px;
  text-align: justify;
  text-justify: inter-word;
}

#partners {
  border-top: 1px solid #f1f1f1;
  padding: 10px 0;
}

.sx-Pcnt {
  border-left: 3px solid #f17e4e;
  line-height: 16px;
  margin: 5px 10px 0 0;
  padding-left: 10px;
}

.sx-Ddollar input {
  width: 50%;
}

.sxDpage .sx-inlineBtn {
  margin-top: 3px;
}

.sxDpage select.editable-input {
  height: auto;
  margin: 10px 0 0;
  max-width: 30%;
  padding: 5px 0;
}

ul {
  list-style-type: none !important;
}

/* Header Nav */

#header-main .nav > li,
#header-main .nav ul > li {
  position: relative;
  z-index: 2;
}

#header-main .nav > li {
  float: left;
}

#header-main .primary-menu-item {
  margin: 3px 25px 0;
  padding: 6px 3px;
  text-transform: uppercase;
}

#header-main .nav:hover .primary-menu-item-active {
  border-bottom: 0px transparent;
}

#header-main .nav .primary-menu-item:hover,
#header-main .nav .primary-menu-item-active {
  border-bottom: 2px solid #3cc5e0;
}

#header-main .primary-menu-item:first-child {
  margin-left: 70px;
}

#header-main .nav > li:hover > a,
#header-main .nav ul li a:hover {
  -webkit-transition: color 0.1s linear;
  transition: color 0.1s linear;
}

#header-main .nav ul.dropdown {
  transition: all 0s ease 1s;
  /*delay 1s*/
  visibility: hidden;
  position: absolute;
  top: 51px;
  left: -5px;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  z-index: 999;
  width: 240px;
  background: #fff;
  border: 1px solid #e2e2e2;
  padding: 15px 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

#header-main .nav ul.dropdown li > ul {
  display: none;
  position: absolute;
  top: 0;
  left: 177px;
  border-radius: 0 0 4px 4px;
}

#header-main .nav li:hover > ul.dropdown {
  transition-delay: 0s;
  visibility: visible;
}

#header-main .nav ul.dropdown:after,
#header-main .nav ul.dropdown:before {
  bottom: 100%;
  left: 80%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

#header-main .nav ul.dropdown:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 12px;
  margin-left: -12px;
}

#header-main .nav ul.dropdown:before {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #e2e2e2;
  border-width: 13px;
  margin-left: -13px;
}

#header-main .nav ul.dropdown li a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #e2e2e2;
}

#header-main .nav ul.dropdown li a:hover {
  color: #3cc5e0;
}

#header-main .nav ul.dropdown li a:active {
  color: #9aca3c;
}

#header-main .nav ul.dropdown li:last-child > a {
  border-bottom: none;
}

/* Sign-in */

.nav .header-signin > a:hover {
  color: #9aca3c;
  text-decoration-style: none;
}

/* Sign up */

#header-main .nav .accredited-signin a {
  display: block;
  background: #3cc5e0;
  border: 1px solid #39b8d1;
  border-radius: 4px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  color: #676a6c;
  padding: 10px 30px;
}

#header-main .nav .button-linkedin {
  font-size: 12px;
  font-weight: 600;
  background: #3cc5e0;
  border: 1px solid #39b8d1;
  border-radius: 4px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  color: #676a6c;
  padding: 8px 20px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.nav .button-linkedin:hover {
  background: #42d3f0;
  color: #9aca3c;
}

.nav .accredited-signin a:hover {
  background: #42d3f0;
}

#header-main .nav .button-linkedin img {
  height: 16px;
  margin-left: 5px;
  vertical-align: -3px;
  border-radius: 2px;
}

#userMenu {
  height: 70px;
}

#userMenu .dropdown a {
  color: #676a6c !important;
  cursor: pointer;
}

.dropdown li > a :hover {
  color: #9aca3c !important;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

#userMenu .dropdown a :active {
  color: #9aca3c !important;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}

.view-profile a {
  text-decoration: none !important;
}

.edit a {
  text-decoration: none !important;
}

.logout a {
  text-decoration: none !important;
}

.sx-user-hdr-logo img {
  border-radius: 50%;
}

/* html,
body {
  height: 100%;
  overflow: auto;
} */

/*---------- tags ----------*/

.sx-tags a {
  background: none repeat scroll 0 0 #e0edf5;
  border-radius: 4px;
  color: #307dda;
  display: block;
  font-family: "Roboto", "Arial";
  font-size: 13px;
  margin: 1px 5px 0 0;
  padding: 3px 10px 3px;
  text-decoration: none;
}

.sx-tags a:hover {
  background: #307dda;
  color: #fff;
  text-decoration: none;
}

.sx-box-cnt.sx-tags li {
  margin: 1px;
  width: auto;
}

.sx-tags li {
  margin: 0;
  width: auto;
  float: left;
}
.sx-hp-title {
  font-size: 2.5em;
  padding: 40px 0 5px;
}
.sx-hp-title,
.sx-hp-title-subt {
  font-weight: 300;
  text-align: center;
}

.sx-hp-title-subt {
  font-size: 1.5em;
}
.sx-hp-title-subt .total {
  color: #9aca3c;
}

#zenbox_container .zenbox_header {
  position: relative;
  text-align: right;
  width: auto;
  z-index: 100;
}
#zenbox_close {
  cursor: pointer;
  height: 46px;
  position: relative;
  top: 10px;
  width: 46px;
}
#zenbox_body {
  height: 900px;
  margin-top: -18px;
  position: relative;
  width: 615px;
}
#zenbox_scrim {
  background-color: #000;
  filter: alpha(opacity=42);
  -moz-opacity: 0.42;
  left: 0;
  position: absolute;
  opacity: 0.42;
  top: 0;
  width: 100%;
  z-index: 1;
}

/* user sign in / register page */
.signup-login {
  background: #f2f2f2;
}
.signup-login .content {
  background: #fff;
  border: 1px solid #b1b1b1;
  border-radius: 4px;
  margin: 60px 0;
  padding: 40px 0;
}
.signup-login h1 {
  text-align: center;
  margin: 0 0 40px;
  font-size: 36px;
  font-weight: 300;
}
.signup-login h1 span {
  font-size: 20px;
}
.signup-login section {
  float: left;
  width: 50%;
  margin: 0;
  padding: 40px 60px;
}
.signup-login-social {
  text-align: center;
}
.signup-login-email {
  border-left: 1px solid #b1b1b1;
  position: relative;
}
.signup-login h2 {
  font-size: 20px;
  line-height: 1.25em;
  margin-bottom: 12px;
  text-align: left;
  text-transform: none;
  font-weight: normal;
}
.signup-login h2 span {
  font-size: 16px;
}
.signup-login h2 strong {
  font-weight: 600;
}
.signup-login h2 a {
  float: right;
  font-size: 14px;
}
.signup-login .btn-linkedin,
.signup-login .btn-facebook {
  border-radius: 2px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.28);
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 16px;
  width: 310px;
  text-align: center;
  cursor: pointer;
}
.signup-login .btn-linkedin {
  background: #9aca3c;
  margin: 10px 0 20px;
}
.signup-login .btn-facebook {
  background: #9aca3c;
}
.signup-login .btn-facebook a {
  color: #fff;
}
.signup-login .btn-linkedin img,
.signup-login .btn-facebook img {
  margin: 0 0 -4px 12px;
}
.signup-login label {
  display: none;
}
.signup-login input[type="text"],
.signup-login input[type="password"] {
  border: 1px solid #e1e1e1;

  width: 100%;
}
.signup-login #email,
.signup-login #enter_password {
  margin-top: -1px;
}
.signup-login #full_name,
.user-login #email {
  border-radius: 4px 4px 0 0;
}
.signup-login #enter_password {
  border-radius: 0 0 4px 4px;
}
.signup-login #create-account,
.user-login #login,
.user-forgotpassword #submit {
  float: right;
  margin-top: 10px;
  font-weight: 700;
  background: none;
  border: 0;
  color: #3cc5e0;
  font-size: 16px;
  cursor: pointer;
}
.signup-login #create-account.create-account-via-email {
  font-size: 14px;
  font-weight: 600;
  background: #3cc5e0;
  border: 1px solid #39b8d1;
  border-radius: 4px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 8px 20px;
  margin-bottom: 0;
}
.signup-login .or {
  position: absolute;
  top: 45%;
  left: -12px;
  background: #fff;
  display: inline-block;
  padding: 8px 0;
  text-transform: uppercase;
}
.error-message li {
  list-style: none;
}

/* Forgot Password */
.user-forgotpassword section {
  float: none;
  margin: 0 auto;
}
.user-forgotpassword .email {
  border-radius: 4px;
}
.user-forgotpassword p {
  line-height: 1.5em;
}
.form-reset-password .new-password {
  margin-bottom: 20px;
}
.form-reset-password input[type="password"] {
  border-radius: 4px;
}
.breadcrumb {
  /*
  padding: 8px 15px;
  margin-bottom:10px;
  */
  list-style: none;
  background-color: unset !important;
  border-radius: 4px;
}
/** The Magic **/
.btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid rgb(173, 173, 173);
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}

/** The Spacing **/
.btn-breadcrumb .btn {
  padding: 6px 12px 6px 24px;
}
.btn-breadcrumb .btn:first-child {
  padding: 6px 6px 6px 10px;
}
.btn-breadcrumb .btn:last-child {
  padding: 6px 18px 6px 24px;
}

/** The Magic **/
.btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid rgb(173, 173, 173);
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}

/** The Spacing **/
.btn-breadcrumb .btn {
  padding: 6px 12px 6px 24px;
}
.btn-breadcrumb .btn:first-child {
  padding: 6px 6px 6px 10px;
}
.btn-breadcrumb .btn:last-child {
  padding: 6px 18px 6px 24px;
}

/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
  border-left: 10px solid #fff;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
  border-left: 10px solid #ccc;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
  border-left: 10px solid #ebebeb;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
  border-left: 10px solid #adadad;
}

/** Primary button **/
.btn-breadcrumb .btn.btn-primary:not(:last-child):after {
  border-left: 10px solid #428bca;
}
.btn-breadcrumb .btn.btn-primary:not(:last-child):before {
  border-left: 10px solid #357ebd;
}
.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):after {
  border-left: 10px solid #3276b1;
}
.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):before {
  border-left: 10px solid #285e8e;
}

/** Success button **/
.btn-breadcrumb .btn.btn-success:not(:last-child):after {
  border-left: 10px solid #428bca;
}
.btn-breadcrumb .btn.btn-success:not(:last-child):before {
  border-left: 10px solid #357ebd;
}
.btn-breadcrumb .btn.btn-success:hover:not(:last-child):after {
  border-left: 10px solid #3276b1;
}
.btn-breadcrumb .btn.btn-success:hover:not(:last-child):before {
  border-left: 10px solid #285e8e;
}

/** Danger button **/
.btn-breadcrumb .btn.btn-danger:not(:last-child):after {
  border-left: 10px solid #d9534f;
}
.btn-breadcrumb .btn.btn-danger:not(:last-child):before {
  border-left: 10px solid #d43f3a;
}
.btn-breadcrumb .btn.btn-danger:hover:not(:last-child):after {
  border-left: 10px solid #d2322d;
}
.btn-breadcrumb .btn.btn-danger:hover:not(:last-child):before {
  border-left: 10px solid #ac2925;
}

/** Warning button **/
.btn-breadcrumb .btn.btn-warning:not(:last-child):after {
  border-left: 10px solid #f0ad4e;
}
.btn-breadcrumb .btn.btn-warning:not(:last-child):before {
  border-left: 10px solid #eea236;
}
.btn-breadcrumb .btn.btn-warning:hover:not(:last-child):after {
  border-left: 10px solid #ed9c28;
}
.btn-breadcrumb .btn.btn-warning:hover:not(:last-child):before {
  border-left: 10px solid #d58512;
}

/** Info button **/
.btn-breadcrumb .btn.btn-info:not(:last-child):after {
  border-left: 10px solid #5bc0de;
}
.btn-breadcrumb .btn.btn-info:not(:last-child):before {
  border-left: 10px solid #46b8da;
}
.btn-breadcrumb .btn.btn-info:hover:not(:last-child):after {
  border-left: 10px solid #39b3d7;
}
.btn-breadcrumb .btn.btn-info:hover:not(:last-child):before {
  border-left: 10px solid #269abc;
}

/** Info button **/
.btn-breadcrumb .btn.btn-banco:not(:last-child):after {
  border-left: 10px solid #9aca3c;
}
.btn-breadcrumb .btn.btn-banco:not(:last-child):before {
  border-left: 10px solid #9aca3c;
}
.btn-breadcrumb .btn.btn-banco:hover:not(:last-child):after {
  border-left: 10px solid #92c235;
}
.btn-breadcrumb .btn.btn-banco:hover:not(:last-child):before {
  border-left: 10px solid #92c235;
}

/* 
.row {
  margin: unset;
} */

.gray-bg,
.bg-muted {
  background-color: #f3f3f4;
}

/* .col-md-2 {
  width: 12%;
} */
.product-detail .ibox-content {
  padding: 10px 10px 10px 10px;
}
.nav-container {
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
  background: #f5f5f5;
  background: rgba(245, 245, 245, 0.95);
  float: left;
  width: 200px;
  z-index: 984;
}

.card.apps .consume-link,
.card.apps .price {
  color: #689f38;
}

.card .price-container .price {
  background: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  padding-left: 2px;
  text-align: right;
  text-transform: uppercase;
}
/* 
.col-md-4{
  padding-right: 0px;
  margin-right: 0px;
} */
virtual-scroll {
}

app-product-card {
  display: block;
  height: 400px;
}

.icon-container {
  float: left;
  min-height: 80px;
}
.reviewers-small {
  background: #ffffff
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAW0lEQVR4AWP4TwBSTQEIlAuUbyj/D4QbygWwK1gAlITABdgVHIArOECmggC4ggBMBRAlBuUNQGgAE8VU4ACBmApAejfALIB61QBVwQeoBAJ+QFXwHxNSLy4IQAD87f8pWI1e0gAAAABJRU5ErkJggg==);

  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  position: relative;
  top: 4px;
  width: 16px;
}
.ratings-info {
  color: #737373;
  font-weight: 300;
  margin-right: 0;
}
.vertical-center {
  display: flex;
  align-items: center;
}

.dropdown-menu {
  width: 315px !important;
  /* width: 230px !important; */
}

#loans-list .dropdown-menu {
  left: -138% !important;
}

.dropdown-menu-alerts {
  width: 400px !important;
}
.dropdown-menu > li > a {
  color: gray;
}
#voy-a-small {
  display: none;
  margin-right: 75px;
}
.star-contentDetail {
  font-size: 0.759em;
}
.star-contentDetail rating {
  text-align: left !important;
}
@media (max-width: 720px) {
  /* .col-xs-3{
    width:100% !important;
  } */
  #containDetail {
    width: 90% !important;
  }
  #calificationBox {
    width: unset !important;
  }
}

@media (max-width: 1700px) {
  app-product-card {
    display: block;
    height: auto;
  }
}
/* @media  (min-width: 200px) and (max-width: 1200px) {
  #voy-a-small{
    display: none;
  }

} */

@media (max-width: 1490px) {
  #containDetail {
    margin-left: 4% !important;
  }
  #productName {
    margin-left: 2%;
  }
  /* .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 0px;
    padding-right: 0px;
    padding-left: 0px;
} */
  .btn-group,
  .btn-breadcrumb {
    margin-top: 2% !important;
  }
  /* #menuFilter {
    display: none;
  }
  #voy-a-small {
    display: block;
  }
  #voy-a-small {
    display: block;
  } */
}

@media (max-width: 1600px) {
  #productsList {
    margin-left: 20px;
  }

  #containDetail {
    margin-left: 6% !important;
  }
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: rgb(104, 159, 56);
}
.col-custom-xs-3 {
  width: 100% !important;
}
.rating-count {
  color: #737373;
  font-weight: 300;
  margin-right: 0;
}
.play-button.small {
  height: 30px;
  line-height: 28px;
  padding: 0 13px;
}
.read-more-link {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: none;
  margin-bottom: 2px;
  margin-top: 32px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.play-button {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: initial;
  box-sizing: initial;
  -webkit-font-smoothing: inherit;
  -webkit-align-items: initial;
  align-items: initial;
  background: none;
  border: 0;
  -webkit-box-sizing: initial;
  box-sizing: initial;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-decoration: none;
}
a .play-button {
}
.play-button:hover {
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.27);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.27);
  border: 1px solid rgba(0, 0, 0, 0.27);
  color: #333;
  cursor: pointer;
}
.play-button:active,
.play-button.open {
  -webkit-box-shadow: inset 0 2px 0 #d6d6d6;
  box-shadow: inset 0 2px 0 #d6d6d6;
  background-color: #e5e5e5;
  border: 1px solid rgba(0, 0, 0, 0.27);
}
.rating-box .rating-bar-container {
  margin-bottom: 2px;
}
.rating-box .rating-bar-container {
  color: #737373;
  height: 23px;
  font-weight: 400;
  position: relative;
  width: 100%;
}
.rating-box .bar-label {
  font-size: 11px;
  left: -28px;
  letter-spacing: 1px;
  position: absolute;
  top: 4px;
}
.rating-box {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
  margin-right: 7px;
  white-space: nowrap;
}
.rating-box .bar-label .star-tiny {
  left: -2px;
  position: relative;
  top: -2px;
}
.star-tiny.star-full {
  background: #ffffff
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAQAAADYBBcfAAAA60lEQVR4AdXTIQjCQBTGcYNgMAt2BGGdZbHY28BeLAv/ok0wmAwWix37elsfbL2XrY7B2HbCGGPobW9bUr5yd7wf3L3HTdTI/BTkPAqypmA9Bt5Q3AZDZkQoImZD4R5VZj8UuhV0B0EMVB2jE7LAYIuFzZUnQQMGPLliY7HFYPEJL6heuXxdFVtm2No3YpF2oBSrtTnsiFtYzK6zq5iEGhZiiuPgoIGHHnPkoYGPPtDTQE+EzMnq8qJeZcwluKlKc+4suZNX+40ET2WZj1l32S9PThJ0SDgybZxMOZLgSPDFSvNbVrwEKOcP4Rt15kTMQuVR7QAAAABJRU5ErkJggg==);
  -webkit-background-size: contain;
  background-size: contain;
}

.star-tiny {
  display: inline-block;
  height: 14px;
  vertical-align: middle;
  width: 14px;
}
.rating-box .bar-label {
  font-size: 11px;
  left: -28px;
  letter-spacing: 1px;
  position: absolute;
  top: 4px;
}
.rating-bar-container.five .bar {
  background: #88b131;
}
.rating-bar-container .bar {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: width 0.25s ease;
  transition: width 0.25s ease;
  display: inline-block;
  height: 100%;
}
.rating-box .rating-bar-container {
  color: #737373;
  height: 23px;
  font-weight: 400;
  position: relative;
  width: 100%;
}
.rating-box .bar-number {
  color: #333;
  font-size: 11px;
  left: 5px;
  position: absolute;
  top: 4px;
}
.rating-box .rating-bar-container {
  color: #737373;
  height: 23px;
  font-weight: 400;
  position: relative;
  width: 100%;
}
.rating-bar-container.four .bar {
  background: #99cc00;
}
.rating-bar-container.three .bar {
  background: #ffcf02;
}
.rating-bar-container.two .bar {
  background: #ff9f02;
}
.rating-bar-container.one .bar {
  background: #ff6f31;
}

.comment-detail {
  font-size: 12px;
  font-weight: 300;
}
.ng-gallery {
  width: 100%;
  display: inline-block;
}

/* img {
  &.ng-thumb {
    height: 300px !important;
    float: left;
    display: block;
    cursor: pointer;
    margin: 2px 2px 0 0;
  }
} */
img.ng-thumb {
  height: 300px !important;
  float: left;
  display: block;
  cursor: pointer;
  margin: 2px 2px 0 0;
}
* {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
*:before,
*:after {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

.product-container {
  width: 90%;
}

.price {
  color: #689f38;
  font-size: 16px;
}

*/ .star-content {
  float: left;
  margin-top: -5px;
  margin-left: 10%;
}
.inline {
  display: unset !important;
}
.product-imitation {
  padding: 0px 0px 0px 0px;
}
@media (max-width: 720px) {
  .vermas {
    display: none;
  }
  .priceView {
    margin-left: 85%;
  }
}

@media (max-width: 1700px) {
  .vermas {
    display: none;
  }
  .star-content {
    font-size: 0.73em;
    margin-left: 0%;
  }
  .price {
    font-size: 13px;
  }

  .priceView {
    margin-left: 80% !important;
  }
}
/* Exrta Large devices */
@media (min-width: 1800px) {
  .vermas {
    display: block;
  }
  .star-content {
    font-size: 1em;
    margin-left: 5%;
  }
  .price {
    font-size: 17px;
  }

  .priceView {
    margin-left: 85%;
  }
}
.zindex {
  z-index: 99000 !important;
}
.zindexpus {
  z-index: 99999 !important;
}

.select2-dropdown {
  z-index: 99999;
}

.projects {
  padding-top: 30px;
}

.projects .img-responsive {
  min-height: 215px;
  cursor: pointer;
}

.user-button {
  margin-top: 15px;
  position: absolute;
  bottom: 6%;
}
