/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 28.08.2014, 20:12:19
    Author     : andrei_luzhanski
*/
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*---------------------------------------------------
    LESS Mix 2.0                                    
  ---------------------------------------------------
    Cross browser, comfortable and easy LESS mixins 
    Copyright 2013 Denys Dovhan                     
  ---------------------------------------------------
    More info at: denysdovhan.github.io/LESS-Mix/   
  ---------------------------------------------------*/
.wizard-panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  margin-top: 32px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.wizard-panel-title {
  text-align: center;
}
.wizard-panel-heading {
  border-bottom: 1px solid transparent;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: inherit;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomleft: inherit;
  border-top-right-radius: 0;
  border-bottom-left-radius: inherit;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: inherit;
  -moz-border-radius-topright: inherit;
  border-top-right-radius: inherit;
  -webkit-border-bottom-right-radius: inherit;
  -moz-border-radius-bottomright: inherit;
  border-bottom-right-radius: inherit;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  width: 160px;
  height: 66px;
  color: #333333;
  background-color: #ffffff;
  float: left;
}
.wizard-panel-heading.disabled .wizard-panel-title {
  color: #999999;
  font-size: 13px;
  font-weight: 400;
}
.wizard-panel-heading .wizard-panel-title,
.wizard-panel-heading.active .wizard-panel-title {
  color: #000000;
  font-size: 13px;
  font-weight: 400;
}
.wizard-panel-heading .wizard-panel-title span {
  cursor: pointer;
}
.wizard-panel-heading.active .wizard-panel-title span,
.wizard-panel-heading.disabled .wizard-panel-title span {
  cursor: default;
}
.wizard-panel-heading .wizard-panel-pointer-transparent {
  border: 1px solid transparent;
  width: 62px;
  height: 0px;
  position: relative;
  top: 19px;
}
.wizard-panel-heading .wizard-panel-pointer-left {
  border: 1px solid #e1e5eb;
  width: 62px;
  height: 0px;
  position: relative;
  top: 19px;
}
.wizard-panel-heading.full .wizard-panel-pointer-left,
.wizard-panel-heading.active .wizard-panel-pointer-left {
  border: 1px solid #bbe3ff;
  width: 62px;
  height: 0px;
  position: relative;
  top: 19px;
}
.wizard-panel-heading.active.last .wizard-panel-pointer-left {
  border: 1px solid #e1e5eb;
  width: 62px;
  height: 0px;
  position: relative;
  top: 19px;
}
.wizard-panel-heading .wizard-panel-pointer-right,
.wizard-panel-heading.disabled .wizard-panel-pointer-right,
.wizard-panel-heading.full.last .wizard-panel-pointer-right {
  border: 1px solid #e1e5eb;
  width: 62px;
  height: 0px;
  position: relative;
  bottom: 19px;
  float: right;
}
.wizard-panel-heading.full .wizard-panel-pointer-right {
  border: 1px solid #bbe3ff;
  width: 62px;
  height: 0px;
  position: relative;
  bottom: 19px;
  float: right;
}
.wizard-panel-heading .wizard-panel-icon {
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding: 5px 1px 5px 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  border: 1.5px solid #bbe3ff;
  background-color: #ebf7fe;
  color: #0096ff;
  cursor: pointer;
}
.wizard-panel-heading.disabled .wizard-panel-icon {
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding: 5px 1px 5px 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  border: 1.5px solid #e1e5eb;
  background-color: #ffffff;
  color: #e1e5eb;
  cursor: default;
}
.wizard-panel-heading.active .wizard-panel-icon {
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding: 5px 1px 5px 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  border: 1.5px solid #357ebd;
  background-color: #428bca;
  color: #ffffff;
  cursor: default;
}
