﻿@import url('ReferenceTheme.PortalTheme.PortalTheme_V1.Plain.css?40267');

/*/PortalTheme/Theme.Community.css*/
h2 {
    color: #333;
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: 600;
    line-height: 33px;
    
}


h3 {
    color: #333;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

 html .display-tablet,
 html .display-mobile {
    display: none;
}


body {
    background-color: #eceff1;
}
.community-maincontent {
    max-width: 980px;
    margin: 0 auto;
}




.Button {
    background-image: linear-gradient(180deg, #f9f9f9 0%, #f4f4f4 100%);
    border: 1px solid #cfd8dc;
    border-radius: 4px;
    box-shadow: inset 0 3px 0 rgba(255, 255, 255, .5);
    color: #384142;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 40px;
    
    padding: 0 18px;
    transition: all 5s ease;
}

.Button:hover {
    background: #fff;
    border: 1px solid #cfd8dc;
    box-shadow: 0 4px 28px rgba(0, 0, 0, .08), 0 3px 6px rgba(123, 123, 123, .10), inset 0 1px 0 white;
}


.Button:active {
    background-image: linear-gradient(to top, #f9f9f9 0%, #f4f4f4 100%);
    border: 1px solid #cfd8dc;
    box-shadow: inset 0 1px 0 rgba(213, 213, 213, .5), inset 0 1px 3px rgba(255, 0, 0, .07);
    color: rgba(56,65,66,.56);
}

.Button[disabled],
.Button[disabled]:hover,
.Button[disabled]:focus,
.Button[disabled]:active {
    background-image: linear-gradient(180deg, #f9f9f9 0%, #f4f4f4 100%);
    border: 1px solid #dfdfdf;
    box-shadow: inset 0 3px 0 rgba(255, 255, 255, .5);
    color: rgba(56,65,66,.74);
    cursor: not-allowed;
    opacity: .77;
}

.Button img {
    max-height: 25px;
    max-width: 25px;
    vertical-align: middle;
}

.Button.Small {
    line-height: 24px;
}

.Button.Loading {
    background-image: linear-gradient(180deg, #f9f9f9 0%, #f4f4f4 100%);
    border: 1px solid #cfd8dc;
    box-shadow: inset 0 3px 0 rgba(255, 255, 255, .5);
}

.ButtonWithIcon {
    background-image: linear-gradient(180deg, #f9f9f9 0%, #f4f4f4 100%);
    border: 1px solid #cfd8dc;
    border-radius: 4px;
    box-shadow: inset 0 3px 0 rgba(255, 255, 255, .5);
    color: #384142;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 40px;
    min-width: 160px;
    padding: 0 15px 0 55px;
    position: relative;
}

.ButtonWithIcon .Icon {
    background-image: linear-gradient(180deg, #788d96 0%, #5f7078 100%);
    border: 1px solid #6d787d;
    border-radius: 4px 0 0 4px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .08), inset 0 1px 0 #8b989e;
    color: #384142;
    display: inline-block;
    font-size: 20px;
    height: 42px;
    left: 0;
    line-height: 42px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 42px;
    margin: -1px;
}

.ButtonWithIcon .Icon img {
    max-height: 20px;
    max-width: 20px;
    vertical-align: baseline;
}

.ButtonWithIcon:hover {
    background: #fff;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .08), 0 7px 18px rgba(123, 123, 123, .15), inset 0 1px 0 white;
}


.ButtonWithIcon:focus,
.ButtonWithIcon:active {
    background-image: linear-gradient(to top, #f9f9f9 0%, #f4f4f4 100%);
    box-shadow: inset 0 1px 0 rgba(213, 213, 213, .5), inset 0 1px 3px rgba(0, 0, 0, .07);
    color: rgba(56,65,66,.56);
    opacity: .84;
}

.ButtonWithIcon:focus .Icon,
.ButtonWithIcon:active .Icon {
    opacity: .84;
}


.ButtonWithIcon[disabled],
.ButtonWithIcon[disabled]:hover,
.ButtonWithIcon[disabled]:focus,
.ButtonWithIcon[disabled]:active {
    background-image: linear-gradient(to top, #f9f9f9 0%, #f4f4f4 100%);
    box-shadow: inset 0 3px 0 rgba(255, 255, 255, .5);
    color: rgba(56,65,66,.56);
    cursor: not-allowed;
    opacity: .77;
}

.ButtonWithIcon[disabled] .Icon,
.ButtonWithIcon[disabled]:hover .Icon,
.ButtonWithIcon[disabled]:focus .Icon,
.ButtonWithIcon[disabled]:active .Icon {
    opacity: .77;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
.Button.Loading img,
.Button.Loading .fa,
.ButtonWithIcon.Loading .Icon img,
.ButtonWithIcon.Loading .Icon .fa {
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: rotate;
    -webkit-animation-timing-function: linear;
}

.Button.Loading {
    background-image: linear-gradient(180deg, #f9f9f9 0%, #f4f4f4 100%);
    border: 1px solid #cfd8dc;
    box-shadow: inset 0 3px 0 rgba(255, 255, 255, .5);
}

.ButtonWithIcon.Loading {
    opacity: 0.6;
}

.Button.Load + .Button.Loading,
.ButtonWithIcon.Load + .ButtonWithIcon.Loading {
    display: none;
}



.Button.Is_Default,
.Button.red {
    background-image: linear-gradient(180deg, #e52601 0%, #ce2200 100%);
    border: 1px solid #a61b00;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .08), inset 0 1px 0 rgba(255, 255, 255, .28);
    color: #fff;
}

.Button.Is_Default:hover,
.Button.red:hover{
    background-image: linear-gradient(180deg, #e83c1a 0%, #e94828 100%);
    border: 1px solid #b63112;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, .08), 0 7px 18px rgba(123, 123, 123, .25), inset 0 1px 0 #ff0078;
    transition: box-shadow 2s cubic-bezier(.215,.61,.355,1);
}

.Button.Is_Default:focus,
.Button.Is_Default:active,
.Button.red:focus,
.Button.red:active {
    background-image: linear-gradient(to top, #e52601 0%, #ce2200 100%);
    border: 1px solid #a61b00;
    box-shadow: 1px -2px 4px rgba(0, 0, 0, .08), inset 0 2px 4px rgba(0, 0, 0, .35);
    color: rgba(255,255,255,.78);
}

.Button.Is_Default[disabled],
.Button.Is_Default[disabled]:hover,
.Button.Is_Default[disabled]:focus,
.Button.Is_Default[disabled]:active,
.Button.red[disabled],
.Button.red[disabled]:hover,
.Button.red[disabled]:focus,
.Button.red[disabled]:active {
    background-image: linear-gradient(180deg, #e52601 0%, #ce2200 100%);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .08), inset 0 1px 0 #ff007a;
    color: rgba(255,255,255,.75);
    opacity: .5;
}

.Button.Small {
    line-height: 24px;
}

.Button.Is_Default img {
    margin-right: 5px;
}

.Button.Is_Default.Loading,
.ButtonWithIcon.Is_Default.Loading {
    opacity: .6;
}

.ButtonWithIcon.Is_Default {
    background-image: linear-gradient(180deg, #f9f9f9 0%, #f4f4f4 100%);
    border: 1px solid #cfd8dc;
    box-shadow: inset 0 3px 0 rgba(255, 255, 255, .5);
    color: #384142;
}

.ButtonWithIcon.Is_Default .Icon {
    background-image: linear-gradient(180deg, #e52601 0%, #ce2200 100%);
    border: 1px solid #a61b00;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .08), inset 0 1px 0 #ff007a;
    color: #fff;
}

.ButtonWithIcon.Is_Default:hover {
    background: #fff;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .08), 0 7px 18px rgba(123, 123, 123, .15), inset 0 1px 0 white;
}

.ButtonWithIcon.Is_Default:hover .Icon {
    background-image: linear-gradient(180deg, #e83c1a 0%, #e94828 100%);
    border: 1px solid #b63112;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .08), -1px 0 4px rgba(0, 0, 0, .11), inset 0 1px 0 #ff0078;
}

.ButtonWithIcon.Is_Default:focus,
.ButtonWithIcon.Is_Default:active {
    box-shadow: inset 0 1px 0 rgba(213, 213, 213, .5), inset 0 1px 3px rgba(0, 0, 0, .07);
    color: rgba(56,65,66,.56);
    opacity: .84;
}

.ButtonWithIcon.Is_Default:focus .Icon,
.ButtonWithIcon.Is_Default:active .Icon {
    color: rgba(255,255,255,.75);
}

.ButtonWithIcon.Is_Default[disabled],
.ButtonWithIcon.Is_Default[disabled]:hover,
.ButtonWithIcon.Is_Default[disabled]:focus,
.ButtonWithIcon.Is_Default[disabled]:active {
    background-image: linear-gradient(180deg, #f9f9f9 0%, #f4f4f4 100%);
    border: 1px solid #dfdfdf;
    box-shadow: inset 0 3px 0 rgba(255, 255, 255, .5);
    color: rgba(56,65,66,.41);
    cursor: not-allowed;
    opacity: .77;
}

.ButtonWithIcon.Is_Default[disabled] .Icon,
.ButtonWithIcon.Is_Default[disabled]:hover .Icon,
.ButtonWithIcon.Is_Default[disabled]:focus .Icon,
.ButtonWithIcon.Is_Default[disabled]:active .Icon {
    background-image: linear-gradient(180deg, #e52601 0%, #ce2200 100%);
    border: 1px solid #a61b00;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .08), inset 0 1px 0 #ff007a;
    color: rgba(255,255,255,.75);
}






input.search-input {
    height: 42px;
    line-height: 42px;
    border: 1px solid #cfd8dc;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    margin: 0px;
    box-shadow: none;
    padding-left: 20px;
    border-right: none;
    
}

input.search-input.gray {
    background-color: #eceff1;
}

.search.Button,
.search.Button.Is_Default {
    border-radius: 0 4px 4px 0px;
    margin-left: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    width: 25%;
}


.Button {
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}


.Button .fa {
    margin-right: 10px;
    font-size: 20px;
    font-weight: 400;
}


.Button.full {
    display: block;
    text-align: center;
}


.Button.gray {
    background-image: linear-gradient(180deg, #f9f9f9 0%, #f4f4f4 100%);
    border: 1px solid #cfd8dc;
    box-shadow: inset 0 3px 0 rgba(255, 255, 255, .5);
    color: #384142;
}

.Button.gray:hover {
    background-image: linear-gradient(180deg, #f9f9f9 0%, #f4f4f4 100%);
    box-shadow: inset 0 3px 0 rgba(255, 255, 255, .5);
    color: #384142;
    background: #fff;
    border: 1px solid #cfd8dc;
    box-shadow: 0 4px 28px rgba(0, 0, 0, .08), 0 3px 6px rgba(123, 123, 123, .10), inset 0 1px 0 white;
}

.Button.gray:active,
.Button.gray:focus{
    background-image: linear-gradient(to top, #f9f9f9 0%, #f4f4f4 100%);
    border: 1px solid #cfd8dc;
    box-shadow: inset 0 1px 0 rgba(213, 213, 213, .5), inset 0 1px 3px rgba(255, 0, 0, .07);
    color: rgba(56,65,66,.56);
}




.Button.green {
    background-image: linear-gradient(180deg, #8bc34a 0%, #8bc34a 100%);
    border: 1px solid #8bc34a;
    box-shadow: inset 0 3px 0 #8bc34a;
    color: white;
}

.Button.green:hover {
  
}

.Button.green:active,
.Button.green:focus {

}


.NotApprovedContainerList {
    background-color: #C30;
    color: #fff;
    padding: 0 3px;
    font-size: 12px;
    margin-left: 10px;
    margin-top: 2px;
    display: inline-block;
}


.topic-card { 
    border-top: 1px solid #e7eced;
    padding: 16px 20px;
 
}

.topic-card h2 {
    color: #08c;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 0px;
    max-width: 0;   
    width: 100%;
}

.topic-card h2 img {
    margin-right: 5px;
}

.topic-card .forum-name a{
    color: #949fa3;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
}

.topic-card .topic-details {
    font-family: "Open Sans";
    font-size: 9px;
    line-height: 20px;
    color: #B0BEC5;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: right;
}

.topic-card .topic-details.Bold {
    color: #37474f;
    font-weight: 700;
}

.topic-card .topic-tags {
    position: relative;
    white-space: nowrap;
    overflow: hidden; 
    position: relative;
}

.topic-card .topic-tags:before {
    content: '';
    width: 60px;
    height: 17px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(252,252,252,0);
    background: -moz-linear-gradient(left, rgba(252,252,252,0) 0%, rgba(255,255,255,0.3) 30%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(252,252,252,0)), color-stop(30%, rgba(255,255,255,0.3)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left, rgba(252,252,252,0) 0%, rgba(255,255,255,0.3) 30%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left, rgba(252,252,252,0) 0%, rgba(255,255,255,0.3) 30%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(252,252,252,0) 0%, rgba(255,255,255,0.3) 30%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(252,252,252,0) 0%, rgba(255,255,255,0.3) 30%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ffffff', GradientType=1 );
}

.search.Button, .search.Button.Is_Default {
  width: 20%;
}

.search.Button .fa {
font-size: 12px;
}

.padding-30{
    padding: 30px;
}


.search-or {
    color: #b0bec5;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 700;
    line-height: 42px;
    text-align: center;
}
.ask-question {
    font-family: "Open Sans";
    line-height: 41px;
    height: 41px;
    text-transform: uppercase;
}
.button-group {
    text-align: right;
}
.button-group a {
    background-color: #f4f4f4;
    background-image: linear-gradient(180deg, #f9f9f9 0%, #f4f4f4 100%);
    border: 1px solid #cfd8dc;
    box-shadow: inset 0 3px 0 rgba(255, 255, 255, 0.5);
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    width: 25%;
    text-transform: uppercase;
    height: 24px;
    line-height: 24px;
    box-sizing: border-box;
    margin-left: -1px;
    text-align: center;
    color: #949fa3;
}
.button-group a:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-left: 0px;
}
.button-group a:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.button-group a.selected {
    background-image: linear-gradient(to top, #f9f9f9 0%, #f4f4f4 100%);
    box-shadow: inset 0 1px 0 rgba(213, 213, 213, 0.5), inset 0 1px 3px rgba(0, 0, 0, 0.07);
    color: #333;
}
.action-links a {
    color: #08c;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    margin-right: 20px;
}
.big-button {
    background-color: #008acf;
    background-image: linear-gradient(to top, #008acf 0%, #0168ac 100%);
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
    cursor: pointer;
    color: white;
    font-family: "Open Sans";
    padding: 20px;
    position: relative;
}
.big-button:after {
    content: "";
    background-image: url("/PortalTheme/img/path118.png?39877");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: 20px;
    top: 27px;
    height: 40px;
    width: 20px;
}
.big-button .top {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
}
.big-button .bottom {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
}
.big-button.red {
    background-color: #fa4738;
    background-image: linear-gradient(to top, #fa4738 0%, #e43a15 100%);
}

.big-button.red:hover {
    background-color: #fa4738;
    background-image: linear-gradient(to top, #fa4738 0%, #e43a15 100%);
}


.community-separator {
    border-top: 1px solid #cfd8dc;
    padding-top: 20px;
    margin-top: 20px;
}
.leaderboard {    
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
}

.leaderboard h1,
.leaderboard h2,
.leaderboard h3,
.leaderboard h4 {
    padding-bottom: 0px;   
}

.leaderboard .first, .leaderboard .second, .leaderboard .third {
    background-color: #f6f6f6;
    font-weight: 700;
}

.leaderboard .poster-holder.first {
    margin-top: 0px;
    padding-top: 25px;
}

.leaderboard .score {
    display: block;
    min-width: 55px;
    height: 31px;
    background-color: #eceff1;
    border-radius: 100px 0 0 100px;
    float: right;
    text-align: center;
    line-height: 31px;
    color: #596669;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 700;
    padding-left: 15px;
    box-sizing: border-box;
    text-align: left;
}

.leaderboard .first .score {
    width: 77px;
    background-image: linear-gradient(to top, #ffde00 0%, #ffc107 100%);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    color: white;
}

.leaderboard .second .score {
    width: 67px;
    background-image: linear-gradient(180deg, #b5c3c9 0%, #cfd8dc 100%);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    color: white;
}

.leaderboard .third .score {
    background-image: linear-gradient(to top, #d48810 0%, #a95006 100%);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    color: white;
}

.leaderboard .user-image {
    border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
}

.leaderboard .user-image {
    border-radius: 100%;
}

html .leaderboard .self {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    padding: 25px 0px 25px 15px;
    margin-top: 15px;
}

.leaderboard .poster-holder {
    margin: 0px;
    padding: 10px 0px 10px 15px;
}

.job-offers .bottom, .leaderboard .bottom {
    background-color: #f6f6f6;
    border-radius: 0 4px 4px 0;
    box-shadow: inset 0 1px 0 #eceff1;
    padding: 20px 25px;
    color: #262626;
    font-size: 14px;
    font-weight: 400;
}

.training {
    background-color: #f6f6f6;
    padding: 15px 25px;
}

.missing-steps {
    padding: 20px 25px 30px 25px;
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 19px;
    color: #08c;
    font-weight: 400;
}

.missing-steps a {
    color: #007fbf;
    font-weight: 700;
    text-decoration: underline;
}

.missing-steps .progress-bar {
    background-color: #eceff1;
    border-radius: 100px;
    height: 6px;
}

.missing-steps .progress-bar .progress-fill {
    height: 6px;
    width: 33%;
    background-color: #08c;
    border-radius: 100px;
}


.CompanyName {
    color: #333;
    font-size: 14px;
    font-weight: 700;
}
.JobTitleName {
    font-size: 14px;
    font-weight: 600;
}
.JobSubmitionDate {
    color: #A3AFB5;
    font-size: 14px;
    font-weight: 400;
}
.JobMarketTitle {
    font-size: 18px;
    font-weight: 700;
}
.no-posts {
    background-color: #eceff1;
    border-radius: 4px;
    padding: 15px 15px 15px 65px;
    color: #455a64;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
    background-image: url('/forums/img/Emoji.png?40098');
    background-repeat: no-repeat;
    background-position: 20px;
    margin: 10px 20px 0px 20px;
}




.community-homepage-header {
    position: relative;
    background: white;
    height: 117px;
    margin-bottom: 40px;
}
.community-homepage-header .homepage-header-maincontent .left-section {
    width: 26%;
    display: block;
    height: 100%;
    float: left;
    position: relative;
    z-index: 10;
}

.community-homepage-header .homepage-header-maincontent .right-section {
    width: 73%;
    display: block;
    height: 100%;
    float: right;
    position: relative;
    z-index: 0;
}
.community-homepage-header .homepage-header-maincontent {
    margin: 0 auto;
    position: relative;
    height: 100%;
    width: 100%;
}

.left-content h1 {
    font-family: "Open Sans";
    font-size: 32px;
    font-weight: 400;
}

.community-homepage-header .homepage-header-maincontent .left-content {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 100%;
    max-width: 395px;
    bottom: 0;
    top: 0;
    padding-top: 30px;
}
.community-homepage-header .homepage-header-maincontent .right-content {
    z-index: 10;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    padding-top: 0;
    margin-left: 0px;
    color: white;
    width: 100%;
    max-width: 583px;
    margin: 10px 0px;
    height: 90px;
    overflow: hidden;
}
.community-homepage-header .homepage-header-maincontent .bubbles .bubble-wrapper span.bubble {
    background-color: rgba(0, 0, 0, 0.46);
    border-radius: 62.99999952316284px;
    padding: 10px 30px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    color: white;
    font-family: "Open Sans";
    font-size: 17px;
    line-height: 23px;
    font-weight: 400;
    display: inline-block;
}
.community-homepage-header .homepage-header-maincontent .bubbles .bubble-wrapper.last .bubble:after {
    border-radius: 20px / 10px;
    content: '';
    display: block;
    position: absolute;
}
.community-homepage-header .homepage-header-maincontent .bubbles .bubble-wrapper.last .bubble:after {
    border: 8px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.46);
    bottom: 2px;
    left: -5px;
}
.community-homepage-header .homepage-header-maincontent .bubbles span.person-name {
    font-weight: 700;
}
.community-homepage-header .homepage-header-maincontent .bubbles .bubble-wrapper {
    position: relative;
    display: block;
    margin-bottom: 2px;
}
.community-homepage-header .homepage-header-maincontent .bubbles .bubble-wrapper img.emoticon {
    display: inline-block;
    width: auto;
}
.community-homepage-header .homepage-header-maincontent .bubbles .buble-author-wrapper {
    color: white;
    font-family: "Open Sans";
    font-size: 9px;
    line-height: 12px;
    font-weight: 400;
    margin-left: 30px;
}
.community-homepage-header .homepage-header-maincontent .bubbles .buble-author-wrapper span.name {
    font-weight: 700;
}
.community-homepage-header .homepage-header-maincontent .slide {
    height: 90px;
    width: 100%;
    border: 1px solid #eceff1;
    border-radius: 4px 0 0 4px;
    border-right: none;
    box-sizing: border-box;
}
.community-homepage-header .homepage-header-maincontent .slide.WEBINAR {
    background-image: url('/cms_backoffice/assets/20160511120525/rectangle-691');
    background-color: #37474f;
    background-size: cover;    
    box-sizing: border-box;
    background-position: center;
}
.community-homepage-header .homepage-header-maincontent .photo {
    display: inline-block;
    position: relative;
}
.community-homepage-header .homepage-header-maincontent .bubbles {
    display: inline-block;
}
.community-homepage-header .homepage-header-maincontent .slide.NEXTSTEP {
    background-image: url('/cms_backoffice/assets/20160511151917/rectangle691copy2');
    background-color: #37474f;
    background-size: cover;
    box-sizing: border-box;    
    background-position: center;
}

.community-homepage-header .homepage-header-maincontent .slide.MEETUP {
    background-image: url('/cms_backoffice/assets/20160511151926/rectangle691copy3');
    background-color: #37474f;
    background-size: cover;
    box-sizing: border-box;    
    background-position: center;
}
.community-homepage-header .homepage-header-maincontent .slide.slide2 a {
    display: inline-block;
}
.community-homepage-header .homepage-header-maincontent .slide.meetup {
    background-image: url('/cms_backoffice/assets/20160408104900/lisboanoite');
    background-color: #37474f;
    background-size: cover;
    padding-top: 70px;
    box-sizing: border-box;
    padding-left: 125px;
    background-position: center;
}
.owl-carousel {
    height: 90px;
    width: 447px;
}
.header-navigation {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 135px;
    z-index: 11;
    height: 100%;
    background-color: white;
    border: 1px solid #eceff1;
    border-radius: 0 4px 4px 0px;
    border-left: none;
    text-align: right;
    box-sizing: border-box;
}
.header-navigation ol {
    list-style: none;
    list-style-type: none;
    text-align: center;
    margin: 0;
    padding: 0px;
    height: 50px;
    position: relative;
}
.header-navigation ol li {
    text-align: right;
    padding: 5px 10px;
    display: inline-block;
    margin: 0;
    box-sizing: border-box;
    vertical-align: middle;
    margin-left: 1px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    color: #596669;
    font-family: "Open Sans";
    font-size: 11px;
    width: 135px;
    white-space: nowrap;
}

.header-navigation .active :before {
    border-width: 10px;
    border-color: #fff;
    border-top-color: transparent;
    border-right-color: #FFFFFF;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-style: solid;
    content: "";
    position: absolute;
    opacity: 1;
    left: -20px;
}
.header-navigation ol li.active, .header-navigation ol li:hover {
    box-shadow: inset 0 2px 0 white;
    font-weight: bold;
    color: #333;
}



.community-box .home-content {
    text-align: center;
}
.community-box .home-content h1 {
    color: #333;
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: 600;
    line-height: 33px;
    margin-bottom: 30px;
    text-align: left;
}
.community-box .home-content .card {
    display: inline-block;
    width: 240px;
    box-sizing: border-box;
    text-align: left;
    margin-bottom: 40px;
}
.community-box .home-content .card:nth-of-type(even) {
    margin-left: 60px;
}
.community-box .home-content .card .featured {
    position: relative;
}
.community-box .home-content .card .featured span.label {
    position: absolute;
    left: 25px;
    top: 25px;
    background-color: rgba(0, 0, 0, 0.62);
    border-radius: 100px;
    color: white;
    font-family: "Open Sans";
    font-size: 10px;
    font-weight: 700;
    line-height: 14px;
    padding: 5px 25px;
    text-transform: uppercase;
}
.community-box .home-content .card a {
    display: block;
    color: #383737;
}
.community-box .home-content .card a:hover {
    display: block;
    color: #005580;
    text-decoration: none;
}
.community-box .home-content .card p.title {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.36px;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.community-box .home-content .card p.description {
    color: #b4bbc2;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
}


.community-spotlight {
}
.community-spotlight h1 {
    height: 24px;
    color: #08c;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 30px;
}
.community-spotlight h2 {
    color: #333;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 5px;
}
.community-spotlight h3 {
    opacity: 0.99;
    color: #37474f;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    margin-bottom: 5px;
}
.community-spotlight h4 {
    opacity: 0.99;
    color: #949fa3;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    margin-bottom: 20px;
}
.community-spotlight img {
    display: inline-block;
}
.community-spotlight .details {
    text-align: center;
}
.community-spotlight .details p.text {
    text-align: left;
    height: 120px;
    overflow: hidden;
}
.community-box .community-spotlight .inner:before {
    content: '';
    width: 100%;
    height: 130px;
    position: absolute;
    left: 0;
    bottom: 25px;
    background: linear-gradient(rgba(255, 255, 255, 0) 6px, rgb(255, 255, 255));
}


.community-box .community-events {
}
.community-box .community-events h4, .community-box .training h4 {
    height: 24px;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 30px;
}
.community-box .community-events .details {
    text-align: left;
}
.community-box .community-events .event-name, .community-box .training .event-name {
    color: #37474f;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 5px;
    padding-left: 5px;
}
.community-box .community-events .event-location, .community-box .training .event-location {
    color: #949fa3;
    font-size: 10px;
    font-family: "Open Sans";
    font-weight: 700;
    line-height: 11px;
    padding-left: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.community-box .community-events .recent-activity-count, .community-box .training .recent-activity-count {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 18px;
    padding-top: 4px;
}
.community-box .community-events .event-line, .community-box .training .event-line {
    margin-bottom: 20px;
    white-space: nowrap;
}
.community-box .community-events .inner {
    padding-bottom: 5px;
}



.Stickybar {
  background-color:#ffffff;
  bottom: 0;
  box-shadow: 0 0 4px 0 rgba(112,112,112,.5);
  left: 0;
  font-size: 16px;
  line-height: 1.375em;
  line-height: 1em;
  font-weight: 300;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 1001;
}

.Stickybar__container {
  padding: 16px 0;
  width:980px;
  margin:0 auto;
}

.Stickybar__container:empty {
    display: none;
}

.Stickybar__container .TableVerticalAlign:first-child {
  width:100%;
}

.Stickybar__container a:not(.Button) {
  padding:0;
  font-size:16px;
  font-weight:bold;
}

.Stickybar .Button.ButtonDefault,
.Stickybar .Button.Is_Default {
    background-color: #CC2200;
    background-image: none;
    border: 1px solid #CC2200;
    box-shadow: none;
    color: #fff;
    text-shadow: none;
}

.Stickybar .Button.ButtonDefault:hover,
.Stickybar .Button.Is_Default:hover {
    background-color: #A51C00;
    border-color: #A51C00;
}


@media screen and (min-width:764px) and (max-width:1023px) {
    .ask-question {
        font-size: 13px;
    }
    .right-column {
        display: none;
    }
    html .left-column {
        display: block;
        width: 100%;
    }
   
    
    .community-homepage-header .homepage-header-maincontent .left-content {
        position: relative;
        padding-left: 20px;
        width: 53%;
        box-sizing: border-box;
    }
    .community-homepage-header .homepage-header-maincontent .right-content {
        position: relative;
        width: 100%;
    }
    .community-homepage-header .homepage-header-maincontent .slide.slide2 {
        padding-left: 20px;
        text-align: center;
    }
    .community-homepage-header .homepage-header-maincontent .left-section:after {
        display: none;
    }
    .header-navigation ol li {
        width: 33.2%;
    }
    .community-homepage-header .homepage-header-maincontent .right-section {
    display: none;
    visibility: hidden;
}
}


@media screen and (max-width:763px) {
    .ask-question {
        text-align: center;
        margin-top: 20px;
    }
    .button-group {
        margin-top: 20px;
    }
    .all-content-wrapper {
        margin-top: -50px;
    }
    .big-button.red {
        margin-top: 10px;
    }
    .right-column {
        display: none;
    }
    html .left-column {
        display: block;
        width: 100%;
    }
    .community-homepage-header {
        height: 140px;
        margin-bottom: 10px;
    }
    .community-homepage-header .homepage-header-maincontent .right-section {
        display: none;
        visibility: hidden;
    }
    .community-homepage-header .homepage-header-maincontent .left-section {
        width: 100%;
        float: none;
        z-index: 0;
    }
    .community-homepage-header .homepage-header-maincontent .left-content p {
        display: none;
        visibility: hidden;
    }
    .community-homepage-header .homepage-header-maincontent .left-content {
        padding-top: 70px;
        width: 100%;
        box-sizing: border-box;
        padding-left: 20px;
        padding-right: 20px;
        position: relative;
        z-index: 0;
    }
    .community-homepage-header .homepage-header-maincontent .left-section:after {
        display: none;
        visibility: hidden;
    }
    .card {
        margin: 0 !important;
    }
}

@media screen and (min-width: 764px) and (max-width: 1023px) { 


.community-maincontent {
    max-width: 980px;
    margin: 0 10px;
}
    html .display-tablet {
        display: block;
    }
    
    html .hide-tablet {
        display: none;   
    }
}


@media screen and (max-width: 764px) {
    html .mobile-break {
        display: block;
        width: 100%;
        margin-left: 0px;
    }
    
    html .mobile-break.margin-top {
        margin-top: 20px;
    }
    
    html .mobile-hide {
        display: none;
    }
    
    .mobile-search {
        display: none;   
    }
    
    
    html .display-tablet {
        display: block;
    }
    
    html .display-mobile {
        display: block;
    }
    
    html .hide-mobile {
        display: none;   
    }
}

   html .mobile-card-pending-left{
       display: table-cell;
    }
    
      
    html .mobile-card-pending-right{
       display: table-cell;
    }
    html .mobile-card-table{
       width: 100%;
       display: table;
    }




.Button {
    
}

.gray {
    background-color: #F6F6F6;
}

.padding-15 {
    padding: 15px;
}

.forum-participation h3,
.forum-notifications h3,
.forum-sidebarbox h3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
}

.forum-notifications .fa {
padding-right: 5px;
}

.forum-participation .topic-title,
.forum-sidebarbox .entry-title {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
}
.forum-participation .topic-title .fa,
.forum-sidebarbox .topic-title .fa {
    color:#455A64;
}

.forum-participation .topic-details {
    font-family: "Open Sans";
    font-size: 11px;
    line-height: 20px;
    color: #949fa3;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.forum-participation .topic-entry,
.forum-sidebarbox .entry {
margin-bottom: 20px;
}

.community-box .forum-sidebarbox:nth-of-type(odd) {
    background-color: #F6F6F6;
}

.breadcrumb {
    margin: 0;
    margin-top: 30px;
}

.forums-top-header h1 {
    font-size: 21px;
    padding: 20px 0px;
    text-overflow: ellipsis;
    width: 100%;
}

.search.Button.no-text {
    height: 34px;
    padding: 3px 0px;
    vertical-align: bottom;
    width: 15.0326797385621%;
}


.admin-only {
    margin-bottom: 20px;
    border: 1px dashed #CCCCCC;
    position: relative;
}

.admin-only:after {
    content: "Admin Only";
    position: absolute;
    left: 3px;
    top: 2px;
    color: #CCCCCC;
    font-family: "Open Sans";
}

.tags-wrapper {
    display: inline-block;
    white-space: nowrap;  
}

.recent-activity-tag {
    height: 12px;
    background-color: #ECEFF1;
    border: 1px solid #CFD8DC;
    border-radius: 2px;
    color: #7A878B;
    font-family: "Open Sans";
    font-size: 8px;
    line-height: 11px;
    padding: 0 10px;
    display: inline-block;
    margin-right: 5px;
    text-transform: uppercase;
    font-weight: 600;
}

recent-activity-tag.certified {
    background-color: #C20;
    border-color: #cfd8dc;
}

html .pagination {
    padding: 40px;
    text-align: center;
    margin: 0px;
}


html .pagination a:link,
html .pagination a:visited {
    padding: 0;
    height: 35px;
    width: 35px;
    line-height: 35px;
    min-width: 20px;
    box-sizing: border-box
}

html .pagination a.active:link, html .pagination a.active:visited {
    background-color: white;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(150, 150, 150, 0.5);
    color: black;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
}

html .pagination a:link, html .pagination a:visited {
    background-color: white;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(150, 150, 150, 0.5);
    color: black;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    color: #0065aa;
    width: auto;
    min-width: 35px;
    padding: 0px 10px;
}

.top-tags {
    color: black;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.top-tags:before {
    pointer-events: none;
    content: '';
    content: '';
    content: '';
    width: 130px;
    height: 17px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(252,252,252,0);
    background: -moz-linear-gradient(left, rgba(252,252,252,0) 0%, rgba(255,255,255,0.3) 30%, #eceff1  100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(252,252,252,0)), color-stop(30%, rgba(255,255,255,0.3)), color-stop(100%, #eceff1));
    background: -webkit-linear-gradient(left, rgba(252,252,252,0) 0%, rgba(255,255,255,0.3) 30%, #eceff1  100%);
    background: -o-linear-gradient(left, rgba(252,252,252,0) 0%, rgba(255,255,255,0.3) 30%, #eceff1  100%);
    background: -ms-linear-gradient(left, rgba(252,252,252,0) 0%, rgba(255,255,255,0.3) 30%, #eceff1 100%);
    background: linear-gradient(to right, rgba(236, 239, 241, 0)  0%, rgba(255,255,255,0.3) 30%, #eceff1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eceff1', endColorstr='#ffffff', GradientType=1 );
}

a:hover .recent-activity-tag {
    background-color: #A2AAAF;
    color: white;
}

.forums-filter-mobile {
    margin-top: 10px;    
    height: 31px;
}

.SearchAlign {
    margin-left: -1px;
    margin-right: -1px;
}

.recent-activity-count {
    color: #37474f;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    border-radius: 2px;
    box-shadow: 0 2px 4px transparent;
    background-color: #FFFFFF;
    text-align: center;
    width: 40px;
    height: 40px;
    padding-top: 4px;
    box-sizing: border-box;
    display: inline-block;
    border: 1px solid #ECEFF1;
}

.certified-tag {
    display: inline-block;
    font-family: "Open Sans";
    background: url("/PortalTheme/img/os_logo_black.png?39877");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 10px;
    font-size: 10px;
    padding-left: 17px;
    line-height: 16px;
    vertical-align: middle;
    color: #0d0e0e;
    font-weight: 700;
    background-color: white;
    text-align: right;
}

.forums-top-header {
    background-color: white;    
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.09);
    margin-bottom: 24px;    
    position: relative;
}

.forums-top-header .breadcrumb {
    margin-top: 0;
    padding-top: 30px;
}


.topic-card h2 {
    color: #08c;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 0px;
}

.topic-card h2 img {
    margin-right: 5px;
}

.topic-card .forum-name a{
    color: #B0BEC5;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-transform: none;
}

.topic-card .topic-details {
    font-family: "Open Sans";
    font-size: 9px;
    line-height: 20px;
    color: #949fa3;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.topic-card .topic-details.Bold {
    font-weight: bold;
    color: #888;
}

.topic-card .topic-tags {
    position: relative;
    white-space: nowrap;
    overflow: hidden; 
    position: relative;
}

.topic-card .topic-tags:before {
    content: '';
    width: 60px;
    height: 17px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(252,252,252,0);
    background: -moz-linear-gradient(left, rgba(252,252,252,0) 0%, rgba(255,255,255,0.3) 30%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(252,252,252,0)), color-stop(30%, rgba(255,255,255,0.3)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left, rgba(252,252,252,0) 0%, rgba(255,255,255,0.3) 30%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left, rgba(252,252,252,0) 0%, rgba(255,255,255,0.3) 30%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(252,252,252,0) 0%, rgba(255,255,255,0.3) 30%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(252,252,252,0) 0%, rgba(255,255,255,0.3) 30%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ffffff', GradientType=1 );
}

@media (max-width:767px) {
    .reply-body {
        padding-bottom: 0px;
    }

    .pagination {
        border-top: 10px solid #e7eced;
        padding: 14px !important;
        text-align: center;
        margin: 0px;
    }

    .no-replies div {
        color: #c20 !important;
    }

    .solved div {
        color: #8bc34a !important;
    }

    .topic-card {
        border-top: 10px solid #ECEFF1;
    }

    .TopicCardBottom {
        border-top: 1px solid #eceff1;
        padding: 10px 20px;
    }

    .TopicCardBottom .box-number {
        color: #37474f;
        font-size: 18px;
        font-weight: 700;
    }

    .TopicCardBottom .box-label {
        color: #37474f;
        font-size: 10px;
        font-weight: 400;
    }

    .TopicCardBottom .box-likes {
        color: #949fa3;
        font-size: 12px;        
    }

    .news-author {
        text-align: left;
        
    }

    .news-topic {
        padding: 20px;
        line-height: 19px;
        height: initial;
    }


    .news-author {
        text-align: left ;      
    }

    .all-content-wrapper {    
        padding: 0 0px;
    }

    .forum-title {
        font-size: 21px;
        word-wrap: break-word;
    }
     
    .community-maincontent{
        padding: 0px 10px;
    }
        
    .breadcrumb {
        margin: 0;
        margin-top: 140px;
    }
    .forums-top-header h1 {
        padding-top: 0px;
    }

    .topic-details{
        margin-top: 10px;
    text-align: left;
    }

    .community-box {
        padding:20px;
    }
    
    .forums-top-header {
            margin-top: 50px;
    }
}

.Button.button-silk,
.Button.button-silk:hover {
    background-image: none;
    box-shadow: none;
}