@charset "iso-8859-1";
/*
E:\webs\Informas\php\logsys\styles.css 

BASADO EN: E:\webs\Informas\php\ajax_login\styles.css 
@charset "utf-8";

*/
/* CSS Document */


.popup
{
   position: fixed;
   width: 100%;
   opacity: 0.3;
   top:0px;
   min-height:200px;
   height:100%;
   z-index: 100;
   background: #FFFFFF;
   font-size: 20px;
   text-align: center;
   display:none;
   
}

#login_form
{
	position:absolute;
	width:200px;
	top:100px;
	/*left:45%;*/
  left: calc(50% - 100px);
	background-color:#DDD;
	padding:10px;
	border:1px solid #AAA;
	display:none;
	z-index:101;
	-moz-border-radius: 10px;
	-moz-box-shadow: 0 0 10px #aaa;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0 0 10px #aaa;
	border-radius: 10px;
	box-shadow: 0 0 10px #aaa;

}

/* PARA MODAL_LOGIN */
#modal_login * {
  color: #333; 
}


#modal_login input {
  color: #666; 
}

#modal_login input::-moz-placeholder {
  color: #999;
  opacity: 1;
}

#modal_login *::before, #modal_login *::after {
    box-sizing: border-box;
}



#modal_login .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
#modal_login .modal-content {
    background-clip: padding-box;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0 none;
    position: relative;
}


#modal_login  .btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

#modal_login .btn-default {
    background-color: #ffffff;
    border-color: #cccccc;
    color: #333333;
}


#modal_login label {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 5px;
    max-width: 100%;
}


#modal_login  li > a {
    border-radius: 4px;
}


#modal_login  li > a {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #666;
    line-height: 24px;
    margin-right: 0;
    padding: 13px 15px;
}

#modal_login  li.active > a
, #modal_login  li.active > a:hover
, #modal_login  li.active > a:focus {
    background: #1f1f20 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    position: relative;
}

#modal_loginNO  li.active > a::after {
    border-color: transparent transparent transparent #1f1f20;
    border-style: solid;
    border-width: 25px 22px;
    content: "";
    height: auto;
    position: absolute;
    right: -44px;
    top: 0;
    width: auto;
}

@media (max-width: 480px) {

a#login_a i, a#iml_logout i {
    font-size: 12px;
}

}


/*
@media (min-width: 481px) {

* {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 12px;
  } 

#login_form
{
	top:20px;
  }



}

@media (max-width: 480px) {

* {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  } 

#login_form
{
	top:20px;
  }



}

@media (max-width: 320px) {

* {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 24px;
  } 

#login_form
{
	top:20px;
  }



}

*/

/* Smartphones (portrait and landscape) ----------- */

/*
@media only screen and (min-device-width : 120px) and (max-device-width : 440px) {

#menu, #profile {
  font-family: sans-serif;
  font-size: 50px !important;
  } 

#login_form
{
	top:20px;
  }

}

@media only screen and (min-width : 768px) and (max-width : 1960px) {

#menu, #profile {
  font-family: sans-serif;
  font-size: 20px;
  } 


}

@media only screen and (min-width : 640px) and (max-width : 767px) {

#menu, #profile {
  font-family: sans-serif;
  font-size: 24px;
  } 


}


@media only screen and (min-width : 480px) and (max-width : 639px) {
#menu, #profile {
  font-family: sans-serif;
  font-size: 28px;
  } 
}

@media only screen and (min-width : 320px) and (max-width : 479px) {
#menu, #profile {
  font-family: sans-serif;
  font-size: 36px;
  } 
}

@media only screen and  (max-width : 319px) {
#menu, #profile {
  font-family: sans-serif;
  font-size: 48px;
  } 
*/
/*
@media (max-width: 480px) {
  body {
    font-size: 20px;
  }
}
*/