﻿.btn-women {
    text-align: center;
    max-width: 350px;
    background-color: #e20074;
    border-radius: 50px;
    padding: 15px 30px 15px 30px;
    color: #fff;
    border: none;
    font-weight: 600;
    -webkit-box-shadow: 0 0 5px #444444;
    -moz-box-shadow: 0 0 5px #444444;
    box-shadow: 0 0 5px #444444;
}
.backMyPrev {
    color: #603f98;
}
.btn-myPrev
{
    color: white;
    background-color: #603f98;
    border-color: #603f98;
}
.btn-myPrev:hover {
    background-color: #7d5cb8 !important;
    border-color: #7d5cb8 !important;
    color: white !important;
}

.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #603f98;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd;
}

.btnMyPrevDisabled
{
    text-align: center;
    max-width: 350px;
    border-radius: 50px;
    padding: 15px 30px 15px 30px;
    border: none;
    font-weight: 600;
    -webkit-box-shadow: 0 0 5px #444444;
    -moz-box-shadow: 0 0 5px #444444;
    box-shadow: 0 0 5px #444444;
    color: #603f98;
    background-color: grey;  
}

.btnMyPrevStepLeft, .btnMyPrevStepRight {
    padding: 5px 5px;
    background-color: #603f98;
    border-radius: 20px;
    line-height: 1.8;
    display: inline-block;
    -webkit-box-shadow: 0 0 4px #444444;
    -moz-box-shadow: 0 0 4px #444444;
    box-shadow: 0 0 4px #444444;
    text-align: center;
}
.rightBtn
{
    text-align: right;
}
.btnMyPrevStepLeft:hover, .btnMyPrevStepRight:hover, .btnMyPrevStepLeft:focus, .btnMyPrevStepRight:focus, .btnMyPrevStepLeft:active, .btnMyPrevStepRight:active {
    -webkit-box-shadow: 0 0 0px #444444;
    -moz-box-shadow: 0 0 0px #444444;
    box-shadow: 0 0 0px #444444;
}

.btnMyPrevStepLeft.disabled, .btnMyPrevStepRight.disabled {
    background-color: grey;
}
span.lineMyPrev {
    content: "";
    display: block;
    width: 5px;
    height: 30px;
    background-color: #603f98;
    margin: 10px;
    border-radius: 10px;
}
.btnMyPrevStepLeft a, .btnMyPrevStepRight a, .btnMyPrevStepLeft a:hover, .btnMyPrevStepRight a:hover {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px;
    height: 30px;
    display: inline-block;
}

.btnMyPrevStepLeft a:hover, .btnMyPrevStepRight a:hover {
}

.btnMyPrevStepLeft span {
    float: right;
    margin-left: 10px;
}

.btnMyPrevStepRight span {
    float: left;
    margin-right: 10px;
}

.btnMyPrevStepLeft span, .btnMyPrevStepRight span {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 30px;
}
.faMyPrev {
    color: #603f98;
}
.headPageMyPrev {
    border-radius: 0 50px 50px 0;
    background-color: #753bbd;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
    text-align: center;
}
.headPageRtlMyPrev {
    border-radius: 50px 0 0 50px;
    background-color: #753bbd;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding-bottom: 15px;
    text-align: center;
    float: right;
}