﻿.challengeTypes {
    width: 320px;
    height: 250px;
    float: left;
    background-color: #f9f9fa;
    border-radius: 10px;
    margin: 15px;
    cursor: pointer;
    padding: 20px;
    border: solid 2px #f9f9fa;
}
.challengeTypes .blue {
    color: #1982c4;
    font-size:12px;
}
.challengeTypes.selected {
    border: solid 2px #1982c4;
}
.challengeTypes ul {
    list-style: none;
    padding: 0;
}
.challengeTypes li {
    padding-left: 1.3em;
}

.challengeTypes li:before {
    content: "\f058"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
	font-weight: 400;
}


/* products challenges*/
.productCloseBtn {
    position: relative;
    top: 20px;
    right: -60px;
    color: #484848;
}

i.fa.fa-times-circle.productCloseBtn {
    font-size: 20px;
    cursor:pointer;
}

.gridProductBrand {
    display: block;
    margin-bottom: -14%;
    font-size: 12px;
    letter-spacing: -0.2px;
    text-align: center;
    color: #8f92a1;
}

.gridProductName {
    display: block;
    margin-bottom: -6%;
    font-weight: bold;
    letter-spacing: -0.2px;
    text-align: center;
    color: #404040;
    font-size: 14px;
}

.gridProductPrice {
    font-size: 14px;
    letter-spacing: -0.2px;
    text-align: center;
    color: #1982c4;
}

.gridProductAmount {
    width: 50%;
    text-align: center;
    font-size: 15px;
    border-radius: 6px;
    border: solid 1px #e6e7eb;
    justify-content: center;
    margin: 4% 7% 4% 25%;
    padding: 6% 1% 8% 1%;
}


#gridProductAmountId {
    display: block;
    text-align: center;
    justify-content: center;
    border: solid 1px #e6e7eb;
}

input[id=gridProductAmountId]:focus,
input[id=gridProductAmountId]:active {
    /*outline: none;*/
    outline: solid 1px #1982c4;
    border-radius: 6px;
}

.gridProductImage {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    background: #f7f8f8;
}

.title {
    display: inline-block;
    width: 100%;
    margin-left: -1%;
}

    .title h2 {
        display: inline-block;
        width: 45%;
        float: left;
        height: 70px;
        margin: 3% 0 1% 0 ;
    }

    .titles {
        margin: 0;
        font-size: 25px;
        color: #404040;
    }
h2 {
    margin: 3% 0 1% 0;
}

.emp-checkbox{margin: 20px 0;}

.employeeTargetOld {
    z-index: 8888;
    width: 25%;
    position: relative;
    top: 15px;
    left: 165px;
    float: left;
    border: none;
    border-bottom: 1px solid #404040;
    background: white;
    outline: none;
}

.employeeTarget {
    z-index: 8888;
    width: 25%;
    position: relative;
    top: 30px;
    left: 165px;
    float: left;
}

.employeeTarget input{
    border: none;
    border-bottom: 1px solid #404040;
    background: white;
    outline: none;
    width: 120px;
    /*position: absolute;*/
}

.gridProductAmountWeights {
    border: none;
    border-bottom: 1px solid #404040;
    background: white;
    outline: none;
    width: 120px;
}

.employeeTargetName {
    position: absolute;
    top: -10px;
    min-width: 140px
}

.teamTarget {
    z-index: 8888;
    width: 50%;
    position: relative;
    border: none;
    background-color: #ebebec;
    outline: none;
    text-align: center;
}

.teamName {
    z-index: 8888;
    width: 85%;
    position: relative;
    border: none;
    background-color: #ebebec;
    outline: none;
    text-align: center;
}

.challengeId {
    float: right;
    border-radius: 5px;
    padding: 8px 12px 8px 20px;
    background-color: #f4f4f7;
    display: inline-block;
    font-size: 14px;
}

#searchIcon {
    width: 16px;
    height: 16px;
    position: relative;
    right:0;
    top: 0;
}

.saveAndPublishBtn {
    width: 100%;
    line-height: 58px;
    border-radius: 27px;
    background: linear-gradient(105deg, #1982c4, #1982c4 100%);
    font-size: 17px;
    font-weight: bold;
    text-transform: none;
    letter-spacing: -0.41px;
    color: #ffffff;
    color: #1982c4;
}

.saveBtn {
    width: 100%;
    line-height: 58px;
    border-radius: 27px;
    text-transform: none;
    letter-spacing: -0.41px;
    font-size: 17px;
    font-weight: bold;
}

.saveBtnNormal {
    background: linear-gradient(105deg, #d1e6f3, #d1e6f3 100%);
    color: #1982c4;
}


.challengeCard {
    border-radius: 8px;
    box-shadow: 0 5px 10px 0 rgba(30, 30, 30, 0.06);
    padding: 0;
    margin: 10px 0 0 0;
}

.removePrize {
    float: right;
    position: relative;
    top:-35px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
    color: #404040;
    border-radius: 50%;
    background: radial-gradient(white 50%, transparent 50%);
}

.prizeImg {
    width: 254px;
    border-radius: 9.2px;
    margin-bottom: 10px;
    height: 175px;
    background-size: cover;
}

.prizePercent {
    position: relative;
    font-size: 35px;
    font-weight: 500;
    top: 67px;
    right: -44px;
    color: white;
    opacity: 0.9;
}

.empty {
    left: 96px;
    top: 60px;
    color: #8f92a1;
    opacity: 0.3;
}

.prizeBlankBlock {
    position: relative;
    width: 30%;
    left: 86px;
    top: 65px;
}

.logoImgPrize {
    width: 40px;
    float: left;
    margin-right: 5px;
    border-radius: 50%;
    height: 40px;
}


.participants {
    letter-spacing: -0.2px;
    text-align: center;
    color: #8f92a1;
    line-height: 1.71;
    letter-spacing: -0.2px;
    font-size: 14px;
}

.teamBlocks {
    border-radius: 10px;
    width: 113px;
    height: 157px;
    text-align: center;
}

.teamWordCircleGray {
    margin: 17px 0 8px 28px;
    width: 60px;
    height: 60px;
    background-color: #ebebec;
    border-radius: 47px;
    color: #8f92a1;
    font-size: 27px;
    font-weight: 800;
    line-height: 60px;
}

.upperTeamBlock {
    font-size: 27px;
    font-weight: bold;
    line-height: 2;
    margin: 21px 0 6px 0px;
}

.lowerTeamBlock {
    font-size: 35px;
    font-weight: 600;
}

.teamCircles {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #ebebec;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    margin: 2px 6px;
}

.teamCircleLetter {
    color: #8f92a1;
    font-size: 18px;
    font-weight: 800;
}

.selectedCircle {
    background-color: #c2ebfc;
}

.selectedLetter {
    color: #1982c4;
}

.duplicate-data-container md-autocomplete[md-floating-label] md-input-container {
    margin-top: 0;
    margin-bottom: 0;
}

.duplicate-data-container md-autocomplete[md-floating-label] md-input-container .md-errors-spacer {
    display: none;
}

.flex-layout {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 20px;
}

.baseline-layout {
    display: flex;
    align-items: baseline;
}

.notification-block {
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 16px;
    border-radius: 5px;
}

.notification-block:last-child {
    margin-bottom: 0;
}

.notification-block .notification-image-wrapper {
    height: 120px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 15px;
    overflow: hidden;
}

.notification-image-wrapper label {
    cursor: pointer;
}

.notification-block .notification-image-wrapper .notification-image {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    object-fit: contain;
    display: block;
}

.notification-block .notification-text {
    padding: 10px;
}

.notification-block .notification-text textarea {
    resize: vertical;
    height: 120px;
    width: 100%;
    border: 1px solid #ccc;
}