
.page-template-custom-clients header {
  background: rgb(38, 41, 68) !important;
  position: relative !important;
}

.clients {
	padding: 50px 0;
} 

.clients .clients {
	
} 

.form-edit-client {
  padding: 50px 0;
}

.form-add-client {
  display: none;
  padding: 50px 0;
}

.add-client {
  display: inline-block;
  padding: 10px 0;
  background-color: #4d8fcd;
  padding: 7px 15px 9px;
  margin-bottom: 20px;
  color: #fff;
  cursor: pointer;
}

.add-client:hover {
  background-color: #7ba8d3;
}

.close-form-edit-client,
.close-form-add-client {
  display: inline-block;
  padding: 10px 0;
  background-color: #cd4d4d;
  padding: 7px 15px 9px;
  margin-bottom: 20px;
  color: #fff;
  cursor: pointer;
}

.close-form-edit-client:hover,
.close-form-add-client:hover {
  background-color: #d57070;
}


.icon-note {
	width: 25px !important;
}

.icon-mail {
  width: 30px !important;
  height: 30px !important;
  display: block;
  position: relative;
  max-width: 30px;
  cursor: pointer;
}

.icon-note:hover  + .note {
	display: block;
}

.row .note {
	display: none;
	position: absolute;
	background-color: #f7f7f7;
	padding: 13px;
	border-radius: 10px;
	box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
	margin: 10px;
	transform: translate(-50%, 0px);
}
.row.expired {
  background-color: #f4efef;
}

.row .cell:last-of-type {
  display: flex;
  align-items: center;
}


.row.expired:hover {
  background-color: #f4efef;
}


.row.expired .cell:first-child {
  border-left: 4px solid #cd4d4d;
}

.row.expired .cell.date {
  color: #cd4d4d;
  font-weight: bold;
}

.cell.date .inline{
  font-size: 0.8em;  
}

.btn-delete {
  cursor: pointer;
}

.btn-real-delete {
  cursor: pointer;
  display: none; 
}

.success {
  background-color: #b5d68e;
  color: #426f10;
  padding: 20px 40px;
  text-align: center;
  
}

/*//////////////////////////////////////////////////////////////////
[ Table ]*/

.table {
  width: 100%;
  display: table;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .table {
	display: block;
  }
}

.row {
  display: table-row;
  background: #fff;
}

.row.header {
  color: #ffffff;
  background: #404f65;
}

@media screen and (max-width: 768px) {
  .row {
	display: block;
  }

  .row.header {
	padding: 0;
	height: 0px;
  }

  .row.header .cell {
	display: none;
  }

  .row .cell:before {
	font-size: 12px;
	color: #808080;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: unset !important;

	margin-bottom: 13px;
	content: attr(data-title);
	min-width: 98px;
	display: block;
  }
}

.cell {
  display: table-cell;
}

@media screen and (max-width: 768px) {
  .cell {
	display: block;
  }
}

.row .cell {
  font-size: 15px;
  color: #666666;
  line-height: 1.2;
  font-weight: unset !important;
  padding: 20px;
  border-bottom: 1px solid #f2f2f2;
}

.row .cell .inactive {
  width: 20px;
  height: 20px;
  background-color: #cd4d4d;
  border-radius: 50%;
  margin: 0 auto;
}

.row .cell .active {
  width: 20px;
  height: 20px;
  background-color: #91cd4d;
  border-radius: 50%;
  margin: 0 auto;
}

.row.header .cell {
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  font-weight: unset !important;
  padding: 20px;
}

.row .cell:nth-child(1) {
  width: 260px;
  padding-left: 30px;
}

.row .cell:nth-child(2) {
  width: 160px;
}

.row .cell:nth-child(3) {
  min-width: 260px;
}



.row .cell:nth-child(4) {
  width: 120px;
}


.table, .row {
  width: 100% !important;
}

.row:hover {
  background-color: #eaeef3;
}

.row.header:hover {
	background-color: #4d5d75;
}

@media (max-width: 768px) {
  .row {
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 18px;
	padding-top: 30px;
	padding-right: 15px;
	margin: 0;
  }
  
  .row .cell {
	border: none;
	padding-left: 30px;
	padding-top: 16px;
	padding-bottom: 16px;
  }
  .row .cell:nth-child(1) {
	padding-left: 30px;
  }
  
  .row .cell {
	font-size: 18px;
	color: #555555;
	line-height: 1.2;
	font-weight: unset !important;
  }

  .table, .row, .cell {
	width: 100% !important;
  }
}

/* This is the core CSS of Tooltipster */
  
  /* GENERAL STRUCTURE RULES (do not edit this section) */
  
  .tooltipster-base {
    /* this ensures that a constrained height set by functionPosition,
    if greater that the natural height of the tooltip, will be enforced
    in browsers that support display:flex */
    display: flex;
    pointer-events: none;
    /* this may be overriden in JS for fixed position origins */
    position: absolute;
  }
  
  .tooltipster-box {
    /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
    and flex-basis auto for IE11- (at least) */
    flex: 1 1 auto;
  }
  
  .tooltipster-content {
    /* prevents an overflow if the user adds padding to the div */
    box-sizing: border-box;
    /* these make sure we'll be able to detect any overflow */
    max-height: 100%;
    max-width: 100%;
    overflow: auto;
  }
  
  .tooltipster-ruler {
    /* these let us test the size of the tooltip without overflowing the window */
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
  }
  
  /* ANIMATIONS */
  
  /* Open/close animations */
  
  /* fade */
  
  .tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
  }
  .tooltipster-fade.tooltipster-show {
    opacity: 1;
  }
  
  /* grow */
  
  .tooltipster-grow {
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -o-transform: scale(0,0);
    -ms-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-backface-visibility: hidden;
  }
  .tooltipster-grow.tooltipster-show {
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
  }
  
  /* swing */
  
  .tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -o-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
  }
  .tooltipster-swing.tooltipster-show {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
    -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    -moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    -ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    -o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
  }
  
  /* fall */
  
  .tooltipster-fall {
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
  }
  .tooltipster-fall.tooltipster-initial {
    top: 0 !important;
  }
  .tooltipster-fall.tooltipster-show {
  }
  .tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    top: 0 !important;
    opacity: 0;
  }
  
  /* slide */
  
  .tooltipster-slide {
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    -ms-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
  }
  .tooltipster-slide.tooltipster-initial {
    left: -40px !important;
  }
  .tooltipster-slide.tooltipster-show {
  }
  .tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    left: 0 !important;
    opacity: 0;
  }
  
  /* Update animations */
  
  /* We use animations rather than transitions here because
   transition durations may be specified in the style tag due to
   animationDuration, and we try to avoid collisions and the use
   of !important */
  
  /* fade */
  
  @keyframes tooltipster-fading {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  
  .tooltipster-update-fade {
    animation: tooltipster-fading 400ms;
  }
  
  /* rotate */
  
  @keyframes tooltipster-rotating {
    25% {
      transform: rotate(-2deg);
    }
    75% {
      transform: rotate(2deg);
    }
    100% {
      transform: rotate(0);
    }
  }
  
  .tooltipster-update-rotate {
    animation: tooltipster-rotating 600ms;
  }
  
  /* scale */
  
  @keyframes tooltipster-scaling {
    50% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
  }
  
  .tooltipster-update-scale {
    animation: tooltipster-scaling 600ms;
  }
  
  
  
  /*------------------------------------*\
    Fast contact
  \*------------------------------------*/
  
  #request-service {
    background-color: #383838;
    padding: 4% 0 0 0;
  }
  
  #request-service h3 {
    color: #658fca;
    font-size: 1.8em;
    margin-bottom: 5px;
  }
  
  #request-service h4 {
    color: #fff;
    font-size: 1.1em;
    font-weight: 300;
    margin: 0 0 40px;
  }
  
  #request-service .main-label {
    font-size: 1em;
    margin-bottom: 10px;
    display: block;
    padding: 0 10px;
    color: #fff;
  }
  
  #request-service .campo {
    height: 40px; 
    margin-bottom: 15px;
    padding-bottom: 0px;
    padding: 6px;
    background-color: #4C4C4C;
    color: #fff !important;
    width: 100%;
    outline: none;
    font-size: 1em;
  }
  
  #request-service textarea {
    height: auto !important;
    color: #fff !important;
  }
  
  
  
  
  .request-service form#form-request-service {
    width: 70%;
  }
  
  .request-service aside {
    width: 30%;
    padding: 30px 0 0 50px;
  }
  
  .request-service aside a {
    color: #d45c18
  }
  
  .request-service aside a:hover {
    color: #fff;
  }
  
  .request-service aside .box-item {
    margin-bottom: 25px;
  }
  
  .request-service aside .box-item .title {
    color: #fff;
    font-size: 1.2em;
    margin-bottom: 5px;
  }
  
  .request-service aside .box-item .text {
    font-size: 1em;
    color: #aaaf;
  }
  
  form#form-request-service .flex > div {
    width: 50%;
    margin: 0 20px;
  }
  
  form#form-request-service .flex > div:first-of-type {
    margin-left: 0;
  }
  
  form#form-request-service .flex > div:last-of-type {
    margin-right: 0;
  }
  
  form#form-request-service ::-webkit-input-placeholder { /* Edge */
    color: #8ba78b;
  }
  
  form#form-request-service :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #8ba78b;
  }
  
  form#form-request-service ::placeholder {
    color: #8ba78b;
  }
  
  
  .request-service form.general .campo-lopd {
    color: #fff;
  }
  
  .request-service form.general .campo-lopd a {
    color: #658fca;
  }
  
  
  .request-service .submit {
    display: inline-flex;
    cursor: pointer;
    margin: 20px 0 30px 0;
  }
  
  
  .request-service .icon-send {
    background-color: #d45c18;
    padding: 12px 20px 0 0;
  }
  
  .request-service .submit:hover .icon-send {
    padding: 12px 20px 0 5px;
  }
  
  .btn-main-d {
    background-color: #d45c18;
    padding: 12px 25px;
    font-size: 1em;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    border: 0;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
    text-align: center;
    display: inline-flex;
    align-items: center;
    position: relative;
    border-radius: 0;
  }
  
  .request-service .submit .btn-main-d {
    padding: 12px 11px 12px 25px;
  }
  
  .request-service .icon-send img {
    width: 24px;
  }
  
  .request-service .protection-data-text {
    padding: 30px 0;
    font-size: 0.8em;
    color: #fff;
  }
  
  .request-service .protection-data-text .title {
    font-size: 1.4em;
    margin: 10px 0;
  }
  
  .request-service .protection-data-text .text {
    font-size: 0.9em;
  }
  
  .request-service .protection-data-text a {
    color: #d45c18;
  }
  

  
  
  
  



//tooltipster
  .tooltipster-sidetip.tooltipster-shadow .tooltipster-box{border:none;border-radius:5px;background:#fff;box-shadow:0 0 10px 6px rgba(0,0,0,.1)}.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-box{margin-top:6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-box{margin-right:6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-box{margin-left:6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-box{margin-bottom:6px}.tooltipster-sidetip.tooltipster-shadow .tooltipster-content{color:#8d8d8d}.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow{height:6px;margin-left:-6px;width:12px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow,.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow{height:12px;margin-left:0;margin-top:-6px;width:6px}.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-background{display:none}.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-border{border:6px solid transparent}.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#fff}.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow-border{border-left-color:#fff}.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-border{border-right-color:#fff}.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-arrow-border{border-top-color:#fff}.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-uncropped{top:-6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-uncropped{left:-6px}