/* Cubic Bezier Transition */
/***
New Profile Page
***/
.profile-sidebar {
  float: right;
  width: 300px;
  margin-right: 20px; 
  }

.left {
  float: left;
  width: 18%;
  margin-right: 15px; }

.profile-content {
  overflow: hidden; }
.profile-sidebar/
/* PROFILE SIDEBAR */
.profile-sidebar-portlet {
  padding: 30px 0 0 0 !important; }

.profile-userpic img {
    float: none;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    border: 3px solid #1E83C8;

}

.headertop.profile-userpic:before {
    content: ">";
    position: absolute;
    z-index: 9;
    left: 40px;
    right: 0px;
    top: 39px;
    color: #fff;
    transform: rotate(90deg);
    background: #1E83C8;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.profile-usertitle {
  text-align: center;
  margin-top: 20px; }

.profile-usertitle-name {
  color: #111;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 7px; }

.profile-usertitle-job {
  text-transform: uppercase;
  color: #5b9bd1;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 7px; }

.profile-userbuttons {
  /*text-align: center;*/
  margin-top: 10px;
}
.profile-userpic {
    position: relative;
    width: 100px;
    display: inline-block;
    cursor:pointer;
}

.profile-userpic ul {
    position: absolute;
    top: 71px;
    right:0;
    z-index: 9;
    display:none;
    background: #ccc;
    padding: 0;
}

.profile-userpic ul:before{
    content:'';
    width:18px;
    height:18px;
    background:#ccc;
    position:absolute;
    right:40px;
    top: -8px;
    transform: rotate(45deg);
}

.profile-userpic ul.active{ display:inline-block;}
.profile-userpic ul li { display: inline-block;}
.profile-userpic ul li a {
    padding: 8px;
    padding-left:14px;
    display: block;
    min-width: 170px;
    text-align: left;
    border-bottom: 1px solid #fff;

}
.profile-userbuttons .edit-pic {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
    margin: 0 auto;
    text-align: center;
    bottom: -10px;
    background: #3598DC;
    width: 30px;
    height: 30px;
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
}

.profile-userbuttons .edit-pic i{
    margin-top: 9px;
    display: block;
    font-size: 15px;
}
.profile-userbuttons input {display: none;}
.center{ text-align: center;}


.profile-userbuttons .btn {
  margin-right: 5px; }
  .profile-userbuttons .btn:last-child {
    margin-right: 0; }

.profile-userbuttons button {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px; }

.profile-usermenu {
  margin-top: 30px;
  padding-bottom: 20px; }

.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7; }

.profile-usermenu ul li:last-child {
  border-bottom: none; }

.profile-usermenu ul li a {
  color: #555555;
  font-size: 20px;
  font-weight: 400; }

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 20px; }

.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #0070c9 ; }

.profile-usermenu ul li.active a {
  color: #0070c9 ;
  background-color: #f6f9fb;
  border-left: 2px solid #5b9bd1;
  margin-left: -2px; }

.profile-stat {
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f4f7; }

.profile-stat-title {
  color: #7f90a4;
  font-size: 25px;
  text-align: center; }

.profile-stat-text {
  color: #5b9bd1;
  font-size: 11px;
  font-weight: 800;
  text-align: center; }

.profile-desc-title {
  color: #7f90a4;
  font-size: 17px;
  font-weight: 600; }

.profile-desc-text {
  color: #7e8c9e;
  font-size: 14px; }

.profile-desc-link i {
  width: 22px;
  font-size: 19px;
  color: #abb6c4;
  margin-right: 5px; }

.profile-desc-link a {
  font-size: 14px;
  font-weight: 600;
  color: #5b9bd1; }

/* END PROFILE SIDEBAR */
/* RESPONSIVE MODE */
@media (max-width: 991px) {
  /* 991px */
  /* 991px */
  .profile-sidebar {
    float: none;
    width: 100% !important;
    margin: 0; }
  .profile-sidebar > .portlet {
    margin-bottom: 20px; }
  .profile-content {
    overflow: visible; } }

.panel-info2 {
    border-color: #bce8f1;
    display: block;
}
.panel2 {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0px 0px 20px -4px #c2cfd6;
}

.panel-heading2 {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-info2>.panel-heading2 {
    color: #fff !important;
    background-color: #2a91d5 !important;
    border-color: #2a91d5 !important;
}

.panel-body2 {
    padding: 15px;
}

.panel-footer2 {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}


.list-group-item {
    border: 1px solid #e1e5f1;
    display:block;
    margin:0;
}

.leftfloat{
    text-align:left !important;
}


/*Tabs*/

.tab2 {
    overflow: hidden;
    border: 2px solid #f5f5f7;
    background-color: #fff;
    margin-bottom: 20px;
}

/* Style the buttons inside the tab */
.tab2 button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab2 button:hover {
    background-color: #cee7ec;
}

/* Create an active/current tablink class */
.tab2 button.active {
    background-color: #aae0eb;
}

/* Style the tab content */
.tabcontent2 {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.borderbtm{
    border-bottom: 2px solid #EEEEEE;
}

.borderbtm:hover{
    background: #F5F5F5;
}

.form-group {
    padding-bottom: 15px;
    margin-bottom: 0px;
     padding-top: 15px;
}

.border2{
    border: 2px solid #EEEEEE;
}

.last{
    border-bottom: 0px;
}

.padding5 {
    padding-bottom: 5px !important;
    margin-bottom: 0px !important;
    padding-top: 5px !important;

}


.newFormMrgn .form-group {
    margin-left: -5px !important;
    margin-right: -5px !important;
}

.newFormMrgn {
    font-size: 16px;
}

.newFormMrgn .mrgnlr {
    margin-left: 10px !important;
    margin-right: 38px !important;
}



.newFormMrgn .notCurrntly {display:none;}
.newFormMrgn .currntlypop {display:none;}

.newAddfield {
    padding: 8px;
    border: 1px solid #ccc;
    margin: 33px;
    margin-left: 8px;
    margin-top: 10px;
    background:#eee;
    position: relative;
}
.btnAddPosition{
background: #C80052 !important;
color: #fff !important;
text-transform: capitalize !important;
margin-top: 0px;
margin-right: 25px;
float: right;
}
.addPostionQulfctn1, .addPostionQulfctn2{
margin-top: -26px;
margin-right: 34px;
}
.crossbtn {
    display: none;
    position: absolute;
    right: 8px;
    top: 8px;
    color:#555;
    cursor:pointer;
}


.eventUpdate {
    background: #c80052;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
    cursor: pointer;
}

.eventUpdate:hover {background:#a00141;}
.eventUpdate h4{margin:0; font-size:20px; }
.eventUpdate span {font-size:15px;}

#eventUpdatePopup .text-color{color: #c80052;}
#eventUpdatePopup .venue-color {color: #3598DC;}
#eventUpdatePopup h2, .imgwithpopup .right-side h2 {font-weight: bold;}

/*.bd-example-modal-lg .bg-content {background: #ccc; padding: 20px; padding-top: 0;}*/ 
/*.bd-example-modal-lg .text-color {color: #c80052;}*/
/*.imgwithpopup{padding: 30px;}*/


.bd-example-modal-lg .modal-content {padding:15px;}
.imgwithpopup .right-side .text-color{color: #c80052; border-bottom: 1px solid #bbb; padding-bottom:10px}
.imgwithpopup .right-side h4.dateTimebox{border-top: 1px solid #bbb; padding-top:10px; margin-top:10px;}

.imgwithpopup .imgbox img {width: 108%;vertical-align: text-bottom;}
.bd-example-modal-lg .modal-content .left-side{ width:40%; float:left}
.bd-example-modal-lg .modal-content .right-side{ width:60%; float:right; background:#eee; vertical-align:top; padding:20px;}

.radio-input-interest .notInterest{ display:none;}
.radio-input-interest .notInterest #reasonBox{ display:none;}

.radio-input-interest input[type="radio"] {width:18px; height:18px; vertical-align:top;}

.radio-input-interest #going, 
.radio-input-interest #notGoing { display:inline-block;}
.radio-input-interest #going {margin-right:25px;}
.radio-input-interest #notGoing {margin-right:20px;}



.newFormMrgn .form-group {
    margin-left: -5px !important;
    margin-right: -5px !important;
}

.newFormMrgn {
    font-size: 16px;
}

.newFormMrgn .mrgnlr {
    margin-left: 10px !important;
    margin-right: 38px !important;
}



.newFormMrgn .notCurrntly {display:none;}
.newFormMrgn .currntlypop {display:none;}

.newAddfield {
    padding: 8px;
    border: 1px solid #ccc;
    margin: 33px;
    margin-left: 8px;
    margin-top: 10px;
    background:#eee;
    position: relative;
}
.btnAddPosition{
background: #C80052 !important;
color: #fff !important;
text-transform: capitalize !important;
margin-top: 0px;
margin-right: 25px;
float: right;
}
.addPostionQulfctn1, .addPostionQulfctn2{
margin-top: -26px;
margin-right: 34px;
}
.crossbtn {
    display: none;
    position: absolute;
    right: 8px;
    top: 8px;
    color:#555;
    cursor:pointer;
}


.eventUpdate {
    background: #c80052;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
    cursor: pointer;
}

.eventUpdate:hover {background:#a00141;}
.eventUpdate h4{margin:0; font-size:20px; }
.eventUpdate span {font-size:15px;}

#eventUpdatePopup .text-color{color: #c80052;}
#eventUpdatePopup .venue-color {color: #3598DC;}
#eventUpdatePopup h2, .imgwithpopup .right-side h2 {font-weight: bold;}

.wrapperCall {background:#1E83C8; margin-top: 15px; color: #fff; position:relative;}
.wrapperCall h2 {text-align:center; background: rgba(0,0,0,0.1); padding: 10px 15px;}
.wrapperCall .info {padding: 10px 15px;}
.wrapperCall .info h3, .wrapperCall .info p{padding:0; margin:0;}
.wrapperCall .info p{font-size:16px; font-weight:100;}
.wrapperCall i{padding:8px; font-size:15px; position:absolute; border-radius:50%; margin-left: 1px;}
.wrapperCall i.fa-close{right:0; top:0; background: rgba(0,0,0,0.2); cursor:pointer;}
.wrapperCall i.fa-phone{left:35px; bottom:16px; background: rgba(0,0,0,0.6);}
.wrapperCall i.fa-phone.active{background:#c80052;}
.wrapperCall .box{
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
}
.info .leftSide {display:inline-block; width:30%; vertical-align:sub;}
.info .rightSide {display:inline-block; width:68%; padding-left:10px}
.wrapperCall img {width: 100%}
.wrapperCall .dateTime{margin-top:2px; padding:8px; padding-bottom:20px; text-align:center;}
.wrapperCall .dateTime span{/*padding:8px; border:1px solid #ccc;*/  font-size:16px; font-family:Lato;}
.wrapperCall span.fa.fa-phone.called{background: rgba(0,0,0,0.3); padding:11px; cursor:pointer;}
.wrapperCall span.fa.fa-phone.called.active{background:#c80052;}




/*.bd-example-modal-lg .bg-content {background: #ccc; padding: 20px; padding-top: 0;}*/ 
/*.bd-example-modal-lg .text-color {color: #c80052;}*/
/*.imgwithpopup{padding: 30px;}*/

.profile-sidebar.left.fixedpopup {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9;
    /* opacity: 0.7; */
    text-align: left;
}