
.chardinjs-overlay {
  position: absolute;
  font-size: 13px !important;
  z-index: 999999;
  background-color: #000;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.chardinjs-helper-layer {
  position: absolute;
  z-index: 9999998;
  color: white;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .chardinjs-helper-layer.chardinjs-left {
    border-left: solid white 1px;
    margin-left: -10px; }
  .chardinjs-helper-layer.chardinjs-right {
    border-right: solid white 1px;
    padding-right: 10px; }
  .chardinjs-helper-layer.chardinjs-bottom {
    border-bottom: solid white 1px;
    padding-bottom: 10px; }
  .chardinjs-helper-layer.chardinjs-top {
    border-top: solid white 1px;
    padding-top: 10px; }
	
.video_frame2{
	background-color: #e02f2f; 
	color: white; 
	border-radius: 4px;
	font-style: normal !important;
	font-size: 13px !important;
}		
.video_frame2 a{
	text-decoration:none;
	color: white; 
}			
.video_frame2 a:hover{
	text-decoration:none;
	color: white; 
}	
.video_frame{
	background-color: #e02f2f; 
	color: white; 
	border-radius: 4px;
	font-style: normal !important;
	font-size: 13px !important;
}		
.video_frame a{
	text-decoration:none;
	color: white; 
}			
.video_frame a:hover{
	text-decoration:none;
	color: white; 
}	

.chardinjs-tooltip {
  position: absolute;
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -ms-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
    text-align: left;
    padding: 10px;
    border-radius: 4px;
    color: black;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.46);
    background-color: white;
  max-width: 100%; }
  .chardinjs-tooltip.chardinjs-left {
    margin-left: -85px;
    font-size:13px !important;	
    }
  .chardinjs-tooltip.chardinjs-right {
    margin-right: -85px;
  font-size:13px !important;	
    padding-left: 10px; }
  .chardinjs-tooltip.chardinjs-bottom {
    margin-bottom: -25px;
  font-size:13px !important;	
    padding-top: 10px; }
  .chardinjs-tooltip.chardinjs-top {
	text-align: left !important;
    margin-top: -25px;
  font-size:13px !important;	
    padding-bottom: 10px; }
  .chardinjs-tooltip.chardinjs-right:before, .chardinjs-tooltip.chardinjs-left:after, .chardinjs-tooltip.chardinjs-bottom:before, .chardinjs-tooltip.chardinjs-top:after {
    content: ".";
    display: inline-block;
    background-color: white;
    height: 1px;
    overflow: hidden;
    position: absolute; }
  .chardinjs-tooltip.chardinjs-right:before, .chardinjs-tooltip.chardinjs-left:after {
    width: 50px;
    top: 50%; }
  .chardinjs-tooltip.chardinjs-bottom:before, .chardinjs-tooltip.chardinjs-top:after {
    width: 1px;
    height: 25px;
    left: 50%; }
  .chardinjs-tooltip.chardinjs-bottom:before {
    top: -25px; }
  .chardinjs-tooltip.chardinjs-top:after {
    bottom: -25px; }
  .chardinjs-tooltip.chardinjs-right:before {
    left: -50px; }
  .chardinjs-tooltip.chardinjs-left:after {
    right: -50px; }
	
/*	
  .chardinjs-tooltip.chardinjs-left:after{
	   height: 0px;
  }	
*/
.chardinjs-show-element {
  z-index: 9999999;
  opacity: 1.0 !important; }
  

.chardinjs-relative-position {
  position: relative; }
