.mt-10{margin-top:-10px!important;}
.position-relative{position:relative!important}

.grupuriPopulare { margin-top: 6px;}
.grupuriPopulare li {
    line-height: 20px;
    margin: 0;
    padding: 0;
    position: relative;
}
.grupuriPopulare a {    display: block;    text-decoration: none; /* font-size: 16px;  */margin-bottom: 10px; width: 50%; float: left;}
.grupuriPopulare a:hover {    text-decoration: underline;}
.grupuriPopulare a span {font-size: 14px; color: #474747;}

.boxStyle1 {
    border: 1px solid #cecece;
    padding: 10px;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 3px;

    -webkit-box-shadow: 0 5px 6px -6px rgba(7,7,8,0.3);
    -moz-box-shadow: 0 5px 6px -6px rgba(7,7,8,0.3);
    box-shadow: 0 5px 6px -6px rgba(7,7,8,0.3);
}

.com-box {
    padding: 0;
    padding-bottom: 10px;
    -moz-border-radius: 5px;
    border-radius: 3px;
}

.com-box-title {
    margin-top: 0;
    padding: 10px 0px;
    position: relative;
    margin-bottom: 0;
}

.com-box-content {
    background-color: #fefefe;
    padding: 10px 15px;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
}
.com-box-content > div > p {
    margin: 0;
}


/*========================
====  Cauta intrebare ====
=========================*/


.searchQuestion {
    margin: 0 0 25px;
}
.row.side_box.searchQuestion {
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: -10px;
    max-width: initial;
    width: 320px;
}


.searchQuestion h3 {    margin-bottom: 5px;    margin-top: 0;}
.searchQuestion p {    margin-bottom: 5px;}

.searchContainer {
    padding: 15px 15px 15px;
    background: #f3f3f3;
}

.searchContainer h2 {margin-bottom: 10px;}
.searchContainer  a.input-button.search-button,span.input-button.search-button,
.searchTagContainer a.input-button.search-button{
    background-color: #1085B4;
    background-size: 18px;
    margin: 0 0 0 -4px;
    height: 44px;
    float: right;
    border-radius: 0 4px 4px 0;
    width: 15%;
    border:0;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    transition: all 0.2s ease-out;
    color: #fff;
    padding: 10px;
    font-size: 24px;
    box-sizing: border-box;
    text-align: center;
}
.searchContainer  a.input-button.search-button:hover,
.searchTagContainer a.input-button.search-button:hover{
    cursor: pointer;
    background-color: #299cd7 ;
}

.searchContainer .text-input,
.searchTagContainer .text-input{
    height: 44px;
    width: 85% !important;
    box-sizing: border-box;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

p.paging-list-index a {
    display: block;
    float: left;
    width: 34px;
    height: 34px;
    margin: 4px;
    background: #FFF;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 0.875em;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #cecece;
    text-decoration: none;
}

.grupuriAz {
    background-color: rgba(245, 245, 245, 0.35);
    border: 1px solid #cecece;
    padding: 19px 10px;
    margin: 20px 0;
    border-radius: 3px;
}
.grupuriAz h2 {
    margin-top: 0;
}


/* Intrebari */

div.listQuestions {
    margin-top: 20px;
    margin-bottom: 25px;
    /*padding-bottom: 25px;*/
/*    border-bottom: 1px solid #eee;*/
}
div.listQuestions .question {
   margin-bottom: 20px;
    display: inline-block;
    padding-bottom: 20px;
    /*border-bottom: 1px solid #F3F3F3;*/
    position: relative;
     -webkit-box-shadow: 0 5px 6px -6px rgba(7,7,8,0.3);
    -moz-box-shadow: 0 5px 6px -6px rgba(7,7,8,0.3);
    box-shadow: 0 5px 6px -6px rgba(7,7,8,0.3);
    width: 100%;
}
div.listQuestions .question:last-child {
    border-bottom: 0;
    margin-bottom: 25px;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
div.listQuestions .question p {
    margin-bottom: 10px;
}
.question h3 {
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: normal;
    float: left;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;    
}
.question h3 a {color: #474747; font-size: 22px;}
.question span {
    font-size: 14px;
    color: #999;
}
 a.qCategTag {
    border: 1px solid #cecece;
    border-radius: 3px;
    padding: 0 5px;
    margin: 0 2px;
    font-size: 12px !important;
    display: inline-block;
}
 a.qCategTag:hover {
    text-decoration: none;
    background-color: #F5F9FA;
    cursor: pointer;
 }

span.qDate {

}
a.qAnswer {
    background-color: #cecece;
    background: #fff;
    border: 1px solid #ff9000;
    color: #474747;
    padding: 1px 5px;
    border-radius: 3px;
    line-height: 1;
    float: left;
    margin: 2px 5px;
}
a.qAnswer:hover {text-decoration: none; }


a.qAnswer.zeroAnswers {
    background-color: #EFEFEF;
    color: #474747;
    border:1px solid transparent;
}

a.qAnswerMedic, span.qAnswerMedic {
    background-color: #CB2027;
    color: #fff !important;
    font-weight: bold;
    padding: 1px 3px;
    border-radius: 3px;
    line-height: 1;
    top: 0;
    float: left;
    margin: 2px 5px;
    border: 1px solid transparent;
    position: relative;
}
a.qAnswerMedic:hover,sapn.qAnswerMedic:hover {background-color: #731216 ; text-decoration: none;}
a.qAnswerMedic span,span.qAnswerMedic span {
    margin: 0 !important;
    pointer-events: none;
    opacity: 0;
    position: absolute;
    top: -28px;
    left: 50%;
    background-color: #B2191E;
    color: #fff !important;
    width: 170px;
    padding: 3px;
    text-align: center;
    transform: translate(-50%, -10px);
    -webkit-transform: translate(-50%, -10px);
    -moz-transform: translate(-50%, -10px);
    -ms-transform: translate(-50%, -10px);
    border-radius: 3px;
    font-size: 12px !important;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
}
a.qAnswerMedic span:after,span.qAnswerMedic span:after {
    content: "";
    border-top: 5px solid #B2191E;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    left: calc(50% - 5px);
    bottom: -10px;
}

a.qAnswerMedic:hover span,span.qAnswerMedic:hover span {
    display: inline-block;
    opacity: 1;
    transform: translate(-50%, 0px);
    -webkit-transform: translate(-50%, 0px);
    -moz-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
}
.qAnswerInfo  a.qAnswerMedic span,.qAnswerInfo  span.qAnswerMedic span {
    top: -40px;
}

/*Atentie*/

[class*="-msg"] {
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
    margin: 10px  auto 20px;
}
[class*="-msg"] p {
    margin: 0;
}

.warning-msg {
    padding: 10px;
    margin: 30px 0 10px;
    border: 1px solid #eee;
    border-radius: 5px;
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.warning-msg p {
        color: #8a6d3b;
        font-size:12px;
    margin: 0;
}


.info-msg {
    background-color: #F2F6FF;
}

.success-msg {
    color: #3c763d !important;
    background-color: #dff0d8 !important;
    border-color: #d6e9c6 !important;
    display: block !important;
    float: none !important;
    font-size: 14px !important;
}
.error-msg {
    color: #d06e6e !important;
    background-color: #f0d8d8 !important;
    border-color: #e9c6c6 !important;
    display: block !important;
    float: none !important;
    font-size: 14px !important;
}


/* DETALIU INTERBARE */
.questionFull {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 2px solid #eee;
    position: relative;
}
#questionHeader h1 {
    margin-bottom: 10px;
}
#questionHeader span {
    font-size: 14px;
    color: #999;
    float: left;
}
div#questionContent {
    margin: 0 0 20px;
}
div#questionContent p.questionReported {
    font-style: italic;
}

.optLink {
    margin: 0 10px;
    color: #676767;
    text-decoration: none;

}
.optLink:hover {
    color: #474747;
    text-decoration: none;
}

.reportOptions {
    display: none;
}

.reportOptions p,
.reportOptions .inner a {
    font-size: 12px !important;
}
.reportOptions .inner span {font-size: 12px !important;color: #1085B4;outline: none;text-decoration: none;}
.reportStatus {
    color: #B2191E !important;
    pointer-events: none;
}


/*
RASPUNSURI
 */

div#questionAnswers {
    margin-bottom: 25px;
}
.qAnswer {
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.qAnswerReply {
    margin-left: 90px;
    margin-bottom: 20px;
}
.qAnswer {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #eee;
    margin-bottom: 15px;
}
.qAnswer:first-child {
    border-top: 0;
}

.qAnswerContain {
    /*padding: 10px 0;*/
    position: relative;
}
.qAnswerAvatar {margin-right: 20px;}
.qAnswerAvatar .avatarHolder {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    /*background-color: #CCCCCC;*/
    text-align: center;
    position: relative;
    overflow: hidden;
}
.qAnswerAvatar .avatarHolder img {
    height: 100%;
    width: 100%;
    object-fit:cover;
    -webkit-object-fit:cover;
    -moz-object-fit:cover;

}
.qAnswerReply .qAnswerAvatar .avatarHolder {
    width: 35px;
    height: 35px;
}


.qAnswerContent .qAnswerInfo a {
    font-size: 14px;
    /*margin-left: 10px;*/
    display: block;
    font-weight: bold;
    float: left;
    color: #474747;
}

.qAnswerContent .qAnswerInfo span {
    margin-left: 10px;
    display: block;    
    color: #999;
    font-size: 12px;
}
.qAnswerInfoTime {
    margin-left: 10px;
    display: block;
    float: right;
    color: #999;
    font-size: 12px;
}

/*
* RAPSUNS DAT DE MEDIC
*/



.medicalAnswer .qAnswerInfo a {color: #DD1D28;}
.qAnswerContent .qAnswerInfo span.medicalAnserTag {
    display: inline-block;
    background-color: #DD1D28;
    color: #fff !important;
    font-weight: bold;
    padding: 1px 11px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 10px !important;
    letter-spacing: 1;
}

.qAnswerContent {
    float: left;
    width: calc(100% - 70px);
}

.qAnswerContent p {
    font-size: 14px;
    margin: 5px 0 10px;
    overflow: hidden;
}
.qAnswerContent .info-msg {
    margin: 10px auto;
    font-size: 12px;
}

.voteContainer {
    font-size: 12px;
}
.replyAction {
    color: #7a7a7a;
}
.replyAction a.answerAction, .replyAction span.answerAction {
    color: #2576a6;
    margin: 0 10px;
    text-decoration: none;
    font-size: 12px;
	float:left;
}
.replyAction a:hover {
    color: #474747;
}
.replyAction a i {margin-right: 5px;}

.tooltip {position: relative;}
.tooltip span {
    margin: 0 !important;
    pointer-events: none;
    opacity: 0;
    position: absolute;
    bottom: 30px;
    left: 50%;
    background-color: #474747;
    color: #fff !important;
    width: 200px;
    padding: 3px;
    text-align: center;
    border-radius: 3px;
    font-size: 12px !important;
    line-height: 1.2;

    font-family: arial;


    transform: translate(-50%, -10px);
    -webkit-transform: translate(-50%, -10px);
    -moz-transform: translate(-50%, -10px);
    -ms-transform: translate(-50%, -10px);

    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    }


.tooltip  span:after {
    content: "";
    border-top: 5px solid #474747;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    left: calc(50% - 5px);
    bottom: -10px;
}


.tooltip:hover span {
    opacity: 1;
    bottom: 15px;
    }




/* Replica la raspuns */
.qAnswerReplies {
    width: 92%;
    float: right;
    color: #999;
}
.qAnswerReplies .qAnswerContain {
    /*margin-left: 8.33%;*/
    position: relative;
}


/*
* Adauga un raspuns
* */

.comment_form_div {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
}
.comment_form_div h3 {
    margin-bottom: 5px;
}





/**
 * Checkbox Five
 */
.checkboxFive {
       width: 25px;
    margin: 0 20px 10px 0;
    position: relative;
    float: left;
}

/**
 * Create the box for the checkbox
 */
.checkboxFive label {
    cursor: pointer;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    left: 0;
    background: #eee;
    border:1px solid #ddd;
}
/**
 * Display the tick inside the checkbox
 */
.checkboxFive label:after {
    opacity: 0.2;
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 6px;
    left: 7px;
    border: 3px solid #333;
    border-top: none;
    border-right: none;

    transform: rotate(-45deg);
}
/**
 * Create the hover event of the tick
 */
.checkboxFive label:hover::after {
    opacity: 0.5;
}

/**
 * Create the checkbox state for the tick
 */
.checkboxFive input[type=checkbox]:checked + label:after {
    opacity: 1;
}



h3.secondaryTitle {
    font-size: 16px;
    color: #777;
    margin: 0 0 0.2em 0;
}



div#newsArticles {
    background: #f2f6ff;
    margin: 20px -10px;
    margin-left: -10px;
    margin-right: -10px;
    width: 320px;
    max-width: initial;
    padding: 10px;
    box-sizing: border-box;
}
div#newsArticles h3 {
    display: block;
    /*background: #3B5998;*/
    background-color: #1085B4;
    color: #fff;
    padding: 10px;
    margin: 0 0 20px;
    margin: -10px -10px 20px -10px;
        text-transform: uppercase;
}

div#newsArticles a {
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}



/* BOX DOCTORI */


.doctor,
.promoItem {
    width: 30%;
    float: left;
    margin: 0 1.5%;
    opacity: 0.8;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.doctor:hover,
.promoItem:hover {
    opacity: 1;
}




.doctor img,
.promoItem img {
    border-radius: 50%;
    width: 85px;
    height: 85px;
    object-fit: cover;
    border: 1px solid #cecece;
    margin-bottom: 10px;
}

.doctor span,
.promoItem span {
    display: block;
    text-align: center;
    line-height: 1.2;
    font-size: 12px;
    margin-bottom: 10px;
}




/*BOX LOGIN*/

#userBox h3 {
    text-align: center;
    float: left;
    width: 210px;
    font-size: 16px;
    font-weight: normal;
}
#userBox.notLogged h3 {
    width: 100%;
    margin: 10px 0 0;
}





.userAvatar {
    width: 80px;
    float: left;
    height: 80px;
    margin-right: 10px;
    text-align: center;
}

.userAvatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.membru:hover .userAvatar img {
    webkit-box-shadow: 0 5px 6px -6px rgba(7,7,8,0.3);
    -moz-box-shadow: 0 5px 6px -6px rgba(7,7,8,0.3);
    box-shadow: 0 5px 6px -6px rgba(7,7,8,0.3);
}


#userLinks a {
    display: block;
    font-size: 12px;
    padding: 6px 0;
    border-bottom: 1px solid #eee;
    color: #7a7a7a;
    text-decoration: none;
}
#userLinks a:last-child {
    border-bottom: 0;
}
#userLinks a:hover {
    color: #474747;
}
#userLinks a i {
    margin-right: 10px;
}
#userLinks a span {
    color: #BBBEC0;
}



.sectionInfo p {
    margin-bottom: 0;
}
.nav-tabs ul {border-bottom: 1px solid #d5d5d5; margin: 15px auto;}
.nav-tabs ul>li {
    float: left;
    margin: 0 4px -1px 0;
    text-align: center;
}
.nav-tabs .nav-item {
    padding: 8px;
    border: 1px solid transparent;
    display: block;
    border-radius: 4px 4px 0 0;
    margin-right: 2px;
    z-index: 150;
    /*font-size: 16px;*/
    /*font-weight: bold;*/
}
.nav-tabs .nav-item.selected {
    padding: 8px;
    border: 1px solid #d5d5d5;
    border-bottom-color: #fff;
    margin: 0;
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}
.nav-tabs .nav-item:hover {
    text-decoration: none;
    color: #3B5998;
}
.nav-tabs .nav-item span {
    font-weight: normal;
    color: #cecece;

}

div.optionLine {
    font-size: 0.875em;
    padding: 0 0 1.2em;
    margin: 0 0 1em;
    border-bottom: 1px solid #DDD;
    text-align: left;
}
.optionLine .input-group {
    display: inline;
    width: auto;
    margin: 0 10px 0 0;
}
.optionLine label {font-weight: normal;}
.optionLine select {
    max-width: 120px;
    margin: 0 5px 0 0;
    display: inline;
}
.optionLine label {
    color: #777;
    margin-right: 10px;
}
.optionLine + p {margin-bottom: 25px;}



/*
*** ADERA LA GRUP ***
*/

.aderaContent {
    display: none;
}

#aderaGrup .row {
    margin: 10px 0;
}
#aderaGrup .row input[type="checkbox"] {
    margin-right: 10px;
}
#aderaGrup .row label {
    font-weight:    normal;
}



/*
*** ADRESEAZA O INTREBARE ***
 */

div.addQuestion {
    /*margin-bottom: 50px;*/
    background-image: url('../images/comunitate/addQuestion.jpg');
    background-repeat: no-repeat;
    background-position: top right;
    background-color: #f9f9f9 ;
    height: 195px;
    padding: 10px;

}
.side_box.addQuestion {margin-bottom: 25px;}
.addQuestion h3 {
    margin: 20px 0 20px;
    width: 200px;
}

.addQuestion p {
    width: 180px;
}

.addQuestion.full {    padding: 20px 25px;}
.addQuestion.full h3 {    width: 100%}
.addQuestion.full p {width: 400px;}


.tagDisplayList a {
    display: block;
    float: left;
    margin: 0 10px 10px 0;
    padding: 5px 14px 5px 30px;
    color: #474747;
    font-size: .875em;
    font-weight: 400;
    background-image: url("../../images/comunitate/chk0.gif");
    background-repeat: no-repeat;
    background-position: 10px 50%;
    background-color: #e6e6e6;
    border-radius: 3px;
}
.tagDisplayList a:hover,
.tagDisplayList a.tagSelected:hover {
    text-decoration: none !important;
    background-color: #e0e0e0;
}
.tagDisplayList a.tagSelected {
    color: #181818;
    background-image: url("../../images/comunitate//chk1.gif");
    background-color: #e0e0e0;
}
.lead {
    color: #848484;
    margin-top: 0;
    margin-bottom: 1.6em;
}

.searchTagContainer .search-button {
        font-size:  16px !important;
}



#ajaxResults {
    display: block;
    width: 510px;
    position: relative;
    z-index: 999;
}
ul.groupSearchResult,
ul.groupSearchNoResult {
    position: absolute;
    background: #FFF;
    border: 1px solid #e9e9e9;
    border-top: 0;
    box-shadow: rgba(0,0,0,0.1) 0 7px 7px;
    box-sizing: border-box;
    padding: 10px;
    margin: 0;
    width: 100%
}

ul.groupSearchResult li,
ul.groupSearchNoResult li {
    padding: 5px 0;
    border-top: 0px;
    font-weight: bold;
}



ul.groupSearchResult li:hover {
    cursor: pointer;
    color: #1085B4;
}











/*Membri*/
.membru {
    margin-bottom: 25px;
    padding: 0 0 20px;
    /*border-bottom: 1px solid #eee;*/
    width: 100%;
    -webkit-box-shadow: 0 5px 6px -6px rgba(7,7,8,0.3);
    -moz-box-shadow: 0 5px 6px -6px rgba(7,7,8,0.3);
    box-shadow: 0 5px 6px -6px rgba(7,7,8,0.3);
}

.membru:last-child {
    border-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.membru .memberFrom {
    font-size: 14px;
    line-height: 1;
    color: #474747;
}
.membru h4 {
    margin-bottom: 0;
    margin-top: 0;
    font-weight: normal;
}
.membru h4 a {
    max-width: 60%;
    /*color: #474747;*/
}
.userInfo {
    float: left;
    max-width: 530px;
    max-width: calc(100% - 90px);
    width: 100%;
}

.userInfo .infoLabel {
    float: left;
    margin:-3px 5px 0;
    font-size: 12px;
    background-color: #EFEFEF;
    color: #474747;
    padding: 3px 5px;
    border-radius: 3px;
    border: 1px solid transparent;
}
.answerGroups {
    clear: both;
    margin-top: 5px;
}
.answerGroups a {color: #474747;}
.userInfo .userSignature {
    margin-bottom: 0;
}
.userSignature *,
.userSignature p,
.userSignature {
    text-align: left !important;
    font-size: 12px !important;
    color: #474747 !important;
}


/* CLNICI*/

.listareClinici .clinica {
    float: none;
    padding: 10px 0 20px;
    margin: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    display: inline-block;
    width: 100%;
    text-align: left;
}
.listareClinici .clinica:last-child {
    border-bottom: 0;
}

.listareClinici .clinica h3 {
    margin-bottom: 5px;
    margin-top: 0;
    font-weight: normal;
}
.clinicaAvatar {
    width: 200px;
    height: 100px;
    float: left;
    margin-right: 15px;
}
.clinicaAvatar img {
    width: 100%;
    object-fit: contain;
}


.clinicaInfo {
    float: left;
    width: 407px;
    width: calc(100% - 215px);
}

/*
** ADD A NEW QUESTION **
 */
form#askQuestion {}

#step2 {
/*    padding-top: 25px;
    border-top: 4px double #D5D5D5;*/
}

.existingAccount {
    display: none;
}



#promoBoxV2 .row {
    margin-bottom: 20px;
    clear: both;
    overflow: hidden;
}
#promoBoxV2 a {
    display: block;
    padding: 10px;
    text-align: center;
    border: 1px solid #cecece;
}
#promoBoxV2 a h3 {
    margin: 0;
    font-weight: normal;
}

/*
#promoBoxV2 .row {
    height: 70px;
    margin-bottom: 20px;
    clear: both;
    overflow: hidden;
}
*/


/*
#promoBox .row#allGroups {
    background-color: #118fc4;
    background: -moz-linear-gradient(top, #1084b2 0%, #118fc4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1084b2), color-stop(100%,#118fc4));
    background: -webkit-linear-gradient(top, #1084b2 0%,#118fc4 100%);
    background: -o-linear-gradient(top, #1084b2 0%,#118fc4 100%);
    background: -ms-linear-gradient(top, #1084b2 0%,#118fc4 100%);
    background: linear-gradient(to bottom, #1084b2 0%,#118fc4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1084b2', endColorstr='#118fc4',GradientType=0 );
}


#promoBox .row#allDoctors {

background: #b2191e; Old browsers
background: -moz-linear-gradient(top,  #b2191e 0%, #d11f34 100%); FF3.6-15
background: -webkit-linear-gradient(top,  #b2191e 0%,#d11f34 100%); Chrome10-25,Safari5.1-6
background: linear-gradient(to bottom,  #b2191e 0%,#d11f34 100%); W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2191e', endColorstr='#d11f34',GradientType=0 ); IE6-9


}
#promoBox .row#allClinics {
    background-color: #788693;
}

#promoBox .row a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none; */
}

.img_div {
    height: 70px;
    float: left;
    width: 33%;
    background-color: #B2191E ;
    margin: 0 3% 0 0;
    position: relative;
    transition: width 0.2s ease-out, filter 0.5s ease-in;
    -webkit-transition: width 0.2s ease-out;
    -moz-transition: width 0.2s ease-out;
    -o-transition: width 0.2s ease-out;

    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);

}

.img_div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#promoBox a:hover .img_div {
    width: 36%;
        -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
}

.txt_div {
    float: left;
    width: 60%;
    padding: 7px;
    box-sizing: border-box;
    height: 70px;
}

.txt_div h3 {
    color: #fff;
    font-weight: normal;
    margin: 10px 0;
    font-size: 18px;
    text-align: center;
    height: 100%;
    width: 100%;
}

#promoBox .row a:hover h3{
    text-decoration: none;
}

/* VOTING*/

.positive {
    color: #5BA444;
}
.negative {
    color: #B2191E;
}
.voteLoading {
    display: none;
    width: 150px;


}
.voteLoading .loader, .voteLoading .loader:after {
    width: 10px;
    height: 10px;
    margin: 0 auto;
}


/*
* CARLIG MEDICI & Clinici
 */


/*Carlig medici intre raspunsuri*/

.answerHook {

}


.carligGrup {
    padding: 10px 110px 10px 10px;
    background-color: #f2f6ff;
    background-size: 100px;
    background-position: 95% center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}
.carligGrup h3 {
    margin-bottom: 5px;
}

#carligMedici {
    background-image: url('../images/comunitate/medicSfm.png');
}

#carligClinici {
    background-image: url('../images/comunitate/cliniciSfm.png');
}
.qAnswerInfo strong {
    color: #474747;
}




/*
OVERLAYER CLINCI
*/

#overlayerCarligClinici {
    background-color: #fff;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
}

.displayFlex {
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
}
#cliniciCta {
    width: 250px;
    float: left;
    background-color: #252b37;
    color:#fff;
    padding: 25px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
        display: flex;
    justify-content: center;
    align-items: center;
}

#cliniciCta h2 {
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.3;
    margin: 0;
}
#cliniciCta h2 span {
        font-weight: bold;
    font-size: 35px;
    clear: both;
    display: block;
    color:#5ba444;
}
#cliniciForm {
    width: 500px;
    float: left;
    text-align: center;
    padding: 30px 20px;
}

#cliniciForm h3 {
    margin: 0 0 10px 0;
}
#cliniciForm div.input-row {
    margin-bottom: 10px;
}
#cliniciForm input{
    width: 80%;
    margin-bottom: 0;
}
#cliniciForm label.error {
    display: block;
    font-weight: normal;
    clear: both;
}
#cliniciForm span {
    font-size: 14px;
    color: #cecece;
}

.loadingStatus {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.loadingStatus.hidden {
    display: none;
}
.responseHolder {
    padding: 50px 0;
    display: none;
    height: 100%;
    text-align: center;
}



/*
* PAGINA MEDICI *
 */


#userAbout {
    margin: 25px 10px 20px 10px;
}
#userInfoContact {
    padding: 10px 15px 30px 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.infoRow {
    display: block;
    text-align: left;
    font-size: 14px;
    padding: 5px 10px;
    color: #7e7e7e;
}

.infoRow:after{
    content: '';
    display: table;
    clear: both;
}

.infoRow i {
    font-size: 18px;
    width: 25px;
    text-align: center;
    top: 0;
    line-height: 1;
    position: relative;
    float: left;
}

.infoRow span {
    width: 210px;
    float: right;
    font-weight: bold;
    font-size: 12px;
}

.userNavigation {
    width: 100%;
    display: flex;
    background: #f3f3f3;
    padding: 10px 0;
    margin-top: 10px;
}
.userNavigation > a {
    display: block;
    flex: 1;
    text-align: center;
    border-right: 1px solid #cecece;
    font-weight: bold;
    padding: 5px 0;
    color:#7e7e7e;
}

.userNavigation > a:last-child {
    border-right: 0;
}

.userNavigation > a:hover,
.userNavigation > a.active {
    text-decoration: none;
    color: #1085b4;
}

/*taburi*/
.tab {
    width: 100%;
    display: none;
}

.tab.active {
    display: block;
}


.listareGrupuri a {
    display: block;
    width:  100%;
    margin-bottom:  5px;
}



/* RASPUNSURI DATE */

ul.lista-informatii {
    margin: 0;
}







/*
* TOATE GRUPURILE
*/

.groupLetter {
    margin-bottom: 25px;
}
.groupLetterAnchor {
    background-color: #1085b4;
    padding: 10px;
    font-size: 18px;
    line-height: 1;
    color: #fff;
}



.sectionTitle {
    padding: 15px 0 15px 15px;
    background-color: #f6f7f9;
    margin-bottom: 20px;
    border: 1px solid #cecece;
    width: auto;
}
.sectionTitle h2 {
    margin: 0;
}

.stripped td {padding: 0;}

.interBorders {
  /*border:1px solid #cecece;*/
  border-radius: 3px;

}
.interBorders td {
  padding: 0;
  /*border-bottom: 1px solid rgb(238, 238, 238);*/
}
.interBorders tr:last-child td {
  /*border-bottom: 0;*/
}
.interBorders td p {
  margin: 0;
}

.userInfo {
  padding-left: 10px;
  box-sizing: border-box;
}
.vcenter {
  vertical-align: center;
}
.vtop,
.vtop td {
  vertical-align: top;
}

td.user-info-label {
    width: 100px;
    font-weight: bold;
    color: #474747;
}



/*==================================
=====  Overlayer Medic Contact  ====
===================================*/

#overlayerContactMedic {
    background-color: #fff;
}
#contactMedicForm {
    text-align: center;
    padding: 30px 20px;
}

#contactMedicForm div.input-row:last-child {
    margin-bottom: 0;
}

#contactMedicForm input[type="text"],
#contactMedicForm textarea {
width: 80%;
margin-bottom: 0; }




/*Filtru cu choosen*/
div#optionFilter_chosen {
    padding: 0.6em;
    margin: 0;
    margin-bottom: 0;
    color: #222;
    vertical-align: middle;
    border: 1px solid #d5d5d5;
    background-color: #FFF;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
}
a.chosen-single {
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    background-image: none !important;
    height: 18px !important;
}
.chosen-drop {
    border-left: 1px solid #d5d5d5 !important;
    border-right: 1px solid #d5d5d5 !important;
    border-bottom: 1px solid #d5d5d5 !important;
    box-shadow: none !important;
    width: 120px !important;
    margin-left: -1px;
    
    transition: 1s;
    width: calc(100% + 2px) !important;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, .2) !important
}
.chosen-container-single.chosen-single {
    line-height: 0.2 !important;
    display: block !important;
    overflow: visible !important; 
    margin-right: 26px !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    color: #474747;
}
.chosen-container-single .chosen-single span {
    line-height: 0.2 !important;
    display: block !important;
    overflow: visible !important; 
    margin-right: 26px !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    color: #474747;
}
.chosen-container.chosen-container-single {
    width: 120px !important;
    float: none !important;
    display: inline-block !important;
    margin: 0 !important;
}
.chosen-container.chosen-container-single.chosen-with-drop.chosen-container-active {
    width: 594px !important;
    float: none !important;
    display: inline-block !important;
    margin: 0 !important;
    position: absolute;
    z-index: 9999;
    right: 374px;
    transition: 1s;
    box-shadow: 0 5px 8px rgba(0, 0, 0, .2);
}
.chosen-container .chosen-results li {
    white-space: nowrap;
    overflow: hidden;
}
.chosen-single div b {
    background-position: 9px 1px !important;
    background-color: #fff !important;   
}
.corectura999 {
    margin: 0 10px 20px 10px;
}
.sticky-comunitate {
    padding-top: 20px;
}
.absolut-benefic {
    position: absolute !important;
}
.mm {
    font-size: 14px;
    margin-left: 1px !important;
    margin-right: 1px !important;
    display: inline;
    font-weight: bold;
    color: #DD1D28;
    opacity: 0.6;
}
.mm:hover {
    color: #DD1D28;
    opacity: 1;
}
.responsestoresponsetohide {
    height: 40px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    transition: 1s;
}
.r2r2show {
    height: 40px;
    border: 1px solid #ddd;
    color: #999;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width:100%;
    text-align:center;
    padding-top:9px;
    box-sizing:border-box;
    cursor:pointer;
    display: block;
}
.r2r2show:hover {
    color:#62c7cc;
    border-color:#62c7cc;
    text-decoration:none;
}
.border-arata-chestii {
    border: 1px solid #d5d5d5;
    background-color: #FFF;
    border-radius: 4px;
    padding: 9px 10px 10px 10px;
    font-size: 14px;
    vertical-align: middle;
}
.select-mare {max-width:999px!important;width:237px;}
.afisare-alte-grupuri {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    list-style-position: inside;
    margin: 0;
}
.contur-link-lista {
    /* border: 1px solid #ddd; */
    /* border-radius: 5px; */
    /* margin: 0px 0 5px 0; */
    padding: 5px 0px;
    display: block;
    overflow: hidden;
}
.contur-link-lista a {
    color: #999;
    display: block;
    white-space: nowrap;
}
.buton-notificari {
    cursor: pointer;
    color: #999;
    margin: 0 10px;
    text-decoration: none;
    font-size: 12px;
    float:left;
}
.buton-notificari:hover {
    color: #000;
}
.container-notificari {
    display: none;
    clear:both;
}
.container-notificari .close {
    position: absolute;
    right: 15px;
    z-index: 1;
    display: block;
    cursor: pointer;
}
.container-notificari .close:hover {
    text-decoration: underline;
}
.question-notification {
    display: none;
}
.text-raspuns {
    position: relative;
    height: 22px;
    padding: 5px 0 5px 0;
    display: block;
    font-size: 13px;
    font-weight: normal;
}
.text-raspuns input {
    height: auto !important;
}
.loader-zone-2016 {
    position: absolute;
    background: rgba(247, 247, 247, .7);
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.loader-zone-2016 .uil-default-css {
    top: 50% !important;
    transform: translateY(-50%) scale(0.25) !important;
}
.notificare {
    font-weight: normal;
    cursor: pointer;
    display: inline;
}
.notificare-texte {
    display: inline-block;
}
.notificare-texte div {
    display: inline-block;
}
.qAnswerReply .not-now {display: none;}

/*css animatie loading sfm*/
@-webkit-keyframes uil-default-anim {
    0%{opacity:1}
    100%{opacity:0}
}
@keyframes uil-default-anim {
    0%{opacity:1}
    100%{opacity:0}
}
.uil-default-css > div:nth-of-type(1){-webkit-animation:uil-default-anim 1s linear infinite;animation:uil-default-anim 1s linear infinite;-webkit-animation-delay:-.5s;animation-delay:-.5s}
.uil-default-css{position:relative;background:none;width:200px;height:200px;margin:0 auto}
.uil-default-css > div:nth-of-type(2){-webkit-animation:uil-default-anim 1s linear infinite;animation:uil-default-anim 1s linear infinite;-webkit-animation-delay:-.25s;animation-delay:-.25s}
.uil-default-css{position:relative;background:none;width:200px;height:200px}
.uil-default-css > div:nth-of-type(3){-webkit-animation:uil-default-anim 1s linear infinite;animation:uil-default-anim 1s linear infinite;-webkit-animation-delay:0;animation-delay:0}
.uil-default-css{position:relative;background:none;width:200px;height:200px}
.uil-default-css > div:nth-of-type(4){-webkit-animation:uil-default-anim 1s linear infinite;animation:uil-default-anim 1s linear infinite;-webkit-animation-delay:.25s;animation-delay:.25s}
.uil-default-css{position:relative;background:none;width:200px;height:200px}




