@import url("http://fonts.googleapis.com/css?family=Raleway:400,300");
/****************************
    Chil 2.0 
    Style for Profile
    *************************/
/*azul claro*/
/*azul oscuro*/
/*verde*/
/*verde claro*/
/*#F4F4F4*/
/*naranja*/
@font-face {
  font-family: 'officina';
  src: url("/Fonts/OfficinaSanITCMedium.eot");
  src: url("/Fonts/OfficinaSanITCMedium.ttf") format("truetype"), url("/Fonts/OfficinaSanITCMedium.eot?#iefix") format("embedded-opentype");
  /* IE9+ */
}

@font-face {
  font-family: 'bebas';
  src: url("/Fonts/BebasNeue-webfont.eot");
  src: url("/Fonts/BebasNeue-webfont.eot?#iefix") format("embedded-opentype"), url("/Fonts/BebasNeue-webfont.woff") format("woff"), url("/Fonts/BebasNeue-webfont.ttf") format("truetype"), url("/Fonts/BebasNeue-webfont.svg#bebas_neueregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(/Fonts/Roboto-Condensed.woff) format("woff");
}

/*@font-face {
    font-family: 'MyFontFamily';
    src: url('myfont-webfont.eot?#iefix') format('embedded-opentype'), 
         url('myfont-webfont.woff') format('woff'), 
         url('myfont-webfont.ttf')  format('truetype'),
         url('myfont-webfont.svg#svgFontName') format('svg');
         }*/
@font-face {
  font-family: officina_it;
  src: url("/Fonts/OfficinaSanITCMediumItalic.ttf");
}

@font-face {
  font-family: code;
  src: url("/Fonts/SourceCodePro-Light.ttf");
}

/* Style for Header Profile
-----------------------------------------------------------------------------*/
/* line 12, Profile.scss */
header {
  margin: 0 auto;
  max-width: 1064px;
  background-color: #f4f4f4;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 19, Profile.scss */
.wrapper-profile-header {
  position: relative;
  margin-right: 40px;
}

/* line 24, Profile.scss */
.header-profile {
  width: 100%;
  padding-top: 23%;
  background: #FFF;
}

/* line 30, Profile.scss */
.profile-bkg {
  position: absolute;
  right: 0px;
  top: 19.23%;
  height: 65.38%;
  width: 100%;
}

/* line 39, Profile.scss */
.header-image {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 77.1%;
  height: 100%;
}
/* line 45, Profile.scss */
.header-image .profile-title {
  position: absolute;
  height: 19.23%;
  left: 0px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 0.83333rem;
}
/* line 52, Profile.scss */
.header-image .profile-title > div {
  width: 100%;
  height: 100%;
}
/* line 57, Profile.scss */
.header-image img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
/* line 64, Profile.scss */
.header-image h2 {
  height: 100%;
  line-height: 150%;
  margin-right: 126px;
}

/* line 71, Profile.scss */
.profile-photo-header {
  width: 23%;
  padding-top: 23%;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}

/* line 81, Profile.scss */
.profile-header {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

/* line 89, Profile.scss */
.profile-description {
  position: absolute;
  bottom: 15.38%;
  color: #FFF;
  left: 23%;
  padding-left: 1.66667rem;
  padding-bottom: 3rem;
  font-size: 2rem;
  text-shadow: 1px 1px 2px rgba(151, 151, 151, 0);
}

/* line 100, Profile.scss */
.profile-button-follow {
  padding-right: 57px;
  border: none;
  background: transparent;
  font: 20px/24px "Roboto", Arial, san-serif;
  color: #314555;
  cursor: pointer;
}

/* line 109, Profile.scss */
.unfollow.profile-button-follow {
  color: #f18700;
}

/* line 113, Profile.scss */
.switch-button-follow {
  position: absolute;
  top: 50%;
  right: 0.83333rem;
  margin-top: -1rem;
}
/* line 118, Profile.scss */
.switch-button-follow label {
  position: relative;
  display: inline-block;
  font: 20px "Roboto", Arial, san-serif;
  color: #314555;
  width: 100%;
  margin-right: 10px;
}
/* line 127, Profile.scss */
.switch-button-follow input[type="checkbox"]:not(:checked),
.switch-button-follow input[type="checkbox"]:checked {
  /* :checked here acting as a filter for older browsers */
  position: absolute;
  opacity: 0;
}
/* line 132, Profile.scss */
.switch-button-follow label {
  position: relative;
  display: inline-block;
  font: 20px "Roboto", Arial, san-serif;
  color: #314555;
  width: 100%;
}
/* line 140, Profile.scss */
.switch-button-follow input[type="checkbox"].switch + span + div {
  width: 40px;
  height: 18px;
  border-radius: 9px;
  background: #FFF;
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.2) inset;
  background-origin: border-box;
  background-clip: border-box;
  overflow: hidden;
  transition-duration: .4s;
  transition-property: padding,width;
  float: right;
  margin-top: 4px;
}
/* line 155, Profile.scss */
.switch-button-follow input[type="checkbox"].switch:checked + span + div {
  padding-left: 22px;
  width: 18px;
}
/* line 160, Profile.scss */
.switch-button-follow input[type="checkbox"].switch + span + div:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  margin: 1px;
  border-radius: inherit;
  background: #314555;
}
/* line 170, Profile.scss */
.switch-button-follow input[type="checkbox"].switch:checked + span + div:before {
  background: #52D921;
}
/* line 174, Profile.scss */
.switch-button-follow input[type="checkbox"].switch:active + span + div:before {
  background-color: #aaa;
}

/* line 179, Profile.scss */
.followswitch {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 52px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* line 188, Profile.scss */
.followswitch-checkbox {
  display: none;
}

/* line 191, Profile.scss */
.followswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #d7d7d7;
  border-radius: 20px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0) inset;
}

/* line 199, Profile.scss */
.followswitch-inner {
  display: block;
  height: 22px;
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0s ease-in 0s;
  -webkit-transition: margin 0s ease-in 0s;
  -o-transition: margin 0s ease-in 0s;
  transition: margin 0s ease-in 0s;
}

/* line 206, Profile.scss */
.followswitch-inner:before, .followswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 24px;
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  color: white;
  font-family: "Roboto", Arial, san-serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 218, Profile.scss */
.followswitch-switch {
  display: block;
  width: 22px;
  height: 22px;
  margin: 1px;
  background: #314555;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 28px;
  -moz-transition: all 0s ease-in 0s;
  -webkit-transition: all 0s ease-in 0s;
  -o-transition: all 0s ease-in 0s;
  transition: all 0s ease-in 0s;
}

/* line 231, Profile.scss */
.followswitch-checkbox:checked + .followswitch-label .followswitch-inner {
  margin-left: 0;
}

/* line 234, Profile.scss */
.followswitch-checkbox:checked + .followswitch-label .followswitch-switch {
  right: 0px;
  background: #80BA26;
}

/* line 239, Profile.scss */
.social-nets {
  position: absolute;
  z-index: 1;
  bottom: 15.38%;
  color: #FFF;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 5px 0px 5px 10px;
}
/* line 247, Profile.scss */
.social-nets .website-profile {
  color: #FFF;
  padding: 2px;
  padding-right: 6px;
  border-right: 1px solid #FFF;
  float: left;
  margin-right: 10px;
  font: 1rem "Roboto", Arial, san-serif;
}
/* line 256, Profile.scss */
.social-nets .website-profile:hover {
  color: #f18700;
}
/* line 259, Profile.scss */
.social-nets i {
  border-radius: 50%;
  color: #FFF;
  font-size: 16px;
  padding: 4px;
  margin-right: 5px;
}
/* line 266, Profile.scss */
.social-nets i.fonticon-Facebook {
  background-color: #3b5998;
}
/* line 267, Profile.scss */
.social-nets i.fonticon-Twitter {
  background-color: #00aced;
}
/* line 268, Profile.scss */
.social-nets i.fonticon-Google {
  background-color: #dd4b39;
}
/* line 269, Profile.scss */
.social-nets i.fonticon-Youtube {
  background-color: #bf171d;
}
/* line 270, Profile.scss */
.social-nets i.fonticon-Linkedin {
  background-color: #007fb1;
}
/* line 271, Profile.scss */
.social-nets i.fonticon-Orcid {
  background-color: #96d72f;
}
/* line 272, Profile.scss */
.social-nets i.fonticon-Researcherid {
  background-color: #fda402;
}
/* line 274, Profile.scss */
.social-nets a:hover i {
  background-color: #FFF;
}
/* line 275, Profile.scss */
.social-nets a:hover i.fonticon-Facebook {
  color: #3b5998;
}
/* line 276, Profile.scss */
.social-nets a:hover i.fonticon-Twitter {
  color: #00aced;
}
/* line 277, Profile.scss */
.social-nets a:hover i.fonticon-Google {
  color: #dd4b39;
}
/* line 278, Profile.scss */
.social-nets a:hover i.fonticon-Youtube {
  color: #bf171d;
}
/* line 279, Profile.scss */
.social-nets a:hover i.fonticon-Linkedin {
  color: #007fb1;
}
/* line 280, Profile.scss */
.social-nets a:hover i.fonticon-Orcid {
  color: #96d72f;
}
/* line 281, Profile.scss */
.social-nets a:hover i.fonticon-Researcherid {
  color: #fda402;
}

/* line 286, Profile.scss */
.header-settings .social-nets {
  bottom: 0px;
}
/* line 289, Profile.scss */
.header-settings img {
  display: block;
}

/******************************

SECTIONS FROM PROFILE

*******************************/
/* line 300, Profile.scss */
.user-create-options {
  list-style: none;
}
/* line 302, Profile.scss */
.user-create-options li {
  margin-bottom: 10px;
}
/* line 305, Profile.scss */
.user-create-options a {
  display: block;
  font: 18px "Roboto", Arial, san-serif;
  line-height: 40px;
  color: #ecf3f9;
  background-color: #314555;
  padding: 0px 10px;
  border-radius: 6px;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}
/* line 319, Profile.scss */
.user-create-options a:hover {
  color: #fbb256;
}
/* line 322, Profile.scss */
.user-create-options i {
  display: inline-block;
  background-color: #85898c;
  width: 26px;
  height: 26px;
  font-size: 16px;
  border-radius: 50%;
  text-align: center;
  line-height: 26px;
  margin-right: 16px;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}
/* line 338, Profile.scss */
.user-create-options a:hover i {
  background-color: #fbb256;
  color: #ecf3f9;
}

/* line 345, Profile.scss */
.ch-profile-custom-info > div,
.profile-custom-info section {
  position: relative;
  padding: 20px;
  background: #FFF;
  margin-bottom: 20px;
  color: #7F7F7F;
  font-size: 14px;
  line-height: 26px;
}
/* line 353, Profile.scss */
.ch-profile-custom-info > div ul, .ch-profile-custom-info > div ol,
.profile-custom-info section ul,
.profile-custom-info section ol {
  padding-left: 10px;
}

/* line 358, Profile.scss */
.ch-profile-custom-info img {
  max-width: 100%;
}

/* line 366, Profile.scss */
.ch-profile-custom-info > div:hover .remove-section,
.ch-profile-custom-info > div:hover .edit-icon,
.profile-custom-info section:hover .remove-section,
.profile-custom-info section:hover .edit-icon {
  display: block;
}

/* line 373, Profile.scss */
.ch-profile-custom-info > div .underline,
.profile-custom-info .underline {
  text-decoration: underline;
}
/* line 376, Profile.scss */
.ch-profile-custom-info > div .bold,
.profile-custom-info .bold {
  font-weight: bold;
}
/* line 379, Profile.scss */
.ch-profile-custom-info > div .italic,
.profile-custom-info .italic {
  font-style: italic;
}
/* line 382, Profile.scss */
.ch-profile-custom-info > div a,
.profile-custom-info a {
  color: #6e9fbe;
  text-decoration: none;
}
/* line 386, Profile.scss */
.ch-profile-custom-info > div a:hover,
.profile-custom-info a:hover {
  color: #314555;
  text-decoration: underline;
}

/* line 393, Profile.scss */
.ch-profile-custom-info > div > div:first-child,
.profile-custom-info header {
  font: 20px "Roboto", Arial, san-serif;
  color: #314555;
  margin-bottom: 20px;
  background-color: #FFF;
}

/* line 400, Profile.scss */
[data-editable="1"] > div > div:first-child {
  cursor: move;
}

/* line 404, Profile.scss */
.profile-view .ch-profile-custom-info > div {
  border: 1px solid #d7d7d7;
}

/* line 408, Profile.scss */
.profile-view .ch-profile-custom-info > div > div:nth-child(2) {
  max-height: 78px;
  overflow-y: auto;
}

/* line 414, Profile.scss */
[data-scroll="scrollbar-style"] > div > div:nth-child(2)::-webkit-scrollbar {
  width: 8px;
}

/* line 418, Profile.scss */
[data-scroll="scrollbar-style"] > div > div:nth-child(2)::-webkit-scrollbar-thumb {
  background-color: #FFF;
  border: 1px solid #d7d7d7;
}

/* line 423, Profile.scss */
[data-scroll="scrollbar-style"] > div > div:nth-child(2)::-webkit-scrollbar-track {
  background-color: #6e9fbe;
  border: 1px solid #6e9fbe;
}

/* line 430, Profile.scss */
.profile-button-header {
  margin: 0 10px;
  float: right;
  width: auto;
}

/* line 436, Profile.scss */
.profile-name-header {
  padding: 0px;
  margin-bottom: 0px;
}

/* line 441, Profile.scss */
.profile-loc {
  font-family: 'Segoe UI',Arial;
  color: #fff;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0);
}

/* line 448, Profile.scss */
.profile-loc .loc-title {
  font-size: 18px;
}

/* line 452, Profile.scss */
.profile-loc .loc-name {
  font-size: 14px;
  font-style: italic;
  text-transform: capitalize;
}

/* line 458, Profile.scss */
.profile-loc .ico-location {
  background-image: url("/Images/icons.png");
  background-position: -8px -579px;
  height: 15px;
  width: 15px;
  display: inline-block;
}

/* line 469, Profile.scss */
.profile-view .title-qa {
  padding-left: 0px;
  max-height: 72px;
  overflow: hidden;
  line-height: 36px;
}

/* line 476, Profile.scss */
.social-net {
  overflow: hidden;
}

/* line 480, Profile.scss */
.social-net-ico {
  display: inline-block;
  float: left;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  background: url(/Images/social_nets.png);
}

/* line 489, Profile.scss */
.profile-form h2 {
  position: relative;
}

/* line 492, Profile.scss */
.profile-form h2 span {
  position: absolute;
  top: -170px;
}

/* line 497, Profile.scss */
#content-profile-about > p {
  padding: 5px 10px;
  border-bottom: 1px solid #E6E6E6;
}

/* line 502, Profile.scss */
#content-profile-about > p:last-child {
  border-bottom: none;
}

/* line 507, Profile.scss */
#content-profile a.edit {
  display: block;
}

/* line 511, Profile.scss */
#content-profile-edit {
  margin-right: 0px;
  margin-left: 0px;
  margin-top: -30px;
  padding-right: 30px;
}

/* line 518, Profile.scss */
.profile-box {
  height: 30px;
  display: block;
  margin-top: 15px;
  display: block;
  background-color: #F3F3F3;
  border: 1px solid #E6E6E6;
}

/* line 527, Profile.scss */
.profile-box ul {
  list-style: none;
  margin: 0;
  height: 30px;
}

/* line 533, Profile.scss */
.profile-box li {
  float: left;
  display: block;
  border-right: 1px solid #E6E6E6;
  position: relative;
}

/* Bubble for item selected*/
/* line 542, Profile.scss */
.profile-box li.selected:before,
.profile-box li.selected:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}

/* line 549, Profile.scss */
.profile-box li.selected:before {
  top: 30px;
  left: 40px;
  /* This value must to change according to option selected */
  /* Triangle */
  border-style: solid dashed dashed;
  border-width: 8px 8px 0;
  border-color: transparent;
  border-top-color: #E6E6E6;
  z-index: 0;
}

/* line 560, Profile.scss */
.profile-box li.selected:after {
  top: 29px;
  left: 40px;
  /* This value must to change according to option selected */
  /* Triangle */
  border-style: solid dashed dashed;
  border-width: 8px 8px 0;
  border-color: transparent;
  border-top-color: #21AEEC;
  z-index: 1;
}

/* End Bubble for item selected*/
/* line 574, Profile.scss */
.profile-box li:hover a,
.profile-box li.selected a {
  background-color: #21AEEC;
  color: #FFF;
}

/* line 579, Profile.scss */
.profile-box li a {
  display: inline-block;
  padding: 6px 15px 0 10px;
  color: #CCC;
  font-size: 16px;
  font-family: 'Segoe UI',Arial;
  height: 24px;
  width: auto;
}

/* line 590, Profile.scss */
.profile-box li i {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  display: inline-block;
  background-image: url("../images/icons2.png");
  background-repeat: no-repeat;
  background-size: auto;
}

/* line 600, Profile.scss */
.profile-box li i.profile {
  background-position: -3px -3px;
}

/* line 605, Profile.scss */
.profile-box li.selected i.profile,
.profile-box li:hover i.profile {
  background-position: -22px -3px;
}

/* line 610, Profile.scss */
.profile-box li i.post {
  background-position: -3px -3px;
}

/* line 615, Profile.scss */
.profile-box li.selected i.post,
.profile-box li:hover i.post {
  background-position: -22px -3px;
}

/* line 619, Profile.scss */
.bio-box {
  margin-top: 30px;
}

/* line 623, Profile.scss */
.bio-title {
  font-size: 18px;
  font-family: 'Segoe UI',Arial;
  color: #CCCCCC;
}

/* line 629, Profile.scss */
.bio-line {
  border: none;
  background-color: #CCCCCC;
  margin-top: 5px;
  /*width:420px;*/
  height: 1px;
}

/* line 637, Profile.scss */
.bio-about {
  font-size: 12px;
  font-family: 'Segoe UI', Arial;
  font-style: italic;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #7F7F7F;
}

/* line 646, Profile.scss */
.bio-data-title {
  font-size: 12px;
  font-family: 'Segoe UI',Arial;
  color: #CCCCCC;
  line-height: 24px;
}

/* line 653, Profile.scss */
.bio-data-value {
  font-size: 12px;
  font-family: 'Segoe UI',Arial;
  font-style: italic;
  color: #7F7F7F;
}

/* line 660, Profile.scss */
.bio-data-value a {
  text-decoration: none;
  color: #7F7F7F;
}

/* line 665, Profile.scss */
.bio-map {
  height: 150px;
}

/* line 669, Profile.scss */
.guys-holder img {
  vertical-align: middle;
  padding-right: 20px;
}
/* line 673, Profile.scss */
.guys-holder p {
  font: 16px/18px "Roboto", Arial, san-serif;
  cursor: pointer;
}
/* line 677, Profile.scss */
.guys-holder p:hover {
  color: #6e9fbe;
}

/* line 683, Profile.scss */
.profile-photo {
  width: 180px;
  height: 180px;
  border: 1px solid #E6E6E6;
  margin-top: 30px;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}

/* line 693, Profile.scss */
.profile-photo .remove {
  height: 15px;
  width: 15px;
  background-image: url("/images/icons2.png");
  position: absolute;
  top: 1px;
  right: 1px;
  background-color: black;
  padding: 2px 0 2px 2px;
  opacity: .5;
  display: none;
  background-position: -155px -23px;
  border-radius: 3px;
}

/* line 708, Profile.scss */
.profile-photo:hover .remove {
  display: block;
}

/* line 712, Profile.scss */
.profile-photo:hover .remove:hover {
  opacity: 1;
}

/* line 716, Profile.scss */
.follow-by-email {
  width: 125px !important;
}

/* line 720, Profile.scss */
.profile-network {
  height: auto;
  margin: 30px 15px;
}

/* line 725, Profile.scss */
.profile-subtitle {
  color: #F27403;
  font-size: 18px;
  font-family: 'Segoe UI',Arial;
  padding-bottom: 5px;
}

/* line 732, Profile.scss */
.profile-grid-img {
  width: 180px;
  padding-bottom: 12px;
}

/* line 737, Profile.scss */
.profile-grid-img p {
  float: left;
  width: 15%;
  padding-right: 3px;
  line-height: 30px;
}

/* line 744, Profile.scss */
.profile-grid-img img {
  vertical-align: middle;
}

/* line 746, Profile.scss */
.profile-view-all {
  float: none;
  clear: both;
  width: 188px;
  height: 30px;
  background-color: #F3F3F3;
  border: 1px solid #E6E6E6;
}

/* line 755, Profile.scss */
.profile-view-all a {
  text-decoration: none;
  color: #CCCCCC;
  float: right;
  padding-top: 5px;
  padding-right: 10px;
  font-size: 12px;
  font-family: officina1,Arial;
}

/* line 765, Profile.scss */
.profile-clear {
  float: none;
  clear: both;
}

/* line 770, Profile.scss */
.widget-panel {
  height: 6rem;
  overflow: hidden;
  margin-bottom: 1.66667rem;
}
/* line 771, Profile.scss */
.widget-panel img {
  float: left;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0);
}
/* line 775, Profile.scss */
.widget-panel .simple-info {
  position: relative;
  margin-left: 92px;
}

/* line 784, Profile.scss */
.widget-panel:last-child {
  margin-bottom: 0px;
}

/* line 790, Profile.scss */
.button-photo {
  width: 184px;
}

/* line 794, Profile.scss */
.button-edit {
  display: inline-block;
  height: 20px;
}

/* line 799, Profile.scss */
.fb-photo-sep {
  background-color: #E6E6E6;
  border: medium none;
  height: 1px;
  margin: 20px 30px 20px 0;
  position: relative;
  width: auto;
}

/* line 808, Profile.scss */
.fb-photo-sep span {
  background-color: #FFFFFF;
  border: medium none;
  color: #CBCBCB;
  font-family: 'Segoe UI',Arial;
  font-size: 16px;
  padding: 0 10px;
  position: absolute;
  top: -9px;
  left: 20px;
}

/* line 820, Profile.scss */
.organization-profile {
  background: #FFF;
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  border: 1px solid #E6E6E6;
}

/* line 829, Profile.scss */
.organization-profile .profile-organization-save {
  border-top: 1px solid #E6E6E6;
  background: #F3F3F3;
  margin: 0px -20px -20px -20px;
}

/* line 835, Profile.scss */
.organization-profile .profile-organization-save input {
  margin: 10px;
}

/* line 839, Profile.scss */
.organization-profile .check-box-row {
  margin: -5px 0 15px 120px;
  color: #7F7F7F;
}

/* line 844, Profile.scss */
.organization-profile .field-row .tb-location {
  margin-left: 0px;
  border: none;
  padding-left: 0px;
}

/* line 850, Profile.scss */
.organization-profile .field-row .tb-location .location {
  width: 100%;
}

/* line 854, Profile.scss */
.organization-profile .field-row .tb-location a {
  position: absolute;
  top: 0px;
  right: 0px;
}

/* line 860, Profile.scss */
.organization-profile .field-row input[type=text] {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 867, Profile.scss */
.organization-profile .field-row {
  padding-right: 0px;
}

/* Style Header for Organizations
---------------------------------------------------------------------------*/
/* line 874, Profile.scss */
#wrapper > .wrap-header {
  border-left: 0px solid #fff;
  border-right: 210px solid #F3F3F3;
  height: 1%;
  position: relative;
}

/* line 881, Profile.scss */
#wrapper > .wrap-header:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

/* line 889, Profile.scss */
#wrapper > section > div.corp {
  margin-top: 0;
}

/* line 893, Profile.scss */
.header-org {
  width: 540px;
  height: 182px;
  float: left;
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}

/* line 902, Profile.scss */
.logo-corp {
  float: left;
  margin-top: 60px;
}

/* line 907, Profile.scss */
.logo-corp > img {
  width: 100%;
  height: 100%;
}

/* line 912, Profile.scss */
.corp-right {
  margin-top: -235px;
}

/* line 916, Profile.scss */
.corp-left {
  margin-top: 0;
}

/* line 920, Profile.scss */
.profile-box-corp {
  margin-top: 10px;
}

/* line 924, Profile.scss */
.content-profile-corp {
  padding: 0 30px !important;
}

/* line 928, Profile.scss */
.cover-org {
  position: absolute;
  left: 0;
}

/* Style for photo profile options
---------------------------------------------------------------------------*/
/*.profile-photo:hover .options-photo-profile, 
.profile-photo-header:hover .options-photo-profile,
.profile-photo-header:hover .edit-icon {
    display: block;
}


.profile-photo .options-photo-profile {
    position:absolute;    
    bottom:0;
    height:25px;
    width:100%;
    opacity:0.3;
    background-color:black;
    display:none;
}

.options-photo-profile ul {
    list-style: none;
    margin: 0 auto;   
    background-color:black; 
}

.options-photo-profile li {
    display:inline-block; 
    padding:0 3px;
    
}

.options-photo-profile li:hover {
    background-color:#21AEEC;
    opacity:1;
}


.options-photo-profile li a {
    background-image: url("../images/icons2.png");
    background-repeat: no-repeat;
    background-size: auto;  
    width:20px;
    height:18px;     
    vertical-align: middle;
    display:inline-block;
}

.options-photo-profile li a.change-photo {
    background-position: -168px -4px;
    opacity:0.6;
}

.options-photo-profile li:hover a.change-photo {    
    opacity:1;
}

.options-photo-profile li a.get-fcb {       
    background-position: -187px -4px;
    opacity:0.6;
}

.options-photo-profile li:hover a.get-fcb {    
    opacity:1;
}

.profile-photo:hover .options-photo-profile:hover {
    opacity:0.6;
    }*/
/* line 1009, Profile.scss */
.name-effect {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0);
}

/* Style for photo profile options
---------------------------------------------------------------------------*/
/* line 1019, Profile.scss */
.profile-photo-header .remove {
  height: 20px;
  width: 20px;
  background-image: url("../images/icons2.png");
  position: absolute;
  top: 1px;
  right: 1px;
  background-color: #fff;
  padding: 0;
  /*opacity: .5;*/
  display: none;
  background-position: -290px -25px;
  border-radius: 10px;
}

/* line 1035, Profile.scss */
.profile-photo-header:hover .remove {
  display: block;
}

/* line 1039, Profile.scss */
.profile-photo-header:hover .remove:hover {
  background-position: -310px -25px;
}

/*.profile-photo-header:hover .options-photo-profile {
    display: block;
}

.profile-photo-header .options-photo-profile {
    position:absolute;    
    bottom:0;
    height:20px;
    width:100%;
    opacity:0.6;
    background-color:black;
    display:none;
}

.profile-photo-header:hover .options-photo-profile:hover {
    opacity:1;
    }*/
/* Style for Profile Toolbar 
-----------------------------------------------------------------------------*/
/* line 1065, Profile.scss */
.profile-toolbar {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 15.38%;
}
/* line 1071, Profile.scss */
.profile-toolbar ul {
  list-style: none;
  height: 100%;
}

/* line 1078, Profile.scss */
.profile-toolbar ul li {
  width: 50%;
  float: left;
  height: 100%;
}

/* line 1085, Profile.scss */
.profile-toolbar ul a {
  height: 100%;
  line-height: 150%;
  padding: 0.5rem 0px;
  width: 100%;
  display: block;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1097, Profile.scss */
.profile-toolbar ul a,
.profile-toolbar ul a:visited {
  text-decoration: none;
  font-size: 1.5rem;
  font-family: "Roboto", Arial, san-serif;
  color: #7f7f7f;
}

/* line 1105, Profile.scss */
.profile-toolbar ul li:hover a,
.profile-toolbar ul li.selected a {
  color: #6e9fbe;
}

/* line 1109, Profile.scss */
.profile-toolbar ul i {
  background-image: url("../images/icons2.png");
  display: inline-block;
  width: 20px;
  height: 24px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: auto;
}

/* line 1119, Profile.scss */
.profile-toolbar ul i.feeds {
  background-position: -2px -1px;
}

/* line 1124, Profile.scss */
.profile-toolbar ul li.selected i.feeds,
.profile-toolbar ul li:hover i.feeds {
  background-position: -22px -1px;
}

/* line 1128, Profile.scss */
.profile-toolbar i.msg {
  background-position: -417px -2px;
}

/* line 1133, Profile.scss */
.profile-toolbar li.selected i.msg,
.profile-toolbar li:hover i.msg {
  background-position: -417px -2px;
}

/* line 1137, Profile.scss */
.profile-toolbar ul i.files {
  background-position: -42px -2px;
}

/* line 1142, Profile.scss */
.profile-toolbar ul li.selected i.files,
.profile-toolbar ul li:hover i.files {
  background-position: -62px -2px;
}

/* line 1146, Profile.scss */
.profile-toolbar ul i.people {
  background-position: -204px -2px;
}

/* line 1151, Profile.scss */
.profile-toolbar ul li.selected i.people,
.profile-toolbar ul li:hover i.people {
  background-position: -223px -2px;
}

/* line 1155, Profile.scss */
.profile-toolbar ul i.settings {
  background-position: -126px -1px;
}

/* line 1160, Profile.scss */
.profile-toolbar ul li.selected i.settings,
.profile-toolbar ul li:hover i.settings {
  background-position: -145px -1px;
}

/* line 1164, Profile.scss */
.profile-toolbar ul i.none {
  background-position: 20px 0;
  width: 0;
}

/* Style for Background Image 
-----------------------------------------------------------------------------*/
/* line 1173, Profile.scss */
.profile-wrap-bkg {
  width: 800px;
  height: 100%;
  margin-left: 142px;
  position: relative;
}

/* line 1180, Profile.scss */
.profile-bkg > img {
  width: 100%;
  height: 100%;
}

/* line 1185, Profile.scss */
.gradient-bkg {
  background: url("../images/gradient-header-profile.png");
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*opacity:0.12;*/
}

/* Style for Wall Settings
---------------------------------------------------------------------------*/
/* line 1199, Profile.scss */
#wrapper.settings-view {
  margin-top: 60px;
}

/* line 1203, Profile.scss */
#wrapper.settings-view .settings-nav {
  padding: 0px;
  border: 1px solid #d7d7d7;
  border-right: none;
}

/* line 1210, Profile.scss */
#wrapper.settings-view section {
  border: 1px solid #d7d7d7;
  padding: 20px;
  background: #e5e5e5;
}
/* line 1215, Profile.scss */
#wrapper.settings-view #content-profile {
  padding: 0px;
}
/* line 1218, Profile.scss */
#wrapper.settings-view aside.settings-nav {
  position: fixed;
  top: 41px;
  left: 0px;
  width: 100%;
  border: none;
  text-align: center;
}
/* line 1225, Profile.scss */
#wrapper.settings-view aside.settings-nav li {
  float: left;
  width: 20%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #C9C9C9;
}
/* line 1231, Profile.scss */
#wrapper.settings-view aside.settings-nav li:hover a {
  background: #FFF;
  color: #314555;
}
/* line 1235, Profile.scss */
#wrapper.settings-view aside.settings-nav .selected a {
  background: #FFF;
  color: #314555;
}
/* line 1239, Profile.scss */
#wrapper.settings-view aside.settings-nav .selected:after {
  content: none;
}
/* line 1242, Profile.scss */
#wrapper.settings-view aside.settings-nav .setting-profile-nav {
  max-width: 960px;
  margin: 0px auto;
}

/* line 1250, Profile.scss */
.change-photo-text {
  float: left;
  padding-top: 20px;
  font-size: 15px;
  font-family: officina1,Arial;
}

/* line 1257, Profile.scss */
.profile-setting-box .photo-profile-info .profile-photo-header .remove {
  left: 0;
}

                      /*.profile-setting-box .photo-profile-info
.profile-photo-header .options-photo-profile{
    display: block;
    position: relative;
    margin-left: 92px;
    opacity: 1;
}
.profile-setting-box .photo-profile-info
.profile-photo-header .options-photo-profile{
    background: transparent;
}
.profile-setting-box .photo-profile-info
.profile-photo-header .options-photo-profile ul{
    background: transparent;
}
.profile-setting-box .photo-profile-info
.profile-photo-header .options-photo-profile li{
    display: block;
}
.profile-setting-box .photo-profile-info
.profile-photo-header .options-photo-profile li:hover{
    background: transparent;
}
.profile-setting-box .photo-profile-info
.profile-photo-header .options-photo-profile ul a{
    width: auto;
    height: 16px;
    opacity: 1;
    padding: 5px 8px;
    border: 1px solid #A6A6A6;
    border-radius: 5px;
    margin-bottom: 4px;
    background: #FFF; /* Old browsers */
                                                                  /*
background: -moz-linear-gradient(top,  #ffffff 0%, #ededed 100%); /* FF3.6+ */
                                                                                                               /*
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
                                                                    /*
background: -webkit-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
                                                               /*
background: -o-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Opera 11.10+ */
                                                                /*
background: -ms-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* IE10+ */
                                                                  /*
background: linear-gradient(to bottom,  #ffffff 0%,#ededed 100%); /* W3C */
                                                                               /*
}

.profile-setting-box .photo-profile-info .profile-photo-header .options-photo-profile ul .get-fcb {
    background: #3b5798;
    border: 1px solid #3b5798;
    color: #fff;
    }*/
/* Settings - Custom Field
---------------------------------------------------------------------------*/
/* line 1313, Profile.scss */
.search-box-people {
  margin-top: 5px;
}

/* line 1317, Profile.scss */
.header-message {
  width: 95% !important;
  height: 28px;
  font-family: 'Segoe UI';
}

/* Style for Responsive Design
---------------------------------------------------------------------------*/
/* line 1329, Profile.scss */
.no-desktop {
  display: none;
}

/* line 1334, Profile.scss */
.send-msg,
.send-mail {
  height: 28px;
  position: absolute !important;
  right: 110px;
  background-color: #48C31D;
  border-radius: 3px;
  border: 1px solid #48C31D;
}

/* line 1343, Profile.scss */
.send-msg span,
.send-mail span {
  color: #FFF;
  text-shadow: none;
}

/* line 1348, Profile.scss */
.profile-toolbar ul .send-msg a .msg,
.profile-toolbar ul .send-mail a .msg {
  height: 21px;
}

/* line 1353, Profile.scss */
.profile-toolbar ul .send-msg:hover,
.profile-toolbar ul .send-mail:hover {
  background-color: #52D921;
}

        /*

@media only screen and (max-width: 960px){
    #content-profile {
        margin: 10px auto;
        max-width: 480px;
    }
    .profile-view h1 {
        margin: 0px auto;
        max-width: 480px;
        padding-left: 0px;
    }

    .profile-view .title-qa {
        max-height: 42px;
        overflow: hidden;
    }

    .profile-view section {
        border-right: none !important;
    
    }

    #wrapper-2col-left > section > div {
        margin-top: 55px;
    }
    
    .setting-nav .selected:after {
        content: none;
    }

    .profile-form p {
        margin: 0 auto;
        padding: 0;
    }

    .no-desktop {
        display:block;
    }

    .hide-me {
        display:none;
    }

    .profile-info-2-col {
        margin-left:160px;
    }

    .profile-photo {
        margin-right:15px;
        margin-top:0;
        width:135px;
        height:135px;
    }

    .profile-photo > img {
        width:135px;
    }

    .profile-display {
        margin:-160px 0 0 0;
    }

    .button-edit {        
        width:70px;
    }

    .follow-box-2-col {
        width:auto;
        margin-left:0;
    }

    .profile-view-all {
        width:auto;
    }

    .wrapper-profile-header .header-profile {
        width:100%;
    }    

    h1 {
        font-size:28px;
    }

    h2 {
        font-size:16px;
    }

    .profile-loc .loc-name {
        font-size:12px;
    }        
}

/*
@media only screen and (max-width: 768px) {

    .wrapper-profile-header {
        height:112px !important;
    }

    .profile-view {
        /*padding-top:70px !important;*/
        /*
    }
    
    .profile-data-header {
        width:74%;
        top: 30px;
        left:115px;        
    }
   
    .profile-photo-header,
    .profile-header {
        width:90px;
        height:90px;
    }

    header .profile-toolbar {
        /*margin-top:112px;*/
        /*
    }

	
    .profile-toolbar > div {
        width:100% !important;
    }


    .profile-view {
        /*padding-top:100px !important;*/
        /*
    }

	
    .profile-toolbar > ul a,
    .profile-toolbar > ul a:visited {
        font-size:14px !important;
    }

    h1 {
        padding:10px 0 8px;
    }

    h2 {
        padding-bottom:0;
    }

    .bio-data-title {
        font-size:16px;
    }
}

@media only screen and (max-width: 590px) {

    .profile-view .settings-nav {
        left: 0px;
        top: 25px;
        position: relative;
        height: 30px;
        padding: 0;
        width: 100%;
        float: none;
        text-align: center;
        background: transparent;
    }

    .profile-view .settings-nav .setting-nav .selected a,
    .profile-view .settings-nav .setting-nav li a:hover {
        border-color: #48C31D;
        background-color: #52D921;
        color: #fff;
    }
    .profile-view .settings-nav .setting-nav li a{
		background-color: #F3F3F3;
		border: 1px solid #E5E5E5;
		color: #999;
		text-shadow: none;
		border-radius: 4px;
		padding: 5px 10px;
		margin-right: 10px;
	}
	.profile-view .settings-nav li{
        display: inline-block;
    }
    .profile-setting-box, .wall-setting-box {
        margin: 15px auto;
    }
}


@media only screen and (max-width: 480px) {    

    .wrapper-profile-header .header-profile {
        height:110px;
    }

    .wrapper-profile-header {
        height:75px !important;
    }

    .wrapper-profile-header .header-profile {
        height:100%;
    }

    header .profile-toolbar {
        /*margin-top:75px;*/
        /*
    }
	
    .profile-photo-header,
    .profile-header {
        width:60px;
        height:60px;
    }

    .profile-photo-header {
        margin:0;
    }

    .profile-data-header {
        top:28px;
        left:85px;
        width:84%;
    }

    .profile-button-header {
        width:23%;
        display:block;
    }

    .profile-button-follow {
        width:80px;
        margin-top:0;
        font-size:14px;
        padding:0 10px 1px;
    }

    .profile-name-header {
        font-size:20px;
        padding:0;
        height:24px;
    }
    

    h2 {        
        height:20px;
    }

    .profile-loc {
        display:none;
    }

    .profile-toolbar > ul a,
    .profile-toolbar > ul a:visited {
        font-size:12px !important;
    }

    .profile-view {
        /*padding-top:60px !important;*/
    /*
    }
	
    .profile-toolbar ul a,
    .profile-toolbar ul a:visited {
        font-size:14px !important;
    }

    .bio-data-title {
        font-size:16px;
    }

    .change-bkg-box {
        bottom:10px;
        right:5px;
    }

    /* Edit Profile */
    /*
    #content-profile-edit {
        margin-top:-20px;
        padding-right:0;        
    }

    .bio-box {
        padding:30px 15px;
    }


    /* Create Organization */
                             /*
    .organization-wrapper {
        padding:0 15px !important;
    }
    .profile-setting-box, .wall-setting-box {
        margin-left: 10px;
        margin-right: 10px;
    }
    .profile-form input[type=submit], #settings-profile [type=submit] {
        margin-right: 15px;
    }

    .organization-box {
        width:100% !important;
    }
    .profile-form .tb-location input[type=text] {
        width: 82%;
    }
    .send-msg,
    .send-mail {
        right: 80px;
    }
    }*/
/*Styles for Wall widget editor*/
/* line 1664, Profile.scss */
.wall-widget-editor {
  width: 500px;
}

/* line 1668, Profile.scss */
.wall-widget-editor label {
  width: 70px;
  text-align: left;
}

/* line 1673, Profile.scss */
.wall-widget-editor label.copy-html {
  width: auto;
}

/* line 1677, Profile.scss */
.wall-widget-editor .field-row .tb-identifier {
  width: 200px;
}

/* line 1682, Profile.scss */
.wall-widget-editor .field-row .tb-width,
.wall-widget-editor .field-row .tb-height {
  width: 50px;
}

/* line 1686, Profile.scss */
.wall-widget-editor .field-row textarea {
  width: 435px;
}

/* line 1690, Profile.scss */
.wall-widget-editor .popup-form .field-row {
  margin-bottom: 10px;
}

/*Styles for Wall widget editor*/
/* line 1695, Profile.scss */
.invite-to-profile label {
  width: 50px;
  text-align: left;
}

/* line 1700, Profile.scss */
.invite-to-profile label.error {
  float: none;
  width: auto;
  margin-left: 55px;
}

/* line 1707, Profile.scss */
.invite-to-profile .field-row textarea,
.invite-to-profile .field-row input[type=text] {
  width: 470px;
}

/* line 1711, Profile.scss */
.invite-to-profile .popup-form .field-row {
  margin-bottom: 10px;
}

/* line 1715, Profile.scss */
.help-text {
  width: auto;
  color: #999;
}

/* line 1720, Profile.scss */
.invite-to-profile .help-text {
  margin-left: 55px;
}

/*.profile-widget {
    margin-bottom: 20px;
	padding: 20px;
}

.profile-widget h2 {
    font: 18px 'officina1', Arial, san-serif;
    color: #606060;
    margin-bottom: 10px;
    padding: 0px;
    }*/
/* line 1738, Profile.scss */
.no-widget-profile {
  margin: 10px;
  padding: 10px;
  text-align: center;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  background: #F3F3F3;
  color: #999;
  text-shadow: 1px 1px 0px #FFF;
}

/* line 1750, Profile.scss */
.wall-videos-widget,
.wall-photos-widget {
  list-style-type: none;
  overflow: hidden;
  margin: -0.41667rem;
}
/* line 1754, Profile.scss */
.wall-videos-widget li,
.wall-photos-widget li {
  float: left;
  padding: 0.41667rem;
  width: 25%;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 1761, Profile.scss */
.wall-videos-widget img,
.wall-photos-widget img {
  width: 100%;
  height: auto;
}

/* line 1768, Profile.scss */
.wall-videos-widget li:hover .play {
  display: block;
}
/* line 1772, Profile.scss */
.wall-videos-widget .play {
  position: absolute;
  width: 36px;
  height: 36px;
  background-image: url(/images/icons2.png);
  background-position: -81px -74px;
  display: none;
  top: 50%;
  left: 50%;
  margin-top: -18px;
  margin-left: -18px;
}

/* line 1787, Profile.scss */
.profile-widgets-sep {
  margin: 8px;
  height: 0;
  border: none;
  border-bottom: 1px solid #ccc;
}

/****************************

MANAGER SETTINGS

*****************************/
/* Layout (/Profile/_LayoutLeftSection.cshtml)
---------------------------------------------------------------------------*/
/* line 1807, Profile.scss */
#wrapper.profile-view > div {
  padding: 10px;
}

/* line 1811, Profile.scss */
#wrapper.profile-view aside {
  width: 240px;
  min-width: 240px;
}

/* Form settings (/User/EditProfileForm.cshtml)
---------------------------------------------------------------------------*/
/* line 1818, Profile.scss */
.profile-form {
  overflow: hidden;
}

/* line 1822, Profile.scss */
.header-settings {
  position: relative;
  margin-bottom: 20px;
}

/* line 1827, Profile.scss */
.profile-setting-box {
  margin-bottom: 20px;
}
/* line 1829, Profile.scss */
.profile-setting-box > div {
  max-width: 540px;
  margin: 0px auto;
}
/* line 1834, Profile.scss */
.profile-setting-box label {
  float: left;
  text-align: right;
  width: 130px;
}
/* line 1840, Profile.scss */
.profile-setting-box .avatar-companion,
.profile-setting-box label + div {
  position: relative;
  margin-left: 140px;
}
/* line 1844, Profile.scss */
.profile-setting-box input {
  margin-bottom: 20px !important;
}
/* line 1847, Profile.scss */
.profile-setting-box .date-selector {
  margin-bottom: 10px;
}

/* Avatar */
/* line 1856, Profile.scss */
.avatar-settings {
  float: left;
  position: relative;
}
/* line 1859, Profile.scss */
.avatar-settings .profile-header {
  position: relative;
  width: 128px;
  height: auto;
}
/* line 1864, Profile.scss */
.avatar-settings img {
  border: 1px solid #d7d7d7;
}

/* line 1869, Profile.scss */
.rolespicker-wrapper {
  margin-left: 20px;
}

/* line 1872, Profile.scss */
.rolespicker-wrapper:after {
  content: "";
  clear: both;
  display: block;
  width: 100%;
  height: 0px;
}

/* line 1881, Profile.scss */
.qa-costum,
.pp-roles {
  border: 1px solid #E6E6E6;
  border-radius: 3px;
}

/* line 1886, Profile.scss */
.wall-setting-box .search-box-people {
  width: auto;
  padding-left: 0;
}

/* line 1891, Profile.scss */
.profile-form .field-row .date-selector {
  border: none;
}

/* line 1895, Profile.scss */
.profile-form .tb-location {
  color: #B2B2B2;
  background-color: #fff;
  font-size: 12px;
  font-family: 'Segoe UI',Arial;
}

/* line 1902, Profile.scss */
.profile-form .tb-location input[type=text] {
  width: 100%;
  padding-left: 7px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1910, Profile.scss */
.profile-form .tb-location a {
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 6px 5px 0 3px;
}

/* line 1917, Profile.scss */
.profile-form .tb-location .loading-ico {
  display: none;
  margin-top: 4px;
  position: absolute;
  right: 4px;
  top: 4px;
}

/* line 1926, Profile.scss */
.profile-form input[type=submit],
#settings-profile [type=submit] {
  float: right;
  margin-top: 15px;
}

/* line 1932, Profile.scss */
.profile-form .loading-txt,
#settings-profile .loading-txt {
  float: right;
  margin-top: 15px;
  display: none;
}

/* line 1938, Profile.scss */
.profile-form .field-row label {
  width: 94px;
  padding: 5px 0;
  float: left;
  font-size: 15px;
  font-family: officina1,Arial;
  text-align: left;
}

/* line 1947, Profile.scss */
.password-form .field-row input[type=password] {
  padding-bottom: 2px;
}

/* line 1951, Profile.scss */
.password-form .loading-txt {
  padding-left: 20px;
}

/* line 1955, Profile.scss */
.password-form .field-row label {
  width: 135px;
}

/* line 1959, Profile.scss */
.password-form .field-row input[type=submit] {
  margin-top: 0;
  width: auto;
  float: left;
}

/* line 1965, Profile.scss */
.profile-form label.error {
  width: auto;
  font: 12px/18px "Segoe UI", Arial;
  float: none;
  color: red;
  padding: 5px 0 0;
}

/* line 1973, Profile.scss */
.profile-form textarea {
  resize: none;
  width: 285px;
  height: 50px;
  padding: 5px 0 5px 5px;
  border-top: 2px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  border-left: 2px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  font-size: 12px;
  font-family: 'Segoe UI',Arial;
  font-style: italic;
  margin: 5px 0 10px;
  color: #7F7F7F;
}

/* line 1989, Profile.scss */
.profile-form .bio-map {
  margin-top: 15px;
}

/* line 1993, Profile.scss */
.profile-form .check-box-row {
  margin: -5px 0 15px 120px;
  color: #333;
  font: 12px 'Segoe UI',arial;
}

/* line 1999, Profile.scss */
.profile-form .date-selector-day {
  width: 64px;
}

/* line 2003, Profile.scss */
.profile-form .prfile-header-type {
  width: auto;
}

/* line 2007, Profile.scss */
.profile-form .date-selector-year {
  width: 80px;
}

/* Nav settings (/Profile/.cshtml)
---------------------------------------------------------------------------*/
/* line 2014, Profile.scss */
.setting-nav {
  list-style: none;
  font: 18px "Roboto", Arial, san-serif;
  color: #6e9fbe;
}
/* line 2018, Profile.scss */
.setting-nav li {
  position: relative;
}
/* line 2021, Profile.scss */
.setting-nav a {
  display: block;
  padding: 0px 10px;
  color: inherit;
  font-size: inherit;
  line-height: 40px;
  padding: 0px 10px;
}
/* line 2029, Profile.scss */
.setting-nav li:hover a {
  background: #6e9fbe;
  color: #FFF;
}
/* line 2033, Profile.scss */
.setting-nav li.selected a {
  background-color: #FFF;
}
/* line 2036, Profile.scss */
.setting-nav li.selected:hover a {
  color: #6e9fbe;
}

/*______ FAVICON ______*/
/* line 2043, Profile.scss */
.favicon {
  position: relative;
}
/* line 2045, Profile.scss */
.favicon .ch-profile-favicon {
  width: 16px;
  margin: 5px;
}
/* line 2049, Profile.scss */
.favicon .select-favicon {
  display: none;
  opacity: 0;
  border: 1px solid #d7d7d7;
  position: absolute;
  top: 30px;
  background-color: #FFF;
  z-index: 1;
}
/* line 2057, Profile.scss */
.favicon .select-favicon a {
  display: block;
  padding: 10px;
}
/* line 2061, Profile.scss */
.favicon .select-favicon a:hover {
  background-color: #6e9fbe;
  color: #FFF;
}
/* line 2065, Profile.scss */
.favicon .select-favicon li:first-child a:hover:before {
  content: "";
  position: absolute;
  border-width: 8px;
  border-style: solid;
  bottom: 100%;
  left: 5px;
  border-color: transparent transparent #6e9fbe transparent;
  margin-bottom: -1px;
  z-index: 2;
}
/* line 2079, Profile.scss */
.favicon .select-favicon:after,
.favicon .select-favicon:before {
  content: "";
  position: absolute;
  border-width: 8px;
  border-style: solid;
  bottom: 100%;
  left: 5px;
}
/* line 2088, Profile.scss */
.favicon .select-favicon:after {
  border-color: transparent transparent #d7d7d7 transparent;
}
/* line 2091, Profile.scss */
.favicon .select-favicon:before {
  border-color: transparent transparent #FFF transparent;
  margin-bottom: -1px;
  z-index: 1;
}

/* line 2098, Profile.scss */
.favicon:hover .select-favicon {
  display: block;
  opacity: 1;
}

/*______ SETTINGS ______*/
/*_ List I belong _*/
/* line 2106, Profile.scss */
.ibelong-holder {
  overflow: hidden;
  margin: -10px;
}
/* line 2109, Profile.scss */
.ibelong-holder .ibelong-panel {
  width: 50%;
  padding: 10px;
  padding-left: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
/* line 2115, Profile.scss */
.ibelong-holder .ibelong-panel .avatar-holder {
  display: block;
  border-radius: 50%;
  margin-left: -20px;
  border: 4px solid #FFF;
  position: relative;
  z-index: 1;
}
/* line 2123, Profile.scss */
.ibelong-holder .ibelong-panel h2 {
  font-size: 20px;
  padding-left: 45px;
  width: 100%;
  line-height: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 2129, Profile.scss */
.ibelong-holder .ibelong-panel h2 a {
  color: #314555;
}
/* line 2133, Profile.scss */
.ibelong-holder .ibelong-panel h3 {
  margin-bottom: 5px;
}
/* line 2135, Profile.scss */
.ibelong-holder .ibelong-panel h3 span {
  color: #f18700;
}
/* line 2139, Profile.scss */
.ibelong-holder .ibelong-panel .info-holder {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -55px;
}
/* line 2143, Profile.scss */
.ibelong-holder .ibelong-panel .info-holder img {
  width: 100%;
}

/*_ End List I belong _*/
@media only screen and (max-width: 360px) {
  /* line 2154, Profile.scss */
  #content-profile {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* line 2159, Profile.scss */
  .wrapper-profile-header .header-profile {
    height: 110px;
  }

  /* line 2163, Profile.scss */
  .wrapper-profile-header {
    height: 75px !important;
  }

  /* line 2167, Profile.scss */
  .wrapper-profile-header .header-profile {
    height: 100%;
  }

  /* line 2171, Profile.scss */
  header .profile-toolbar {
    /*margin-top: 75px;*/
  }

  /* line 2176, Profile.scss */
  .profile-photo-header,
  .profile-header {
    width: 60px;
    height: 60px;
  }

  /* line 2181, Profile.scss */
  .profile-photo-header {
    margin: 0;
  }

  /* line 2185, Profile.scss */
  .profile-data-header {
    top: 28px;
    left: 80px;
    width: 75%;
  }

  /* line 2191, Profile.scss */
  .profile-name-header {
    font-size: 18px;
    padding: 0;
  }

  /* line 2196, Profile.scss */
  h2 {
    padding-bottom: 0;
  }

  /* line 2200, Profile.scss */
  .profile-loc {
    display: none;
  }

  /* line 2205, Profile.scss */
  .profile-toolbar ul a,
  .profile-toolbar ul a:visited {
    font-size: 12px !important;
  }

  /* line 2210, Profile.scss */
  .profile-toolbar span {
    display: none;
  }

  /* line 2216, Profile.scss */
  .bio-data-title {
    font-size: 14px;
  }

  /* Menu profile */
  /* line 2221, Profile.scss */
  .profile-menu-box {
    width: 180px;
    /*left:-86px;*/
  }

  /*.profile-menu-box > div.menu-box-buble:after {
      left:70%;
      }*/
  /* line 2230, Profile.scss */
  .header-profile:hover .change-bkg-box {
    display: none;
  }

  /* line 2234, Profile.scss */
  .profile-photo .remove {
    display: none;
    height: 0;
    width: 0;
  }

  /* line 2240, Profile.scss */
  .profile-photo:hover .remove {
    display: none;
  }

  /* line 2245, Profile.scss */
  .button-submit,
  .button-cancel {
    font-size: 12px;
  }

  /* line 2249, Profile.scss */
  .question-ico {
    width: 20px !important;
    height: 24px !important;
    background-position: -4px -3px;
  }

  /* line 2255, Profile.scss */
  .feed-item .question-title .q-title {
    margin-left: 20px !important;
  }
}
@media only screen and (max-width: 780px) {
  /* line 2261, Profile.scss */
  .profile-name-header {
    font-size: 1.75rem;
  }

  /* line 2264, Profile.scss */
  .profile-toolbar ul a {
    padding: 0px;
  }

  /* line 2267, Profile.scss */
  .profile-description {
    padding-bottom: 0.83333rem;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 610px) {
  /* line 2274, Profile.scss */
  .profile-name-header {
    font-size: 1.5rem;
  }
}
