body {font-family: Arial, Helvetica, sans-serif;}
body {
    margin:0px 0px;
    padding:0px;
/*    background: rgba(0, 102, 153, 0.9); */
    background: rgba(0, 120, 190, 0.9);
/*    background: linear-gradient(rgba(38, 145, 161, 0.9), rgba(0, 51, 102, 0.2));  */
    background-image: url(../Images/lasBrisasBannerBeach.jpg); 
    height: 100%; 
    width: 100%;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed; 
    /* background-attachment: scroll; */
}

/* Full-width input fields */
input[type=text], input[type=password] {
    width: 100%;
    height: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    text-align:center;
    display: inline-block;
    background-color: #FFFFFF;
    background-attachment: scroll;
    box-sizing: border-box; 
}
input[type=phone] {
    width: 80px;
    height: 16px;
    font-size: 10px;
    text-align: center;
    padding: 0px 0px;
    margin: 0px 0;
    text-align:center;
    display: inline-block;
    background-color: #FFFFFF;
    background-attachment: scroll;
    box-sizing: border-box; 
}
/* Full-width input fields */
input[type=year] {
    width: 60px;
    height: 40px;
    padding: 0px 0px;
    margin: 8px 0;
    text-align:center;
    display: inline-block;
    background-color: #FFFFFF;
    background-attachment: scroll;
    box-sizing: border-box; 
}
input[type=number] {
    font-family: arial;
    font-size: 10px;
    border: none;
}
input[type=active] {
    width: 25px;
    height: 16px;
    font-size: 10px;
    padding: 0px 0px;
    margin: 0px 0;
    text-align:center;
    display: inline-block;
    background-color: #FFFFFF;
    background-attachment: scroll;
    box-sizing: border-box; 
}
input[type=name] {
    width: 120px;
    height: 16px;
    font-size: 10px;
    padding: 0px 0px;
    margin: 0px 0;
    text-align:center;
    display: inline-block;
    background-color: #FFFFFF;
    background-attachment: scroll;
    text-align: left;
    box-sizing: border-box; 
}
input[type=callbox] {
    width: 30px;
    height: 16px;
    font-size: 10px;
    padding: 0px 0px;
    margin: 0px 0;
    text-align:center;
    display: inline-block;
    background-color: #FFFFFF;
    background-attachment: scroll;
    box-sizing: border-box; 
}
input[type=email] {
    width: 120px;
    height: 16px;
    font-size: 10px;
    padding: 0px 0px;
    margin: 0px 0;
    text-align:center;
    display: inline-block;
    background-color: #FFFFFF;
    background-attachment: scroll;
    box-sizing: border-box; 
}
input[type=email2] {
    width: 80px;
    height: 16px;
    font-size: 10px;
    padding: 0px 0px;
    margin: 0px 0;
    text-align:center;
    display: inline-block;
    background-color: #FFFFFF;
    background-attachment: scroll;
    box-sizing: border-box; 
}
input[type=type] {
    width: 20px;
    height: 16px;
    font-size: 10px;
    padding: 0px 0px;
    margin: 0px 0;
    text-align:center;
    display: inline-block;
    background-color: #FFFFFF;
    background-attachment: scroll;
    box-sizing: border-box; 
}
input[type=size] {
    width: 30px;
    height: 16px;
    font-size: 10px;
    padding: 0px 0px;
    margin: 0px 0;
    text-align:center;
    display: inline-block;
    background-color: #FFFFFF;
    background-attachment: scroll;
    box-sizing: border-box; 
}
input[type=maint] {
    width: 50px;
    height: 16px;
    font-size: 10px;
    padding: 0px 0px;
    margin: 0px 0;
    text-align:center;
    display: inline-block;
    background-color: #FFFFFF;
    background-attachment: scroll;
    box-sizing: border-box; 
}
input[type=perc] {
    width: 40px;
    height: 16px;
    font-size: 10px;
    padding: 0px 0px;
    margin: 0px 0;
    text-align:center;
    display: inline-block;
    background-color: #FFFFFF;
    background-attachment: scroll;
    box-sizing: border-box; 
}
input[type=pwd] {
    width: 40px;
    height: 16px;
    font-size: 10px;
    padding: 0px 0px;
    margin: 0px 0;
    text-align:center;
    display: inline-block;
    background-color: #FFFFFF;
    background-attachment: scroll;
    box-sizing: border-box; 
}

/* Set a style for all buttons */
button {
/*     background-color: #0A0000; #f2f2f2; #0099cc; blue */
    background: rgba(0, 20, 5, 0.9);   
/*    background: rgba(0, 151, 245, 0.7);   */
    color: white;
    display: inline;
    padding: 1px 5px;
    text-align:center;
    margin: 2px 0px;
    cursor: pointer;
    width: 30%;
    font-size: 75%;
    border: none;
    height: 50px;
}

button:hover {
    background: rgba(0, 4, 55, 0.8); 
    opacity: 0.4;
}

/* Extra styles for the cancel button */
.cancelbtn {
    width: 30%;
    padding: 10px 18px;
    background-color: #f44336;
}

/* cancel btn 2 */
.cancelbtn2 {
    width: 100px;
    height: 40px;
    padding: 0px 0px;
    display: inline;
    background-color: #f44336;
        border-radius: 4px 4px 4px 4px; 
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: black;    
}

/* print and cancelbtn */
.printcancelbtn {
    display: inline;
}

cancelbtn:hover {
    background: rgba(0, 4, 55, 0.8); 
    opacity: 0.4;
    border-radius: 4px 4px 4px 4px; 
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: black;    
}

cancelbtn2:hover {
    background: rgba(200, 4, 55, 0.8); 
    opacity: 0.4;
    border-radius: 4px 4px 4px 4px; 
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: black;    
}

/* print button */
.printbtn {
    width: 60px;
    height: 40px;
    padding: 0px 0px;
    display: inline;
    background-color: midnightblue;
    font-size: 10px;
    color: white;
    border-radius: 4px 4px 4px 4px; 
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: black;    
}

printbtn:hover {
    background: rgba(0, 4, 55, 0.8); 
    opacity: 0.4;
    background-color: #f44336;
    border-radius: 4px 4px 4px 4px; 
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: black;    
}

/* print button */
.refreshbtn {
    width: 60px;
    height: 40px;
    padding: 0px 0px;
    display: inline;
    background-color: darkcyan;
        border-radius: 4px 4px 4px 4px; 
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: black;    
}

refreshbtn:hover {
    background: rgba(0, 4, 55, 0.8); 
    opacity: 0.4;
}


.title {
    padding: 4px 20px;	
    margin: 0px 0 0px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    position: fixed;
    color: white;
/*    background: rgba(31, 177, 238, 0.9); */
    background: linear-gradient(rgba(0, 200, 230, 0.5), rgba(0, 51, 55, 0.9)); 
    background-repeat: no-repeat;
    text-align:left; 
/*    opacity: 15%; -- This was causing the menu and avatar to blur out*/
/*    text-style: inset;*/
    width: 100%;
}

.subtitle {
	padding: 0px 5px;
	margin: 20px 0 0px 0;		
	color: white;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	background-color: rgba(0, 4, 5, 0.5);
}

.filler {
	padding: 0px 5px;
	margin: 0px 0 0px 0;		
	text-align: left;
	font-size: 50%;
}


ul {
	margin: 0px 2px;
	padding: 0px 0px;
	list-style:none;
	background-color: rgba(0, 160, 209, 0.6);	
}

ul li {
	margin: 0px 2px;
	float: left;
	width: 160px;
	height: 30px;
	background-color: rgba(0, 153, 104, 0.1);
	opacity: .8;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	display:block;
	border-radius: 4px 4px 4px 4px; 
}

ul li a {
	text-decoration: none;
	background-color: rgba(0, 163, 250, 0.5);
	color: white;
	display:block;
	border-radius: 4px 4px 4px 4px; 
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: black;
}

ul li a:hover {
	background-color: rgba(0, 54, 56, 0.9);
	cursor: pointer;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: black;
}

ul li ul li {
	background-color: rgba(0, 1, 17, 0.8);
	margin: 0px -2px;
	display:block;
}

ul li:hover ul li {
	background-color: rgba(0, 150, 5, 0.5);	
	display:block;
}

ul li:hover ul li:hover {
	background-color: rgba(254, 214, 55, 0.2);	
	display:block;
}

.welcomeBox {
    height: 40px;
    width: 570px;
	position: relative;
	top: 350px;
    left: 28px;
    text-align:left;
    background-color: rgba(0, 4, 5, 0.2);
    color: white; /* White text color */
    display: block; /* Make the links appear below each other */
    padding: 1px 1px; /* Add some padding */
    text-decoration: none; /* Remove underline from links */
    font-size: 75%;
    border: none;
    border-radius: 6px 6px 6px 6px; 
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: black;
}

.contactBox {
    position: relative;
    top: 182px;
    left: 28px;
    text-align:left;
	background-color: rgba(0, 4, 5, 0.5);
    color: white; /* White text color */
    display: block; /* Make the links appear below each other */
    padding: 12px; /* Add some padding */
    text-decoration: none; /* Remove underline from links */
    height: 300px;
    width: 400px;
    font-size: 75%;
    border: none;
    border-radius: 6px 6px 6px 6px; 
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: black;
}

.unitInfo {
    position: relative;
    top: 170px;
    left: 30px;
    text-align:left;
	background-color: rgba(0, 4, 5, 0.5);
    color: white; /* White text color */
    display: block; /* Make the links appear below each other */
    padding: 12px; /* Add some padding */
    text-decoration: none; /* Remove underline from links */
    height: 300px;
    width: 132px;
    font-size: 70%;
    border: none;
    border-radius: 6px 6px 6px 6px; 
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: black;
}

.m_unitInfo {
    position: relative;
    /* top: 170px; */
    /* left: 30px; */
    text-align:left;
	background-color: rgba(0, 4, 5, 0.5);
    color: white; /* White text color */
    display: block; /* Make the links appear below each other */
    padding: 12px; /* Add some padding */
    text-decoration: none; /* Remove underline from links */
    height: 275px;
    width: 250px;
    font-size: 70%;
    border: none;
    border-radius: 6px 6px 6px 6px; 
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: black;
}

.error {
    position: relative;
    top: 200px;
    left: 30px;
    text-align:left;
	background-color: rgba(0, 4, 5, 0.2);
    color: white; /* White text color */
    display: block; /* Make the links appear below each other */
    padding: 12px; /* Add some padding */
    text-decoration: none; /* Remove underline from links */
    height: 20px;
    width: 530px;
    font-size: 85%;
    border: none;
    border-radius: 6px 6px 6px 6px; 
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: black;
}


.m_error {
    position: relative;
/*    top: 200px;
    left: 30px;*/
    text-align:left;
    background-color: rgba(0, 120, 190, 0.9);
    color: white; /* White text color */
    display: block; /* Make the links appear below each other */
    padding: 12px;  /* Add some padding */
    text-decoration: none; /* Remove underline from links */
    height: 45px;
    width: 300px;
    font-size: 85%;
    border: none;
    border-radius: 6px 6px 6px 6px; 
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: black;
}

.divBal {
	position: absolute;
	top: 200px;
    left: 200px;
    text-align:left;
	background-color: rgba(0, 4, 5, 0.2);
    color: white; /* White text color */
    display: none; /* block; */
    padding: 12px; /* Add some padding */
    text-decoration: none; /* Remove underline from links */
    height: 50px;
    width: 400px;
    font-size: 75%;
    border: none;
    border-radius: 6px 6px 6px 6px; 
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: black;
}

.welcome-button {
    width: 175px; /* Set a width if you like */
}

.welcome-button a {
    background-color: rgba(0, 160, 209, 0.6);
    color: white; /* White text color */
    display: block; /* Make the links appear below each other */
    padding: 12px; /* Add some padding */
    text-decoration: none; /* Remove underline from links */
    font-size: 75%;
    border: none;
    border-radius: 44px 44px 44px 44px;
    border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: black;
}

.welcome-button a:hover {
	background-color: rgba(0, 4, 5, 0.5);
	border-radius: 44px 44px 44px 44px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: black;
}

.lasBrisasAvatar {
    background-image: url(Images/lasBrisasAvatar.jpg);
    position: relative;
    top: 20px;
    left: 1px;
    padding: 0px 0px;
    height: 50px;
    width: 50px;
    border: none;
}

.facade {
	padding: 0px 0px;
	margin: -20px 0 0px 0;
	text-align:center;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px; 
	color: white;
	text-align: center;
/* 	background: rgba(31, 177, 238, 0.9);  */
/* 	background: rgba(31, 177, 238, 0.9);  */
/* 	background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 225, 249, 0.1));  */
/* 	right: 0;bottom:0;left:0; */
	font-size: 85%;
}

	
/* The Modal (background) */
.modal {
    font-size: 75%;
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    color: white;
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 80%; /* Full height */
/*    overflow: auto;  Enable scroll if needed */
    background: rgba(1, 0, 0, 0.5);
    padding-top: 80px;
}

/* Modal Content/Box */
.modal-content {
    font-size: 125%;
    background: rgba(3, 185, 246, 0.6);	
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 300px; /* Could be more or less, depending on screen size */
    border: none;
    border-radius: 6px 6px 6px 6px; 
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: black;
}

/* Center the image and position the close button */
.imgcontainer {
    width: 50%;
    height: 30%;
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
}

img.avatar {
    width: 75%;
    border-radius: 60%;
}

.container {
    padding: 16px;
}

span.psw {
    font-size: 85%;
    float: right;
    padding-top: 16px;
}

/* The Close Button (x) */
.close {
    position: absolute;
    right: -200px;
    top: -10px;
    color: white;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: red;
    cursor: pointer;
}

/* Add Zoom Animation */
.animate {
    -webkit-animation: animatezoom 0.1s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}
    
@keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 200px) {
    span.psw {
       display: block;
       color: black;
       float: none;
    }
    .cancelbtn {
       width: 100%;
    }
}
        
/* The Modal2 (background) */
.modal2 {
    font-size: 50%;
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    color: white;
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow-y: hidden; /* Enable scroll if needed */
    overflow-x: hidden;
    background-color: rgba(0, 4, 5, 0.5);
    padding-top: 80px;
}

/* Modal Content/Box */
.modal-content2 {
    font-size: 100%;
/*    background: rgba(3, 185, 246, 0.6);	*/
/*    background: rgba(0, 0, 0, 0.5);	*/
    margin: 3% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 70%; /* Could be more or less, depending on screen size */
    height: 450px;
    border: none;
/*    overflow-y: hidden;    Enable scroll if needed */
/*    overflow-x: hidden; */
    border-radius: 6px 6px 6px 6px; 
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: black;
}

.container2 {
    padding: 16px;
    font-size: 15px;
    font-family: arial;
    overflow-y: auto;  
    overflow-x: auto;
    height: 100%;
    background: rgba(50, 185, 246, 0.9);	
    border-radius: 6px 6px 6px 6px; 
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: black;
}

.transHeader2 {
    font-size: 100%;
    margin: -220px auto 2px auto;
    width: 70%; /* Could be more or less, depending on screen size */
    height: 20px;
    border: none;
    color: lightblue;
    background: rgba(50, 185, 246, 0.9);	

/*    overflow-y: hidden;   Enable scroll if needed */

}

span.psw2 {
    font-size: 50%;
    float: right;
    padding-top: 50px;
}

/* The Close Button (x) */
.close2 {
    position: absolute;
    right: -200px;
    top: -10px;
    color: white;
    font-size: 35px;
    font-weight: bold;
}

.close2:hover,
.close:focus {
    color: red;
    cursor: pointer;
}

/* Add Zoom Animation */
.animate2 {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

/*.text2 {
    font-size: 15px;
    font-weight: bold;  
}*/


table {
    border-collapse: collapse;
    width:860px;
    border: 1px;
}

table, th {
    background-color: steelblue;
    border: 1px solid black;
    color: white;
    font-family: calibri;
    font-size: 10px;
    height: 16px;
}

table, tr:nth-child(odd) {
    background-color: white;
}

table, tr:nth-child(even) {
    background-color: #b4eded; /*whitesmoke;*/
}

table, td {
    border: 1px solid black;
    font-family: calibri; 
    color: black;
    font-size: 10px;
    text-align: right;
    height: 16px;
}

table.a {
    font-size: 10px;
    table-layout: fixed;
    width: 180px; 
}


/* SCROLLBAR */
    ::-webkit-scrollbar-track {background: white;}
    ::-webkit-scrollbar-thumb {background: lightblue;border-radius: 6px;height: 10px; width: 10px;}
    ::-webkit-scrollbar-thumb:hover {background: gray;}
    ::-webkit-scrollbar {width: 10px;height: 10px;}
    ::-webkit-scrollbar-track {box-shadow: inset 1, 2 8px blue; border-radius: 8px;}