﻿/*Used for general styling for all resource library pages*/
[data-button-visible="true"] {
    display: inline-block !important;
}
.badge{
    white-space:pre-wrap;
}
.describe-resource span.badge.bg-secondary {
    margin-bottom: 5px;
}
[data-button-visible="false"] {
    display: none !important;
}
.wrapper-topic {
    display: inline;
    max-width: 100px;
}
    .wrapper-topic .badge {
        display: inline-block;
        max-width: 155px;
        overflow-wrap: break-word;
    }
.btn.btn-add {
    float: right;
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 15px;
    background-color: white;
    color: white;
    border: solid 1px #ccc;
    border-radius: 0;
    z-index: 16;
}
.btn-danger img {
    padding: 5.5px 3px;
    max-width: 30px;
}
section.selections-filters.steel-background p {
    display: inline;
    color: white;
}
p.description-p img {
    max-width: 20px;
}
.card-body {
    min-height: 400px;
    padding: 0;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%);
}
.card {
    border: none;
}
.images-rl {
    border-bottom: 9px #b2b2b2 solid;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    object-position: 95% 0;
    width: 100%;
    background-repeat: no-repeat;
    height: 195px;
    position: relative;
    object-fit: cover;
    line-height:184px;
    text-align:center;
}
.images-rl img{
    max-width:100%;
    max-height:187px;
}
.float-end {
    width: 225px;
}
.clear {
    color: white;
    background: none;
    border: none;
    padding-bottom: 0;
    font-size: .875rem;
    margin-left:5px;
    cursor: pointer;
}
#toast-container > div{
    width:150px !important;
}
.dropdown-menu label.control.control-checkbox {
    font-weight: bold;
    margin-top: 14px;
    margin-left: 50px;
    cursor: pointer;
}
.dropdown-menu span.control_indicator {
    background: #f3f3f3;
}
button.btn.mr-1.teal-background.white-text:hover {
    background: #01918f;
    color: white;
}
ul ul li {
    list-style: none;
}
ul.Resources {
    overflow-y: scroll;
    max-height: 150px;
    border-top: solid 1px #ccc;
    line-height: 1.2rem;
    border-bottom: solid 1px #ccc;
}
ul.SortBy {
    overflow-y: scroll;
    max-height: 73px;
    border-top: solid 1px #ccc;
    line-height: 1.2rem;
    border-bottom: solid 1px #ccc;
}
.Resources label.control.control-checkbox, .SortBy label.control.control-checkbox {
    position: relative;
}
.Resources .control_indicator, .SortBy .control_indicator {
    left: -40px;
}
.ResourceType label.control.control-checkbox {
    margin-left: 25px !Important;
}
span.title-header {
    margin-left: 15px;
    display: inline-block;
    margin-bottom: 10px;
}
ul.dropdown-menu.ResourceType.show {
    padding-top: 0;
    max-height: 375px;
    overflow: hidden;
}
.control_indicator {
    left: 20px;
}
button.btn.mr-1.teal-background.white-text {
    background: #006967;
    margin: 12px 17px 0;
}
#collectionDropdownContainer p {
    font-size: 1.2rem;
    margin-bottom: 0;
}
.control:hover input:not([disabled]):checked ~ .control_indicator, .control input:checked:focus ~ .control_indicator {
    background: #007bff;
}
button.btn.clear {
    padding: 0;
    margin-top: 25px;
    color: #0077cc;
}
.icons-switch-grid img {
    max-width: 15px;
    margin-left: 25px;
    margin-right: 15px;
    margin-top: -3px;
}
.change-grid-list .bg-hover {
    display: none;
}
.resource-section h1 {
    background: rgba(0,0,0,.6);
    display: inline-block;
    padding: 5px;
}
.change-grid-list span.Podcast-type.resource-icons.dark-icons {
    margin-top: 0;
    bottom: 185px;
    margin-left: 20px;
}
.change-grid-list span.Poster-type.resource-icons.dark-icons {
    margin-top: 0;
    bottom: 80px;
    margin-left: 20px;
}
li.title {
    margin: 10px 0;
    margin-left: 5px;
    font-weight: bold;
}
button#dropdownMenuButtonResourceTypes:hover, button#dropdownMenuButtonTopics:hover {
    color: #EBA53E;
}
.icons-switch-list img {
    max-width: 17px;
    margin-left: 10px;
}
svg#Layer_4{
    max-width:15px;
    margin-left:10px;
}
.steel-background a.link-local {
    color: white;
    font-size: .875rem;
    text-decoration: none;
}
.col-3.all-cards.change-grid-list {
    margin-bottom: 30px;
    min-width: 100%;
    display: inline-block;
}
.change-grid-list .card:hover > a .bg-active {

    background: none;
}
.change-grid-list a.btn.btn-details.card-ch.blue-background.white-text.link-local {
    width: auto;
    display: block;
    bottom: 10px;
    position: absolute;
    min-width: 195px;
}
.change-grid-list .card-body {
    min-height: 370px;
}
    .change-grid-list img.images-rl {
    border-bottom: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    object-position: initial;
    width: auto;
    height: auto;
    max-height: 310px;
    position: relative;
    object-fit: contain;
    float: left;
    padding: 10px;
}
ul.dropdown-menu.show {
    width: 265px;
    padding-bottom: 20px;
    box-shadow: 1px 1px 7px #555;
}
.steel-background p {
    font-size: .875rem;
    display: inline;
    color: white;
}
.card h5 {
    font-size: 1.3rem;
    line-height: 1.7rem;
}
.card:hover > a .bg-active {
    transition: .3s ease all;
    height: 187px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    position: absolute;
    width: 100%;
    top: -1px;
    background: rgba(0,0,0,.7);
    z-index: 9;
}
.card:hover {
    box-shadow: 0 4px 25px 1px rgb(0 0 0 / 4%);
    transform: translateY(-2px);
}
section.med-grey-background {
    padding-top: 1em;
    padding-bottom: 3.125em;
}
.card-surround {
    padding: 15px;
}
span.bread-crumb {
    color: white;
    padding: 5px 10px;
    border: solid 1px #999;
    margin-left: 5px;
    border-radius: 20px;
    margin-left: 5px;
}
#noResources img {
    display: block;
    max-width: 135px;
    margin: 5px auto;
}
.alert.alert-warning.graphic {
    max-width: 500px;
    margin: auto;
}
div#exampleModalToggle2 .modal-footer {
    display: block;
    margin: auto;
}
div#exampleModalToggle2 .modal-header {
    background: none;
}
.change-grid-list a.btn.btn-details.card-ch.blue-background.white-text {
    margin-bottom: 10px;
    display: block;
}
span.count {
    color: black;
    background: white;
    padding: 3px 10px;
    border-radius: 50px;
}
.no-result-set a {
    color: white;
}
.no-result-set a:hover{
    color: #EBA53E;
    transition: .3s color ease;
}
div#filter-bread-crumbs {
    margin-bottom: 20px;
}
.no-result-set {
    color: #f3f3f3;
}
/*a.btn.btn-details.card-ch.blue-background.white-text.link-local {
    width: 90%;
    display: block;
    bottom: 5px;
    position: absolute;
}*/
a.btn.btn-details.card-ch.blue-background.white-text.link-local:hover {
    color: white;
}
p.description-p {
    padding-bottom: 0;
    margin-bottom: 0;
}
.btn.btn-danger {
    float: right;
    padding: 0;
    right: 5px;
    background-color: white;
    position: absolute;
    color: white;
    border: solid 1px #ccc;
    border-radius: 0;
    top: 5px;
    z-index: 16;
}
input#SearchResourceLibrary {
    margin-top: 5px;
    padding-bottom: 2px;
    min-width: 70%;
}
span.icons-switch-grid, span.icons-switch-list{
    cursor:pointer;
}
img.types.Video {
    margin-top: -75px;
    max-width: 30px;
}
.bg-hover {
    height: 187px;
    position: absolute;
    background: rgba(0,0,0,.4);
    z-index: 9;
    width: 100%;
}
/*span.Podcast-type.resource-icons.dark-icons {
    background-size: cover;
    background-image: url(../images/icons/PodcastDarkIcon.svg);
    width: 30px;
    height: 48px;
    display: block;
    position: absolute;
    z-index:9;
    margin-top: -65px;
    background-repeat: no-repeat;
    margin-left: 12px;
}*/
img.types {
    background-size: cover;
    width: 40px;
    height: 48px;
    display: block;
    position: absolute;
    z-index: 9;
    margin-top: -80px;
    background-repeat: no-repeat;
    margin-left: 5px;
}
img.featured {
    background-size: cover;
    /* background-image: url(../images/icons/Featured.svg); */
    width: 33px;
    height: 48px;
    display: block;
    position: absolute;
    z-index: 9;
    margin-top: -74px;
    background-repeat: no-repeat;
    margin-left: 5px;
}
.change-grid-list img.types, .change-grid-list img.featured {
    margin-top: -5px
}
.change-grid-list .btn.btn-add, .change-grid-list .btn.btn-danger{
    background: #ccc;
}
img.types.Publication, img.types.Trifold, img.types.Training\/TechnicalAssistance, img.types.Toolkit {
    /*    margin-top: -80px;*/
    max-width: 32px;
}
img.types.Podcast, img.types.Poster {
    max-width: 26px;
}
img.types.Podcast, img.types.Program, img.types.Webcast, img.types.WebinarRecording {
/*    margin-top: -84px;*/
}
img.search-icon-browse {
    max-width: 25px;
    margin-top: -5px;
    margin-left: 5px;
}
section.nav-library {
    padding: 10px 0 2px;
    background: #000;
    margin-top: -15px;
}

.nav-library h1 {
    color: white;
    font-size: 2rem;
    line-height: 1;
    margin-top: 5px;
}

section.selections-filters {
    margin: 0;
    padding: 0;
}
.selections-filters .dropdown .btn {
    background-color: transparent;
    border-color: transparent;
}
.selections-filters .btn:focus {
    box-shadow: none;
}
.dropdown {
    display: inline-block;
}
.dropdown img {
    width: 15px;
    margin-left: 5px;
}
/*Modal*/
.modal a.btn.btn-details.card-ch.blue-background.white-text.link-local {
    width: 160px;
    position: relative;
}
.modal .modal-header {
    background: url(/images/resourcedetail/ResourceBGModal.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.modal-header h4 {
    background: rgba(0,0,0,.6);
    display: inline-block;
    padding: 5px;
}
.modal p.text-white {
    text-align: left;
}
.modal span.badge.bg-secondary {
    background: #d45a2a !important;
    padding: 0.9em;
    border-radius: 14px;
/*    display: flex;*/
    font-size: .7rem;
    float: left;
    margin: 3px 0;
}
.nav-library h1 a {
    color: white;
    text-decoration: none;
}
#collectionDropdownContainer a{
    color: white;
    text-decoration:none;
}
#collectionDropdownContainer a p:hover{
       color: #EBA53E !important;
       transition: .3s color ease;
}
a.discover:hover {
    color: #EBA53E;
    transition: .3s color ease;
}
a.btn.btn-details.card-ch.blue-background.white-text {
    bottom: 0;
    position: absolute;
    margin-bottom: 5px;
    width: 90%;
}
button#clearSearchButton {
    color: white;
    background: none;
    border: none;
    padding-bottom: 0;
}
#clearSearchButton:hover {
    color: #EBA53E;
}
.modal-header button.btn-close {
    position: absolute;
    top: -20px;
}
.modal .col-3 h3 {
    text-align: left;
}
.modal .col-3 {
    padding-left: 65px;
}
/*Customization scrolls*/

body .Resources::-webkit-scrollbar, body .SortBy::-webkit-scrollbar {
    width: 1em;
}

body .Resources::-webkit-scrollbar-track, body .SortBy::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #f3f3f3;
    /*border: 1px solid transparent;*/
}

body .Resources::-webkit-scrollbar-thumb, body .SortBy::-webkit-scrollbar-thumb {

    background-clip: content-box;
    background-color: #333;
}
li.title.topics {
    margin: 5px 0 0 0;
    border-bottom: solid 1px #ccc;
}
.Resources, .SortBy {
    scrollbar-color: #333 #f3f3f3;
}
.card {
    margin: 10px;
}
.carousel-control-next, .carousel-control-prev{
    z-index: 10;
}

/* Vimeo video styling */
video {
    width: 100%;
    height: 100%;
}

.section-centered {
    clear: both;
    width: 100%;
    /*overflow: hidden;*/
    /*background: #333333;*/
    text-align: left;
    padding: inherit;
    margin: 0;
    border: none;
}

/* Wish iframe width/height could be fluid. */
/* Aspect ratios include 16:9, 4:3, 3:2. */

/* 16:9 aspect ratio: */
/*iframe.training_16x9 {
    margin: 0 auto;
    min-width: 700px;
    min-height: 394px;
}*/

/*@@media (max-width: 1024px) {
			iframe.training_16x9 {
				
			}
		}*/

.embed-responsive {
    position: relative;
    display: block;
    width: 90%;
    padding: 0;
    overflow: hidden;
    /*margin-bottom: 20px;*/
}

    .embed-responsive:before {
        display: block;
        content: ""
    }

    .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0
    }

.embed-responsive-21by9:before {
    padding-top: 42.85714%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-3by2:before {
    padding-top: calc(3 / 2);
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.resource-heading {
    color: white;
    margin: 10px 0;
}