/*NIE*/
.nie_header{
    background-image:url("../../resources/images/nie/teacher_kids_web.jpg");
    min-height: 300px;
    max-height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.nie_header .header_logo img{
    max-width: 100%;
    padding: 40px;
}
#NIEQOW #disabledError{
    font-size: 2em;
    border:solid 1px #333;
    text-align:center;
    margin: 2em 0;
}
#NIEQOW h1{
    color: #FFFFFF;
    background-color: #0082BA;
    padding: 10px 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    margin: 0 auto;
}
/*Video Player*/

.inpagePlayer{
	margin-bottom: 1.5rem;
}
.inpagePlayer .row{
	background-color: #f4f4f4;
}
.inpagePlayer .currentTitle{
	font-size: 1.3em !important;
        font-weight: 700;
}
.inpagePlayer .videoList{
	max-height: 400px;
        overflow-y: scroll;
        list-style-type: none;
}
.inpagePlayer .videoList a{
	display: inline-block;
}
.inpagePlayer .videoDescription{
	font-size: 1em;
}
.inpagePlayer .sectionHead h2{
	font-size: 2em;
	width: 100%;
	color: #333333;
	border-bottom: solid 1px #333333;
	padding-left: 0;
        padding-bottom: 0.25em;
}

#fullPlaylist {
    background-color: #f4f4f4
}

.nowPlaying {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .6);
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
    border: 3px solid #333;
    padding: 0 .125rem;
    font-weight: 600;
    text-align: center;
    font-size: 1.2em;
    line-height: 1.2em
}

.videoList {
    margin: 0;
    padding: 0;
}
.videoList img{max-width:100%;}
.videoList::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #008CBA
}

.videoList::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5
}

.ListItems div,
.ListItems div a {
    text-indent: 0;
    background: #f4f4f4;
    list-style-position: inside;
    list-style-type: none;
    text-decoration: none
}

.currentTitle {
    font-size: 2.5rem
}

.videoContainer,
.videoListWrapper {
    background-color: #f4f4f4;
    color: #333
}

.videoDescription {
    font-size: 1rem;
    margin-bottom: 2rem
}



.inpagePlayer{
	margin-bottom: 1.5rem;
}
.inpagePlayer .row{
	background-color: #f4f4f4;
}
.inpagePlayer .currentTitle{
	font-size: 1.3rem;
}
.inpagePlayer .videoList{
	max-height: 400px;
}
.inpagePlayer .videoList a{
	display: inline-block;
}


.inpagePlayer.single{
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    background-color: #f4f4f4;
    padding-top: 1em;
    padding-bottom: 1em;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
/******Obit Widget********/
.obitCard{
  display:inline-block;
  margin-bottom: 1em;
}
.obitCard .item{
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  padding: 10px;
}
.obitCard .name h4{
  margin-top: 0 !important;
}
.obitCardInfo{
  display:inline-block;
}
.obitCardInfo .image{
  padding-left: 0 !important;
  padding-right: 0 !important;
}