/* For the tiles of the homepage */
/* Create three equal columns that floats next to each other */
.columnTile {
    float: left;
    width: 380px;
    height: 300px;
}

/* Clear floats after the columns */
.rowTile:after {
    content: "";
    display: table;
    clear: both;
}

.rowTile iframe {
    border:0;
}

@media screen and (max-width: 1199px) and (min-width: 991px)  {
    .columnTile {
        width: 478.5px;
    }
}

@media screen and (max-width: 991px) and (min-width: 767px) {
    .columnTile {
        width: 345px;
    }
}

@media screen and (max-width: 767px) and (min-width: 575px) {
    .columnTile {
        width: 510px;
    }
}

@media screen and (max-width: 575px) {
    .columnTile {
        width: 100%;
    }
}
/* The styles of the tiles of the homepage end here! */

/* For the tiles of the articles with the default layout*/
/* Create three equal columns that floats next to each other */
.article3cols .columnTile {
    float: left;
    width: 314.065px;
    height: 300px;
}

@media screen and (max-width: 1199px) and (min-width: 991px) {
    .article3cols .columnTile {
        width: 262.595px;
    }
}

@media screen and (max-width: 991px) and (min-width: 767px) {
    .article3cols .columnTile {
        width: 450px;
    }
}

@media screen and (max-width: 767px) and (min-width: 575px) {
    .article3cols .columnTile {
        width: 510px;
    }
}

@media screen and (max-width: 575px) {
    .article3cols .columnTile {
        width: 100%;
    }
}
/* The styles of the tiles of the articles with the 3 columns template end here! */

/* For the tiles of the articles with the 2 columns template*/
/* Create three equal columns that floats next to each other */
.article2cols .columnTile {
    float: left;
    width: 282.5px;
    height: 300px;
}

@media screen and (max-width: 1199px) and (min-width: 991px) {
    .article2cols .columnTile {
        width: 355.125px;
    }
}

@media screen and (max-width: 991px) and (min-width: 767px) {
    .article2cols .columnTile {
        width: 345px;
    }
}

@media screen and (max-width: 767px) and (min-width: 575px) {
    .article2cols .columnTile {
        width: 510px;
    }
}

@media screen and (max-width: 575px) {
    .article2cols .columnTile {
        width: 100%;
    }
}
/* The styles of the tiles of the articles with the 2 columns template end here! */

/* The container <div> - needed to position the dropdown content */
.badge-dropdown {
    position: relative;
    display: inline-block;
    background-color: #f9f9f9;
}

.badge-greeting {
    padding-left: 6px;
}

/* Dropdown Content (Hidden by Default) */
.badge-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 30;
    border-radius: 3px;
}

    .badge-dropdown-content .dropbtn {
        width: 200px;
    }

    /* Links inside the dropdown */
    .badge-dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

/* Change color of dropdown links on hover */
.dropbtn:hover {
    background-color: #ddd !important;
}

.dropbtn {
    background-color: #fff !important;
}

.hidden {
    display: none;
}

.scopes-content {
    position: relative;
    background-color: #f9f9f9 !important;
}


    .scopes-content:hover .scopes-content {
        display: block;
    }

/* Links inside the dropdown */
.badge-dropdown-content button {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    background: none;
    border: none;
    font: inherit;
    cursor: pointer;
}

.badge-dropdown-content .badge {
    color: #c00;
}

.badge-dropdown-content hr {
    margin-bottom: 0;
    margin-top: 0;
}

.badge-dropdown:hover .badge-dropdown-content {
    display: block;
    transition-delay: 0s;
}

.dropbtn {
    color: #000;
    padding: 6px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    width: inherit;
}

.bootstrap-tagsinput input {
    width: 250px;
}

/* Cookies */

.ws-cookie-alert {
    position: relative;
    width: 100%;
    padding: 15px 0;
    color: #fff;
    font-size: 1em;
    z-index: 2000;
}

.cookie-bar {
    background-color: #0275d8;
    width: 100%;
    text-align: center;
}

.ws-cookie-alert__close-btn {
    color: #eac33b;
    font-size: 1.5em;
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -14px;
    text-align: center;
    line-height: 26px;
}

.cookie-text {
    padding-right: 48px;
    margin: auto;
    max-width: 1140px;
}

.ws-cookie-alert__know-more-btn {
    color: #eac33b;
    font-size: 1em;
}

.ws-cookie-alert__close-btn:hover {
    color: #eac33b;
}

.ws-cookie-alert__know-more-btn:hover {
    color: #eac33b;
}

/* For Firefox */
input[type='number'] {
    -moz-appearance: textfield;
}
/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.ws-user-profile .ws-form__input-wrap--error {
    border-color: red;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.basic-info-error {
    color: red;
}

.work-info-error {
    color: red;
}

.expertise-error, .past-projects-error, .interests-error {
    color: red;
}

.ws-user__badge__info__link {
    background: none !important;
    border: none !important;
    padding-left: 0;
    cursor: pointer;
}

.ws-splash__col__content {
    -webkit-transform: translate(-50%, -40%) !important;
    -ms-transform: translate(-50%, -40%) !important;
    transform: translate(-50%, -40%) !important;
}

.login-separator {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #9b9b9b;
    line-height: 0.1em;
    margin: 10px 0 20px;
    color: #9b9b9b;
    padding-top: 10px;
}

    .login-separator span {
        background: #f4f4f4;
        padding: 0 10px;
    }

.scroll {
    overflow: auto !important;
}

@media (min-width: 0px) and (max-width: 960px) {
    .ws-splash__img {
        display: none;
    }

    .mh-500 {
        max-height: 500px;
    }
}

.empty-module {
    text-align: center;
    vertical-align: middle;
    line-height: 200px;
    font-size: 16px;
    color: #9b9b9b;
}

.minh-320 {
    min-height: 320px;
}

#no-feed {
    visibility: hidden;
    text-align: center;
    vertical-align: middle;
    line-height: 200px;
    font-size: 16px;
    color: #9b9b9b;
}

.no-workgroups__block, .no-birthdays__block {
    display: none;
    background-color: #fff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    height: 389px;
    margin-top: -15px;
}

.no-workgroups__text, .no-birthdays__text {
    text-align: center;
    vertical-align: middle;
    line-height: 200px;
    font-size: 16px;
    color: #9b9b9b;
}

#birthdays-carrousel, #workgroups-carrousel {
    min-height: 434px;
}

#yammer-activity-feed {
    position: relative;
}

.comment-spinner__holder {
    height: 180px;
}

.feed-spinner {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    margin-top: 75px;
    width: 200px;
}

.comment-spinner {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    width: 200px;
}

.workgroups-block {
    min-height: 374px;
}

.birthdays-block {
    min-height: 237px;
}

.birthdays-spinner, .workgroups-spinner, .documents-spinner {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    margin-top: 75px;
    width: 200px;
}

.word-break {
    word-break: break-all;
    word-wrap: break-word;
    -ms-word-break: break-all;
    display: table-cell;
}

article {
    position: relative !important;
}

.comment-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.1;
    z-index: 1000000;
}

    .comment-overlay rect {
        background-color: rgba(201, 76, 76, 0.3);
    }

.margin-auto {
    margin: auto;
}

.comment-options {
    height: 21px;
    width: 21px;
    cursor: pointer;
}

.submit-hover {
    border-radius: 0.1428571429rem;
    border-color: #5a5a5a;
    background-color: #5a5a5a;
}

.submit-spinner {
    height: 40px;
    width: 40px;
    position: absolute;
    margin: -19px 0px 0px -19px !important;
}

.like-spinner {
    height: 40px;
    width: 40px;
    position: absolute;
    margin: -7px 0px 0px 0px !important;
}

.sync-spinner {
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: -19px;
    position: absolute;
}

.delete-spinner {
    height: 40px;
    width: 40px;
    position: absolute;
    margin: -13px 0px 0px 6px !important;
}

.ws-comments__single-comment__header .ws-card__context__menu a {
    text-decoration: none;
}

.ws-content__like-counter {
    cursor: pointer;
}

#feed-attachment {
    max-width: 1000px;
}

@media (min-width: 990px) and (max-width: 1200px) {
    #feed-attachment {
        max-width: 800px;
    }
}

@media (min-width: 550px) and (max-width: 990px) {
    #feed-attachment {
        max-width: 550px;
    }
}

@media (max-width:990px) {
    .ws-block__inner.side-block {
        max-width: 360px;
        margin: 0 auto;
    }
}

.profile-sync-button {
    border-color: #4a4a4a;
    background-color: #fff;
    color: #4a4a4a;
}

    .profile-sync-button:hover, .profile-sync-button:focus {
        background-color: #4a4a4a;
        border-color: #4a4a4a;
    }

    .profile-sync-button.processing {
        color:#fff;
    }
        .profile-sync-button.processing:hover, .profile-sync-button.processing:focus {
            color: #4a4a4a;
        }

        .profile-sync-button .bouncing-loader {
            margin-top: -50px;
        }

.profile-edit365-button {
    background-color: #ea3c00;
    border-color: #ea3c00;
    color: #fff !important;
}

    .profile-edit365-button:hover, .profile-edit365-button:focus {
        background-color: #fff;
        border-color: #ea3c00;
        color: #ea3c00 !important;
    }

.profile-sync-button__container {
    text-align: center;
    margin-top: 10px;
}

.ws-block__bar__title {
    text-transform: none;
}

.ws-user-profile .editing .ws-form__input {
    padding-bottom: 0;
    padding-top: 0;
}

.mw-100 {
    max-width: 100px;
}

.mw-50 {
    max-width: 50px;
}

.ws-notifications__item__createit {
    border-top: 1px solid #4a4a4a;
    width: 100%;
    position: relative;
}

.ws-notifications__item__link {
    padding-right: 0;
    width: 82%;
}

    .ws-notifications__item__link:hover .ws-notifications__item__message {
        color: #ffffff;
    }

.ws-notifications__item__mark:hover .icon, .ws-notifications__item__mark:hover .ws-notifications__item__mark__label {
    color: #ffffff;
    cursor: pointer;
    opacity: unset;
}

.ws-notifications__item__mark:hover .ws-notifications__item__mark__icon {
    border: 1px solid #ffffff;
}

.birthday-icon__profile {
    position: absolute;
    color: white;
    margin-left: 140px;
}

    .birthday-icon__profile i {
        vertical-align: text-top;
        padding-top: 5px;
    }

.card-icon {
    padding-top: 3px;
    padding-left: 1px;
}

.ml-35 {
    margin-left: 35px;
}

.ws-card [data-control="group-remove"] {
    display: none;
}

.ws-card__highlighted [data-control="group-remove"] {
    display: block;
}

.ws-card [data-control="group-add"] {
    display: block;
}

.ws-card__highlighted [data-control="group-add"] {
    display: none;
}

.border-unset {
    border: unset;
}

.padding-0 {
    padding: 0;
}

.delve-icon {
    width: 22px;
    height: 22px;
    content: url('/Assets/img/vector/delve-grey.png');
}

    .delve-icon:hover {
        content: url('/Assets/img/vector/delve.png');
    }

.ws-post__details__item__mobile {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    color: rgba(0, 0, 0, 0.4);
}

.t-25 {
    font-size: 25px;
}

.va-sub {
    vertical-align: sub;
}

.td-none {
    text-decoration: none !important;
}

.calendar-spinner {
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: -6px;
    position: absolute;
}

.add-calendar-event div {
    vertical-align: 2px;
    display: unset;
    padding-left: 2px;
}

.align__center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.h-20 {
    height: 20px;
}

.workgroup h2 {
    height: 28px;
}

.ws-card__intro.ws-card__intro--3lines {
    margin-bottom: 30px;
    text-transform: none;
}

.ws-card__read-mode {
    position: absolute !important;
    bottom: 20px;
}

.icon__disabled {
    color: lightgrey;
}

.ws-card {
    margin-bottom: 0;
}

.bg--one_note {
    background-color: #80397b;
}

.bg--excel {
    background-color: #217346;
}

.bg--pdf {
    background-color: #c30b15;
}

.bg--word {
    background-color: #2b579a;
}

.bg--power_point {
    background-color: #b7472a;
}

.bg--document_default {
    background-color: #c6c6c6;
}

.pad-document_logos {
    padding-top: 4px;
    padding-left: 3px;
}

.embed-responsive.embed-responsive-16by9 iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.ws-notifications__list.notifications__list {
    overflow: hidden;
}

.form-error {
    color: #e5202b;
}

.form-success {
    color: #28a745;
}

.block-header__grey {
    background-color: #8d8d8d;
}

.badge-anniversary {
    position: absolute;
    right: 3.5rem;
    text-align: center;
    line-height: 2rem;
    font-size: 1rem;
    border-radius: 50%;
    color: white;
    z-index: 1;
}
    .badge-anniversary i {
        padding-top: 4px;
    }

.ws-square--100 .badge-anniversary {
    right: 4.5em;
}

.ws-user__badge .badge-anniversary {
    right: 14em;
    top: 0;
}

.rounded-circle img {
    border-radius: 50%;
}

.ws-square--70 {
    width: 70px !important;
    height: 70px !important;
    max-width: 70px !important;
    max-height: 70px !important;
}

.jBox-TooltipDark .jBox-container {
    border-radius: 3px;
    background: #000;
    color: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,.4);
    font-size: 10px;
}

    .jBox-TooltipDark .jBox-container p {
        margin: 0;
    }

.jBox-TooltipDark .jBox-pointer:after {
    background: #000
}

.jBox-TooltipDark .jBox-closeButton {
    background: #000
}

.jBox-TooltipDark.jBox-closeButton-box:before {
    box-shadow: 0 0 6px rgba(0,0,0,.4)
}

.jBox-TooltipDark.jBox-closeButton-box .jBox-closeButton path {
    fill: #ddd
}

.jBox-TooltipDark.jBox-closeButton-box .jBox-closeButton:hover path {
    fill: #fff
}

.jBox-TooltipDark.jBox-closeButton-box .jBox-closeButton:active path {
    fill: #bbb
}

.ws-content__like-counter__label {
    display: inline-block;
    vertical-align: middle;
}

@keyframes bouncing-loader {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0.1;
        transform: translateY(-14px);
    }
}

.bouncing-loader {
    margin-top: 60px;
    display: flex !important;
    justify-content: center;
}

    .bouncing-loader > div {
        width: 1rem;
        height: 1rem;
        margin: 3rem 0.2rem;
        background: #7f7f7f;
        border-radius: 50%;
        animation: bouncing-loader 0.6s infinite alternate;
        display: block !important;
    }

        .bouncing-loader > div:nth-child(2) {
            animation-delay: 0.2s;
        }

        .bouncing-loader > div:nth-child(3) {
            animation-delay: 0.4s;
        }

.add-calendar-event .bouncing-loader div {
    background: #f3f3f3;
}

.add-calendar-event .bouncing-loader {
    margin-top: -40px;
}

.o365bar__id i {
    color: #fff;
    font-size: 24px;
    padding-top: 12px;
}

.o365bar__id {
    background-color: #0275d8;
}

.ws-notifications__item__mark span {
    cursor: pointer;
    color: #D7D7D7;
    font-size: 15px;
}


/********Main Highlights**********/

.ws-card__caption {
    color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.ws-card__caption__link {
    margin-top: 0px;
    font: 100 14px "Roboto";
}

.ws-card__caption__title {
    font-size: 20px;
}

.ws-card__pad, .ws-card__caption, .ws-card__inner {
    padding: 20px;
}

/**************Article Detail******************/

.ws-content__title {
    float: left;
}

.ws-card__subtitle {
    float: right;
    line-height: 30px;
}

#article-likes {
    clear: both;
    float: left;
}

.ws-content__category {
    float: right;
    background: #f8f8f8;
    padding: 4px 6px;
    text-decoration: none;
    border: 1px solid #e8e8e8;
    color: rgba(0, 0, 0, 0.87);
}


    .ws-content__category:hover {
        text-decoration: none;
    }

.ws-clear {
    clear: both;
}


/************** Homepage APPS **************/


.ws-appgrid__list {
    margin-top: -4px;
}

.ws-appgrid__list__item__label {
    max-width: 80px;
    font-size: 8px;
    overflow: hidden !important;
    text-overflow: ellipsis;
    max-height: 69px;
}

.ws-appgrid__toggle {
    margin-bottom: 10px;
}

@media (min-width: 771px) {
    .owl-next i, .owl-prev i {
        padding-top: 2px;
    }
}

/************** Homepage APPS **************/

.favorite.sortable-ghost {
    opacity: 0.6;
}

select {
    box-sizing: border-box;
    margin: 0;
    position: relative;
    vertical-align: middle;
    border-color: #ccc !important;
    background-color: #ffffff;
    color: #444;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-radius: 2px;
    height: 2.5rem;
    border: 1px solid #aaa;
    cursor: pointer;
    display: block;
    line-height: 2.5rem;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-y: scroll;
}

option {
    padding-right: 3.9285714286rem;
    border-radius: 2px;
    height: 2.5rem;
    cursor: pointer;
    line-height: 2.5rem;
}

    option:checked {
        background: #dddddd;
    }

.invalid-form-error-message.form-error ul {
    list-style: none;
    color: #e5202b;
    padding-left: 0;
}

.parsley-errors-list.filled {
    display: none;
}

.parsley-error {
    border-color: #e5202b;
}

/* Fix dropdowns on IE */
select {
    padding: 0;
}

form.filters label {
    vertical-align: top;
    padding-top: 10px;
}
/* End fix */

.ws-post__content img {
    max-width: 100%;
    height: auto;
}

.pointer {
    cursor: pointer;
}

.clearFloat {
    clear: both;
}

.termsAndConditionsBlock {
    margin-left: -30px;
    margin-right: -30px;
}

.whiteBackground {
    background-color: #fff !important;
}

#bottom-back-button {
    margin-top: 1rem;
}

.custom-slider .owl-item {
    padding-bottom: 8px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto !important;
}

.custom-slider .owl-stage {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media(min-width: 1200px) {
    #main-highlights {
        min-height: 399px;
    }

        #main-highlights .owl-stage-outer {
            min-height: 365px;
        }
}

.owl-stage-outer {
    max-height: inherit;
}

@media(min-width: 991px) and (max-width: 1199px) {
    #main-highlights {
        min-height: 339px;
    }

        #main-highlights .owl-stage-outer {
            min-height: 335px;
        }
}

.ds_bg-success {
    background-color: rgba(92, 184, 92, 0.8) !important;
}

.ds_bg-warning {
    background-color: rgba(240, 173, 78, 0.8) !important;
}

.mh-720px {
    max-height: 720px;
}
/* End fix */

.mat-progress-spinner circle {
    stroke: #0275d8;
}

.ws-post__content a {
    text-decoration: underline;
}

.badge-icon__expand {
    position: relative;
    top: 2px;
    left: 2px;
    margin-right: 4px;
}

.markAsRead span {
    font-size: 20px;
    padding-left: 5px;
}

.not-read {
    font-weight: 700;
}

    .not-read .markAsRead span {
        color: #D7D7D7;
        float: right;
        width: 30px;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .not-read .markAsRead {
        cursor: pointer;
    }

.ws-notifications {
    min-width: 300px;
    width: 300px;
}

.checkbox-label {
    float: right;
    padding-top: 10px;
}

    .checkbox-label input {
        position: relative;
        top: 1px;
    }

.category-list-selection {
    list-style: none;
    width: 100%;
}

article.ws-card {
    min-height: 100px;
}

.workgroups .ws-block__bar__title a {
    color: #fff;
}

.owl-carousel.owl-theme {
    max-height: 399px !important;
}
