﻿
/*----------------------------------------------------
    TEXT FIELDS
*/
.textfield-login-usuario{
	font-size: 19px;
	font-weight: bold;
} 


/*----------------------------------------------------
    TRIGGERS
*/
.empty-login-field{
            background-image:url(../../images/log_in16x16.png);
            background-position: left center;
			 width: 30px;
             border:0;
        }
		
.empty-password-field{
		background-image:url(../../images/lock_16x16.png);
		background-position: left center;
		 width: 30px;
		 border:0;
}



/*----------------------------------------------------
    BUTTONS
*/
.button-login-field {
            background:#2eadf5;
            color: white
}

._Icon_Certificacion {
    border-radius: 75px;
    background-color:transparent;
    height: 150%;
    width: 150%;
    background-image: url(../../images/DETECNO_2-01-01.jpg) !important;
    background-repeat: no-repeat;
    background-size: 180%;
    background-position: center; 
}

._Icon_AvisoPrivacidad {
    border-radius: 75px;
    background-color:transparent;
    height: 100%;
    width: 100%;
    background-image: url(../../images/AvisoPrivacidad.png) !important;
    background-repeat: no-repeat;
    background-size: 125%;
    background-position: center; 
    float: right;
}


/*----------------------------------------------------
    PRUEBAS
*/

.x-toolbar-transparent {
    background-color : transparent;

}
		
.inicio-background .x-panel-body{
    background: url(/images/Wall8.jpg);
	background-color: transparent;
	background-repeat:no-repeat;
    padding: 10px 10px 10px 10px;
}

.panel-background-app .x-panel-body{
    background: transparent;
	background-color: white;
	border:transparent;
    
}

.panel-background-app22 .x-panel-body{
    background: transparent;
	background-color: white;
	border:transparent;
    opacity:0.5;
}

.panel-background-app-trans .x-panel-body{
	background:transparent;
	background-color:transparent;
	opacity:50
	background-color: transparent;
	border:transparent;
    
}
		
.seperator{
        text-align: center;
        color: black;
        display: inline-block;
        position: relative;
        z-index: 1;
        padding: 0 8px;
    }
	
.outer-div{
        width:100%;
        text-align: center;
    }
	
.fa-trigger {
    	background-image: none !important;
    	font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        text-align: center;
    	padding-top: 12px;
    }
.my-foo-trigger:after {
	content: "\f087";
	color: red;
}
.my-bar-trigger:after {
	content: "\f219";
	color: blue;
}
.x-form-trigger.fa {
	display:table-cell;
	background-image:none !important;
	padding-top:5px;
}
.green {color:green;}	

	
	