.content-popup-show {
    display: none;
    display: none;
    height: 100%;
    left: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 55555
}

.content-popup-show .modal-dialog {
    margin: 20px auto 0;
    width: 28%
}

.content-popup-show .modal-title-classic {
    border-bottom: 1px solid #c4c4c4;
    width: 100%;
    position: relative;
    color: #111;
    height: 35px;
    line-height: 35px;
    padding: 0 5px;
    font-weight: 700;
    background: #fafafa;
    background: -moz-linear-gradient(top, #fafafa 0%, #f1f1f1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #f1f1f1));
    background: -webkit-linear-gradient(top, #fafafa 0%, #f1f1f1 100%);
    background: -o-linear-gradient(top, #fafafa 0%, #f1f1f1 100%);
    background: -ms-linear-gradient(top, #fafafa 0%, #f1f1f1 100%);
    background: linear-gradient(top, #fafafa 0%, #f1f1f1 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#f1f1f1', GradientType=0)
}

.content-popup-show .modal-content {
    border-radius: 3px;
    overflow: hidden;
    margin: 20px auto 0;
    padding-bottom: 10px
}

.content-popup-body {
    margin: 0 auto;
    width: 85%;
}

.content-popup-show .btn-close {
    color: #222;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px
}

.content-popup-show .btn-close:hover {
    color: #c00
}

.classic-popup-subtitle {
    color: #111;
    font-size: 13px;
    padding: 7px 0 0;
    text-align: left
}

.error-log {
    color: red;
    font-size: 13px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    width: 100%
}

.classic-popup-input {
    margin: 0 auto;
    width: 100%
}

.classic-popup-input div {
    margin-bottom: 10px
}

.classic-popup-input input {
    border: 1px solid #dcdcdc;
    border-radius: 2px;
    color: #888;
    font-size: 13px;
    height: 30px;
    line-height: 20px;
    padding: 0 5px;
    width: 100%
}

.classic-popup-bottomText {
    color: #111;
    font-size: 13px;
    padding: 5px 0;
    text-align: left;
    display: inline-block
}

.action-popup-button {
    padding: 5px 2px
}

.frmForm {
    padding-top: 5px
}

.name-member {
    color: #ff7300;
    font-style: italic;
    margin-left: 5px;
    text-transform: capitalize
}

.wrapp-content-body {
    width: 40%;
    margin: 0 auto
}

.fa-20px {
    font-size: 20px!important;
    padding: 5px
}

.list-item-page {
    margin-top: 10px;
    clear: both
}

.content-popup-show-order .modal-dialog {
    width: 50%
}

.content-popup-show-order .content-popup-body {
    width: 95%
}

.content-popup-show-order .content-item {
    padding: 10px 0
}

.btn-ext {
    border-radius: 2px
}

#clickForgetPass {
    border-bottom: 1px dotted #ddd
}

.login-facebook {
    background: #3b5a9b url(../img/iconsocial.png) no-repeat top left;
    width: 110px;
    height: 34px;
    display: inline-block;
    font-size: 100%;
    vertical-align: top;
    border-radius: 2px;
    overflow: hidden
}

.login-facebook:hover,
.login-google:hover {
    opacity: .8
}

.login-google {
    background: #db2814 url(../img/iconsocial.png) no-repeat bottom left;
    width: 110px;
    height: 34px;
    display: inline-block;
    font-size: 100%;
    vertical-align: top;
    border-radius: 2px;
    overflow: hidden
}