input#dateform_check,
input#confirm{
    -webkit-appearance: checkbox;
}

#basic-modal-content-dateme table td{
    padding-top: 0 !important;
}

#pagination{
    max-width: 400px;
    margin: auto;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

#pagination a, #pagination .box{
    width: 30px;
    height: 30px;
    margin: 0 5px;
    background: #ffffff;
    line-height: 30px !important;
    text-align: center;
    color: #313131;
    text-decoration: none;
    display: block;
    font: normal 700 1.25rem 'Lato', sans-serif;
}

#pagination .pagination_selected {
    background: #f38126;
    color: #ffffff !important;
}

#pagination .box:first-child, #pagination a:last-child{
    width: 50px;
}

#pagination *:first-of-type {
     margin: 0 5px 0 0;
}


/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(../vi/overlay.png) repeat 0 0;}
#colorbox{}
#cboxTopLeft{width:21px; height:21px; background:url(../vi/controls.png) no-repeat -100px 0;}
#cboxTopRight{width:21px; height:21px; background:url(../vi/controls.png) no-repeat -129px 0;}
#cboxBottomLeft{width:21px; height:21px; background:url(../vi/controls.png) no-repeat -100px -29px;}
#cboxBottomRight{width:21px; height:21px; background:url(../vi/controls.png) no-repeat -129px -29px;}
#cboxMiddleLeft{width:21px; background:url(../vi/controls.png) left top repeat-y;}
#cboxMiddleRight{width:21px; background:url(../vi/controls.png) right top repeat-y;}
#cboxTopCenter{height:21px; background:url(../vi/border.png) 0 0 repeat-x;}
#cboxBottomCenter{height:21px; background:url(../vi/border.png) 0 -29px repeat-x;}
#cboxContent{background:#fff; overflow:hidden;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{margin-bottom:28px;}
#cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
#cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
#cboxPrevious{position:absolute; bottom:0; left:0; background:url(../vi/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxPrevious.hover{background-position:-75px -25px;}
#cboxNext{position:absolute; bottom:0; left:27px; background:url(../vi/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxNext.hover{background-position:-50px -25px;}
#cboxLoadingOverlay{background:url(../vi/loading_background.png) no-repeat center center;}
#cboxLoadingGraphic{background:url(../vi/loading.gif) no-repeat center center;}
#cboxClose{position:absolute; bottom:0; right:0; background:url(../vi/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxClose.hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to IE9.
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
  _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}

.bubble {
  color: #000000;
  position: fixed;
  opacity: 0;
  right: 0px;
  bottom: 0px;
  width: 250px;
  height: 230px;  
  margin: 6px;	
  font-size: 12px;  
  word-wrap: break-word;
  font-weight: normal;
  overflow: hidden;
  cursor: pointer;
  z-index: 1011;
  background: #fff;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.18);

}

.bubble_close{
  top: 10px;
  right: 9px;
  /*background: url(/templates/defaults/vi/close_bubble.png) no-repeat;*/
  height: 16px;
  width: 16px;
  z-index: 100;
  position: absolute;
  display: none;
}

.bubble_block_chat{    
    word-wrap:break-word; 
    height:120px;
    overflow:hidden;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

.bubble_content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.bubble_block{
    padding-top: 5px;
    padding-left: 10px;
    background-color: #fff;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;  
}

.bubble a:hover {
  text-decoration: none;
}

.bubble_photo{
    width: 125px;
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 2px;
    position: relative;
}

.bubble_camera_icon{
    background: url(../images/slider_item-live.png);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 59px;
    height: 20px;
    background-size: contain;
}

.bubble_fname{
    text-align: center;
    color: #22222c;    
    font-size: 17px;
    font-weight: 300;
}

.bubble_block_chat{
    height: 54px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.18);
    border: 1px solid rgba(0, 0, 0, 0.22);
    background-color: rgba(197, 216, 240, 0.45);
    color: #3f3f48;    
    font-size: 13px;
    font-weight: 400;
    padding: 10px;
}

.bubble_fname a{
    font-weight: bold;
    color: #22222c;  
}

.bubble_photo img{
    max-width: 100%;
}

.bubble_minimize{
  position: absolute;
  top: 10px;
  right: 25px;
/*  height: 16px;
  width: 22px;*/
  z-index: 100;
  color: #fff;
/*  background: url(/templates/defaults/vi/min_bubble.png) no-repeat;
  background-position: bottom;  */        
}

.bubble_minimize:before{
    border: 1px solid rgba(6, 163, 204, 0.5);
    background-color: #ffffff;
    border-radius: 4px;
    width: 11px;
    height: 11px;    
    content: '';
    position: absolute;
    bottom: 1px;
    right: -15px;
}

.bubble_minimize:after{
    width: 7px;
    height: 2px;
    background-color: #39a8c5;
    content: '';
    position: absolute;
    bottom: 3px;
    right: -13px;
}

.bubble_maximize{
  position: absolute;
  top: 11px;
  right: 10px;    
  height: 13px;
  width: 16px;
  z-index: 100;
  display: none;
  background:  url(/templates/defaults/vi/maxi_bubble.png) no-repeat;        
}

.bubble_title{
  color: #fff;
  font-size: 16px;    
  padding-top: 7px;
  height: 28px;
  text-align: center;
  position: relative;
  background-color: #0b779b;
  font-size: 17px;
}

.bubble_title span{
    font-weight: bold;
}

.form__group-wrap{
    flex-wrap: wrap;
}

/* всплывающее окно логин регистрация */
#basic-modal-content, 
#basic-modal-content-sticker, 
#basic-modal-content2, 
#basic-modal-content3, 
#basic-modal-content4, 
#basic-modal-content_vote,
#basic-modal-content-register {
    display:none;
}

.profile_info_name{
    width: 100%;
}

.profile_info_edit{
    margin-left: 10px;
}

.profile-edit .form__body{
    max-width: 450px;
    margin: 0 auto;
}

.profile-edit #login .form__body{
    margin: 0;
}

.reg_user_err {
  font-weight: bold !important;
  color: red !important;
}

.sel-w100 .form__group{
    margin: 5px 10px 5px 0;
}

.sel-w100 .selectator_element.single{
    width: 100% !important;
}

.align-items-center{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.profile-edit .form__box-check{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.profile-edit .form__box-check .form__group-full{
    width: 100%;    
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;    
}

.box-check__small .form__group-full{
    margin: 3px auto;
}

.m5{
    margin: 5px;
}

.form .label.sub_label{
    font-size: 14px;
}

/***For Likes ***/
/*
.like_wrap{
  position: relative;
}
.like, .count_likes_list{
  cursor: pointer;
}
.like img:hover, a.count_likes:hover{
  opacity: 0.5;
}
.count_likes, a.count_likes{
  color:#ca3702;
}
img.like_button{
  width: 14px;
}
.balloon{
  display: none;
  position: absolute;
  top: -22px;
  left: 5px;
  background-color: #FFFFfC;
  height: 20px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  -webkit-border-radius: 6px;
  font: 10px/21px Tahoma;
  padding: 1px 4px;
  z-index: 2;
  width: 106px;
  text-align: center;
}
.historylikes .sr, .likes .sr_vip{
  height: 62px;
}
.historylikes .sr_ul_email{
  width: 490px !important;
}
.historylikes .avatar{
  width: 40px;
  height: auto;
}
.historylikes .like_icon{
  width: 14px;
  height: auto;
}
.historylikes .sr_my_img{
  margin: 6px 10px 6px 6px;
}
.historylikes .liked_photo{
  float: left;
  width: 45px;
  height: 15px;
}
.historylikes .liked_photo img{
  width: 40px;
  height: auto;
  margin: 2px 10px 6px 6px;
  border: 1px solid black;
}
.like-icon a{
    padding-left: 30px;
    position: relative;
    width: 80px !important;
}

.like-icon a:before{
    content: "";
    width: 38px;
    height: 38px;
    background: url(../vi/heart-shape-icon.png) no-repeat;
    left: 0;
    top: 7px;
    position: absolute;
    background-size: cover;
}*/
/*** /Likes   ***/

.oauth.adaptive_google_button img{
    max-width: 388px;
    width: 100%;
}

.text-center{
    text-align: center;
}

.text-left{
    text-align: left;
}

.text-right{
    text-align: right;
}

.spacer{
    margin-top: 10px;
}

.myAttachments .selectator_element.single{
    max-width: 100%;
}

.myAttachments .form__box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.my-images__list{
    margin-top: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.my-images__item {
    margin-right: 30px;
    margin-bottom: 20px;
}

.my-images__delete {
    margin-bottom: 10px;
    text-align: right;
}

h1.title > a{
    color: #fff;
}

#block-email-confirm-warning{
    color: #fff;
    text-align: center;
    padding: 5px 0;
    background: #14316f;    
}

#block-email-confirm-warning a{
    color: #fff;
}

#block-email-confirm-warning div {
    text-align: center !important;
}

#cookieConfirm{
    z-index: 200;
    bottom: 0;
    left: 0;
    max-width: 400px;
    min-height: 250px;
    background: #EEEEEE;
    position: fixed;
    color: #000;
    text-align: center;
    padding: 4px;
    font-size: 12px;
    font-family: sans-serif;
}
#cookieConfirm a {
    color: #000000;
    text-decoration: underline;
}
#cookieConfirm button {
    color: #fff;
    background: #0b779b;
    text-align: center;
    border: 1px solid #fff;
    padding: 3px 5px;
    vertical-align: middle;
    font-weight: bold;
    margin: 8px 0;
    cursor: pointer;
    font-size: 20pt;
}

.cookieConfirmHeader {
    font-size: 28pt;
    color: #000000;
}
.cookieConfirmHeader img {
    vertical-align: middle;
}

.cookieConfirmText, .cookieConfirmText a {
    font-size: 14pt;
}

.header__top_login a span{
    position: relative;
}

.header__top_login a span:before{
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 3px;    
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header__top_login a:first-child span:before{
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}

.header__top_login a:last-child span:before{
    border-right: 2px solid #0b779a;
    border-bottom: 2px solid #0b779a;
}

.header__login {
    width: 31%;
    padding: 2rem 5px 1rem 5px;
    background: rgba(230, 232, 236, 0.7);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    position: absolute;
    left: 0;
    z-index: 100;
}
.header__login .password__buton {
    background-color: #e6e8ec;
}

.header__login-show {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.aside_logo {
    margin-bottom: 10px;
}

.user_panel_select{
    padding: 5px;
}

.user_panel_select .nav-arrow{
    display: inline-block;
    font-size: 18px;
}

.user_panel_select .nav-arrow:after{
    border-top: 9px solid #666666;
}

.header-search__link{    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-search__link div{
    padding: 0 10px 0 0;
    color: #282828;
    font: normal 300 1.6rem 'Lato', sans-serif;
}

.header-search__link .header-search__icon{
    background: #f38126;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #ffffff;    
    font: normal 700 1.7rem / 50px 'Lato', sans-serif;
    text-align: center;
    display: inline-block;
}

.header-search__link .header-search__icon svg{
    fill: #fff;
    width: 60%;
    padding-top: 10px;
}

.b-user__credits{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.b-user__credits a{
    max-width: 100px;
    margin-left: 10px;
}

.content__main [class*="content__main_body"]{
    background: #ffffff;
}

.profile-top-right{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; 
    width: 100%;
}

.profile-id-online .user-stat{
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}

.profile .user_right_block{
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

ul.user_panel{
    display: block;
}

.justify-between{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.star-inert, 
.star-active{
    cursor: pointer;
}

/************************* Mailbox **************************/
#mailbox-list {
}
#mailbox-list td {
  padding: 4px 8px;
}
#mailbox-list td.message_count {
  text-align: right;
  padding: 4px 30px 4px 8px;
  position: relative;
}
#mailbox-list td .new_count {
  position: absolute;
  padding: 2px;
  color: white;
  background-color: #2cd44b;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  right: 0;
  top: 0;
  width: 20px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
#mailbox-tab-list .check_all2{
  border: 1px solid #c5dbec;
  background: #b6ebff;
  color: #2e6e9e;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
}
#mailbox-tab-list .check_all2 input, #mailbox-tab-list .check_all2 label, #mailbox-tab-list .check_all2 span {
  vertical-align: middle;
}
#mailbox-message-filter {
  text-align: center;
  font-size: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4px;
}
#mailbox-message-filter h2{
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 12px;
    text-align: center;
}
.count-text-chars{
  color: #999;
  font-size: 1em;
}
.curent-count-text-chars{
  float: left;
}
.limit-count-text-chars{
  float: right;
}
#mailbox-message-filter .ui-button{
  /*width: calc(20% - 5px);*/
}
.message-main-block.read.marked_for_deletion, .message-main-block.unread.marked_for_deletion{
  background-color: #dedcdc;
}

/* ----- Mailbox dialog new message ----- */
#mailbox-form-message-new {
  display: none;
}
#mailbox-form-message-new table td {
  padding: 2px 4px;
}
#mailbox-form-message-new #subj-block input, #mailbox-form-message-new #text-block textarea {
  width: 100%;
}
#mailbox-form-message-new textarea {
  resize: none;
  height: 300px;
}
#reply-block {
  color: #009900;
}
#upload-log {
  height: 10px;
}
.message-status-error {
  color: #F00;
  font-weight: bold;
}
.message-status-process {
  color: #999;
}
.upload-complete {
  color: #090;
  font-weight: bold;
}
.upload-complete img {
  border-radius: 6px;
  border: 1px solid #86cbd8;
  padding: 4px;
  box-sizing: border-box;
}
#mailbox-form-message-new #upload-status-box {
  display: inline-block;
}
#mailbox-form-message-new #upload-status-box .upload-complete{
  display: none;
}
#mailbox-form-message-new #message-attachment a img{
  width: 100px !important;
  height: auto !important;
}
.mailbox-buttonset {
  display: none;
  /*padding: 1%;*/
  text-align: right;
}
.mailbox-upload-block {
  display: inline-block;
  padding: 4px;
  text-align: center;
}
.mailbox-upload-block img {
  border-radius: 6px;
  border: 1px solid #60615b;
  margin-bottom: 4px;
  cursor: pointer;
}
#block-attach{
  padding: 8px 0px;
}
#block-attach .wrap-mailbox-select-upload {
  display: none;
  border: 1px solid #a6c9e2;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-bottom-radius: 5px;
  padding: 34px 10px 10px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 8px;
  position: relative;
}
#mailbox-select-upload {
  height: 112px;/* 100px;*/
  width: 100%;
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #FFF;
  z-index: 10;
  /*overflow-x: hidden;
  overflow-y: scroll;*/
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}

#upload-close.mailbox-upload-block{
  position: absolute;
  right: 2px;
  top: 2px;
  padding: 0;
}
#block-attach button {
  cursor: pointer;
}
.icon-show-full:before {
  content: url(../vi/mailbox/show_full_icon20x20.png);
  cursor: pointer;
}
.icon-trash {
  width: 40px;
  height: 32px;
  margin-left: 5px;
  background: transparent url(../vi/mailbox/delete_icon2.png) no-repeat center center;
}
.close-button {
  line-height: 1;
  padding: 0 3px !important;
}
/* ----- Mailbox dialog view message ----- */
#dialog-view-message {
  font-family: serif;
  font-size: 14px;
  padding: 8px!important;
}
#message-data-subj {
  /*overflow-x: auto;*/
}
#message-data-text {
  max-height: 400px;
  overflow-y: auto;
  word-wrap: break-word;
}

#message-attachment{
  border-radius: 6px;
  border: 1px solid #86cbd8;
  /* float: right;*/
  padding: 4px;
  /* text-align: right;
  margin-top: 10px; */
  box-sizing: border-box;
  display: inline-block;
  max-width: inherit;
  height: auto;
}
#mailbox-tab-view #message-attachment.display-block{
  display: block;
}
#mailbox-tab-view #message-attachment a {width: 100%;}
#mailbox-tab-view #message-attachment img {
  width: inherit;
  height: auto;
}
#mailbox-tab-view #message-attachment .my-video-dimensions{
  width: inherit;
}
.mailbox-history-row-attachment-1:before {
  content: url(../vi/attachment_image.png);
}
.mailbox-history-row-attachment-3:before {
  content: url(../vi/attachment_video.png);
}
#block-attach {
  padding: 8px 0px;
  display: none;
}
.hidden{
  visibility: hidden;
}
a#history-button.history-button{
  margin: 10px 0;
}
.view-message-top-right-block{
  display: inline-block;
  float: right;
  text-align: right;
  box-sizing: border-box;
  vertical-align: top;
}
.view-message-bottom-buttons{
  margin-top: 40px;
  position: relative;
}
.view-message-date{
  margin-bottom: 10px;
}
#message-admin button {
  margin-left: 10px;
}

  /* ----- Mailbox dialog view history ----- */
div#mailbox-tab-history.dialog-history-visible{
  display: block;
  position: relative;
  min-height: 200px;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #d1d1d1;
}
#history-message-list {
  background-color: #f3f2ef;
  padding: 8px;
}
.mailbox-history-row, .mess_view {
  position: relative;
  background-color: #FFFFFF;
  font-size: 14px;
  /*min-height: 60px;*/
  line-height: 19px;
  padding: 8px;
  margin: 4px 0 4px 0;
  /* css3 */
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  word-wrap: break-word;
}
.mailbox-history-row-footer {
  text-align: right;
  font-size: 11px;
}
.mailbox-history-date {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 4px 0 4px 0;
}
.mailbox-history-row-subj {
  /*border-bottom: 1px dotted #E3E2DF;*/
  font-weight: bold;
  padding-bottom: 2px;
  margin-bottom: 2px;
}
.mailbox-history-row-attachment {
  border-radius: 6px;
  border: 1px solid #FFFFFF;
  background-color: #f3f2ef;
  float: right;
  padding: 4px;
  text-align: right;
}
.mailbox-history-row-attachment img {
  height: 40px;
}
.mailbox-message-status-1 {
  background-color: #dff0fa!important;
}
.mailbox-message-status-1:before {
  border-color: transparent #dff0fa!important;
}
.mailbox-message-status-1 .mailbox-row-subj:after {
  background: linear-gradient(to right, rgba(134, 203, 216, 0.2), #dff0fa 100%);
}
.mailbox-message-status-4 {
  background-color: #fff4e0!important; /*#F1E1C4!important;*/
}
.mailbox-message-status-4:before {
  border-color: transparent #fff4e0!important;
}
.mailbox-message-status-4 .mailbox-row-subj:after {
  background: linear-gradient(to right, rgba(241, 225, 196, 0.2), #fff4e0 100%);
}
.mailbox-message-status-5 {
  /*background-color: #BABABA!important;*/
}
.mailbox-message-status-5:before {
  /*border-color: transparent #BABABA!important;*/
}
.mailbox-message-status-5 .mailbox-row-subj:after {
  /*background: linear-gradient(to right, rgba(186, 186, 186, 0.2), #BABABA 100%);*/
}
.mailbox-message-status-6 {
  background-color: #FF99B0!important;
}
.mailbox-message-status-6:before {
  border-color: transparent #FF99B0!important;
}
.mailbox-message-status-6 .mailbox-row-subj:after {
  background: linear-gradient(to right, rgba(255, 153, 176, 0.2), #FF99B0 100%);
}
.mailbox-history-row-in {
  margin-left: 30px;
  margin-right: 100px;
}
.mailbox-history-row-out {
  margin-right: 30px;
  margin-left: 100px;
}
.mailbox-history-row:before {
  content: "";
  position: absolute;
  bottom: -20px; /* value = - border-top-width - border-bottom-width */
  left: 40px; /* controls horizontal position */
  border-width: 20px 20px 0;
  border-style: solid;
  border-color: #FFFFFF transparent;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 0;
}
/* creates the larger triangle */
.mailbox-history-row-in:before {
  /*top: 10px; !* controls vertical position *!*/
  bottom: 10px;
  left: -30px; /* value = - border-left-width - border-right-width */
  border-width: 15px 30px 15px 0;
  border-color: transparent #FFFFFF;
}
/* creates the smaller  triangle */
.mailbox-history-row-in:after {
  top: 16px; /* value = (:before top) + (:before border-top) - (:after border-top) */
  bottom: auto;
  left: -21px; /* value = - border-left-width - border-right-width */
  border-width: 9px 21px 9px 0;
  border-color: transparent #D1D1D1;
}
/* creates the larger triangle */
.mailbox-history-row-out:before {
  /*top: 10px; !* controls vertical position *!*/
  bottom: 10px;
  left: auto;
  right: -30px; /* value = - border-left-width - border-right-width */
  border-width: 15px 0 15px 30px;
  border-color: transparent #FFFFFF;
}
/* creates the smaller  triangle */
.mailbox-history-row-out:after {
  top: 16px; /* value = (:before top) + (:before border-top) - (:after border-top) */
  bottom: auto;
  left: auto;
  right: -21px; /* value = - border-left-width - border-right-width */
  border-width: 9px 0 9px 21px;
  border-color: transparent #D1D1D1;
}
/* ----- Mailbox rows ----- */
.mailbox-row {
}
#mailbox-tab-list .mailbox-row .message-main-block-right p{
    margin: 0;
    padding: 0;
}
.mailbox-row .ui-button .ui-button-text{
  line-height: 1em;
}
.message-main-block input[type="checkbox"] {
  position: absolute;
  top: 40%;
  left: -30px;
}
.mailbox-row .sender-link{
  z-index: 10;
}
a.history-button {
  display: inline-block;
  width: 60px;
  height: 24px;
  margin: 5px;
  background-color: #75C6EC;
  line-height: 24px;
  color: white;
  text-shadow: 1px 1px 2px black;
  text-align: center;
  border: 2px solid #75c6ec;
}
a.history-button:link, a.history-button:visited {
  text-decoration: none;
  font-size: 14px;
}
.mailbox-row .mailbox-message-free{
  /*position: absolute;
  font-style: italic;
  font-weight: bold;
  font-size: 18px;
  top: 52px;
  left: 12px;
  text-shadow: -4px -4px 4px #e9e9e9;
  color: #07b327;
  cursor: pointer;*/
  width: 50px;
  height: 46px;
  position: absolute !important;
  top:0;
  right: 150px;
  background: transparent url(../vi/mailbox/free-icon50x46.png) no-repeat center center;
}

#mailbox-tab-list .check_all {
  color: #2e6e9e;
}
.mailbox-row-not-send {
  background-color: #FFA;
}
.mailbox-row-buttonset {
  display: none;
}
.mailbox-row-buttonset button {
  margin: 2px 0;
  width: 100px;
}
.mailbox-row-button-highlight {
  background-color: #7F7;
  color: #080;
  font-weight: bold;
}
.mailbox-row-button-gray {
  background: #d0e5f5 url(images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x;
}
.mailbox-row-avatar {
  float: left;
  margin-right: 5px;
}
.mailbox-row-avatar img {
  height: 120px;
}
.mailbox-row-profile {
  height: 120px;
}
.mailbox-row-name, .mailbox-row-name a {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  width: 160px;
}
.mailbox-row-subj {
  font-weight: bold;
  margin-right: 5px;
  overflow: hidden;
  padding-left: 4px;
  padding-top: 8px;
  position: relative;
  white-space: nowrap;
}
.mailbox-row-subj:after {
  background: linear-gradient(to right, rgba(255,255,255, 0.2), #fff 100%);
  content: '';
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.mailbox-row-online-status {
  display: inline-block;
}
.mailbox-row-online-status-0:before {
  content: url(../vi/offline_small_icon.png);
}
.mailbox-row-online-status-1:before {
  content: url(../vi/online_small_icon.png);
}
.mailbox-row-right {
  float: right;
  font-size: 11px;
  line-height: 14px;
  padding: 6px;
  text-align: right;
}
.mailbox-row-attachment {
  float: left;
  padding: 3px;
}
.mailbox-row-attachment img {
  height: 32px;
}
.mailbox-row-attachment-1:before {
  content: url(../vi/attachment_image.png);
}
.mailbox-row-attachment-3:before {
  content: url(../vi/attachment_video.png);
}
.mailbox-row-selected {
  border: 1px solid #86cbd8;
}
.mailbox-row-not-send {
  background-color: #FFA;
}
.mailbox-row-declined {
  background-color: #FAA;
}
.mailbox-row-answer a {
  cursor: pointer;
  color: #009900;
  font-size: 10px;
}
.mailbox-paginator {
  text-align: center;
}
.mailbox-paginator span {
  border: 1px solid #ddd;
  background: #fffcf7;
  color: #aaa;
  display: inline-block;
  font-weight: bold;
  margin: 3px;
  padding: 2px 6px;
  text-decoration: none;
}
.mailbox-paginator span:not(.box) {
  cursor: pointer;
}
.mailbox-paginator span:not(.box):hover  {
  background: #f5e9d3;
  color: #666666;
  text-decoration: none;
}
.pagination_selected {
  background: #ff872e!important;
  color: #fff!important;
}
/* - part two - */
.inbox-wrapper{
  /*margin-left: 15px;*/
}
.inbox-header{
  padding: 0 10px 10px 10px;
  border-bottom: 5px solid #06b4e2;
  text-align: left;
}
.inbox-icon{
  display: inline-block;
}
.inbox-title{
  display: inline-block;
  color: #5b5b5b;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  vertical-align: top;
}
.inbox-mainblock{
  padding-top: 10px;
  text-align: left;
}
.inbox-topblock{
  padding: 5px;
}
.inbox-messages{
}
.message{
  margin-bottom: 10px;
  background-color: #f0f0f0;
  position: relative;
}
.message-top-block{
  padding: 5px 0;
  font-size: 14px;
  color: #00618e;
  text-align: center;
  margin-right: 5px;
}
.message-main-block{
  position: relative;
  cursor: pointer;
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.message-main-block.unread{
  background-color: #dff0fa/*#cee8f4;*/
}
.message-main-block.read{
  background-color: #ffffff;
}
.message-main-block-left{  
  padding:  0 7px;
  /*margin-left: 25px;*/
}
.sender-photo{
  border: 1px solid #000;
  /*width: 120px;
  height: 160px;
  */
  width: 100px;
  height: 120px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.message-main-block-center{
  position: relative;
  padding: 0 10px;
  min-height: 140px;/*170px;*/
  /*  background-color: #cee8f4 */
}
.girl-description-block{
  display: inline-block;
  color: #323232;/*#5b5b5b;*/
  /*width: 68%;*/
  vertical-align: top;

}
.girl-description-block>p{
  padding-top: 16px;
  font-size: 16px;
  /*font-weight: bold;*/
}
.description-name-id{
  font-size: 12px;
}
.description-girl-name{
  color: #00618e;
  font-size: 18px;/*16px;*/
  font-weight: 700;
}
.description-age-city{
  font-size: 14px;
  font-weight: 700;
}
.girl-age{
  font-weight: 400;
}
.description-subject{  
  overflow: hidden;
  padding: 5px 5px 5px 0;
  text-overflow: clip;
  -o-text-overflow: clip;
}
.message-indicator-block{
  position: relative;
  display: inline-block;
  /*width: 30%;*/
  text-align: center;
  font-size: 14px;
  color: #5b5b5b;
  /*margin-top: 10px;*/
}
.read-status{
  padding: 5px 0;
  font-size: 16px;
  font-weight: 700;
}
.button-below{
  color: #006783;
}
.message-big-icon{
  position: relative;
  display: inline-block;
  /*margin: 5px 0;*/
  margin: 0px 0px 5px 0px;
  width: 70px;
  height: 70px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.photo-attached{
  position: absolute;
  bottom: 0px;
  right: -4px;
  width: 21px;
}
.video-attached{
  position: absolute;
  bottom: 0px;
  right: -7px;
  width: 40%;
}
.from-girl-name{
  font-weight: 700;
}
.message-main-block-right{
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  text-align: center;
  height: 100%;
  padding-right: 10px;
  /*background-color: #cee8f4;*/
}
.message-indicator-block p{
  text-align: center;
}
.buttons-block{
  margin-top: 5px;
}
.buttons-block button{
  margin: 2px 0;
  width: 60px;
  font-size: .8em;
}
.buttons-block>a{
  display: inline-block;
  width: 60px;
  height: 24px;
  margin: 5px;
  background-color: #75c6ec;
  line-height: 24px;
  color: white;
  text-shadow: 1px 1px 2px black;
}
.unread-label{
  display: block;
  font-size: 15px;
  /*margin-top: 10px;*/
  color: #d4562e;
  /*margin-bottom: 8px;*/
}
.read-button{
  background: linear-gradient(to top, #7ab360, #92d774);
}
.delete-button{
  background-color: #e5e9ea!important;
  border: 2px solid #bdbdbd;
  color: #777777!important;
  text-shadow: 0px 0px 0px black!important;
}
.message-main-block-bottom{
  display: none;
  width: 100%;
  position: relative;
}
.buttons-bottom-block{
  margin-right: 140px;
  max-height: 35px;
  overflow: hidden;
}
.buttons-bottom-block>a{
  display: inline-block;
  width: 60px;
  height: 24px;
  margin: 5px;
  background-color: #75c6ec;
  line-height: 24px;
  color: white;
  text-shadow: 1px 1px 2px black;
  text-align: center;
}
.bottom-read-button{
  background: linear-gradient(to top, #7ab360, #92d774);
}
.bottom-delete-button{
  height: 22px!important;
  line-height: 22px!important;
  outline: 2px solid #bdbdbd;
  text-shadow: 0px 0px 0px black!important;
  background-color: #e5e9ea!important;
  color: #777777!important;
}
.message-date-bottom{
  position: absolute;
  right: 5px;
  top: 10px;
  font-size: 16px;
  font-style: italic;
  color: #323232;
}
.mailbox-message-unread {
  display: none;
}
.mailbox-message-read {
  display: none;
}

/* ----- Archive Mailbox  ----- */
.sr{
    float: left;
    margin: 5px 5px;
    width: 98%;
    height: 138px;
    padding: 5px;
    background: #FFFFFF;
}
.sr_del_profile {
    background: #E0E0E0 url(../images/del_profile_bg.gif);
    color: #c0c0c0;
}
div.sr_box{
    display: none;
}
.sr_my_img {
    border: 1px solid black;
    float: left;
    margin: 8px;
}
.avatar {
    border: 2px solid #c0c0c0;
    width: 100px;
    height: 120px;
}
.sr .sr_ul {
    /*float: left;*/
    position: relative;
    width: 100%;
    list-style: none;
    padding: 0px;
    margin: 4px 0px;
}
.sr .sr_li {
    padding: 0px !important;
    height: 18px;
    margin: 0px;
    font-size: 11px;
}
.sr .sr_info {
    float: left;
    width: 50%;
    height: 15px;
}
.sr_name {
    font-size: 18px;
    font-weight: 700;
    display: inline;
}
.sr label {
    font-weight: bold;
}
.sr .sr_stat {
    float: right;
    text-align: center;
    margin-right: 10px;
}
.inArchive #pagination a, #pagination a:visited, #pagination .box{
    width: initial;
    padding: 0 6px;
}
table#inset{
    table-layout: fixed;
}

/* ----- /Archive Mailbox ----- */

@media only screen and (min-width: 600px){
    .message-main-block-center{
        width: 60%;
    }
}

@media only screen and (max-width: 600px){
  .message-main-block-left{
    padding: 7px;
  }
  .message-main-block-center{
    margin-right: 0;
    min-height: 175px;
    max-width: 100%;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  /*.message-top-block, .message-main-block-right{
    display: none;
  }*/  
  .message-main-block-bottom{
    display: block;
  }
  .button-below{
    padding-top: 5px;
  }
  .mailbox-row .mailbox-message-free{
      right: 110px;
  }
}
@media only screen and (max-width: 500px){
  .read-status{
    display: none;
  }
}
@media only screen and (max-width: 450px){
    .read-any-letter{
        left: 0;
    }

  .button-below{
    display: none;
  }
  .girl-description-block, .message-indicator-block{
    width: 100%;
  }
}
@media only screen and (max-width: 400px){
  .message-big-icon{
    width: 80px;
    height: 50px;
  }
}


.check_all2{
    margin-top: 10px;
}

.check_all2 input[type="checkbox"],
.message input[type="checkbox"]{
    -webkit-appearance: checkbox;
}

/*.mailbox-page [class*='status']:not([class*='btn']){
    max-width: 100%;
    height: auto;
    width: auto;
    margin: 0;
}
*/

/*.message-main-block{
    position: relative;
    cursor: pointer;
    margin-left: 30px;
}

.message-main-block input[type="checkbox"] {
    position: absolute;
    top: 50%;
    left: -21px;
    transform: translateY(-50%);
}

.message-main-block.read.marked_for_deletion, .message-main-block.unread.marked_for_deletion {
    background-color: #dedcdc;
}

.mailbox-row-online-status-0,
.mailbox-row-online-status-1{
    display: block;
}*/

.mailbox-message-free:before{
    content: "";
}

.back-btn{
    margin-bottom: 10px;
    background-color: #7fcd5d;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#7bb461), to(#8dd070));
    background-image: -webkit-linear-gradient(bottom, #7bb461 0%, #8dd070 100%);
    background-image: -o-linear-gradient(bottom, #7bb461 0%, #8dd070 100%);
    background-image: linear-gradient(to top, #7bb461 0%, #8dd070 100%); }
.back-btn:hover, .back-btn:focus, .back-btn:active {
    -webkit-box-shadow: 1px 1px 0px #008000, 1px 1px 0px #008000, 2px 2px 0px #008000, 2px 2px 0px #008000, 3px 3px 0px #008000, 3px 3px 0px #008000, 4px 4px 0px #008000, 5px 5px 0px #008000;
    box-shadow: 1px 1px 0px #008000, 1px 1px 0px #008000, 2px 2px 0px #008000, 2px 2px 0px #008000, 3px 3px 0px #008000, 3px 3px 0px #008000, 4px 4px 0px #008000, 5px 5px 0px #008000; }

#profile-data-avatar{
    max-width: 100%;
}

#history-message-list{
    margin-top: 30px;
}

/************************** Mailbox end **************************/

.clear{
    clear: both;
}

#gift_form .form__btn-green{
    max-width: 100px;
}

#sectionTicketRate {
    width: 100%;
    height: 250px;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
    overflow: hidden;
    position: relative;
    display: none;
}

.messageSupport {
    display: block;
    overflow: hidden;
    position: relative;
    border: 1px solid #000;
    border-radius: 10px;
    padding: 10px;
}

.adminMessageSupport {
    text-align: right;
    background: #fff;
}

.userMessageSupport {
    text-align: left;
}

.supportBackButton {
    display: block;
    position: relative;
    margin: 0 auto;
    text-decoration: underline;
    color: #de4409;
    text-align: center;
}

.supportBackButton a {
    display: block;
    /* overflow: hidden; */
}

.supportBackButton a:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 33px;
    height: 25px;
    background: url(/templates/step2love_v2/vi/vectorBack.png) no-repeat;
    top: 7px;
    transform: scale(0.7);
}

.comment_send_wrap{
    max-width: 450px;
}

.comment_send_wrap .form__group-full{
    width: 100%;
}

.my-images__photo img{
    max-width: 100%; 
    height: 165px;
}


.gift_item_hover {
    max-height: 50%;
}

.gift-virtual .gift_item-send .gift_item_main {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.gift-virtual .gift_item-send .gift_item_pict {
    border: none;
    background: #ffffff url(../images/giftShop-send.png) 50% 50%/contain no-repeat;
    height: 103px;
}

.gift-virtual .gift_item-send .title-sub {
    padding: 0;
}

.gift-virtual .gift_item-send .gift_item_bottom {
    display: block;
}


/* редактор фоток*/
/*
 * imgAreaSelect default style
 */

.imgareaselect-border1 {
  background: url(../vcss/border-v.gif) repeat-y left top;
}

.imgareaselect-border2 {
  background: url(../vcss/border-h.gif) repeat-x left top;
}

.imgareaselect-border3 {
  background: url(../vcss/border-v.gif) repeat-y right top;
}

.imgareaselect-border4 {
  background: url(../vcss/border-h.gif) repeat-x left bottom;
}

.imgareaselect-border1, .imgareaselect-border2,
.imgareaselect-border3, .imgareaselect-border4 {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.imgareaselect-handle {
  background-color: #fff;
  border: solid 1px #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.imgareaselect-outer {
  background-color: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.imgareaselect-selection {
}
/* редактор фоток*/

.profile_edit_photo_list{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.profile_edit_photo{
    margin-right: 30px;
}

.profile_edit_photo_thumb input[type="radio"]{
    -webkit-appearance: radio;
}

.profile_edit_photo_check input[type="checkbox"]{
    -webkit-appearance: checkbox;
}

.gallery_item_name{
    position: relative;
}

.gallery_item_birthday_icon:before{
    content: "";
    background: url(../images/birthday-icon.png);
    width: 46px;
    height: 46px;
    position: absolute;
    right: 0px;
    top: -15px;
}

.newsFeed .user_link{
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.newsFeed .user_link a{
    margin-right: 10px;
}

.file-button{
    max-width: 150px;
    margin: 0 auto;
}

.grayscale{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.gallery_item-online:before{
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    background: #79c775;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.gallery_item-offline:before{
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    background: #db421c;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}


.content__main [class*="content__main_body"]{
    margin: 0;
}

.aside_nav{
    max-width: 90%;
}

.mailbox-new, .contact-nav-count {
    display: inline-block;
    padding: 2px;
    color: white;
    background-color: #2cd44b;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;    
    min-width: 25px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.content__main [class*="content__main_body"]{
    padding: 1% 3%;
}

.swal-register-form{                            
    padding: 12px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-align: center;    
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);    
    background: #f7f7f7;
    background: linear-gradient(to left bottom, #f7f7f7 50%, #ffffff 50%) !important;                      
}

.index_register_bg {
    float: left;
    width: 320px;
    overflow: hidden;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    margin-top: 9px;
}

.index_register_hd {
    text-align: left;    
    color: #ff7117;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0;
    border-bottom: 1px solid #a7a7a7;
    line-height: 22px;
}

.register_background {
    background: #ececec;
    margin-top: 22px;
    position: relative;
    padding: 0 30px 20px;
}

.pencil_icon {
    background: url(../vi/pencil_1.png) no-repeat;
    width: 56px;
    height: 56px;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.register_small_label {
    font-size: 18px;
    color: #333333;
    text-align: center;
    padding-top: 40px;
    font-family: sans-serif;
}

.register_big_label {
    font-size: 26px;
    color: #333333;
    text-align: center;
    font-family: sans-serif;
    line-height: 16px;
    padding-bottom: 10px;
}

.index_input_reg {
    border: 1px solid #315a90;
    width: 170px;
    height: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 13px;
}

.basic-modal-register_v2 .index_input_reg {
    background: #d3d3d3;
    border: none;
    width: 100%;
    color: #000;
    text-align: center;
    height: 26px;
    font-size: 15px;
    margin-top: 15px;
}

.basic-modal-register_v2 .form_row_check {
    font-size: 9px;
    color: #333333;
    font-family: sans-serif;
    position: relative;
    text-align: center;        
}

.index_reg_btn_new {
    width: 80%;
    height: 44px;
    color: #fff;
    background: #215d8e;
    text-align: center;
    border: none;
    margin: 10px auto 6px;
    text-transform: uppercase;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    -webkit-border-radius: 7px;
    cursor: pointer;
}

.oauth_or {
    font-size: 15px;
    text-align: center;
    color: #4376a0;
    font-family: sans-serif;
    font-weight: bold;
}

.popup_oauth {
    margin: 0px auto;
}

.popup_oauth img{
    width: 100%;
}

.form_row_check input[type="checkbox"]{
    -webkit-appearance: checkbox;
}

.basic-modal-lady{
    max-width: 400px;
    margin-left: 20px;
}

.basic-modal-lady img{
    max-width: 100%;
}

.basic-modal-register_v2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.form-register__title{
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.form-register__subtitle{
    color: #8a8b8e;    
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 10px;
}

.header__registration{
    background: #ffffff;
    width: 259px;    
    padding: 0;
    z-index: 1002;
}

.header__registration-show{
    -webkit-transform: translateX(15%);
    -ms-transform: translateX(15%);
    transform: translateX(15%);
}

.form__popUp-close__cross{
    width: 25px;
    height: 25px;
}

.form-home{
    width: 100%;
}

.form-home .text-input, .form-home .textarea{
    height: 32px;
    border: 1px solid #c2c0ca;
    background-color: #ffffff;
    padding-top: 0;
}

.form-home .label{
    color: #8a8b8e;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 400;
    top: 5px;
    left: 5px;
}

.index_oauth > div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.index_oauth > div > a{
    margin: 5px 5px 0;
}

.form-home .check-input[type="checkbox"]{
    -webkit-appearance: checkbox;
    display: block;
}

.form-home .check-label{
    color: #8a8b8e;
    font-family: 'Lato', sans-serif;
    font-size: 9px;
    font-weight: 400;
}

.form-home .check-label a{
    color: #3ca9e2;
}

#register__buton{
    margin: 5px 0;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}

.form-body{
    padding: 20px 5px 0;
}
form#register .form-body{
    width: 100%;
}
form#register .oauth img{
    display: inline-block;
    max-width: 220px;
    margin: auto;
}

.form-agree{
    box-shadow: 0 17px 51px rgba(0, 0, 0, 0.05);
    background-color: #eeedf1;
    text-align: center;
    padding: 10px 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.form-home .form__group.activate .label{
    display: none;
}

.profile .user_avatar_set,
.profile .user_avatar{
    width: auto !important;
    height: auto !important;
}

.favorites .gallery_item, .allGallery .gallery_item, .guests .gallery_item{
    width: 190px;
}

.b-mailbox-upload{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;    
}

.b-mailbox-upload button{
    flex-shrink: 0;
}

[class*="btn"]:focus{
    box-shadow:none !important;
}

[class*='status-virtual-greenLight']:before{
    background: url(../images/svg-gift2.svg) center center/contain no-repeat;
}

.file-not_box .status-photo:before{
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/svg-photo.svg) center bottom/contain no-repeat;
}

.file-not_box .status-video-white:before{
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/svg-video-white.svg) center center/contain no-repeat;
}

.mail .form-search-icon, .gift .form-search-icon{
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: auto;
    margin: 20px;
}

.single.selectator_element{
    max-width: 100%;
}

.user_avatar_private_gallery{
    width: 50px;
    height: 70px;
    background: none;
}

.newsFeed .user_avatar{
    display: block;
}

.newsFeed .user_avatar img {
    text-align: center;
    margin: 0 auto;
}

.dateme_avatar{
    max-width: 100%;
}

.swal2-modal .swal2-content{
    font-family: "Lato", sans-serif;
}

.basic-modal-lady{
    width: 400px;
}

.user_panel_settings{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
}

.user_panel_settings a{
    margin-right: 5px;
}

.accountSettings input[type="radio"]{
    -webkit-appearance: radio;
}

.accountSettings input[type="checkbox"]{
    -webkit-appearance: checkbox;
}

.password-input-group{
  position: relative;
}

.searchUser .search_advanced .form__body > .form__group-full:nth-of-type(2){
    margin: 0;
}

.nav_chat_link .svg_link{
    -webkit-animation: color-change 1.5s infinite;
    -moz-animation: color-change 1.5s infinite;
    -o-animation: color-change 1.5s infinite;
    -ms-animation: color-change 1.5s infinite;
    animation: color-change 1.5s infinite;
}

/*** User status ***/
.my_status{
    text-align: left;
    cursor: pointer;
    display: block;
    width: 100%;
}

.user_status span.no_current_info{
    display: inline-block;
    font-weight: normal;
}

.user_status.my_status span.no_current_info{
    text-decoration: underline;
}

.user_status {
    position: relative;
}

.user_status.myanketa {
    cursor: pointer;
}

.user_status span.no_current_info:hover,
.user_status.myanketa span.current_info:hover{
    text-decoration: underline;
}

.my_status span.status_title{
    font-weight: bold;
}

span.status_title{
    color: #0099cc;
}

.my_status p.status_data{
    overflow: hidden;
}
/*** End user status ***/

.action-banner img{
    max-width: 100%;
}

/*.header__bg,
.header-home {
    background: url(../images/header-bg.jpg) 0 0/100% auto no-repeat;
}*/

.contactUs .view-all{
    margin: 0 auto;
}

.mailbox-page .form__group-file .file-not:after{
    border: 1px solid #c5dbec;
    background: #b6ebff;
    font-weight: bold;
    color: #2e6e9e;
    border-radius: 5px;
    font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
    font-size: 1.1em;
    line-height: 1.4;
    padding: 7px 38px;
}

.mailbox-page .form__group-file .file-not:hover:after{
    border: 1px solid #79b7e7;
    background: #d0e5f5 url(../vcss/images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #1d5987;
    box-shadow: none;
    -webkit-box-shadow: none;
}

#button-draft-delete{
    background: #eaeaea;
}

.search .range-input:first-child{
    margin: 0;
}

#education_div {
    padding-bottom: 30px;
}

#education_div .selectator_element{
    width: 100% !important;
}

.search .check-label-online span.label-search {
    color: #008000;
}

.check-input_search {
    position: relative !important;
    width: auto !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    align-items: center;
    display: flex !important;
    padding-left: 36px !important;
}

.check-input_search:before {
    content: "";
    position: absolute;
    left: 0;
    min-width: 30px;
    width: 30px;
    height: 30px;
    background: #ffffff;
    border: 1px solid #b3b3b3;
    border-radius: 50%;
    -webkit-box-shadow: inset -2px 2.2px 3px rgba(0, 0, 0, 0.66);
    box-shadow: inset -2px 2.2px 3px rgba(0, 0, 0, 0.66);
}

.form .check-input:checked + .check-input_search:before,
.form .check-input:checked + .check-input_login:before {
    background: #0b779a;
}

.check-input_login {
    position: relative !important;
    width: auto !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    align-items: center;
    display: flex !important;
    padding-left: 26px !important;
}

.check-input_login:before {
    content: "";
    position: absolute;
    left: 0;
    background: #ffffff;
    border: 1px solid #b3b3b3;
    border-radius: 50%;
    -webkit-box-shadow: inset -2px 2.2px 3px rgba(0, 0, 0, 0.66);
    box-shadow: inset -2px 2.2px 3px rgba(0, 0, 0, 0.66);
    min-width: 20px !important;
    width: 20px !important;
    height: 20px !important;
}

.check-input_login:after {
    top: 8px !important;
}

.swal2-modal .swal2-confirm:focus {
    background-color: rgb(43, 120, 193) !important;
    border-left-color: rgb(43, 120, 193) !important;
    border-right-color: rgb(43, 120, 193) !important;
}

.swal2-modal .swal2-cancel:focus {
    background-color: rgb(153, 153, 153) !important;
}

@media screen and (max-width: 1700px){
    .form-home .form__group-check{
        margin: 0 1rem;
    }
}

@media screen and (max-width: 1500px){
    .profile .min-hide {
        display: none !important;
    }
}

@media screen and (max-width: 1700px){
    .header__login {
        width: 100%;
    }
}

@media screen and (max-width: 1500px){
    .header__content_slogan {    
        margin-bottom: 20px;
    }

    .header__login{
        background: rgba(230, 232, 236, 1);
    }
}

@media screen and (max-width: 1300px){
    .bubble {
        display: none;
    }
}

@media (min-width: 992px){
    .my-images__list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }        
}

@media (max-width: 991px){    
    
    .basic-modal-lady{
        display: none;
    }
    
    .index_register_bg{
        margin: 0 auto;
    }
 
    .dateLady{
        padding-bottom: 140px;
    }

    .cropAvatar > .cropAvatar-container .cropAvatar-avatarList .avatarCrop-img .avatarCrop-delete {
        opacity: 1 !important;
    }
}

@media (max-width: 700px){
    .b-restore__buttons input{
        margin: 5px auto;
    }

    .contactUs .view-all{
        margin-top: 45px;
    }

    .contactUs .view-link{
        max-width: 100px !important;
    }
    
}

@media screen and (max-width: 531px){
    .credits_payment tbody tr:nth-of-type(2), 
    .credits_payment tbody tr:nth-of-type(3), 
    .credits_payment tbody tr:nth-of-type(4) {
        display: block;
    }
}

@media screen and (max-width: 480px){
    .credits_plan tbody tr td:last-of-type {
        padding: 5px !important;
        position: relative;
        top: 0;
        left: 0;
        z-index: 3;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@media (max-width: 450px){
    .b-mailbox-upload{
        flex-wrap: wrap;
    }

    .mailbox-paginator {
        margin-top: 20px;
    }
}

@-webkit-keyframes color-change {
    0% { fill: #0099cc; }
    50% { fill: #6ee000; }
    100% { fill: #0099cc; }
}
@-moz-keyframes color-change {
    0% { fill: #0099cc; }
    50% { fill: #6ee000; }
    100% { fill: #0099cc; }
}
@-ms-keyframes color-change {
    0% { fill: #0099cc; }
    50% { fill: #6ee000; }
    100% { fill: #0099cc; }
}
@-o-keyframes color-change {
    0% { fill: #0099cc; }
    50% { fill: #6ee000; }
    100% { fill: #0099cc; }
}
@keyframes color-change {
    0% { fill: #0099cc; }
    50% { fill: #6ee000; }
    100% { fill: #0099cc; }
}
#block_email_confirmed {
    background: #FF0;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #990;
    line-height: 1.5;
}
