﻿/* TEMPORARY STYLES */

/* CSS Started */

/* Global */
.bg-blue {
    background-color: #00446A;
    color: #FFF;
}

.bg-blue button.close {
    color: white;
    opacity: .7;
}

ul.list-styled {
    list-style-type: disc !important;
}

i.fa {
    font-size: 18px;
}

i.fa.fa-minus, i.fa.fa-plus, i.fas.fa-caret-down, i.fas.fa-caret-up {
    cursor: pointer;
}

i.fas.fa-arrow-left {
    color: white;
    cursor: pointer;
}

i.fa.fa-adjust {
    color: #00446A;
}

i.fa.fa-check-circle {
    color: #58A549;
}

i.fa.fa-sort {
    color: white;
    cursor: pointer;
}

i.fas.fa-times {
    cursor: pointer;
}

i.fas.fa-redo-alt {
    cursor: pointer;
}

.playlist-item.active i.fa {
    color: white !important;
}

.btn.btn-primary {
    color: #FFFFFF;
    background-color: #2F7ABC;
    border: 1px solid #2A6DA8;
    font-weight: normal;
}

.btn.btn-primary:hover {
    color: #FFFFFF;
    background-color: #2A6DA8;
}

.btn.btn-secondary {
    color: #323A45;
    background-color: #D6D6D6;
    border: 1px solid #C9C9C9;
    font-weight: normal;
}

.btn.btn-secondary:hover {
    color: #323A45;
    background-color: #C9C9C9;
}

.btn.btn-alternative {
    color: #323A45;
    background-color: #00D6C1;
    border: 1px solid #00BDAA;
    font-weight: normal;
}

.btn.btn-alternative:hover {
    color: #323A45;
    background-color: #00C7B3;
}


.TL-G-LoaderModal {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.visually-hidden {
    /*http://developer.yahoo.com/blogs/ydn/posts/2012/10/clip-your-hidden-content-for-better-accessibility/*/
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    padding: 0 !important;
    border: 0 !important;
    z-index: -1000;
    /*filter:alpha(opacity=0); /* that one we could drop,  we're really taking about one single pixel after all */
    /*opacity:0; /* we make that single box transparent */
}

.plyr--video .plyr__control svg {
    filter: none !important;
}

.disabled {
    cursor: default;
    pointer-events: none;
    opacity: 0.7;
}

.elem-hidden {
    display: none !important;
}

#Welcome, #Interface {
    padding: 15px 0px;
}

.welcome-container, .main-container {
    margin: 0px;
    padding-bottom: 30px;
}


#Interface .video-container {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

#Interface #outerOuterVideoContainer {
    width: 100%;
    margin: 15px 0px 10px;
}

#Interface #outerOuterVideoContainer #outerVideoContainer {
    width: 100%;
    height: 100%;
    position: relative;
}

#Interface #outerOuterVideoContainer #outerVideoContainer .video-title {
    overflow: hidden;
}

#TL-VideoBlock .close-playlist-patch {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 2;
}

#Playlist {
    position: absolute;
    width: 35%;
    background: #D4D7DA;
    color: #323A45;
    z-index: 3;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    height: 100%;
    top: 0;
}

#Playlist .playlist-top-band {
    background-color: #323A45;
}

#panel-sort-container {
    position: absolute;
    z-index: 5;
    top: 42px;
    right: 15px;
    width: 45%;
    background: #fff;
    border-radius: 5px;
    border: solid 1px #c1c5c8;
    box-shadow: 0 1px 1px 0px #919799;
}

#panel-sort-container #panel-sort .sort-category .sort-by-label {
    cursor: pointer;
}

#Playlist .playlist-category > .category-row > li {
    list-style-type: none;
}

#Playlist .playlist-category .category-row .category-item .category {
    cursor: pointer;
}

#Playlist .playlist-category .category-row .category-item .category-label {
    font-weight: bold;
}

#Playlist .playlist-category .category-row .category-item .category-label.panel-collapse::after {
    height: 18px;
    background-image: url("../Media/VideoHome/plus_playlist_normal.png");
}

#Playlist .playlist-category .category-row .category-item {
    border-bottom: 3px dotted darkgray;
}

#Playlist .playlist-category .category-row .category-item.panel-collapse::after {
    bottom: -4px;
}

.playlist-category > .category-row > li > ul > li {
    list-style-type: none;
    background-color: #fff;
    border-radius: 5px;
    cursor: pointer;
    border: solid 1px #c1c5c8;
    box-shadow: 0 1px 1px 0px #919799;
    padding: 0px 15px;
    padding-top: 7px;
    margin-bottom: 6px;
}

#Playlist .playlist-category .category-row .category-item .playlist-row .playlist-item > p {
    font-size: 0.75rem;
    font-weight: bold;
}

#Playlist .playlist-category .category-row .category-item .playlist-row .playlist-item .video-status.viewed {
    color: #00446A;
}

#Playlist .playlist-category .category-row .category-item .playlist-row .playlist-item .video-status.completed {
    color: #58A549;
}

#Playlist .playlist-category .category-row .category-item .playlist-row .playlist-item.active, #Playlist .playlist-category .category-row .category-item .playlist-row .playlist-item.active .video-status.viewed, #Playlist .playlist-category .category-row .category-item .playlist-row .playlist-item.active .video-status.completed {
    background-color: #2F7ABC;
    color: #fff;
    pointer-events: none;
    cursor: default;
}

#Playlist .playlist-category .category-row .category-item .playlist-row .playlist-item.active .video-status.completed::before {
    background-image: url(../Media/VideoHome/finished_selected.png);
}

#Playlist .playlist-category .category-row .category-item .playlist-row .playlist-item.active .video-status.viewed::before {
    background-image: url(../Media/VideoHome/started_selected.png);
}

#Playlist .playlist-panel-inner {
    overflow-y: auto;
    height: calc(100% - 50px);
}

.closePlaylist {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
}

#SoapNotes {
    position: absolute;
    width: 100%;
    background: #f4f4f4;
    z-index: 3;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    height: calc(100% - 30px);
    right: 0;
    top: 0;
    border: 1px solid rgba(220, 218, 218, 0.5);
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
}

#SoapNotes #soapNoteTimer.alertTime, #SoapNotes #soapNoteTimer.timeEnded {
    color: #DC3545;
}

#SoapNotes #soapNoteTimer.timeEnded {
    font-weight: bold;
}

.closeSoapNote {
    display: none;
}

#SoapNotes .soap-panel .soap-note-label {
    font-family: "HelveticaNeue-Medium", Arial;
    font-size: 1rem;
    color: #323A45;
}

#SoapNotes #SoapNotesInner {
    overflow-y: auto;
    height: calc(100% - 30px);
    width: 100%;
}

#SoapNotes #SoapNotesNonMobile {
    overflow-y: auto;
    height: calc(100% - 50px);
    width: 100%;
}

#SoapNotes #SoapNotesNonMobile .soap-panel {
    position: relative;
    margin-bottom: 35px;
}

#SoapNotes #SoapNotesNonMobile .soap-panel::after {
    content: "";
    position: absolute;
    background-image: url(../Media/VideoHome/dot.png);
    height: 2px;
    width: 97%;
    transform: translateX(-50%);
    left: 50%;
    bottom: -20px;
}

#SoapNotes .soap-panel .soap-note-btn:first-child {
    margin-top: 0px;
}

#SoapNotes .soap-panel .soap-note-btn {
    display: block;
    font-size: 1rem;
    font-family: "HelveticaNeue-Medium", Arial;
    color: #fff;
    background-color: #323A45;
    padding: 15px 10px;
    margin: 10px 0px;
    position: relative;
    cursor: pointer;
}

#SoapNotes .soap-panel .soap-note-btn::after {
    content: "";
    position: absolute;
    background-image: url(../Media/VideoHome/minus_soap_note_normal.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 3px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

#SoapNotes .soap-panel .soap-note-btn.panel-collapse::after {
    background-image: url(../Media/VideoHome/plus_soap_note_normal.png);
    height: 20px;
}

#SoapNotes #SoapNotesNonMobile .soap-panel-bottom-container {
    width: 100%;
    margin: 0;
}

#SoapNotes #SoapNotesNonMobile .soap-panel.bottom-panel::after {
    background: none;
}

#SoapNotes .soap-panel textarea.textarea-animated {
    padding: 10px;
    border: 1px solid #607D8B;
    border-radius: 0px;
    width: 100%;
    resize: none;
    color: #323A45;
    box-shadow: none;
    font-size: 1rem;
    font-family: "HelveticaNeue-Medium", Arial;
    min-height: 62px;
}

#SoapNotes .soap-panel .note-container .textarea-animated {
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    transition: height 0.2s;
}

#SoapNotes .soap-panel .note-container .expert-note-panel-container {
    position: relative;
}

#SoapNotes .soap-panel .note-container .expert-note-panel-container .expert-note-panel-close-btn {
    /*position: absolute;*/
    background: transparent;
    /*right: 15px;
top: 0px;*/
    width: 45px;
    height: 45px;
    /*background-image: url(../Media/VideoHome/close_expertnote_normal.png);
background-repeat: no-repeat;
background-size: contain;
border: none;*/
    padding: 0;
    margin: 0;
}

#SoapNotes #SoapNotesNonMobile .soap-panel.bottom-panel .note-container .expert-note-panel-container .expert-note-panel-close-btn {
    right: 3px;
}

#SoapNotes .soap-panel .note-container .expert-note-panel {
    /*margin: 10px;
    color: #f4f4f4;*/
    background-color: #E5F9F7;
    color: #323A45;
    text-shadow: none;
    /*padding: 15px 10px;
	border-radius: 5px;*/
}

/*#SoapNotes .soap-panel .note-container .expert-note-panel p {
    font-size: 1rem;
}*/

/*#SoapNotes .soap-panel .note-container .expert-note-panel p:first-child{
	width: 90%;
}*/

#TL-VideoBlock img {
    width: 100%;
}

#TL-VideoBlock button {
    cursor: pointer;
    text-shadow: none !important;
    text-overflow: initial;
    white-space: normal;
    box-shadow: none;
    letter-spacing: 1.2px;
}

#Welcome .home-page-banner {
    margin: 15px 0px;
    margin-top: 10px;
}

.tl-container.video-block-container {
    padding: 0px;
    margin: 0px;
}

.xs-show {
    display: none;
}

.lg-hidden {
    display: none;
}

.lg-show {
    display: none;
}

.moveVideoContainer {
    transform: translateX(20%);
}


/* media queries */

/* CSS for all Devices except mobile  */

@media (min-width: 768px) {

    .tl-container.video-block-container {
        margin: 0 auto;
    }

    .view-playlist-container, .open-playlist-container {
        display: inline-block;
        float: left;
    }

    #Welcome, #Interface {
        padding: 10px 0px;
    }

    .view-playlist-container, .open-playlist-container {
        width: 25%;
    }

    #Welcome .home-page-container {
        float: left;
        width: 60%;
        margin: 10px;
        margin-top: 0px;
        margin-left: 0;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
    }

        #Welcome .home-page-container .home-page-banner {
            float: left;
            width: 100%;
        }

    #Interface .video-container {
        float: left;
        width: 60%;
        margin: 0px;
        margin-top: 10px;
    }

    #Interface #outerOuterVideoContainer {
        margin: 0;
    }

    #SoapNotes {
        height: 100%;
    }

    /*#SoapNotes .soap-panel .note-container .expert-note-panel{
		background-color: #607D8B;
		font-family: "HelveticaNeue-Light", Arial;
	}*/

    .md-hidden {
        display: none !important;
    }
}

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
    .lg-show {
        display: block;
    }
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
    .lg-show {
        display: block;
    }

    #panel-sort-container {
        width: 52%;
    }
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
    #panel-sort-container {
        width: 60%;
    }

    .lg-hidden {
        display: block;
    }
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    #Playlist .playlist-top-band .playlist-close-btn-container {
        width: 15%;
    }

    #panel-sort-container {
        width: 52%;
    }
}


/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/


.mobile-landscape-alert {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 5;
    display: none;
}

    .mobile-landscape-alert img {
        top: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        left: 50%;
    }

@media screen and (max-width: 1000px)
/* and (device-height: 411px) 
  and (-webkit-device-pixel-ratio: 4)  */
and (orientation: landscape) and (min-device-aspect-ratio: 1/1) {

    .mobile-landscape-alert {
        display: block;
    }

    .isMobileLandscape {
        display: block;
    }

    body {
        overflow: hidden;
    }
}

@media (min-width: 481px) and (max-width: 767px) and (orientation: landscape) {

    .xs-hidden {
        display: block;
    }

    .lg-hidden {
        display: block;
    }
}

/* @media screen and (min-height: 630px) and (max-height: 768px) and (hover: hover){ */
@media screen and (width: 1366px) and (height: 657px) {
    #Welcome .home-page-container, #Interface .video-container {
        width: 55%;
    }

    .moveVideoContainer {
        transform: translateX(25%);
    }
}


/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 767px) {

    .xs-hidden {
        display: none !important;
    }

    .xs-show {
        display: block;
    }

    .lg-hidden {
        display: block;
    }

    #Welcome, #Interface {
        padding: 0px;
    }

        #Welcome .home-page-banner {
            margin: 0px;
        }

    #Resume {
        margin-top: 6px;
        margin-bottom: 6px;
        padding: 6px;
    }

    #Playlist {
        width: 85%;
    }

    #Interface #outerOuterVideoContainer {
        margin: 0px;
    }

    #Interface #video-caption {
        width: calc(100% - 25px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    #outerOuterVideoContainer .plyr--video {
        padding-top: 31px;
    }

    #Interface .video-container .bottom-button-container {
        text-align: left;
        width: 97%;
    }

    #panel-sort-container {
        width: 60%;
    }

    #SoapNotes .soap-panel .soap-note-btn {
        margin: 3px 0px;
        padding: 12px 10px;
    }

    #SoapNotes .soap-note-video-caption {
        width: calc(100% - 40px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    #SoapNotes .soap-panel textarea.textarea-animated {
        width: 100%;
    }

    #SoapNotes .soap-panel .note-container .expert-note-panel-container .expert-note-panel-close-btn {
        right: 10px;
    }

    #TL-VideoBlock #video-caption.showFullVideoTitle {
        text-overflow: initial;
        white-space: normal;
    }

    #TL-VideoBlock #SoapNotes .showFullVideoTitle {
        text-overflow: initial;
        white-space: normal;
    }
}

@supports (-ms-ime-align:auto) {
    .plyr__progress {
        width: 50%;
    }

    .plyr__progress,
    .plyr__volume {
        width: 0px;
    }
}


/* Css for Client requirement playlist font-size */

#Playlist .playlist-category .category-row .category-item .category-label {
    font-size: 1rem;
}

#Playlist .playlist-category .category-row .category-item .playlist-row .playlist-item > p {
    font-size: 12px;
}

.playlist-category > .category-row > li > ul > li {
    padding: 0px 15px;
    padding-top: 7px;
    margin-bottom: 6px;
}

#Playlist .playlist-category .category-row .category-item .playlist-row .playlist-item .video-status {
    vertical-align: top;
}

    #Playlist .playlist-category .category-row .category-item .playlist-row .playlist-item .video-status.viewed::before, #Playlist .playlist-category .category-row .category-item .playlist-row .playlist-item .video-status.completed::before {
        top: -2px;
    }

#Playlist .playlist-category .category-row .category-item .category-label {
    padding-bottom: 3px;
}

#Playlist .playlist-category .category-row .category-item.panel-collapse::after {
    bottom: -4px;
}
