
.textarea .smiles .list {
    position: absolute;
    background: white;
    top: -300px;
    z-index: 100001;
    padding: 25px;
    opacity: 1 !important;
    border-radius: 26px;
    -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.36);
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.36);
	right: -383px;
	display: none;
}
.textarea .smiles {
    position: absolute;
    right: 20px;
    top: 13px;
    width: 23px;
    height: 23px;
    background: url(../img/icon/smile.png) no-repeat center;
    opacity: 0.8;
    cursor: pointer;
}
.textarea .smiles:hover{
	opacity: 1;
}
.attach a {
    position: absolute;
    right: 20px;
    top: 40px;
    width: 23px;
    height: 23px;
    background: url(../img/icon/file_chat.png) no-repeat center;
    opacity: 0.8;
    cursor: pointer;
}
.attach a:hover{
	opacity: 1;
}
.attach input{
    display: none;
}
.create_mess_wrapper  .textarea textarea {
    width: calc(100% - 30px);
    resize: none;
    padding: 15px 10px;
    border: 1px solid #b4b4b4;
    outline: none;
	height: calc(100% - 50px) !important;
}
.create_mess_wrapper{
	position: relative;
}
.create_mess_wrapper .textarea {
    float: left;
    height: 160px;
    position: relative;
	width: 100%;
	margin-bottom: 10px;
}
.create_mess_wrapper .textarea td {
    font-size: 12px;
}
.attach .jq-file {
    display: none !important;
}
.create_mess_wrapper button.purpur_button {
    height: 51px;
    padding: 0px 20px;
    display: block;
    width: 152px;
    clear: both;
    text-align: center;
}
.create_mess_wrapper {
    position: relative;
    width: 590px;
}
.favorite_girls_block.messages_g .message_read h4 {
    width: 60%;
}
.mess_right_column {
    display: inline-block;
}
.wrap_mess_read .block_hide_message {
    display: block;
    margin: 0px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.wrap_mess_read .message-text_wrap {
    color: #4b4b4b;
    padding-bottom: 20px;
}
.back_to {
    clear: both;
    display: block;
    float: left;
    margin-top: 20px;
    margin-left: 25px;
	color: #b2b2b2;
	position: relative;
	text-decoration: underline;
	cursor: pointer;
}
.back_to::after{
	content: "←";
	position: absolute;
	left: -20px;
}
.back_to:hover{
	color: #4a4a4a;
}
.item_messaage_user.hide {
    border: 1px solid #D1D1D1;
    background: #F9F9F9;
}
.item_messaage_user.hide .block_hide_message{
	display:none;
}
.item_messaage_user.hide .message-text_wrap {
    max-height: 21px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #b2b2b2;
    margin-left: 28px;
    width: 450px;
}
.item_messaage_user.hide {
    border: 1px solid #D1D1D1;
    background: #F9F9F9;
    padding: 20px 0;
	cursor: pointer;
	margin-bottom: -1px;
	margin-top: 0px;
	position: relative;
	display: block;
}
/* .item_messaage_user:not(.hide) .block_hide_message {
    display: none;
} */
.item_messaage_user{
	margin-top: 20px;
}
.item_messaage_user.hide:hover {
	background: #E1E1E1;
}
.item_messaage_user.hide .message-date {
    margin-right: 60px;
}
.item_messaage_user.hide::after{
	content: url('../img/icon/dwon_mess.png');
	position: absolute;
	right: 20px;
}
#popup-container{
	display: none;
}
.item.remember.registretion label a {
    display: inline;
    text-decoration: underline;
}
#popup-container {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 99999;
    background: rgba(0,0,0,0.35);
    overflow: auto;
}
/*
#popup-wrapper {
    position: absolute;
    width: 60vw;
    height: 80vh;
    top: 10vh;
    left: -50%;
    right: -50%;
    margin: auto;
}
*/
#license-agreement {
    background: #fff;
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
#popup-wrapper .title {
    padding-left: 20px;
    padding-top: 15px;
}
.content.over {
    overflow: auto;
    padding: 10px 20px;
}
/*.content.over::after {
    content: "";
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 1%, rgba(255,255,255,1) 74%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 1%,rgba(255,255,255,1) 74%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 1%,rgba(255,255,255,1) 74%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    width: 98%;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
}*/
/*
#lost-pass {
    background: #fff;
    position: absolute;
    overflow: hidden;
    width: 500px;
    left: -50%;
    right: -50%;
    margin: auto;
    bottom: -50%;
    top: -50%;
    height: max-content;
    padding-bottom: 40px;
}
*/
#lost-pass .content {
    padding: 20px;
}
#lost-pass .site-form {
    padding-top: 20px;
}
#lost-pass .site-form {
    width: 330px;
    padding-top: 20px;
    margin: 0 auto;
    display: block;
    margin-left: 70px;
}



.wrapper_name_agency a {
    color: #8e72af;
}
.wrapper_name_agency a:hover {
    text-decoration: none;
}
.wrapper_agency_controls{
    width: 100%;
    min-height: 40px;
    -webkit-box-shadow: 0px 2px 19px 3px rgba(0,0,0,0.21);
    -moz-box-shadow: 0px 2px 19px 3px rgba(0,0,0,0.21);
    box-shadow: 0px 2px 19px 3px rgba(0,0,0,0.21);
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 95px;
    z-index: 10;
}
.title_line_t h4 {
    font-size: 40px;
    width: 50%;
    display: inline-block;
    margin-top: 0px;
    font-family: 'PTSerif-Regular';
}
.wrap_checker {
    float: right;
    margin-top: -5px;
}
.purpur_button.check_list_type{
    float: left;
    display: inline-block;
    border: 1px solid #8D72B1;
}
.purpur_button.check_list_type:first-child {
    border-radius: 26px 0 0 26px;
}
.purpur_button.check_list_type:last-child {
    border-radius:  0 26px 26px 0;
}
.purpur_button.check_list_type.disabled {
    border: 1px solid #8D72B1;
    color: #8D72B1;
    background: #ffffff;
}
.purpur_button.check_list_type:hover{
    border-color: #7ED4C9
}
.purpur_button.check_list_type.disabled:hover{
    background: #8D72B1;
    border-color: #8D72B1;
    color: white;
}
.title_block_list_girls {
    background: #8d72b1;
    color: white;
    font-family: 'PTSans-Bold';
    font-weight: normal;
    font-size: 16px;
}
.title {
    display: inline-block;
}
.title_block_list_girls {
    background: #8d72b1;
    color: white;
    font-family: 'PTSans-Bold';
    font-weight: normal;
    font-size: 16px;
    margin-top: 0;
    padding-bottom: 18px;
    padding-top: 18px;
    padding-left: 25px;
    padding-right: 25px;
}
.title.t_0, .b_id {
    width: 7%;
}
.title.t_3 {
    width: 22%;
}
.title.t_1 {
    width: 37%;
}
.title.t_1_2 {
    width: 15%;
}
.title.t_2 {
    width: 24%;
}
.title.t_3 {
    width: 15%;
}
.b_id{
    font-family: 'PTSans-Bold';
}
.b_photo {
    width: 99px;
    height: 134px;
    display: inline-block;
}



/* Kenig styles fix start */

/* Messages fix */ 
.new-file-form div{
	display:none !important;
}

#searsh-popup-list {
    left: 0px;
	position: absolute;
	z-index: 50;
	background: #FFFFFF;
	width: 100%;
}

#searsh-popup-list.not-visible {
    left: -99999px;
}

#searsh-popup-list .inner div{
    float: left;
}

#searsh-popup-list .inner a{
    display: block;
	position: relative;
	cursor:pointer;
	float: left;
	width: 300px;
}
/* End Messages fix */ 
/* Smiles hidden*/
.textarea .smiles{
	display:none;
}
/* End Smiles hidden*/
/* Attach fix position and new icon */
.textarea .attach a{
	top: 15px;
	width: 30px;
	height: 28px;
	background: url(/img/icon/picture_add.png) no-repeat 50% 50%;
}
/* End Attach fix position and new icon */
/* ??? */
.popup .dialog-title[onclick], .popup .username[onclick]{
	cursor:pointer;
}

/* Tooltip user panel fix */
.tooltip {
    z-index: 9250;
}
/* End Tooltip user panel fix */
/* Mail subctribe checkbox fix */
.profile-edit .ui-checkbox .jq-checkbox {
    float: left;
}

.profile-edit .ui-checkbox .receive {
    padding-left: 25px;
}
/* End mail subctribe checkbox fix */
/* Chat new pagination*/
.newchat-pager span, .newchat-pager a[data-page]{
	display: none !important;
}

.newchat-pager .prev{
	-moz-transform: rotate(90deg); 
    -ms-transform: rotate(90deg); 
    -webkit-transform: rotate(90deg); 
    -o-transform: rotate(90deg); 
    transform: rotate(90deg);
}

.newchat-pager .next{
	-moz-transform: rotate(90deg); 
    -ms-transform: rotate(90deg); 
    -webkit-transform: rotate(90deg); 
    -o-transform: rotate(90deg); 
    transform: rotate(90deg);
}
/* End chat new pagination */

/* Chat green message */
.newchat-users-list .title .new{
	left: 52%;
}
/* End chat green message*/

/* Chat video big */
.new-chat-webcam-button-min, .new-chat-webcam-button-max{
	display:none !important;
}

#camera-swf-keeper .camera-swf.active {
    height: 170px;
    left: 25px;
    margin: 0;
    position: absolute;
    /* top: 40px !important; */
    top: 51px;
    width: 296px;
}

#new-chat-my-camera .min, #new-chat-my-camera .max{
	display:none !important;
}
/* End chat video big */

/* My Account redesign */
.container_my_account .account-info-box{
	display: inline-block;
    float: right;
    margin-left: 35px;
    min-width: 460px;
	background: #f9f9f9;
	padding: 40px 10px 10px 20px;
	min-height: 160px;
}

.account-info-box .block_credits_account{
	margin-left: 20px;
}
.account-info-box .block_credits_account .links a {
    cursor: pointer;
    text-decoration: underline;
    color: #8e72af;
}
.account-info-box .block_credits_account .links a:hover {
    text-decoration: none;
}
.account-info-box .links_account{
	width: 180px;
	background: none;
	padding: 0px;
}

.links_account a{
	display: block;
	float: none;
}


.account-info-box .account-credits-title{
	color: #9b9b9b;
	margin-bottom: 10px;
	margin-left: 20px;
}

.account-info-box .credits_now{
	font-size: 16px;
	display: inline-block;
	background: url("../img/icon/icon_userpanel.png") no-repeat left 8px;
	padding: 0px 0px 0px 21px;
	margin-bottom: 15px;
	margin-left: 20px;
}
.account-info-box .credits_now span, .account-info-box .block_credits_account span{
	font-size: 14px;
	display: inline-block;
	text-transform: lowercase;
	line-height: normal;
	color: #3ba71d;
	font-family: "PTSans-Bold";
}

/* End My Account redesign */

#chat-popup .don-t-remind{
	display: inline-block;
}

#chat-popup .next-container{
	display: inline-block !important;
	float: right;
}

#chat-popup .next-button{
    display: inline-block !important;
	color: #9b9b9b;
    cursor: pointer;
    font-family: "PTSans-Bold";
    font-size: 12px;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: underline;
    text-transform: uppercase;
	float:none;
	text-align: right;
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 0px 0px;
}

/* Kenig styles fix end */