/* Space out content a bit */
body {
    padding-top: 0px;
    padding-bottom: 20px;
    background-color: #000;
    margin: 0 auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

@font-face {
    font-family: "EmojiSymbols";
    src: url("/assets/fonts/EmojiSymbols-Regular.woff") ;
}

.emoji {
    font-family: "Apple Color Emoji", "Segoe UI Emoji", "NotoColorEmoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";

}

.profile-invite-party {
    padding-top:15px;
}

.nav-tabs-justified {
    padding:5px 12px !important;
}

.modal-body {

    padding:10px;

}

.nav-justified2 {
    background-color: rgba(146, 16, 144, 0.01) !important;
    border: 1px solid rgba(146, 16, 144, 0) !important;
    margin-top: 5px !important;
}
.member-icons {
    padding:3px;
}
.slick-prev {
    left: -25px !important;
}
.slick-next {
    right: -25px !important;
}
.profile-image-size {
    height:600px;
}

#close {
    float:right;
    display:inline-block;
    padding:2px 5px;
    background:#921090;
}
#close:hover {
    float:right;
    display:inline-block;
    padding:2px 5px;
    background:#ccc;
    color:#921090;
}

.menu-user-options li a {
    color:white;
}


.blink-me {
    animation: blinker 1s linear;
    animation-iteration-count: 3;
}

@keyframes blinker {
    20% { opacity: 0.9; }
}

.carton {
    padding-top:10px;
    height:305px;
}

.arrowchat_action_message a {
    color: red;

}

.concurs-header {
    background-color:#FF9800 !important;
    font-weight: bold;
    font-size: 14px;
}


.premium-title {
    font-size: 16px;
    position: absolute;
    background: linear-gradient(#D004E7, #7D10A9);
    -webkit-text-fill-color: white;
    margin-top: -40px;
    left: 1px;
    width: 262px;
    padding: 6px;
}

#first-plan {
    height:300px !important;
    width:100%;
    overflow:scroll;
    margin:0 auto;
}

.pctbl {
    border-radius: 5px;
    position: relative;
    width: 580px;
    margin: 0 auto;
}

.blurred-image {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}
.pctbl td.brd-rt {
    border-radius: 0 10px 0 0;
}

.pctbl td.brd-lt {
    border-radius: 10px 0 0 0;
}

.pctbl td.brd-brt {
    border-radius: 0 0 10px 0;
}

.pctbl td.brd-blt {
    border-radius: 0 0 0 10px;
}

.pctbl td {
    vertical-align: top;
    border-bottom: dotted 2px rgba(240, 240, 240, 0.5);
    padding: 5px;
    font-size: 15px;
}

.pctbl td.bg-blue {
    background: #018ABE;
    width: 140px;
    text-align: right;
}

.pctbl td.tbl-c {
    color: #F536F2;
    width: 140px;
    text-align: center;
    vertical-align: middle;
}

.pctbl td.bg-red {
    background: #BC006E;
    width: 140px;
}

.pctbl td.no-bord {
    border-bottom: 0;
    width: 80px;
}

.pctbl tr:first-child td, .pctbl tr:last-child td {
    border-bottom: 0;
}

.pctbl .el-img {
    position: absolute;
    bottom: 20px;
    left: -80px;
}

.pctbl .ea-img {
    position: absolute;
    bottom: 20px;
    right: -120px;
}

.message-seen {
    font-size: 12px;
    margin-right: 33px;
    margin-top: 0px;
    font-style: italic;
    color: #A337A2;
}

#premium-promote {
    position: fixed;
    left: 0px;
    top: 10%;
}

.triangle-isosceles {
    position: relative;
    padding: 15px;
    margin: 4px 25px 0;
    color: #000;
    background: #f3961c; /* default background for browsers without gradient support */
    /* css3 */
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f9d835), to(#f3961c));
    background: -moz-linear-gradient(#f9d835, #f3961c);
    background: -o-linear-gradient(#f9d835, #f3961c);
    background: linear-gradient(#f9d835, #f3961c);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 261px;
    opacity: 0.9;
    z-index: 9999;
    font-weight: bold;
    font-size: 13px;
}

.triangle-isosceles.top {
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f3961c), to(#f9d835));
    background: -moz-linear-gradient(#f3961c, #f9d835);
    background: -o-linear-gradient(#f3961c, #f9d835);
    background: linear-gradient(#f3961c, #f9d835);
}

.triangle-isosceles.left {
    margin-left: 50px;
    background: #f3961c;
}

.triangle-isosceles:after {
    content: "";
    position: absolute;
    bottom: 102px;
    left: 9px;
    border-width: 0 15px 15px 5px;
    border-style: solid;
    border-color: #F8D132 transparent;
    display: block;
    width: 0;
}

.button-premium-promote {
    z-index: 9999;
    position: relative;
    margin-left: 32px;
    margin-top: -10px;
}

.button-text {
    position: absolute;
    top: 5px;
    font-size: 12px;
    left: 6px;
}

.button-text-bg {
    position: absolute;
    top: -2px;
    font-size: 12px;
    left: 6px;
    width: 100px;
    text-align: center;
}

.position-fixed {
    position: fixed;
    z-index: 9999;
}

#slide-club {
    position: fixed;
    z-index: 999;
    right: -84px;
    top: 44%;
}


#slide-masaj {
    position: fixed;
    z-index: 999;
    right: -84px;
    top: 45%;
}

#slide-online {
    position: fixed;
    z-index: 999;
    right: -84px;
    top: 50%;
}

#proximity-icon {

}

.attraction-platform img {
    height: 33px;
}

.send-file {
    content: url("/assets/images/agrafa.png");
    margin-top: -4px;
    margin-left: 2px;
    cursor:pointer;
}

.send-file:hover {
    /*content: url("/assets/images/agrafa_hovered.png");*/
}

.mobile-icon {
    float: left;
    padding-left: 10px;
    margin-top: 3px;
    position: absolute;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #FF99BF;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 3px;
}

.ui-pnotify.custom-topleft .ui-pnotify-container {
    background-color: #921090 !important;
    background-image: none !important;
    border: none !important;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.ui-pnotify.custom-topleft .ui-pnotify {
    font-size: 20px;
}

.ui-pnotify.custom.stack_bottomleft {
    left: 10px;
}

.ui-pnotify.custom-topleft.stack-topleft {
    top: 68px;
    left: 7px;
    bottom: auto !important;
}

.ui-pnotify.custom-topleft.stack-topleft .ui-pnotify-icon {
    color: rgb(255, 232, 0);
    font-size: 23px
}

.ui-pnotify.custom-topleft.stack-topleft .ui-pnotify-closer {
    color: rgb(255, 232, 0);
}

.ui-pnotify.custom-topleft .ui-pnotify-title, .ui-pnotify.custom-topleft .ui-pnotify-text {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 10pt !important;
    color: #FFF !important;
    padding-right: 50px !important;
    line-height: 1 !important;
    text-rendering: geometricPrecision !important;
}

.ui-pnotify.custom-topleft .ui-pnotify-title {
    font-weight: bold;
    font-size: 20px !important;
}

.ui-pnotify.custom-topleft .ui-pnotify-icon {
    float: left;
}

.ui-pnotify.custom-topleft .picon {
    margin: 3px;
    width: 47px;
    height: 47px;
}

.button-attraction {
    color: #FFF;
    background-color: #921090;
    float: right;
}

.ui-pnotify.custom .ui-pnotify-container {
    background-color: #921090 !important;
    background-image: none !important;
    border: none !important;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.ui-pnotify.custom .ui-pnotify {
    font-size: 20px
}

.ui-pnotify.custom .ui-pnotify-title, .ui-pnotify.custom .ui-pnotify-text {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 10pt !important;
    color: #FFF !important;
    padding-right: 50px !important;
    line-height: 1 !important;
    text-rendering: geometricPrecision !important;
}

.ui-pnotify.custom .ui-pnotify-title {
    font-weight: bold;
    font-size: 20px !important;
}

.ui-pnotify.custom .ui-pnotify-icon {
    float: left;
}

.ui-pnotify.custom .picon {
    margin: 3px;
    width: 38px;
    height: 38px;
}

.glyphicon-fire {
    color: red;
    font-size: 40px;
}

.container {
    width: 970px !important;
    max-width: none !important;
}

.galben {
    color: #ff9;
    font-size: 14px;
}

.albastru {
    color: #9DC5FF;
    display: list-item;
}

.progress1-pagina-profil-user {
    overflow: unset;
    height: 10px;
    margin-top: -10px;
    background-color: #50074f;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    display: flex;
    width: 8%;
    position: absolute;
    overflow: visible;
    margin-left: 5px;
    border: 1px solid #848482;
}

.close {
    color: #000000;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    margin-top: 0px;
    opacity: 0.5;
    text-shadow: 0 1px 0 #FFFFFF;
}

.row-home {
    min-height: 900px;
}

.div-logo-landing {
    background-repeat: repeat-x;
    margin-top: 0px;
    width: 435px;
    margin-left: 40px;
}

.div-trimite-mesaj {
    padding: 0px;
    margin-left: -17px;

}

.form-group-mesaj {
    margin-bottom: 1px;
}

.btn-petrecere {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px 4px 0 0;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857;
    margin-left: 0;
    margin-top: -70px;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.alert-petrecere {
    border: 2px solid #50074F;
    border-radius: 5px;
    margin-bottom: 55px;
    margin-top: 55px;
    padding: 5px 23px 5px;
}

.col-md-10-wild-carousel-petrecere {

    top: 100px;

}

.item-active-petrecere {
    width: 13.867%
}

.container-completare-profil {
    margin-left: -50px;
}

.row-text-sign-in {
    margin-left: 120px;
}

.h5-text-sign-in {
    font-size: 14px;
}

.input-sign-up-form {
    margin-bottom: 10px;
}

.label-esti {
    float: right;
}

.input-label-esti {
    display: inline-block;
    top: -6px;
    position: relative;
}

.label-data {
    margin-right: 130px;
}

.row-data {
    margin-left: 0px;
    margin-right: 0px;
}

.row-style {
    margin-bottom: 10px;
}

.span-style {
    float: left;
    display: inline-block;
    top: 7px;
    position: relative;
}

.span-style-el {
    float: right;
    width: 240px;
}

.btn-luna {
    width: 47px;
}

.row-orasul {
    margin-left: 0px;
    margin-right: 0px;
}

.row-coll-md-6 {
    width: auto;
}

.row-varsta {
    margin-top: 15px;
    padding: 20px;
}

.stanga-flag-style {
    width: 464px;
}

.input-varsta {
    border: 0;
    color: #fff;
    background: transparent;
    font-weight: bold;
}

.btn-inscriere {
    margin: 10px 0 0
}

.container-gol {
    margin-left: -50px;
}

.div-vezi-profil-el {
    margin-top: -563px;
    margin-left: -30px;
}

.col-xs-2-vezi-profil-mijloc {
    padding: 10px 10px 10px 10px;
    text-align: center;
    z-index: 3;
}

.col-xs-4-vezi-profil-dreapta {
    z-index: 1;
}

.dotted {
    margin-top: 0px;
    margin-left: -80px;
    width: 100%;
    border-bottom: dotted 2px #B6B6B4;
    opacity: 0.5;
}

.container-dotted {
    margin-left: -50px;
    width: 400px;
}

.hr-mijloc {
    border-bottom: dotted 2px #d3d3d3;
}

.p-vezi-profil-mijloc {
    text-align: center;
    margin: 0 0 -17px;
    color: #f536f2;
    font-size: 16px;
}

.container-img-online {
    margin-top: -430px;
    margin-left: 0px;
    overflow: auto;
}

.online-style {
    margin-top: -111px;
    margin-left: 20px;
}

.online-style-img {
    overflow: overlay;
}

.text-club {
    text-align: center;
    max-width: 430px;
    font-size: 11px;
    font-weight: 200;
    line-height: 1.1;
    margin-top: -25px;
}

.container-photo {
    border: 2px solid #921090;
    padding: 10px;
    margin-bottom: 20px;
    margin-left: 15px;
    margin-right: 15px;
}

.hr {
    margin-left: 15px;
    margin-right: 15px;
}

.container-photo-style {
    width: 66%;
}

.p-primul-chenar {
    font-size: 11px;
    padding-right: 5px;
}

.text-container {
    border: 2px solid #921090;
    padding: 10px;
    margin-left: 15px;
    margin-right: 15px;
}

.glyphicon {
    color: black
}

.ui-pnotify.custom .ui-pnotify-closer {
    color: black;
}

#dialog-remove-promote-premium {
    height: auto !important;
}

#dialog-remove-book-premium {
    height: auto !important;
}

.ui-dialog-titlebar-close {
    display: none;
}

.ui-widget-header {
    background: #B1299A !important;
}

#our-book {
   	position: fixed;
    bottom: 2%;
    left: 3%;
    z-index: 1031;
}

.text-container-style {
    width: 47%;
}

.p-concurs {
    font-size: 12px;
}

.p-chenar-doi {
    font-size: 11px;
    padding-left: 20px;
    padding-right: 15px;
}

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

.footer-col-md-3 {
    line-height: 0.9;
}

.p-footer-col {
    font-size: 10px;
}

.disclaimer {
    font-size: 10px;
    color: #EDDF64;
    margin-left: 15px;
    margin-right: 15px;
}

.row-footer {
    margin-left: 15px;
    margin-right: 15px;
}

.thumbnail-carousel-style {
    float: right;
    margin-right: 17px;
    top: 25px;
    width: 58%;
}

.item-active {
    width: 16.66666667%
}

.li-nav-left {
    border-right: 1px solid #500750;
}

.li-nav-right {
    border-left: 1px solid #500750;
}

.p-asistenta {
    position: relative;
    float: right;
    display: inline;
    padding-top: 0px;
    margin: 0 0 6px;
    text-align: center;
    padding-right: 10px;
    padding-left: 15px;
}

.p-asistenta a:hover {
    color: white;
}

.row-ce-cauti {
    padding: 20px;
}

.row-ce-cauti-style {
    padding: 10px;
    width: 33.33333333%;
}

.checkbox-ce-cauti {
    margin: 4px -20px 0px;
}

.coll-xs-4-style {
    padding: 10px;
    width: 33.33333333%;
}

.coll-xs-2-style {
    margin-top: 10px;
    width: 55.667%;
}

.row-cautare-avansata {
    margin-top: 10px;
    width: 16.66666667%;
}

.col-xs-2-profil-date {
    width: 16.66666667%;
}

.p-profil-date {
    color: #f536f2;
}

.div-galerie-foto-vezi-profil {
    padding: 10px;
    padding-bottom: 100px;
}

.p-galerie-foto-vezi-profil {
    color: #fff;
    padding-bottom: 30px;
}

.col-md-10-vezi-profil {
    float: right;
    margin-right: 30px;
    top: 100px;
    width: 83.33333333%;
}

.div-editeaza {
    padding: 0px;
    margin-left: -17px;
}

.h3-popularitate {
    text-align: left;
    margin: 0px;
    color: #fff;
}

.row-certifiat {
    padding: 0px;
    margin-bottom: 25px;
}

.coll-lg-3-style {
    width: 25%;
}

.img-certificat {
    margin-top: 0px;
    margin-left: -8px;
    position: absolute;
    display: flex;
}

.img-vezi-profil {
    overflow: overlay;
    margin-left: 253px;
    margin-top: -933px;
}

.div-vezi-profil {
    margin-top: -135px;
    margin-left: -8px;
    position: absolute;
    display: flex;
}

.img-vezi-profil2 {
    overflow: overlay;
    margin-left: 275px;
}

.compatibilitate-vezi-profil {
    text-align: left;
    padding-top: 30px;
    color: #fff;
    font-size: 18px;
}

.col-xs-3-vezi-profil {
    text-align: center;
    width: 25%;
}

.div-vezi-profil-nume {
    padding-bottom: 30px;
    text-align: center;
}

.img-carousel {
    overflow: overlay;
    margin-left: 181px;
    margin-top: -716px;
}

.img-carousel-stanga {
    margin-top: -50px;
    margin-left: -8px;
    position: absolute;
    display: flex;
}

.img-carousel-dreapta {
    overflow: overlay;
    margin-left: 203px;
}

.div-carousel-poza-avatar {
    margin-top: -24px;
    margin-left: -8px;
    position: absolute;
    display: flex;
}

.img-style-carousel {
    overflow: auto;
    margin-left: 80px;
}

.img-certificat-style {
    overflow: auto;
    margin-left: 134px;
    margin-top: -866px;
}

.coll-md-3-img {
    margin-right: 5px;
}

.div-primul-rand {
    margin-top: -211px;
    margin-left: 0;
    text-align: center;
    max-width: 210px;
}

.h3-primul-rand {
    margin-bottom: 0px;
    margin-top: 23px;
    color: #921090;
    text-decoration: underline;
    font-size: 20px;
}

.p-primul-rand {
    text-align: center;
    margin: 0 0 0px;
    color: #f536f2;
    font-size: 20px;
}

.h4-randul-doi {
    color: #40bef8;
}

.p-randul-trei {
    text-align: center;
    margin: 0 0 0px;
    color: #f536f2;
}

.p-vezi-profil3 {
    margin-bottom: 0px;
    margin-top: 0px;
    color: #fff;
    font-size: 14px;
}

.p-randul-patru {
    text-align: center;
    margin: -20px -16px 0px 69px;
    color: #f536f2;
}

.img-randul-patru {
    margin: -25px -6px 22px 7px;
}

.p-randul-cinci {
    text-align: left;
    margin: -20px 16px 0px 10px;
    color: #fff;
}

.progress-randul-cinci {
    width: 45%
}

.row-nav1 {
    padding: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.div-bubble1 {
    margin-top: -225px;
    margin-left: 157px;
    max-width: 210px;
}

.h3-bubble1 {
    padding: 5px;
    margin-top: 130px;
    color: #921090;
    text-decoration: underline;
    font-size: 20px;
}

.h5-bubble1 {
    color: #000;
    padding: 5px;
}

.div-bubble2 {
    margin-top: 30px;
    margin-left: 0px;
    max-width: 180px;
}

.h3-bubble2 {
    padding: 5px;
    margin-top: 0px;
    color: #921090;
    text-decoration: underline;
    font-size: 20px;
}

.h5-bubble2 {
    padding: 5px;
    color: #000;
}

.h5-wild {
    font-size: 13px;
}

.col-md-10-wild-carousel {
    float: right;
    margin-right: 30px;
    top: 100px;
    width: 83.33333333%;
}

.img-wild-carousel {
    width: 33.33333333%;
}

.div-galerie-video {
    padding: 10px;
    padding-top: 30px;
}

.pagination-style {
    margin-top: 75px;
}

.div-profil-prim-plan {
    width: 58.33333333%;
}

.row-ultimii {
    padding: 20px;
    margin-right: -85px;
    margin-top: -25px;
}

.row-ultimii-style {
    width: 50%;
}

.div-ultimii {
    margin-top: 0px;
    margin-left: -8px;
    position: absolute;
    display: flex;
}

.img-ultimii {
    overflow: overlay;
    margin-left: 134px;
    margin-top: -866px;
}

.div-ultimii-nume {
    margin-top: -211px;
    margin-left: 0;
    text-align: center;
    max-width: 210px;
}

.h3-ultimii {
    margin-bottom: 0px;
    margin-top: 23px;
    color: #921090;
    text-decoration: underline;
    font-size: 20px;
}

.p-ultimii {
    text-align: center;
    margin: 0 0 0px;
    color: #f536f2;
    font-size: 20px;
}

.h4-ultimii {
    color: #40bef8;
}

.p-ultimii2 {
    text-align: center;
    margin: 0 0 0px;
    color: #f536f2;
}

.p-ultimii3 {
    text-align: center;
    margin: -20px -16px 0px 69px;
    color: #f536f2;
}

.membru-ultimii {
    margin: -25px -6px 22px 7px;
}

.p-ultimii-compatibilitate {
    text-align: left;
    margin: -20px 16px 0px 10px;
    color: #fff;
}

.img-nastere {
    overflow: overlay;
    margin-left: 0px;
    margin-top: -90px;
}

.div-nastere {
    margin-top: -207px;
    margin-left: 193px;
    text-align: center;
    max-width: 210px;
}

.h3-nastere {
    margin-bottom: 0px;
    margin-top: 23px;
    color: #921090;
    text-decoration: underline;
    font-size: 20px;
}

.p-nastere {
    text-align: center;
    margin: 0 0 0px;
    color: #f536f2;
    font-size: 20px;
}

.p-nastere1 {
    text-align: left;
    margin: -20px 16px 0px 30px;
    color: #fff;
}

.footer-cauta-membri {
    text-align: center;
    margin-bottom: 25px;
    margin-top: 25px;
}

.p-footer-cauta-membri {
    text-align: left;
    margin-top: 25px;
}

.col-lg-6-certificare {
    width: 50%;
}

.row-completare-profil {
    padding: 20px 53px 11px 75px;
}

.h4-vezi-profil {
    text-align: right;
    margin: -14px 0px 0px;
    min-height: 20px;
}

.h4-vezi-profil2 {
    text-align: left;
    margin: -14px 0px 0px;
    padding-bottom: 1px;
    min-height: 20px;
}

.img-wild-carousel-video {
    width: 331px;
    height: 204px;
}

.media-carousel-video img {
    width: 331px;
    height: 204px;
}

.h4-completare-profil {
    text-align: center;
}

.btn-completare-profil {
    width: 53px;
}

.label-completare-profil {
    width: 33.33333333%
}

.col-md-4-completare-profil {
    margin-left: 20px;
}

.div-select {
    float: right;
    margin-right: 0px;
}

.label-style {
    margin-left: 3px;
}

.label-caut {
    margin-right: 130px;
    font-size: 13px;
}

.container-el {
    margin-top: -440px;
    margin-left: -55px;
}

.div-container-el {
    padding: 55px 25px 9px 0px;
    text-align: center;
    margin-right: 49px;
    line-height: 1.6;
}

.col-xs-1 {
    width: 18%;
}

.p-container-el {
    text-align: center;
    margin: 0 0 0px;
    color: #f536f2;
}

.p-container-el-varsta {
    text-align: center;
    margin-top: -7px;
    color: #f536f2;
}

.sign-up-col-xs-4 {
    padding: 10px;
}

.sign-up-vezi-profil {
    padding-right: 100px;
}

.div-sign-up {
    padding-right: 30px;
}

.h4-sign-up {
    text-align: center;
    margin: 0 0 0px;
}

.div-date-generale-ea {
    float: right;
    width: 260px;
}

.div-select2 {
    float: right;
    margin-right: -13px
}

.div-inaltime {
    margin-left: 17px;
}

.container-ea {
    margin-left: -47px;
    width: 390px;
}

.container-ea-vezi-profil {
    margin-top: -580px;
    margin-left: 190px;
}

.div-container-ea {
    margin-top: -432px;
    margin-left: 207px;
}

.col-lg-6-style {
    width: 50%;
}

.control-label-select {
    width: 33.33333333%;
}

.div-salveaza {
    padding: 30px 157px;
}

.div-row-marketing {
    width: 41.66666667%;
}

.row-carousel {
    padding-bottom: 20px;
}

.row-concurs {
    padding: 0px;
    margin-bottom: 0px;
}

.h3-concurs {
    color: #921090;
}

.col-lg-4-vezi-profil {
    width: 32.66666667%;
}

.descriere-vezi-profil {
    width: 39.66666667%;
}

.bubble1-vezi-profil {
    margin-top: -125px;
    margin-left: 157px;
    width: 750px;
    position: relative;
    height: auto;
    padding: 0px;
    background: #fad4f9;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.h5-bubble1-vezi-profil {
    color: #921090;
    padding: 10px;
}

.btn-vezi-profil {
    padding: 30px 357px;
}

.flag {
    max-width: 530px;
    padding: 10px;
    margin-left: -25px;
    margin-right: -20px;
}

.row-msg {
    padding: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.bubble1-msg-jos {
    margin-top: 0px;
    margin-left: 0px;
    position: relative;
    width: auto;
    height: auto;
    padding: 1px;
    background: #fad4f9;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 5px;
}

.bubble1-msg {
    margin-top: -50px;
    margin-left: 60px;
}

.h5-msg {
    color: #000;
    padding-left: 7px;
}

.bubble2-msg {
    margin-top: 30px;
    margin-left: 0px;
    max-width: 180px;
}

.h3-msg {
    padding: 5px;
    margin-top: 0px;
    color: #921090;
    text-decoration: underline;
    font-size: 20px;
}

.bubble1-msg-lung {
    max-width: 175px;
}

.flag-img {
    color: #005596;
    margin-left: 16px;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.footer {
    padding-left: 15px;
    padding-right: 15px;
}

/* Custom page header */
.header {
    border-bottom: 1px solid #e5e5e5;
}

/* Make the masthead heading the same height as the navigation */
.header h3 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 40px;
    padding-bottom: 19px;
}

/* Custom page footer */
.footer {
    padding-top: 19px;
    color: #777;
    border-top: 1px solid #e5e5e5;
}

.signup-form {
    width: 400px;
    height: 180px;
    margin: 30px 50px;
    background-color: #ffffff;
    border: 1px solid black;
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}

.navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.signup {
    width: 500px;
    height: 250px;
    background: url(klematis.jpg) repeat;
    border: 2px solid black;
}

/* Customize container */

.container-r {
    width: 970px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.container-online {
    margin-left: -50px;
}

.container-narrow > hr {
    margin: 30px 0;
}

.enter {
    background: rgb(159, 83, 155); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgba(159, 83, 155, 1) 0%, rgba(123, 33, 126, 1) 19%, rgba(48, 19, 51, 1) 57%, rgba(0, 0, 0, 1) 100%, rgba(0, 0, 0, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(159, 83, 155, 1)), color-stop(19%, rgba(123, 33, 126, 1)), color-stop(57%, rgba(48, 19, 51, 1)), color-stop(100%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(0, 0, 0, 1))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(159, 83, 155, 1) 0%, rgba(123, 33, 126, 1) 19%, rgba(48, 19, 51, 1) 57%, rgba(0, 0, 0, 1) 100%, rgba(0, 0, 0, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(159, 83, 155, 1) 0%, rgba(123, 33, 126, 1) 19%, rgba(48, 19, 51, 1) 57%, rgba(0, 0, 0, 1) 100%, rgba(0, 0, 0, 1) 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(159, 83, 155, 1) 0%, rgba(123, 33, 126, 1) 19%, rgba(48, 19, 51, 1) 57%, rgba(0, 0, 0, 1) 100%, rgba(0, 0, 0, 1) 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, rgba(159, 83, 155, 1) 0%, rgba(123, 33, 126, 1) 19%, rgba(48, 19, 51, 1) 57%, rgba(0, 0, 0, 1) 100%, rgba(0, 0, 0, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9f539b', endColorstr='#000000', GradientType=1); /* IE6-9 fallback on horizontal gradient */

}

.form-horizontal .control-label {
    text-align: right;
}

.navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.alert {
    padding-bottom: 45px;
    margin-bottom: 25px;
    margin-top: 25px;
    border: 2px solid #50074f;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
}

.enter-gradient {
    background-repeat: repeat-x;
    height: 40px;
    margin-top: -30px;
    width: 435px;
    margin-left: 40px;
}

.mov-dreapta-style {
    width: 485px;
}

.checkbox-style {
    display: inline-block;
    top: 3px;
    position: relative;
}

.need-help-style {
    color: #fff;
    margin: 10px 0 0
}

.log-in-style {
    margin: 10px 0 0;
    margin-right: -15px
}

.well1 {
    opacity: 0.3;
    background-color: #777788;
    position: absolute;
    top: 100px;
    left: 100px;
    height: 150px;
    width: 300px;
}

.box {
    opacity: 1;
    background-color: #ffffff;
    position: absolute;
    top: 110px;
    left: 110px;
    height: 130px;
    width: 270px;
}

/* Main marketing message and sign up button */
.jumbotron {
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}

.mov-dreapta {
    background: rgb(146, 16, 144); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(146, 16, 144, 1) 1%, rgba(146, 16, 144, 1) 84%, rgba(0, 0, 0, 1) 100%, rgba(0, 0, 0, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(146, 16, 144, 1)), color-stop(84%, rgba(146, 16, 144, 1)), color-stop(100%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(0, 0, 0, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(146, 16, 144, 1) 1%, rgba(146, 16, 144, 1) 84%, rgba(0, 0, 0, 1) 100%, rgba(0, 0, 0, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(146, 16, 144, 1) 1%, rgba(146, 16, 144, 1) 84%, rgba(0, 0, 0, 1) 100%, rgba(0, 0, 0, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(146, 16, 144, 1) 1%, rgba(146, 16, 144, 1) 84%, rgba(0, 0, 0, 1) 100%, rgba(0, 0, 0, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(146, 16, 144, 1) 1%, rgba(146, 16, 144, 1) 84%, rgba(0, 0, 0, 1) 100%, rgba(0, 0, 0, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#921090', endColorstr='#000000', GradientType=0); /* IE6-9 */;
    background-repeat: repeat-x;
    padding: 50px;
}

#container-sign {
    min-height: 20px;
    padding: 10px;
    margin-bottom: 10px;
    /* background-image: -ms-linear-gradient(left,
             rgb(27, 117, 187) 0%,
             rgb(255, 255, 255) 5%,
             rgb(27, 117, 187) 10%,
             rgb(255, 255, 255) 15%,
             rgb(27, 117, 187) 20%,
             rgb(255, 255, 255) 25%,
             rgb(27, 117, 187) 30%,
             rgb(255, 255, 255) 35%,
             rgb(27, 117, 187) 40%,
             rgb(255, 255, 255) 45%,
             rgb(27, 117, 187) 50%,
             rgb(255, 255, 255) 55%,
             rgb(27, 117, 187) 60%,
             rgb(255, 255, 255) 65%,
             rgb(27, 117, 187) 70%,
             rgb(255, 255, 255) 75%,
             rgb(27, 117, 187) 80%,
             rgb(255, 255, 255) 85%,
             rgb(27, 117, 187) 90%,
             rgb(255, 255, 255) 95%,
             rgb(27, 117, 187) 100%
             ); */
    margin-left: -10px;
    width: 325px;
    overflow: hidden;
}

#container-sign1 {
    min-height: 20px;
    padding: 0px;
    margin-bottom: 10px;
    /* background-image: -ms-linear-gradient(left,
             rgb(27, 117, 187) 0%,
             rgb(255, 255, 255) 5%,
             rgb(27, 117, 187) 10%,
             rgb(255, 255, 255) 15%,
             rgb(27, 117, 187) 20%,
             rgb(255, 255, 255) 25%,
             rgb(27, 117, 187) 30%,
             rgb(255, 255, 255) 35%,
             rgb(27, 117, 187) 40%,
             rgb(255, 255, 255) 45%,
             rgb(27, 117, 187) 50%,
             rgb(255, 255, 255) 55%,
             rgb(27, 117, 187) 60%,
             rgb(255, 255, 255) 65%,
             rgb(27, 117, 187) 70%,
             rgb(255, 255, 255) 75%,
             rgb(27, 117, 187) 80%,
             rgb(255, 255, 255) 85%,
             rgb(27, 117, 187) 90%,
             rgb(255, 255, 255) 95%,
             rgb(27, 117, 187) 100%
             ); */
    margin-left: -80px;
    width: 325px;
    overflow: hidden;
}

#container-sign2 {
    min-height: 20px;
    padding: 10px;
    margin-bottom: 10px;
    /* background-image: -ms-linear-gradient(left,
             rgb(27, 117, 187) 0%,
             rgb(255, 255, 255) 5%,
             rgb(27, 117, 187) 10%,
             rgb(255, 255, 255) 15%,
             rgb(27, 117, 187) 20%,
             rgb(255, 255, 255) 25%,
             rgb(27, 117, 187) 30%,
             rgb(255, 255, 255) 35%,
             rgb(27, 117, 187) 40%,
             rgb(255, 255, 255) 45%,
             rgb(27, 117, 187) 50%,
             rgb(255, 255, 255) 55%,
             rgb(27, 117, 187) 60%,
             rgb(255, 255, 255) 65%,
             rgb(27, 117, 187) 70%,
             rgb(255, 255, 255) 75%,
             rgb(27, 117, 187) 80%,
             rgb(255, 255, 255) 85%,
             rgb(27, 117, 187) 90%,
             rgb(255, 255, 255) 95%,
             rgb(27, 117, 187) 100%
             ); */

    overflow: hidden;
}

.sample {
    float: left;
    padding: 10px;
    margin-right: 20px;
    text-align: center;
}

.sample1 {
}

.sample2 {
    float: left;
    padding: 10px;
    margin-right: 20px;
    text-align: center;
}

.sample3 {
    padding: 10px 35px 0px 20px;
    margin-right: 20px;
    text-align: center;
}

.opacity {
    background-color: rgb(177, 177, 177);
    border: 1px solid rgb(255, 255, 255);
    opacity: .5;
}

.alpha {
    background-color: rgba(177, 177, 177, .5);
    border: 1px solid rgba(255, 255, 255, .5);
}

.alpha1 {
    background-color: #018abe;
    border: 1px solid #018abe;
    border-radius: 4px;
}

.alpha2 {
    background-color: #bc006e;
    border: 1px solid #bc006e;
    border-radius: 4px;
}

.alpha3 {
    background-color: #50074f;
    border: 1px solid #50074f;
    border-radius: 4px;
}

.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
    padding-right: 10px;
}

.content {

    width: 0px;
    height: 0px;
}

.form-login {
    min-height: 20px;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #3276b1;
    border: 1px solid #285e8e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    width: 280px;
}

.language {
    background-image: url(images/limba-05.png) repeat-x;
}

.lead {
    margin-bottom: 10px;
    font-weight: 200;
    line-height: 1.4;
    padding: 0px;
    margin-left: 120px;
    margin-top: 0px;
    max-width: 350px;
}

.signup-form {
    width: 400px;
    height: 180px;
    margin: 30px 50px;
    background-color: #ffffff;
    border: 1px solid black;
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}

.container.right {
    padding: 20px;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.navbar-nav > li {
    float: left;
}

/* Supporting marketing content */
.marketing {
    margin-right: 15px;
    margin-left: 15px;
}

.marketing p + h4 {
    margin-top: 10px;
}

.nav-justified {
    background-color: #921090;
    border: 1px solid #921090;
    border-radius: 5px;
    max-height: 52px;
    margin-top: 47px;
}

.navbar-right {
    float: right !important;
}

.navbar-nav {
    float: left;
    margin: 0;
}

.thumbnail-carousel {
    float: right;
}

.nav-justified > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
    font-weight: bold;
    color: #777;
    text-align: center;
    background-color: #e5e5e5; /* Old browsers */
    background-image: -moz-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #e5e5e5)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%); /* Chrome 10+,Safari 5.1+ */
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%); /* Opera 11.10+ */
    background-image: linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#e5e5e5', GradientType=0); /* IE6-9 */
    background-repeat: repeat-x; /* Repeat the gradient */
    border-bottom: 1px solid #d5d5d5;
}

.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
    background-color: #ddd;
    background-image: none;
    box-shadow: inset 0 3px 7px rgba(0, 0, 0, .15);
}

.nav-justified > li:first-child > a {
    border-radius: 5px 5px 0 0;
}

.nav-justified > li:last-child > a {
    border-bottom: 0;
    border-radius: 0 0 5px 5px;
}

.nav-justified {
    max-height: 52px;
    margin-top: 47px;
}

.nav-justified > li > a {
    border-right: 1px solid #d5d5d5;
    border-left: 1px solid #fff;
}

.nav-justified > li:first-child > a {
    border-left: 0;
    border-radius: 5px 0 0 5px;
}

.nav-justified > li:last-child > a {
    border-right: 0;
    border-radius: 0 5px 5px 0;
}

}

/* Responsive: Portrait tablets and up */

/* Remove the padding we set earlier */
.masthead,
.footer {
    padding-right: 0;
    padding-left: 0;
}

.cover {
    padding: 0 20px;
}

.cover .btn-lg {
    padding: 10px 20px;
    font-weight: bold;
}

/*
 * Header
 */
.masthead-brand {
    margin-top: 10px;
    margin-bottom: 10px;
}

.masthead-nav > li {
    display: inline-block;
}

.masthead-nav > li + li {
    margin-left: 20px;
}

.masthead-nav > li > a {
    padding-right: 0;
    padding-left: 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff; /* IE8 proofing */
    color: rgba(255, 255, 255, .75);
    border-bottom: 2px solid transparent;
}

.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
    background-color: transparent;
    border-bottom-color: rgba(255, 255, 255, .25);
}

.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
    color: #fff;
    border-bottom-color: #fff;
}

.masthead-brand {
    float: left;
}

.masthead-nav {
    float: right;
}

}
.carousel-control {
    padding-top: 10%;
    width: 5%;
}

/* Responsive: Portrait tablets and up */

/* Remove the padding we set earlier */
.header,
.footer {
    padding-left: 0;
    padding-right: 0;
}

/* Space out the masthead */
.header {
    margin-bottom: 30px;
}

/* Remove the bottom border on the jumbotron for visual effect */
.jumbotron {
    border-bottom: 0;
}

/* carousel */
.media-carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
    margin-top: -125px;
}

.media-carousel-video {
    margin-bottom: 0;
    padding: 0;
    margin-top: -125px;
}

/* Previous button  */
.media-carousel .carousel-control.left {
    left: -33px;
    background-image: none;
    background: url('../images/stanga-galerie-sus.png');
    border: 0px solid #FFFFFF;
    height: 82px;
    width: 33px;
    margin-top: 4px
}

.media-carousel-video .carousel-control.left {
    left: -26px;
    background-image: none;
    background: url('../images/galerie-video-vezi-profil_55.png');
    border: 0px solid #FFFFFF;

    width: 29px;
    margin-top: 2px
}

/* Next button  */
.media-carousel .carousel-control.right {
    right: -33px !important;
    background-image: none;
    background: url('../images/dreapta-galerie-sus.png');
    border: 0px solid #FFFFFF;
    height: 82px;
    width: 33px;
    margin-top: 4px
}

.media-carousel-video .carousel-control.right {
    right: -30px !important;
    background-image: none;
    background: url('../images/galerie-video-vezi-profil_07.png');
    border: 0px solid #FFFFFF;

    width: 29px;
    margin-top: 2px
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 1;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

/* Changes the position of the indicators */
.media-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}

.media-carousel-video .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}

/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li {
    background: #c0c0c0;
}

.media-carousel-video .carousel-indicators li {
    background: #c0c0c0;
}

.media-carousel-video .carousel-indicators .active {
    background: #333333;
}

.media-carousel img {
    width: 250px;
    height: 82px
}

.media-carousel {
    margin-bottom: 0;
    padding: 0 0px 0px 0px;
    margin-top: -125px;
}

.carousel-inner {
    position: relative;

    width: 100%;
}

/* End carousel */
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 35px;
    line-height: 1.42857143;
    /* background-color: #fff; */
    /* border: 1px solid #ddd; */
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.navbar {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    /* padding: 6px 12px; */
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-1 {
    color: #fff;
    background-color: #921090;
    border-color: #921090;
}

.btn-default1:hover, .btn-default1:focus, .btn-default1:active, .btn-default1.active, .open .dropdown-toggle.btn-default1 {
    color: #fff;
    background-color: #50074f;
    border-color: #50074f;
}

.btn-default3:hover, .btn-default3:focus, .btn-default3:active, .btn-default3.active, .open .dropdown-toggle.btn-default3 {
    color: #fff;
}

.btn-default4:hover, .btn-default4:focus, .btn-default4:active, .btn-default4.active, .open .dropdown-toggle.btn-default4 {
    color: #fff;
    background-color: #50074f;
    border-color: #50074f;
}

.btn-default5:hover, .btn-default5:focus, .btn-default5:active, .btn-default5.active, .open .dropdown-toggle.btn-default5 {
    color: #fff;
}

.btn-default-blocheaza:hover, .btn-default-blocheaza:focus, .btn-default-blocheaza:active, .btn-default-blocheaza.active, .open .dropdown-toggle.btn-default-blocheaza {
    color: #fff;
}

.btn-default-raporteaza:hover, .btn-default-raporteaza:focus, .btn-default-raporteaza:active, .btn-default-raporteaza.active, .open .dropdown-toggle.btn-default-raporteaza {
    color: #fff;
}

.thumbnail img:hover {
    -ms-transform: scale(1.2); /* IE 9 */
    -moz-transform: scale(1.2); /* Firefox */
    -o-transform: scale(1.2); /* Opera */
    -webkit-transform: scale(1.2); /* Safari And Chrome */
    transform: scale(1.2); /* Standard Property */

}

.foto-sus {
    background: url('../images/img-foto-sus.png');
    background-position: inherit;
    width: 70px;
    height: 17px;
    position: absolute;
    /* right: 0px; */
    top: 2px;
    display: none;
    background-repeat: no-repeat
}

a:hover .foto-sus {
    display: block;
}

.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;

}

.navbar-form {
    padding: 0px;
    margin-right: -1px;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: #50074f;
}

.tooltip1 {
    position: absolute;
    width: 100px;
    height: 20px;
    line-height: 20px;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    color: rgb(113, 157, 171);
    background: rgb(146, 16, 144);
    border: 4px solid rgb(146, 16, 144);
    border-radius: 5px;
    text-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 1px;
    box-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 2px 0px;
}

.tooltip1:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #921090 transparent transparent transparent;
    top: 44px;
    left: 50px;
}

.red-tooltip + .tooltip > .tooltip-inner {
    background-color: #921090;
    font-size: 12px;
    text-align: center;
    width: auto;
    min-height: 20px;
    line-height: 10px;
    display: block
}

.red-tooltip + .tooltip > .tooltip-arrow {
    border-bottom-color: #921090;
}

.alert-success {
    background-color: #13011b;
    border-color: #921090;
    color: #10e91e;
}

.alert {
    padding-bottom: 45px;
    margin-bottom: 25px;
    margin-top: 25px;
    border: 2px solid #50074f;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
}

.alert3 {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 25px;
    margin-top: 25px;
    border: 2px solid #50074f;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
}

.alert-success1 {
    border-color: #921090;
    color: #fff;
}

.alert-success2 {
    border-color: #921090;
    color: #fff;
    background-color: #921090;
}

.alert-success3 {
    border-color: #50074f;
    color: #fff;
}

.alert1 {
    padding: 23px;
    margin-bottom: 55px;
    margin-top: 25px;
    border: 2px solid #50074f;
    border-radius: 5px;
    padding-bottom: 25px;
}

.alert2 {
    padding: 23px;
    margin-bottom: 25px;
    margin-top: 100px;
    border: 2px solid #50074f;
    border-radius: 5px;
    padding-bottom: 0px;
}

input[type=radio], input[type=checkbox] {
    margin: 10px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

.btn-default1 {
    color: #fff;
    background-color: #921090;
}

.btn-default3 {
    color: #fff;
    background: url('../images/butoane-vezi-profil_03.png') no-repeat;
}


.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #921090;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    color: #921090;
}

.row-down {
    position: relative;
    display: block;
    padding: 0px 50px;
}

input[type=radio1], input[type=checkbox1] {
    margin: 5px 5px 0;
    margin-top: 1px \9;
    line-height: normal;
}

.form-control1 {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 4px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #921090;
    background-image: none;
    border: 1px solid #921090;
    border-radius: 4px 0px 0px 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.caret1 {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    /* color: #921090; */
}

.input-group1 {
    position: relative;
    display: table;
    border-collapse: separate;
    border: 1px solid #921090;
    border-radius: 5px;
}

.input-group .form-control2 {
    position: relative;
    z-index: 2;
    float: left;
    width: 80%;
    margin-bottom: 0;
}

.form-control2 {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 4px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px 0px 0px 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.btn2 {
    display: inline-block;
    margin-top: -105px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 4px 4px 0px 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.progress {
    overflow: none;
    height: 13px;
    margin-top: -10x;
    background-color: #50074f;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    display: flex;
    width: 86%;
    position: absolute;
    overflow: visible;
    margin-left: 4px;
    border: 1px solid #848482;
}

.link-pop {
    margin-top: 18px;
    margin-bottom: 10px;
}

.pop {
    width: 100%
}

.progress-bar_ {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #921090;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}

.btn-default2 {
    color: #fff;
    background-color: #50074f;
    border-color: #50074f;
}

.btn3 {
    display: inline-block;
    margin-top: -105px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 4px 4px 0px 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 60px;
}

.btn-default3 {
    color: #fff;
    background-color: #921090;
    border-color: #921090;
}

.btn-default5 {
    color: #fff;
    background-color: #27539F;
    border-color: #27539F;
    background: url('../images/buton-albastru.png') no-repeat !important;
}

.btn4 {
    display: inline-block;
    margin-top: -109px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.42857143;
    border-radius: 4px 4px 0px 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

.btn-default4 {
    color: #fff;
    background-color: #921090;
    border-color: #921090;
}

.list-group1 {
    margin-bottom: 20px;
    padding-left: 0;
    text-align: left;
    font-size: 12px;
}

.radio1, .checkbox1 {
    display: block;
    min-height: 20px;
    margin: -10px 0px -10px 0px;

}

.container-c {
    width: 210px;
    height: 140px;
    position: relative;
    margin: 0 auto 40px;
    border: 1px solid #CCC;
    -webkit-perspective: 1100px;
    -moz-perspective: 1100px;
    -o-perspective: 1100px;
    perspective: 1100px;
}

#carousel-c {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.ready #carousel-c {
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    -o-transition: -o-transform 1s;
    transition: transform 1s;
}

#carousel-c.panels-backface-invisible figure {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

#carousel-c figure {
    display: block;
    position: absolute;
    width: 186px;
    height: 116px;
    left: 10px;
    top: 10px;
    border: 2px solid black;
    line-height: 116px;
    font-size: 80px;
    font-weight: bold;
    color: white;
    text-align: center;
}

.ready #carousel-c figure {
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    -moz-transition: opacity 1s, -moz-transform 1s;
    -o-transition: opacity 1s, -o-transform 1s;
    transition: opacity 1s, transform 1s;
}

.nav1 {
    max-height: 750px;
    overflow-y: scroll;
    padding: 5px;
}

.alert4 {
    padding: 0px;
    margin-bottom: 55px;
    margin-top: 65px;
    border: 2px solid #50074f;
    border-radius: 5px;
    padding-bottom: 0px;
    max-width: 370px;
}

.btn5 {
    display: inline-block;
    margin-top: -60px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 4px 4px 0px 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 20px;
}

.alert5 {
    padding: 10px;
    margin-bottom: 55px;
    margin-top: 65px;
    border-radius: 5px;
    padding-bottom: 0px;
    max-width: 384px;
}

.btn6 {
    display: inline-block;
    margin-top: -60px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 4px 4px 0px 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 20px;
}

.btn7 {
    display: inline-block;
    margin-top: -79px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 4px 4px 0px 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 20px;
}

.btn8 {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.42857143;
    border-radius: 4px 4px 4px 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.act {
    padding: 5px;
}
.emoji-menu {
    padding:5px;
}
.action-party-style{
    min-width: 129px;left: 50%; right: auto; text-align: center; transform: translate(-50%, 0);background-color:#BD13BB;border-radius:2px}

.ask-party {
    color: #FFF;background-color: #5094D9;border-color: #5094D9;
}

.row2 {
    margin-left: 0px;
    margin-right: 0px;
}

.bubble1 {
    position: relative;
    width: auto;
    height: auto;
    padding: 0px;
    background: #fad4f9;
    border: solid 3px #b50fcb !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.bubble1-msg {
    position: relative;
    width: auto;
    height: auto;
    padding: 1px;
    background: #fad4f9;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 5px;
}

.bubble1:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    border-color: transparent #fad4f9;
    display: block;
    width: 0;
    z-index: 1;
    left: -15px;
    top: 20px;
}

.bubble1-msg:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    border-color: transparent #fad4f9;
    display: block;
    width: 0;
    z-index: 1;
    left: -8px;
    top: 1px;
}

.bubble1-msg-jos:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 0px 15px 15px;
    border-color: transparent #fad4f9;
    display: block;
    width: 0;
    z-index: 1;
    right: -9px;
    top: 7px;
}

.bubble2 {
    position: relative;
    width: auto;
    height: auto;
    padding: 0px;
    color:#fff !important;
    background: #921090;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.bubble2:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent #fad4f9;
    display: block;
    width: 0;
    z-index: 1;
    right: -15px;
    top: 20px;
}

.progress1 {
    overflow: none;
    height: 10px;
    margin-top: -10x;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    display: flex;
    width: 72%;
    position: absolute;
    overflow: visible;
    margin-left: 5px;
}

.progress2 {
    overflow: none;
    height: 10px;
    margin-top: -10x;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    display: flex;
    width: 38%;
    position: absolute;
    overflow: visible;
    margin-left: 30px;
}

/* Tiny Scrollbar */
#scrollbar1 {
    width: 520px;
    margin: 0px 0 10px;
}

#scrollbar1 .viewport {
    width: 350px;
    height: 300px;
    overflow: hidden;
    position: relative;
}

#scrollbar1 .overview {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
}

#scrollbar1 .scrollbar {
    background-color: #50074f;
    position: absolute;
    background-position: 0 0;
    float: right;
    width: 5px;
    border-radius: 5px;
    margin-left: 275px;
}

#scrollbar1 .track {
    background: transparent url(../images/bg-scrollbar-trackend-y.png) no-repeat 0 100%;
    height: 100%;
    width: 13px;
    position: relative;
    padding: 0 1px;
}

#scrollbar1 .thumb {
    background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 100%;
    height: 20px;
    width: 25px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -9px;
}

#scrollbar1 .thumb .end {
    background: transparent url(../images/buton-bara-scroll-activitate.png) no-repeat 50% 0;
    overflow: hidden;
    height: 25px;
    width: 25px;
}

#scrollbar1 .disable {
    display: none;
}

.noSelect {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.btn-msg {
    display: inline-block;
    margin-top: -79px;
    font-weight: 400;
    text-align: left;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 4px 4px 0px 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: -10px;
    width: 300px;
}

.alert-success-msg {
    border-color: #921090;
    color: #000;
    background-color: #fff;
}

.alert-msg {
    border-radius: 0;
    margin-bottom: 55px;
    margin-top: 65px;
    max-width: 300px;
    padding: 10px;
}

.alert-mesaje {
    border-radius: 0;
    margin-bottom: 55px;
    margin-top: 0px;
    max-width: 930px;
    padding: 10px;
}

#scrollbar1 .viewport-mesaje {
    width: 350px;
    height: 686px;
    overflow: hidden;
    position: relative;
}

.sample-pagina6 {
    /* float: left; */
    padding: 10px;
    margin-left: -4px;
    text-align: center;
    height: 600px;
}

#container-sign-pagina6 {
    min-height: 20px;
    padding: 10px;
    margin-bottom: 10px;
    /*background-image: -ms-linear-gradient(left, rgb(27, 117, 187) 0%, rgb(255, 255, 255) 5%, rgb(27, 117, 187) 10%, rgb(255, 255, 255) 15%, rgb(27, 117, 187) 20%, rgb(255, 255, 255) 25%, rgb(27, 117, 187) 30%, rgb(255, 255, 255) 35%, rgb(27, 117, 187) 40%, rgb(255, 255, 255) 45%, rgb(27, 117, 187) 50%, rgb(255, 255, 255) 55%, rgb(27, 117, 187) 60%, rgb(255, 255, 255) 65%, rgb(27, 117, 187) 70%, rgb(255, 255, 255) 75%, rgb(27, 117, 187) 80%, rgb(255, 255, 255) 85%, rgb(27, 117, 187) 90%, rgb(255, 255, 255) 95%, rgb(27, 117, 187) 100% );8/
    margin-left: -10px;
    /* width: 325px; */
    overflow: hidden;
}

#container-sign1-pagina6 {
    min-height: 20px;
    padding-left: 70px;
    margin-bottom: 10px;
    /*background-image: -ms-linear-gradient(left, rgb(27, 117, 187) 0%, rgb(255, 255, 255) 5%, rgb(27, 117, 187) 10%, rgb(255, 255, 255) 15%, rgb(27, 117, 187) 20%, rgb(255, 255, 255) 25%, rgb(27, 117, 187) 30%, rgb(255, 255, 255) 35%, rgb(27, 117, 187) 40%, rgb(255, 255, 255) 45%, rgb(27, 117, 187) 50%, rgb(255, 255, 255) 55%, rgb(27, 117, 187) 60%, rgb(255, 255, 255) 65%, rgb(27, 117, 187) 70%, rgb(255, 255, 255) 75%, rgb(27, 117, 187) 80%, rgb(255, 255, 255) 85%, rgb(27, 117, 187) 90%, rgb(255, 255, 255) 95%, rgb(27, 117, 187) 100% );*/
    margin-left: -80px;
    width: 325px;
    overflow: hidden;
}

.sample2-pagina6 {
    float: left;
    padding: 10px;
    margin-right: 20px;
    text-align: left;
    height: 600px;
}

.btn2-pagina6 {
    display: inline-block;
    margin: -60px -15px 25px 20px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 4px 4px 0px 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.alert1-pagina6 {
    padding: 23px;
    margin-bottom: 55px;
    margin-top: 55px;
    border: 2px solid #921090;
    border-radius: 5px;
    padding-bottom: 85px;
}

.btn2-pagina6-tab {
    display: inline-block;
    margin-top: -97px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 26px;
    font-size: 12px;
    line-height: 1.42857143;
    border-radius: 0px 0px 4px 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: -73px -20px 25px 20px;
}

.btn2-pagina6-tab a:hover {
    color: #fff;
}

.btn2-pagina6-desc {
    display: inline-block;
    margin: -60px 400px 22px 200px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 4px 4px 0px 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.alpha1-pagina6 {
    background-color: #018abe;
    border: 1px solid #018abe;
    border-radius: 15px;
}

.alpha2-pagina6 {
    background-color: #bc006e;
    border: 1px solid #bc006e;
    border-radius: 15px;
}

.alert3-pagina6 {
    padding: 23px;
    margin-bottom: 53px;
    margin-top: 55px;
    border: 2px solid #50074f;
    border-radius: 5px;
    padding-bottom: 85px;
}

.btn-default-blocheaza {
    color: #fff;
    background: url('../images/b-si-r_03.png') no-repeat;
}

.btn-default-raporteaza {
    color: #fff;
    background: url('../images/b-si-r_06.png') no-repeat;
}

.progress1-pagina5 {
    overflow: none;
    height: 10px;
    margin-top: -10x;
    background-color: #50074f;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    display: flex;
    width: 68%;
    position: absolute;
    overflow: visible;
    margin-left: 5px;
    border: 1px solid #848482;
}

.progress-pagina6-compat {
    overflow: none;
    height: 13px;
    margin-top: -10x;
    background-color: #50074f;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    display: flex;
    width: 100%;
    position: absolute;
    overflow: visible;
    margin-left: 4px;
    border: 1px solid #B6B6B4;
}

.comp {
    width: 111%
}

.nav > li > a {
    padding: 15px 12px;
}

.online-style-harta {
    margin-top: -303px;
    margin-left: 112px;
}

.progress2-pagina5 {
    overflow: none;
    height: 10px;
    margin-top: -10x;
    background-color: #50074f;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    display: flex;
    width: 36%;
    position: absolute;
    overflow: visible;
    margin-left: 30px;
    border: 1px solid #848482;
}

.poza-petrecere {

    right: 45px;
}


.party-content-new {
    padding: 10px;
}
.poza-petrecere-style {

    overflow: overlay;
    border-radius: 3px;
    border: 2px solid #921090;
}

.glyphicon-lg {
    font-size: 3em
}

.blockquote-box {
    margin-right: -5px;
    border-bottom: 1px solid #ddd;
}

.blockquote-box .square {
    width: 100px;
    min-height: 50px;
    margin-right: 22px;
    text-align: center !important;
    background-color: #E6E6E6;
    padding: 20px 0
}

.blockquote-box.blockquote-primary {
}

.blockquote-box.blockquote-primary .square {
}

.blockquote-box.blockquote-success {
}

.blockquote-box.blockquote-success .square {
}

.blockquote-box.blockquote-info {
}

.blockquote-box.blockquote-info .square {
}

.blockquote-box.blockquote-warning {
}

.blockquote-box.blockquote-warning .square {
}

.blockquote-box.blockquote-danger {
}

.blockquote-box.blockquote-danger .square {
}

.row-mesaje {
    margin-left: 0px;
}

.bubble1-mesaj-el {
    position: relative;
    width: auto;
    height: auto;
    padding: 1px;
    background: #66CCFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 5px;
}

.bubble1-mesaj-el:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 11px 11px 11px 0;
    border-color: transparent #66CCFF;
    display: block;
    width: 0;
    z-index: 1;
    left: -8px;
    top: 7px;
}

.p-mesaje {
    padding: 5px;
}

.p-mesaje-in {
    padding: 5px;
    font-weight: bold;
    color: #921090;
}

.close-mesaj {
    color: #fff;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    opacity: 1;
    margin-right: -47px;
    margin-top: -35px;
}

.h6-data-mesaje {
    margin-right: 10px;
}

.row-poze-landing {

    margin-left: -15px;
    margin-right: 4px;
}

.you {
    width: auto;
    background-color: #6CF;
    padding-bottom: 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 4px;
    margin-right: 27px;
}

h5.h5-msg > a {
    color: red;
}

.conversation-style {
    padding-left: 0px;
    padding-right: 0px;
    height: auto;
    overflow-x: hidden !important;
    border-radius: 5px
}

.animation_image {
    display: none;
    position: absolute;
    top: 38%;
    left: 36%;
}

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

#hide_premium {
    min-height: 80px;
    border-radius: 2px;
    margin-top: 5px
}

.nav1 {
    overflow: hidden;
    border-radius: 3px
}

.no-padding-left-right {
    padding-left: 0px;
    padding-right: 0px;
}

#m-menu {
    position: absolute;
    top: -35px;
    z-index: 9999999;
}

#stickers-drop {
    margin-top: -355px !important;
    height: 435px;
    width: 580px;
    border: 1px solid black;
    border-radius: 4px;
    overflow-x: hidden;
    overflow-y: auto;
}

#emoticons-drop {
    border: 1px solid black;;
    border-radius: 4px
}

.input-group-mesaj > .form-control, .input-group-lg-mesaj > .input-group-addon, .input-group-lg-mesaj > .input-group-btn > .btn {
    height: 98px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.nav-mesaje {
    max-height: 750px;
    overflow-y: scroll;
    padding: 10px;
}

.h6-mesaje {
    color: #000;
    margin-top: -40px;
    margin-right: 25px;
}

#scrollbar1 .view {
    width: 520px;
    height: 686px;
    overflow: hidden;
    position: relative;
}

.btn-default-emo {
    color: #333;
    background-color: #fff;
}

.butoane-mesaj {
    padding-top: 10px;
}

.bubble1-mesaje {
    margin-top: -40px;
    margin-left: 60px;
    margin-right: 10px;
}

.blockquote-box .square-mesaj {
    width: 100px;
    min-height: 50px;
    margin-right: 22px;
    text-align: center !important;

    padding: 0;
}

.blockquote-box-mesaj {
    margin-bottom: 5px;
    margin-left: 25px;
}

.grey {
    background: grey;
    margin-bottom: 0px;
}


.stickers-box-new {
    color: black;
    height: 100%;
    border: 1px solid #921090;
    border-radius: 3px;
    overflow-y:scroll;
    overflow-x:hidden;
    box-shadow:1px 1px 10px #000000;
}
.stickers-box-new li a {
    color:black !important;
}
.stickers-box-new .active  a {
    color: #fff !important;
    background-color: #50074f !important;
    border-color: #50074f !important;
}

.stickers-box-main {
    width: 265px;
    height: 270px;
    bottom:66px;
    position: absolute;
    z-index: 999;
    background: white;
    display:none;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #921090;
    margin-left: 21px;
}
.click-sticker {
    height:70px;
    width:70px;
    margin:5px;
}

.sticker-category {
    border: 0px solid transparent !important;border-radius: 0 0 0 0 !important;line-height: 0 !important;
}

.click-sticker img {
    max-width:70px;max-height:70px
}

.active .sticker-category {
    color: #fff !important;
    background-color: #50074f !important;
    border-color: #50074f !important;
}
.nav-tabs li a {
    color:black;
    font-style: italic !important;
}

.click-sticker:hover {
    background-color: #eaeaea;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #6CF;
    float: right;
    position: relative;
    z-index: 5;
    right: -20px;
    margin-top: -20px;
}

header {
    display: table;
    width: 100%;
    max-width: 100%;
}

header div {
    display: table-row;
    line-height: 1.5em;
    font-size: 2em;
    white-space: nowrap;
}

header h1 {
    font-size: inherit; /* Change font-size in header */
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    width: 1px;
    table-layout: fixed;
}

header span.spacer {
    display: table-cell;
}

header h1 {
    padding: 0 10px;
}

header span.spacer:after {
    display: inline-block;
    width: 247px;
    content: ".";
    font-size: 0;
    color: transparent;
    height: 1px;
    background: #000;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

header > a {
    font-size: .4em;
    vertical-align: middle;
    background: #25a2a4;
    color: #fff;
    text-transform: uppercase;
    font-family: monospace;
    border-radius: .5em;
    padding: .3em .5em;
    text-decoration: none;
}

.lineContainer {
    margin: 1em 0;
    color: gray;
}

.lineContainer .line {
    display: inline-block;
    background: rgb(221, 221, 221);
    height: 1px;
    width: 210px;
    vertical-align: middle;
}

.lineContainer .text {
    vertical-align: middle;
    display: inline-block;
    padding: 0 .5em;
    font-size: 10px;
}

.dropdown-menu-emo {
    margin-left: 10px;
    margin-top: -130px;
}

/*************** SCROLLBAR BASE CSS ***************/

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scrollbar-outer {
    height: 295px;
    overflow: auto;
}

/*************** SIMPLE OUTER SCROLLBAR ***************/

.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-outer > .scroll-element {
    background-color: #ffffff;
}


#loading-old-messages {
    position: absolute;
    background-color: #921090;
    width: 97%;
    border: 1px solid #101010;
    z-index: 9;
    border-radius: 2px;
    color: white;
}


.scrollbar-outer > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
    bottom: 0;
    height: 8px;
    left: 0;
    width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
    height: 100%;
    right: 0;
    top: 0;
    width: 8px;
}

.scrollbar-outer > .scroll-element .scroll-element_track {
    background-color: #eeeeee;
}

.scrollbar-outer > .scroll-element .scroll-bar {
    background-color: #d9d9d9;
}

.scrollbar-outer > .scroll-element .scroll-bar:hover {
    background-color: #c2c2c2;
}

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
}

/* scrollbar height/width & offset from container borders */

.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
    left: -8px;
    margin-left: 8px;
}

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
    top: -8px;
    margin-top: 8px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
    min-width: 10px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
    min-height: 10px;
}

/* update scrollbar offset if both scrolls are visible */

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -10px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -10px;
}


.noul-abonament {
    background-color:#B11CD1;
}