﻿.popUp,
.popUp_Avatar {
    vertical-align: top;
    padding: 0px;
    background: #333;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0%;
    left: -100%;
    z-index: 305;
    padding: 0px;
    margin: 0px;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
   	transition: 0.5s ease;
 }
.popUp_Avatar .buttons{
	width: 80%;
    margin: 0 auto;
    overflow:hidden;
}

.popUp_Avatar .buttons .rotateL:hover,
.popUp_Avatar .buttons .rotateL:focus,
.popUp_Avatar .buttons .rotateL:visited,
.popUp_Avatar .buttons .rotateR:hover,
.popUp_Avatar .buttons .rotateR:focus,
.popUp_Avatar .buttons .rotateR:visited{
	background:transparent!important;
}

.rotateL{
	float:right;
	border:0px;
	background-color:transparent;
}
.rotateR{
	float:left;
	border:0px;
	background-color:transparent;
}
.upload-result{
	padding:5px 10px !important;
	background-color:#ff6600 !important;
}
.upload-result:hover{
	background-color:#ff9f5b !important;
}

.rotateL::after:hover,
.rotateR::after:hover{
	color:#ff9f5b !important;
}
.rotateL::after{
	    content: "\f01e";
	    font-family: FontAwesome;
	    color:#ff6600;
	    font-size:40px;
} 
.rotateR::after{
	    content: "\f0e2";
	    font-family: FontAwesome;
	    color:#ff6600;
	    font-size:40px;
} 


 
 .avatarOn .popUp_Avatar{
	left:0%;
}
 
 .popUp_Avatar .inner_popUp{
   margin-top: -200px !important;	
}
 .popUp .inner_popUp,
 .popUp_Avatar .inner_popUp
 {
	position: absolute;
    background: #fff;
    max-width: 400px;
    left: 50%;
    margin-left: -200px;
    top: 50%;
    margin-top: -130px;
    width:100%;
    vertical-align: top;
    border: 1px solid #e5e5e5;
    border-radius: 7px;
    padding: 0px;
  }
  
  .popUp.popUpDocumentos .inner_popUp{
    max-width: none;
    width: 60%;
    margin-left: -30%;
    height: 80%;
    margin-top: 5%;
    top: 0%;}

.popUp.popUpDocumentos .inner_popUp .inner_popUp__body{
    height: -moz-calc(100% - (57px));
    height: -webkit-calc(100% - (57px));
    height: calc(100% - (57px));
    display: block;
}
.popUp.popUpDocumentos .inner_popUp .inner_popUp__body .AfiliacionRequisito{
	height:100%;
	border-top:0px;
}

.popUp.popUpDocumentos .inner_popUp .inner_popUp__body .AfiliacionRequisito .alto{
	overflow-y:auto;
    height: -moz-calc(100% - (20px + 30px));
    height: -webkit-calc(100% - (20px + 30px));
    height: calc(100% - (57px));
    display: block;
}
.popUp.popUpDocumentos .inner_popUp .inner_popUp__body .AfiliacionRequisito .alto .mensajeFormulaarioObligatorio{
	margin-top:0px;
	padding-top:0px;
}

.popUp.popUpDocumentos .inner_popUp .inner_popUp__body p {
    margin: 20px 0px 0px;
    text-align:left;
}

.popUp.popUpDocumentos .inner_popUp .AfiliacionRequisito .nota{
	text-align:left;
}

.popUp.popUpDocumentos .inner_popUp .inner_popUp__body .AfiliacionRequisito .btn.btn-link {
    padding: 5px 0px;
    margin-right: 10px;
    margin-top: 19px;
    float: left;
}
  
   .inner_popUp .inner_popUp__header {    
    padding: 15px;
    border-bottom: 1px solid #ff944d;
    position: relative;
    overflow: hidden;
    }
.inner_popUp .inner_popUp__body{
	    padding: 15px;
    text-align: center;
    font-size: 12px;
}
.inner_popUp .inner_popUp__body .leadError div{
	    background-color: #f2dede;
    color: #bb4945;
    font-size: 11px;
    font-weight: bold;
    padding: 10px;
    border-radius: 7px;
    margin-top: 10px;
    font-family: "Roboto Medium", sans-serif;

}

.inner_popUp .inner_popUp__body .botones{
	    margin-top: 15px;
}
.inner_popUp .inner_popUp__body .botones button[disabled]{
	cursor:not-allowed;
}

.inner_popUp .inner_popUp__body label{
	    text-align: left;
    font-weight: normal;
    display: block;
}
.inner_popUp .inner_popUp__body p{
	margin:20px 0px 30px;
}

.inner_popUp .inner_popUp__header h4{
	color: #999;
    height: auto;
    font-family: "Roboto Medium", sans-serif;
    margin: 0px;
    float: left;
    width: 80%;
    font-size: 16px;
    }     

.inner_popUp .inner_popUp__header button{
	position: relative;
    min-width: 20px;
    display: block;
    border: 0px;
    padding: 0px 10px;
    float: right;
    }
.inner_popUp .inner_popUp__header button:hover{
	background:#fff;
}

.inner_popUp .inner_popUp__header button i::before{
  color: #ff944d; 	
}    


.inner_popUp .exitoso__envio::before {
      content: "\f05d";
      font-family: FontAwesome;
      font-size: 100px;
      line-height: 100px;
      color: #1fa67a; }
.inner_popUp .erroneo__envio::before {
      content: "\f05c";
      font-family: FontAwesome;
      font-size: 100px;
      line-height: 100px;
      color: red;}
      
  
  @media (max-width: 768px) {
	  .popUp .inner_popUp,
	  .popUp_Avatar .inner_popUp {
	    left: 50%;	    
	    width: 90%;
	    margin-top:-160px;
	 }
	.popUp.popUpDocumentos .inner_popUp {
    
    width: 90%;
    margin-left: -45%;
    height: 90%;
    margin-top: 5%;
    
	}
	
	.popUp.popUpDocumentos .inner_popUp .inner_popUp__body {
    height: -moz-calc(100% - (80px));
    height: -webkit-calc(100% - (80px));
    height: calc(100% - (80px));
    display: block;
	}
	.popUp.popUpDocumentos .inner_popUp .AfiliacionRequisito{
	padding:0px;
   }
}

  @media (max-width: 414px) {
    .popUp .inner_popUp,
    .popUp_Avatar .inner_popUp {
	  margin-left: -45%;
	}
  }

