﻿.form-group label.cool {
    font-size: 1.3rem !important;
    font-weight: normal;
}

.mt-20
{
  margin-top: 20px !important;
}

.wiz
{
  padding: 8px;
  background-color: #f5f5f5;
  margin-left: 20px;
  margin-right: 20px;
}

.wiz > a
{
    color: #8d8d8dee !important;
    font-weight: 700;
    font-size: medium;
}

.breadcrumb {
    padding: 8px 8px;
    margin-bottom: 30px;
}

.wiz.active
{
  padding: 16px 22px 16px;
  background-color: #2c8f82;
  margin-left: 20px;
  margin-right: 20px;
/*  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);*/
}

.wiz.active > a
{
  color: #ffff !important;
}

.wiz > span
{
    padding: 10px;
    color: #fff;
    font-weight: 700;
    font-size: larger;
}

.wiz > span
{
    color: #8d8d8dee !important;
}

.wiz.active > span
{
    color: #ffff !important;
}

.mb-50
{
  margin-bottom: 50px !important;
}

.mb-10
{
  margin-bottom: 10px !important;
}

.mb-30
{
  margin-bottom: 30px !important;
}


.breadcrumb
{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px !important;
}

.form-control {
    border-left: inset !important;
}

.d-none
{
  display: none !important;
}

.chck_algn
{
  margin-right: 10px !important;
  margin-top: 20px !important;
}

.error_flag
{
  color: red !important;
  font-size: smaller !important;
}

.text-danger-x
{
  color: red !important;
  font-weight: bold !important;
}

.bld
{
  font-weight: bold !important;
}

.mt-30
{
margin-top: 30px !important;
}

.mr-10
{
margin-right:10px !important;
}