/* Add here all your css styles (customizations) */



/* Custom fonts
------------------------------------*/
/* @font-face{
    font-family:'Montserrat-Bold';
    src:url(/fonts/Montserrat-Bold.eot);
    src:url(/fonts/Montserrat-Bold.eot?#iefix) format('embedded-opentype'),
    url(/fonts/Montserrat-Bold.woff) format('woff'),
    url(/fonts/Montserrat-Bold.ttf) format('truetype'),
    url(/fonts/Montserrat-Bold.svg#Montserrat-Bold) format('svg')
}

@font-face{
    font-family:'Montserrat-Regular';
    src:url(/fonts/Montserrat-Regular.eot);
    src:url(/fonts/Montserrat-Regular.eot?#iefix) format('embedded-opentype'),
    url(/fonts/Montserrat-Regular.woff) format('woff'),
    url(/fonts/Montserrat-Regular.ttf) format('truetype'),
    url(/fonts/Montserrat-Regular.svg#Montserrat-Regular) format('svg')
} */


/* Global
------------------------------------*/
html,body{
  height:100%;
}

body.header-fixed-space-default {
  padding-top: 115px;
}

@media (max-width: 991px) {
  body.header-fixed-space-default {
    padding-top: 0;
  }
}


body{
  /* font-family:'Montserrat-Regular'; */
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-weight:normal;
  color:#323232;
}

h1, h2, h3, h4, h5, h6 {
  /* color: #555; */
  color: #323232;
  margin-top: 5px;
  text-shadow: none;
  font-weight: normal;
  /* font-family: "Montserrat-Regular", Arial, sans-serif; */
  font-family: 'Lato', Helvetica, Arial, sans-serif;

}

h1, h2 {
  font-weight: bold;
}


h2 {
  /* font-family: 'Montserrat-Bold'; */
  font-family: 'Lato', Helvetica, Arial, sans-serif !important;
  font-size: 39px;
  text-transform: uppercase;
  margin: auto;
  font-weight: bold;
  display: block;
  line-height: 110%;
}

h1.title-center,
h2.title-center,
h3.title-center,
h4.title-center {
  text-align: center;
}

a.color-light,
h4.title-light {
  color: #fff !important;
}

.btn-u {
  text-transform: uppercase;
}

.check-circle {
  height: 80px;
  margin: 0 auto 10px;
  background: rgba( 255, 255, 255, .8 ) url('/app-assets/img/check-icon-reverted.svg') 50% 50% no-repeat;
}

.wrapper {
  /*background: transparent;*/
}


.spinner {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba( 255, 255, 255, .8 ) url('/app-assets/img/spinner.svg') 50% 50% no-repeat;
}

.loading-container {
  display: none;

  width:100%;
  height:100%;
  position:absolute;
  z-index: 1000;
  background: rgba(255, 255, 255, .8) url('/app-assets/img/spinner.svg') 50% 50% no-repeat;
}

/* override blue color */
.bg-color-blue {
  background-color: #3088b2 !important;
}


.btn-u.btn-u-blue {
   background: #3088b2;
}
.btn-u.btn-u-blue:hover,
.btn-u.btn-u-blue:focus,
.btn-u.btn-u-blue:active,
.btn-u.btn-u-blue.active,
.open .dropdown-toggle.btn-u.btn-u-blue {
   background: #2980b9;
}
.btn-u.btn-u-split-blue.dropdown-toggle {
   border-left: solid 1px #2980b9;
}

.btn-u.btn-brd.btn-u-blue {
  border-color: #3088b2;
}
.btn-u.btn-brd.btn-u-blue:hover {
  color: #2980b9;
  border-color: #2980b9;
}
.btn-u.btn-brd.btn-u-blue.btn-brd-hover:hover {
   background: #2980b9;
}

.btn-darkblue {
  background-color: #000032;
}

.btn-pink {
  background-color: #d30053;
}

.trustpilot-share {
  background-image: url('/img/trustpilot_brandmark_gr-wht_RGB.png');
  background-repeat: no-repeat;
  background-position: 75% 50%;
}


/* columns of same height styles */
.row-same-height {
    display: table;
}
.col-xs-height {
    display: table-cell;
    float: none !important;
}

@media (min-width: 768px) {
    .col-sm-height {
        display: table-cell;
        float: none !important;
    }
}
@media (min-width: 992px) {
    .col-md-height {
        display: table-cell;
        float: none !important;
    }
}
@media (min-width: 1200px) {
    .col-lg-height {
        display: table-cell;
        float: none !important;
    }
}

.fill {
    min-height: 100%;
    height: 100%;
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:center;
    /* inline-block space fix */
    margin-right:-4px;
}


/* Logo and word wrap for mobile
------------------------------------*/
@media (max-width: 768px) {
  .header .logo img {
    width: auto;
    height: 40px;
  }

  h1, h2, h3, h4, h5, h6 {
    /* Non standard for webkit */
    word-break: break-word;
  }


  .frontpage-header h1 {
    /* Non standard for webkit */
    word-break: break-word;
  }
}



/* Navbar menu
------------------------------------*/
.preview-content {
  display: none;
}

#preview-1 {
  display: block;
}

.header .navbar-nav > li > a {
  color: #000;
}

.header .navbar-nav .preview-container {
  display: none;
}

@media only screen and (min-width:992px) {
  .header .navbar-nav .preview-container {
    display: block;
  }

  /*Logo*/
  .header-fixed .header.header-fixed-shrink .logo img {
    max-width: 205px;
    max-height: 39px;
  }
}



.header .navbar-nav .preview > li > a {
  color: #000;
  font-size: 15px;
  font-weight:400;
  /*text-transform: uppercase;*/
}

.header .mega-menu .equal-height-in:second-child {
        border-left: none;
        margin-left: -1px;
    }



/* call us in fixed header */
.header-fixed .header .navbar-nav > li.menu-call-us {
  display:none;
}

.header-fixed .header.header-fixed-shrink .navbar-nav > li.menu-call-us {
  color: #687074;
  font-size: 15px;
  font-weight:400;
  text-transform: uppercase;
  display:initial;
}

.header-fixed .header.header-fixed-shrink .navbar-nav > li.menu-call-us img {
  max-height:21px;
}


/*--------------------------------------------------
    [5. Header - Search]
----------------------------------------------------*/

/*Search Box
------------------------------------*/
.header .topbar > li > .search {
  color: #aaa;
  cursor: pointer;
  min-width: 35px;
  font-size: 15px;
  text-align: center;
  background: #f7f7f7;
  padding: 11px 0 12px;
  display: inline-block;
  border-bottom: solid 2px #aaa;
}

@media (min-width: 992px) {
  .header .topbar > li > .search {
    bottom: -2px;
    position: relative;
  }
}

.header .topbar > li > .search:hover {
  color: #72c02c;
  background: #f7f7f7;
  border-bottom-color: #72c02c;
}

.header .topbar .search-open {
  right: 0;
  top: 40px;
  display: none;
  padding: 14px;
  position: absolute;
  background: #fcfcfc;
  border-top: solid 2px #eee;
  box-shadow: 0 1px 3px #ddd;
}

.header .topbar .search-open form {
  margin: 0;
}

@media (min-width: 767px) and (max-width: 991px) {
  .header .navbar-toggle {
    margin-right: 0;
  }

  .header .topbar .search-open {
    width: 93%;
  }
}

@media (max-width: 991px) {
  .header .topbar > li > .search {
    color: #999;
    width: 35px;
    height: 34px;
    text-align: left;
    background: #eee;
    line-height: 12px;
    text-align: center;
    margin: 5px 10px 0;
    border-bottom: none;
  }

  .header .topbar > li > .search:hover {
    background: #5fb611;
    color: #fff !important;
  }

  .header .topbar .search-open {
    top: 5px;
    padding: 0;
    left: 48px;
    border-top: none;
    box-shadow: none;
    background: none;
    margin-right: 10px;
  }
}



/* Custom lists
------------------------------------*/
.about-page ul,
.sector-knowledge ul,
.bodytext ul {
  list-style:none;
  margin:0 0 20px 0;
  padding:0
}

.about-page li,
.sector-knowledge li,
.bodytext  li {
  font-weight:normal;
  color:#777;
  font-size:18px;
  line-height:30px;
  text-align:left;
  list-style:none;
  background:url(/img/list_tick.png) no-repeat left top;
  padding-left:35px;
  margin:0
}

/* Stats
------------------------------------*/
.stats-counter {
  padding: 30px 0;
  /* background: url(../img/patterns/5.png) repeat fixed; */
  background: radial-gradient(ellipse at center,#12b9d7 0,#3088b2 100%);
}

.stats-counter .counters {
  color: #fff;
  padding: 15px 0 10px;
  /* border: solid 1px #ffffff; */

}

.stats-counter h4 {
  color: #eee;
  font-size: 16px;
  text-transform: uppercase;
}

.stats-counter .counters > p {
  height: 67px;
}

.stats-counter span.counter,
.stats-counter span.digit {
  font-size: 42px;
  line-height: 48px;
  text-align:center;
}


/*  Frontpage header
------------------------------------*/
.frontpage-header {
  margin: 0px;
  padding: 40px 0 10px 0;
  background: url(/img/products_list_top_back.png) no-repeat;
  background-size:cover;
}

.frontpage-header h1 {
  /* font-family: 'Montserrat-Bold'; */
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size: 42px;
  text-transform: uppercase;
  text-align: center;
  margin: auto;
  font-weight: bold;
  display: block;
  margin-bottom:10px;


}

.frontpage-header h2 {
  font-size: 18px;
  font-weight:normal;
  text-transform: none;
  line-height: 24px;
  /* font-family: "Montserrat-Regular", Arial, sans-serif; */
  font-family: 'Lato', Helvetica, Arial, sans-serif;
}

.frontpage-header p {
  font-size: 18px;
  font-weight:normal;
  text-transform: none;
  line-height: 24px;
  /* font-family: "Montserrat-Regular", Arial, sans-serif; */
  font-family: 'Lato', Helvetica, Arial, sans-serif;
}

.frontpage-header p.video-text {
  font-size: 14px;
  font-weight:normal;
  text-transform: none;
  line-height: 18px;
  /* font-family: "Montserrat-Regular", Arial, sans-serif; */
  font-family: 'Lato', Helvetica, Arial, sans-serif;
}

.frontpage-header h1,
.frontpage-header h2,
.frontpage-header h3,
.frontpage-header h4,
.frontpage-header p {
  color: #fff;
  text-shadow: 0 2px 1px rgba(100,100,100,1);
}



@media (max-width: 991px) {
  .frontpage-header p.video-text,
  .frontpage-header p {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .frontpage-header p.video-text,
  .frontpage-header p {
    font-size: 12px;
    line-height: 14px;
  }
}



/* Content Page header
------------------------------------*/
.content-page-header {
  margin: 0px;
  padding: 40px 0 10px 0;
  background: url(/img/products_list_top_back.png) no-repeat;
  background-size:cover;
}

.content-page-header h1 {
  font-size: 48px;
  font-weight:normal;
  line-height: 110%;
}

.content-page-header h2 {
  font-size: 18px;
  font-weight:normal;
  text-transform: none;
  line-height: 24px;
  /* font-family: "Montserrat-Regular", Arial, sans-serif; */
  font-family: 'Lato', Helvetica, Arial, sans-serif;
}

.content-page-header h1,
.content-page-header h2,
.content-page-header h3,
.content-page-header h4,
.content-page-header p {
  color: #fff;
  text-shadow: 0 2px 1px rgba(100,100,100,1);
}

.content-page-header .rating {
  margin-top: 20px;
  text-align:center;
}

.content-page-header .header-logo {
  padding-top: 10px;
}

/* Product Page block
------------------------------------*/
.product-page-block .image-right,
.product-page-block .image-left {
  padding:0;
}

.product-page-block .image-right img {
  float:right;
}

.product-page-block .content-left,
.product-page-block .content-right {
  padding-top:10px;
}



.product-page-block .content-right p,
.product-page-block .content-right h2,
.product-page-block .content-right h3 {
  text-align:left;
}

.product-page-block .content-left p,
.product-page-block .content-left h2,
.product-page-block .content-left h3 {
  text-align:left;
}

.product-page-block p {
  color: #777;
  font-size: 16px;
  line-height: 26px;
  /* font-family: "Montserrat-Regular", Arial, sans-serif; */
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  padding-top:15px;
}

.product-page-block h2 a {
  color: #333;
}


/* Body text & stats
------------------------------------*/
.stats p,
.bodytext p {
  font-size: 18px;
  line-height: 24px;
  color: #777;
}

.bodytext h2 {
  font-size: 34px;
}

.bodytext .product-image {
  padding-top:40px;
}


.bodytext .right-column {
  margin: 0px;
  background-size: cover;
}

.stats,
.bodytext .right-column,
.bodytext .right-column  div {
  text-align: center;
  height: 100%;
}

.stats p {
  color: #fff !important;
  text-transform: uppercase;
}

.stats h3 {
  /* font-family: 'Montserrat-Bold'; */
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  margin: auto;
  font-weight: bold;
  display: block;
  line-height: 110%;
  color: #fff !important;
}

.bodytext .right-column .stats {
  height:100%;
  background: rgba(0,0,0,.5);
}


.rotate {
  -webkit-transform:rotate(15deg);
  -moz-transform:rotate(15deg);
  -ms-transform:rotate(15deg);
  -o-transform:rotate(15deg);
  filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0.17);
  -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0.17)"
}

.badge30min .rotate {
  margin-top:55px;
  font-size:18px;
  line-height:20px;
  /* font-family:'Montserrat-Regular'; */
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  color:#fff;
  padding:20px;
  text-align:center;
}

.badge30min .rotate a {
  font-size:18px;
  line-height:20px;
  /* font-family:'Montserrat-Regular'; */
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  color:#fff;text-decoration:underline
}

.buttons_holder a.button {
  float:left;margin-top:10px
}
.badge30min {
  width:172px;
  height:184px;
  float:right;
  background:url(/img/30min_badge_notext.png) no-repeat;
  margin-top:-40px;
  margin-left:10px;
  margin-right:-30px;
}

/* 30min translate block
------------------------------------*/
.30min-translate-block p {
  font-size: 18px;
  line-height: 24px;
  color: #777;
}


/*  Product grid
------------------------------------*/
.product-grid h2 a {
  text-transform: uppercase;
  font-weight: bold;
  color: #333;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  /* font-family: 'Montserrat-Bold'; */
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  display:block;
}

.product-grid p {
  color: #929292;
  font-size: 14px;
}

.product-grid p a {
  font-size: 14px;
}


/* Contact form
------------------------------------*/
.contact-form-title {
  font-weight:normal;
  color:#fff;
  font-size:18px;
  line-height:24px;
  text-align: left;
  margin-bottom:20px;

}

.contact-form-blue {
  background: #3088b2;
}

.contact-form-submit {
  text-align:right;
}


/* Client gallery block
------------------------------------*/
.client-gallery-block .image-container {
    display:inline-block;
    position:relative;
    margin-bottom:20px;
}


.client-gallery-block .image-container .caption {
    position: absolute;
    /* background-color: rgba(255, 255, 255, 0.93); */
    background-color: #fff;
    opacity: .8;
    color: #333;
    bottom: 0px;
    text-align: left;
    padding: 10px 15px 10px 15px;
    width:100%;

    font-size: 18px;
    /* font-family: 'Montserrat-Bold'; */
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-weight: bold;
    line-height: 20px;
}

.client-gallery-block .image-container .caption a {
  font-size: 14px;
  /* font-family: 'Montserrat-Regular'; */
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  color: #3088b2;
  clear: both;
  display: block;
  font-weight: normal;

}
/* Client gallery block
------------------------------------*/
.other-clients-block div.row {
    margin-bottom:20px;
}


.client-gallery-block .image-container .caption img {
  height: 35px;
  width: auto;
}

/* About page
------------------------------------*/
.about-page p {
  font-size: 18px;
  line-height: 24px;
  color: #777;
}

.about-page h2 {
  text-transform: none;
}



/*Support block
------------------------------------*/
.support-block {
  text-align: left;
  background: #585f69;
  padding: 30px 20px 20px;
}

.support-block.first {
  background: #696f77;
}
.support-block.second {
  background: #707780;
}
.support-block.third {
  background: #787f88;
}

.support-block i.icon-support {
  color: #fff;
  float: left;
  font-size: 30px;
  min-width: 45px;
  padding-top: 10px;
}

.support-block .inner-faq-b {
  overflow: hidden;
}

.support-block .inner-faq-b h2,
.support-block .inner-faq-b h3 {
  font-size: 21px;
  margin-bottom: 8px;
}

.support-block .inner-faq-b h4 {
  color: #fff;
  font-size: 17px;
  margin-bottom: 2px;
}

.support-block .inner-faq-b h2,
.support-block .inner-faq-b h3,
.support-block .inner-faq-b p {
  color: #fff;
}


/* Language dropdown flags
------------------------------------*/
.img-dropdown-flag {
  height: 24px;
  width: 24px;
}

/* Checkout step
------------------------------------*/
.checkout-step {
  color: #555;
  padding: 30px;
  background: #fefefe;
  border: solid 1px #eee;
  box-shadow: 0 0 3px #eee;
  text-align:left;
}

/*Reg Header*/
.checkout-step-header {
  color: #555;
  text-align: center;
  margin-bottom: 35px;
  border-bottom: solid 1px #eee;
}

.checkout-step-header h2 {
  font-size: 24px;
  margin-bottom: 15px;
}

/*Reg Forms*/
.checkout-step label {
  color: #777;
}


/*Bootstrap Testimonials
------------------------------------*/
.testimonials-frontpage {
  padding: 50px 0;
  /* background: url(../img/bg/16.jpg) 50% 0 repeat fixed; */
}

.testimonials-frontpage .headline-center-v2 span.author {
  color: #777;
  font-size: 14px;
}

/*Removes Bootstrap carousel background images*/
.testimonials-frontpage .item {
  margin-bottom: 30px;
}

.testimonials-frontpage .item .image {
  text-align: center;
}

.testimonials-frontpage .item .image {
  text-align: center;
}

.testimonials-frontpage .carousel-arrow {
  text-align: center;
}

.testimonials-frontpage .carousel-control-v2 i {
	color: #888;
	width: 30px;
	height: 30px;
	padding: 2px;
	font-size: 22px;
	display: inline-block;
	border: 2px solid #888;
}

.testimonials-frontpage .carousel-control-v2 i:hover {
  color: #72c02c;
  border-color: #72c02c;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.testimonials-frontpage .carousel-control-v2.left,
.testimonials-frontpage .carousel-control-v2.right {
    text-decoration: none;
    background-image: none;
}

.testimonials .testimonial-info img {
  width: auto;
  float: left;
  height: auto;
  padding: 2px;
  margin-right: 15px;
  border: 0;
}


.owl-clients-v1 .item {
  height: 110px;      /* equals max image height */
  line-height: 110px;
}


.owl-clients-v1 img {
  width: auto;
  height: auto;
  vertical-align: middle;
}

/* Sky forms overrides
------------------------------------*/
.sky-form a {
  color: #3088b2;
}

.sky-form dt {
  font-size: 14px;
  font-weight:bold;
  white-space: normal;
}

.sky-form,
.sky-form .input input,
.sky-form .select select,
.sky-form .textarea textarea,
.sky-form .button,
.sky-form.submited .message,
.ui-datepicker {
  /* font-family:'Montserrat-Regular' !important; */
  font-family: 'Lato', Helvetica, Arial, sans-serif !important;
}


/* Dropzone upload form
------------------------------------*/
.dropzone-container {
  border: 2px dashed #0087F7;
  border-radius: 5px;
  background: white;
}

.dropzone-block {
  margin: auto;
  display: inline-block;
}

.dropzone-img {
  float:left;
}

.dropzone-text {
  font-size: 26px;
  line-height: 45px;
  color: #333;
  padding-left: 15px;
  float:left;
}

.dropzone-text-or {
  font-size: 26px;
  line-height: 50px;
  color: #929292;
  padding-left: 60px;
  display: block;
}

.dropzone-text-link {
  font-size: 26px;
  line-height: 45px;
  color: #14bce6;
  text-decoration:underline;
  padding-left: 15px;
  float:left;
}

/* Dropzone cursor overrides */
form button,
form a {
  cursor: pointer !important;
}


/* Select2 overrides
------------------------------------*/
.select2-container,
.select2-container-multi .select2-search-field input,
.select2-container-multi .select2-choices .select2-search-field input,
.select2-container .select2-choices,
.select2-search input {
  /* font-family:'Montserrat-Regular'!important; */
  font-family: 'Lato', Helvetica, Arial, sans-serif !important;

}


.tab-content .language-dropdown img {
  margin-top: 0px;
  margin-bottom: 0px;
}

/* Remove duplicate arrow and use skyform arrow instead */
.select2-container .select2-choice .select2-arrow {
    display: none;
}


/**/
/* Sky forms error state */
/**/
.sky-form .has-error input,
.sky-form .has-error select,
.sky-form .has-error select + i,
.sky-form .has-error textarea,
.sky-form .radio.has-error i,
.sky-form .checkbox.has-error i,
.sky-form .toggle.has-error i,
.sky-form .toggle.has-error input:checked + i {
  background: #fff0f0;
}
.sky-form .has-error + em {
  display: block;
  margin-top: 6px;
  padding: 0 1px;
  font-style: normal;
  font-size: 11px;
  line-height: 15px;
  color: #ee9393;
}
.sky-form .rating.has-error + em {
  margin-top: -4px;
  margin-bottom: 4px;
}

dt.required:after,
strong.required:after,
div.required label.control-label:after {
    content: " *";
    color: red;
}


/**/
/* Dashboard sidebar tasks */
/**/

.task-table .no-space-task [class^="col-"],
.task-table .no-space-task [class*=" col-"] {
  padding: 0;
}

.task-table .no-row-space {
    margin-right: 0;
    margin-left: 0;
}


.task-table  .box-inner-1,
.task-table  .box-inner-2 {
  border: 1px solid #eee;
}

.task-table  .box-inner-1 {
  border-right: 0;
}
.task-table  .box-inner-1,
.task-table  .box-inner-2 {
  border-top: 0;
  padding: 20px 0;
}

.task-table  .box-inner-1.first,
.task-table  .box-inner-2.first {
  border-top: 1px solid #eee;
}


.task-table .task-body {
  background-color: #fff;
}

.task-table i {
    font-size: 40px;
    border: medium none;
}

.task-table .task-body span {
  display: block;
  color: #959494;
  font-size: 13px;
}


.task-table.task-block-blue .task-body i {
  color: #3498db;
}



/* Devices (Desktop Mode, 992px and 1200px) */
@media (min-width: 992px) and (max-width: 1200px) {
  .task-table .no-space-task [class^="col-"],
  .task-table .no-space-task [class*=" col-"] {
    padding: 0;
  }

}


/* Medium Devices (Phone Mode, 768px and less) */
@media (max-width: 550px) {
   .col-width-full {
    width: 100%;
  }
}



/**/
/* 30min translate page */
/**/

.thirtymin-pricing  {
  font-size:24px;
}

/**/
/* Profile Table overrides */
/**/
.profile .profile-body .table-responsive {
  padding: 0px !important;
}

.profile .table th {
  min-width: 0px;
}

.profile .table td {
  vertical-align: top;
}

.profile .table a {
  color: #337ab7;
}

.profile .table a.btn-u {
  color: #ffffff;
}

.profile .table-search-v2 td img {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  display: block;
}

.profile .table > tbody > tr > th,
.profile .table > tbody > tr > td{
  padding: 5px 5px 5px 5px !important;
}

.profile .table > thead > tr > th,
.profile .table > tfoot > tr > th,
.profile .table > thead > tr > td,
.profile .table > tfoot > tr > td {
  padding: 8px 5px 8px 5px !important;
}


/* Order Lost Reason */
#backdrop                                   { display:none; background: black !important; opacity: 0.4 !important; position: fixed !important; top:0px !important; left:0px !important; width: 100% !important; height: 100% !important; z-index: 99998 !important; display: none}
#lost-reason-modal                          { display:none; z-index: 99999 !important;top: 40px !important;  overflow: visible !important; }
#lost-reason-modal  i                       { position: relative; top: 1px; }

#lost-reason-modal  ul                      { margin: 0 0 20px 0; padding: 0 0 0px 0}
#lost-reason-modal  p                       { text-align: justify; text-justify: inter-word; margin-bottom: 20px}
#lost-reason-modal  ul li                   { list-style-type: none; }
#lost-reason-modal  ul li input             { position: relative; top: 2px; }
#lost-reason-modal  ul label                { font-weight: 400; font-size: 14px; }
#lost-reason-modal  .modal-header           { padding-left: 20px }
#lost-reason-modal  .modal-body             { padding-left: 20px }
#lost-reason-modal textarea                 { width: 100%; min-height: 70px; }
#lost-reason-modal .btn-u-grey              { background: #999999 }
#lost-reason-modal .lost-error              { margin:0; padding: 0; margin-bottom:10px; height: 20px}
#lost-reason-modal .lost-error span         { font-weight: 100; color: #e74c3c; opacity:0}

#invoice-modal                          { display:none; z-index: 9999 !important; top: 40px !important;  overflow: visible !important; }
.invoice-alert { margin: 5px 0; }
.edit-invoicing { margin-top: 5px; }

.profile .panel-green .panel-heading { background: #2ecc71; color: white; }
.profile .panel-grey .panel-heading { background: #95a5a6; color: white; }

.padding-top-3 { padding-top: 3px; }
.name-location .list-inline { margin-left: 0px; margin-bottom: 0px; }
.supplier-row { margin-bottom: 30px;  overtflow: hidden; }
.supplier-row .profile-blog { height: 270px; overflow: hidden; }
.no-margin { margin: 0px; }
.btn-select-supplier { margin-top: 70px; }
.list-of-suppliers { padding-left: 18px; line-height: 24px; padding-bottom: 15px; }
#suppliers-list .pagination > li > span { padding: 5px 15px; }
.profile .star-vote.star-small li { font-size: 14px; }
.profile .price-small { font-size: 13px; }
.profile strong.small { font-size: 14px; }
.inline-label { line-height: 34px; }
.profile-link { text-decoration: underline; }

.sky-form .rating input:checked ~ label {
  color: #2da5da;
}

.sky-form .rating input + label:hover, .sky-form .rating input + label:hover ~ label {
  color: #2da5da;
}

@media (max-width: 992px) {
  .btn-select-interpreter { margin-top: 5px; }
  .supplier-profile-box { text-align: center; }
  .supplier-profile-box .img-responsive { display: inline; }
}


/**/
/* Timeline overrides */
/**/
.timeline-v2 > li .cbp_tmlabel td {
  color: #333;
}

.account-client input[readonly='true'], .account-client select[disabled='disabled'] {
    background-color: #d4d4d4;
}

.account-client .sky-form .select i { background: transparent; }

.btn-start-tour { border-color: #d30053 !important; color: #d30053 !important; margin-top: 10px; }
.btn-start-tour:hover { background-color: #d40053 !important; color: white !important;  }

.btn-start-tour.btn-u.btn-brd {
    padding: 10px 15px;
    font-size: 14px;
}

.btn-start-tour.btn-u.btn-brd:hover {
  background: #d30053
}

.relative { position: relative; }

.tour-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1100;
    background-color: #ececec;
    opacity: .8;
    filter: alpha(opacity=80);
}

.popover-content {
    padding: 9px 14px;
    color: #898989;
    font-size: 13px;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 20px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
    font-weight: 300;
}

.popover-navigation .btn {
    box-shadow: none;
    border-radius: 6px;
    padding: 2px 12px;
    float: left;
    margin: 0px 3px;
}

.sky-form a:hover, .sky-form a:focus, a:hover, a:focus {
    text-decoration: none;
}

@media (max-width: 991px) {
    .header .navbar-nav > .active > a { background: transparent !important; color: #687074 !important; }
    .header .navbar-nav > .active > a:hover, .header .navbar-nav > li > a:hover { color: #687074 !important; background-color: transparent !important; }
}

.modal-body {
    max-height: calc(100vh - 212px);
    overflow-y: auto;
}

.btn-invoice-update {
    .display: block; float: left;
}
.padding10-right { margin-right: 10px; }
.alert a { text-decoration: underline; }

.sky-form a.btn-talq-invite { color: black; }
.sky-form .btn-join-meeting:hover { color: white; }

.panel-default.panel-payment>.panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
  color: #fff;
  padding: 5px 15px;
  border-radius: 0;
}
.panel-default.panel-payment>.panel-heading .panel-title {
  font-size: 16px; font-family: "Open Sans"; color: #333;
  margin: 0px;
  line-height: 27px;
}

.btn-u.order-payment {
  border-radius: 0px;
}
.payment-options-box { border: 1px solid #d3d3d3; padding-left: 20px; padding-top: 10px; padding-bottom: 15px; margin-bottom: 10px; }
.payment-options-box label { padding-left: 24px; font-weight: normal; }

.card-payment-box { border: 1px solid #d3d3d3; margin-bottom: 10px; }
.card-payment-box h3.panel-title { cursor: pointer; margin: 0px; padding: 0px; padding-left: 35px; line-height: 50px; font-size: 16px; font-weight: normal; }
.card-payment-box .inner-content { border-top: 1px solid #d3d3d3; padding: 30px; }
.card-payment-box .inner-content.order-info { padding: 5px 10px; }
.card-payment-box html {
  height: 100%;
}
.card-payment-box body {
  background: #424770;
  display: flex;
  align-items: center;
  min-height: 100%;
}

.card-payment-box form {
  max-width: 480px;
  margin: 20px auto;
}

.card-payment-box label {
  height: 35px;
  position: relative;
  color: #8798AB;
  display: block;
  margin-top: 30px;
  margin-bottom: 20px;
}

.card-payment-box label > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-weight: 300;
  line-height: 32px;
  color: #8798AB;
  border-bottom: 1px solid #586A82;
  transition: border-bottom-color 200ms ease-in-out;
  cursor: text;
  pointer-events: none;
}

.btn-u.btn-go-back { background-color: #3088b2; }
.btn-u.btn-go-back:hover { background-color: #2980b9; }

.card-payment-box label > span span {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 0% 50%;
  transition: transform 200ms ease-in-out;
  cursor: text;
}

.card-payment-box label .field.is-focused + span span,
.card-payment-box label .field:not(.is-empty) + span span {
  transform: scale(0.68) translateY(-36px);
  cursor: default;
}

.card-payment-box label .field.is-focused + span {
  border-bottom-color: #34D08C;
}

.card-payment-box .field {
  background: transparent;
  font-weight: 300;
  border: 0;
  color: white;
  outline: none;
  cursor: text;
  display: block;
  width: 100%;
  line-height: 32px;
  padding-bottom: 3px;
  transition: opacity 200ms ease-in-out;
}

.card-payment-box .field::-webkit-input-placeholder { color: #8898AA; }
.card-payment-box .field::-moz-placeholder { color: #8898AA; }

/* IE doesn't show placeholders when empty+focused */
.card-payment-box .field:-ms-input-placeholder { color: #424770; }

.card-payment-box .field.is-empty:not(.is-focused) {
  opacity: 0;
}

.card-payment-box button {
  float: left;
  display: block;
  background: #4eb969;
  color: white;
  border-radius: 2px;
  border: 0;
  margin-top: 20px;
  font-size: 19px;
  font-weight: 400;
  width: 100%;
  height: 47px;
  line-height: 45px;
  outline: none;
}

.card-payment-box button:hover {
  background-color: #2980b9;
}

.card-payment-box button:focus {
  background: #24B47E;
}

.card-payment-box button:active {
  background: #2980b9;
}

.card-payment-box .outcome {
  float: left;
  width: 100%;
  padding-top: 8px;
  min-height: 20px;
  text-align: center;
}

.card-payment-box .success, .error {
  display: none;
  font-size: 15px;
}

.card-payment-box .success.visible, .error.visible {
  display: inline;
}

.card-payment-box.error {
  color: #E4584C;
}

.card-payment-box .success {
  color: #34D08C;
}

.card-payment-box .success .token {
  font-weight: 500;
  font-size: 15px;
}

@media (max-width: 420px) {
  #collapse-existing-card table.table thead { display: none; }
  #collapse-existing-card table.table tbody tr td { display: block; border-top: 0px; text-align: center; }
  #collapse-existing-card table.table tbody tr td.hidden-xs { display: none; }
  #collapse-existing-card table.table tbody tr { boder-bottom: 1px solid #ddd ; }
}
@media (max-width: 320px) {
  .card-payment-box h3.panel-title {
    padding-left: 15px;
    font-size: 13px;
  }
}

#collapse-existing-card table tr td, #collapse-existing-card table tr th { font-size: 16px; font-weight: bold; }
#collapse-existing-card table tr tg { line-height: 16px; }
.small-payment-hint { font-size: 12px; padding-left: 40px; display: inline-block; }


.supplier-rating-average {
  display: block !important;

}
.supplier-rating-average .fa-start-container  {
  margin-top: 20px;
  width: 100%;

}
.supplier-rating-average .fa-start-container span {
  float: right;
  color:#808080;
  font-size: 20px;
  font-size: 30px;
  line-height: 30px;
}

.supplier-rating-average .fa-start-container i {
  font-size: 32px;
}

#accountform-legaltype label {
  margin-right: 20px;
}

.terms-info {
  font-size: 13px;
  color: #898989;
  font-family: lato;
  font-weight: 500;
}

.accepting-terms-info {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  font-weight:600;
  color: #898989;
}

.create-account-button {
  margin-top: 20px;
}

.nps-widget {
  text-align: center;
  position: relative;
  padding-top: 40px;
}

.nps-widget .panel-title {
  line-height: 37px;
  font-weight:500;
  margin-bottom: 30px;
}

.nps-widget #nps-widget-form {
  padding-bottom: 20px;
}

.nps-widget .rounded-rectangle {
  display: inline-block;
  border-radius: 5px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #FFFFFF;
  color: #233B3F;
  box-shadow: 0 0 25px 0 rgba(51,51,51,0.15);
  font-size: 20px;
  vertical-align: center;
  cursor: pointer;
}

.nps-widget .rounded-rectangle:hover, .nps-widget .rounded-rectangle.selected {
  background-color: #233B3F;
  color: #FFFFFF;
}

.nps-widget .scale-text {
  color: #898989;
  font-size: 14px;
  line-height: 37px;
}

.nps-widget-hide {
  font-size: 12px !important;
  position: absolute;
  right: 3%;
  top: 5%;
}

.nps-widget-comment {
  height: auto !important;
}

.nps-widget .btn {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 16px;
  padding: 0 2.75%;
  margin-bottom: 40px;
  height: 42px;
  line-height: 42px;
  border-radius: 3px !important;
}

.nps-widget a img {
  margin: -5% 0 0 5%;
}

.payment-options-box {
  padding: 10px;
  cursor: pointer;
}

.payment-options-box label,
.payment-options-box span {
  margin: 0px;
  padding-left: 0px;
}

.highlighted-payment {
  background: #d3edd7;
  padding: 30px 30px 30px 10px;
}
