
/**** generics ******/

.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.center { text-align: center; margin: auto; }

.mt25 { margin-top: 25px; }
.mb25 { margin-bottom: 25px; }

.col-90 { width: 90%; }
.col-50 { width: 50%; }
.col-33 { width: 33%; }
.col-25 { width: 25%; }

.pl12 { padding-left: 12px; }
.pr12 { padding-right: 12px; }

.pl15 { padding-left: 15px; }
.pr15 { padding-right: 15px; }


.m-b-5 { margin-bottom: 5px; }
.m-t-5 { margin-top: 5px; }

.m-b-10 { margin-bottom: 10px; }
.m-t-10 { margin-top: 10px; }

.m-b-20 { margin-bottom: 20px; }
.m-t-20 { margin-top: 20px; }

.animation {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.label { font-size: 90%; }

/**** template ******/

html, body { min-height: 100%; height: 100%; }
body > .wrapper { min-height: 100%; }

.navbar { border-radius: 0px; }
.navbar-brand { padding: 7px 15px; }

.btn-round { border-radius: 50%; }
.btn-raised {
    -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-raised:active,
.btn-raised:focus,
.btn-raised:hover { 
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.36);

 }

 .btn.btn-fab.btn-fab-mini, .btn-group-sm .btn.btn-fab, .input-group-btn .btn.btn-fab.btn-fab-mini, .btn-group-sm .input-group-btn .btn.btn-fab {
    height: 40px;
    min-width: 40px;
    width: 40px;
 }


 .btn.btn-fab i.material-icons, 
 .input-group-btn .btn.btn-fab i.material-icons {
        position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-12px, -12px);
    line-height: 24px;
    width: 24px;   
 }

 .btn.btn-fab.btn-fab-mini .material-icons, .btn-group-sm .btn.btn-fab .material-icons, .input-group-btn .btn.btn-fab.btn-fab-mini .material-icons, .btn-group-sm .input-group-btn .btn.btn-fab .material-icons {
    font-size: 17px;
 }





.panel-heading { font-weight: 300; }

.col-centered { float: none; margin: auto; }

.navbar-toggle .icon-bar { background-color: white; }


/*Circles*/
.circle {
  border-radius: 100%;
  text-align: center;
  color: #ffffff;
}
.circle-sm {
  width: 40px;
  padding-top: 12px;
  height: 40px;
  font-size: 14px!important;
}
.circle-md {
  width: 60px;
  padding-top: 12px;
  height: 60px;
  font-size: 24px!important;
}
.circle-lg {
  width: 80px;
  padding-top: 20px;
  height: 80px;
  font-size: 30px!important;
}

.row-in .circle i {
  font-size: 37px;
}

ul.col-in { 
  padding: 0; 
}

.col-in li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
}

.col-in li.col-middle {
    width: 40%;
}

.col-in h3 {
    font-size: 26px;
    font-weight: 100;
}

.col-in li .circle {
    display: inline-block;
}

.col-in li.col-last {
    float: right;
}

.white-box {
    background: #ffffff;
    padding: 25px;
    margin-bottom: 30px;
}

/* Background colors */
.bg-primary {
  background-color: #707cd2 !important;
}
.bg-success {
  background-color: #53e69d !important;
}
.bg-info {
  background-color: #2cabe3 !important;
}
.bg-warning {
  background-color: #ffc36d !important;
}
.bg-danger {
  background-color: #ff7676 !important;
}
.bg-theme-alt {
  background-color: #ff7676 !important;
}
.bg-theme {
  background-color: #E94E77 !important;
}
.bg-theme-dark {
  background-color: #4F5467 !important;
}
.bg-inverse {
  background-color: #4c5667 !important;
}
.bg-purple {
  background-color: #707cd2 !important;
}
.bg-white {
  background-color: #ffffff !important;
}
.bg-light {
  background-color: #e4e7ea !important;
}
.bg-extralight {
  background-color: #f7fafc !important;
}

/* labels */
.label { 
  padding: 3px 8px;
  font-weight: 500;
}

.label-success {
  /*#66bb6a*/
  background-color: #a1df9f !important;
}
.label-danger {
  background-color: #ff7676 !important;
}



h4 {
    line-height: 22px;
    font-size: 18px;
    margin: 10px 0;
    font-weight: 300;
}

/**** especific ******/

body { font-family: "Roboto","Open Sans","sans-serif"; }

.header .nav>li>a:focus, 
.header .nav>li>a:hover {
    background-color: transparent;
}

.navbar { box-shadow: none; }


.panel-heading .btn { margin: 0; }
.panel-list .panel-body { padding-left: 0; padding-right: 0; }

.add-fixed { position: fixed; bottom: 10px; right: 10px; }
.add-fixed button { }


/* fitxes */
.fitxa-h { 
  padding: 5px 15px; 
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fitxa-h:hover {  }
.fitxa-h .dades .name { font-size: 115%; font-weight: 500; }
.fitxa-h .metas { display: none; padding: 10px; margin-top: 5px; }


header form { padding-top: 10px; }
header form input[type=text] {
    background: transparent;
    color: white;
    border: 0;
    border-bottom: 1px solid white;
    border-radius: 0;
    box-shadow: none;

    outline-width: 0;
    outline: none;
}

header form input[type=text]:focus {
    outline-width: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: white;
}

.navbar-nav>li.active a { color: black; }

header form input[type=text]::-webkit-input-placeholder { color: #e0e0e0; }
header form input[type=text]::-moz-placeholder { color: #e0e0e0; }
header form input[type=text]:-ms-input-placeholder { color: #e0e0e0; }
header form input[type=text]:-moz-placeholder { color: #e0e0e0; }


.label { margin: 5px; }

.labels-form .label-default { opacity: 0.2; }

.drag_panel { padding: 25px; border: 5px dashed #c0c0c0; margin-bottom: 20px; }
.drag_panel .dz-success-mark,
.drag_panel .dz-error-mark { display: none; }

.label { display: inline-block !important; }


ul.edit_contacts { padding-left: 0px; list-style-type: none; box-sizing: border-box; }
ul.edit_contacts li { display: block; border-bottom: 1px solid #e0e0e0; margin-bottom: 5px; padding: 8px 8px; 
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 4px 4px 0 0;
}
ul.edit_contacts li:hover { background-color: #efefef; }

h1 { font-size: 20px; }



.dropdown-submenu > a > .ripple-container { float: left; }

.search_card_company .language,
.search_card_contact .language { font-style: italic; }

footer { border-top: 1px solid white; padding-top: 10px; padding-bottom: 10px; margin-top: 20px; }


.btn-default.btn-outline {
  background-color: #ffffff;
}
.btn-default.btn-outline:hover,
.btn-default.btn-outline:focus,
.btn-default.btn-outline.focus {
  background: #e4e7ea;
}
.btn-primary.btn-outline {
  color: #707cd2;
  background-color: #ffffff;
}
.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline.focus {
  background: #707cd2;
  color: #ffffff;
}
.btn-success.btn-outline {
  color: #53e69d;
  background-color: transparent;
}
.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.btn-success.btn-outline.focus {
  background: #53e69d;
  color: #ffffff;
}
.btn-info.btn-outline {
  color: #2cabe3;
  background-color: transparent;
}
.btn-info.btn-outline:hover,
.btn-info.btn-outline:focus,
.btn-info.btn-outline.focus {
  background: #2cabe3;
  color: #ffffff;
}
.btn-warning.btn-outline {
  color: #ffc36d;
  background-color: transparent;
}
.btn-warning.btn-outline:hover,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline.focus {
  background: #ffc36d;
  color: #ffffff;
}
.btn-danger.btn-outline {
  color: #ff7676;
  background-color: transparent;
}
.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline.focus {
  background: #ff7676;
  color: #ffffff;
}
.button-box .btn {
  margin: 0 8px 8px 0px;
}
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
  color: white;
}

.bx--tile { 
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  display: block;
  min-width: 8rem;
  min-height: 4rem;
  background-color: #fff;
  border: 1px solid #dfe3e6;
  position: relative;

  color: #152935;
  padding: 1.5rem;
  padding-bottom: 40px;
  margin-top: 20px;
}

.bx--tile--expandable {
  cursor: default;
  transition: 250ms cubic-bezier(0.5, 0, 0.1, 1);
}


.bx--tile__chevron {
  border: 0px;
  font-size: 11px;
}

.bx--tile .bx--tile-content {
  line-height: 1.5;
}

.bx--tile-content { 
  width: 100%;
  height: 100%;
}

.bx--tile-content__above-the-fold { 
  display: block;
}

.bx--tile-content__below-the-fold {
  display: none;
  transition: 250ms cubic-bezier(0.5, 0, 0.1, 1);
}


.bx--tile .tile-title > p { 
  margin-bottom: 10px; 
  font-weight: bold;
}

.bx--tile .tile-image {
    margin-right: 1rem;
}

.bx--tile .tile-header-container {
    display: -ms-flexbox;
    display: flex;
}

.bx--tile .tile-image-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background-color: transparent;
}

.bx--tile .item__icon--catalog {
    width: 50px;
    height: 50px;
    background-size: 30px 30px;
}

.bx--tile .tile-image {
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
}

.bx--tile .bx--tile-content {
     line-height: 1.5;
}

.bx--tile .bx--tile-content hr { border: 0; height: 1px; background: #efefef; }

.tile-tag.label { display: inline-block; margin: 0; margin-right: 0.25rem; padding: 2px 5px; color: white; border-radius: 5px; }

.bx--tile .tile-text {  font-weight: 400; margin: 10px 0; 
    overflow: hidden;
    text-overflow: ellipsis;
}


.bx--list--group {
    list-style-type: none;
    padding: 0;
    margin: 10px 0;
}

.bx--list--group .bx--list__item {
    display: block;
    
}

.bx--list--group .bx--list__item .bx--list__item-icon {
    display: inline-block;
    padding: 4px 5px;
}

.bx--list--group .bx--list__item .bx--list__item-icon i {
    display: inline-block;
    margin-right: 12px;
    vertical-align: middle;
    color: #2cabe3;
}

.bx--list--group .bx--list__item .bx--list__item-label { 
    font-weight: 400;
}


.bx--tile--company {
  background-image: url('../img/icons/building-regular.svg');
  background-size: 100px;
  background-position: 105% 1em;
  background-repeat: no-repeat;
}

.bx--tile--contact {
  background-image: url('../img/icons/address-card-regular.svg');
  background-size: 100px;
  background-position: 105% 1em;
  background-repeat: no-repeat;
}



/*
 * Componennts
 */

.tag-header-component {

}

.tag-header-component.active {
  background-color: pink;
}

.page-component {
  display: inline-block;
  width: 30px;
  text-align: center;
  border: 1px solid grey;
  margin-bottom: 5px;
}

.page-component:hover,
.page-component.active {
  background-color: grey;
  color: white;
  text-decoration: none;
}


.tile-component .options-crud {
  position: absolute;
  width: 100%;
  bottom: 0.5rem;
  left: 0;

  padding: 5px 15px;
}


.tile-component .rating-stars-component,
.tile-component .review-component {
  display: inline-block;
  margin-right: 15px;
}

.rating-stars-component i { 
  color: #4caf50; 
}

.tdtable {
  text-align: center;
  font-size: 25px; font-weight: 300;
}

.tdtable span:first-child {
  color: #e94d76;

}

.tdtable p:nth-child(2) {
  text-align:center;
}

/* Estilos lista STATS NEWSLETTER */
.stats {
  list-style-type: none;
}
.stats li {
  background: url(/img/bg-leaders.png) transparent 0 17px repeat-x
}
.stats span {
  background-color: white;
  padding-right: 8px
}
.stats span:nth-child(2) {
  float: right;
  padding-left: 8px;
}
.title h1 {
  text-align: left;
  font-size: 25px;
  font-weight: 300;
  padding: 10px;
}



@media print {
  .header-print { display: block; }
  footer { display: none; }
  .panel-heading { display: none; }
}

@media screen {
  .header-print { display: none; }
}


.container-newsletter-stats h1 { margin-top: 60px; }
.container-newsletter-stats h1.page-title { margin-top: 20px; }

.card-contacts {
 
  /* border:1px solid; */
}

.list-contact {
  list-style: none;
}
.datos-contacto {
  /* display: none; */
}
.drop_show {
  background-color: #e94e77;
}
.drop_show > a {
  color:white;
  padding: 5px
}
.drop_show > a:hover {
  color:black;
  padding: 5px
}
.data-contact {
  color: white;
  background-color: #e94e77;
  padding: 21px;
  border-radius: 15px;
}
.margin_bottom {
  margin-bottom: 5px;
}