@font-face {
    font-family: "Segoe UI";
    font-weight: 200;
    src: local("Segoe UI Light");
}

* {
    margin: 0;
	font-family: Segoe UI Light, Calibri, Tahoma, Verdana, Segoe, Sans-Serif;
}
html {
	height: 100%;
}

body {
	/*min-width: 320px;*/
    width: 100%;
	font-family: Segoe UI Light, Calibri, Tahoma, Verdana, Segoe, Sans-Serif;
	font-size: 16px;
	background-color: #e2e1e0; /*FEFEFA*/
    min-height:120vh;
	color: #000;
}

.card {
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  height: 297px;
  margin: 1rem;
  position: relative;
  width: 297px;
}


.card-2 {
  background: #000;
  display: inline-block;
  height: 105px;
  margin: 10px;
  margin-left: 20px;
  position: relative;
  width: 105px;
}

.card-3 {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}


.cheader {
	font-family: Segoe UI Light, Calibri, Tahoma, Verdana, Segoe, Sans-Serif;
	
	font-size: 20px;
	padding-top: 9px;
	opacity: .8;
}

.blue {
	height: 35px;
	width: 279px;
	padding-left: 8px;
	background-color: #c1e9fe;
	border-left: 10px solid #0090c6;
}

.flesh {
	height: 35px;
	width: 279px;
	padding-left: 8px;
	background-color: #fde5d3;
	border-left: 10px solid #ca5100;
}

.gray {
	height: 35px;
	width: 279px;
	padding-left: 8px;
	background-color: #eeeeee;
	border-left: 10px solid #c0c0c0;
}

.green {
	height: 35px;
	width: 279px;
	padding-left: 8px;
	background-color: #dcf1de;
	border-left: 10px solid #87d28e;
}

.htitle {
	  font-family: 'Crushed';
      font-size: 32px;
	  color: #222222;
	  position: absolute;
	  top: 80px;
	  left: 92px;
	  opacity: 0.9;
}

.sdays {
	background-color: #222222;
	height: 100px;
	width: 50px;
}

tab1 { 
	padding-left: 15px; 
}
tab2 {
	padding-left: 20px; 
}
tab3 {
	padding-left: 550px; 
}
p.lowercase {
	 text-transform: lowercase;
}
.button {
    background-color:#D5291C;
	font-family: Segoe UI Light, Calibri, Tahoma, Verdana, Segoe, Sans-Serif;	
    border: none;
    color: white;
    padding: 5px 0px;
    text-align: center;
    text-decoration: none;
    margin: 4px 2px 0px 0px;	
    cursor: pointer;
	width: 130px;
}
.button:hover {
    background-color: #2ecc71;	
    border: none;
    color: #FFF;
    cursor: pointer;
}
.select {
	background-color: #D5291C; 
	border: none;
	font-size: 14px;
	height: 29px;
	width: 200px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-appearance: button;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-padding-end: 20px;
	-webkit-padding-start: 2px;
	-webkit-user-select: none;
	background-image: url(../img/chevron-down.png);
	background-position: 97% center;
	background-repeat: no-repeat;
	padding-right: 31px;
	padding-left: 10px;
	font-family: Segoe UI Light, Calibri, Tahoma, Verdana, Segoe, Sans-Serif;
}
.select::-ms-expand {
    display: none;
}	 
.page-wrap {
	min-height: 99.6%;
  /* equal to footer height */
    margin-bottom: -104px; 
	content: "";
}
.page-wrap:after {
	content: "";
	display: block;	
}
.site-footer, .page-wrap:after {
  /* .push must be the same height as footer */
  /* Works great if you can apply a fixed height to the footer. */
	height: 104px;
	page-break-inside: avoid;
	min-height: 104px;
}
.masonry h1 {
	color: #fff;
	padding: 10px;
	padding-left: 20px;
	background-color: #1565C0;
	border: 1px solid #BBDEFB;
    margin: 0 0 .3em;		
}

.boxwrapper {
	width: 95%;
	margin: 1.5em auto;
}
.box {
    display: inline-block;
	
    width: 100%;
    box-sizing: border-box;
	padding-bottom: 10px;
	position:relative;
	color: #fff;
}	
.box h3 {
	background-color: #DA4903;
	color:white;
	height: 23px;
	padding-left: 10px;
	position: relative;
	padding-right: 40px;
	text-transform: capitalize;
	margin-bottom: 10px;
}
.boxelementwrapper {
	position: relative;
	padding-top: 6px;
	padding-bottom: 12px;
}
.boxelementwrapper::after {
	display:block;
	content:"";
	clear:both;
}
.box span  {
	padding-left: 20px;
	padding-top: 1px;
	padding-right: 10px;
	text-transform: capitalize;
	text-decoration: none;
	color: #fff;
	float: left;	
}
.boxdescr {
	width: 130px;
}
.boxtextelement {
	bottom: 5px;
	position: relative;	
}
.boxlines {
	border-bottom: 1px solid rgba(255, 255, 255, .3);
    margin: auto;
	content:"";
	width: 95%;
	margin-bottom: 10px;
	margin-top: 3px;
}
.checkbox label {
	width: 18px;
	height: 18px;
	margin-bottom: -3px;
	margin-right: 10px;
	background: #e74c3c;
	border-radius: 3px;
	cursor: pointer;
	position: relative;
	display: inline-block;
	-webkit-transition: 300ms all;
	-moz-transition: 300ms all;
	-ms-transition: 300ms all;
	-o-transition: 300ms all;
	transition: 300ms all;
}
.box input {
	display: none;
	font-size: 15px;
}
.box a {
	padding-left: 20px;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	display: block;
	text-transform: capitalize;
	text-decoration: none;
	color: #fff;	
}
.box a:hover {
	background-color: #585858;
	border-left: 6px solid #27ae60;
	padding-left: 14px;
	color: #fff;
	
}
.checkbox label::after {
	content: "";
	position: absolute;
	width: 3px;
	height: 11px;
	left: 7px;
	top: 1px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 0;
	-webkit-backface-visibility: hidden;
	z-index: 1;
	-webkit-transition: 300ms opacity;
	-moz-transition: 300ms opacity;
	-ms-transition: 300ms opacity;
	-o-transition: 300ms opacity;
	transition: 300ms opacity;
}
.checkbox input:checked + label {
	background: #27ae60;
}
.checkbox input:checked + label::after {
	opacity: 1;
}
.radio label {
    display: none;
	width: 18px;
	height: 18px;
	margin-bottom: -3px;
	margin-right: 10px;
	background: #e74c3c;
	border-radius: 3px;
	cursor: pointer;
	position: relative;
	display: inline-block;
	-webkit-transition: 300ms all;
	-moz-transition: 300ms all;
	-ms-transition: 300ms all;
	-o-transition: 300ms all;
	transition: 300ms all;
  
}
.radio label::after {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	left: 3px;
	top: 3px;
	background: #c0392b;
	border-radius: 3px;
	opacity: 1;
	z-index: 1;
	-webkit-transition: 300ms all;
	-moz-transition: 300ms all;
	-ms-transition: 300ms all;
	-o-transition: 300ms all;
	transition: 300ms all;
}
.radio input:checked + label {
	background: #27ae60;
}
.radio input:checked + label::after {
	opacity: 1;
	background: #2ecc71;
}
.radio input[type=radio] + label {
	border-radius: 100%;
}
.radio input[type=radio] + label::after {
	border-radius: 100%;
}
.textbox { 
    height: 12px; 
    width: 150px; 
    background-color: transparent;  
    border-style: solid;  
    border-width: 0px 0px 1px 0px;  
    border-color: white; 
    outline:0;	
	color: white;
}
.leftalign_login {
	font-size: 13px;
	color: white;
	padding-left: 30px;
	font-family: Segoe UI, Calibri, Tahoma, Verdana, Segoe, Sans-Serif;
}


.login_element {
	background-color: #EE2D24;	
	color: white;
	padding: 3px;

    /*INF-674 - Changed height to 50% for enhanced visual presentation*/
	height: 50%;
    /*Omkar: - End*/

	width: 360px;
	position: fixed; 
	top: 30%;
	left: calc((100% - 300px) /2 );
	box-shadow: 0px 0px 10px gray;	
}
.login_button {
	width: 100%;
	text-align: center;
	padding-top: 7px;

    /*INF-674 - Removed padding of login button for enhanced visual presentation*/
    /*padding-left:50px;*/
    /*Omkar: - End*/

	font-family: Segoe UI, Calibri, Tahoma, Verdana, Segoe, Sans-Serif;
}
.login_passwordchange_btn {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 7px 15px 0 0;
    
}
.footer_link {
	color: white;
	text-decoration: none;	
	font-size: 12px;	
}
.footer_link:hover {
	text-decoration: underline;		
	font-size: 12px;
	color: #fff;
}
.footer_link:visited {
	color: white;
}
.header_right_align_img_button {
	float: right;
	top: -30px;
	padding-right: 27px;
	position: relative;
} 
.img_header {
	padding-right: 10px;
} 
.img_header:hover {
    opacity: 0.5;
}
.bgwrapper {
	position: relative;
	top: 105px;
	right: 33px;
}
.bgpicker {
	position: relative;
	overflow: auto;
	height: 8px;
	width: 8px;
	border: 1px solid #555555;
	margin-right: 4px;
	float: right;
}
.box input[type=text],
.box input[type=email] {
	display: inline-block;
	border: none;
	background: #D5291C;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 8px ;
	color: #fff;
	width: 200px;
	margin: 3px 0px 0px;
	font-size: 14px;
	font-family: Segoe UI, Calibri, Tahoma, Verdana, Segoe, Sans-Serif;
}
.box input[type=text]:focus,
.box input[type=email]:focus {
	outline: none;
}
.box input[type=text]::-webkit-input-placeholder,
.box input[type=email]::-webkit-input-placeholder {
	color: #555555;
}
.box input[type=text]:-moz-input-placeholder,
.box input[type=email]:-moz-input-placeholder {
	color: #555555;
}
.box input[type=text]::-moz-placeholder,
.box input[type=email]::-moz-placeholder {
	color: #555555;
}
.box input[type=text]:-ms-input-placeholder,
.box input[type=email]:-ms-input-placeholder {
	color: #555555;
}
.box textarea {
	width: 200px;
	max-width: 100%;
	min-width: 100%;
	min-height: 80px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px;
	margin-top: 3px;
	margin-bottom: 3px;
	background: #D5291C;
	border: none;
	color: #fff;
	font-size: 14px;
	font-family: Segoe UI, Calibri, Tahoma, Verdana, Segoe, Sans-Serif;
}
.box textarea:focus {
	outline: none;
}
.box textarea::-webkit-input-placeholder {
	color: #555555;
}
.box textarea:-moz-input-placeholder {
	color: #555555;
	font-family: Segoe UI, Calibri, Tahoma, Verdana, Segoe, Sans-Serif;
}
.box textarea::-moz-placeholder {
	color: #555555;
	font-family: Segoe UI, Calibri, Tahoma, Verdana, Segoe, Sans-Serif;
}
.box textarea:-ms-input-placeholder {
	color: #555555;
}
.reportbody {
	min-height: 100%;
	min-width: 100%;
	background-image: url(../img/555555.png);
	position: absolute;
	z-index: 5;
}
.reportheader{
	height: 68px;
	width: 100%;
	position: fixed;
	background-image: url(../img/555555.png);
}
.reportheader div {
	float: right;
	position: relative;
	top: 15px;
	right: 45px;
}
.reportheader a {
	color: #fff;
	text-decoration: none;
	font-size: 25px;
	position: relative;
	font-weight: bold;
}
.reportfooter {	
	background-image: url(../img/555555.png);
	height: 68px;
	width: 100%;
	
	position: relative;
}
#header{
	background-image: url(../img/header_logo.gif);
	background-repeat: no-repeat;
    background-color: #EE2D24;
    height: 56px;
    width: 100%;
	background-position: 80px 50%;
	font-size: 16px;
	padding-top: 10px;
    border-bottom: solid #555555 1px ;
	color: #fff;
}
#header_right_align {
	float: right;
	padding-right: 38px;
} 
#header_username {
	text-transform: uppercase;
	font-size: 16px;
	padding-right: 25px;
}
#header_button {
	width: 100%;
	float: right;
	text-align: right;
	padding-right: 30px;
	top: -13px;
	position: relative;
}
#footer_centeralign {
    color:white;
	font-size: 12px;	
    background-color: #EE2D24;
	padding: 2px;
}
#skyline {
	background-image: url(../img/skyline.png);
	background-repeat: no-repeat;
	height: 87px;
	background-position:50% 0%;
}
#login_header {
	background-color: #771610;
}
#search_light{
    position: relative;
	right: 5px;
    top: 60px;
}
#search_light {
}
#search_light input[type="text"] {
    background: url(../img/search.png) no-repeat 10px 1px #EE2D24;
    border: 1px solid #555555;
	font-size: 12px;
	font-family: Segoe UI, Calibri, Tahoma, Verdana, Segoe, Sans-Serif;
	color: #fff;
    width: 0px;
    padding: 2px 15px 2px 35px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
#search_light input[type="text"]:focus {
    width: 100px;
}
#bgskyblue {
	background-image: url('../img/weather.png');
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:1;
}
#bgdefault {
	background-color: #efefef;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:1;
}
#bgstripes {
	background-image: url('../img/stripes.jpg');
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:1;
}
#bgfood {
	background-image: url('../img/food.png');
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:1;
}
#bgwood {
	background-image: url('../img/wood.png');
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:1;
}
#header_title {
	padding: 10px;
	padding-left: 30px;
	font-size: 40px;
	color: #771610;
}
#bodywrapper {
	color: #771610;
	margin-left: 66px;
	font-size: 13px;
}


video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-44%);
                background: url('') no-repeat;
                background-size: cover;
                transition: 1s opacity;
}
.stopfade { 
   opacity: .5;
}

@media screen and (max-width: 500px) { 
  /*div{width:70%;}*/ 
}
@media screen and (max-device-width: 800px) {
  html { background: url('') no-repeat center center fixed; }
  #bgvid { display: none; }
}


.page-wrap-index {
   min-height: 99.6%;
  /* equal to footer height */
   margin-bottom: -17px; 
   content: "";
}
.site-footer-index, .page-wrap-index:after {
	border-top: 1px solid #000;
  /* .push must be the same height as footer */
  /* Works great if you can apply a fixed height to the footer. */
    height: 23px;
    page-break-inside: avoid;
    min-height: 23px;
	bottom: -4px;
	position: fixed;
	width: 100%;	
}
.buttons {
	font-family: Segoe UI Light, Calibri, Tahoma, Verdana, Segoe, Sans-Serif;
	margin-top: 10px;
	margin-left: 20px;
	width: 155px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding-right: 30px;
	padding-left: 70px;
	position: relative;
	background-color:rgb(41,127,184);
	text-align: center;
	color:rgb(255,255,255);
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.buttons span {
	position: absolute;
	left: 0;
	width: 50px;
	background-color:rgba(0,0,0,0.5);  
	border-right: 1px solid  rgba(0,0,0,0.15);
}

.buttons:hover span, .buttons.active span {
  background-color:rgb(0,102,26);
  border-right: 1px solid  rgba(0,0,0,0.3);
}



.buttons.orange {
  background: #FF7F00;
}

.buttons.purple {
  background: #8e44ad;
}

.buttons.turquoise {
  background: #1abc9c;
}

.buttons.red {
  background: #e74c3c;
}