.container {
	width:80%;
	margin:0 10%;
}

.button1 {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.button2:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

.mar-up {
	margin-top:2px;
}

.pad-up {
	padding-top:5px;
}

select option:disabled {
    color: brown;
}

label {
	padding:0 5px;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}

body {
    background: url("images/bg.jpg");
    background-size: 1px 100%;
    background-repeat: repeat-y;
}

.w3-rnj-blue,.w3-hover-rnj-blue:hover {color:#fff!important;	background-color:#002b5c!important;}

.w3-rnj-text-blue {
	color:#002b5c;
}

.vertspace {
	margin:10px 0;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
	visibility: hidden;
    width: 120px;
    background-color: #002b5c;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}
