/*********************/
/*** Player Header ***/
/*********************/

/*** Player Sequence menu and Resource Title ***/
.player-header-menu {
    padding-top: 15px;
    padding-bottom: 15px;
    height: 100%;
}

.player-header-default {
    z-index: 500;
    width: 100%;
    height: 70px;
    background-color: #ffffff;
    -moz-box-shadow: 0 8px 8px -8px #696868;
    -webkit-box-shadow: 0 8px 8px -8px #696868;
    box-shadow: 0 8px 8px -8px #696868;
}

.player-menu-icon {
    margin-left: 20px;
    font-size: 35px;
    line-height: 1.0;
    cursor: pointer;
}

.player-menu-icon.dropdown-visible{
    color: #a1a1a1;
}

.player-sequence-header-caption,
.player-header-caption {
    display: block;
    color: #000000;
    font-size: 16px;
    font-family: Verdana;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    line-height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 10px;
}

@media (max-width: 768px) {
    .player-sequence-header-caption {
        display: none;
    }
}

/*** Dropdown Container ***/
#smartplayerDropdownContainer {
    width: 100%;
    float: left;
    height: calc(100% - 70px);
    position: absolute;
    background: transparent;
    top: 70px;
    z-index: 495;
    pointer-events: none;
}

.dropdown-container {
    height: 100%;
    width: 100%;
    max-width: 1024px;
    pointer-events: none;
    position: relative;
    margin: 0 auto;
}

/*** Dropdown Sequence Menu ***/
.dropdown-sequence {
    padding: 0;
    margin: 0;
    z-index: 495;
    width: 100vw;
    min-width: 320px;
    max-width: 500px;
    max-height: 95%;
    overflow-x: hidden;
    overflow-y: auto;  
    border-radius: 0;
    -moz-box-shadow: 0 2px 10px #888888;
    -webkit-box-shadow: 0 2px 10px #888888;
    box-shadow: 0px 2px 10px #888888;
    border: none;
    position: absolute;
    left: 0;
    float: left;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    pointer-events: auto;
}

/* For related products display*/
@media (min-width: 1440px)  {
    .dropdown-sequence.related {
        margin-left: calc(50% - 708px);
        margin-right: auto;
    }
}

@media (min-height: 497px) {
    dropdown-sequence {
        max-height: 497px;;
    }
}

.dropdown-sequence-element {
    padding: 10px 15px;
    border-bottom: solid #CBCBCB 1px;
    cursor: pointer;
}

.dropdown-sequence-element:last-of-type {
    border-bottom: none;
}

.dropdown-sequence-element:hover {
    background-color: #f3f3f3;
}

.dropdown-sequence-element-button {
    padding: 15px 0;
}

.dropdown-sequence-element-button button{
    cursor: pointer;
    background-color: transparent;
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
    color: #000000;
    border: solid #CBCBCB 1px;
}

.dropdown-sequence-element-button button:hover{
    color: #000000;
    border: solid #CBCBCB 1px;
    background-color: #f3f3f3;
}

.seen-true {
    color: #009de0;
}

.dropdown-sequence-icons {
    width: 35px;
    margin: 0;
    font-size: 35px;
    line-height: 1.0;
    cursor: pointer;
    float: left;
}

.dropdown-sequence-caption {
    width: 100%;
    max-width: calc(100% - 35px);
    padding-left: 20px;
    margin: 0;
    float: left;
    font-size: 16px;
    font-family: Verdana;
    font-weight: normal;
    vertical-align: middle;
    line-height: 35px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/*** Player Sequence Navigation controls (central) ***/
.player-navigation {
    padding-top: 15px;
    padding-bottom: 15px;
    height: 100%;
}

.player-navigation-icon {
    font-size: 35px;
    line-height: 1.0;
    cursor: pointer;
}

.player-navigation-icon-clicked {
    cursor: wait;
}

.player-navigation-icon[disabled="disabled"] {
    cursor: default;
    color: #a1a1a1;
}

.player-navigation-index {
    font-size: 16px;
    font-family: Verdana;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    line-height: 35px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/*** Player Close ***/
.player-close {
    padding-top: 15px;
    padding-bottom: 20px;
    height: 100%;
}

.player-close-icon {
    padding-right: 10px;
    font-size: 35px;
    line-height: 1.0;
    cursor: pointer;
}

.player-close-icon:before {
    float: right!important;
}

/*** Player Options ***/
.player-options {
    padding-top: 15px;
    padding-bottom: 20px;
    height: 100%;
}

.player-options-icons {
    padding-right: 10px;
    font-size: 35px;
    line-height: 1.0;
    cursor: pointer;
}

.player-options-icons.dropdown-visible{
    color: #696868;
}

/*** Dropdown Options Menu ***/
.dropdown-options {
    padding: 0;
    margin: 0;
    z-index: 495;
    width: calc(100vw + 1px);
    min-width: 320px;
    max-width: 400px;
    max-height: 95%;
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 0;
    -moz-box-shadow: 0 2px 10px #888888;
    -webkit-box-shadow: 0 2px 10px #888888;
    box-shadow: 0px 2px 10px #888888;
    border: none;
    position: absolute;
    left: 100%;
    float: left;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    pointer-events: auto;
}

.dropdown-options.pull-right {
    right: -1px;
    left: auto;
}

.dropdown-options li {
    width: calc(100% - 2px);
    margin: 0 1px;
    padding: 10px 0;
    border-bottom: solid #CBCBCB 1px;
    cursor: pointer;
}

.dropdown-options #btnClose,
.dropdown-options #btnCloseExtra {
    border-bottom: none;
}

.dropdown-sequence-element:last-of-type {
    border-bottom: none;
}

.dropdown-options li:hover {
    background-color: #f3f3f3;
}

.dropdown-options-icons {
    width: 55px;
    padding-right: 20px;
    font-size: 35px;
    line-height: 1.0;
    cursor: pointer;
}

.dropdown-options-icons:before {
    float: right!important;
}

.dropdown-options-caption {
    width: calc(100% - 55px);
    font-size: 16px;
    font-family: Verdana;
    font-weight: normal;
    vertical-align: middle;
    line-height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
}

#btnOpenMenu.dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*************************/
/*** Player Header APP ***/
/*************************/
#smartplayer-app-header.player-header-default {
    height: 55px;
}

#smartplayer-app-header .player-menu-icon {
    color: #ec7920;
}

#smartplayer-app-header .player-menu-icon.dropdown-visible{
    color: #ffcccc;
}

#smartplayer-app-header .player-header-menu {
    padding-top: 10px;
    padding-bottom: 10px;
}

#smartplayer-app-header .f-icon-arrow-right {
    color: #ec7920;
}

/* Smartplayer Smartbook App Navigation */
#smartplayer-app-header #btPrev.f-icon-arrow-right {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#smartplayer-app-header .player-navigation-icon[disabled="disabled"] {
    color: #ffcccc;
}

#smartplayer-app-header .player-navigation-icon {
    color: #ec7920;
    font-weight: bold;
}

#smartplayer-app-header .player-navigation {
    padding-top: 10px;
    padding-bottom: 10px;
}

#smartplayer-app-header .player-navigation-index {
    color: #ec7920;
}

#smartplayer-app-header .player-close {
    padding-top: 10px;
    padding-bottom: 10px;
}

#smartplayer-app-header .player-close-icon {
    color: #ec7920;
    font-weight: bold;
}

.dropdown-container-app {
    height: 100%;
    width: 100%;
    max-width: 100%;
    position: absolute;
    pointer-events: none;
}

.dropdown-container-app .dropdown-sequence-element {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0 5px 0;
    -bottom: solid #575757 0px;
}

.dropdown-container-app .dropdown-sequence {
    max-width: 100%;
}

.dropdown-container-app .dropdown-sequence-icons {
    font-size: 30px;
    color: #ec7920;
}

.dropdown-container-app .dropdown-sequence-icons.seen-true {
    color: #ec7920;
}

.dropdown-container-app .dropdown-sequence-caption {
    line-height: 30px;
}

.dropdown-container-app .dropdown-sequence-close {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

.dropdown-container-app .dropdown-sequence-close #dropdownClose {
    text-align: center;
    font-weight: bold;
    color: #ec7920;
}

.dropdown-container-app .dropdown-sequence-close #dropdownClose:before {
    cursor: pointer;
}