﻿
/*Progress Diagram*/
.progress1 {
    width: auto;
    margin: 0px auto;
    text-align: center;
    padding-bottom: 10px;
}

.progress1 .circle,
.progress1 .bar {
    display: inline-block;
    background: #fff;
    width: 48px;
    height: 48px;
    border-radius: 48px;
    border: 1px solid #d5d5da;
}

.progress1 .bar {
    position: relative;
    width: 100px;
    height: 6px;
    margin: 0 -5px 17px -5px;
    border-left: none;
    border-right: none;
    border-radius: 0;
    top: 16px;
    vertical-align: top
}

.progress1 .circle .label {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    margin-top: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    align-content: center;
    background: #b5b5ba;
}

.progress1 .circle .title {
    color: #b5b5ba;
    font-size: 12px;
    line-height: 18px;
    margin-left: -5px;
    margin-top: 5px;
    display: block;
    font-weight: bold;
}
/* Done / Active */

.progress1 .bar.done,
.progress1 .circle.done {
    background: #eee;
}

.progress1 .bar.active {
    background: linear-gradient(to right, #EEE 40%, #FFF 60%);
}

.progress1 .circle.done .label {
    color: #FFF;
    background: #8bc435;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, .2);
}

.progress1 .circle.done .title {
    color: #8bc435;
    font-weight: bold;
    align-content: center;
}


.progress1 .circle.active .label {
    color: #FFF;
    background: #e0b425;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, .2);
}

.progress1 .circle.active .title {
    color: #e0b425;
    font-weight: bold;
    align-content: center;
}

.BodyShadow {
    -webkit-box-shadow: 0px -2px 69px -9px #777;
    -moz-box-shadow: 0px -2px 69px -9px #777;
    box-shadow: 0px -2px 69px -9px #777;
    border-radius: 20px;
}
/* Leftside Menu*/
#folding-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 0px;
    margin-left: -36px;
    position: relative;
    display: inline-block;
    width: 280px;
}

    #folding-menu a {
        width: auto;
        display: block;
        font-size: 14px;
        color: #cde0ec;
        line-height: 45px;
        padding-left: 40px;
        background: #0764a1;
        text-decoration: none;
        border-left: 1px solid #0982bd;
        border-top: 1px solid #0982bd;
        border-bottom: 1px solid #054685;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        -moz-box-shadow: 3px 5px 5px rgba(0,0,0,0.5);
        -khtml-box-shadow: 3px 5px 5px rgba(0,0,0,0.5);
        -webkit-box-shadow: 3px 5px 5px rgba(0,0,0,0.5);
        box-shadow: 3px 5px 5px rgba (0,0,0,0.5);
    }

    #folding-menu li:first-child a {
        border-top-right-radius: 10px;
    }

    #folding-menu li:last-child a {
        border-bottom-right- radius:10px;
    }

    #folding-menu a:hover {
        padding-left: 55px;
        background: #05528f;
        border-top: 1px solid #066fae;
        border-bottom: 1px solid #033772;
        -webkit-transform-origin: 0;
        -moz-transform-origin: 0;
        -o-transform-origin: 0;
        -moz-box-shadow: 0 5px 5px rgba(0,0,0,0.5);
        -khtml-box-shadow: 0 5px 5px rgba(0,0,0,0.5);
        -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
        box-shadow: 5px 5px 5px rgba (0,0,0,0.5);
    }

    #folding-menu a:active {
        background: #033f7e;
        border-top: 1px solid #045ca0;
        border-bottom: 1px solid #02275f;
    }

    #folding-menu::after {
        width: 0;
        height: 0;
        content: '';
        position: absolute;
        border-color: #054685 #054685 transparent transparent;
        border-style: solid solid dashed dashed;
        border-width: 5px 10px;
    }
.leftGroupMenu {
    border: 0px;
    width: 270px;
}
 
@media (max-width: 860px) {

    .progress1 .bar {
        width: 50px;
    }
}
 
.panel
{
    margin-bottom:6px !important;
}
.panel-heading{
    font-weight:bold;
}
.panel-body{
    padding :4px !important;
}
.panel-title > a, .panel-title > a:active {
    display: block;
    padding: 15px;
    color: #555;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-decoration: none;
    cursor: pointer;
}

.help-fill-forms {
    float: right;
    margin-top: 3px;
    margin-right: 7px;
}

.bg-alert {
    background-color: #fff !important;
    padding: 3px 5px 3px 5px;
    color: #5a4f4f;
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    border-radius: 0px !important;
    text-shadow: none !important;
    border: 1px solid #555;
}

.bgheader-alert {
    background-color: #555 !important;
    padding: 3px 5px 3px 5px;
    color: #fff;
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    border-radius: 0px !important;
    text-shadow: none !important;
    border: 1px solid #555;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: grey; /* adjust as needed */
    
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080"; /* adjust as needed, taken from bootstrap.css */
   
}
.panel-heading .accordion-toggle::after
{
    cursor:pointer;
}
/*.panel-heading a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
}

.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}*/
@media all and (min-width:768px) {
    .sidebar-mini.sidebar-collapse .content-wrapper, .sidebar-mini.sidebar-collapse .right-side, .sidebar-mini.sidebar-collapse .main-footer {
        margin-left: 0px !important;
        z-index: 840;
    }
}

/*
    Common 
*/

/*Before Login*/
.wizard {
    margin: 7px auto;
    background: #fff;
    
}

    .wizard .nav-tabs {
        position: relative;
        margin: 40px auto;
        margin-bottom: 0;
        border-bottom-color: #e0e0e0;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 1px;
    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;
}

span.round-tab {
    width: 52px;
    height: 52px;
    line-height: 52px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    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 #5bc0de;
}

    .wizard li.active span.round-tab i {
        color: #5bc0de;
    }

.wizard li.complete span.round-tab {
    background: #fff;
    border: 2px solid #2ca919;
    
}

    .wizard li.complete span.round-tab i {
        color: #2ca919;
        
    }
span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 33.33%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}

 
.wizard .nav-tabs > li a {
    width: 52px;
    height: 52px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
    width:100% !important;
}

.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%;
    }
}
/*Before Login*/

/*After Login*/
.wizardAfterLogin {
    margin-top: 3px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
}

    .wizardAfterLogin .nav-tabs {
        position: relative;
        margin-top: 0px;
        margin-left:auto;
        margin-right:auto;
        margin-bottom: 0;
        border-bottom-color: #e0e0e0;
    }

    .wizardAfterLogin > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 1px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}
.control-label.bluearrow::before {
    font-family: "Courier New";
    color: rgb(0, 92, 185);
    content: "\25E5";
    font-size: 10px;
    padding: 0px 3px;
    vertical-align: top;
    line-height: 1.8;
}

.wizardAfterLogin .nav-tabs > li.active > a, .wizardAfterLogin .nav-tabs > li.active > a:hover, .wizardAfterLogin .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 52px;
    height: 52px;
    line-height: 52px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

    span.round-tab i {
        color: #555555;
    }

.wizardAfterLogin li.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;
}

    .wizardAfterLogin li.active span.round-tab i {
        color: #5bc0de;
    }

.wizardAfterLogin li.complete span.round-tab {
    background: #fff;
    border: 2px solid #2ca919;
}

    .wizardAfterLogin li.complete span.round-tab i {
        color: #2ca919;
    }

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizardAfterLogin .nav-tabs > li {
    width: 16.66%;
}

.wizardAfterLogin li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizardAfterLogin li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}


.wizardAfterLogin .nav-tabs > li a {
    width: 52px;
    height: 52px;
    margin: 0px auto 12px auto !important;
    border-radius: 100%;
    padding: 0;
}

    .wizardAfterLogin .nav-tabs > li a:hover {
        background: transparent;
    }

.wizardAfterLogin .tab-pane {
    position: relative;
    padding-top: 10px !important;
    width: 100% !important;
}

.wizardAfterLogin h3 {
    margin-top: 0;
}

@media( max-width : 585px ) {

    .wizardAfterLogin {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizardAfterLogin .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizardAfterLogin li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}
/*After Login*/

@media (min-width: 992px) {
    .modal-lg-custom {
        width: 80%;
    }
}

