  /* 
    PRZYDATNE KLASY
  */  
.center-block{
  float:none;
}
.hide{
  display: none;
}
/*
  AUTH FORM
*/
.required-note {
  padding: 8px 30px;
}
.required-note p {
  color: #EE001C;
}

      /* 
      FORMULARZE
      */
.forms-header,.summary-header{
  font-family: 'Montserrat', sans-serif;
  text-align:center;
}
.forms-header h4{
  text-transform: uppercase;
}
.summary-header{
  margin-bottom:8px;
}
.summary-header h4{
  text-transform: uppercase;
}
.basicForm {
    margin: 0;
    outline: 0;
    color: #666;
    position: relative;
}
fieldset {
  position: relative;
}
input[type=checkbox].checkbox, input[type=radio].radiobox {
    visibility: hidden;
    position: absolute;
    z-index: 20;
    width: 18px;
    height: 18px;
}
.checkbox input[type=checkbox].checkbox+span, .checkbox-inline input[type=checkbox].checkbox+span, .radio input[type=radio].radiobox+span, .radiobox-inline input[type=radio].radiobox+span {
    margin-left: -20px;
}
label input[type=checkbox].checkbox+span, label input[type=radio].radiobox+span {
    position: relative;
     z-index: 19; 
    display: inline-block;
    margin: 0;
    line-height: 17px;
    min-height: 14px;
    min-width: 14px;
    margin-right: 5px;
}
input[type=checkbox].checkbox+span, input[type=checkbox].checkbox+span:after, input[type=checkbox].checkbox+span:before, input[type=radio].radiobox+span, input[type=radio].radiobox+span:after, input[type=radio].radiobox+span:before {
    box-sizing: content-box!important;
    -webkit-box-sizing: content-box!important;
    -moz-box-sizing: content-box!important;
    font-size: 13px;
}
input[type=checkbox].checkbox+span, label input[type=radio].radiobox+span {
    vertical-align: middle;
    line-height: 20px;
}
label input[type=checkbox].checkbox+span:before {
    content: "\a0";
    
    
}
label input[type=checkbox].checkbox+span:before, label input[type=radio].radiobox+span:before {
    font-family: FontAwesome;
    font-size: 12px;
    border-radius: 0;
    content: "\a0";
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 1px;
    height: 12px;
    line-height: 12px;
    min-width: 12px;
    margin-right: 12px;
    border: 1px solid #bfbfbf;
    background-color: #f4f4f4;
    font-weight: 400;
    margin-top: -1px;
}
input[type=radio].radiobox {
    visibility: hidden;
    position: absolute;
    z-index: 20;
    width: 18px;
    height: 18px;
}
label input[type=radio].radiobox+span:before {
    content: "\a0";
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
     height: 13px !important;
    line-height: 14px !important;
    min-width: 14px !important;
}
label input[type=radio].radiobox:checked+span:before{content:"\f111";
    color: #42414f;
    
}
label input[type=checkbox].checkbox:checked+span:before {
    content: "\f00c";
    color: #fff;
    border-color: #5ed9e7;
    background: #5ed9e7;
}
.basicForm header {
      display: block;
    padding: 8px 0;
    /* border-bottom: 1px dashed rgba(0,0,0,.2); */
    background: #fff;
    font-size: 14px;
    font-weight: 300;
    color: #232323;
    margin: 10px 14px 0;
    margin-bottom: 15px;
    margin-top: 5px;
}
.header-span {
   font-family: 'Montserrat', sans-serif;
    background-color: #42414f;
    opacity:0.9;
    padding: 5px 20px;
    border-radius: 25px;
    font-weight: 500;
    border: 2px rgba(255,255,255,0) solid;
    color:#fff;
    text-transform: uppercase;
}

label {
      font-weight: 400;
}
.form-control,.input-group{
    border-radius: 0!important;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
}

input:focus,input:active,textarea:focus,textarea:active,select:focus,select:active,.input-group:focus,.input-group:active{
  border-color: #5ed9e7 !important;
     transition: border-color .4s;
    -o-transition: border-color .4s;
    -ms-transition: border-color .4s;
    -moz-transition: border-color .4s;
    -webkit-transition: border-color .4s;
}
input:hover,textarea:hover,select:hover,.input-group:hover{
  border-color: #5ed9e7 !important;
}
.note {
  font-size: 11px;
  line-height: 15px;
  color: #42414f;
  padding-left:5px;
}
.btn-light-blue,.btn-light-blue-xs,.btn-light-blue-sm {
  font-family: 'Montserrat', sans-serif;
  background-color: #5ed9e7;
  width: auto;
  background: #83cbdc;
  border-radius: 0;
  color: #fff !important;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  padding: 0 36px;
  text-transform: uppercase;
  border: 0;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-light-blue-xs {
  font-size: 11px;
  height: 25px;
  line-height: 25px;
  padding: 0 12px;
}
.btn-light-blue-sm {
  font-size: 13px;
  height: 35px;
  line-height: 35px;
  padding: 0 24px;
}
.option-color{
  background: #83cbdc;
  color:#fff;
}
.btn-light-blue:hover,.btn-light-blue-xs:hover,.btn-light-blue-sm:hover{
    background-color:#42414f !important;
    color: #fff !important;
}
.registration-btn {
  margin-top: 20px;
}
.back-btn:hover {
  background-color:#83cbdc !important;
  color:#fff;
}
.back-btn {
   font-family: 'Montserrat', sans-serif;
  width: auto;
  border-radius: 0;
  color: #fff;
  font-size: 11px;
  height: 25px;
  line-height: 25px;
  padding: 0 12px;
  text-transform: uppercase;
  border: 0;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color:#42414f;
  margin-top: 20px;
}
.btn-small {
  height: 35px;
  line-height: 30px;
  padding: 0 12px;
  text-transform: none;
}
.day-time-select {
  padding: 6px 6px;
  width:auto;
}
.bf-or-separator{
  font-family: 'Montserrat', sans-serif;
  background-color: #5ed9e7;
  width: auto;
  border-radius: 0;
  color: #fff;
  opacity:0.9;
    border-radius: 25px;
    border: 2px rgba(255,255,255,0) solid;
    color:#fff;
}
#register-for-previous-client-section{
 display: none;
}
#day-select-1, #day-select-2 {
  border-right:none;
}
.p-note{
      margin-top: 6px;
    padding: 0 1px;
    font-size: 11px;
    line-height: 15px;
    color: #999;
}
.infos-group{
  text-align: center;
}
/*.infos-group .p-note span{
  border-bottom: 1px dotted #83cbdc;
}*/
.note-group + span{
  cursor: pointer;
}
#if-postcode{
  display: none;
}

.invalid {
    font-size: 0.9em;
    color: #a94442;
    transition:all 0.4s;
}
.invalid2 {
    font-size: 0.9em;
    color: #a94442;
    transition:all 0.4s;
}
@media screen and (max-width: 480px) {
  .basicForm header {
    margin: 5px 0 10px;
  }
  .basicForm header span {
    font-size: 11px;
  }
  #addresses_column{
        padding-left:15px;
        margin-top: 35px;
      }
  #check_dimensions{
    font-size: 11px;
    padding: 0 8px;
  }
  .btn-light-blue-sm{
    font-size: 11px;
    padding: 0 12px;
  }
}

@media all and (min-width:480px) and (max-width:760px) {
        #personal_data_agree+span:before{
        margin-left:0;
        margin-right: 30px;
      }
      #addresses_column{
        padding-left:35px;
        margin-top: 40px;
      }
        #addresses_column > div{
        margin-top: -10px;
      }
      #check_dimensions {
        font-size: 11px;
        width:100%;
      }

}

.basicForm header
#law_data_agree>span {
  margin-left:10px;
}
.has-error .control-label {
  color:inherit;
}
#addresses_column > div{
  margin-top: -41px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto; 
}
#addresses_column > div.sender{
  max-height:350px;
}
#addresses_column > div.receiver{
  max-height:280px;
}
#addresses_list tr td {
  padding:0;
}
.addresses_list > tbody > tr > td {
  border-top: none;
}
#login-claim-section,#register-claim-section {
  display: none;
}
.success-list {
      margin: 10px 0;
      list-style: none;
}
.success-list li {
    background: url(../img/tick.png) no-repeat left center;
    padding: 0 0 0 43px;
    line-height: 32px;
}
/* #addresses_list tr:hover {
  background-color: #c79121;
} */
/* #addresses_list tr:before {
    content: "\f0d9";
    font-family: FontAwesome;
    display: block;
    height: 27px;
    line-height: normal;
    width: 27px;
    position: absolute;
    top: 15px;
    font-size: 20px;
    color: black;
} */
.space80{
  width: 100%;
  height:80px;
}
/* ---------Button--------------------------------------*/
.address-btn,.my-address-btn{
  float:left;
  margin-right:10px ;
  width: auto;
  letter-spacing: normal;
  position: relative;
  -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    vertical-align: middle;
    max-width: 100%;
    overflow: hidden;
 /*  background:#5ed9e7; */
    outline: none;
  padding: 4px 20px;
    display: inline-block;
    cursor:pointer;
}
.address-btn i,.my-address-btn i{
  padding-right: 10px;
  font-size: 18px;
  background:#5ed9e7;
  padding: 15px 20px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.address-btn.hide-icon p ,.my-address-btn p{
  -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
  margin-bottom: 0 !important;

}

.address-btn.hide-icon span ,.my-address-btn.hide-icon span {
  -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
  font-family: 'Montserrat', sans-serif;
 font-size: 0.8em;
}
.address-btn.hide-icon i,.my-address-btn.hide-icon i {
  padding: 12px 5px 10px;
  left: -60px;
  height: 100%;
  line-height: 25px;
  display: inline-block;
  position: absolute;
  color:#fff !important;
  top: 0;
}
.address-btn.hide-icon:hover i,.my-address-btn.hide-icon:hover i{
  left: 0;
}
.address-btn.hide-icon:hover span, .my-address-btn.hide-icon:hover span {
  padding-left: 14px;
  padding-right: 6px;
}
.address-btn.hide-icon:hover p, .my-address-btn.hide-icon:hover p {
  padding-left: 14px;
  padding-right: 6px;
}
.warning-circle {
    color: #fff;
    background-color: #83cbdc;
    display: inline-block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    border-radius: 100%;
    margin-top:10px;
    padding-right: 14px;
    -webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    transition-duration: 0.7s;
  }
.warning-circle i{
  margin-left: 18px; 
}
.input-xs {
  height: 24px;
    padding: 2px 10px;
    font-size: 11px;
    line-height: 1.5;
}

span.checkbox-agree {
 color:#999; 
 font-size:12px;
}
/*
SUMMARY
*/
.info-box{
border:1px solid #DDD;
padding: 6px 12px;
font-family: 'Montserrat', sans-serif;
font-size: 0.9em;
}
.info-box header {
  text-align: center;
}
.payment-list {
  padding: 0;
}
.payment-list li {
  display: inline-block;
  padding:0 7%;
}
.payment-list li a{
    list-style: none;
    font-size: 15px;
    font-weight: 300;
    color: rgb(255,255,255);
    text-decoration: none;
}
#img-payu {
  width: 64px;
  height: 64px;
  background: url('/img/payu.png') no-repeat center;
}
#img-paypal {
  width: 64px;
  height: 64px;
  background: url('/img/paypal.png') no-repeat center;
}
.p-note a:hover{
  cursor: pointer !important;
}
/*
  MODALS
*/
/* .modal-header{
  background:#42414f;
  color: #fff;
} */
#dimensionsModal {
  font-family: 'Montserrat', sans-serif;
}
#dimensionsModal .modal-body {
  background: #eee;
  border-color: inherit;
  
}
/*  .modal-footer{
 background:#42414f;
 color:#3c763d;
     background-color: #dff0d8;
   border-color: #d6e9c6;
} */
.dimensions-note {
} 
.dimensions-note h4 {
  font-size: 16px;
}
.dimensions-note h4 #dimensions-slider-costs{
  font-size: 18px;
}
#check_dimensions{
}
 #saveDimensionsSettings{
  background-image: linear-gradient(to bottom,#149bdf 0,#0480be 100%);
}
#saveDimensionsSettings:hover{
  background:#42414f;
} 
.form-actions {
    display: block;
    padding: 13px 14px 15px;
    border-top: 1px solid rgba(0,0,0,.1);
    background: rgba(249,249,249,.9);
    margin-top: 25px;
    margin-left: -13px;
    margin-right: -13px;
    margin-bottom: -13px;
    text-align: right;
}
/*
  SLIDER MODAL
*/
#one-package-modal .slider.slider-horizontal, #many-package-modal .slider.slider-horizontal {
    width: 100% !important;
}
#dimensions-costs-block{
  border:1px solid #ddd;
}

.slider-item{
  padding:5px 25px;
}
.slider-selection {
  background: #42414f !important;
}
.slider-track-high {
  background: rgb(197,198,203) !important;
}

.dimensions-slider-package-costs,.dimensions-slider-many-costs{
  text-align: center;
}
.dimensions-value-info {
  padding-top: 25px;
}
#dimensions_message_section{
 display: none;
}
.no-padding-left {
  padding-left:0;
}
.no-padding-right {
  padding-right:0;
}
.no-padding-top{
  padding-top:0 !important;
  margin-top: -3px;
}
.space100 {
	height:110px;
}
.space20 {
  width:100%;
  height:20px;
}
.summary-tables{
	font-size: 14px;
}
.bold{
font-weight: bold;
}
.font12{
	font-size: 1.2em !important;
}
.line-through-span{
  text-decoration: line-through;
}
.new-price{
  color:#e74c3c;
  font-weight: 700;
  font-size: 1.1em;
}
.weight-rows{
  margin: 20px 15px;
}
.weight-info{
  margin-left: 10px;
  line-height: 0.4;
  color: #999;
}
.slider-item-weight {
  padding-top: 0;
  padding-bottom: 0;
}
.slider-item-weight .slider-handle {
    background-color: #5ed9e7;
    background-image: -webkit-linear-gradient(top,#5ed9e7 0,#83cbdc 100%);
    background-image: -o-linear-gradient(top,#5ed9e7 0,#83cbdc 100%);
   background-image: linear-gradient(to bottom,#5ed9e7 0,#83cbdc 100%);
}
.slider-item.edit{
  padding: 5px 15px;
}
.slider-item.edit .slider-handle {
 background-color: #5ed9e7;
    background-image: -webkit-linear-gradient(top,#5ed9e7 0,#83cbdc 100%);
    background-image: -o-linear-gradient(top,#5ed9e7 0,#83cbdc 100%);
   background-image: linear-gradient(to bottom,#5ed9e7 0,#83cbdc 100%);
 }
.dim-span{
  margin-left: 10px;
  padding-top: 4px;
}
#summary-wrapper{
  border-top: 1px dashed #999;
  margin-top: 25px;
  padding-top: 20px;
}
#summary-wrapper .price{
  text-align: right;
}
#summary-wrapper .price h4{
  line-height: 1.2;
}
.no-visible{
  visibility: hidden;
}
@media (max-width: 1366px) {
    .btn-light-blue-sm {
    font-size: 12px;
  }
}

