
/*  ################################################  */
/*  General Responsive styles #################################  */


/*  ################################################  */
/*  Tablet - landscape ##############################  */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {



  #app header{
    height: 250px;
  }
  #app section#unlock {
      margin-top: -35px;
  }

  #app section#unlock div.column {
    width: 90%;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    float: none;
    height: 490px;
}

 #app section#mainContent {
      margin-top: -35px;
  }

  #app section#mainContent div.column {
    width: 90%;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    float: none;
    height: 530px;
  }

  #app section#mainContent .wrapper{
    margin: 0 auto;
    width: 80%;    
  }
.space{height:0px;}
}


/*  ################################################  */
/*  Tablet - portrait ##############################  */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {

p{padding-top:10px;padding-bottom:10px;}

  #app section#unlock{
    width: 720px;
  }

  #app section#unlock {
      margin-top: -35px;
  }

  #app header{
    height: 300px;
  }

  #app section#unlock div.column {
    width: 90%;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    float: none;
    height: 490px;
  }

  #app section#unlock .main .wrapper{
  }

  #app .actions, .actions{
    text-align: center;
  }
  
  #app section#mainContent{
    width: 720px;
  }

  #app section#mainContent {
      margin-top: -35px;
  }
   #app section#mainContent div.column {
    width: 90%;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    float: none;
    height: 520px;
  }

    #app section#mainContent .wrapper{
    margin: 0 auto;
    width: 80%;    
  }

  #app header{
    background-position: -270px 0;
  }

  #app h2{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    line-height: 55px;  
  }

  #app h3{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }


  #app section#unlock .column.locked{
    height: 670px;
  }

  #app #form_clave{
    margin-top: 20px;
  }

  #app .warning {
    line-height: 25px;
  }  


  #app .choose,
  #app .wrapperSelectDesktop{
    display: none;
  }

  #app div#wrapperSelectMobile{
    display: block;
  }

  #app #form_clave{
    display: none;
  }

  .space{height:0px;}
  
}


/*  ################################################  */
/*  Tablet - landscape ##############################  */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {

p{padding-top:10px;padding-bottom:10px;}

  #app header{
    height: 250px;
  }
  #app section#unlock {
      margin-top: -35px;
  }

  #app section#unlock div.column {
    width: 90%;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    float: none;
    height: 530px;
  }

  #app #about{
    width: 45%;
  }

  #app #form{
    width: 54%;
  }

  #app section#steps{
	margin-top:-35px;
  }
.space{height:0px;}

}

/*  ################################################  */
/*  Tablet - portrait ##############################  */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	

p{padding-top:10px;padding-bottom:10px;}

  #app section#unlock{
    width: 720px;
  }

  #app section#unlock {
      margin-top: -35px;
  }

  #app header{
    height: 300px;
  }

  #app section#unlock div.column {
    width: 90%;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    float: none;
    height: 520px;
  }

  #app .actions, .actions{
    text-align: center;
  }

  #app header{
    background-position: -270px 0;
  }

  #app h2{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    line-height: 55px;  
  }

  #app section#unlock .column.locked{
    height: 670px;
  }

  #app .warning {
    line-height: 25px;
  }  

  #app #about{
    float: left;
    width: 49%;
    border-right: solid 1px #979797;
  }

  #app #form{
    float: right;
    width: 49%;
    margin-right: 2px;    
  }

  #app #form .content{
    width: 98%;
  }

  #app #form .content p,
  #app .validationForm{
    width: 98%;
  }

  #app #form .content .input{
    max-width: 98%;
  }

  #app .actions, .actions {
      display: flex;
      flex-direction: column;
	
  }

  #app .actions button, .actions button {
      width: 170px;
      float: none;
      margin: 5px auto;
  }
  

  #app section#steps{
	margin-top:-30px;
  }

  .space{height:0px;}
  
}



/* *********** ***************  */
/* Extra Small Devices, Phones  */ 
@media only screen and (max-width : 767px) {

p{padding-top:10px;padding-bottom:10px;}


.mostrarResponsive{display:block;}

#app p.errorMessage {
    margin-left: 0px;
}

.ico__delete{
  text-align:center;
  width:30px;
  height:30px;
  display:block;
  position:relative;
  top:20px;
  left:50%;
  cursor:hand;
  cursor:pointer;
}

  #app{
    padding-bottom: 10px;
  }  

  #app header h2 {
    display: none;
  }

  #app section#steps{
    width: 90%;
  }

  #app section#steps div.column{
    width: 100%;
    height: inherit;
    padding-bottom: 20px;    
  }

  #app section#steps .main .wrapper{
    width: 90%;
  }

  input[type="text"], input[type="password"]{
    width: 100%;
  }  
  
  #app section#steps{
    margin-top: 10px;
	
  }

  #app section#unlock{
    width: 90%;
  }

  
  #app section#mainContent, #app section#steps{
    width: 90%;
    margin-top: 10px;
  }
  
  #app section#mainContent div.column,
  #app section#steps div.column{
    width: 100%;
    height: inherit;
    padding: 20px 0;
  }

  #app section#mainContent div.column.status,
  #app section#steps div.column.status  {
      height: 450px;
  }  

  #app section#mainContent .main .wrapper,
  #app section#steps .main .wrapper{
    margin: 0 auto;
    width: 80%; 
  }
  
  #app .input{
    max-width: 340px;
    /*display: block; */
    /*display: none;*/
    margin-left: auto;
    margin-right: auto;    
  }  

  #app .redLock{
    margin-bottom: 15px;
  }  

  #app .actions, .actions{
    width: 100%;
  }  

  #app .info{
    width: 100%;
  }

  #app .info .user{
    width: 90%;
  }

  #app section#unlock div.column{
    width: 100%;
    height: inherit;
    padding-bottom: 20px;    
    
  }

  #app section#unlock .main .wrapper{
    width: 90%;
  }

  input[type="text"], input[type="password"]{
    width: 100%;
  }
  
   #app div.second {
    width: 80%;
    margin-top: 7px;
    margin-left: 35px;
    line-height: 0.9;
  }  

  #app input[type=checkbox] + label.check{
    margin-right: 0;
  }  
 
  #app header{
    height: 50px;
    padding-top: 0px;
  }

  #app header h1 {
    background-position: -4px -70px;
    width: 148px;
    height: 32px;
	margin-top:0px;
	position:relative;
	top:2px;
  }

  #app section#unlock{
    margin-top: 10px;
  }

  #app .column h3{
    height: auto;
  }

  
  #app #langSelector{
    display: none !important;
  }  


  #app div#langSelectorMobile{
    width: 90%;
    max-width: 300px;
    height: 180px;  
    margin: 20px auto 40px auto;
    color: #121212;
    font-size: 17px;
    text-align: center;  
    display: block;
  }

  
  
  .wizard {
      width: 90%;
      height: auto !important;
  }

  #app .data_step, #app .data_step1{
    width: 100%;
  }  

  .wizard .info_step{
    display: none;
  }

.wizard li.done span.round-tab .stick {
    margin-bottom: -3px;
    margin-left: 1px;
}
  span.round-tab {
      font-size: 16px;
      width: 30px;
      height: 30px;
      line-height: 30px;
  }

  .wizard .nav-tabs > li a {
      width: 30px;
      height: 30px;
      line-height: 30px;
  }

  .connecting-line{
    top: 50%;
  }  
  
  
  #app .icon.lang,
  #app .icon.langBig{
    background-position: -236px -2px;
    width: 20px;
    height: 22px;
    margin-left: 10px;  
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
  }

  #app .icon.lang{
    position: absolute;
    right: 22px;
    top: 22px;    
  }

  #app .icon.langBig{
    background-position: -236px -91px;
    width: 20px;
    height: 22px;    
    display: block;
    margin: 20px auto;    
  }

  #app .icon.lang:hover{  
    background-position: -236px -34px;
  }

  #app .icon.lang.blue{  
    background-position: -236px -91px;
  }

  #app .icon.closeLang{
    background-position: -235px -63px;
    width: 21px;
    height: 20px;
    margin-left: 10px;  
    display: block;
    vertical-align: middle;
    cursor: pointer;
    display: none;    
    position: absolute;
    right: 22px;
    top: 22px;   
  }

  #app .langHead{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
  }

  #app #languageOptions .actions {
    clear: both;
    text-align: center;
    padding-bottom: 10px;
  }  
 

  
#app .iconOK{
  background-position: -2px -165px;
  width: 140px;
  height: 140px;
  margin: 0 auto 32px auto;
}

#app .iconKO{
	
  background-position: -3px -338px;
  width: 140px;
  height: 141px;
  margin: 0 auto 32px auto;  

}

 
  #app .iconKO {
      margin: 0 auto 10px auto;
  }

  #app #about{
    float: none;
    width: 100%;
    border: none;
  }  
  #app #about p {
      margin: 0 auto 10px auto;
  }    

  #app #form,
  #app #form p,
  #app .validationForm{
    float: none;
    width: 100%;
    text-align: left;
  }

  #app #form p{
    text-align: center;
  }

  #app #form .content{
    width: 100%;
    text-align: center;
  }  

  #app .isOK p,
  #app p.secondary_p{
    width: 100%;
  }

  #app section div.column.shadow {
      border: solid 1px #f0f0f0;
      border-radius: 1px;
      -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  }

 #app form .disclaimer{
    font-size: 12px;
  }  


/* CSS para el selector desplegable   */

div#wrapperSelectMobile{
  width: 100%;
  margin: 20px auto 40px auto;
  color: #121212;
  font-size: 17px;
  text-align: center;  
  display: none;
}

div.cs-select {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
  z-index: 100;
  width: 100%;
  max-width: 600px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: auto;
  margin-left: auto;
  border-top: solid 1px #e9e9e9;
  border-bottom: solid 1px #e9e9e9;  
}

div.cs-select:focus {
  outline: none; /* For better accessibility add a style for this in your skin */
}

.cs-select select {
  display: none;
}

.cs-select span {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Placeholder and selected option */
.cs-select > span {
  padding-right: 3em;
}

.cs-select > span::after,
.cs-select .cs-selected span::after {
  speak: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cs-select > span::after {
  content: '\25BE';
  right: 1em;
}

.cs-select .cs-selected span::after {
  margin-left: 1em;
}

.cs-select.cs-active > span::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

div.cs-active {
  z-index: 200;
}

/* Options */
.cs-select .cs-options {
  position: absolute;
  overflow: hidden;
  width: 100%;
  background: #fff;
  visibility: hidden;
}

.cs-select.cs-active .cs-options {
  visibility: visible;
  margin-top: 1px;  
}

.cs-select ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.cs-select ul li{
  border-bottom: solid 1px #e9e9e9;  
}

.cs-select ul span {
  padding: 1em;
}

.cs-select ul li.cs-focus span {
  background-color: #ddd;
}

/* Optgroup and optgroup label */
.cs-select li.cs-optgroup ul {
  padding-left: 1em;
}

.cs-select li.cs-optgroup > span {
  cursor: default;
}

#app section#onboarding {
    margin-top: 10px;
}

  #app section#onboarding{
    width: 90%;
  }


  #app section#onboarding .byPassword .wrapper{
    width: 90%;
  }


  #app .column h3{
    /*height: 40px;*/
    line-height: 40px;
  }
  
  .line{display:none;}

  .positionLeft{
	position: relative;
    left: 0px;
	}
.actions.right{
	text-align:center !important;
}

	p{padding-top:10px;padding-bottom:10px;}

	.marginLeft{
		text-align:center;
		left:0px;    
	}

	#app .data_step .actions button.right{
		float:none;
	}

	#app .data_step .actions button.left{
		float:none;
	}


form.access1, .access1{

    padding-left: 0px;
    padding-right: 0px;
	
}
.space{height:0px;}
}



/****************************************************************************/

