
    h1 {font-size: 26px;}
    .psswdk-container {height: 160px; width: 800px; margin-top: 40px; font-size: 52px; background-color: #fcc; }
    .input {height: 80px; width: 400px; margin-top: 40px; font-size: 52px; background-color: #fff; }
    .submit_buton {height: 150px; width: 300px; margin-top: 40px; font-size: 42px; background-color: #fcc; }
    
	/* img { display: none; } */
	
	.hide_img_class { display: none; }
	.unhide_img_class { display: block; }
	.img-page-sep {display: block; }
    .img-resize { cursor: pointer; }
    
    .clear-both {clear:both;}
    .vert_img   {width: 100%; position: relative; float:left; }  /* {width: 100%;} */
    .thumb_img   {width: 160px; height:auto;}
    .icon_descriptor  {width: 32px; height:auto;}
    #content {font-size:36px;}
    .thumb_div   {float:left; height: 164px; width: 20%; margin: 2px; background-color: #ffc; overflow:hidden;}
    .main_block  {float:left; height: 164px; width: 40%; margin: 2px; background-color: #fcf; }
    .field_block {float:left; height: 164px;             margin: 2px; background-color: #cff; }
    .text-form {width:80%; height: 150px}
    .field1 { width:  5% }
    .field2 { width:  5% }
    .field3 { width:  5% }
    .field4 { width:  5% }
    .field5 { width:  5% }
    .field6 { width:  5% }
    .field7 { width:  5% }
    .field8 { width:  5% }
    .reg_fiedl  {position: relative; float:left; clear:both;}
      .tst_form_select {
        margin-left:10%;
        width:60%; 
        font-size: 36px;"
    }         
    #tst_overlay {
        /* position: fixed;
        bkm overlay
        top: 0;
        left: 0;
        width: 90%;
        overflow-y: scroll;
        height: 90%;
        */
        position: absolute;
        top: 0;
        left: 0;
        margin-top: 0%;
        margin-left: 0%;
        width: 100%;
        height: 800%;
		//height: 500 px;
		//top: 50%;
		//margin-top: -250px;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 10;
    } 

    .tst_overlay_contents {
        position: relative;
        font-size:54px;
        //top: 0;
        //left: 0;
        margin-top: 5%;
        margin-left: auto ;
        margin-right: auto ;
        padding-bottom: 5%;
        width: 90%;
        overflow: auto; 
        //height: auto;
        background-color: rgba(250, 255, 220, 0.9);
        border-radius: 20px;
        z-index: 11;      
    }
    .tst_close {
        position: relative;
        float:right;
        cursor: pointer;
        margin-right: 10% ;
        width: 10%;
        height: auto;
    }
    .tst_form {
        position: relative;
        margin-left: 10% ;
        padding-top: 2%;
        font-size: 36px;
        line-height: 150%;
    }
    
    .small_button {
        position: relative;
        font-size: 2em; 
    }
    
    .align-left {
        float:left;
    }
    
    .big-button {
        position: relative;
        color: blue;
        font-size: 1.0em; /* was 0.7em; */
        background-color: rgba(250, 255, 220, 0.9);
        cursor: pointer;
        padding: 1%;
        text-align: center; 
        vertical-align: middle;
        background-image: linear-gradient(to bottom, #ccc, #888); 
        border-radius: 10px; 
        border-top: solid #eee 2px; border-bottom: solid #666 2px; 
    }
    
    .button-left {
        margin-right: 1% ;
        float:left;
    }
    
    .button-right {
        margin-left: 2% ;
        float:right;
    }
    
    .descript-summ-times {
        display: inline;
    }
    
    .descript-summ-loczone{
    }

    .descript-summ-tel2 {
        display: inline;
        font-size:20%;
    }
    
    .descript-summ-nat {
        background-color: #fef;
        display: inline;
    }
    
    .descript-summ {
        font-size:80%;
    }
    
    .color-zone-0 { background-color: #ffffff; }
    .color-zone-1 { background-color: #44ff44; }
    .color-zone-2 { background-color: #ff00ff; }
    .color-zone-3 { background-color: #44ffff; }
    .color-zone-4 { background-color: #ff4444; }
    .color-zone-5 { background-color: #ccff00; }
    .color-zone-6 { background-color: #ffff44; }
    .color-zone-7 { background-color: #ffff44; }
    .color-zone-8 { background-color: #ffcccc; }
    .color-zone-9 { background-color: #cccccc; }
    
    .favorites_content { background-color: rgba(128, 255, 192, 0.9); } 
    
    input.password {
        -webkit-text-security: disc;
    }
    
    input.psswdk {
        -webkit-text-security: disc;
    }

    .notice{
        border-color:       #F28226;/* #3a6c7e; */
        background-image:   url(img/s_notice.png);
        background-repeat:  no-repeat;
        color:              #000;
        background-color:  #FFDA72; /* #e8eef1; */
        margin:             0.5em 0 0.3em 0;
        border:             1px solid;
        background-repeat:  no-repeat;
        background-position: 10px 50%;
        padding:            10px 10px 10px 25px;
        vertical-align: text-top;
        border-radius:5px;
        box-shadow:  0 1px 1px #fff inset;
    }
    .notice_message {
        width:100%;
        font-size: 1.5em;
    }
    .misc-full-overlay {
        position: fixed;       /* Es manté fix a la pantalla */
        top: 0;
        left: 0;
        width: 100vw;          /* Amplada total de la finestra */
        height: 100vh;         /* Alçada total de la finestra */
        background-color: rgba(223, 223, 255, 1.0); 
        z-index: 9999;         /* Per sobre de tot */
        justify-content: center;
        align-items: center;
        pointer-events: auto; /* Ensures it captures clicks */
        touch-action: none; /* Prevents touch from propagating */      
    }

    .overlay-row {
        position: relative;
        float: left;
        clear: both;
        margin-left: 24vw; 
        text-align: center; 
        vertical-align: middle;
    }
    .overlay-col {
        position: relative;
        float: left;
        margin: 2vw;
        width: 9vw;
        height: 9vw;
        text-align: center; 
        border-color:       rgba(255, 0, 200, 0.5);
        border:             1px solid rgba(100, 100, 100, 0.5);;
        border-radius:5px;
    }
    
    #tellnk-conv {
        color: blue;
        background-color: rgba(250, 255, 220, 0.9);
        cursor: pointer;
        padding: 4px;
        margin-left: 30px;
        background-image: linear-gradient(to bottom, #ccc, #888); 
        border-radius: 5px; 
        border-top: solid #eee 2px; border-bottom: solid #666 2px; 
        font-size: 0.7em; 
        width: 4em;
        height: 1.5em;
    }
    