@CHARSET "ISO-8859-1";
 /* Tabs */

  .tab-content
  {
  }
   .tabview > .nav-tabs {
    border-bottom: 1px solid #ddd;
}
/* .tabview .nav-tabs > li > a, .tabview .nav-tabs > li > a:hover {
    border: 1px solid #ccc;
} */
.tabview >.nav-tabs > li {
    margin-bottom: -1px;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.tabview > .nav-tabs>li>a {
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 20px;
  /*border: 1px solid transparent;*/
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}
.tabview > .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  color: #555555;
  cursor: default;
  background-color: #f7f7f7;
  border: 1px solid #6A80a9;
}

.tabview > .nav-tabs>li.active > a > span.caret {
	border-top-color: #fff;
}
/* Tabs End*/

.tabview > .nav-tabs {
    margin: 0;
    padding: 0;
    border: 0;   
    overflow: hidden;
}
.tabview > .nav-tabs > li > a {
  margin: 0px;
  background-color: #efefef ;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 0;
  font-family: "Arial";
  color: #6a80a9;
  font-size: 14px !important;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 25px;
  /*border: 1px solid transparent;*/
}

.nav-tabs > li.disabled > a,
.nav-tabs > li.disabled > a:hover {
    color: #d7d7d7;    
    cursor: default;
    background: #FAFAFA;
    border-right: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover {
	background-color: #6A80a9 !important;
   color: #ffffff !important;
}
.checkComplete{
    z-index: 3;
    position: absolute;
    float: right;
    right: -20px;
    color: #8DC759;
    font-size: 48px;
    top: -15px;
    border-radius: 100%;
    }
.checkCompleteBG{   
    background-color: #fff;
    z-index: 2;
    top: 0px;
    right: 0px;
    position: absolute;
    width: 12px;
    height: 16px;
    border-radius: 100%;
    }

/* Tab Content */
.tab-pane {
    border-radius: 0;
    text-align: left;
    padding: 2px 0px 2px 0px;
}
.tab-content
{
}
    
.border-none{border: 0px;width: 98%;margin: 0px auto;}
/* inner Tabs and  Content */
.wizard {
    margin: 0px auto;
    background: #fff;
}

.wizard .nav-tabs {
    position: relative;
    margin: 0px auto;
    margin-bottom: 0;
    background-color: #FAFAFA;
}

.wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}
.wizard.nav-tabs>li {
    float: left;
    margin-bottom: -3px;
}

span.round-tab {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #dfdfdf;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;

}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #050d9e;
    margin-top: -2px;
    
}
.wizard li.active P {
    
    color:#050d9e;
    
}

.wizard li.active span.round-tab i{
    color: #050d9e;
}

span.round-tab:hover {
    color: #333;
   border: 2px solid #dfdfdf;
}

.wizard .nav-tabs > li {
    /* width: 25%; */
    margin: 0px 10px;
    width: 120px;

}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #fff;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 40%;
    opacity: 1;
    margin: 0 auto;
    bottom: -3px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
}
.wizard li p {
    font-size: .8em;
    font-weight: bold;
    text-align: center;
    padding: 2px 0px;
}
.wizard .nav-tabs > li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 25px;
    margin: 0px auto;
    border-radius: 100%;
    padding: 0;
    margin-top: 10px;
    border: 0px;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
         
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 10px;
    background-color: #fff;
}

.wizard h3 {
    margin-top: 0;
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}