body{
	/*This pattern is downloaded from www.subtlepatterns.com 
	If you need more, that's where to get'em.*/
	background-image: url(/img/webb-dark.png);
	margin: 0 !important;
    font-family: 'Merriweather', serif;
	overflow: auto;
}

.bold{
	font-weight: 700;
}

.logo{
	width: 100px;
	height: 100px;
	background-color: #ffa31a;
	border-radius: 3px;
}

.logo:hover{
	background-color: #ee9209;
}

.titleBlock{
	font-style: italic;
	color: white;
}

.titleBlock h1{
	font-weight: 700;
	font-size: 30px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.myContainer{
	font-style: italic;
	color: #333333;
	background-color: #bfbfbf;
	min-height: 700px;
	border-radius: 5px;
	box-shadow: 0px 0px 25px 2px rgba(255,255,255,1);
}

.page{
	min-height: 700px;
}

.page:first-child{
	border-right: 2px dotted #fff;
}

@media (max-width: 767.98px) { 
	.page:first-child{
	border-right: none;
	border-bottom: 2px dotted #fff;
	}

	#myNavbar{
		min-height: 100px;
	}
	
	.summary{
	font-size: 17px !important;
	}
}

label{
	color: #ee9209;
	margin-bottom: 3px;
}

input[type=email], input[type=password], input[type=text],
input[type=number], input[type=date]{
	width: 240px;
	height: 40px;
	color: #333333;
	font-size: 20px;
	box-sizing: border-box;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border: 2px solid #ffa31a;
	border-left: none;
}

input[type=email]:focus, input[type=password]:focus, input[type=text]:focus,
input[type=number]:focus, input[type=date]:focus{
	border: 2px solid #ee9209;
	box-shadow: 0px 0px 25px 2px rgba(255,255,255,1);
}

.myButtons{
	width: 200px;
	height: 40px;
	font-size: 20px;
	font-style: normal;
	background-color: #ffa31a;
	color: white;
	border: none;
}

.myButtons:hover{
	background-color: #ee9209;
	box-shadow: 0px 0px 25px 2px rgba(255,255,255,1);
}

.myButtons:focus{
	background-color: #ee9209;
	box-shadow: 0px 0px 25px 2px rgba(255,255,255,1);
}

li{
	margin-top: 6px;
}

footer{
	color: white;
	text-align: center;
	font-style: italic;
	font-size: 16px;
}

ol.carousel-indicators li {
	background: transparent;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	border: solid 1px #ffa31a;
}

ol.carousel-indicators li.active {
  background-color: #ffa31a;
}

.carousel-control-prev-icon { 
	background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffa31a' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); 
}
.carousel-control-next-icon { 
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffa31a' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel {
    border-radius: 10px;
    overflow: hidden;
}

.nav .nav-link{
	margin: 20px;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler.navbar-toggler {
  background-color: #ffa31a;
} 

#chosen{
	background-color: #ee9209;
	border: 3px inset black;
	box-shadow: none;
	color: #e6e6e6;
}

#chosen:hover{
	cursor: default;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

fieldset label{
	color :#333333;
}

fieldset legend{
	font-size: 1rem;
}

.border{
	border: 2px groove  #ffa31a !important;
	border-radius: 5px;
}

fieldset input[type = radio]:hover{
	cursor: pointer;
}

fieldset label:hover{
	cursor: pointer;
}

.inputIcon{
	height: 40px;
	width: 40px ;
	background-color: #ffcc80;
	color: white;
	border-radius: 5px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border: 2px solid #ffa31a;
	border-right: none;
}

#period{
	width: 300px;
	height: 40px;
	color: #333333;
	font-size: 18px;
	box-sizing: border-box;
	text-align: center;
	border-radius: 5px;
	border: 2px solid #ffa31a;
	cursor: pointer;
}

#period:focus{
	border: 2px solid #ee9209;
	box-shadow: 0px 0px 25px 2px rgba(255,255,255,1);
}

caption{
	margin-bottom: 5px;
	font-size: 20px;
	caption-side: top;
	color: #333333;
	text-align: center;
}

table{
	text-align: center;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	border: 1px solid #ffa31a;
	font-size: 18px;
	
}

th, td{
	height: 35px;
	min-width: 80px;
}

th:first-child, td:first-child{
	min-width: 180px;
	border-right: 1px solid black;
}

th{
	background-color: #ffa31a;
	color: white;
}

tr:nth-child(odd) {
	background-color: #ffcc80;
}

.my-border-bottom{
	border-bottom: 2px dotted #fff;
}

.summary{
	font-size: 25px;
}

.my-alert-warning{
	color: red;
}

.my-alert-success{
	color: green;
}

.nav-pills .myPill .nav-link {
    background-color: #ffa31a;
    color: white;
	border: groove 3px black;
}

.nav-pills .myPill .nav-link:not(.active) {
    background-color: #facb85;
	border: solid 1px gray;
	color: gray;
}

.categoryBlock{
	padding: 5px 10px;
	border: solid 1px gray;
	border-radius: 6px;
	background-color: #ffa31a;
	color: white;
}

.categoryBlock p{
	color: #666666;
	font-size: 12px;
	margin-bottom: 0px;
}

.modal{
	color: black !important;
}

.modal input{
	width: 400px;
	height: 40px;
	color: #333333;
	font-size: 18px;
	box-sizing: border-box;
	border: 2px solid #ffa31a;
	border-radius: .25rem;
}

.modal label{
	color: black;
	margin-bottom: 3px;
}












