﻿/* TABLE REGISTER and LOGIN and PROFILE*/
.Member-Container
{
       /* width: 100%; */
    background: white;
    box-shadow: 0 6px 20px #adadad;
    border-radius: 6px;
    margin: 38px 0px 38px 0px;
    padding: 40px 30px 30px 30px;
    height: 300px;
}
.Member_TableInfo
{
    /*float:left;*/
    width: 100%;
    padding-bottom: 10px;
}
.Member_TableInfo_Header
{
    /*background-color:#c2e3f0; */
    text-align: center;
    font-weight: bold;
}
.Member_TableInfo_Caption
{
    color: #666666;
    text-align: right;
    width: 30%;
}
.Member_TableInfo table
{
    /*width:590px;*/
    border: 0px;
    border-collapse: collapse;
}
.Member_TableInfo td
{
    border: #cccccc 0px solid;
    padding: 2px 4px 2px 4px;
}

.Member_text
{
    height: 30px;
    font-size: 15px;
    width: 90%;
    -moz-border-radius: 5px; /* from vector shape */
    -webkit-border-radius: 5px; /* from vector shape */
    border-radius: 5px; /* from vector shape */
    border: 1px solid #d9d9d9;
    padding: 2px 10px 2px 10px;
}

.Member_text_number
{
    height: 22px;
    font-size: 14px;
    width: 420px;
    -moz-border-radius: 5px; /* from vector shape */
    -webkit-border-radius: 5px; /* from vector shape */
    border-radius: 5px; /* from vector shape */
    border: 1px solid #eeeeee;
}


/* DIV LOGIN FORM */
#divLoginForm
{
    position: absolute;
    top: 215px;
    right: 5px;
    text-align: center;
    background-color: #fff2a8;
    border: #fdab53 2px solid;
    padding: 10px;
    color: #444444;
    font-weight: normal;
    z-index: 1000;
}
#divLoginForm a
{
    color: #444444;
    font-weight: bold;
}

.logged-area
{
    background-color: #ffe6c7;
    border-radius: 10px;
    color: white !important;
    padding: 2px 5px 2px 8px;
}




.TableRegister
{
    /*float:left;*/
    width: 100%;
    padding-bottom: 10px;
}
.TableRegister table
{
    border: 0px;
    border-collapse: collapse;
    width: 1000%;
}
.TableRegister td
{
    border: #cccccc 0px solid;
    padding: 2px 4px 2px 4px;
}

.TableRegister .Edit_text
{
    width: 100%;
    border: #cccccc 1px solid;
    padding: 5px;
    border-radius: 3px;
    font-size: 15px;
}

.TableRegister_Title
{
    border-style: solid;
    border-bottom-width: 1px;
    border-color: rgb(181, 31, 35);
    width: 100px;
    margin: 0px auto;
    display: block;
    float: left;
}

.product-meta-box .button
{
    float: left;
    width: 100%;
    text-align: center;
    padding: 5px 0px 5px 0px;
}
.TableRegister select
{
    height: 35px;
    width: 100%;
}



.comment_detail_info
{
    font-size: 20px;
    font-weight: 700;
    color: #e50404;
}


.comment_detail_info_user
{
    font-size: 15px;
    font-weight: 600; /* color: #e50404; */
    margin: 10px 0px 2px 10px;
}


.comment_detail_info_content
{
    font-size: 15px;
    margin: 0px 40px;
}

.comment_detail_info_content span
{
}
.comment_detail_info_content a
{
    font-size: 16px;
}
.main_view_comment
{
    padding: 5px 0px;
    border-bottom: 1px solid #e8e8e8;
    }
    
    .comment_detail_info_2 {
    font-size: 20px;
    font-weight: 700;
    color: #e50404;
    text-align: left;
    margin: 0px 0px 15px 0px;
}