/* Loading Graphic from loading.io */
#results {
    max-width: 725px;
	width:fit-content;
    display: none;
    background: rgba(0, 123, 255, 0.9);
    padding: 15px;
    border-radius: 5px;
    position: fixed;
    z-index: 9;
    left: 34%;
    top: 195px;
    color: #fff;
	opacity:0;
	transition: all 1s;
	min-width: 400px;
    text-align: center;
}
#controlsv2 select{
    font-size: 24px;
    font-family: inherit;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
}
#notificationsv2, #controlsv2{
	position:fixed;
	top:-10%;
	opacity:0;
	z-index:999;
	background:rgba(0,0,0,0.88);
	transition: all 0.3s ease-in-out;
	left: 45%;
    padding: 18px;
    border-radius: 5px;
    font-size: 20px;
    min-width: 270px;
	color:#fff;
}
#controlsv2{
	top:-15%;
	background:rgba(255,255,255,0.95);
	color:#000;
	max-height: 500px;
    overflow-y: auto;
	border: solid #00649b 5px;
	min-width: 450px;
}

.semail {
    font-size: 12px;
}
h3{
	text-align:center;
	font-variant: small-caps;
	text-shadow:1px 2px 5px grey;
}
thead tr {
    background: rgba(255,255,255,0.3) !important;
}
thead th{
	background:#fff !important;
}


.xlstable          { overflow-y: auto; height: 100px; }
.xlstable thead th { position: sticky;    top: -15px; }





body .widgetone{
	display: block;
    width: 500px;
    margin-top: 25px;
	margin-left:auto;
	margin-right:auto !important;
	position:relative;
	opacity:0;
	transition: all 1s;
	max-height:0px;
	overflow-y:hidden;
	    min-height: 0px;
		left:-900px;
}
.widget .btn, #results .btn{
	color:#fff !important;
	border: solid 2px;
}
.widget th {
    /* text-decoration: underline; */
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
}
.xlstable tr:nth-child(even) {background: rgb(228,228,228)}
.xlstable tr:nth-child(odd) {background: #FFF}
.btnemail{
	float: right;
    height: 27px;
    font-size: inherit;
    display: block;
    padding-top: 4px !important;
    color: #fff !important;
    border: 0px !important;
}
p.MsoNormal {
    margin: 0px;
}
.graphpreview{
	max-width: 925px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 640px;
}

p.MsoNormal {
    margin-bottom: 0px !important;
    margin-top: 0px;
}
.maintitle{
	    font-variant: all-petite-caps;
    font-size: 52px;
    width: 700px;
    background: rgba(255,255,255,0.5);
    margin-left: auto;
    margin-right: auto;
    border-radius: 25px;
    padding: 15px;
	
}
.form-inline {
    display: inline-block;
}
#emailpreview{
	width: 750px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    background: #ffffff;
    padding: 15px;
    border-radius: 4px;
    border: solid 2px #efefef;
    box-shadow: 0px 1px 10px 1px grey;
    margin-bottom: 10px;
	font-family:Arial, san-serif !important;
}
#results img{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
#stage2{
	opacity:0;
}
.widget hr {
    margin: 2px;
}
#loadedfile{
	opacity:0;
}
.halfdiv{
	height: auto;
    overflow-y: auto;
    background: rgb(191, 222, 255);
    border-radius: 5px;
}
.widget{
	display: inline-block;
    vertical-align: top;
    background: rgba(0, 123, 255, 0.25);
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 10px;
    min-height: 125px;
    margin-right: 15px;
}

#main{
	width: 92%;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    padding: 25px;
}
body{
	background:#ececec;
}