html
{
	height:100%;
}
body
{
	position:relative;
}
.helpIconBox img 
{
    width: 50px;
}
.helpIconBox 
{
    position: absolute;
    top: 50%;
    right: 0;
}
header 
{
    background: url(flag1.png) #fac18a;
    /* padding: 10px 0px; */
    float: left;
    width: 100%;
    background-repeat: no-repeat;
}
.logo 
{
    float: left;
    padding: 8px 0px;
}
.logo img 
{
    width: 85px;
}
.logo a 
{
    font-size: 28px;
    color: black;
    font-family: -webkit-pictograph;
    text-decoration: none !important;
}
.digitalImg img 
{
    float: right;
    width: 175px;
    padding: 5px 0px;
}
section 
{
   margin-top: 60px;
}
.helpBackBtn 
{
    margin: 25px 0px; 
}
.helpBackBtn a 
{
    padding: 6px 0px;
    background: #846312; 
    color: white;
    font-size: 14px;
    BOX-SHADOW: 1PX 1PX 2PX #a7a7a7;
    FONT-WEIGHT:600;
}
.helpBackBtn a span
{ 
    color: #fff; 
}
.helpBackBtn a:hover 
{
    box-shadow: 2px 2px 5px lightgrey;
}
.helpBackBtn i 
{
    background: #0b1e5a;
    padding: 7px 5px;
}
.helpBackBtn i:hover 
{
    padding: 7px 5px;
}
.helpBackBtn span 
{
    padding-left: 10px;
    padding-right: 10px;
}
/**Table format**/
table.table.displayBoardTbl 
{
    border: 1px solid lightgray;
	font-weight:bold;
}
table.table.displayBoardTbl thead 
{
    background: #727272;
    color: white;
    text-align: center;
}
/**Box formate**/
.courtDet table 
{
    width: 100%;
    font-weight: bold;
    font-size: 17px;
}
.court1 {
    width: 23%;
    float: left;
    background: whitesmoke;
    margin-right: 2%;
    border: 1px solid #dadada;
    box-shadow: 2px 2px 8px #e0e0e0;
    margin-bottom: 6%;
    text-align: center;
    padding: 54px 0px;
    height: 260px;

}
.trackStatus
{
	color: #327d43;
    /*margin-top: 8px !important;*/
    display: block;
    width: 165px;
    margin: 0px auto;
    padding: 2px 0px;
}
.court1 p 
{
    padding: 10px 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
	padding-top: 0px;
	margin-bottom:10px;
}
/*
.court1 a {
    background: #efefef;
    padding: 5px 13px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid;
}
*/
.court1 a i
{
	margin-right:10px;
}
.court1::last-child
{
	margin-right:0px;
}
.court1.courtBig {
    width: 100%;
    margin-bottom: 0px;
    height: auto;
}
.court1 h4 
{
    font-size: 18px;
    font-weight: bold;
    /*margin-bottom: 0px;*/
    margin: 10px 0px;
    margin-bottom: 5px;
}
.helpText1 {
    width: 100%;
    float: left;
}
.helpText1 p {
    padding-bottom: 5px;
    margin: 0px;
    color: #e74c3c;
    font-size: 16px;
}

.heading
{
	background:gray;
	padding:10px;
	font-size:20px;
	font-weight:bold;
	color:white;
	text-transform:uppercase;
}
h1.mainHeading 
{
	font-size: 23px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    width: 33.33%;
    float: left;
}
.displayDropdown 
{
    float: right;
}
.courtDet 
{
    padding: 10px;
}
.courtDet table 
{
    width: 100%;
}
.courtDet p
{
	border-bottom: 1px dotted gray;
    padding-bottom: 5px;
}
.courtDet span
{
	padding: 0px 20px;
}
img.courtIcon 
{
    WIDTH: 30PX;
    MARGIN-RIGHT: 10PX;
}
table.table.displayBoardTbl thead th 
{
    border: 1px solid lightgray;
	text-align:left;
}
table.table.displayBoardTbl td 
{
    border: 1px solid lightgray;
}
span.inSession
{
	background: #5cb85c;
    color: white;
    padding: 3px 12px;
}
span.inTaken 
{
    background: #ffbd11;
    color: white;
    padding: 3px 12px;
}
span.passOver 
{
    background: #ef4c2d;
    padding: 3px 12px;
    color: white;
}
span.takenUp 
{
    background: #3497db;
    color: white;
    padding: 3px 12px;
}
table.table.displayBoardTbl tbody tr:nth-child(even) 
{
    background: #efefef;
}
.closeBtn
{
	background: #ef4c2d !important;
    opacity: 1;
    color: white;
    margin: 0px !important;
}
.displayBoardPopup
{
	padding:0px;
}
.displayBoardPopup .modal-title
{
	margin: 0;
    color: #fff;
    font-size: 20px;
    padding: 10px;
}
.displayDate 
{
    width: 33.33%;
    float: left;
    color: #d54966;
    font-weight: bold;
    font-size: 18px;
}
.displayDropdown SELECT {
    WIDTH: 200PX;
    PADDING: 3PX;
    COLOR: GRAY;
    FONT-SIZE: 13PX;
}

/**Box**/
.iconBox
{
	/*text-align: center;
    background: #e6e8e8;
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin: 0px auto;
    border-radius: 50%;
    box-shadow: 3px 3px 5px grey;*/
    margin-top: -70px;
}
.iconBox img
{
	 width: 50px;
	 MARGIN-TOP:22PX;
}
/**Accordance**/
a:hover, a:focus{
 outline: none;
 text-decoration: none;
}
#accordion .panel{
    box-shadow: none;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #a75f57;
    background: #f7f6ea;
}
#accordion .panel-heading{
 padding:0;
 background: #fff;
}
#accordion .panel-title a {
    display: block;
    position: relative;
    background: transparent;
    color: #fff;
    font-size: 13px;
    font-weight: bolder;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding: 10px 12px;
    border: 1px solid #a75f57;
    transition: all 0.10s linear 0s;
    border-radius: 0px;
}
#accordion .panel-title a.collapsed{
 color:#fff;
 border-bottom:1px solid #d3d3d3;
 margin: 0;
 border:1px solid gray;
}
#accordion .panel-title a i{
 color:#de4d4e;
 position: absolute;
 top: 14px;
 left:25px;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
 content:"";
 position: absolute;
 bottom:-15px;
 left:36px;
 border:7px solid transparent;
 border-top:7px solid #a75f57;
}
#accordion .panel-title a.collapsed:before{
 content:"";
 border: 0px none;
}
#accordion .panel-title a.collapsed:hover{
 color: #ffecd7;
}
#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after{
 content: "\f106";
 font-family: FontAwesome;
 color: #ffffff;
 font-size: 20px;
 line-height: 20px;
 position: absolute;
 top: 7px;
 right: 12px;
}
#accordion .panel-title a.collapsed:after{
 content: "\f107";
 color:#fff;
}
#accordion .panel-body
{
 border-top: 0 none;
 color: #a75f57;
 font-size: 13px;
 font-family: arial;
}
.helpText1 
{
    width: 100%;
    float: left;
}
.helpText1 p 
{
    padding-bottom: 5px;
    margin: 0px;
    color: #e74c3c;
    font-size: 16px;
}
.helpText1 ul {
    padding: 0px 5px;
    text-align: left;
    margin-bottom: 5px !important;
    margin: 0px auto;
    padding-left: 40px;
    float: left;
    list-style-type: none;
}
.helpText1 ul li {
    font-size: 14px;
    padding: 0px 5px;
    color: black;
    font-weight: 600;
    margin-bottom: 8px;
}
ul.iconColors {
    list-style-type: none;
    padding-left: 30px;
}
ul.iconColors li {
    color: #bd4236;
    border: 1px dashed #7b7b7b;
    margin-bottom: 5px;
}
ul.iconColors a {
    background: none;
    border: none;
    padding: 0px;
    text-align: center;
    color: #7b7b7b;
}
ul.iconColors a i {
    margin-right: 0px;
}
a.emailIdText {
    background: none;
    border: none;
    padding: 0px;
    display: block;
    color: #e66200 !important;
}
.court1.courtBig p {
    margin: 0px;
}
ul.manualList 
{
    text-align: center;
    width: 100%;
    padding-left: 0px;
}
ul.manualList li 
{
    margin-bottom: 0px;
}
ul.manualList li:last-child {
    margin-bottom: 10px;
}
@media only screen and (min-width : 1366px)
{
	body
	{
		max-width:1366px;
		margin:0px auto;
	}
}
@media only screen and (min-width : 1023px) and (max-device-width : 1365px) 
{
	.court1
	{
		height:270px;
	}
}
@media only screen and (min-width : 768px) and (max-width : 1023px) 
{
	.court1
	{
		height:270px;
	}
}
@media only screen and (min-width : 768px) and (max-width : 991px) 
{
	.court1
	{
		width:48%;
		margin-bottom: 60px;
	}
	ul.iconColors
	{
		float: right;
    	padding-right: 40px;
	}
	.helpBackBtn
	{
		margin: 10px 0px;
		margin-bottom: 0px;
	}
	ul.iconColors
	{
		padding-left:0px;
	}
}
@media only screen and (min-width : 480px) and (max-width : 768px)
{
	.court1
	{
		width:48%;
		margin-bottom: 60px;
	}
	ul.iconColors
	{
		float: right;
    	padding-right: 40px;
	}
	.helpBackBtn
	{
		margin: 10px 0px;
		margin-bottom: 0px;
	}
	ul.iconColors
	{
		padding-left:0px;
	}
}
@media only screen and (min-width : 320px) and (max-width : 480px)
{
	.court1
	{
		width:100%;
		margin-bottom: 60px;
	}
	ul.iconColors
	{
		float: right;
    	padding-right: 40px;
	}
	.helpBackBtn
	{
		margin: 10px 0px;
		margin-bottom: 0px;
	}
}
@media only screen and (max-width : 320px)
{
}
