/*//*/@charset "UTF-8";

.SelectedForm {
    color: rgba(251,0,4,1.00); 
}

fieldset {
    border: 2px solid #cccccc;
	}
		
label {
    width: 130px;
    float: left;
    text-align: right;
    font-weight: normal;
    clear: both;
    padding-bottom: 3px;
    padding-right: 3px;
	}

input {
    border: 1px solid #000;
    padding: 3px;
    }
		
table, th, td {
    border-collapse: collapse;
    border: 1px solid black;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    }

tr {
    align-content: center;
    font-size: 15px;
}

th {
    background: #ccccff;
      }
		
td {
    background: white;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    text-align: center;
	  }
		
total{
	color:red;
		}

ul {
    display: inline-block;
    list-style-type: none;
    padding-top: 2px;
    padding-bottom: 2px;
	}

ul li  {
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
	}

ul li a {
	}

body {
    font-family: 'Geologica', sans-serif;
    padding-top: 0px
	}

.band-hero {
    padding-top: 100px;
    padding-bottom: 300px;
    background-color: #7BF6FC;
    background-image: url(../images/Hero.jpg);
    background-size: cover;
	}

.band-footer {
    padding-bottom: 0px;
    background-color: #003968;
    clear: both;
    position: fixed;
    bottom: 0px;
    z-index: 1;
	}
.footer-text {
    color: #FDFDFD;
    padding-top: 6px;
    margin-top: -4px;
	}

.footer-link:hover {
    color: #F6368C;
	}

h1 {
    color: #FDFDFD;
    text-shadow: 1px 1px #1D377E;
    font-family: 'Geologica', sans-serif;
    font-weight: normal;
	}

p {
    color: #052E75;
    font-size: 15px;
    font-weight: normal;
	}



.text-what {
    font-size: xx-large;
	}



.navbar-nav.mr-auto .nav-item .nav-link:hover {
    color: rgba(10,94,240,1.00);
	}

.boxtext {
    background-color: rgba(15,209,251,1.00);
    color: rgba(253,253,253,1.00);
	}

form .form-group label {
    color: rgba(253,253,253,1.00);
}

.eyeball {
    position: relative;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
	}

.forgotpass {
    color: rgba(253,253,253,1.00);
	}

.plans {
    color: rgba(253,253,253,1.00);
	}

.LoginHeader {
    color: rgba(10,97,248,1.00);
    text-shadow: 0 0;
	}

.createlabel {
    text-align: left;	
}
.container-fluid {
    padding-top: 14px;
}
.navbar.fixed-top.navbar-expand-lg.navbar-light.bg-light {
    padding-bottom: 0px;
}
.javamenu {
    background-color: hsla(208,96%,81%,1.00);
    height: 100px;
}
.crud {
    background-color: hsla(208,95%,76%,1.00);
    height: 100%;
    width: auto;
}
.UserInfo {
    background-color: hsla(191,98%,49%,0.81);
    border-bottom: thin solid hsla(226,100%,49%,1.00);
}
.exitbutton {
    padding-top: 10px;
    text-align: right;
    padding-right: 10px;
    padding-bottom: 9px;
    margin-bottom: 5px;
}
.clearfix {
    clear: right;
}
.errormessage {
    color: hsla(0,0%,99%,1.00);
    text-shadow: 0.5px 0.5px hsla(359,100%,49%,1.00);
}

@media (max-width: 767.98px) {
	h1{
	font-size: 30px
	}
	.footer-text {
    font-size: small;
	}
}
@media (max-width: 575.98px) {
	h1{
		font-size: 20px
	}
	.footer-text {
    font-size: small;
	}
}
	
.band-pricing {
    padding-top: 15px;
    padding-bottom: 3px;
    background-color: #21A5F9;
    background-size: cover;
	}

.sellingpoints {
    color: rgba(253,253,253,1.00);
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: large;
	}

.band-about {
    padding-top: 31px;
    padding-bottom: 0px;
    background-color: #7BF6FC;
    background-image: url(../images/Hero.jpg);
    background-size: cover;
	}

td {
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 20px;
}

body,td,th {
    font-family: Geologica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
	}

a {
    color: rgba(3,80,215,1.00);
	text-decoration: none;
	}

a:link {
    color: rgba(3,80,215,1.00);
    text-decoration: none;
	}

a:visited {
    text-decoration: none;
	}

a:hover {
    text-decoration: none;
    color: rgba(5,46,117,1.00);
    font-size: large;
	}

a:active {
    text-decoration: none;
	}
.FormView {
    background-color: rgba(136,197,252,1.00);
}
.logout {
    float: right;
    clear: right;
    padding-right: 5px;
    padding-top: 8px;
}
