

button 
{
  margin:auto;
  display:block;
  border-radius: 8px;
}

/* BUTTON STYLES */
button 
{
  padding:16px 32px;
  font-family:helvetica;
  font-size:16px;
  font-weight:100;
  color:#fff;
  background: #587286;
  border:0;
  font-weight:100;
}

button:hover 
{
  background: #3B5C76;
}

input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  padding: 10px;
}


.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before 
{
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}

.stepwizard-step 
{
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn
{
   border-radius: 130px;
}

.btn-circle {
    width: 56px;
    height: 56px;
    text-align: center;
    padding: 12px 0;
    font-size: 20px;
    line-height: 1.428571429;
    border-radius: 35px;
    margin-top: -14px;
    border: solid 3px #ccc !important;
    opacity:1 !important;
    -webkit-box-shadow:inset 0px 0px 0px 3px #fff !important;
    -moz-box-shadow:inset 0px 0px 0px 3px #fff !important;
    -o-box-shadow:inset 0px 0px 0px 3px #fff !important;
    -ms-box-shadow:inset 0px 0px 0px 3px #fff !important;
    box-shadow:inset 0px 0px 0px 3px #fff !important;
    backgournd-color:#428bca;
}
.primary


.animate-switch-container {
  position:relative;
  border:1px solid black;
  overflow:hidden;
}

.animate-switch.ng-animate {
  -webkit-transition:all linear 1s;
  transition:all linear 1s;
}
.animate-switch.ng-leave,
.animate-switch.ng-leave.ng-leave-active{
  display:none;
}
.animate-switch.ng-enter {
  opacity: 0;
}
.animate-switch.ng-enter.ng-enter-active {
  opacity:1;
}


