/*header*/
.header{
    width:100%;
    height: 60px;
    min-height: 60px;
    background: #ffffff;
    border-bottom: 1px solid #e0e0e0;
}
.header.home-header{
    background: transparent;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 3;
    border-bottom: none;
}
.home-header .header-nav{
    color:#fff;
}
.home-header .header-center{
    position: relative;
}
.header-center,
.page-center{
    width: 1170px;
    margin: 0 auto;
    height: 100%;
}
.header-nav{
    margin-top:13px;
}
.logo{
    margin-top: 9px;
}
.logoText{
    position: absolute;
    top:45px;
    color: #fff;
    opacity: 0.7;
    font-size: 34px;
    font-weight: lighter;
    font-style: italic;
    left: 15px;
}
/*Home registration form*/
.loginAndRegistration.home-block{
    padding-top: 120px;
     background: url("/view/templates/default/img/home/home.jpg") no-repeat top center;
    background-size:  cover;
    min-height: 595px;
    position: relative;
}
.login-and-registration-content{
    position: relative;
}
.regStep1,
.regStep2,
.loginForm {
    margin-left:66%;
    padding: 15px 30px;
}


.loginAndRegistration .logo {
    padding-bottom: 15px;
}
h3.slogan{
    padding-bottom:0 !important;
}
.or{
    position: relative;
}
.or:before{
   content: "";
    position: absolute;
    bottom: 0;
    background: #e0e0e0;
    top: 50%;
    height: 1px;
    left: 13px;
    right: 13px;
}
.or .button-round{
   left: calc(50% - 22px);
    z-index: 5;
    background: #fff;
    padding: 10px 13px;
    text-transform: inherit;
    position: relative;
    width: 44px;
    height: 44px;
    font-weight: 600;
}
.button-facebook .icon-facebook svg{
    margin-top:3px;
}
.counter {
    text-align: center;
    position: absolute;
    left:0;
    right: 0;
    font-size: 16px;
    color:#fff;
    bottom: 10px;
}
.numbers span {
    display: inline-block;
    margin: 5px;
    border: 1px solid #fff;
    padding: 5px;
    font-size: 20px;
    border-radius: 5px;
    font-weight: bold;
}
/*Login and reg for sexy home page*/
.loginAndRegistration.homeAdventure{
   position: relative;
    padding: 120px 0;
    min-height: 640px;
    background: url("/view/templates/default/img/home/home_s.jpg") top center no-repeat;
    background-size: cover;

}
@media only screen and (min-width: 2560px) {
    .loginAndRegistration.homeAdventure{
        background: url("/view/templates/default/img/home/home_s_big.jpg") top center no-repeat;
        background-size: cover;
    }
}


.homeAdventure .regStep1,
.homeAdventure .regStep2,
.homeAdventure .loginForm {
    width: 33%;
    margin: 0 auto;
    padding: 15px 30px;
}
.logoTextAdventure{
    padding-bottom: 0 !important;
   font-size: 34px;
   text-align: center;
   font-style: italic;

}


/*Registration page*/
.registration .footer-home{
    border-top:none;
}
.registration .footer-home .page-center{
    border-top:1px solid #e0e0e0;
}
.regForm,
.login .loginForm {
    margin: 0 auto;
}
.regFormFields,
.regFormFacebook{
    position: relative;
 }
.regFormFacebook{
    margin-top: 90px;
    padding-right: 90px;
}
.regFormFields:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #eee;
    position: absolute;
    left: -30px;
    top: 10px;
    bottom: 10px;
}
.regFormFields .button-round{
    position: absolute;
    background: #fff;
    padding: 10px 13px;
    text-transform: inherit;
    left: -52px;
    top:150px
}
.login .loginForm{
   width: 40%;
}
.regFormStep2 .form-horizontal,
.regFormStep3 .form-horizontal{
    margin-left: 25%;
}
.registrationStep2 .form-label{
    vertical-align: top;
    padding-top: 6px;
}
.regFormStep2 {
    background:#fff  url("/view/templates/default/img/home/map.png") no-repeat center;
    background-size: 78%;
}
.regFormStep3{
    background: #fff url("/view/templates/default/img/home/hobby.png") no-repeat center 20px;;
    background-size: 78%;
}
.regFormStep2 .page-center,
.regFormStep3 .page-center{
     position: relative;
}
.avatar,
.hobby{
    position: absolute;
}
.hobby{
    box-shadow: 0 0 25px rgba(0, 0, 0, .26);
}
.avatar img{

    -webkit-border-radius: 50%;
    border-radius: 50%;
     box-shadow: 0 0 25px rgba(0, 0, 0, .26);
}
 .avatar_1 {
     right: 0;
    top: 28px
 }
 .avatar_5{
     left: 0;
    top: 28px;
 }
 .avatar_2{
     right: 185px;
    top: 146px;
 }
 .avatar_6{
     left: 185px;
    top: 146px;
 }
 .avatar_3{
     right: 30px;
    top: 203px;
 }
 .avatar_7{
     left: 30px;
    top: 203px;
 }
 .avatar_4{
     right: 131px;
    top: 335px;
 }
 .avatar_8{
     left: 131px;
     top: 335px;
 }
 .hobby_1{
    right: 90px;
    top: 60px;
 }
 .hobby_4{
    left: 90px;
    top: 60px;
 }
 .hobby_2{
    right: 0;
    top: 220px;
 }
 .hobby_5{
    left: 0;
    top: 220px;
 }
 .hobby_3{
    right: 90px;
    top: 380px;
 }
 .hobby_6{
    left: 90px;
    top: 380px;
 }
/*This style should be for all validation forms*/

 label.error,
label.success{
    display: block;
    background: none;
    position: inherit;
    text-align: right;
    font-size: 12px;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    color:#F44336;
}
.input.error,
 select.error{
    border: 1px solid #F44336;
}
.passwordRecovery{
    margin: 150px 33% 0 33%

}
.passwordRecovery .button-blue{
    min-width: 200px;
}
/*footer*/
.footer-home{
    background: #ffffff;
    border-top:1px solid #e0e0e0;
}

.footerCopyright {
    padding: 15px 0;
    font-size: 12px;
    font-weight:bold;
}
.footer-nav ul li{
    display: inline-block;
    margin-right: 15px;
}
.footer-nav ul li a,
.footer-home  ul li a{
    color:#757575;
    -webkit-transition: color .1s;
    -moz-transition: color .1s;
    transition: color .1s;
    position: relative;
}
.footer-nav ul li a:hover,
.footer-nav ul li a:focus,
.footer-nav ul li a:active,
.footer-home  ul li a:hover,
.footer-home  ul li a:focus,
.footer-home  ul li a:active{
    color:#212121;
}
.footer-nav ul li a:before{
    content: "";
    position: absolute;
    background: #757575;
    width: 3px;
    height: 3px;
    border-radius:50%;
    left: -10px;
    top:50%
}
.footer-nav ul li.first a:before{
    width: 0;
}
.languageDropDown{
    bottom: 25px;
    z-index: 15;
    right: 0;
}
.languageDropDown ul li a {
    padding: 5px 30px;
}
.languageDropDown ul li a:hover,
.languageDropDown ul li a:active,
.languageDropDown ul li a:focus{
    color: #03A9F4;
}
.languageDropDown ul li a:before{
   width: 0;
}
.languageDropDown ul li{
    display: block;
    margin-right: 0;
}
/*Sidebar*/
.sidebar {
    padding-right: 30px;
    width: 270px;
    position: fixed;
    height: 100%;
    background: #fafafa;
}
.sidebar .content-block {
   border-bottom: 1px solid #e0e0e0;
}
.sidebar-login.content-block{
    border-bottom: 0;
}
.sidebar .user-info {
    position: relative;
}
.sidebar .user-info,
.sidebar .points-info{
    padding-top: 15px;
}
.icon-points-top{
    position: relative;
    z-index: 3;
    left:-10px;
}
.sidebar .user-name{
    font-size: 14px;
    color:#757575 !important;
    float: left;
    margin-top: 5px;
}
.sidebar .user-name .icon {
    padding-top: 7px;
    margin-left: -4px;
    color: #757575;
}
.sidebar .user-avatar {
     margin-right: 15px;
     position: relative;
    display: block;
    float: left;
}

.dropDown.userDropDown{
    right: 0;
    left:0;
    margin-top:45px;
    padding: 0 6px;
    background: #fafafa;
    box-shadow: none;
}
.dropDown.userDropDown .dropDownInner{
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    background: #fff;
}
.sidebar-nav li a {
    display: table;
    width: 100%;
    padding: 5px 0;
}
.sidebar-nav a .item-text {
   display: table-cell;
    vertical-align: middle;
    color: #757575;
    color:rgba(0,0,0,.54);
    font-weight: 600;
}
.sidebar-nav a .icon {
    padding-right: 15px;
    color:#9e9e9e;
    color:rgba(0,0,0,.38);
    display: table-cell;
}
.sidebarCounter{
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}
.sidebar-nav a:hover .item-text {
    color: #212121;
    color:rgba(0,0,0,.87);
}
.sidebar-nav a:hover .icon {
    color: #757575;
    color:rgba(0,0,0,.54);
}
.sidebar-nav .icon.icon-flash svg{
    width: 18px;
}

.sidebar-nav a.selected .icon,
.sidebar-nav .selected:hover .icon{
    color: #75dbe8;
    color:rgba(0,188,213,.54);
}
.sidebar-nav a.selected .item-text{
    color:rgba(0,188,213,.87);
}

.popular-users.content-block{
    border-bottom: none;
}
.popular-users .row{
    margin-left: -30px;
}
.popular-user {
    display: block;
    position: relative;
    margin-left: 30px;
    margin-bottom:20px;
}
.popular-user:after,
.user-avatar:after,
.messageHeaderUserInfo .user-image a:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top:0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: background 0.5s ease;
    transition:background 0.5s ease;
}
.popular-user:hover:after,
.popular-user:hover .popular-user:after,
.user-avatar:hover:after,
.user-avatar:hover .user-avatar:after,
.messageHeaderUserInfo .user-image a:hover:after{
    background: rgba(0,188,212,.5);
}
.popular-user img {
    width: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius:100%;
    border-radius: 100%;
}
.popular-user .badge {
    padding: 4px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius:100%;
    position: absolute;
    z-index: 5;
    border:2px solid #fafafa;
    bottom: 0;
    right: 5px;
}
.make-popular:after{
    background: rgba(0,188,212,.7);
}
.make-popular:hover:after {
    background: rgba(0,188,212,1);
}
.make-popular .icon {
    position: absolute;
    color: #ffffff;
    top: calc(50% - 14px);
    right: calc(50% - 14px);
    z-index: 5;
    width: 28px;
    height: 28px;
}

/*Dashboard*/
.random-user-buttons {
    padding-left: 30px;
}
.random-user-buttons .icon{
    width: 40px;
    height: 40px;
}
.random-user-text {
    color: #757575;
}
.random-user-buttons .button{
    margin-right: 7px;
    -moz-transition: color .2s, border .15s;;
    -webkit-transition:color .2s, border .15s;
    transition: color .2s, border .15s;
}
.random-user-buttons .button-like{
    border:2px solid #FF4081;
    color:#FF4081;
}
.random-user-buttons .button-like:hover{
    border: 2px solid #F50057;
    color:#F50057;
}
.random-user-buttons .button-dislike{
    border:2px solid #00BCD4;
    color:#00BCD4;
}
.random-user-buttons .button-dislike:hover{
    border:2px solid #00ACC1;
    color:#00ACC1;
}
.random-user-buttons .button-pass{
    border:2px solid #FFD740;
    color:#FFD740;
}
.random-user-buttons .button-pass:hover{
    border:2px solid #FFC400;
    color:#FFC400;
}
#randomUserContainer .item-media{
    color:#00BCD4;
}
#likedUserLogin a{
     color:#00BCD4;
}
.list-block .item-content{
    color:#757575;
}
.close-button{
    position: absolute;
    top:0;
    right: 0;
    color: #9e9e9e;
    -webkit-transition: color 2s;
    -moz-transition: color 2s;
    transition: color 2s;
    cursor: pointer;
}
.close-button :hover{
    color:#212121;
}
/*Profile*/
.profile-header{
  display: table;
   width: 100%;
   padding-bottom: 30px;
   border-bottom: 1px solid #e0e0e0;
}
.profile .buttons-row {
    margin-bottom: 0;
}
.profile .user-info {
    padding:0 30px;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}
.profile .user-name {
    font-size: 20px;
}
.profile .user-image {
    position: relative;
    display: table-cell;
    width: 150px;
}
.profile .user-image  img {
    width: 150px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.profile .user-location {
    font-size: 16px;
    color: #757575;
}
.button-edit {
    position: absolute;
    right: 0;
    bottom: 5px;
   z-index: 10;
}
.interactive-buttons-row {
    display: table-cell;
   text-align: right;
    vertical-align: middle;
    position: relative;
}
.interactive-buttons-row .button .icon{
    vertical-align: middle;
}
.interactive-buttons-row>a{
    margin-right: 5px;
}
.interactive-buttons-row .icon.icon-message-fill{
    margin:-3px 3px 0 0;
}
.buttonsDropDown,
.messagesDropDown{
    right: 0;
    margin-top: 5px;
    text-align: left;
}
.content-block-title .icon-edit {
    color:#00E5FF;
    padding-top:4px;
    padding-left: 15px;
    width: 20px;
    height: 20px;
    -webkit-transition: color .15s;
    -moz-transition: color .15s;
    -o-transition: color .15s;
    transition: color .15s;
}
.content-block-title:hover .icon-edit{
    color:#00B8D4;
}
.content-block-title .icon-edit svg{
    margin-top: -3px;
}
.editWindowAnnounce .textarea {
    resize: none;
}
.buttonSendGift {
    float:left;
    width: 50px;
    height: 50px;
    text-align: center;
    border:2px dashed #e0e0e0;
    color:#757575;
}
.textSendGift {
    height: 50px;
    line-height: 50px;
}
.buttonSendGift .icon{
    margin-top: 11px;
}
.buttonSendGift:hover{
    border: 2px dashed #03A9F4;
    color:#03A9F4;
}
.profileGifts a.gift{
   margin-left: 15px;
}
.profile .form-horizontal .form-label{
    width: 40%;
}
/*Search*/
.quickSearch,
.advancedSearchContainer{
    margin: -30px -30px 15px -30px;
    padding: 15px 30px;
}
.advancedSearchContainer {
    border-top: 1px solid #e0e0e0;
    margin-top:-15px;
    background: #EEE;
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.1));
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,.1);
    box-shadow: 0 2px 3px rgba(0,0,0,.1);
}
.advancedSearchContainer .card {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
/*Settings*/
#suspendAccountId{
    background:#FF1744;
    color:#ffffff;
    -webkit-transition: background .2s;
    -moz-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s;
}
#suspendAccountId:hover,
#suspendAccountId:focus{
    background:#D32F2F;
}

#cancelSuspendAccount {
    background: transparent;
    color: #212121;
    border: 1px solid #e0e0e0;
    -webkit-transition: border .15s;
    -moz-transition: border .15s;
    -o-transition: border .15s;
    transition: border .15s;
}

#cancelSuspendAccount:hover,
#cancelSuspendAccount:focus{
    border: 1px solid #03A9F4;

}
.suspendPosition a {
    border-bottom: 1px dashed #757575;
    color:#757575;
    padding-bottom: 5px;
}
.suspendPosition a:hover,
.suspendPosition a:active,
.suspendPosition a:focus{
    color:#212121;
}
/*Visits and flashes*/
.date-container {
    position: relative;
}
.date-container  .date,
.date-container  .new{
    color: #fff;
    font-size: 12px;
    position: absolute;
    z-index: 20;
}
.date-container  .date{
   left: 40px;
   bottom: 70px;
}
.date-container  .new{
    top:65px;
    right:5px ;
}
/*Favorites page*/
.favoritesFilter{
    border-bottom: 1px solid #e0e0e0;
}
.favoritesFilter a,
.relationsFilter a {
    color: #757575;
    padding: 13px 0;
    -moz-transition: color .15s;
    -webkit-transition: color .15s;
    transition: color .15s;
}
.favoritesFilter a{
    display: inline-block;
}
.favoritesFilter a:hover,
.favoritesFilter a:active,
.favoritesFilter a:focus,
.relationsFilter a:hover,
.relationsFilter a:focus,
.relationsFilter a:active{
    color:#00BCD4;
}
.favoritesFilter a.selected,
.relationsFilter a.selected{
    color: #00BCD4;
    border-bottom: 3px solid #00BCD4;
}
/*Send gift and my gifts page*/
.gift{
    display: block;
    float: left;
}
.gift img{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius:2px;
}
.myGifts .gift{
    margin-right: 15px;
}
.giftContainer{
    margin-left: -30px;
}
.giftContainer .gift{
    margin:0 0 30px 30px;
    border:1px solid transparent;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-transition:border .15s;
    -moz-transition: border .15s;
    transition: border .15s;
}
.giftContainer .gift .badge{
    position: absolute;
    top:0;
    right: -15px;
}
.gift.selected_gift_box{
    border: 1px solid #03A9F4;
}
.gifts .item-inner .table{
    height: 80px;
}
.gifts .item-media .badge{
    position: absolute;
    top:5px;
    right: 20px;
}
.gifts .message-date{
    font-size: 12px;
}
.gifts .message-text{
    font-style: italic;
}
/*Black list*/
.black .item-inner {
    vertical-align: middle;
}
/*Gallery page*/
.button-facebook .icon{
    width: 16px;
    height: 16px;
}
 .galleryListing.row{
     margin-left:-30px;
 }
.galleryListing .galleryLi {
    position: relative;
    text-align: center;
    padding: 0 0 20px 30px;
    width: 25%;
    float: left;
    border-radius: 2px;
}
.galleryLi img{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.image-wrapper:after{
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
     -moz-border-radius-bottomleft: 2px;
    border-bottom-left-radius: 2px;
    height: 30%;
}
.notApproved .image-wrapper:after{
   height:100%
}
.image-wrapper a{
    display: block;
}
.image-wrapper .hover-toggle {
    position: absolute;
    bottom: 5px;
    right:10px;
    display: none;
    transform: translate(0);
    z-index: 20;
    transition: translate 15s;
}
.image-wrapper:hover .hover-toggle {
     transform: translate(1);
    display: block;
}
.image-wrapper .hover-toggle a,
.image-wrapper .hover-toggle a:hover,
.image-wrapper .hover-toggle a:active,
.image-wrapper .hover-toggle a:focus,
.image-wrapper .hover-toggle span {
    color:#fff;
    display: inline-block;
    padding: 0 3px;
    cursor: pointer;
}
.time{
    position: absolute;
    z-index: 20;
    top:55px;
    left:0;
    right: 0;
    text-align: center;
    color:#fff;
}
.time .icon-time{
    width: 64px;
    height: 64px;
    zoom: 1;
	filter: alpha(opacity=70);
    opacity: 0.7;
}
.photoErrorButtonClose.closeErrorDialog{
   background:  url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxOSIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDE5IDMyIj4KPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE4LjYyNSA4LjU2M2wtNy40MzggNy40MzggNy40MzggNy40MzgtMS44NzUgMS44NzUtNy40MzgtNy40MzgtNy40MzggNy40MzgtMS44NzUtMS44NzUgNy40MzgtNy40MzgtNy40MzgtNy40MzggMS44NzUtMS44NzUgNy40MzggNy40MzggNy40MzgtNy40Mzh6Ij48L3BhdGg+Cjwvc3ZnPgo=") no-repeat center center;
	border:0;
	width: 20px;
	height: 20px;
	position: absolute;
    right: 10px;
    top: 10px;
    margin: 0;
	opacity: 0.6;
	transition: opacity .2s;
    cursor: pointer;
}
.photoErrorButtonClose.closeErrorDialog:hover{
    opacity: 1;
}
.photoProgress,
.photoErrorContainer {
    background: #FF5252;
    position: relative;
    height: 188px;
    word-break: break-all;
    padding: 30px;
    color:#ffffff;
}
button[id^="deleteUserPhotoButtonId-"],
button[id^="editUserPhotoButtonId-"],
button[id^="deleteConversationButton-"],
.addToTopUsersClass .ui-dialog-buttonset button:first-child {
    background: #00BCD4;
    color: #fff;
    border: 2px solid transparent;
}
button[id^="cancelDeleteUserPhotoButtonId-"],
button[id^="editCancelUserPhotoButtonId-"],
button[id^="cancelDeleteConversationButtonId-"],
.addToTopUsersClass .ui-dialog-buttonset button:last-child{
    color: #212121 !important;
    border: 2px solid #e0e0e0;
}
.cropPreview{
    display: none;
}
.jcrop-holder{
    margin: 0 auto;
}
.editUserPhoto .ui-dialog-buttonset{
    float: none !important;
    text-align: center;
}

.cropMainImg img{
    width: 100%;
}

/*Messages*/
#userMessages {
	overflow: hidden;
}

.messagesWindowCloser {
	position: absolute;
	background-color: #2896B6;
	border: 1px solid #444444; margin: 6px 6px 5px;
    z-index: 20;
}

/*Messages user filter */
.contactsFilter {
	height: 70px;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	width: 250px;
	display: table;
	padding:0 30px;
}
.contactsFilter a{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #757575;
	cursor: pointer;
	transition: border .15s;
	text-transform: capitalize;
	border-bottom: 3px solid transparent;
}
.contactsFilter a:hover,
.contactsFilter a:active,
.contactsFilter a:focus{
	color:#00BCD4;
}
.conversationList.selected{
	color:#00BCD4;
	border-bottom: 3px solid #00BCD4;
}
/* Messages container */
.messagesListContainer {
    height: 480px;
	overflow-y: auto;
	background-color: #fff;
	padding:30px;
	position: absolute;
	left:0;
	right: 0;
}
/*Messages (No conversation) */
.startConversation {
    margin-top: 150px;
}
.startConversation .button-blue{
    min-width: 200px;
}


/* Messages board */
.messagesBoard {
	float: left;
	width: 250px;
	background-color: #fff;
	border-right: 1px solid #e0e0e0;
	box-sizing: border-box;
}
.messagesContainer {
	float: left;
	width:750px;
	height:650px;
	background-color: #fff;
	overflow: hidden !important;
	box-sizing: border-box;
}
.messagesUserInfo {
	background:#fff;
	display: table;
	color: #212121;
	width: 100%;
	height: 70px;
	border-bottom: 1px solid #e0e0e0;
	position: relative;
	padding: 0 30px;
}
.messagesUserInfo .icon{
    width: 16px;
    height: 16px;
}

.messagesBoardList {
	height:580px;
	overflow-y: auto;
}
.messagesBoardList li {
	position: relative;
	cursor: pointer;
	padding:15px;
	display: table;
	width: 100%;
}
.messagesBoardList li:hover,
.messagesBoardList li:active,
.messagesBoardList li:focus{

	background-color: #E0E0E0;
}
.messagesBoardList li.conversationLiActive{
    background: #9E9E9E;
    color: #ffffff;

}
.conversationLi .user-image{
	display: table-cell;
	width: 50px;
	padding-right: 15px;
	position: relative;
}
.conversationLi .userName{
	display: table-cell;
	vertical-align: middle;
}
.messagesBoardList .unreadMessageCount {
	position: absolute;
	z-index: 5;
	right: 10px;
    bottom: 0;

}
.messagesBoardList .unreadMessageCount .badge.bg-red{
    width: 26px;
    height: 26px;
    line-height: 18px;
    text-align: center;
    font-weight: bold;
}
.unreadMessageCount span{
	 border: 2px solid #fff;
	border-radius: 50%;
}
.messagesBoardList li.conversationLiActive .unreadMessageCount span,
.messagesBoardList li:hover .unreadMessageCount span{
	border: 2px solid  #E0E0E0;
}
.messagesBoardList label.messagesDeleteConversation {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 3;
	width: 10px;
	height: 10px;
	cursor: pointer;
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBmaWxsPSIjZmZmZmZmIj4KPHBhdGggZD0iTTI1LjMxMyA4LjU1bC0xLjg2Mi0xLjg2Mi03LjQ1IDcuNDUtNy40NS03LjQ1LTEuODYyIDEuODYyIDcuNDUgNy40NS03LjQ1IDcuNDUgMS44NjIgMS44NjIgNy40NS03LjQ1IDcuNDUgNy40NSAxLjg2Mi0xLjg2Mi03LjQ1LTcuNDV6Ij48L3BhdGg+Cjwvc3ZnPgo=") no-repeat center center;
	opacity: 0.6;
	-moz-transition: opacity .15s;
	-webkit-transition: opacity .15s;
	transition: opacity .15s;
}
.messagesBoardList label.messagesDeleteConversation:hover{
	opacity: 1;
}

.messagesBoardList label.blinker { margin: 0 3px 0 0; }

/* Messages user board info */
.messagesUserInfo .user-image{
	display: table-cell;
	vertical-align: middle;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 40px;
	padding-right: 15px;
}
.messagesUserInfo .user-name{
	display: table-cell;
	vertical-align: middle;
}
.messagesUserInfo .button-blue a.deleateConvers{
	color:#fff;
}

.messagesUserBoardInfo label.blinker {
	float: left;
	margin: 46px 5px 0;
}
/* Messages area */

.messageHeaderUserInfo {
	display: table;
    padding-bottom: 10px;
}
.messageHeaderUserInfo .user-name a,
.messageHeaderUserInfo .user-name,
.messageHeader .messageDate{
	color:#9e9e9e ;
	font-size: 12px;
	-webkit-transition: color .15s;
	-moz-transition: color .15s;
	transition: color .15s;
}
.messageHeaderUserInfo .user-name a:hover,
.messageHeaderUserInfo .user-name a:focus,
.messageHeaderUserInfo .user-name a:active{
	color:#00BCD4;
}
.messageHeaderUserInfo .user-image{
	width: 30px;
	padding-right: 15px;
	display: table-cell;
}
.messageHeaderUserInfo .user-image a{
	display: block;
	position: relative;
}
.messageHeaderUserInfo .user-name{
	display: table-cell;
	vertical-align: middle;
}

.messageContent {
    display: table;
    padding: 0 0 5px 45px;
    width: 100%;
}
.messageText {
   	display: table-cell;
    width: 86%;
 	word-break: break-all;
    padding-right: 15px;
    vertical-align: top;
}
.messageInfo {
  	display: table-cell;
    text-align: left;
    width: 14%;
}
.messageInfo span {
    font-size: 12px;
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
    color: #757575;
}

.messageIcons {
    margin-left: 8px;
    display: table-cell;
    vertical-align: middle;
}
/*Messages icons */
.messageIcons li {
	display: table-cell;
}
.messageIcons li a {
	display: block;
	margin-right: 5px;
}
.messageIcons li .icon{
	width: 12px;
	height: 12px;
	color:#9e9e9e;
}
.messageIcons li a:hover .icon{
	color:#212121;
}
/*Compose message */
.composeMessageArea {
	position: absolute;
	bottom: 0;
	z-index: 10;
	width:100%;
	border-top: 1px solid #e0e0e0;
	background: #ffffff;
}
.composeMessageAreaInner{
	position:relative;
	padding: 30px;

}
.composeMessageArea div[contenteditable] {
    width: 580px;
    min-height: 30px;
    max-height: 50px;
    overflow-y: auto;
    border: 1px solid #00BCD4;
    resize: none;
    margin: 0;
    padding: 5px 45px 5px 15px;
    word-wrap: break-word;
    background: #FFF;
	float:left;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

}
.composeMessageBoard {
	float: right;
	margin-left: 15px;
}
.composeMessageBoard .sendMessage{
    height: 32px;
}
.composeMessageBoard .sendMessage .icon-send{
    width: 16px;
    height: 16px;
}
.composeMessageBoard ul.messagesUserBoardIcons {
    margin-top: 5px;
}
.composeMessage {
    width:100%;
    text-align: center;
    font-size: 12px;
    padding-bottom: 5px;
}
.composeMessageArea .ui-widget-content a {
    color:#666666;
}

.openSmilesContainerButton {
	width: 24px;
	float:left;
	margin-right:15px ;
    margin-top: 6px;
	font-size: 27px;
	color:#9e9e9e !important;
}
.messagesSmiles{
	position: absolute;
	top:-240px;
	right: 0;
	left: 0;
	z-index: 1000;
	background: #fff;
	border:1px solid #e0e0e0;
	display: none;

}
.openSmilesContainerButton:hover,
.openSmilesContainerButton:active,
.openSmilesContainerButton:focus {
	color:#00BCD4 !important;
}
.messagesSmiles ul{
	float: left;
	padding: 10px;
}
.messagesSmiles li {
	float: left;
	cursor: pointer;
	padding: 5px;
}
.messagesSmileBoxDash {
	display: block;
	height: 30px;
	background-color:#e0e0e0;
	padding: 9px;
}

.messagesSmileBoxCloser {
	float: right;
	opacity: 0.6;
	-moz-transition: opacity .15s;
	-webkit-transition: opacity .15s;
	transition: opacity .15s;
	width: 12px;
	height: 12px;
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBmaWxsPSIjZmZmZmZmIj4KPHBhdGggZD0iTTI1LjMxMyA4LjU1bC0xLjg2Mi0xLjg2Mi03LjQ1IDcuNDUtNy40NS03LjQ1LTEuODYyIDEuODYyIDcuNDUgNy40NS03LjQ1IDcuNDUgMS44NjIgMS44NjIgNy40NS03LjQ1IDcuNDUgNy40NSAxLjg2Mi0xLjg2Mi03LjQ1LTcuNDV6Ij48L3BhdGg+Cjwvc3ZnPgo=") no-repeat center center !important;
}
a.messagesSmileBoxCloser:hover{
	opacity: 1;
}

.noTitleStuff .ui-dialog-titlebar {
	display:none;
}
.noTitleStuff .ui-dialog-content {
	padding: 0 !important;
}
.noTitleStuff {
    position: fixed;
    overflow:inherit ; !important;
}
.ui-dialog {
	padding: 0;
}
.close{
    position: absolute;
    z-index:2000;
    content: "";
    width: 30px;
    height: 30px;
    background:#00BCD4 url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBmaWxsPSIjZmZmZmZmIj4KPHBhdGggZD0iTTI1LjMxMyA4LjU1bC0xLjg2Mi0xLjg2Mi03LjQ1IDcuNDUtNy40NS03LjQ1LTEuODYyIDEuODYyIDcuNDUgNy40NS03LjQ1IDcuNDUgMS44NjIgMS44NjIgNy40NS03LjQ1IDcuNDUgNy40NSAxLjg2Mi0xLjg2Mi03LjQ1LTcuNDV6Ij48L3BhdGg+Cjwvc3ZnPgo=") no-repeat center center;
    background-size: 18px;
    right:-15px;
    top:-15px;
    border-radius:50%;
}
@media all and (max-width: 1000px) {
	.noTitleStuff {
		position: absolute !important;
		left: 0 !important;
		top: 30px !important;
	}
}
/*Recharge*/
.row.paymentOptions,
.row.pricePlans{
    margin-left: -15px;
}
.paymentOptions .card,
.pricePlans .card{
    position: relative;
    margin-left: 15px;
    padding: 30px 15px;
    -moz-transition: box-shadow .2s linear;
    -webkit-transition: box-shadow .2s linear;
   transition: box-shadow .2s linear;
}
.paymentOptions .card:hover {
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.1);
    box-shadow: 0 2px 3px rgba(0,0,0,.1);

}
.paymentOptions h4{
    font-weight: bold;
    margin-top:15px;
}
.paymentOptions h4 span{
    text-transform: uppercase;
}
.prices .form-label{
    width: 50%;
}
.recharge .checkbox span{
    font-size: 12px;
}
.refund_policy h3,
.refund_policy h4{
    font-weight:bold;
    color: #212121;
}
.corner-label {
    position: absolute;
    top: -4px;
    right: -4px;
    z-index: 100;
    display: block;
    width: 45px;
    height: 45px;
    font-size: 0;
    margin-top: -1px ;
}
.corner-label .corner-label__left-corner,
.corner-label .corner-label__middle,
.corner-label .corner-label__right-corner {
    position: absolute;
    display: block;
    width: 0;
    top: 8px;
    left: 0;
    border: 0 solid transparent;
    border-right: 37px solid transparent;
    border-bottom: 37px solid #FFD740;
}
.corner-label .corner-label__left-corner,
.corner-label .corner-label__right-corner {
    top: 0;
    left: -45px;
    border: 0 solid transparent;
    border-top: 37px solid #FFD740;
    border-left: 37px solid transparent;
}
.corner-label .corner-label__left-corner .corner-label__back-side,
.corner-label .corner-label__left-corner:after,
.corner-label .corner-label__left-corner:before,
.corner-label .corner-label__right-corner .corner-label__back-side,
.corner-label .corner-label__right-corner:after,
.corner-label .corner-label__right-corner:before {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: -37px;
    left: -41px;
    border: 4px solid transparent;
    border-top: 0 solid transparent;
    border-bottom-color: #f4bf19;
}
.corner-label .corner-label__left-corner:after,
.corner-label .corner-label__left-corner:before,
.corner-label .corner-label__right-corner:after,
.corner-label .corner-label__right-corner:before {
    content: '';
    left: 0;
    border: 12px solid transparent;
    border-right: 0 solid transparent;
    border-left-color: #FFD740;
}
.corner-label .corner-label__left-corner:after, .corner-label .corner-label__right-corner:after {
    top: -27px;
    left: -27px;
    border-top: 37px solid #FFD740;
    border-bottom: 0 solid transparent;
    border-left: 37px solid transparent;
}
.corner-label .corner-label__right-corner {
    top: 53px;
    left: 8px;
}
.corner-label .corner-label__right-corner:before {
    top: -49px;
    left: -12px;
}
.corner-label .corner-label__right-corner:after {
    top: -47px;
    left: -47px;
}
.corner-label .corner-label__right-corner .corner-label__back-side {
    top: -4px;
    left: -4px;
    border: 4px solid transparent;
    border-right: 0 solid transparent;
    border-left-color: #f4bf19;
}
.corner-label .corner-label__label-text {
    position: absolute;
    top: 29px;
    left: -38px;
    display: block;
    width: 95px;
    height: 14px;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    text-transform: uppercase;
}

.pricePlans .price-plan{
    display:block;
    position: relative;
    padding:0 !important;
    border:none;
    cursor:pointer;
}
.pricePlans .price-plan.selected{

}
.pricePlans .price-plan h4{
    text-align: left;
    text-transform: uppercase;
}
.price-plan > input {
    visibility: hidden;
    position: absolute;
}
.price-plan .price-plan-inner{
     padding: 60px 30px;
    border: 2px solid #eee;
    transition: box-shadow .2s, borer-radius .15s ;
}
.price-plan > input:checked + div.price-plan-inner{
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
   -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
    border: 2px solid  #FFD740;;
}
.sale-text{
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 31px;
    z-index: 3;
    font-weight: bold;
    padding-top: 10px;
    padding-right: 5px;
}

.sale{
    position: absolute;
    top: 2px;
    right: 2px;
    border-top: 120px solid transparent;
    border-left: 135px solid #fff;
    height: 0;
    width: 0;
    background-color: #FFD740;
    z-index: 0;
}
.big-price {
    font-size: 60px;
    line-height: 48px;
    display: inline-block;
    position: relative;
     margin-right: 30px;
}
.big-price-currency{
    display: block;
    position: absolute;
    font-size: 30px;
    line-height: 26px;
    right: 100%;
    top: 3px;
    font-weight: lighter;
}
.big-price-integer{
    margin: 0 4px 0 3px;
}
.big-price-fraction{
    display: block;
    position: absolute;
    font-size: 30px;
    line-height: 28px;
    left: 100%;
    top: 3px;
    font-weight: lighter;
}
.big-price-duration{
    display: block;
    position: absolute;
    white-space: nowrap;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    left: 100%;
    bottom: -2px;
}
.price-text{
    text-align: left;
    margin-top:30px;
    font-size: 12px;
    color: #757575;
}
.pricePlans
.bestPrice {
     position: relative;
    top: -15px;
}
.pricePlans .bestPrice .price-plan-inner{
    padding: 75px 30px;
}
.pricePlans .price-plan:hover{
   -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
   -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
}
/*Replay message*/
.replayMessage{
    display: none;
}
.replayMessage .textarea{
    width: 400px;
    resize: none;
}
.replayMessage .buttons-row{
    margin-bottom:15px;
}
.replayMessage .user-image{
    width: 50px;
}
.replayMessage .user-name{
    padding-left:15px;
}
/* ********** Message icons */
.msg-error .ui-dialog-buttonpane {
    display: none;
}

/* ********** Checkbox container */
.checkBoxContainer input { float:left; margin: 2px 1px 0 1px; }
.checkBoxContainer label { display: block; float: left; font-size: 0.9em; padding: .2em .2em 0 .2em; line-height: 1em; }

/* ********** Error-success icons
.checkBoxContainer label.error, .checkBoxContainer label.success { margin-right: -5px; }
label.error,
label.success {
    display: block;
    width: 16px;
    height: 16px;
    position:absolute;
    top: 8px;
    right: -22px;
    background-size: 16px 16px;
}
label.error{
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj4KICAgIDxwYXRoIGZpbGw9IiNmNDQzMzYiIGQ9Ik0xNCAyLjA2M2M3Ljc1IDAgMTQgNi4yNSAxNCAxNHMtNi4yNSAxNC0xNCAxNC0xNC02LjI1LTE0LTE0IDYuMjUtMTQgMTQtMTR6TTIwLjc1IDIwLjc1bC00LjY4OC00LjY4OCA0Ljc1LTQuNjg4YzAuMTg4LTAuMTg4IDAuMTg4LTAuNTYzIDAtMC43NWwtMS4zNzUtMS4zMTNjLTAuMTI1LTAuMTI1LTAuMjUtMC4xODgtMC4zNzUtMC4xODhzLTAuMTg4IDAuMDYzLTAuMzEzIDAuMTg4bC00Ljc1IDQuNjI1LTQuNzUtNC42MjVjLTAuMTI1LTAuMTI1LTAuMTg4LTAuMTg4LTAuMzEzLTAuMTg4cy0wLjI1IDAuMDYzLTAuMzc1IDAuMTg4bC0xLjMxMyAxLjMxM2MtMC4xODggMC4xODgtMC4xODggMC41NjMgMCAwLjc1bDQuNzUgNC42ODgtNC43NSA0Ljc1Yy0wLjEyNSAwLjA2My0wLjEyNSAwLjE4OC0wLjEyNSAwLjMxM3MwIDAuMjUgMC4xMjUgMC4zNzVsMS4zMTMgMS4zNzVjMC4xMjUgMC4xMjUgMC4yNSAwLjEyNSAwLjM3NSAwLjEyNXMwLjI1IDAgMC4zNzUtMC4xMjVsNC42ODgtNC43NSA0Ljc1IDQuNjg4YzAuMTI1IDAuMTI1IDAuMTg4IDAuMTg4IDAuMzEzIDAuMTg4czAuMjUtMC4wNjMgMC4zNzUtMC4xODhsMS4zMTMtMS4zMTNjMC4xMjUtMC4wNjMgMC4xODgtMC4yNSAwLjE4OC0wLjM3NXMtMC4wNjMtMC4yNS0wLjE4OC0wLjM3NXoiPjwvcGF0aD4KPC9zdmc+Cg==");
}
label.success {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj4KPHBhdGggZmlsbD0iIzRDQUY1MCIgZD0iTTE0IDJjNy43NSAwIDE0IDYuMjUgMTQgMTRzLTYuMjUgMTQtMTQgMTQtMTQtNi4yNS0xNC0xNCA2LjI1LTE0IDE0LTE0ek0yMS4xODggMTEuMzEzYzAuMDYzLTAuMDYzIDAuMDYzLTAuMTI1IDAuMDYzLTAuMTg4czAtMC4xODgtMC4wNjMtMC4yNWwtMS45MzgtMS41Yy0wLjA2My0wLjA2My0wLjE4OC0wLjA2My0wLjI1LTAuMDYzcy0wLjEyNSAwLTAuMTg4IDAuMDYzbC02LjkzOCA4LjkzOHMtMi43NS0yLjYyNS0yLjgxMy0yLjY4OC0wLjI1LTAuMTg4LTAuMzc1LTAuMTg4LTAuMTg4IDAuMTI1LTAuMjUgMC4xODhsLTEuNjI1IDEuNjI1Yy0wLjA2MyAwLjA2My0wLjA2MyAwLjE4OC0wLjA2MyAwLjI1czAgMC4xMjUgMC4wNjMgMC4xODhsMC4xMjUgMC4wNjNzNC44NzUgNC42ODggNC45MzggNC43NSAwLjE4OCAwLjE4OCAwLjMxMyAwLjE4OCAwLjI1LTAuMTI1IDAuMzEzLTAuMTg4eiI+PC9wYXRoPgo8L3N2Zz4K");
}

/* ********** yubikey page */
.yubiKeyInput{ background: white url("/view/templates/default/img/yubikey/yubiright_16x16.gif") no-repeat 2px 2px; padding-left: 20px; height: 18px;width: 180px; }




.blockOverlay {
    opacity: 1 !important;
    background: #fff !important;
}
.blockUI.blockMsg.blockElement {
    opacity: 1 !important;
}
.confirmEmail  {
    background: #fafafa;
}
.confirmEmail h3{
    font-size: 20px;
    font-weight: 600;
    color: #212121;
    display: block;
    margin-bottom: 15px;
}
.confirmEmail a{
    color:#F50057;
}
.checkSpam {
    padding-left: 15px;
}
.checkSpam img{
    margin-top: 15px;
}