.DLVideoRecorder_loaderContainer {
    background-color: rgba(0, 0, 0, 0.65);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
	left:0;
    z-index: 2;
}

.DLVideoRecorder_loader {
    margin: 10% auto 0 auto !important;
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #0071bc;
    border-bottom: 5px solid #0071bc;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.DLVideoRecorder_Container{
	margin-top:20px;
	padding-bottom:0px;
	box-shadow:0px 3px 20px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 3px 20px 0px rgba(0,0,0,0.3);
	-moz-box-shadow:0px 3px 20px 0px rgba(0,0,0,0.3);
}

/* -------------------------- BOTÓN GRABAR -------------------------*/
.DLVideoRecorder_Container_buttons{
	height:100px;
	margin-top:5px;
	position:relative;
}

.DLVideoRecorder_Btn_SubirVideo{
	padding:10px 15px;
	background-color:#0071bc;
	position:absolute;
	right:0;
	top:0;
	border-radius:5px;
	color:#FFF;
	margin-top:30px;
	cursor:pointer;
}

.DLVideoRecorder_Btn_SubirVideo:hover{
	box-shadow:0px 2px 6px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 2px 6px 0px rgba(0,0,0,0.3);
	-moz-box-shadow:0px 2px 6px 0px rgba(0,0,0,0.3);
	transition:0.1s;
}

.DLVideoRecorder_Btn_SubirVideo:active{
	transform:scale(0.95);
	transition:0.05s;

}

.DLVideoRecorder_Btn_SubirVideo IMG{
	margin-rigth:3px;
}

.DLVideoRecorder_ContenedorGrabar{
	width:90px;
	display:block;
	float:right;
	padding-right:0px;
}

.DLVideoRecorder_Texto_grabar{
	margin-top:5px;
	color:red;
	text-transform: uppercase;
	text-align:center;
	text-decoration:none !important;
}

.DLVideoRecorder_progress{
    width: 40px;
    height: 40px;
	margin:0 auto !Important;
    line-height: 30px;
    background: none;
    box-shadow: none;
    position: relative;
	border-radius: 50%;
    box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.3);
}
.DLVideoRecorder_progress:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    /*border: 2px solid #ccc;*/
    position: absolute;
    top: 0;
    left: 0;
}
.DLVideoRecorder_progress > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.DLVideoRecorder_progress .DLVideoRecorder_progress-left{
    left: 0;
}
.DLVideoRecorder_progress .DLVideoRecorder_progress-bar{
    width: 100%;
    height: 100%;
    background: none;
    border-width: 2px;
    border-style: solid;
    position: absolute;
    top: 0;
}
.DLVideoRecorder_progress .DLVideoRecorder_progress-left .DLVideoRecorder_progress-bar{
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
	transform-origin: center left;
}
.DLVideoRecorder_progress .DLVideoRecorder_progress-right{
    right: 0;
}
.DLVideoRecorder_progress .DLVideoRecorder_progress-right .DLVideoRecorder_progress-bar{
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
	-webkit-transform: rotate(180deg);
    transform: rotate(180deg);	
}

.DLVideoRecorder_progress .DLVideoRecorder_progress-value{
    width: 28px;
    height: 28px;
	background-color:red;
    border-radius: 50%;
    font-size: 10px;
	color:#fff !important;
    text-align: center;
    position: absolute;
    top: 15%;
    left: 15%;
	transition: 0.25s;
}

.DLVideoRecorder_progress.DLVideoRecorder_blue .DLVideoRecorder_progress-bar{
    border-color: red;
}
.DLVideoRecorder_progress.DLVideoRecorder_blue .DLVideoRecorder_progress-value{
    color: red;
}
.DLVideoRecorder_progress.DLVideoRecorder_blue .DLVideoRecorder_progress-left .DLVideoRecorder_progress-bar{
	-webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


/* -------------------------- BOTONES -------------------------*/

.DLVideoRecorder_contenedor_botones{
	width:340px;
	height:100px;
	margin:0 auto;
}

.DLVideoRecorder_flotar_izq{
	float:left;
}

.DLVideoRecorder_botones{
	width:90px;
	height:auto;
	padding:10px 7px 2px 7px;
	display:block;
	border-radius:5px;
	transition:0.2s;
	cursor:pointer;
}

.DLVideoRecorder_botones:hover, .DLVideoRecorder_botones:focus{
	text-decoration:none;
	background-color:rgba(0,0,0,0.07);
	-webkit-box-shadow: inset 0px 5px 17px -1px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px 5px 17px -1px rgba(0,0,0,0.2);
	box-shadow: inset 0px 5px 17px -1px rgba(0,0,0,0.2);
}

.DLVideoRecorder_botones:active{
	text-decoration:none;
	transform:scale(0.95);
}

.DLVideoRecorder_botones img{
	margin:0 auto;
	display:block;
}

.DLVideoRecorder_botones p{
	margin-top:5px;
	margin-bottom:0px;
	color: red;
	text-transform: uppercase;
	text-align:center;
}

.DLVideoRecorder_pausar{
	margin-right:20px;
	float:left;
}

.DLVideoRecorder_pausar p{
	color: #9a9a9a;
}

.DLVideoRecorder_contenedorGrabar{
	height:85px;
	float:left;
	padding-right:0px;
}

.DLVideoRecorder_contenedorPausar{
	height:85px;
	padding-left:0px;
	float:left;
}

.DLVideoRecorder_Btn_SubirVideo{
	background-color: #0071bc;
    color: #FFF;
    font-size: 14px;
	margin-right: 10px !Important;
	padding: 5px 20px !Important;
    border-radius: 5px;
    float: right;
}

.DLVideoRecorder_BtnContainerPU{
    height: 85px;
    float: right;
	padding-left:0px;
}

.DLVideoRecorder_progress-stop
{   
	width: 20px;
    height: 20px;
    background-color: red;
    border-radius: 20%;
    font-size: 9px;
    color: #fff !important;
    text-align: center;
    position: absolute;
    top: 24%;
    left: 25%;
	transition: 0.25s;
}

.DLVideoRecorder_Video{
	background-color:#cfd5da;
}

.DLVideoRecorder_Time{
    color: red;
    text-transform: uppercase;
	text-align:center;
	display:block;
}

.DLVideoRecorder_DotLoading {
  margin-top: 10px;
  text-align: center;
}

.DLVideoRecorder_DotLoading > div {
  width: 10px;
  height: 10px;
  background-color: red;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.DLVideoRecorder_DotLoading .DLVideoRecorder_bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
  margin-right:2px;
}

.DLVideoRecorder_DotLoading .DLVideoRecorder_bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  margin-right:2px;
}


/* Animaciones */

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}


/* ALTO DEL VIDEO ACORDE AL DISPOSITIVO MÓVIL*/
@media (max-width: 480px) {
	.DLVideoRecorder_Video
	{
		height: 240px;
	}
}

@media (max-width: 769px) {
	.DLVideoRecorder_Video
	{
		height: 360px;
	}
}

@media (min-width: 1020px) {
	.DLVideoRecorder_Video
	{
		height: 360px;
	}
}