/*=================Custom css====================*/
.customBtn.btn:focus {
	/*outline: none !important;
	box-shadow: none !important;*/
	background: #fffdfd00 !important;
	color: #333 !important;
}
/*============== Media Screens css ==============*/

@media only screen and (min-width: 0px) {
	.footerPlayerBtnSlider {order: 6}
	.footerPlayerBtnVolume {order: 5}
	.footerPlayerBtnSkip {order: 4}
}

@media only screen and (min-width: 667px) {
	.footerPlayerBtnSlider {order: 4}
	.footerPlayerBtnVolume {order: 5}
	.footerPlayerBtnSkip {order: 6}
}

/*============================= CD =========================*/
/*
@media screen and (max-width: 795) {
	.footerPlayerBtnSlider {order: 6}
	.footerPlayerBtnVolume {order: 5}
	.footerPlayerBtnSkip {order: 4}
}
@media screen and (min-width: 696) {
	.footerPlayerBtnSlider {order: 4}
	.footerPlayerBtnVolume {order: 5}
	.footerPlayerBtnSkip {order: 6}
}
*/

.element-is-clickable {
	cursor: pointer;
}
.menu-main-entry-text {
	padding-top: 2px;
}
.pmd-sidebar .pmd-sidebar-nav li .dropdown-menu li a {
	padding-left: 65px;
}
.user-name-menu {
	padding-left: 10px;
}

.activate-flex-horizontal{
	display: flex;
	justify-content: space-between;
}
.cd{
	height: 308px; /* 300px */
	width: 350px; /* 300px */
	min-width: 350px; /* 300px */
	background-image: url("../images/CD2.png"); /* cd.png */
	background-size: 100% 100%;
}
.cd-warpper{
	height: 100%;
	width: 100%;
}
.cd-imprint-header{
	display: flex;
	align-items: center;
	padding-top: 10%;
}
.cd-imprint-header>img{
	margin: 0 auto;
}
.cd2-imprint-header {
	padding-top: 30px;
	padding-left: 100px;
}
.cd2-imprint-title {
	margin: 8px 35px 0px 65px;
	height: 100px;
}
.cd2-imprint-author {
	margin: 40px 38px 0px 70px;
	height: 80px;
	color: rgba(37, 93, 157, 1);
}
.preach-card{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}
.preach-card-inner-box{
	padding-top: 15px;
	padding-bottom: 15px;
}
.preach-track-list{
	border-top: 3px solid #333c4e;
}
.pmd-table.table > tbody > tr > td.preach-track-list-buttons {
	text-align:center;
}
.pmd-card-no-border {
	border-radius: 0;
}
.pmd-card-no-border-bottom {
	border-radius: .125rem .125rem 0 0;
}
.pmd-card-no-border-top {
	border-radius: 0 0 .125rem .125rem;
}
.pmd-card-divider {
	height: 1px;
	background-color: rgba(0, 0, 0, 0.1);
	width: 100%
}
.my-upload-prgress-bar{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.my-upload-prgress-bar-slider{
	width: 90%;
	padding-left: 3%;
}
.my-upload-prgress-bar-percentage{
	padding: 0 3% 0 15px;
}
.upload-manager-control{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.upload-manager-card-head{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.create-preach-track-list{
	/*padding: 15px 15px 10px;*/
	padding: 0;
	margin-bottom: 10px;
}
.create-preach-track-list > p{
	margin: 0;
}
.create-preach-track-list-entry-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.create-preach-track-list-delete-btn {
	padding-right: 20px;
}
.create-preach-track-list-entry-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
.track-dialog-chooser{
	padding: 0 1rem 0rem 1rem;
	/*overflow-y: scroll;
	max-height: 400px;*/
}

.search-width{
	width: 100%;
}

@media screen and (min-width: 100) {
    .search-width {
        width: 250px;
    }
}

@media screen and (min-width: 800px) {
    .search-width {
        width: 400px;
    }
}

.filter-box {
	padding-top: 30px;
}

.filter-box-preacher > .select2-container .select2-search--inline .select2-search__field {
	font-size: 1rem;
}

.filter-box-length-slider.pmd-range-slider.noUi-target {
	margin: 13px 0 35px;
	width: 100%;
}
.filter-entry {
	margin: 0px 20px 0 20px; 
	display: flex;
	justify-content: space-between;
}

.filter-entry-activation {
	padding-right: 60px;
	padding-left: 10px;
	width: 50px;
	margin-top: 5px;
}

.filter-entry-param {
	width: 100%;
}

.filter-entry-preach-length {
	width: 170px;
}

.checkbox-no-margin{
	margin-top: 0px;
	margin-bottom: 0px;
}

.moveable-tracklist {
	cursor: move;
	padding: 5px 20px 0 20px;
}

.moveable-videolist {
	cursor: move;
	padding: 5px 20px 0 20px;
}

.button-edit-preach {
	position: fixed;
	top: 90px;
	right: 45px;
	z-index: 99;
	opacity: 0.7;
}

.track-dialog-chooser-search.form-group.pmd-textfield {
	margin-left: 10px;
	margin-right: 30px;
	margin-bottom: 0px;
}

.custom-pagination {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.custom-pagination-entry {
	margin: 0 1px 0 1px;
	padding: 0 2px 4px 2px;
}

.custom-pagination-entry > a {
	font-size: 24px;
	border: solid;
	border-width: 2px;
	border-color: #DBDBDB;
	border-radius: 3px;
	padding: 0 4px 0px 4px;
	color: rgba(0, 0, 0, 0.84);
	text-decoration: none;
}

.custom-pagination-entry > a:hover {
	border-color: #4acc8e;
	color: #4acc8e;
	text-decoration: none;
}

.customPaginationEntryActive > a {
	border-color: #4acc8e;
	color: #4acc8e;
	text-decoration: none;
}

.pagination-preach-list {
	margin-top: 25px;
}

.pagination-tripplePoint {
	margin-top: 15px;
}

/*------------------------------------------*/

.component-fade-enter-active, .component-fade-leave-active {
  	transition: opacity 0.5s ease;
}
.component-fade-enter, .component-fade-leave-to {
  	opacity: 0;
}

.filter-animation-enter-active {
	animation-name: fade-and-rotate;
	animation-timing-function: linear;
	animation-duration: .8s;
	animation-direction: reverse;
}

.filter-animation-leave-active {
	animation-name: fade-and-rotate;
	animation-timing-function: linear;
	animation-duration: .8s;
}

@keyframes fade-and-rotate {
  0% {
    transform: rotateX(0deg);
    max-height:600px;
  }
  25% {
    transform: rotateX(40deg);
  }
  50% {
    transform: rotateX(70deg);
    max-height:300px;
  }
  75% {
    transform: rotateX(80deg);
    max-height:200px;
  }
  100% {
    transform: rotateX(90deg);
    max-height: 0;
  }
}

/*------------------------------------------*/
.customTextTemplateGrey {
	color: #999999;
}
.preach-search-loader-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	height: 152px;
}

.preach-search-text {
	padding-top: 20px;
    font-size: 45px;
}

.preach-search-text-only {
	padding-top: 28px;
	padding-bottom: 24px;
    font-size: 45px;
}


.preach-search-text > p {
    margin-bottom: 0px;
}

.preach-search-filter {
	font-size: 20px;
}

.pmd-table.table > tbody > tr > td.btnTableResetPadding {
	padding: 0px;
}

.modal-custom-overlay {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	background-color: rgba(255,255,255,0.8);
}

.modal-center-container-test {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.modal-center-container {
	display: flex;
  	justify-content: center;
  	align-items: center;
}

.modal-center-container-title {
  	font-family: 'Roboto', sans-serif;
  	font-size: 34px;
  	font-weight: 400;
  	color: rgb(77, 87, 93);
  	margin-bottom: 10px;
}

.uploader-svg-loader-container {
	position: relative;
	margin: 0 auto;
	width: 150px;
	height: 150px;
}

@keyframes uploader-item-in-progress {
    0%   {opacity: 0;}
    100% {opacity: 1;}
}

.uploader-icon-pulsing {
    opacity: 1;
    animation-name: uploader-item-in-progress;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.upload-drag-drop-box {
	height: 300px;
	outline: 2px dashed #92b0b3;
	outline-offset: 0px;
	transition: outline-offset .15s ease-in-out, background-color .15s linear;
	display: flex;
	flex-direction: column;
  	justify-content: center;
  	align-items: center;
  	cursor: pointer;
}

.upload-drag-drop-box-title-text {
	margin: 0 auto;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 1.5rem;
}

.music-player-content {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.music-player-seek-slider.noUi-target {
	box-shadow: none !important;
	border: none !important;
	height: 14px !important;
	margin: 0px 0px 0px !important;
	border-radius: 2px 5px 5px 2px;
	cursor: pointer;
}

.music-player-seek-slider .noUi-target {
	box-shadow: none !important;
	border: none !important;
	height: 15px !important;
	margin: 0px 0px 0px !important;
}

.music-player-seek-slider .noUi-handle {
	visibility: hidden;
}

.music-player-seek-slider .noUi-origin {
	border-radius: 0px 2px 2px 0px;
}

.music-player-content .btn {
	padding: 0.19rem .75rem;
}

.music-player-content p {
	font-size: 14px;
	margin-bottom: 4px;
	white-space: nowrap;
}

.music-playe-seek-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.music-playe-timer p {
	font-size: 14px;
	margin: 0 0 0 8px;
	padding: 0;
}

.music-player-progress-box {
	margin: 0 10px;
	min-width: 399px;
	max-width: 400px;
}

.music-playe-title {
	animation-name: ticker;
	animation-duration: 20s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.music-playe-title-box {
	overflow-x: hidden;
}

@keyframes ticker {
	0% {
    	transform: translate3d(0, 0, 0);
    	visibility: visible;
	}

	100% {
		transform: translate3d(-100%, 0, 0);
	}
}

.volume-tooltip {
    position: relative;
    overflow: visible;
}

.volume-tooltip-slider {
	visibility: hidden;
	height: 250px;
	width: 62px;
	padding: 10px 0;
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
	position: absolute;
	z-index: 999;
	top: -320px;
	left: 0%;
	opacity: 0;
	transition: opacity 1s, visibility 1s;
}

.volume-tooltip-slider:hover {
	visibility: visible;
	opacity: 1;
}

.volume-footer:hover .volume-tooltip-slider {
	visibility: visible;
	opacity: 1;
}

.volume-tooltip-slider .foot-volume-slider {
	margin: 0 auto !important;
}

.volume-tooltip-slider p {
	margin: 0;
	text-align: center;
	font-size: 19px;
	padding-top: 6px;
}

.playlist-tracks {
	display: flex;
	align-items: center;
}

.playlist-track-icon {
	margin: 0 0 0 20px;
	height: 24px;
}

.playlistActiveTrack {
	background-color: #FFCC2A;
}

.date-filter-create-preach {
	padding-top: 33px;
}

.video-player-item-description {
	font-size: 1.0rem;
}

.video-player-item-description-right {
	float: right;
}

.video-player-item-description-left {
	float: left;
}

.video-player-item-spacer {
	width: 30px;
	display: inline-block;
}

.livestreamControlServerStatsPicture {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("../images/Server.png");
	height: 190px;
}

.livestreamControlBtnChangeServerState {
	margin: 50px 25px;
	width: 100%;
}

.livestreamControlSwitchField {
	width: 100%;
	height: 40px;
	border-bottom: solid 1px #e6e6e6;
	margin: 35px 0 15px 0;
}

.livestreamControlSwitchFieldLabel {
	padding-top: 5px;
	float: left;
	font-weight: 400;
	color: rgba(0,0,0,.54);
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
}

.livestreamControlSwitchFieldBtn {
	float: right;
	padding-right: 50px;
}

.livestream-card-head {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.livestream-card-head-info {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.livestream-card-head-icon {
	padding-top: 11px;
}

.livestream-card-head-spacer {
	padding-right: 45px;
}

.livestream-card-head-viewer {
	padding-top: 9px;
	padding-left: 10px;
	padding-right: 40px;
	font-size: 1.6rem;
}

.livestream-quality-selector {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	box-shadow: inset -1px -1px 8px rgba(0,0,0,.12), inset 5px 5px 8px rgba(0,0,0,.24);
	background-color: #FECC00;
	padding: 15px 20px 15px 20px;
}

.livestream-quality-selector-icon {
	padding-top: 11px;
	cursor: pointer;
	transition: transform .2s;
}

@keyframes scaleIcon {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}

.livestream-quality-selector-icon:hover {
	transform: scale(1.1);
}

#qualitySelectorIcon:hover {
	color: #CC0000;
}

.livestream-quality-items {
	padding-left: 20px;
}

.noLivestream {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.centered-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%
}

.livestreamInfoText {
	font-size: 2.0rem;
}

.livestreamInfoTextSpace {
	padding-top: 30px;
	padding-bottom: 40px;
}

.livestream-viewer-icon-container {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	width: 100%;
	height: 100%
}

.livestream-viewer-icon {
	padding-left: 15px;
}

.livestream-viewer-icon-padding {
	padding: .25rem .75rem .25rem .75rem !important;
}

.livestream-placeholder-image {
	padding-bottom: 40px;
	width: 70%;
}

.chat-container {
	min-height: 300px;
	max-height: 301px;
	overflow-y: scroll;
	scroll-behavior: smooth;
}

.create-msg-container {
	border-top: 1px solid rgba(0,0,0,.12);
	flex-wrap: nowrap;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.create-msg {
	width: 100%;
	margin: 5px 10px 5px 10px !important;
}

.create-msg-btn {
	height: 56px;
	margin: 5px 10px 5px 0px;
}

.chat-entry {
	margin-bottom: 1.0rem;
}

.chat-flex {
	display: flex;
}

.chat-entry-start {
	justify-content: flex-start;
}

.chat-entry-end {
	justify-content: flex-end;
}

.chat-msg {
	margin-top: auto;
	margin-bottom: auto;
	border-radius: 25px;
	padding: 10px;
	position: relative;
	min-width: 75px;
	overflow-wrap: break-word;
}

.chat-msg-left {
	margin-left: 10px;
	background-color: #82ccdd;
}

.chat-msg-right {
	margin-right: 10px;
	background-color: #78e08f;
}

.chat-msg-time {
	position: absolute;
	bottom: -15px;
	color: rgba(77, 87, 102, .6);
	font-size: 10px;
}

.chat-msg-time-right {
	right: 0;
}

.chat-msg-time-left {
	left: 0;
}


.chat-avatar {
	margin-top: 3px;
	height: 40px;
	width: 40px;
}

.chat-avatar-img {
	border-radius: 50%;
	height: 40px;
	width: 40px;
	border: 1.5px solid rgba(0,0,0,.12);
}

.chat-msg-author {
	font-size: 13px;
	color: rgba(77, 87, 102, .9);
	padding-bottom: 2px;
}

.faq-container {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
}

.faq-text-right {
	margin-left: 30px;
}

.faq-img {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 4px;
}

.livestream-guidance {
	padding: 30px 30px 30px 30px;
}

.livestream-guidance-caption-spacer {
	padding-top: 15px;
}