.profilTitle
{
    padding:30px;
    text-align: right;
    color:var(--white);
    font-size:28px;
    font-weight:bold;
    -webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
-webkit-box-shadow: 0px 3px 5px 0px rgba(145,143,145,1);
-moz-box-shadow: 0px 3px 5px 0px rgba(145,143,145,1);
box-shadow: 0px 3px 5px 0px rgba(145,143,145,1);
}

.upContainer
{
    margin-top:-68px;
}
.myEvTitle h1
{
    color:var(--white);
    font-size:28px;

}
.myEvCalendar
{
    padding-top:60px;
    padding-bottom:70px;
}

.myEvCalendar a
{
    color:var(--white);
    text-decoration: none;
    font-weight:bold;
    padding:24px 38px;
    border-radius:8px;
    font-size:16px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(145,143,145,1);
-moz-box-shadow: 0px 3px 5px 0px rgba(145,143,145,1);
box-shadow: 0px 3px 5px 0px rgba(145,143,145,1);

}

.myEvList h2, .myHistory h3
{
    color:var(--darkGray);
    font-size:22px;
    font-weight:700;
    padding-bottom:25px;
}
.myEvTitleSmall
{
    font-weight:700;
    text-align: left;
    margin-top:15px;
    height:100px;
}
.myEvTitleSmall a
{
    text-decoration: none;
    color:var(--black);
}

.myEvLocation
{
    color: var(--blue);
    margin:0px;
}
.myEvLocation .row
{
    border-bottom:1px solid var(--darkGray);
    border-top:1px solid var(--darkGray);
    padding-top:15px;
    padding-bottom:20px;
    margin-bottom:10px;
}
.myEvLocation .row div
{
    padding:0px;
}

.myEvLink
{
    padding-top:20px;
    padding-bottom:30px;
}

.myEvLink a
{
    font-weight:700;
    color:var(--red);
    text-decoration: none;
}

.myEvLocation a
{
    color: var(--blue);
    text-decoration:none;
}

.myEvList .myEvListD
{
    border-radius:8px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(145,143,145,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(145,143,145,1);
    box-shadow: 0px 0px 5px 0px rgba(145,143,145,1);
}
.myEvList .myEvListD .myEvImg img
{
    width:100%;
    -webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}

.myPubLeft
{
    margin-top:45px;
    margin-bottom:45px;
}

.myPubLeft img
{
    width:100%;
}
.myHistorySearch
{
    margin-bottom:40px;
}

.myHistorySearch .col-6, .myHistorySelect
{
    padding:5px;
    box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.04), 0px 4px 24px rgba(51, 51, 51, 0.24);
    border-radius:8px;
}
.myHistorySelect select
{
    border:none;
}

.myHistorySearch i
{
    color:var(--red);
    margin-left:6px;
    margin-right:6px;
    cursor: pointer;
}
.myHistorySearch input
{
    width:82%;
    padding:6px 0px;
    border:none;
}
.myHistorySearch input:focus
{
      outline: none;
  }
.myHistoryLine
{
    border-bottom:2px solid var(--darkGray);
    padding-bottom:12px;
    margin-bottom:15px;
}
.myHistoryLine .myEmc
{
    text-align: center;
    padding-top:15px;
    line-height: 20px;
}
.myHistoryLine .myEmc  b
{
    font-size:34px;
    font-weight:700;
    color:var(--black);
}
.myHistoryLine .highlight
{
    font-size: 11px;
    padding:3px 5px;
    color:var(--white);
    background-color:var(--red);
    border-radius:5px;
    text-transform: uppercase;
}
.myHistoryLine h5
{
    font-size:20px;
    padding-top:8px;
    padding-bottom: 2px;
    margin-bottom: 0px;
}
.myHistoryLine .myDate
{
    color:var(--darkGray);
    font-size:12px;
}
.myHistoryLine
{
    text-align: center;
}

.myHistoryLine .myCert
{
    padding-top:15px;
}

.myHistoryLine .myCert a
{
    color:var(--blue);
    text-decoration: none;
    font-size:12px;
    font-weight: 700;
}
.myHistoryLine .myCert .noCert
{
    color:var(--lightGray);
}

.myHistoryLine .myCert a i
{
    font-size:26px;
}
.myHistoryLine .myEventDetails a, .myHistoryLine .mobEvent a
{
    color:var(--red);
    text-decoration: none;
}
.myHistoryLine .mobEvent
{
    display:none;
}

.rightEv .userDetails
{
 box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.04), 0px 4px 24px rgba(51, 51, 51, 0.24);
 border-radius:8px;
 text-align:center;
 padding-top:25px;
 padding-bottom:25px;
 color:var(--darkGray);
 margin-bottom: 25px;
 margin-top:-33px;
}

.rightEv .userDetails img
{
    width:100%;
}
.rightEv .userDetails h5
{
    color:var(--darkGray);
    font-weight:700 !important;
}
.rightEv .userDetails .crediteEMC
{
    color:var(--red);
}
.rightEv .userDetails a
{
    border: 1px solid var(--red);
    color:var(--red);
    padding:7px 16px;
    text-decoration: none;
    border-radius:5px;
}
.rightEv .usrAdImg
{
    padding: 0px;
    margin-bottom:25px;
}

.rightEv .usrAdImg img
{
    width:100%;
    padding:0px;
}
 .usrOptions a
{
    display: block;
    padding:10px 5px;
    border-top:1px solid var(--darkGray);
    text-decoration: none;
    color:var(--darkGray);
}
 .usrOptions a:hover,  .usrOptions a.active
{
    color:var(--white);
    background-color:var(--red);
}
.lastAd img
{
    width:100%;
    margin-bottom:40px;
}

.listEventsTitle
{
    margin-top:45px;
    margin-bottom:40px;
}

.listEventsTitle h1
{
    text-align:center;
    font-weight:700;
    color:var(--red);
    font-size:32px;

}
.myEvList .singleEvent
{
    box-shadow: none;
    border:1px solid var(--lightGray);
    margin-bottom:40px;
}
.myEvList .singleEvent .evListPrice
{
    text-align: center;
    color:#fff;
    padding:35px 5px;
}
.myEvList .singleEvent .evListPrice span
{
    font-size: 12px;
    font-weight:bold;
}
.myEvList .singleEvent .evListPrice h4
{
    margin-bottom:0px;
    font-weight: 700;
    font-size: 30px;
}

.myEvList .singleEvent .evListPrice h4, .myEvList .singleEvent .evListPrice h6
{
    text-align: center;
}
 .myEvList .singleEvent .evListPrice h6
 {
     padding:0px;
     margin:0px;
     color:var(--lightGray);
     text-decoration: line-through;
 }
 .myEvList .singleEvent .myEvLocation
 {
     font-size: 13px;
 }
 .myEvList .singleEvent .highlight
 {
    font-size: 11px;
    padding:3px 5px;
    color:var(--white);
    background-color:var(--red);
    border-radius:5px;
    text-transform: uppercase;
 }
 .forH
 {
     margin-bottom: 0px !important;
 }
 .myEvLink .aInscriere
{
    color:var(--blue) !important;
    float:right;
    padding-right:15px;
}
.listEvAd
{
   padding:80px 0px;
}
   
/* revistele mele */
.myRevList
{
    padding-top:40px;
    padding-bottom:40px;
}

.myRevList .myRevTitle
{
    color: var(--darkGray);
    font-size:16px;
    font-weight:700;
    padding-bottom:25px;
}
.myRevList .listRevista
{
    border:1px solid var(--lightGray);
    padding:0px;
    margin-bottom:24px;
}
.myRevList .listRevista .imgRevista
{
    height:300px;
    text-align:center;
}

.myRevList .listRevista .imgRevista img
{
    max-width:100%;
    max-height:100%;
}
.myRevList .listRevista .text1Revista
{
    padding:15px 25px;
}
.myRevList .listRevista .text1Revista a
{
    text-decoration: none;
    color:var(--black);
}

.myRevList .listRevista .text2Revista
{
    color: var(--blue);
    font-size:13px;
    padding:15px 25px;
    padding-top:0px;
}
.myRevList .listRevista .text2Revista a
{
    border:1.5px solid var(--red);
    color:red;
    padding:8px 14px;
    color:var(--red);
    border-radius:5px;
    text-decoration:none;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}
.myRevList .listRevista .text2Revista a:hover
{
    background-color: var(--red);
    color:var(--white);
}

/*main account*/
.maTop
{
    margin-top:100px;
    padding:15vh 15vw;
    padding-top: 25vh;
    color:var(--white);
}
.maIndex
{
    text-align: right;
    z-index: 1;
    margin-top:-40vh;
    position: relative;
}
.maPad
{
    padding:25px;
}
.maPad .maWhite
{
    color: var(--red);
    background-color:var(--white);
    padding:25px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    z-index: 2;
}

.maPad .maWhite a
{
    color: var(--white);
    background-color: var(--red);
    display: inline-block;
    padding:12px 25px;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    border-radius: 5px;
    margin-top:20px;
}
.maNews
{
    padding-right:25px;
}
.maREv
{
    padding-top:65px;
}




@media (max-width: 767px)
{
    .whyMedichub .wmhLinks a
    {
        display: block;    
    }

     .listEventSearch
     {
         margin-top:3px !important;
     }
     .listEventsTitle
     {
         margin:10px 0px !important;
     }
     .myEvList .col-4
     {
         width:100%;
     }
     .whyMedichub .col-3
     {
         width:100% !important;
     }
     .profilTitle
     {
         width:100%;
         border-radius:0px;
     }
     .myEvTitle h1
     {
         text-align: center;
     }
     .myEvCalendar a
     {
         width: 100%;
         display:block;
         text-align:center;
     }
     .myHistoryLine .col-2
     {
         width:100%;
         text-align: center;
     }
     .myHistoryLine h5
     {
         font-size:16px;
     }
     .myHistorySelect
     {
         width:70%;
         margin-top:25px;
         margin-left:5%;
     }
     .myHistorySelect select
     {

     background-color:transparent;
     }

     .userDetails, .usrOptions
     {
         width:100%;
     }
     .usrOptions .px-0
     {
         padding-left:25px !important;
     }

      .myEvCalendar a
      {
          padding-left:2px;
          padding-right:2px;
      }
      .myEmc
      {
          display: none;
      }
      .myHistoryLine .mobEvent
      {
          display: inline-block;
          width:70%;
          text-align: left;
      }
      .myHistoryLine .myEventDetails a
      {
          display: none;
      }
      .myHistoryLine .myCert
      {
          width: 20%;
          display: inline-block;
          padding-top:0px;
          line-height:15px;
      }
      .myRevList .col-4
      {
          width:100% !important;
      }
      .myEvTitleSmall
      {
          height:auto !important;
      }

      .maTop
      {
          margin-top:0px;
          padding:5vh 2vw;
      }
      .maPad
      {
          width: 100%;
      }
      .maNews .col-4
      {
          width:100%;
      }

}



