.my-profile, .company-profile {
    background-color: #f1f1f1 !important;
}

@media only screen and (min-width: 780px) {
    .my-profile .profile, .company-profile .profile {
        max-width: 1000px;
    }
}

@media only screen and (max-width: $small-xs){
    .my-profile #right-menu {
        display: none;
    }
}

.my-profile #mobile-profile-sidebar .right-off-canvas-menu {
    background: #dbdbdb !important;
    padding: 5px;
}

.minimised-profile-container {
    margin-top: 20px;
    max-width: 1085px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
}

.minimised-profile header {
    display: flex;
    padding: 0 30px 10px 30px;
    justify-content: space-between;
}

@media only screen and (min-width: 780px) {
    .minimised-profile-container .profile {
        max-width: 900px;
    }
}

.minimised-profile-container .profile #profile-main {
    float: none !important;
    margin: 0 auto;
}

.button-container {
	text-align: center;
}

.button-container button {
    padding-right: 40px;
    padding-left: 40px;
}

.minimised-header {
    font-weight: bold;
    font-size: 1.786rem;
    margin-bottom: 20px;
    margin-top: 0.2rem;
}

.heading-container {
    max-width: 70%;
}

#next-button {
    bottom: 0;
    right: 0;
    font-weight:normal;
    font-size: 14px;
    color: #636363;
    background-color: #F1F1F1;
    display: inline-block !important;
    padding: 6px 12px;
    border: 1px solid rgba(150, 150, 150, 0.32);
    border-radius: 4px;
    margin-bottom: 1.1rem;
    &:hover {
        background-color: #ECECEC;
        border: 1px solid rgba(150, 150, 150, 0.66);
    }
}

#profileBoxBottom {
    height: 5px;
    background: url('images/profiles/profileBox/bottom.png') no-repeat;
}

#profileBoxTop {
    height: 6px;
    margin-top: -5px;
}

#profileBoxContent{
    background: #FFF;
    padding: 0px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.34);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.profileInsideBox {
    border-bottom: 1px solid #dfdfdf;
    padding: 20px;
    transition: background 0.2s;
}

.skill > span {

    padding: 5px 25px 5px 25px !important;
    background: #F9F8F8 !important;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.3) !important;
}

.skill {

  list-style-type: none !important;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 15px;
}

.other-skills .skills .skill {

  display: inline-block;
}

h1.title {
  margin-bottom: 20px;
}

.addNewInformationWrapper {
  width: 100%;
  border: 1px solid #D8D2D2;
  text-align: center;
  background: #F1F1F1;
  line-height: 10px;
  cursor: pointer;
  position: relative;
  margin-top: 10px;
  padding: 20px 0px;
}

.editContactNumber {
    text-align: left;
}

.editContactNumber input {
    padding: 10px;
}

.editContactNumber button {
    padding: 10px;
    margin-left: 10px;
}

#addPhone {
    font-size: 16px;
    width: 140px;
}

.contactDetailsInfo {
    color: rgb(109,113,119);
    font-style: italic;
    display: block;
    font-size: 12px;
}

.addProfilePhone {
    text-align: center;
}

.phoneInput {
    display: flex;
    padding-top: 5px;
}

.emailInput {
    display: flex;
    margin-top: 5px;
    margin-right: 59.641px;
}

.showPhoneNumber {
    display: flex;
    justify-content: space-evenly;
}

.showPhoneNumber .phone-no {
    font-size: large;
    cursor: pointer;
}

.errorMsg {
    color: red;
}

span.editAdd {
    color: #4f4f4f;
    font-weight: bold !important;
    font-size: 14px;
}

.profileMainInfo h1 {
    font-size: 26px;
}

.profileInsideBox h1 {
    color: #012e49;
    line-height: 30px;
}
.profileInsideBox p {
    line-height: 18px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#profileDetails .profilePicture {
    float: left;
    margin-right: 20px;
    position: relative;
    cursor: pointer;
}

.no-margin {
  margin-left: 0px !important;
}

.user-phone {
  
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  margin-right: 45px !important;
}

.top-phone {
  display: inline;
  margin-right: 20px !important;
}

i.phone-icon {
  margin-right: 5px;
}

.profileEmployment {
    margin-top: 10px;
}

.profileEmployment h3 {
    margin-bottom: 3px;
    line-height: 20px;
    color: #012e49;
}
.locationServiceBox {
    background: #f7f7f7;
    border-radius: 5px;
    border: 1px solid #d8d5d5;
    min-width: 305px;
    box-sizing: border-box;
    padding: 14px;
    color: #26acf0;
    line-height: 20px;
    margin-top: 12px;
}

.profileInfo {
    /* min-height: 160px; */
    min-width: 100%;
}

.locationServiceBox > div > a {
    font-weight: bold;
    float: right;
    padding-right: 10px;
}
.locationServiceBox > div:first-child {
    margin-bottom: 10px;
    /* padding-bottom: 10px; */
}

.plus_button > img {
    position: relative;
    left: 5px;
    top: 3px;
}

.profileMenus > div
{
  float: left;
  margin-right: 10px;
}

.profileSendEnq a
{
  border: none;
  border-radius: 5px;
  color: #FFFFFF;
  background-color: #72d116;
  box-shadow: 0px 1px 0px #557f43;
  border-bottom: 1px solid #45DD04 !important;
  font-size: 14px;
  transition: background 0.5s;
  display: block;
  text-indent: 58px;
  width: 175px;
  height: 34px;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.34);
  line-height: 33px;
  background-position: left center;
  background-repeat: no-repeat;
  cursor: pointer;
  background-image: url('images/buttons/bg/enquiry.png');
}

.profileDropDown > a
{
  border: none;
  border-radius: 5px;
  color: #FFFFFF;
  background: 
    #72d116 url('images/profiles/dropDown/triangle.png') 
    no-repeat center;
  box-shadow: 0px 1px 0px #557f43;
  border-bottom: 1px solid #45DD04 !important;
  font-size: 14px;
  transition: background 0.5s;
  display: block;
  width: auto;
  text-indent: 30px;
  width: 25px;
  height: 34px;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.34);
  line-height: 35px;
  text-indent: 9999999px;
  overflow: hidden;
}

.profileSendEnq  > a:hover
{background-color: #57A30E;}

.profileDropDown .active,
.profileDropDown > a:hover
{
  background:
    #57A30E url('images/profiles/dropDown/triangle.png') 
    no-repeat center;
}

.boxDropDown {
    display: none;
    z-index: 200;
    
    background: #FFF;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.35);
    /* min-width: 232px; */
    
    border-radius: 5px;
    margin-top: 10px;
    position: absolute;
    left: 20px;
    padding-bottom: 10px;
}

.boxDropDown li {
    color: #515151;
    font-size: 14px;
    box-sizing: border-box;
    padding: 10px;
    background: #FFF;
    transition: background 0.6s;
    border-bottom: #D7D6D6 1px solid;

}

.links li:hover,
.boxDropDown > ul > li:hover
{background: #ECECEC;}

.boxDropDownTop.boxTopRounded {
    background: #72d116 !important;
    border-bottom: 1px solid #60af13;
}

.boxDropDown li > a {
    width: 100%;
    display: block;
    height: 100%;
}

.profileConnect > a {
    border: none;  
    border-radius: 5px;  
    color: #FFFFFF;  
    background-color: #012e49;  
    background-image: url('images/buttons/bg/connect.png');
    box-shadow: 0px 1px 0px #7d7d7d;  
    border-bottom: 1px solid #005B92 !important; 
    font-size: 14px;  
    transition: background-color 0.5s; 
    display: block;  
    text-indent: 56px;  
    width: 150px; 
    height: 34px;  
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.34);  
    line-height: 34px;
    background-repeat: no-repeat;
    background-position: left center;
}

.profileConnect > a:hover
{background-color: #00598D;}

#profileTop .profileMenus 
{margin-top: 20px;}

.contactsNumber .number {
    color: #012e49;
    font-size: 25px;
    padding-bottom: 5px;
}
.contactsNumber {
    text-align: right;
    color: #7f7f7f;
}
.profileMainInfo {
    float: left;
    max-width: 450px;
}
.profileMisc {
    float: right;
    /* width: 123px; */
}
.addAsContact {
    padding-top: 10px;
    float: right;
}

.addAsContact a {
    overflow: hidden;
    color: #4b8711;
    font-size: 13px;
    padding-left: 20px;
    background: url('images/buttons/bg/crossGreen2.png') no-repeat left center;
    transition: background 0.6s,padding 0.6s;
}
.addAsContact a:hover {
    background: url('images/buttons/bg/crossGreen2Hover.png') no-repeat left center;
    padding-right: 5px;
}

.userWebsites {
    padding: 10px 0px 0px;
    margin-bottom: -10px;
}
.userWebsites li {
    background: url('images/bullets/blue.png') left center no-repeat;
    color: #024c79;
    padding: 2px 15px;
    line-height: 24px;
}
ul, li {
    padding: 0px;
    margin: 0;
    list-style:none;
}
ul.timeline {
    list-style: none;
}
.timeLineItem h4 {
    font-size: 16px;
    font-weight: bold;
    color: #3f96cf;
    margin-bottom: 8px;
}

.timeLine .content {
    padding: 15px;
    float: left;
    width: 100%;
    border-left: 10px solid #012e49;
    background: #FFF;
    border-radius: 5px;  
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.33);
    overflow: hidden;
}
.timeLineItem h5 {
    color: #333333;
}
.timeLineItem h5 span {
    font-size: 14px;
    color: #7a7a7a;
}

.timeLine {
    padding-left: 20px;
    background: repeat-y url('images/timeline/background.png');
    padding-top: 1px;
    margin-top: 20px;
}

#profileTop .profileMenus {
    /* margin-left: 180px; */
}
#profileTop .boxDropDown {
    left: 200px;
}

#profileAnotherLocations {
    border-bottom: 1px solid #dfdfdf;
    padding: 15px;
    padding-top: 40px;
    padding-bottom: 25px;
}

#profileAnotherLocations li
{
  background:
   url('images/bullets/green.png')
   no-repeat left center;
  padding-left: 20px;
  line-height: 22px;
  float: left;
  width: 305px;
  transition: background 0.7s, color 0.5s;
  font-size: 14px;
  padding-right: 0px;
}

#profileAnotherLocations ul {
    padding-bottom: 20px;
}

#profileAnotherLocations li:hover {
    background: url('images/bullets/blue.png') no-repeat left center;
    color: #012e49;
}

.boxTransBlack {
    width: 100%;
    height: 15px;
    padding-top: 10px;
    padding-bottom: 20px;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.74);
    color: #FFF;
    text-align: center;
    transition: padding 0.6s, background 0.4s;
    z-index: 2;
}
.boxTransBlack:hover {
    padding-bottom: 40px;
    background: rgba(0, 0, 0, 0.8);
}

.addAsContact.companyContact {
    padding-top: 24px;
}

.getBack {
    padding-left: 20px;
    padding-top: 20px;
}
.getBack img {
    position: relative;
    top: 3px;
    padding-right: 5px;
}

#userPostings .mainContainerHeading,
#contactsFull 
.mainContainerHeading 
{ 
 padding: 15px 20px;
 border-bottom: 1px solid #D6D6D6;
}

.contactsContent .listingItemLeft {
    float: left;
}
.contactsContent .listingItemPicture {
    float: right;
}
.contactsContent .listingItem {
    border-bottom: 1px solid #c8c8c8;  
    box-sizing: border-box;
}

#contactsFull .listingItemMenu {
    padding: 10px 20px;
}

.listingItemMenu > ul > li {
    float: left;
    margin-right: 10px;
}

.goBack {  line-height: 30px;  padding-left: 26px;  background: url('../../images/bullets/greenArrow.png') no-repeat left center;
  float: right;}
  
  #userPostings .mainContainerHeading h1,
  #contactsFull .mainContainerHeading h1 {
    float: left;
    line-height: 30px;
}

.links > li > i {
    padding: 10px;
    display: block;
    font-style: italic;
    color: #515151;
    font-family: 'Georgia';
}

span.edit {
font-size: 13px;
/* padding: 0px 5px; */
float: right;
text-align: right;
}

.profileInsideBox.inEdit {
    background: #F6F4F3;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.62);
    border-bottom: 0px;
    position: relative;
    z-index: 2;
}

.profileInsideBox h1 > a:hover, 
.profileInsideBox h1 > span:hover,
.profileInsideBox > h1 > span:hover
{
  background: #1D6EA3;
}

.profileInsideBox h1 > a, 
.profileInsideBox h1 > span {
    background: #3d94cc;
    font-size: 14px;
    padding: 10px;
    border-radius: 3px;
    color: #FFF;
    margin-left: 10px;
    cursor: pointer;
    float: right;
    transition: 0.6s background;
    line-height: 18px;
}

h4 > .edit {
    font-weight: normal;
    font-size: 13px;
    padding: 0px 5px;
    float: right;
    text-align: right;
}

.companyMisc > a {
    background: url('images/bullets/green.png')  no-repeat left center;  padding-left: 20px;  line-height: 22px;  float: left;  width: 300px;  transition: background 0.7s, color 0.5s;
}

.companyMisc {
    padding: 10px 0px;
}

.edit > a {
/* background: url('images/bullets/green.png') no-repeat left center; */
/* padding-left: 16px; */
line-height: 20px;
width: 300px;
cursor: pointer;
font-size: 15px;
transition: background 0.7s, color 0.5s;
color: #515151;
text-decoration: underline;
font-weight: normal;
}

.locationServiceBox .edit {
    margin: 0px 2px;

    float: right !important;
    /* display: block; */
    /* width: 65px; */
}

.profileInfo .addService > a {
    float: none;
}

.locationServiceBox > div > span {
    float: left;
}
.locationServiceBox > div {
    clear: both;
    float: none;
}
.locationServiceBox .edit > a {
    display: block;
    width: auto;
}

.locationServiceBox > div > div {
    float: none;
    clear: both;
}

#profileAnotherLocations h1 {
    margin-bottom: 20px;
}

#advertiseProfile textarea {
    height: 140px;
    border: 1px solid #BBB;
    border-radius: 5px;
    padding: 10px;
}

.companyMisc > h3 {
    margin-bottom: 10px;
    margin-top: 5px;
}

.companyMisc > a {
    color: #0062A3;
}

#profileTop > div.profileMenus.menuPicture {
    margin-left: 180px;;
}

a.editCompanyDetail {
    color: #26acf0;
    font-size: 13px;
    display: block;
}

.networkInterest li > a {
    float: right;  
    width: 216px;  display: block;
}

.editionBoxWrapper textarea {
    border: 1px solid #A59A9A;
    border-radius: 3px;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-top: 10px;
}

.editionBoxWrapper h1 {
    color: #505050;
}

.editionBoxWrapper h3 {
    padding: 10px 0px;
    color: #9C9C9C;
}

.inputsWrapper select {
   display: block;
   margin: 10px 0px
}

.inputsWrapper .select-company-size {
    margin: 6px 0px!important;
}

.inputsWrapper input {
    padding: 5px;
    border-radius: 3px;
    color: #000;
    border: 1px solid #D5D5D5;
    display: block;
    width: 100%;
    margin: 5px 0px;
}

.inputsWrapper .col-50 input[type="text"] {
    width: 90%!important;
}

.inputsWrapper .row {
    margin: 15px 0px;
}

.inputsWrapper .row:after {
    content: '';
    clear: both;
    float: none;
    display: table;
}

.inputsWrapper .col-50 {
    width:50%;
    float:left;
}

.companyHintsWrapper {
    padding: 5px 10px;
    background: #FFF;
    border-radius: 5px;
    border: 1px solid #D3D3D3;
}

.addNewInformationWrapper > span { 
  
  text-align: center;
  border: 1px solid #dee1e3; 
  background: #FFF;
  border-radius: 3px;
  padding: 10px 60px;
  transition: 0.6s background;
  line-height: 35px;
}

.addNewInformationWrapper .centerWrapper > div:hover,
.addNewInformationWrapper > span:hover {
  background: #E2E2E2;
  border: 1px solid #CDCCCC;
}

.companyHintsWrapper li {
    padding: 2px 0px;
    color: #3785B8;
}


.sublocationsEdit {
  color: #808080;
  text-decoration: underline;
  font-size: 13px;
}

.RichContent ol {
  padding: 0px;
  margin: 0px 15px;
}

.RichContent ul {
  padding: 10px 0px;
  margin-left: 15px;
}

.RichContent ol > li {
   list-style-type: decimal; 
   list-style-position: inside; 
}
.RichContent ul > li {
  list-style-type: disc; 
  list-style-position: inside; 
}

.informationWrapper > h1 {
    margin-bottom: 10px;
}

.mce-edit-area > iframe {
    border: 1px solid #A59A9A;
    border-radius: 3px;
}

.mce-edit-area > iframe body {
  min-height: 200px;
}

#delete_image{
  position: absolute;top: 0;right: 0;z-index: 100;display: block;height: 16px;width: 16px;
}

#delete_image img{
  width:16px; height:16px;
}


.addNewInformationWrapper .centerWrapper > div {
    transition: 0.6s background;
    float: left;
    width: 210px;
    text-align: center;
    border: 1px solid #dee1e3;
    background: #FFF;
    border-radius: 3px;
    width: 260px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin: 0px 10px;
}

.copyFromLinkedIn {
/*    background: #2c73b5 !important;
    border: none !important;
    color: #FFF;*/
}

.centerWrapper {
    width: 565px;
    margin: 0 auto;
}

#profileBox .loading {
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.76);
    color: #FFF;
    padding: 19px 0px;
    top: 0;
    border: 1px solid #000;
    font-weight: bold;
}

#profileBox .loading i {
    margin-bottom: 20px;
}

#profileBox {
    margin-bottom: 30px;
}

span.linkedWrapper {
    background: #2c73b5;
    border-radius: 3px;
    width: 10px;
    padding: 0px 1px;
    height: 10px;
    margin-left: -35px;
    margin-right: 10px;
}
.addNew  i {
  margin-left: -35px;
  margin-right: 10px;
}

span.linkedWrapper > i {
    color: #FFF;
    margin-left: 3px;
    font-size: 13px
}

.copyFromLinkedIn.disabled {
    background: #5A5A5A !important;
}

.linkedListWrapper {
  margin: 10px 0px;
}

.linkedListWrapper li {
 list-style: decimal;
}

/*.editModuleHeader,*/
.editModuleHeader .left{
  float: left;
}

.loadingModuleWrapper {
    height: 100px;
    width: 100%;
    position: relative;
    text-align: center;
}

/*
 * timeout error directive
 */
.alert-box.radius.absolute {
  position: absolute;
  /*top 0;*/
  background-color: red;
  border-color: red;
  color: #FFFFFF;
  min-height: 20px;
  width: 940px;
  z-index: 1000;

  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  left: 0;
  right: 0;
  padding: 11px;
  border-radius: 3px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.28);
}

.alert-box.radius.absolute.success {
    border-color: #77bd21 !important;
    background-color: #77bd21 !important;
}

.alert-box .close {
  font-size: 1.22222rem;
  padding: 0 6px 4px;
  line-height: .9;
  position: absolute;
  top: 50%;
  margin-top: -0.61111rem;
  right: 0.22222rem;
  color: #333333;
  opacity: 0.3;
  background: inherit;
}

.dates-wrapper .year {
  width: 60px;
  display: block;
  margin: 10px 0px 0px 10px;
  float: left;
}

.dates-wrapper select {
    float: left;
    min-width: 80px;
    width: auto;
    display:block;
}

.dates-wrapper span {
    float: left;
    margin: 0px 15px;
    padding: 8px 0px;
}

.row.current-position {
  margin: -10px 0px 10px;
}

.row.current-position input{
  display: inline-block;
  width: auto;  
}



#testimonialsBox .addNewInformationWrapper {
  margin: 20px 0px;
}

/* Testimonial Section */
.testimonial-options ul:after {
    display: table;
    content: ' ';
    clear: both;
}

.testimonial-options {
    margin: 0 auto;
    justify-content: center;
    display: flex;
}

.testimonial-info h6 {
    font-size: 18px !important;
}

.testimonial-info p {
  color: #515151;
}

.testimonial-options h6 {
    margin-top: 19px;
    color: #4f4f4f;
    font-weight: bold !important;
}

.testimonial-options i {
    font-weight: normal; 
    margin-right: 5px;
}

.testimonial-options a:hover {
  border: solid 1px #9C9C9C;
}

.testimonial-options li {
  display: block;
}

.testimonial-options a {
    width: 300px;
    padding: 20px;
    display: block;
    box-sizing: border-box;
    text-align: center;
    background: #FFF;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
    border: solid 1px #FFF;
}

.testimonial-options li:last-child {
    margin-right: 0px;  
}

.sticky-menu-profile {
    background: #EAEAEA;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    padding: 10px 0px;
}

.sticky-center-wrapper {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}

.sticky-center-wrapper .name {
    font-weight: bold;
}

.sticky-center-wrapper .category {
    display: block;
    color: #515151;
}

.sticky-center-wrapper .user-top-details {
    margin-top: 3px;
    float: left;
}

.sticky-center-wrapper .picture-wrapper {
    width: 40px;
    height: 40px;
    overflow: hidden;
    float: left;
    border-radius: 50%;
    margin-right: 20px;
}

/*personal files css*/
#personal-files {
    border-bottom: 1px solid #dfdfdf;
    padding: 20px;
    /* background: url(images/profiles/profileBox/insideShadow.png) bottom repeat-x; */
    transition: background 0.2s;
}

#personal-files .tab-header {
    background-color: #F1F1F1;
    padding: 14px 0;
    margin-bottom: 10px;
}

#personal-files .tab-header .header {
    padding: 18px;
    cursor: pointer;
    color: #012e49;
    line-height: 30px;
    /*font-size: 1.8vw;*/
}

@media only screen and (max-width: 800px){
    #personal-files .tab-header .header {
        padding: 10px;
    }

    #personal-files .tab-header {
        padding: 5px 0;
    }
}

@media only screen and (max-width: 500px){
    #personal-files {
        padding: 5px!important;
    }

    #personal-files .tab-header .header {
        font-size: 3vw;
        padding: 10px 3px;
    }

    #personal-files .tab-header {
        padding: 5px 0;
    }
}

#personal-files .tab-header .tab-selected {
    background-color: #D6D4D0;
}

#personal-files .tab-header .header:hover {
    background-color: #BCBCBB;
}

#personal-files .gallery-uploader {
    position: relative;
}

#personal-files .gallery-uploader .uploader {
    padding: 20px 0;
    margin-bottom: 10px;
}

#personal-files .gallery-uploader .uploader .video-header {
    display: block;
}

#personal-files .gallery-uploader .uploader .video-url {
    margin-top: 10px;
    padding: 10px;
    display: block;
    width: 100%;
}

#personal-files .gallery-uploader .uploader .case-study {
    width: 100%;
    margin-top: 10px;
}

#personal-files .gallery-uploader .uploader .save-video {
    margin-top: 10px;
    display: inline-block;
}

#personal-files .gallery-uploader .uploader .save-study {
    display: inline-block;
    float: right;
    margin-top: -20px;
    margin-bottom: 10px;

}

#personal-files .gallery-uploader .uploader .new-study {
    display: flex;
    justify-content: space-between;
}

#personal-files .gallery-uploader .uploader .save-button {
    padding: 10px;
    background-color: #3d94cc;
    color: #ffffff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
    transition: 0.6s background;
    margin: 0;
}

#personal-files .gallery-uploader .uploader .save-button:hover {
    background-color: #1D6EA3;
}

#personal-files .gallery-uploader .uploader .error-msg {
    margin-left: 10px;
    margin-top: 10px;
    color: red;
    font-weight: normal;
}

#personal-files .gallery-uploader .uploader .success-msg {
    margin-left: 10px;
    color: green;
    font-weight: normal;
}

#personal-files .duplicate-uploader {
    background-color: #D8D2D2;
    display: block;
    padding: 5px; 0;
}

#personal-files .duplicate-uploader .buttons {
    margin-top: 5px;
}

#personal-files .duplicate-uploader button {
    margin: 0;
    padding: 5px 10px;
    background-color: #3d94cc;
    color: #ffffff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
    transition: 0.6s
}

#personal-files .gallery-uploader .uploader .video-error-msg {
    float: right;
    padding: 5px 0;
    color: red;
    font-weight: normal;
}

#personal-files .gallery-uploader .uploader .video-success-msg {
    float: right;
    padding: 5px 0;
    color: green;
    font-weight: normal;
}

#personal-files .gallery-uploader .uploader .study-error-msg {
    color: red;
    float: left;
}

#personal-files .gallery-uploader .uploader .study-success-msg {
    color: green;
    float: left;
}

#personal-files .gallery-uploader .uploader .text-counter {
    float: right;
}

#personal-files .gallery-uploader .uploader .upload-button {
    cursor: pointer;
    padding: 10px;
    background-color: #3d94cc;
    color: #ffffff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
    transition: 0.6s background;
}

#personal-files .gallery-uploader .uploader .upload-button:hover {
    background-color: #1D6EA3;
}

#linkedin-handle-editor, #twitter-handle-editor, #instagram-handle-editor, #tiktok-handle-editor {
    .submit-button {
        cursor: pointer;
        padding: 8px 16px;
        background-color: #72d116 !important;
        border-color: #4A8B0B !important;
        color: #ffffff;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        cursor: pointer;
        transition: 0.6s background;
    }

    .submit-button:hover {
        background-color: #4A8B0B !important;
        border-color: #4A8B0B !important;
    }
}

#personal-files .gallery-uploader .overlayer {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    font-weight: bold;
    background: rgba(245, 245, 245, 0.89);
    z-index: 100;
}

#personal-files .gallery-uploader .overlayer #picture-uploader{
    padding-top: 25%;
}

/*personal gallery*/
#personal-files .gallery{
    justify-content: center;
}

#personal-files .image-gallery {
    position: relative;
    display: flex;
    align-items: center;
    height: 400px;
    justify-content: space-around;
}

@media only screen and (max-width: 400px) {
    #personal-files .image-gallery {
        height: 300px;
    }
}

#personal-files .gallery-images {
    padding: 5px;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#personal-files .gallery-images .gallery-image {
    position: relative;
    width: 100%;
    justify-content: center;
    background-color: #f1f1f1;

    padding: 25px;
    margin: 5px;
    height: auto;
}

#personal-files .gallery-images .gallery-image {
    display: grid;
    justify-content: center;
}

#personal-files .gallery .image-gallery .left-arrow {
    font-size: xx-large;
    cursor: pointer;
}

#personal-files .gallery .image-gallery .right-arrow {
    font-size: xx-large;
    cursor: pointer;
}

#personal-files .gallery-images .gallery-image span.remove {
    padding: 5px 7px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

#personal-files .gallery-images .gallery-image span.remove:hover {
    font-weight: bold;
    background-color: white;
}

#personal-files .gallery-images .gallery-image:hover {
    background-color: #D6D4D0;
}

#personal-files .gallery-images .gallery-image img {
    max-height: 350px;
}

@media only screen and (max-width: 700px){
    #personal-files .gallery-images .gallery-image {
        width: 49.99999%;
        margin: 6px 0;
    }
}

@media only screen and (max-width: 500px){
    #personal-files .gallery-images .gallery-image {
        width: 100%;
    }
}
/*end of personal gallery*/

/*personal text files*/
#personal-files .text-files {
    padding: 5px 0;
    justify-content: center;
}

#personal-files .text-files .text-file {
    display: list-item;
    padding: 5px;
    display: block;
    cursor: pointer;
}

#personal-files .text-files .text-file .file-info .file-detail {
    display: table-cell;
    overflow: hidden;
}

#personal-files .text-files .text-file .file-info {
    position: relative;
    padding: 5px;
    border: 1px solid #e0e0e1;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
    height: 50px;
}

#personal-files .text-files .text-file .file-info:hover {
    background-color: #ccc;
}

#personal-files .text-files .text-file .pdf-icon {
    text-align: center;
    font-size: large;
    line-height: 30px;
    border-right: 1px solid #e0e0e1;
    color: #222 !important;
    width: 30px;
    float: left;
}

#personal-files .text-files .text-file .details {
    padding: 0 10px;
    text-align: center;
    font-size: medium;
    line-height: 30px;
    color: #222 !important;
}

#personal-files .text-files .text-file .file-info .remove {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(211, 211, 217, 0.84);
    text-align: center;
    width: 20px;
    height: 20px;
}

#personal-files .text-files .text-file .file-info .remove:hover {
    font-weight: bold;
}

/*personal text files*/

/*personal case studies*/
#personal-files .case-studies {
    padding: 5px 0;
}

#personal-files .case-studies .case-study {
    display: block;
    padding: 5px;
    cursor: pointer;
}

#personal-files .case-studies .case-study .case-info {
    position: relative;
    padding: 30px 15px;
    border: 1px solid #e0e0e1;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
}

#personal-files .case-studies .case-study .case-info .case-overflow {
    max-height:50px;
    overflow: hidden;
}

#personal-files .case-studies .case-study .case-info .case-text {
    text-align: justify;
    color: #222 !important;
}

#personal-files .case-studies .case-study .case-info .remove {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(211, 211, 217, 0.84);
    text-align: center;
    width: 20px;
    height: 20px;
}

#personal-files .case-studies .case-study .case-info .remove:hover {
    font-weight: bold;
}

#personal-files .case-studies .case-study .case-info .more {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 2px 5px;
    font-size: small;
    border: 1px solid rgba(211, 211, 217, 0.84);
    text-align: center;
}

#personal-files .case-studies .case-study .case-info .more:hover {
    font-weight: bold;
}

/*personal case studies*/


/*personal videos*/

#personal-files .videos {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#personal-files .videos .video {
    background-color: #f1f1f1;
    padding: 25px;
    position: relative;
    margin: 10px;
}

#personal-files .videos .video span.remove {
    position: absolute;
    background-color: #F1F1F1;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 5px;
}

#personal-files .videos span.remove:hover {
    font-weight: bold;
    background-color: white;
}

/*end of personal videos*/

/*end of personal files css*/

#companyInformation .informationWrapper .timeLineWrapper select {
    width: auto !important;
    min-width: 200px;
}

#contactNumber h1 {
    margin-bottom: 20px;
}


/*copied form root.css*/
.indexCorretion {
    position: relative;
    z-index: 1;
}
.square45 {
    width: 45px;
    height: 45px;
    border-radius: 3px;
}
.square45 img {
    width: 45px;
}
.square55 {
    width: 55px;
    height: 55px;
}
.square55 img {
    width: 55px;
}
.square60 img {
    width: 55px;
}
.square60 {
    width: 60px;
    height: 60px;
}
.square60 img {
    width: 60px;
}

.square70 {
    width:  70px;
    height: 70px;
}
.square70 img {
    width:  70px;
}

.square75 {
    width: 75px;
    height: 75px;
}
.square75 img {
    width: 75px;
}
.square75 a{
    width: 75px;
    height: 75px;
    display: block;
}
.square95 {
    width: 95px;
    height: 95px;
}
.square95 img {
    width: 95px;
}
.square85 {
    width: 85px;
    height: 85px;
}
.square85 img {
    width: 85px;
}
.square105 {
    width: 100px;
    height: 100px;
}
.square105 img {
    width: 100px;
}
.square110 {
    width: 110px;
    height: 110px;
}
.square110 img {
    width: 110px;
}
.square130 {
    width: 130px;
    height: 130px;
}
.square130 img {
    width: 130px;
}
.square160 {
    width: 160px;
    height: 160px;
}
.square160 img {
    width: 160px;
}
/*
 * Rounded Pictures
 */

a > .roundedPicture:hover {
    background: rgba(0, 0, 0, 0.17);
}
.roundedPicture {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: inset 0px 0px 19px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 0px 19px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 0px 19px 0 rgba(0, 0, 0, 0.3);
    transition: background 0.4s;
}
.enableEditing {
    color: #FFF;
}

.buttonGreen:hover {
    background: #4A8B0B !important;
}

.buttonGreen {
    border:none;
    border-radius: 5px;
    color: #FFF!important;
    background: #72d116 !important;
    box-shadow: 0px 1px 0px #518600 !important;
    border-bottom: 1px solid #3A9C0E !important;
    width: auto;
    font-size: 13px;
    transition: background 0.6s, color 0.6s;
    padding: 5px 10px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.74) !important;
    cursor: pointer;
}

.buttonGrey:hover {
    background: #5A5A5A !important;
}

.buttonGrey {
    border: none;
    border-radius: 5px;
    color: #FFF!important;
    background: #BDC0BA !important;
    box-shadow: 0px 1px 0px #666865 !important;
    border-bottom: 1px solid #363636 !important;
    width: auto;
    font-size: 13px;
    transition: background 0.6s, color 0.6s;
    padding: 5px 10px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.74) !important;
    cursor: pointer;
}

.buttonGrey a, .buttonGreen a, .edit-profile-button a {
    color: #FFF!important;
}

.sideBoxWContent {
    /* background: #fff url('images/profiles/profileBox/insideShadow.png') bottom repeat-x; */
    padding-bottom: 10px;
    border-bottom-left-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.sideBoxWContent .links li {
    color: #515151;
    font-size: 14px;
    box-sizing: border-box;
    padding: 10px 15px;
    transition: background 0.6s;
    border-bottom: #D7D6D6 1px solid;
}

.postAsCompany
{
    padding-left: 15px;
    padding-top: 10px;
}

.list > a {
    background-image: url('images/icons/list.png');
}

.events > a, .reply > a, .profile > a, .add > a, .list > a, .company > a, .articles > a, .comments > a, .compose > a, .contact > a, .forward > a, .save > a, .tick > a, .social > a, .evenlope > a {
    padding-left: 35px !important;
    background-repeat:no-repeat;
    background-position: left center;
}
.evenlope > a {
    background-image: url('images/icons/evenlope.png');
}
.contact > a {
    background-image: url('images/icons/contact.png');
}
.social > a {
    background-image: url('images/icons/social.png');
}
.tick> a {
    background-image: url('images/icons/tick.png');
}
.save > a {
    background-image: url('images/icons/save.png');
}
.events > a {
    background-image: url('images/icons/events.png');
}
.forward > a {
    background-image: url('images/icons/forward.png');
}
.reply > a {
    background-image: url('images/icons/reply.png');
}
.compose > a {
    background-image: url('images/icons/compose.png');
}
.comments > a {
    background-image: url('images/icons/comments.png');
}
.articles > a {
    background-image: url('images/icons/articles.png');
}
.company > a {
    background-image: url('images/icons/company.png');
}
.add > a {
    background-image: url('images/icons/add.png');
}
.profile > a {
    background-image: url('images/icons/profile.png');
}
.list > a {
    background-image: url('images/icons/list.png');
}
.at16nc.at300bs.at15nc.at15t_email.at16t_email {
    display:none;
}

a.addthis_button_email > span.at-icon-wrapper {
    display: none;
}

/*Small design for responsive*/
@media only screen and (min-width: 400px){
    /*profile picture*/
    .profile-picture {
        width: 160px;
        height: 160px;
    }
}
/*
 * side box for company,
 * profile,event,article
 */

.sideBoxWContent {
    /* background: #fff url('images/profiles/profileBox/insideShadow.png') bottom repeat-x; */
    padding-bottom: 10px;
    border-bottom-left-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.sideBoxWContent .links li {
    color: #515151;
    font-size: 12px;
    box-sizing: border-box;
    padding: 10px 15px;
    transition: background 0.6s;
    border-bottom: #D7D6D6 1px solid;
}

.postAsCompany
{
    padding-left: 15px;
    padding-top: 10px;
}


.sideBoxW {
    margin-bottom: 15px;
    position: relative;
    z-index: 0;
}

.sideBoxContacts .profilePicture {
    float: left;
    margin-right: 10px;
}
.sideBoxContacts li {
    padding: 20px 15px;
    border-bottom: 1px solid #CECECE;
}
.sideBoxContacts {
    color: #515151;
}
.sideBoxContacts h6.category {
    color: #515151;
    font-size: 13px;
}
.sideBoxContacts .userDetails {
    width: 165px;
    float: left;
}

@media only screen and (max-width: 500px) {
    /*header*/
    profile-main h1 {
        font-size: 16px !important;
    }

    profile-main h2 {
        font-size: 14px !important;
    }

    profile-main h3 {
        font-size: 12px !important;
    }

    .locationServiceBox {
        width: auto !important;
    }

    .locationServiceBox span, .locationServiceBox div, a {
        font-size: 12px !important;
    }

    .user-info {
        margin-top: 10px;
    }

    .profileMainInfo {
        width: 100%;
    }

    .profileEmployment {
        margin-top: 15px;
    }

    .locationServiceBox {
        min-width: 250px;
    }

    .profileInsideBox iframe {
        height: 200px !important;
    }

    #testimonialsBox .addNewInformationWrapper {
        padding: 0;
    }
    #testimonialsBox .addNewInformationWrapper ul li {
        width: 100%!important;
        margin: 0;
    }
    .testimonial-options a {
        width: auto!important;
    }
    .postAsCompany label {
        cursor: none;
    }
    .timeLine .content {
        padding: 10px;
    }
    .profileMisc {
        display: none;
    }
    .dates-wrapper .to-date {
        display: inline-block;
    }
    .addNewInformationWrapper > span {
        padding: 10px!important;
    }
    .current-position input[type="checkbox"].current-position-check {
        width: auto;
        display: inline;
    }
    #personal-files .text-files .text-file .details {
        font-size: smaller;
    }
    #personal-files .case-studies .case-study .case-info .case-text {
        font-size: smaller;
    }
    #personal-files .gallery-uploader .uploader {
        font-size: small;
    }
}

#upgradeReminder {
    margin-bottom: 20px;
    padding: 5px 10px;
    border: 2px solid #00ADEE;
    border-radius: 5px;
    background: #00ADEE;
}

#upgradeReminder a {
    color: white;
}

#upgradeReminder .close-upgrade-reminder {
    float: right;
    font-weight: bold;
    font-size: 14px !important;
}

#upgradeReminder span {
    display: flow-root;
}