﻿.auto-style1 {
    width: 5%;
    height: 31px;
}

.auto-style2 {
    width: 15%;
    height: 31px;
}

.auto-style3 {
    width: 20%;
    height: 31px;
}

.auto-style4 {
    height: 31px;
}

.lstHeight0 {
    width: 98%;
    overflow-y: hidden;
}

@media (max-width:994px) {
    .lstHeight0 {
        width: 100%;
    }
}

.lstHeight0_2 {
    width: 96%;
    overflow-y: hidden;
}

@media (max-width:994px) {
    .lstHeight0_2 {
        width: 100%;
    }
}

.lstHeight0_3 {
    width: 98.50%;
    overflow-y: hidden;
}

@media (max-width:994px) {
    .lstHeight0_3 {
        width: 100%;
    }
}

.lstHeight {
    height: auto;
    overflow-y: scroll;
    max-height: 394px;
}

@media (max-width:994px) {
    .lstHeight {
        height: auto;
        max-height: 373px;
    }
}

.lstHeight2 {
    height: auto;
    overflow-y: scroll;
    max-height: 476px;
}

@media (max-width:994px) {
    .lstHeight2 {
        height: auto;
        max-height: 466px;
    }
}

.lstHeight3 {
    height: auto;
    overflow-y: scroll;
    max-height: 311px;
}

@media (max-width:994px) {
    .lstHeight3 {
        height: auto;
        max-height: 307px;
    }
}





.wizard-steps {
    list-style: none;
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}

    .wizard-steps li {
        display: table-cell;
        text-align: center;
        width: 1%;
    }

        .wizard-steps li .titleWiz {
            display: block;
            margin-top: 4px;
            max-width: 100%;
            color: #999;
            font-size: 14px;
            z-index: 104;
            text-align: center;
            table-layout: fixed;
            word-wrap: break-word;
        }

        .wizard-steps li .step {
            border: 3px solid #e5e5e5;
            color: #999;
            font-size: 15px;
            border-radius: 100%;
            background-color: #fff;
            position: relative;
            z-index: 2;
            display: inline-block;
            width: 40px;
            height: 40px;
            line-height: 32px;
            text-align: center;
        }

        .wizard-steps li.active:before, .wizard-steps li.complete:before, .wizard-steps li.active .step, .wizard-steps li.complete .step {
            border-color: #d15050;
        }

        .wizard-steps li.complete .titleWiz, .wizard-steps li.active .titleWiz {
            color: #d15050;
            font-size: 14px;
            font-weight: bold;
            text-align: center;
            text-decoration: none;
            /*new font*/
            font-family: 'Cairo';
        }

hr.separator {
    clear: both;
    margin-top: 10px;
    margin-bottom: 13px;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,.15),rgba(0,0,0,0));
}

.step-content .step-pane {
    display: none;
    min-height: 75px;
    padding: 4px 8px 12px;
   /* margin-top: 15px;*/
}

.step-content .active {
    display: block;
}



.portlet form .form-actions {
    padding: 15px 10px 0;
}

form .form-actions {
    display: block;
    /* border-top: 1px solid #e5e5e5;
            padding: 15px 10px;*/
}

.wizard-steps li.active:before, .wizard-steps li.complete:before, .wizard-steps li.active .step, .wizard-steps li.complete .step {
    border-color: #d15050;
}

.wizard-steps li:first-child:before {
    max-width: 51%;
    right: 50%;
}

.wizard-steps li:before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    font-size: 0;
    overflow: hidden;
    border-top: 4px solid #e5e5e5;
    position: relative;
    top: 21px;
    z-index: 1;
}

.wizard-steps li.active:before, .wizard-steps li.complete:before, .wizard-steps li.active .step, .wizard-steps li.complete .step {
    border-color: #d15050;
}

.wizard-steps li:first-child:before {
    max-width: 51%;
    left: 50%;
}

.wizard-steps li:last-child:before {
    max-width: 50%;
    width: 50%;
}

.RBL td {
    text-align: right;
    width: 20px;
}
