/*body {
    margin: 0;
    min-height: 100vh;
    height: 100vh;
    overflow: visible !important;
}*/
@media screen and (max-width: 575px) {
	#overvideo {
		display:none;
	}
}
video, #artemida_video, #artemida_video_html5_api, #artemida_video_youtube_api, .vjs-poster, .vjs-modal-dialog {
    border-radius: 0;
}
#artemida_video, .my-custom-scrollbar {
    box-shadow: -7px 0 9px -8px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: -7px 0 9px -8px rgba(0, 0, 0, 0.7);
}
#collogo img {
	max-width: 240px;
    height: auto;
    max-height: 90px;
    width: auto;
}
/* INIT */
#artemida_video {
    opacity: 0.2;
}
#subtitles {
	font-size: 0.9rem;
	line-height: initial;
}
#subtitles .thespan {
	display:none;
	opacity: 0;
}
#theloader {
	position: fixed;
	width: 100%;
	height:100%;
	left: 0;
	top:0;
	z-index: 9999;
	display: none;	
    background: -webkit-linear-gradient(45deg, rgba(8,80,120,0.7) 10%, rgba(133,216,206,0.7) 90%);
    background: -moz-linear-gradient(45deg, rgba(8,80,120,0.7) 10%, rgba(133,216,206,0.7) 90%);
    background: -ms-linear-gradient(45deg, rgba(8,80,120,0.7) 10%, rgba(133,216,206,0.7) 90%);
    background: -o-linear-gradient(45deg, rgba(8,80,120,0.7) 10%, rgba(133,216,206,0.7) 90%);
    background: linear-gradient(45deg, rgba(8,80,120,0.7) 10%, rgba(133,216,206,0.7) 90%);
}
.vjs-picture-in-picture-control {
	display: none !important;
}
.loadingtext {
   position: absolute;
   left: 0;
   top: 50%;
	margin:auto;
	margin-top:70px;
	width: 100%;
}
.spinner {
   position: absolute;
   left: 50%;
   top: 50%;
	margin:auto;
margin-left:-30px;
margin-top:-30px;	
   height:60px;
   width:60px;
   -webkit-animation: rotation .6s infinite linear;
   -moz-animation: rotation .6s infinite linear;
   -o-animation: rotation .6s infinite linear;
   animation: rotation .6s infinite linear;
   border-left:6px solid rgba(0,174,239,.15);
   border-right:6px solid rgba(0,174,239,.15);
   border-bottom:6px solid rgba(0,174,239,.15);
   border-top:6px solid rgba(0,174,239,.8);
   border-radius:100%;
}
@-webkit-keyframes rotation {
   from {-webkit-transform: rotate(0deg);}
   to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
   from {-moz-transform: rotate(0deg);}
   to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
   from {-o-transform: rotate(0deg);}
   to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
   from {transform: rotate(0deg);}
   to {transform: rotate(359deg);}
}

[class^="col-"], [class*=" col-"] {
    transition: all 0.5s ease-in-out;
}
.videocontainer .col-0 {
    -ms-flex: 0%;
    flex: 0%;
    max-width: 0%;
}
/* INPUT */
.videocontainer .input-toggle {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.videocontainer .input-toggle:before {
  content: "ON";
  left: 0;
  color: #444;
  padding: 0 10px;
}
.videocontainer .input-toggle:after {
  content: "OFF";
  right: 0;
  color: #ccc;
  padding: 0 5px;
}
.videocontainer .input-toggle:before, .input-toggle:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 10px;
  z-index: 0;
}
.videocontainer .input-toggle input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.input-toggle input:checked ~ .input-toggle-handle {
  /*box-shadow: inset 0 1px rgba(0, 0, 0, 0.15), inset 0 0 0 1px #ccc;*/
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.15), inset 0 0 0 1px rgba(0, 0, 0, 0.15), inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 44px 44px rgba(255, 255, 255, 1);
}
.input-toggle input:checked ~ .input-toggle-handle:before {
  left: calc(50% + 3px);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 0 0 1px #ccc, 0 1px 2px rgba(0, 0, 0, 0.1), 0 6px 12px rgba(0, 0, 0, 0.1);
}
.videocontainer .input-toggle-handle {
  display: block;
  width: 54px;
  height: 29px;
  /*background-image: linear-gradient(#51c2d7, #51dacf);*/
  border-radius: 10em;
  /*transition: .4s ease;*/
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.15), inset 0 0 0 1px rgba(0, 0, 0, 0.15), inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 44px 44px rgba(0, 0, 0, 0.4);
}
.videocontainer .input-toggle-handle:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 4px;
  left: 5px;
  width: 22px;
  height: 22px;
  transition: .4s ease;
  background: #fff;
  border-radius: 10em;
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.1), 0 6px 12px rgba(0, 0, 0, 0.1);
}
.videocontainer .container {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  min-height: 100vh;
  background: #f9f9f9;
}
.videocontainer .field {
  margin-top: auto;
  margin-bottom: auto;
  flex-basis: 100%;
  text-align: center;
}

.videocontainer .label {
  font-weight: 200;
  cursor: pointer;
  font-size: 0.7rem;
}

.videocontainer .input-toggle {
  margin-left: 12px;
}
.videocontainer .video-js-field {
	right:0;
	top:8px;
}
.videocontainer #solovideo {
	padding-right:15px;
	margin-right:15px;
}
/* SCROLLBAR */
.my-custom-scrollbar {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
	overflow-y: auto;
}

.videocontainer .position-absolute.my-custom-scrollbar {
	/*background: rgba(0,0,0,0.7);*/
	background: rgba(11,37,53,0.7);
}
.videocontainer .position-absolute.my-custom-scrollbar p,
.videocontainer .position-absolute.my-custom-scrollbar div,
.videocontainer .position-absolute.my-custom-scrollbar a,
.videocontainer .position-absolute.my-custom-scrollbar h1,
.videocontainer .position-absolute.my-custom-scrollbar h2,
.videocontainer .position-absolute.my-custom-scrollbar h3,
.videocontainer .position-absolute.my-custom-scrollbar h4,
.videocontainer .position-absolute.my-custom-scrollbar h5,
.videocontainer .position-absolute.my-custom-scrollbar h6 {
	color:#FFF !important;
}
/* SECONDA PARTE */
.videocontainer .scrollbar {
    width: 65px;
    background: #fff;
    overflow-y: scroll;
    margin-bottom: 25px;
}
.videocontainer .scrollbar-morpheus-den::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
 background-color: #F5F5F5;
 border-radius: 5px;
}
.videocontainer .scrollbar-morpheus-den::-webkit-scrollbar {
 width: 12px;
 background-color: #F5F5F5;
 border-radius: 5px;
}
.videocontainer .scrollbar-morpheus-den::-webkit-scrollbar-thumb {
 border-radius: 5px;
 -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
 background-color: #085078;
}
#relatedcol {
	right:0;
	top:0;
}
#subtitles div {
	border:0 !important;
	background-color: transparent !important;
}
#subtitles img,
#subtitles iframe {
	max-width:100% !important;
	height:auto !important;
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    max-width:inherit; /* For Bootstrap 4 - to avoid the modal window stretching full width */
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}



