/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #b6b7bc;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}



/* HEADINGS   
----------------------------------------------------------*/

h1, h2
{
    font-size: 1.2em;
    color: #666666;
    text-transform: none;
    font-weight: 100;
    margin-bottom: 0px;
}

h2
{
    font-size: 0.9em;
}

hr
{
    margin-top: 5px;
    margin-bottom: 0px;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
	background-color: #215e7d; /* Blau <2021*/
	background-color: #068B80 ; /* Verd 2022*/
    /*background-image: url('../Images/capcalera_nologin.jpg');	*/
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 1.5em;
}

.header h2
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 1.2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 580px;
}

.main2
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
}

.footer
{
    border-style: solid;
    border-width: 0px;
    width: 960px;
    background-color: #b6b7bc;
    margin: 0px auto 0px auto;
    font-size: 0.8em;
    text-align: justify;
}

/* BUTTONS ELEMENTS   
----------------------------------------------------------*/

.btn {
	padding: 1rem 1rem;
	color: white !important;
	background-color: #068B80;
    border-radius: .25rem;
    box-shadow: none !important;

    
        display: inline-block;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        
        border: 1px solid transparent;
        padding: .375rem .75rem;
        font-size: 1rem;
        border-radius: .25rem;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    
}

/*----------------------------------------------------------*/

/* INPUTS ELEMENTS LOGIN
----------------------------------------------------------*/

#tableSoci input[type=text], #tableSoci input[type=password], #tableEntitat input[type=text], #tableEntitat input[type=password] {
/*.main input[type=text], .main input[type=password] {*/
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	/*background-color: #fff;*/
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


/*----------------------------------------------------------*/

/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
.clear
{
}

.normal_11
{
    font-size:11px;
}
.normal_12
{
    font-size:12px;
}
.normal_13
{
    font-size:13px;
}
.bold
{
    font-weight: bold;
}
.bold_11
{
    font-size:11px;
    font-weight:bold;
}
.bold_12
{
    font-size:12px;
    font-weight:bold;
}
.bold_13
{
    font-size:13px;
    font-weight:bold;
}
.yellow
{
    background-color:LightYellow;
}
.errorcamp
{
    color: #FF0000;
    font-weight: bold;
    font-size: normal;
}


/* LIGHTBOX   
----------------------------------------------------------*/
.black_overlay
{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: gray;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}

.white_content 
{
    display: none;
    position: absolute;
    top: 25%;
    left: 25%;
    width: 750px;
    height: 500px;
    padding: 16px;
    border: 0px solid green;
    background-color: white;
    z-index:1002;
    overflow: auto;
}

.lightbox_title
{
    font-weight: bold;
    font-size: large;
}

.lightbox_normal
{
    font-size: small;
}

.lightbox_bold
{
    font-weight: bold;
    font-size: small;
}

/*----------------------------------------------------------*/
/*----------------------------------------------------------*/


 #cmdLogout:hover {
	cursor:pointer;	
}




.banner_hSoci
{
	width:180px;
	position:relative;		
}

.banner_hSoci:hover {
	cursor:pointer;	
}
.img_picto {
	margin-bottom:7px;	
}

.fa-2x{
    color: white;
    font-size: 2em;
}

.overlay {
	background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
	/*background-color:red;*/
    border-radius: 3px;
    z-index: 50;	
	
	height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	font-size:30px;
	padding-top:35px;
	
}
.overlay:hover {
	cursor:default;	
}


.TxtmsgError {
	
	background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
	
	border-radius: 4px;
    padding: 15px;
		
}
