/* Add here all your CSS customizations */
body {
	/*
	margin: 0px auto;
	padding: 0px;
	
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	
	background-color: #FFF;
	background-image: url('/ezy_mat_hd2/images/1stImageV3.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	*/
}

@media print {
    .noprint {display:none !important;}
    a:link:after, a:visited:after {  
      display: none;
      content: "";    
    }
}

.header-top-0 {
	height: 100px;
	background: #000;
}
.header-top-1 {
	text-align: center;
	color: #FFF;"
}
.header-top-2 {
		text-align: center;
		color: #FFF;
		font-size: 14px;
		font-weight: bold;
}
@media (min-width: 768px) {
	.header-top-2 {
		font-size: 20px;
	}
}
.top-header {
	margin-top: 20px;
	color: #808080;
	font-size: 30px;
	text-align: center;
}
.top-header2 {
	margin-top: 20px;
	color: #808080;
	font-size: 20px;
}
.header-bg {
	background: #E0E0E0;
	padding: 20px 20px 20px 10px;
	color: #000;
}
.header-bg2 {
	background: #E0E0E0;
	padding: 20px;
	color: red;
	text-align: center;
}
.row-white {
	height: 40px;
	background: #FFF;
}
.row-gray {
	height: 40px;
	background: #E0E0E0;
}
.space-left {
	padding-left: 5px;
}
.space-right {
	padding-right: 10px;
}
td {
	font-size: 12px;
	font-family: "Open Sans", sans-serif;
	color: #333; /* #00244D */
}
.mybtn {
	background: #bdc3c7;
	color: #FFF;
	width: 110px;
	height: 40px;
	font-size: 16px;
	font-weight: bold;
	border-style: none;
}
.graybtn {
	background: #606060;
	color: #FFF;
	width: 110px;
	height: 40px;
	font-size: 16px;
	font-weight: bold;
	border-style: none;
}
.backbtn {
	background: #517281;
	color: #FFF;
	width: 110px;
	height: 40px;
	font-size: 16px;
	font-weight: bold;
	border-style: none;
	border-radius: 0px;
}

.newbackbtn:link,  .newbackbtn:visited, .newbackbtn:active {
	background: #517281;
	color: #FFF;
	padding: 12px 32px;
	font-size: 16px;
	font-weight: bold;
	border-style: none;
	border-radius: 0px;
	text-decoration: none;
}
.newbackbtn:hover {
	text-decoration: none;
}

.whitebtn {
	background: #FFF;
	color: #000;
	width: 100px;
	height: 40px;
	font-size: 16px;
	font-weight: bold;
	border-style: none;
}

.emailbtn:link,  .emailbtn:visited, .emailbtn:active {
	background: #FFF;
	color: #517281;
	font-weight: bold;
	padding: 10px 20px;
	text-decoration: none;
	font-size: 18px;
}
.emailbtn:hover {
	text-decoration: none;
}

h4, .h4 {
  /*font-size: 18px;*/
  font-size: 16px;
  font-weight: bold;
}
.td-head {
  font-size: 16px;
  font-weight: bold;
}
.td-head2 {
  font-size: 15px;
  font-weight: bold;
  padding: 10px;
}
.td-head3 {
  font-size: 15px;
  font-weight: bold;
  padding: 0px 10px;;
}
.td-head4 {
  font-size: 15px;
  padding: 0px 10px;;
}
.td-head5 {
  font-size: 15px;
  font-weight: bold;
  padding: 0px 0px 0px 20px;
}
.td-space {
	padding: 10px;
}
.control-label { /* bootstrap */
	/*color: #818285;*/
	color: #000;
	font-weight: bold;
}
.form-control {
	border-radius: 0px;
	border: 1px solid red;
}

/********* ADDITIONAL ITEMS PAGE START ***********/

.ai-left-bold {
	text-align: left;
	font-weight: bold;"
}
.ai-font12 {
	font-size: 12px;
}

/********* ADDITIONAL ITEMS PAGE END ***********/

.whatsnextbtn:link,  .whatsnextbtn:visited, .whatsnexbtn:active {
	background: #517281;
	color: #FFF;
	font-weight: bold;
	padding: 10px 25px;
	text-decoration: none;
	font-size: 18px;
}
.whatsnextbtn:hover {
	text-decoration: none;
}
.whatsnextbtn2:link,  .whatsnextbtn2:visited, .whatsnexbtn2:active {
	background: #517281;
	color: #FFF;
	font-weight: bold;
	padding: 10px 20px;
	text-decoration: none;
	font-size: 18px;
}
.whatsnextbtn2:hover {
	text-decoration: none;
}

.table-mobile {
	display: block;
}
.table-desktop {
	display: none;
}
/*
@media (min-width: 768px) {
	.table-mobile {
	display: none;
	}
	.table-desktop {
		display: block;
	}
}
*/
@media (min-width: 992px) {
	.table-mobile {
	display: none;
	}
	.table-desktop {
		display: block;
	}
}
.text-danger {
	color: #a94442;
	font-size: 11px;
}
.text-danger2 {
	color: yellow;
	font-size: 14px;
}

/* friction page */
.mobile { display: block; }
.desktop-sm { display: none; }
.desktop-md { display: none; }
.desktop-lg { display: none; }
.desktop-slg { display: none; }

@media (min-width: 768px) {
	.mobile { display: none; }
	.desktop-sm { display: block; }
	.desktop-md { display: none; }
	.desktop-lg { display: none; }
	.desktop-slg { display: none; }
}
@media (min-width: 992px) {
	.mobile { display: none; }
	.desktop-sm { display: none; }
	.desktop-md { display: block; }
	.desktop-lg { display: none; }
	.desktop-slg { display: none; }
}
@media (min-width: 1200px) {
	.mobile { display: none; }
	.desktop-sm { display: none; }
	.desktop-md { display: none; }
	.desktop-lg { display: block; }
	.desktop-slg { display: none; }
}
@media (min-width: 1400px) {
	.mobile { display: none; }
	.desktop-sm { display: none; }
	.desktop-md { display: none; }
	.desktop-lg { display: none; }
	.desktop-slg { display: block; }
}

.foundry-mobile { display: block; }
.foundry-desk { display: none; }

@media (min-width: 768px) {
	.foundry-mobile { display: none; }
	.foundry-desk { display: block; }
}

.play-position {
	margin-top: 0px;
	margin-left: 0px;
}
@media (min-width: 768px) {
	.play-position {
		margin-top: 50px;
		margin-left: 100px;
	}
}
@media (min-width: 992px) {
	.play-position {
		margin-top: 50px;
		margin-left: 175px;
	}
}
@media (min-width: 1200px) {
	.play-position {
		margin-top: 50px;
		margin-left: 250px;
	}
}
@media (min-width: 1400px) {
	.play-position {
		margin-top: 50px;
		margin-left: 300px;
	}
}
@media (min-width: 1700px) {
	.play-position {
		margin-top: 50px;
		margin-left: 350px;
	}
}

.gorilla-mobile { display: block; }
.gorilla-desktop { display: none; }

@media (min-width: 768px) {
	.gorilla-mobile { display: none; }
	.gorilla-desktop { display: block; }
}

.no-padding {
	padding-left: 0;
	padding-right: 0;
}

.accordion:not(.accordion-minimal):not(.accordion-style-1):not(.accordion-style-2) .accordion-header a.collapsed {
	/*background-color: #f1f3f7 !important;*/
	background-color: lightgray !important;
}