/* Award Module */

/* award create / edit form */
.award_create_form #filter_group_categories-element ul,
.award_create_form #filter_group_ids-element ul,
.award_create_form #filter_network_ids-element ul {
    max-height: 310px;
    min-width: 410px;
    overflow: scroll;
    padding: 0 5px 5px 5px;
    border: solid 1px #dddddd;
}

.award_create_form.global_form div.form-label {
    width: 180px;
}
.award_create_form.global_form div.form-element {
    max-width: 100% !important;
    min-height: 55px;
}
.award_create_form div#levels-element {
    width: 100%;
}
.award_create_form .levels_labels_container > div,
.award_create_form .levels_field_container > div {
    display: inline-block;
    width: 10%;
    padding: 5px;
    min-width: 140px;
    overflow: hidden;
}
.award_create_form .levels_labels_container > div:first-child,
.award_create_form .levels_field_container > div.level_title_wrapper {
    padding-left: 0;
}

.award_create_form .levels_field_container > div.level_hours_wrapper,
.award_create_form .levels_field_container > div.level_activities_wrapper,
.award_create_form .levels_labels_container > div.hours,
.award_create_form .levels_labels_container > div.activities {
    min-width: 125px;
}

.award_create_form .levels_labels_container > div.category_id,
.award_create_form .levels_labels_container > div.with_group_id,
.award_create_form .levels_field_container > div.level_category_id_wrapper {
    width: auto;
    min-width: 125px;
    padding-right: 0;
}
.award_create_form .levels_field_container > div.level_category_id_wrapper > select {
    height: 33px;
    max-width: 125px;
}
.award_create_form .levels_field_container > div.level_with_group_id_wrapper {
    width: auto;
    min-width: 110px;
}
.award_create_form .levels_field_container > div.level_with_group_id_wrapper > input {
    height: 33px;
    max-width: 110px;
}
.award_create_form .levels_labels_container > div.category_count,
.award_create_form .levels_field_container > div.level_category_count_wrapper {
    width: auto;
    min-width: 55px;
    padding-left: 0;
}
.award_create_form .levels_field_container > div.level_category_count_wrapper input {
    width: 50px;
}

.award_create_form .levels_field_container > div.level_options_container {
    width: 20px;
    min-width: 20px;
    margin-left: 5px;
    margin-top: 8px;
    text-align: right;
    float: right;
}
.award_create_form .levels_field_container:first-child > div.level_options_container {
    display: none;
}
.award_create_form .levels_field_container .level_change_image_container img {
    width: 32px;
    height: 32px;
}
.award_create_form #buttons-wrapper {
    margin-top: 30px;
}
.award_create_form #buttons-label {
    display: none;
}
.award_create_form .display_none {
    display: none !important;
}

/* other */
.award_icon {
    background-size: cover;
    width:48px;
    height:48px;
    border-radius: 50%;
}
.award_icon_small {
    background-size: cover;
    width:32px;
    height:32px;
    border-radius: 50%;
}
.award_badge {
    background-size: cover;
    width:96px;
    height:96px;
    border-radius: 50%;
}
.award_badge_small {
    background-size: cover;
    width:64px;
    height:64px;
    border-radius: 50%;
}

/************* User Profile Awards List Widget *************/
.user_profile_awards_list_container {
    padding: 15px 0;
    min-height: 155px;
}

.user_profile_awards_list_container .section_title {
    font-weight: bold;
    color: #67328d;
    margin: 0 0 5px 0;
}
.user_profile_awards_list_container .award_list li+li {
    margin-top: 10px;
}
.user_profile_awards_list_container .award_list .award_badge {
    width: 36px;
    height: 36px;
}
.user_profile_awards_list_container .video_container {
    float: right;
    position: relative;
}

.user_profile_awards_list_container .video_container .award_video_placeholder {
    max-width: 200px;
    max-height: 100px;
}

.user_profile_awards_list_container .video_container .award_video_play {
    position: absolute;
    left: 42%;
    top:20%;
    font-size: 42px;
    color: #fcfcfc;
}


/* AWARD MEMBERS BROWSE PAGE */
.layout_middle .generic_layout_container.awards_browse_list_container {
    background: #ddd !important;
    padding: 0 !important;
}
.awards_browse_list_container .awards_browse_list {
    margin: 0 -10px;
    list-style: none;
    text-align: center;
    clear: both;
    float: none;

    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    grid-auto-rows: auto;
    align-items: center;
}
.awards_browse_list_container .awards_browse_list > li.awards_browse_list_header {
    clear: both;
    float: none;
    grid-column: 1 / -1;
}
.awards_browse_list_container .awards_browse_list > li.awards_browse_list_header > div {
    display: flex;
    justify-content: space-between;
    background: #fff;
    margin: 15px 10px 10px 10px;
    padding: 10px 15px;
    min-height: 75px;
}
.awards_browse_list_container .awards_browse_list > li.awards_browse_list_header > div > .title_container h3 {
    font-size: 24px;
    margin: 0 0 8px 0;
}
.awards_browse_list_container .awards_browse_list > li.awards_browse_list_header > div > .title_container .award_subtitle {
    font-size: 14px;
}
.awards_browse_list_container .awards_browse_list > li.awards_browse_list_header > div > .info_container {
    margin-left: 15px;
}
.list_container .list > li.list_header > div > .info_container img {
    vertical-align: middle;
}
.awards_browse_list_container .awards_browse_list > li.awards_browse_list_header > div > .info_container .level_title_wrapper {
    font-size: 20px;
}
.awards_browse_list_container .awards_browse_list > li.awards_browse_list_header > div > .info_container .level_subtitle_wrapper {
    font-size: 14px;
}
.awards_browse_list_container .awards_browse_list > li.awards_browse_list_item {
    min-width: 270px;
    float: left;
    margin: 5px 10px;
    background: #fff;
    cursor: pointer;
}
.awards_browse_list_container .awards_browse_list > li.awards_browse_list_item .title_container {
    font-size: 15px;
    font-weight: bold;
    padding: 5px 10px 0 10px;
    margin: 0;
}
.awards_browse_list_container .awards_browse_list > li.awards_browse_list_item .school_container {
    font-size: 14px;
    font-weight: 300;
    padding: 0 10px;
    margin: 0 0 20px 0;
}
.awards_browse_list_container .awards_browse_list > li.awards_browse_list_item .photo_wrapper {
    position: absolute;
    left: 15px;
    top: -15px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
}
.awards_browse_list_container .awards_browse_list > li.awards_browse_list_item .globalgoal_background_container {
    text-align: right;
    position: relative;
    min-height: 150px;
    color: #fff;
}
.awards_browse_list_container .awards_browse_list > li.awards_browse_list_item .globalgoal_details_container {
    margin: 10px 15px 20px 0;
    color: #fff;
    max-width: 85px;
    min-height: 120px;
    display: inline-flex;
}

.awards_browse_list_container .awards_browse_list > li.awards_browse_list_item .globalgoal_details_container > div {
    flex-flow: column;
    display: flex;
    justify-content: space-between;
}

.awards_browse_list_container .awards_browse_list > li.awards_browse_list_item .globalgoal_icon_wrapper {
    color: #fff;
    text-align: right;
    margin-bottom: 10px;
}
.awards_browse_list_container .awards_browse_list > li.awards_browse_list_item .globalgoal_icon_wrapper > img {
    width: 64px;
}
.awards_browse_list_container .awards_browse_list > li.awards_browse_list_item .globalgoal_title_wrapper {
    color: #fff;
    text-align: right;
}

.awards_browse_list_container .awards_browse_list > li.awards_browse_list_item_simple {
    min-width: 270px;
    float: left;
    margin: 0 5px;
}

.awards_browse_list_container .awards_browse_list > li.awards_browse_list_item_simple .title_container {
    font-size: 15px;
    font-weight: bold;
    padding: 5px 10px;
    margin: 0;
}

.awards_browse_list_container .awards_browse_list > li.awards_browse_list_header + li.awards_browse_list_header_simple,
.awards_browse_list_container .awards_browse_list > li.awards_browse_list_item_simple + li.awards_browse_list_header_simple,
.awards_browse_list_container .awards_browse_list > li.awards_browse_list_item_simple + script + li.awards_browse_list_header_simple {
    display: none;
}

.awards_browse_list_container .awards_browse_list > li.awards_browse_list_header_simple {
    clear: both;
    float: none;
    grid-column: 1 / -1;
    margin: 5px;
}

.awards_browse_list_container .awards_browse_list > li.awards_browse_list_header_simple .title_container {
    padding: 5px 10px;
    font-weight: bold;
    font-size: 18px;
    margin: 0;
}
/* / */