.place-of-status-message{
    margin-bottom:40px;
    font-size:18px;
}

.eco-control-link{
    margin-bottom:10px;    
}

.eco-control-link a{
    display:block;
    padding-bottom:5px;
    border-bottom:1px solid #000000;
    font-weight:bold;
}

.wp-list-table thead tr td{
    border:2px solid #000000;
}

.wp-list-table tbody tr td{
    border-right:1px solid #000000;
    border-bottom:1px solid #000000;
}

.wp-list-table tr td:nth-child(1),
.wp-list-table tr td:nth-child(2),
.wp-list-table tr td:nth-child(3){
    width:4%;
}

.page-of-one-app .wp-list-table tr td:nth-child(1),
.page-of-one-app .wp-list-table tr td:nth-child(2),
.page-of-one-app .wp-list-table tr td:nth-child(3){
    width:auto;
}

.page-of-one-app .wp-list-table thead tr td{
    font-weight:bold;
}

.page-of-one-app .wp-list-table tbody tr td{
    padding-bottom:20px;
}

.status-color-green{
    color:#0e7b0e;
    font-weight:bold;
}

.status-color-red{
    color:#ff0000;
    font-weight:bold;
}

table tr td .us-photo{
    width:30%;
    display:block;
    margin-bottom:20px;
}

.no-user-photo{
    width:240px;
    height:auto;
    line-height:240px;
    text-align:center;
    font-size:240px;
    background-color:#cccccc;
}

.user-data-elem{
    border-bottom:1px solid #000000;
    margin-bottom:5px;
}

.user-data-elem span:first-child{
    font-weight:bold;
}

.wrap-eco-ask-block{
    display:none;
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color: rgba(0,0,0, 0.9);
    z-index:100000;
}

.eco-ask-block{
    width:400px;
    height:200px;
    background-color:#ffffff;
    text-align:center;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto auto;
    padding:20px 20px 20px 20px;
}

.eco-mess-body{
    width:100%;
    height:100px;
    font-size:16px;
    padding-top:20px;
    position:relative;
}

.eco-mess-body img{
    display:none;
    width:48px;
    height:48px;
    margin:0 auto;
    position:absolute;
    bottom:10px;
    left:0;
    right:0;
}

.eco-btn{
    height:40px;
    line-height:40px;
    display:inline-block;
    border:1px solid #000000;
    font-size:16px;
    text-align:center;
    color:#000000;
    text-decoration:none;
    padding: 0px 20px 0px 20px;
}

.eco-btn:hover{
    color:#000000;
}

.eco-btn.eco-btn-cancel{
    background-color: #f56262;
    margin-right:10px;
}

.eco-btn.eco-btn-confirm{
    background-color: #75ab69;
    margin-left:10px;
}

.reg-log-error-block{
    color:#f56262;
}

.reg-log-success-block{
    color:#75ab69;
}

/******************************/

.reg-log-user-account-page{
    width:100%;
    margin-top:80px;
}

.reg-log-user-account-page *{
    box-sizing: border-box;
}

.reg-log-account-links{
    text-align:center;
    margin-bottom:80px;
    background-color: #1d1f27;
    padding:20px 0 20px 0;
    letter-spacing: 10px;
}

.reg-log-account-links a{
    display:inline-block;
    font-family: 'Chalet2';
    color:#ffffff;
    font-weight:bold;
    letter-spacing: 0;
    font-size:18px;
}

.reg-log-image-and-data{
    width:65%;
    display:table;
    margin:0 auto;
}

.reg-log-image-and-data-inner{
    display:table-row;
}

.reg-log-img,
.reg-log-information{
    display: table-cell;
    vertical-align: top;
    padding-bottom:40px;
}

.reg-log-img{
    width:20%;
    padding-right:10px;
    border-right:1px solid #1d1f27;
}

.reg-log-information{
    padding-left:10px;
}

.reg-log-self-image{
    
}

.reg-log-self-image img{
    width:100%;
    display:block;
    cursor:pointer;
}

.new-user-file-btn{
    background-color: #1d1f27;
    color:#ffffff;
    text-align:center;
    font-size:16px;
    font-weight:bold;
    cursor:pointer;
    margin-top:5px;
    padding:8px 0 10px 0;
}

.reg-log-information input[type="submit"],
.reg-log-img input[type="submit"]{
    background-color: #1d1f27;
    color:#ffffff;
    text-align:center;
    font-size:16px;
    font-weight:bold;
    cursor:pointer;
    margin-top:5px;
    padding:8px 10px 10px 10px;
    border:none;
}

.reg-log-information .block-your-business input[type="submit"]{
    margin:20px 20px 0 0;
}

.reg-log-img form{
    margin-bottom:30px;
}

.reg-log-information input[type="text"],
.reg-log-information input[type="password"],
.reg-log-information input[type="tel"],
.reg-log-information input[type="email"],
.reg-log-img input[type="text"],
.reg-log-img input[type="password"],
.reg-log-img input[type="tel"],
.reg-log-img input[type="email"]{
    width:100%;
    height:30px;
    line-height: 30px;
    border:1px solid #1d1f27;
    font-size:16px;
    padding:0 10px 0 10px;
    margin-bottom:10px;
}

.reg-log-btn-for-simple-enter{
    margin-top:80px;
}

.block-of-form-reg-log{
    width:65%;
    margin:0 auto;
    margin-bottom:80px;
}

.block-of-form-reg-log label{
    color:#555555;
    font-weight: bold;
    font-family: 'Chalet2';
}

.block-of-form-reg-log input[type="text"],
.block-of-form-reg-log input[type="password"]{
    width:100%;
    height:30px;
    min-height: auto;
    line-height: 30px;
    border:1px solid #1d1f27;
    font-size:16px;
    padding:0 10px 0 10px;
    margin-bottom:10px;
    color:#000000 !important;
}

.block-of-form-reg-log input[type="submit"]{
    background-color: #1d1f27;
    color:#ffffff;
    text-align:center;
    font-size:16px;
    font-weight:bold;
    cursor:pointer;
    margin-top:5px;
    padding:8px 10px 10px 10px;
    border:none;
}

.block-of-form-reg-log a{
    margin-left:10px;
    color:#ffffff;
    font-weight: bold;
    font-family: 'Chalet2';
    font-size: 14px !important;
}

.errors-successes-in-account{
    width: 65%;
    margin:0 auto;
}

.errors-successes-in-account *{
    font-size:16px;
}

.reg-log-data-write-element{
    border-bottom:1px solid #1d1f27;
    margin-bottom:10px;
}

.reg-log-data-write-element span:nth-child(1){
    font-family: 'montserrat-light';
    font-size:16px;
}

.reg-log-data-write-element span:nth-child(2){
    font-weight:bold;
    font-size:16px;
}

.empty-user-image{
    width:100%;
    height:200px;
    line-height:200px;
    text-align:center;
    border:1px solid #1d1f27;
    font-size:160px;
    color:#1d1f27;
    cursor:pointer;
}

.table-of-data-acc{
    width:100%;
    display:table;
}

.row-of-data-acc.thead .cell-of-data-acc{
    background-color: #1d1f27;
    border:1px solid #000000;
}

.row-of-data-acc.thead .cell-of-data-acc .data-acc-elem{
    font-size:14px;
    font-family: 'montserrat';
    font-weight:bold;
}

.row-of-data-acc{
    display:table-row;
}

.cell-of-data-acc{
    display:table-cell;
    padding:1px 1px 1px 1px;
    border:1px solid #1d1f27;
}

.cell-of-data-acc .data-acc-elem{
    font-size:14px;
    font-family: 'montserrat';
    font-weight:bold;
    padding:4px 4px 4px 4px;
}

.cell-of-data-acc .data-acc-elem a{
    font-size:14px;
    font-family: 'montserrat';
    font-weight:bold;
    color:#68754c;
}

.row-of-data-acc:nth-child(even){
    background-color: #f3ffdb;
}

/**************************/

.container-page-agb{
    
}

.part-container-agb{
    width:700px;
    border:1px solid #000000;
    padding:10px 10px 10px 10px;
    background-color: #F7F7F7;
    margin: 0 0 40px 0;
}

.title-mailing-agb{
    font-size:18px;
    font-weight:bold;
    margin:0 0 30px 0;
    padding:5px 0 5px 10px;
    border-top:1px solid #999999;
    border-bottom:1px solid #999999;
    border-left:3px solid #000000;
    background-color: #f9f9f9;
}

.container-page-agb form{
    
}

.input-elem-agb{
    margin:10px 0 0 0;
}

.input-label-agb{
    font-size:16px;
    font-weight:bold;
}

.container-page-agb form input[type="text"]{
    width:100%;
    font-size:16px;
}

.container-page-agb form textarea{
    width:100%;
    height:133px;
    font-size:16px;
}

.container-page-agb form input[type="submit"]{
    background-color: #585858;
    color:#ffffff;
    border-radius:0;
    font-size:16px;
    border:none;
    padding:10px 30px 10px 30px;
    cursor: pointer;
    font-weight:bold;
}

/**************************/

.loader-wrap-agb{
    position:fixed;
    top:0; bottom:0; left:0; right:0;
    background-color: rgba(0,0,0, 0.95);
    z-index:111111;
}

.has-loader-text-agb{
    width:400px;
    height:200px;
    display: table;
    border-collapse: separate;
    padding:20px 20px 20px 20px;
    position:absolute;
    top:0; bottom:0; left:0; right:0;
    margin: auto auto;
    background-color: #585858;
}

.inner-has-loader-text-agb{
    display: table-row;
}

.loader-mess-body-agb{
    display:table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    color:#ffffff;
    font-weight: bold;
}

.status-of-progress-sending-agb{
    text-align: center;
}

.out-progress-line-agb{
    width:200px;
    height:10px;
    border:1px solid #000000;
    background-color:#333333;
    margin:0 auto;
    margin-top:5px;
}

.in-progress-line-agb{
    width:1%;
    height:10px;
    background-color:#007700;
}

.process-div{

}

.success-div{
    color:#00cc00;
}

.error-div{
    color:#ff8c8c;
}

.lrdr-img-agb{
    display:table-cell;
    vertical-align: middle;
}

.has-loader-text-agb .lrdr-img-agb img{
    width:48px;
    height:48px;
    display: block;
    margin:0 auto;
}

.btn-close-agb{
    width:147px;
    padding:10px 0 10px 0;
    background-color: #007700;
    color: #ffffff;
    border:1px solid #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}

.has-loader-text-agb .lrdr-img-agb .btn-close-agb{
    display:none;
    margin:0 auto;
}

/**************************/

@media (max-width:768px){

    .block-of-form-reg-log input[type="text"],
    .block-of-form-reg-log input[type="password"]{
        font-size: 14px !important;
    }

    .reg-log-account-links{
        padding:0 15px 0 15px;
    }

    .reg-log-account-links a{
        margin:7px 0 7px 0;
        font-size: 14px;
    }

    main#primary .entry-content .reg-log-account-links a{
        font-size: 14px;
    }

    .block-of-form-reg-log label{
        font-size: 14px;
    }

    main#primary .entry-content .block-of-form-reg-log label{
        font-size: 14px;
    }

    .reg-log-image-and-data{
        width:77%;
    }

    .reg-log-information input[type="text"], 
    .reg-log-information input[type="password"], 
    .reg-log-information input[type="tel"], 
    .reg-log-information input[type="email"], 
    .reg-log-img input[type="text"], 
    .reg-log-img input[type="password"], 
    .reg-log-img input[type="tel"], 
    .reg-log-img input[type="email"]{
        font-size:14px;
    }

    .loader-wrap-agb{
        padding:10px 10px 10px 10px;
    }

    .has-loader-text-agb{
        width:257px;
        height:200px;
        overflow-y: auto;
    }
}

@media (max-width:640px){
    .table-of-data-acc{
        display:block;
    }

    .row-of-data-acc{
        display:block;
        margin-bottom:40px;
    }

    .cell-of-data-acc{
        display:block;
    }

    .row-of-data-acc.thead{
        display:none;
    }
}

@media (max-width:480px){

    .reg-log-data-write-element span{
        display:block;
    }
}