@charset "utf-8";
/* CSS Document */

body {
	width: auto;
	margin: 0% 1%;
	font-family: 'Open Sans', sans-serif;
	color: rgba(50,50,50,1);
	/*color: rgba(100,100,100,1);*/
	font-size: 0.8rem;
    z-index: 1;
    background-color: rgb(175,175,175,0.3);
}

h1, h2, h3, h4, h5, h6, header {
	font-family: 'Open Sans', sans-serif;
	color: rgba(80,50,240,1.00);
    /*color: cornflowerblue;*/
}
h1 {
	font-size: 1.5rem;
	font-weight: 700;
	text-shadow: 0.03em 0.03em 0em rgba(55,55,55,0.40);
}
h2 {
	font-size: 1.4rem;
    font-weight: 500;
	text-shadow: 0.03em 0.03em 0em rgba(55,55,55,0.40);
}
h3 {
	font-size: 1.3rem;
    font-weight: 500;
	text-shadow: 0.03em 0.03em 0em rgba(55,55,55,0.40);
}
h4 {
	font-size: 1.2rem;
    font-weight: 500;
}
h5 {
	font-size: 1.1rem;
    font-weight: 500;
}
h6 {
	font-size: 1rem;
	font-weight: 300;
}

footer {
	max-height: 50px;;
	bottom: 0;
	width: 99.5%;
	font-size: 85%;
}
main {
	margin: 0.15rem 0rem;
	z-index: 0;
}
input, .form-control {
    background-color: rgb(250,250,250,0.6);
    color: rgba(30,30,60,1);
}
.header {
	font-size: 110%;
	font-weight: 600;
	background-color: rgba(75,75,200,0.25);
	/*padding: 3px;*/
	border-radius: 3px;
}
.right {
	text-align: right;
}
.middle {
	align-content: center;
}
.small {
	font-size: 90%;
}
.fot {
	color: rgba(225,225,225,0.4);
	/*text-shadow: 0.5px 0.5px rgba(55,55,55,0.30);*/
	z-index: -1000;
}
.dry {
    padding: 4px;
    background-color: #f5f5f5;
    border: 1px solid rgba(200,200,220,0.7);
    border-radius: 4px 0 0 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	/*text-align: right;*/
    vertical-align: middle;
	font-size: 100%;
}
.dry_top {
    padding: 4px;
    background-color: #f5f5f5;
    border: 1px solid rgba(200,200,220,0.7);
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	text-align: left;
	font-size: 100%;
}
.wet {
	padding: 4px;
	border-radius: 0px 4px 4px 0px;
	border: 1px solid rgba(200,200,220,0.7);
	background-color: transparent;
    vertical-align: middle;
	font-size: 100%;
}
.wet input, .wet select, .wet textarea {
    font-size: 100%;
}
.wet label, label.areabox {
    font-size: 85%;
}
.wet_bottom {
	padding: 4px;
	border-radius: 0px 0px 4px 4px;
	border: 1px solid rgba(200,200,220,0.7);
	background-color: transparent;
	font-size: 100%;
}
.sum {
	border-top: solid 1px rgba(0,0,0,0.70);
	border-bottom: double 3px rgba(0,0,0,0.70);
}
.top {
	border-top: solid 1px rgba(0,0,0,0.70);
}
.rowHeader {
	padding: 4px;
	margin: 0 2px 0 0;
	border-radius: 0px 0px 0px 0px;
	border: 1px solid rgba(200,200,220,0.7);
	background-color: transparent;
    font-size: 110%;
    font-weight: bold;
    color: rgba(15,15,15,1);
}
.rowHeader:first-of-type {
	padding: 4px;
	margin: 0 2px 0 0;
	border-radius: 4px 0px 0px 4px;
	border: 1px solid rgba(200,200,220,0.7);
	background-color: transparent;
    font-size: 110%;
}
.rowHeader:last-of-type {
	padding: 4px;
	margin: 0 2px 0 0;
	border-radius: 0px 4px 4px 0px;
	border: 1px solid rgba(200,200,220,0.7);
	background-color: transparent;
    font-size: 110%;
}

/* Playing with bootstrap elements*/
.input-group-text {
    font-size: 0.9rem;
    padding: 0.1rem .375rem;
}
.dropdown-menu, .dropdown-menu a {
	font-size: 95%;
    z-index: 25000;
    background-color: rgba(75,75,75,1);
    color: rgba(250,250,255,1);
}
.dropdown-item:hover {
    background-color: rgba(207,207,207,0.62);
    color: rgba(0,0,200,1);
}
.borderless {
	border: none !important;
}
.card {
    box-shadow: 0.25em 0.25em 0.4em rgba(50, 50, 50, 0.2);
}
ul#area-inner > li.list-group-item {
    padding: .2em .3rem;
    font-size: 75%;
}
input.areabox {
    width: 1rem;
    height: 1rem;
}

/* Other elements*/
#loading { 
	display: none;
	background-color: rgba(255,255,255,1);
	border: thin solid rgba(110,110,110,0.81);
	/*
	border-radius: 1.5%;
	*/
	z-index: 1500;
	position: fixed;
	left: 16%;
	top: 15%;
	width: auto;
	height: auto;
	padding: 5% 10%;
}
#ajax_listOfOptions {
	position: absolute;	/* Never change this one */
	width: 350px;	/* Width of box */
	height: 180px;	/* Height of box */
	overflow: auto;	/* Scrolling features */
	border: 1px solid rgba(50,50,50,0.75);	/* Dark green border */
	border-radius: 5px;
	background-color: #FFF;	/* White background color */
	text-align: left;
	font-size: 1.1em;
	z-index: 100;
}
#ajax_listOfOptions div {	/* General rule for both .optionDiv and .optionDivSelected */
	margin: 1px;
	padding: 1px;
	cursor: pointer;
	font-size: 0.9em;
}
#ajax_listOfOptions .optionDiv {	/* Div for each item in list */
}
#ajax_listOfOptions .optionDivSelected { /* Selected item in the list */
	background-color: rgba(153, 255, 0, 0.55);
	color: #333;
}
#ajax_listOfOptions_iframe {
	background-color: #F00;
	position: absolute;
	z-index: 5;
}

/* Display the clock*/
#liveclock {
	position: relative;
	/*top: 15px;
	left: 0px;*/
	clear: both;
	text-align: center;
	/*font-size: small;*/
	/*font: normal 12px Tahoma, Helvetica, Verdana, sans-serif;*/
	color: rgba(100,100,100,0.80);
}

/* Search result*/
#livesearch {
    position: absolute;        
    z-index: 3999;
    top: 100%;
    right: 4.15%;
    flex: 0 0 50%;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50%;
    width: 50%;
    /*box-sizing: border-box;*/
    background-color: #fafafa;
}

/* Login form*/
.form-signin {
    max-width: 300px;
    padding: 19px 29px 29px;
    margin: 0 auto 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
       -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
            box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin input[type="text"],
.form-signin input[type="password"] {
    font-size: 16px;
    height: auto;
    margin-bottom: 15px;
    padding: 7px 9px;
}
.bg {
    background-image: url("../images/bg.jpg");
    background-blend-mode: soft-light;
    background-position: center top;
    background-repeat: no-repeat;
    height: 250px;
    width: 100%;
}