

.product-action-box .list-group-item {
    border: none;
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
    outline: none;
}

.product-btn-container a {
    margin-bottom: 1em;
}

.product-btn-container a:last-child {
    margin-bottom: 0;
}

.panel .panel-inner .panel-body {
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.panel-product {
    box-shadow: none;
    min-height: 200px;
}

/* Available in bootstrap 4 */
.label-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}

.btn-social-icon{
    position:relative;
    padding-left:44px;
    text-align:left;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    height:40px;
    width:40px;
    padding: 0;
    outline: none;
    border: 0;
    color: #fff;
    background-color: #888;
}

.btn-social-icon :first-child{
    position:absolute;
    left:0;top:0;
    bottom:0;
    width:38px;
    line-height:40px;
    font-size:1.6em;
    text-align:center;
    border-right:1px solid rgba(0,0,0,0.2)
}

.social-share {
    text-align: center; color: #fff;
}

.btn-social-icon :first-child{
    border:none;
    text-align:center;
    width:100% !important
}

.slider img:hover {
    cursor: pointer;
}

#current-media-container .thumbnail {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#product-section img {
    max-width: 160px;
    max-height: 160px;
}


#product-search-form .input-group {
    margin-top: 0;
    line-height: normal;
}

#product-search-form input {
    float: none;
    min-width: 280px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#product-sort-form label {
    display: inline;
}

#product-search-form label {
    display: inline;
}


/* Styles for extra-small screens (width < 768px) */
@media (max-width: 767px) {
    #product-listing .product-listing-image {
        margin-bottom: 10px;
    }

    #product-search-form input {
        width: 100%;
        min-width: 100px;
    }
}

.thead-inverse th {
    color: #fff;
    background-color: #37474F;
}

.table td , .table td, .table th, td {
    vertical-align: middle !important;
}

.parsley-errors-list {
    padding: 0;
    list-style-type: none;
    opacity: 0;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
    opacity: 1;
}

.page-header {
    padding: 15px;
    margin: 40px 0 20px;
    border-bottom: 2px solid #ccc;
    background-color: #4d4d4f;
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.page-header:first-child {
    margin: 10px 0 20px;
}

#product-category-list {
    border-bottom: 1px solid #e0e0e0;
}

#product-category-list, #product-category-list li {
    list-style-type: none;
}

#content-wrapper {
    min-height: 100%;
    padding-bottom: 100px;
}

.content-title {
    color: rgba(0,0,0,0.54);
    padding-bottom: 15px;
}

.page-title {
    color: #333;
    padding-bottom: 15px;
}

.modal-content {
    border: none;
}

.modal-header h4 {
    color: #101010;
}

.modal-header {
    border-bottom: none;
}

.modal-body {
    padding: 15px 30px 15px 30px;
}

.modal-footer {
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: none;
}

.dropdown-menu {
    border: 1px solid #f4f4f4;
}

.option-vertical, .option-vertical:hover {
    border: none;
    padding: 4px;
    margin: 0;
}

#search-filter {
    word-wrap: break-word;
}

#search-filter .clear-search-term {
    margin-bottom: 10px;
}

#search-filter .clear-filter {
    margin-top: 10px;
}

.panel-product .edit-dropdown {
    display: none;
    z-index: 999;
}

.edit-dropdown {
    position: absolute;
    top: 5px;
    right: 5px;
}

.panel-product:hover .edit-dropdown {
    display: block;
}

.edit-dropdown .dropdown-toggle {
    border: none;
    padding: 4px;
    margin: 0;
}

.edit-dropdown .glyphicon {
    vertical-align: middle;
}

#product-listing .product-list-layout {
    width: 100%;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

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

.ee-input-group-lg {
 height: 46px !important;
}

.ee-input {
    height: 34px !important;
    margin: 0 0 0px 0 !important;
}

.modal-content .close {
    font-size: 1.4em !important;
    color: #b8b8b8 !important;
}

.modal-content .close:hover {
    color: #8c8c8c !important;
}

.modal-content {
    padding: 20px !important;
}

.alert .close {
    font-size: 16px;
}

.alert .close:hover {
    color: #000 !important;
}

.alert-migration {
    margin-top: -25px;
    margin-bottom: 25px;
    text-align: center;
    background: #32eb96;
    color: #044123;
    font-family: "Roboto Condensed", sans-serif;
    border-radius: 0px;
}

.alert-freecourse {
    margin-top: -40px;
    margin-bottom: 40px;
    text-align: center;
    background: #6aa239;
    color: white;
    font-family: "Roboto Condensed", sans-serif;
    border-radius: 0px;
}

.alert-freecourse-white {
    margin-top: -25px;
    margin-bottom: 25px;
    text-align: center;
    background: white;
    color: #D73A0F;
    font-family: "Roboto Condensed", sans-serif;
    border-radius: 0px;
}

.freecourse-no-spacing {
    margin-top: -25px;
    margin-bottom: 0;
}

#search-filter h4 {
    margin-bottom: 20px;
}

#search-filter .search-filter-inner-container {
    float: left;
    width: 100%;
}

#search-filter .search-filter-inner-container .dropdown {
    margin: 10px;
    float: left;
    white-space: nowrap;
    border: 1px solid #bbb;
}

#search-filter .search-filter-inner-container .dropdown .dropdown-toggle {
    padding: 10px;
    background-color: #fff;
}

#search-filter .search-filter-inner-container .dropdown .category-top-level-count {
    font-weight: bold;
    font-size: 0.85em;
    font-family: 'Roboto Condensed', sans-serif;
    width: 20px;
    display: inline-block;
    text-align: right;
}

#search-filter .search-filter-inner-container .dropdown-menu {
    border: 1px solid #bbb;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-top: 0 !important;
    margin-left: -2px;
    width: 300px !important;
    white-space: normal;
    padding: 0;
}

#search-filter .search-filter-inner-container .dropdown-menu .filter-options-container {
    padding: 10px;
    max-height: 300px;
    overflow-y: auto;
}

#search-filter .search-filter-inner-container .dropdown-menu input {
     vertical-align: middle;
}

#search-filter .search-filter-inner-container .dropdown-menu li {
    list-style: none;
}

#search-filter .search-filter-inner-container .dropdown-menu label {
    padding: 5px 0 5px 5px;
    font-size: 14px;
    text-transform: none;
}

#search-filter .search-filter-inner-container .dropdown-menu label:hover {
    background-color: #044123;
    color: #fff;
}

#search-filter .search-filter-inner-container .dropdown-menu .filter-category-actions {
    text-align: right;
    padding: 10px;
    background-color: #f4f4f4;
}

#search-filter-buttons-container {
    display: flex;
    justify-content: center;
    margin-top:10px;
    margin-bottom: 20px
}

.ee-small-btn {
    padding: 5px 10px;
}

#product-search-filter-container .panel-default,
#product-search-filter-container .panel-body {
    border: 0;
    box-shadow: none;
    margin-bottom: 0;
}

#product-search-filter-container {
    position: relative;
}

#product-search-bar-container {
    width: 100%;
    padding: 10px;
    line-height: 50px;
    margin-top: 25px
}

#product-search-filter-container .dropdown a:hover,
#product-search-filter-container .dropdown a:focus,
#product-search-filter-container .dropdown a:active  {
    text-decoration: none;
}

@media (max-width: 767px) {
    #product-search-filter-container .dropdown {
        display: block;
        width: 100%;
        margin: 0 0 0 0 !important;
        white-space: normal !important;
        border: 1px solid #bbb !important;
    }

    .alert-migration .freecourse-no-spacing {
        margin-top: -25px;
        margin-bottom: 0px;
    }

    .alert-freecourse-white, .freecourse-no-spacing {
        margin-top: 12px;
    }

    #product-search-filter-container .search-filter-inner-container .dropdown-menu {
        width: 100% !important;
        height: auto !important;
        margin-top: 0px !important;
        position: relative;
        box-shadow: none;
        background-color: #fff;
        overflow: auto;
        border: 0;
        margin-left: 0;
    }

    #product-search-filter-container .dropdown .glyphicon-menu-down,
    #product-search-filter-container .dropdown .glyphicon-menu-up  {
        float: right;
    }

    #product-search-form .input-group {
        border: 0;
    }

    #search-filter .search-filter-inner-container .dropdown .dropdown-toggle {
        padding: 15px;
    }

    #search-filter .search-filter-inner-container .search-filter-dropdown-container {
        width: 100% !important;
    }
}

#product-search-filter-container .dropdown-menu label {
    font-weight: normal;
}

#search-filter .search-filter-control-group {
    padding-top: 10px;
    display: block;
    clear: both;
}

.ni-breadcrumb.breadcrumb > li + li:before {
    color: #ccc;
    content: "❯";
    padding: 0 5px;
}

.ni-breadcrumb.breadcrumb {
    background-color: #0e385f;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.ni-breadcrumb.breadcrumb a, .ni-breadcrumb.breadcrumb li {
    color: #fff;
    font-size: 12px;
}

.ni-breadcrumb.breadcrumb li.active {
    font-weight: bold !important;
    color: #fff;
}

.ni-breadcrumb.breadcrumb {
    margin-bottom: 0;
    display: block;
    padding: 8px 15px 8px 0 !important;
}

.breadcrumb-container {
    background-color: #0e385f;
    margin-bottom: 40px;
}

.breadcrumb-container.breadcrumb-no-spacing {
    margin-bottom: 0;
}

#product-actions-container {
    width: 100%;
    padding: 10px;
    background-color: #f4f4f4;
    line-height: 50px;
}

#product-listing .product-section .product-details {
    padding-top: 10px;
}

#product-listing .product-section .product-header {
    font-size: 1.4em;
}

.ee-separator {
    height: 1px;
    padding: 0;
    margin: 20px 0 20px 0;
    border: none;
    background-color: #ddd;
    color: #ddd;
}

.modal .expandable-modal-section a {
    text-decoration: none !important;
}

.widget-inner-container {
    min-height: 200px;
    max-height: 200px;
}

.custom-widget-container {
    overflow: hidden;
}

#search-filter .glyphicon-menu-down, #search-filter .glyphicon-menu-up  {
    vertical-align: middle;
}

#search-filter .apply-filters-btn {
    position: relative;
    white-space: nowrap;
    margin: 10px;
    float: left;
}

#search-filter .clear-filters-btn {
    border-radius: 0px ;
    border-color: #044123;
    color:#044123;
    font-size:17px;
    font-family: Roboto Condensed,sans-serif;
    text-transform: uppercase;
    height: 40px
}

#search-filter .search-filter-inner-container .search-filter-dropdown-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#search-filter .search-filter-inner-container .filter-label {
    width: 10%;
    padding: 20px 0px 10px 0;
    float: left;
}

.browse-courseware-panel {
    border: 0;
    clear: both;
    box-shadow: none;
    margin-bottom: 0px;
}

.product-paging-container {
    margin-top: 20px;
    padding-right: 20px;
    vertical-align: middle;
    background-color: #f4f4f4;
    text-align: right;
    font-family: 'Roboto Condensed', sans-serif;
}

#per-page-select {
    width: 65px;
    padding:0;
    margin:0;
    display: inline;
}

#search-perpage-container {
    float: left;
}

#search-perpage-container span {
    font-family: 'Roboto Condensed', sans-serif;
}

#product-listing .product-listing-image {
    min-width: 160px;
}

#product-listing .product-section {
    width: 100%;
    display: inline-block;
    min-height: 100px
}

#product-listing .product-listing-author {
    margin-top: 0;
    font-size: 0.6em;
    color: rgba(0,0,0,0.54);
}

#product-listing .product-section .rating-star.fa-star,
#product-listing .product-section .fa-star-o {
    color: #ffa500;
}

#product-top-container {
    margin-bottom: 20px;
}

#product-listing .rating-count {
    color: #737373;
    font-size: 0.9em;
    vertical-align: middle;
}

#product-listing .rating-row {
    line-height: 30px;
}

#product-listing .rating-row .fa {
    vertical-align: middle;
}

.straight-border {
    border-radius: 0px;
}

#tertiary-top-nav  {
    margin-top: -25px;
    margin-bottom: 25px;
    background-color: #F4F4F4;
    width: 100%;
    float: left;
}


#tertiary-top-nav .tertiary-nav-separator {
    margin: 0 5px 0 5px;
}

#tertiary-top-nav li:last-child .tertiary-nav-separator {
    display: none;
}

#tertiary-top-nav li {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    color: #044123;
    display: inline;
}

#tertiary-top-nav ol {
    list-style: none;
    float: right;
    padding: 10px;
}

#tertiary-top-nav .tertiary-nav-separator {
    color: #CCC;
}

#ee-container {
    margin-bottom: 40px;
}

#ee-container .tabctrl-header .nav.nav-tabs {
    /* Override client's nav tab z-index of 100 with 90 that fixes the tab overlap of the modal back-drop. */
    z-index: 90;
}

.product-available-languages img:first-child {
    padding-left: 0;
}

.product-available-languages img {
    padding: 5px;
}

.product-locale-label {
    border: solid #DDD 1px;
    min-width: 30px;
    line-height: 20px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    font-size: 0.5em;
    color: #777777;
}

#entitlement-access-modal ul ul {
    list-style: none;
}
