/* Project name - BCCI 
* Version V1
* started at 13 - August 2014
* Author Daniel Santhanaraj
*/

@font-face {
    font-family: 'helvetica_neueregular';
    src: url('../font/helveticaneue-thin-webfont.eot');
    src: url('../font/helveticaneue-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/helveticaneue-thin-webfont.woff') format('woff'),
         url('../font/helveticaneue-thin-webfont.ttf') format('truetype'),
         url('../font/helveticaneue-thin-webfont.svg#helvetica_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{
 overflow-x: hidden;
 margin:0px !important;
	/*min-width:770px !important;*/
}
h2{
margin: 8px 0;
letter-spacing: 2.5px;
}
.bcci-btn 
{
	display: inline-block;
	padding: 10px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
}
.subbtn 
{
	display: inline-block;
	padding: 12px 15px;
	margin-bottom: 0;
	left: 353px;
	position: relative;
	font-size: 14px;
	font-weight: normal;
	top: -48px;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
}

.img-responsive {
		margin: 0 auto;
}

.main-input 
{
	display: block;
	width: 100%;
	height: 48px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/*** Menu Sprite image **/

.menu-divider{
	background: url('imgs/Menu_images.png') no-repeat -54px -220px;
	width: 25px;
	height: 5px;
	margin: auto;
}

.menu-user{
	background: url('imgs/user.png') no-repeat  center center;
	width: 16px;
	height: 20px;
	padding:21px 15px;
	border-bottom:3px solid transparent;
}
.menu-user:hover{
	/*background: url('imgs/user.png') no-repeat center center #d2d2d2;
	width: 16px;
	height: 20px;
	padding:21px 15px;
	cursor:pointer;
	border-bottom:3px solid #ff503f;*/
}
.menu-setting{
	background: url('imgs/settings.png') no-repeat center center;
	width: 15px;
	height: 20px;
	padding:21px 15px;
	border-bottom:3px solid transparent;
}
.menu-setting:hover{
	background: url('imgs/settings.png') no-repeat  center center #d2d2d2;
	width: 15px;
	height: 20px;
	padding:21px 15px;
	cursor:pointer;
	border-bottom:3px solid #ff503f;
}
.menu-message{
	background: url('imgs/message.png') no-repeat  center center;
	width: 19px;
	height: 18px;
	padding:21px 15px;
	border-bottom:3px solid transparent;
}
.menu-message:hover{
	background: url('imgs/message.png') no-repeat center center #d2d2d2;
	width: 19px;
	height: 18px;
	padding:21px 15px;
	cursor:pointer;
	border-bottom:3px solid #ff503f;
	transition: all 0.3s ease;
	
}
.menu-logout{
	background: url('imgs/logout.png') no-repeat center center ;	
	width: 19px;
	height: 18px;
	padding:21px 15px;
	display:inline-block;
	border-bottom:3px solid transparent;
}
.menu-logout:hover{
	background: url('imgs/logout.png') no-repeat center center  #d2d2d2;	
	width: 19px;
	height: 18px;
	display:inline-block;
	padding:21px 15px;
	cursor:pointer;
	border-bottom:3px solid #ff503f;
	transition: all 0.3s ease;
}
.top-icon{
	display:inline-block;
	margin:0px 3px;
}
.header{
	text-align:right;
	display:inline-block;
	height:45px;
	border-bottom:1px solid #ccc;
	width:100%;
	min-width:450px;
	position:relative;
	padding:0px 2%;
	margin-top:5px;
	transition: all 0.3s ease;
}

/* General styles for all menus */
.sub-cbp-spmenu {
	
	transition: all 0.3s ease;
	position: fixed;
	width: 0%;
	top: 0;
	left: -200px;
	background: url('imgs/bg_menu2.png') repeat ;		
	height: 100%;
	z-index: 900;
	/*box-shadow: 0px 0px 10px black;*/
}
.sub-cbp-spmenu .anger {
	color: white;
	display: block;
	font-size:13px;
	text-align: left;
	text-decoration: none;
	padding: 10px 10px;
	transition: all 0.2s ease;
}

.sub-cbp-spmenu .logo{
	color: white;
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
	transition: all 0.2s ease;
}

.sub-cbp-spmenu .anger:hover {
	background: #ff503f;		
}

.sub-cbp-spmenu h3 {
	color: #fff;
	font-size: 1.9em;
	padding: 20px;
	margin: 0;
	font-weight: 300;
	background: #0d77b6;
}
/* Orientation-dependent styles for the content of the menu */

.sub-cbp-spmenu-vertical {
	width: 150px;
	height: 100%;
	top: 0;
	z-index: 900;
} 
.sub-cbp-spmenu-vertical  span{
	margin:auto 0px;
	vertical-align: middle;
	}

.sub-cbp-spmenu-left {
	left: 135px;
	
}
.sub-cbp-spmenu-left_close {
	left: -205px;
	transition: all 0.2s ease;	
}

.sub-cbp-spmenu-right {
	right: -240px;
}

.sub-cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
}

.sub-cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
}

.sub-cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
	/*padding-top: 12px;*/
}

.sub-cbp-spmenu-push-toright {
	left: 240px;
}

.sub-cbp-spmenu-push-toleft {
	left: -240px;
	transition: all 0.3s ease;
}
.sub-menu-toggle-open{
	position: fixed;
	top: 50%;
	left: 0;
	background-color: rgb(0, 100, 100);
	z-index: 900;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;	
	background: url('imgs/Menu_images.png') no-repeat -149px -294px;
	width: 8px;
	height: 13px;
	margin-left:292px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	cursor:pointer;
}
.sub-menu-toggle-close{
	position: fixed;
	display:none;
	top: 50%;
	left: 0;
	z-index: 900;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	/*background: url('imgs/Menu_images.png') no-repeat -13px -293px;*/
	width: 9px;
	height: 15px;
	margin-left:0px;
	cursor:pointer;
}
.sub-cbp-spmenu-open.sub-menu-toggle-open:hover{
	cursor: pointer;
}
.sub-cbp-spmenu-open.sub-menu-toggle-open{
	left: 1px
	z-index:100;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/* Transitions */

.sub-cbp-spmenu,
.sub-cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/***** Accordon Sub Menu ****/

.cssmenu,
.cssmenu ul,
.cssmenu li,
.cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-size: 12px;
  position: relative;
}
.cssmenu {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.cssmenu a {
  line-height: 1.3;
}

.cssmenu > ul > li { 
 
}
.cssmenu > ul > li:hover {
  background: #ff503f;
  width: 100%;
}
.cssmenu > ul > li > a {
  font-size: 14px;
  display: block;
  margin-left:5px;
 /* background: url(images/pattern.png) top left repeat;*/
  color: #ffffff; 
  border-top: none;
  text-shadow: 0 -1px 1px #751d0c;
}
.cssmenu > ul > li > a > span {
  display: block;
  padding: 9px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  
}
.cssmenu > ul > li > a:hover {
  text-decoration: none;
}
.cssmenu > ul > li.active {
  border-bottom: none;
}
.cssmenu > ul > li.has-sub > a span {
}
.cssmenu > ul > li.has-sub.active > a span {
}
/* Sub menu */
.cssmenu ul ul {
  display: none;
  background: url('imgs/bg_menu2.png') repeat ;	
}
.cssmenu ul ul :hover {
background : #ff503f;
width: 100%;
}
.cssmenu ul ul li {
  padding: 0;
  width: 100%;
  border-top: none;
 /* background: #f7f7f7;*/
}
.cssmenu ul ul li:last-child {
  border-bottom: none;
}
.cssmenu ul ul a {
  padding: 10px 10px 10px 25px;
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
}
.cssmenu ul ul a:before {
  content: "»";
  position: absolute;
  left: 10px;
  color: #fff;
}
.cssmenu ul ul a:hover {
  color: #fff;
}
/*
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-size: 12px;
  position: relative;
}
#cssmenu {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#cssmenu a {
  line-height: 1.3;
}

#cssmenu > ul > li {
 
 
}
#cssmenu > ul > li:hover {
  background: #ff503f;
  width: 100%;
}
#cssmenu > ul > li > a {
  font-size: 14px;
  display: block;
  margin-left:5px;
 /* background: url(images/pattern.png) top left repeat;*/
 /* color: #ffffff; 
  border-top: none;
  text-shadow: 0 -1px 1px #751d0c;
}
#cssmenu > ul > li > a > span {
  display: block;
  padding: 12px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  
}
#cssmenu > ul > li > a:hover {
  text-decoration: none;
}
#cssmenu > ul > li.active {
  border-bottom: none;
}
#cssmenu > ul > li.has-sub > a span {
  background: url(images/icon_plus.png) 96% center no-repeat;
}
#cssmenu > ul > li.has-sub.active > a span {
  background: url(images/icon_minus.png) 96% center no-repeat;
}
/* Sub menu 
#cssmenu ul ul {
  display: none;
  background: url('imgs/bg_menu2.png') repeat ;	
}
#cssmenu ul ul :hover {
background : #ff503f;
}
#cssmenu ul ul li {
  padding: 0;
  border-top: none;
 /* background: #f7f7f7;*//*
}
#cssmenu ul ul li:last-child {
  border-bottom: none;
}
#cssmenu ul ul a {
  padding: 10px 10px 10px 25px;
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
}
#cssmenu ul ul a:before {
  content: "»";
  position: absolute;
  left: 10px;
  color: #fff;
}
#cssmenu ul ul a:hover {
  color: #fff;
}

/*** top icons ***/

.notofication {
		/*border-radius: 200px 200px 200px 200px;
		-moz-border-radius: 200px 200px 200px 200px;
		-webkit-border-radius: 200px 200px 200px 200px;*/
		border: 0px solid #000000;
		border-radius: 50%;
		width: 20px;
		height: 20px;
		padding:3px;
		color:#fff;
		font-size:10px;
		font-weight:bold;
		background:#ff503f;
		margin-top:-20px;
		position:absolute;
}

/** Table Formate *****/

/*** Fullsize Table ***/
		.fulltable{
			width:97% ;
			margin:0px 2%;
			overflow:visible;
			position:relative;				
			transition: all 0.5s ease;
			table-layout: fixed;/* white-space: nowrap; */
		}
		
		.fulltable .smtd{ 
			color:#fff;
			background:#007bd5;	
			transition: all 0.5s ease;
					
			}
		.fulltable .smtd thead tr td{		
			transition: all 0.5s ease;		
		}	
		.fulltable .smtd thead tr th{		
			transition: all 0.5s ease;	padding:10px;	
		}	
		/*thead.headtd{
			min-width:150px;
		}*/
		
		.fulltable .CSSTable1 tr:nth-child(odd)
		{ 
		background-color:#fff; 		
		padding:12px;
		transition: all 0.5s ease;
		}
		.fulltable .CSSTable1 tr:nth-child(even)    
		{ 
			background-color:#e3f4fd;
			border:none;			}
		.CSSTable1 td{
			vertical-align:middle;									
			color:#666666;
			transition: all 0.5s ease;
		}
		.fulltable .CSSTable1 tr:nth-child(odd):hover{
		background-color:#eaeaea;		
		padding:12px;
		transition: all 0.5s ease;
		}
		.fulltable .CSSTable1 tr:nth-child(even):hover{
		background-color:#eaeaea;		
		padding:12px;
		transition: all 0.5s ease;
		}
		.fulltable td{
			padding:12px 1%;		
			transition: opacity .3s ease-in;
			/*width: 1%;*/
		}
		.fulltable .add_even_d{
			left:43%;
		}
		 .ftitle{		
			display:inline-block;
			margin-left:5px;
			z-index:999;
			width:98%;
			transition: all 0.5s ease;
			margin-bottom: 10px;
			margin-top: 10px;
		}
		.ftitle h3 { line-height:30px; }
		.ftitle h3, .ftitle span.viewcircle, .ftitle p { display: inline-block; vertical-align: middle; overflow: hidden; margin: 0 0px 0 0; }
		.ftitle #search_age{
		/*	margin-left: 60%;*/
		}
		.ftitle p , .ftitle #search_age{ margin-right: 0; float: right; }

	/*** middle size Table ***/	
		.midtable {
			overflow:visible;
			overflow-x:hidden;
			position:relative;
			margin-left:155px;
			display:block;
			min-height:500px;
			transition: all 0.5s ease;
			padding-right: 2.2%;	
			table-layout: fixed; /*white-space: nowrap !important; 	*/		
		}		
		.midtable .smtd{ 
			color:#fff;
			background:#007bd5;	
			transition: all 0.5s ease;
		}
		.midtable .smtd thead tr td{
			transition: all 0.5s ease;
		}	
		.midtable .smtd thead tr th{
			transition: all 0.5s ease;
			padding:10px;
		}	
		.midtable .CSSTable1 tr:hover td
		{}
		.midtable .CSSTable1 tr:nth-child(odd){
		background-color:#fff;
		border:1px solid #fff;
		border-width:1px 1px 1px 1px;
		padding:12px;
		transition: all 0.5s ease;
		}
		.midtable .CSSTable1 tr:nth-child(odd):hover{
		background-color:#eaeaea	;	
		padding:12px;	
		transition: all 0.5s ease;
		}
		.midtable .CSSTable1 tr:nth-child(even):hover{
		background-color:#eaeaea;		
		padding:12px;
		transition: all 0.5s ease;
		}
		.midtable .CSSTable1 tr:nth-child(even)    
		{ 
			background-color:#e3f4fd;
		}
		.CSSTable1 td{
			vertical-align:middle;										
			color:#666666;
			transition: all 0.5s ease;
		}
		.midtable td{
			padding:10px;
			/*width:1%;
			/*padding-left:10px;
			padding-bottom:10px;
			width:2%;*/	
			transition: opacity .3s ease-in;
			
		}
		div.master .midtable td{
			width:1%;} 
		.midtable .CSSTable1 tr td:first-child  {
			width:1%;
		}
		.last { margin: 0 !important; }
		.mtitle{
			position:relative;			
			display:inline-block;
			margin-left:130px;
			transition: all 0.5s ease;
			z-index:999;
			overflow:visible;
			margin-left:130px;
			display:block;
			width:89%;
			transition: all 0.5s ease;
			margin-bottom: 10px;
			margin-top: 10px;
		}
		.mtitle h3 { line-height:30px; }
		.mtitle h3, .mtitle span.viewcircle, .mtitle p { display: inline-block; vertical-align: middle; overflow: hidden; margin: 0 20px 0 0; }
		.mtitle #search_age{
			/*margin-left: 52%;*/
		}
		.mtitle p { margin-right: 0; float: right; }
		
		/** Last table **/
		
		.lasttable {
		overflow-y:visible;
		position:relative;
		margin-left:310px;
		display:block;
		transition: all 0.5s ease;
			/*width:90% !important;
			 overflow-x:scroll;*/
		}
		.lasttable .smtd{ 
			color:#fff;
			background:#007bd5;	
			transition: all 0.5s ease;
					
			}
		.lasttable .smtd thead tr td{
			transition: all 0.5s ease;
		}	
		.lasttable .smtd thead tr th{
			transition: all 0.5s ease;padding:10px;
		}	
		.lasttable .CSSTable1 tr:hover td
		{}
		.lasttable .CSSTable1 tr:nth-child(odd){
		background-color:#fff;
		border:1px solid #fff;
		padding:12px;
		transition: all 0.5s ease;
		}
		.lasttable .CSSTable1 tr:nth-child(even)    
		{ 
							background-color:#e3f4fd; }.CSSTable1 td{
							vertical-align:middle;	
																
							color:#666666;
							transition: all 0.5s ease;
		}	
		.lasttable .CSSTable1 tr:nth-child(odd):hover{
		background-color:#eaeaea;
		border:1px solid #fff;
		padding:12px;
		transition: all 0.5s ease;
		}
		.lasttable .CSSTable1 tr:nth-child(even):hover{
		background-color:#eaeaea;
		padding:12px;
		transition: all 0.5s ease;
		}
		.lasttable td{
			padding-top:10px;
			padding-bottom:10px;
			padding-left:10px;
			width:2%;			
			transition: opacity .3s ease-in;
			
		}
		.ltitle{
			width: 90%;
			display:inline-block;
			margin-left:285px;
			transition: all 0.5s ease;
			z-index:999;
			display:block;
			transition: all 0.5s ease;
			margin-bottom:10px;
			margin-top:10px;	
position: relative;			
		}
		.ltitle #search_age, .ltitle p {			
			overflow-x:hidden;
			position:fixed;
			float:right;
			display:none;
		}
		
		/*.ltitle h3 { line-height:30px; }*/
		.ltitle h3, .ltitle span.viewcircle, .ltitle p{ display: inline-block; vertical-align: middle; overflow: hidden; margin: 5px 20px 0 0;
		}
		.ltitle p{ display:none !important}
		/*.ltitle #search_age{
			margin-left: 60%;
		}
		.ltitle p { margin-right: 0; float: right; }
		
/*** Action  Icons***/	
		.viewcircle{
		border: 1px solid #ccc;
		border-radius: 50%;
		background:url("imgs/group.png") no-repeat center center ;
		width:35px;
		height:35px;
		margin:0px 0px 0px 12px;
		transition: all 0.5s ease;		
		display:inline-block ;
		
	}	
	
	.viewcircle:hover{
		border: 1px solid transparent;
		border-radius: 50%;
		background:url("imgs/group_h.png") no-repeat center center #00a651;
		width:35px;
		height:35px;		
		transition: all 0.5s ease;	
		cursor:pointer;
		position:relative;		
	}	
		.export{
		border: 1px solid transparent;
		border-radius: 50%;
		background:url("imgs/group_h.png") no-repeat center center #00a651;
		width:34px;
		height:34px;
		margin:0px 0px 0px 5px;
		transition: all 0.5s ease;		
		display:inline-block ;
		
	}	
	
	.export:hover{
		border: 1px solid transparent;
		border-radius: 50%;
		background:url("imgs/group_h.png") no-repeat center center #00a651;
		width:34px;
		height:34px;		
		transition: all 0.5s ease;	
		cursor:pointer;
		position:relative;		
	}
	.circle-view{
		border: 1px solid #ccc;
		border-radius: 50%;
		background:url("imgs/view.png") no-repeat center center;
		width:33px;
		height:33px;		
		transition: all 0.5s ease;	
		margin:0px 2px;
		display:inline-block;
	}
	.circle-view:hover{
		border: 1px solid transparent;
		border-radius: 50%;
		background:url("imgs/view_h.png") no-repeat center center #4cd964;
		width:33px;
		height:33px;			
		margin:0px 2px;
		transition: all 0.5s ease;	
		cursor:pointer;
	}
	.circle-edit{
		border: 1px solid #ccc;
		border-radius: 50%;
		background:url("imgs/edit.png") no-repeat center center ;
		width:33px;
		margin:0px 2px;
		height:33px;		
		transition: all 0.5s ease;
		display:inline-block;
		cursor:pointer;
	}
	.circle-edit:hover{
		border: 1px solid transparent;
		border-radius: 50%;
		background:url("imgs/edit_h.png") no-repeat center center #59c7fb;
		width:33px;
		height:33px;	
		margin:0px 2px;
		cursor:pointer;
	}
	.circle-delete{
		border: 1px solid #ccc;
		border-radius: 50%;
		background:url("imgs/delete.png") no-repeat center center ;
		width:33px;
		height:33px;
		transition: all 0.5s ease;
		display:inline-block;
		margin:0px 2px;
	}
	.circle-delete:hover{
		border: 1px solid transparent;
		border-radius: 50%;
		background:url("imgs/delete_h.png") no-repeat center center #ff3b30;
		width:33px;		
		cursor:pointer;
		height:33px;
		margin:0px 2px;
		
	}
	.add-age-group{
		border: 1px solid transparent;
		border-radius: 50%;
		background:url("imgs/plus.png") no-repeat center center #ff503f;
		width:35px;
		height:35px;
		margin:0px 8px 0px 0px;
		transition: all 0.5s ease;	
		display:inline-block;
	}
	
	.add-age-group:hover{
		border: 1px solid transparent;
		border-radius: 50%;
		background:url("imgs/plus.png") no-repeat center center #E2210E;
		width:35px;
		height:35px;
		margin: 0px 8px;
		transition: all 0.5s ease;	
		cursor:pointer;
	}
	.add-icon{
  border: 1px solid transparent;
  border-radius: 50%;
  background:url("imgs/plus.png") no-repeat center center #ff503f;
  width:35px;
  height:35px;
  margin:0px 8px;
  transition: all 0.5s ease; 
  display:inline-block;
 }
 
 .add-icon:hover{
  border: 1px solid transparent;
  border-radius: 50%;
  background:url("imgs/plus.png") no-repeat center center #E2210E;
  width:35px;
  height:35px; 
  transition: all 0.5s ease; 
  cursor:pointer;
 }
	.search-icon{
		border: 1px solid transparent;
		border-radius: 50%;
		background:url("imgs/search.png") no-repeat center center #838383;
		width:35px;
		height:35px;		
		margin:0px 15px 0px 5px; 
		transition: all 0.5s ease;	
		display:inline-block;
	}
	
	.search-icon:hover{
		border: 1px solid transparent;
		border-radius: 50%;
		background:url("imgs/search.png") no-repeat center center #575757;
		width:35px;
		height:35px;	
		transition: all 0.5s ease;	
		cursor:pointer;
	}
	.search_field{
		display:none;
		position:absolute;
	}
	.search_field_view{
		display:block !important;
		position:absolute;
		transition:all 0.3s ease;		
	}
	
	.headid{
		text-align:center;
		margin:0 auto;
		background:#114da2;
		text-decoration:none;
		color:#fff;
	}
	.headid_chk{
		text-align:center;
		margin:0 auto;
		background:#114da2;
		text-decoration:none;
		color:#fff;
	}
	.headid a{
		text-align:center;
		margin:0 auto;
		background:#114da2;
		text-decoration:none;
		color:#fff;
	}
	.headid:hover{
	/*	background:url('imgs/down_arrow.png') no-repeat center bottom #114da2;
		cursor:pointer;	*/
		background:#114da2;
		color:#fff;
	}
	.headid:active{
		background:#114da2;
		color:#fff;
		
	}
	.headtd{
		text-align:left;
		margin:0 auto;		
	}
	.headtd_body{
		text-align:left;
		margin:0 auto;		
	}
	.headtd:hover{
	 background:#268fdb;	
	/*	background:url('imgs/down_arrow.png') no-repeat center bottom #114da2;
		cursor:pointer;	*/
	}
	#navFixed .headtd:hover{
	 background:#268fdb;	
	/*	background:url('imgs/down_arrow.png') no-repeat center bottom #114da2;
		cursor:pointer;	*/
	}
	.status-red{
		border: 0px solid #000000;
		border-radius: 50%;
		width: 8px;
		height: 8px;
		text-align:center;
		padding: 3px;
		color: #fff;
		background: #ff503f;
		position: absolute;
	}
	.status-green{
		margin: 0 auto;
		display: inline-block;
		border: 0px solid #000000;
		border-radius: 50%;
		width: 8px;
		height: 8px;
		text-align:center;
		padding: 3px;
		color: #fff;
		background: #0bd318;
		/*position: absolute;*/
	}
		.status-yellow{
		border: 0px solid #ffa800;
		border-radius: 50%;
		width: 8px;
		height: 8px;
		text-align:center;
		padding: 3px;
		color: #fff;
		background: #ffa800;
		position: absolute;
	}
	
	/** Registration Form ***/
	
	.red-circle{
		border: 2px solid #757575;
		border-radius: 50%;
		background:url("imgs/close.png") no-repeat center center;
		width:35px;
		height:35px;
		float:right;
		margin:0px 8px 0px 8px;
		transition: all 0.5s ease;	
		display:inline-block;
		
	}
	.red-circle:hover{
		border: 1px solid transparent;
		border-radius: 50%;
		background:url("imgs/close_h.png") no-repeat center center #ff5342;
		width:35px;
		height:35px;
		cursor:pointer;
		margin:0px 8px 0px 8px;
		transition: all 0.5s ease;			
		
	}
	.green-circle{
		border: 2px solid #757575;
		border-radius: 50%;
		background:url("imgs/save.png") no-repeat center center;
		width:35px;
		height:35px;
		float:right;
		margin:0px 8px 0px 8px;
		transition: all 0.5s ease;	
		display:inline-block;
		
	}
	.circle-card{
		border: 2px solid #757575;
		border-radius: 50%;
		background:url("imgs/save.png") no-repeat center center;
		width:35px;
		height:35px;
		float:right;
		margin:0px 8px 0px 8px;
		transition: all 0.5s ease;	
		display:inline-block;
		
	}	
	.green-circle:hover{
		border: 1px solid transparent;
		border-radius: 50%;
		background:url("imgs/save_h.png") no-repeat center center #5bcd06;
		width:35px;
		height:35px;
		cursor:pointer;
		margin:0px 8px 0px 8px;
		transition: all 0.5s ease;			
		
	}
	.invalid{		
		background:url("imgs/invalid.png") no-repeat center center;		
		float:right;
		margin:5px 7px;
		width:20px;
		height:20px;
		transition: all 0.5s ease;	
		display:inline-block;		
		cursor:pointer;
	}
	.invalid_log{		
		/*visibility:hidden;*/
		background:url("imgs/invalid.png") no-repeat center center;		
		float:right;
		margin-top: 5px;
		width:20px;
		position: relative;
		height:20px;
		transition: all 0.5s ease;	
		display:inline-block;		
		cursor:pointer;
	}
	.invalid_log_toss{		
		/*visibility:hidden;*/
		background:url("imgs/invalid.png") no-repeat center center;		
		margin-top: 5px;
		width:20px;
		position: relative;
		height:20px;
		transition: all 0.5s ease;	
		display:inline-block;		
		cursor:pointer;
	}	
	.tick{		
		background:url("imgs/tick.png") no-repeat center center;		
		float:right;
		margin:5px;
		width:20px;
		height:20px;
		transition: all 0.5s ease;	
		display:inline-block;		
		position:relative;		
	}
		.load{		
		background:url("imgs/loader.gif") no-repeat center center;		
		float:right;
		margin:5px;
		width:25px;
		height:25px;
		transition: all 0.5s ease;	
		display:inline-block;		
		position:relative;
	}
	.group-width{
		width: 30.5% !important;
	}
	.input-width{
		width: 100% !important;
	}
	.dob-icon{		
		background:url("imgs/dob.png") no-repeat center center;		
		float:right;
		margin: -34px 25px 10px 10px;
		width:35px;
		height:35px;
		display:inline-block;		
	}
	.hr{
		width:100%;
		height:2px;
		background:#d9d9d9;
		position:relative;
	}
	select option {
		background:#fff;
	}
	select {
		outline: 0;
	}	
	select.not_chosen {
	  color: #cdcdcd;
	}
	select option {
		color: #555;
	}
	select option:first-child {
		/*color: #cdcdcd;*/
	}
	
	.select-width{
		width:30.5% !important;	
		border: 1px solid #dedede;
	}
	.setdefuault{
		width: 28%;
		display:inline-block;
		
	}
	
	.mobile-input1{
		display: inline !important;
		width: 52.5% !important;
		display:inline-block;
		margin-left: -5px;
	}
	.mobile-input2{
		display: inline !important;
		width: 19.5% !important;
		display:inline-block;
		margin-left: -5px;
		padding:2px;
	}
	.mobile-input{
		width: 70.5% !important;
		display:inline-block !important;
		margin-left: -5px;
		position: relative;
		top: -12px;
	}
	
		::-webkit-input-placeholder {
		   color: #cdcdcd !important;
		}

		:-moz-placeholder { /* Firefox 18- */
		   color: #cdcdcd !important;  
		}

		::-moz-placeholder {  /* Firefox 19+ */
		   color: #cdcdcd !important;  
		}

		:-ms-input-placeholder {  
		   color: #cdcdcd !important;  
		}
		
		.form-title{
			display:inline-block;
			color:#007bd5;
			text-decoration:none;
			vertical-align:middle;
			margin-right:4%;
			padding:8px 0px;
			transition: all 0.3s ease;
			border-bottom:3px solid transparent;
		}
		.form-title:hover, .form-title:active{
			display:inline-block;
			text-decoration:none;
			vertical-align:middle;
			color:#ff503f;
			margin-right:4%;
			padding:8px 0px;
			border-bottom:3px solid #ff503f;
			transition: all 0.3s ease;
		}
		.active_tab{
			display:inline-block;
			text-decoration:none;
			vertical-align:middle;
			color:#ff503f;
			margin-right:4%;
			padding:8px 0px;
			border-bottom:3px solid #ff503f;
			transition: all 0.3s ease;
		}
		.mandatory-head{		
			background:url("imgs/star.png") no-repeat center center;	
			width:auto;
			height:auto;
			display:inline-block;
			text-align:right;
			width: 142px;			
			background-position: -1px 6px;
			text-align: right;
			float: right;
			padding:10px;
			/*margin-left: 120px;*/
			}
			
		.mandatory{
			background:url("imgs/star.png") no-repeat center center;	
			width:15px;
			height:10px;
			display:inline-block;
		}
		.file_upload{
			background:url("imgs/file_upload.png") no-repeat center center;	
			width:32px;
			height:23px;
			display:inline-block;
			cursor:pointer;
			position:absolute;
			border: 1px solid #ccc;
			margin: 0;
			padding: 16px 5px !important; 
    
		}
		
		.file_upload input { opacity: 0;width: 30px;margin: -16px -5px;height: 34px; cursor:pointer !important;}
			.groupdiv{
				border-bottom: 1px solid #e5e5e5;
				height: 350px;
			}
			.fieldmargin{
				margin:13px 0px;				
			}
			.upload_image{
				/*background:url('imgs/upload_image.png') no-repeat center center;*/
				width:220px;
				height:150px;
				padding-top: 13px;
				margin: 0 ;
				text-align: center;
				background-position: 46px 12px;
				border-top: 1px solid #dedede;
				border-left: 1px solid #dedede;
				border-right: 1px solid #dedede;
				display: block;
			}
			#imgprvw{
				height:130px;
				width:130px;
				background-position:center center;
				background-size:cover;
				display:inline-block;
			}
			.up-img{
				cursor: pointer;
				display: block;
				margin: 0 -5px 0 0;
				padding: 1px 6px;
				width:220px;
				color:#8f8f8f;
				font-size:12px;
				line-height: 36px;
				border-bottom: 1px solid #dedede;
				border-left: 1px solid #dedede;
				border-right: 1px solid #dedede;
			}
			
					
/** Radio button **/
input[type=checkbox].css-checkbox {
							position:absolute; margin-left:30px;					}

						input[type=checkbox].css-checkbox + label.css-label, input[type=checkbox].css-checkbox + label.css-label.clr {
							padding-left:20px;
							height:15px; 
							display: inline-block;
							line-height:15px;
							background-repeat:no-repeat;
							background-position: 0 0;
							font-size:11px;
							vertical-align:middle;
							cursor:pointer;
							position:absolute;
							/*margin-left: 24px;*/
							margin-top: -7px;
							margin-left: -10px;

						}

						input[type=checkbox].css-checkbox:checked + label.css-label, input[type=checkbox].css-checkbox + label.css-label.chk {
							background-position: 0 -15px;
							display: inline;
						}
						label.css-label {
				background-image:url('imgs/checkbox.png');
				-webkit-touch-callout: none;
				-webkit-user-select: none;
				-khtml-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				user-select: none;
			}

.freeze{
    display: block;  overflow: hidden; position: fixed; width: 100%;border-bottom:none !important;
	}
#player_registration{
	overflow: hidden !important;
}
.light-box{
	overflow-y: auto;overflow-x: hidden; height: 475px;margin-top: 117px; vertical-align:middle;
}

/**scroll bar ***/
/* Let's get this party started */
::-webkit-scrollbar {
    width: 8px;
}
 
/* Track 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 0px;
}*/
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #999999; 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: #999999; 
}


::scrollbar {
    width: 6px;
}
 
/* Track 
::scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 0px;
}
 
/* Handle */
::scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #999999; 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::scrollbar-thumb:window-inactive {
	background: #999999; 
}

hr{
	background:#ccc;
	height:1px;
	margin-bottom: 5px !important;
	margin-top: 10px !important;
}
#group_one{
	margin-top:-4px;	
}

/** Arrow select box ***/
/** Mobile no Select box ***/ 
.styled-select select {
   background: transparent;
   width: 55px;
    padding-left:5px;
   font-size: 12px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
 
    display:inline-block;
   }
   .styled-select {
   width: 55px;
   height: 34px;
   overflow: hidden;
 /*  background: url('imgs/arrow.png') no-repeat center right 4px ;*/
   border: 1px solid #ccc;
   display:inline-block;
   }
/** Normal Select box ***/   
.full-select select {
   background: transparent;
   width: 100%;  
   font-size: 12px;
    padding-left:5px;
   line-height: 1;
   border: 0;   
   border-radius: 0;
   height: 34px;
   display:inline-block;
   }
 .full-select {  
	width: 90%;
	height: 34px;
	font-size: 14px;
	position:relative;
	line-height: 1.42857143;
    background: url('imgs/arrow.png') no-repeat center right 4px ;
    border: 1px solid #ccc;
    display:inline-block;
   }
 
  /** Personal Select box ***/   
   .personal-select select {
   background: transparent;
   width: 100%;  
   font-size: 12px;
   padding-left:5px;
   line-height: 1;
   border: 0;   
   border-radius: 0;
   height: 34px;

    display:inline-block;
   }
   .personal-select {  
	width: 30.5%;
	height: 34px;
	font-size: 14px;
	line-height: 1.42857143;
   background: url('imgs/arrow.png') no-repeat center right 4px ;
   border: 1px solid #ccc;
   display:inline-block;
   }
   
   
   /*** Check box ***/
   	.custom-radio{
		width: 20px;
		height: 20px;
		display: inline-block;
		position: relative;
		z-index: 1;		
		background: url("imgs/radio.png") no-repeat 0 0 transparent;
	}
	/*.custom-radio:hover{
		background-position: 0 -19px;
	}*/
	.custom-radio.selected{
		background-position: 0 -21px;
	}
	.custom-check  input[type=""], .custom-radio input[type="radio"]{
		margin: 1px;
		position: relative;
		z-index: 2;            
		cursor: pointer;
		display: inline-block;
		outline: none;
		opacity: 0;
		/* CSS hacks for older browsers */
		_noFocusLine: expression(this.hideFocus=true); 
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-khtml-opacity: 0;
		-moz-opacity: 0;
	}
	.custom-check{
		width: 20px;
		height: 20px;
		display: inline-block;
		position: relative;
		z-index: 1;		
		background: url("imgs/checkbox.png") no-repeat 0 0 transparent;
	}
	.custom-check.selected{
		background-position: 0 -19px;
	}
	
	
	.dental {
		margin: 5px 15px -9px;
	}
	.dental span{
		color:#666666;
	}
	
#ex1Slider .slider-selection {
	background: #BABABA;
}
/*** Light box Table ****/
.viewtable { height:500px; height:auto !important;  height:auto;overflow-y:scroll }
.viewtable tbody tr td:nth-child(1){
	text-align:right;
}
.viewtable tr:nth-child(odd){
		background-color:#fff;
		border:1px solid #fff;
		border-width:1px 1px 1px 1px;
		padding:12px;
		width: 8%;
		transition: all 0.5s ease;
		}
.viewtable tr:nth-child(even)    
		{ 
			background-color:#e3f4fd; }.viewtable td{
			vertical-align:middle;	
			border-width:1px 1px 1px 1px;									
			color:#666666;
			padding:12px;
			width: 8%;
			transition: all 0.5s ease;
		}
	.view_image{
			/*	background:url('imgs/upload_image.png') no-repeat center center;*/
				width:180px;
				height:170px;
				padding:20px;
				margin: 0  auto;
				text-align: center;
				background-position: 10px 12px;
				border: 1px solid #dedede;				
				display: block;
			}
.view_two_icons{
	padding:10px;
	text-align:center;
}
.view_invalid{
	background:url('imgs/view_invalid.png') no-repeat center;
	width: 30px;
height: 30px;
margin: 180px auto 0 auto;
}
.disbg{
	/*overflow:hidden;*/
}
.enablebg{
	overflow:scroll
}
.modal-content {
    display: inline-block;
    vertical-align: middle;
    height:100%;
}
.light-box-view{ min-height:500px; padding-right:2px !important;height:auto;}
.light-box-view-table{
	/*overflow-y: scroll; */ overflow-x: hidden; height:470px; padding-right:2px;	
	}
.view-lightbox-header{
/*padding: 15px 2px;	*/
padding: 10px 2px;
margin-left: 10px;
margin-right: 10px;
}
.modal-content{
 width:100%;
 }
.view-dialog{
 width:50%;
}
.view-dialog-regView{
 width:50%;
}
.view_left_arrow{
	background:url('imgs/arrow_view.png') no-repeat center;
	width: 30px;
	height: 30px;
	background-position: 5px -2px;
	margin-left: -88px;
	margin-top: 279px;
	position: absolute;
	cursor:pointer;

}
.view_right_arrow{
	background:url('imgs/arrow_view.png') no-repeat center;
	width: 30px;
	height: 30px;
	background-position: -18px -2px;
	float: right;
	margin-left: 656px;
	margin-top: 279px;
	position: absolute;
	cursor:pointer;

}
.view_footer2{
	height:3px;
	padding:0 6px !important;
	width:99%;
	background:#fff;
	margin:0 auto;
	margin-bottom:1px;
	border-bottom: 1px solid transparent;
border-left: 1px solid transparent;
border-right: 1px solid transparent;
}
.view_footer3{
	height:2px;
	width:98%;
	position:relative;	
	background:#fff;
	padding:0 6px !important;
	margin:0 auto;
	border-bottom: 1px solid transparent;
border-left: 1px solid transparent;
border-right: 1px solid transparent;
}

.modal-content {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	}

/*** Grid View ****/
.middle-grid{
	margin-left: 155px;
	margin-top:20px;
	transition: all 0.5s ease;
}
.full-grid{
	margin-left: 2%;
	margin-top:20px;
	transition: all 0.5s ease;
}
.last-grid{
	margin-left: 305px;
	margin-top:20px;
	transition: all 0.5s ease;
}
.grid-active{
	border:1px solid #ccc;
	border-top:2px solid #0bd318;
	margin:8px 8px;
	height:auto;

}
.grid-inactive{
	border:1px solid #ccc;
	margin:8px 8px;
	border-top:2px solid #ff3b30;
	height:auto;
	float:left;	
}
.grid-active h4{
	color:#007bd5;
	font-size:15px;
	cursor:pointer;
}
.grid-inactive h4{
	color:#007bd5;
	font-size:15px;cursor:pointer;
}
.grid-active p{
	color:#969696;
	font-size:13px;
}
.grid-inactive p{
	color:#969696;
	font-size:13px;
}
.grid-active ul{
	padding-left:0px;
}
.grid-inactive ul{
	padding-left:0px;
}
@media (min-width: 992px)  {
    .col-medium {
    width:23% !important;
	 position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  display: inline-block;
  }  
    
	.col-medium-ref {
    width:27.2% !important ;
	 position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  display: inline-block;
  }  
  	.col-icon-ref {
    width:12% !important;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float:left;
	vertical-align:middle;
	text-align:center;
	display: inline-block;
  }  
  
  /** Refree Listing ***/
  .col-refree{
	width:31.3333% !important;
	 position: relative;
	  padding-right: 20px;
	  height:120px;
	  padding-left: 20px;	 
	  float:left !important;
	  display: inline-block;	
  }
     .col-refree-history{
	width:31.3333% !important;
	 position: relative;
	  height:120px;	 
	  float:left !important;
	  display: inline-block;	
  }  
}
@media (min-width: 768px)  {
	.col-small {
    width: 45% ;
	position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  display: inline-block;
  }
   .col-refree-small{
	width:60.5555%;
	min-height:80px;
	height:auto;
	position: relative;
	padding-right: 20px;
	padding-left: 20px;
	display: inline-block;	
  }
    .col-refree-small-history{
	width:45.5555%;
	min-height:80px;
	height:auto;
	position: relative;
	display: inline-block;	
  }
}

@media only screen and (min-device-width : 840px) and (max-device-width : 1024px) and (orientation : landscape) {
  
 .sort-arrow{
	display:none;
 }

}

/** Grid Title ***/
.grid-title{
	width:95%; margin-bottom: 15px;
}
.grid-title-inline{
	display: inline-block;
	vertical-align: middle;
}
.grid-title.right{float: right; display: inline-block; vertical-align: middle;
}
/*** Navication ***/

.sort-nav{
background: #727272; 
color:#ffffff !important;
}

.sort-nav ul li  a{
	color:#ffffff !important;
} 
.sort-nav ul li :hover{
	background:#808080 !important;
}
.navbar{
margin-right:2%;
border-radius:0px !important;
color:#ffffff !important;
}
.dropdown-menu{
background:#808080 !important;
}
.dropdown-menu  li :hover{
background: #727272; 
}
.menu-select select {
  /* background: transparent;
    -webkit-appearance: none;
	 font-size: 12px; 
   line-height: 1;
  color:#fff;*/
   width: 100%;  
   position:relative;
   margin-right: 19px;
   border: 0;   
   border-radius: 0;   
   height: 34px;
   cursor:pointer;
   display:inline-block;
	
   }
  .menu-select select option{
	/*	color:#fff;
		border:none ;
		background:#8e8e8e;			
		padding:2px 1px !important;
	    font-size: 13px ;
		line-height: 3px;
		*/
		background:#fff;			
		padding:2px 1px !important;
	    font-size: 13px !important;
		line-height: 3px;
		color:#333;

   }
   .menu-select select option:hover{
		color:#fff;
		border:none;
		background:#727272 !important;
		padding:5px 1px;		
		font-size:13px;
   }
   .menu-select {  
	/*color:#fff;*/
	margin-left: 10px;
	height: 28px;
	outline: 0 !important;
	font-size: 14px;	
	line-height: 1.42857143;
	background: #fff;
	/*background: url('imgs/arrow_white.png') no-repeat center right -1px ;-webkit-appearance:none ;*/
	border: none;
	cursor:pointer;
    margin-right: 25px;	
   display:inline-block;
   }
   .menu-select select:focus {  
	 outline: 0 !important;
   }
   .menu_sort_top{
    background: url('imgs/arrow_sort.png') no-repeat center;
	display:block;
	width:10px;
	height:10px;	
	cursor:pointer;
	background-position: 0px 0px;
   }
  /* .menu-select select {
	background: transparent;
	width: 100%;
	font-size: 12px;
	line-height: 1;
	position: relative;
	-webkit-appearance: none;
	margin-right: 10px;
	border: 0;
	border-radius: 0;
	height: 34px;
	cursor: pointer;
	display: inline-block;
	color: #fff;
	}*/
    .menu_sort_down{
    background: url('imgs/arrow_sort.png') no-repeat center;
	display:block;
	width:10px;	
	height:10px;
	cursor:pointer;
	background-position: 0px -9px;
   }
   .sort-arrow{
	padding: 11px 16px;
	background:#8e8e8e;	
   }
   .title-arrow{
	 background: url('imgs/title_arrow.png') no-repeat center;
	display:inline-block;
	width:10px;	
	height:10px;
	cursor:pointer;
   }  
   
   /*** Lazy Loader ****/
  
.wrap_append{
	margin: 15px auto;
	padding: 15px 10px;
	background: white;
	border: 2px solid #DBDBDB;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}
.item{
	margin: 10px 0;
	padding: 5px 10px;
	background: #f9f9f9;
	border-radius: 5px;
}
a{ text-decoration: none; color: #333}/*
h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.8em;
	text-align: center;
	margin: 15px 0;
}
h2{font-size: 1.5em; margin: 8px 0}
h2 span.name{font-size: 1em}
h2 span.num{font-size: 1.5em; font-style: italic}
.item p{text-transform: lowercase}

/*Loader style*/
.ias_loader, .ias_trigger {
	text-align:center;
	margin: 30px 0 40px;
}
.ias_trigger a:link,
.ias_trigger a:visited {
    padding: 4px 50px;

    background-color: #f9f9f9;
    border: solid 1px #ddd;
    border-radius: 2px;

    font: bold 12px Arial, sans-serif;
    color: #555;
    text-decoration: none;
}
.ias_trigger a:hover,
.ias_trigger a:active {
    border-color: #ccc;
}
#navNor{
	/*width:97.5%;
	width:100%;*/
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

#personal, #proficiency, #documents, #contact, #avp{
	transition:all 0.5s ease-in;
}
/** Table Head Css **/
.action{
	text-align:center;
	min-width:140px;
}
.action-status{
	max-width:100px;
	text-align:center;
	}
/** Go Top ***/
.go_top{
	background:url('imgs/go_top_arrow.png') no-repeat center center #007bd5;
	float:right !important;
	position:fixed;
	padding:20px;
	bottom: 0;
	display:none ;
    right: 0;
	cursor:pointer;
	transition:all 0.5s ease-in;
}
table#tableconten{
   /*width: 95.5% !important;
	min-width:768px !important;

	min-height:500px;
	table-layout: fixed;*/
		overflow-x:scroll !important;
	
}
td .tooltip {
    position:absolute
}
/*** Referee Report ****/
/*** Masanary ***/
#masanry{
	width:100%;
	margin: 0 auto;

}
.ref-select select {
  	   width: 100%;
	   border:1px solid #ccc;
	   padding-left:5px;
	   font-size: 16px;
	   font-weight:700;	  	  
	   font-family: "helvetica_neueregular";
	   border-radius: 0;	   
	   height: 35px;
	   display:inline-block;	 
	   /* appearance: none;
	   background-image:url("imgs/arrow_w.png") no-repeat;
	  -moz-appearance: none;
	  -webkit-appearance: none;
	  -o-appearance: none;
	    background-color:#2b2b2b;
		background: url("imgs/arrow_w.png") no-repeat center right 4px #2b2b2b !important ;
	   background:url("imgs/arrow_w.png") no-repeat center right 4px #2b2b2b; 
	   -o-background-size: cover; 
	   -moz-background-size: cover; -webkit-background-size:cover; background-size: cover; */
   }
  
   .ref-select {	     
	   width:260px;
	   height: 35px;	   
	   font-family: "helvetica_neueregular";
	   overflow: hidden;  
	   display:inline-block;	  
	  /*
		appearance: none;
		-moz-appearance: none;
		-webkit-appearance: none;  
		color:#fff;	
		background-color:#2b2b2b;
		background: url("imgs/arrow_w.png") no-repeat center right 4px #2b2b2b !important ; */  
	  
   }
/*** History ****/
	.history{
		border: 1px solid transparent;
		border-radius: 50%;
		background:url("imgs/history.png") no-repeat center center #2b2b2b;
		width:42px;
		height:42px;
		margin:0px 0px 0px 12px;
		padding:10px;
		transition: all 0.5s ease;		
		display:inline-block ;
		
	}	
	.history:hover{
		border: 1px solid transparent;
		border-radius: 50%;
		background:url("imgs/history.png") no-repeat center center #262626;
		width:42px;
		height:42px;
		margin:0px 0px 0px 12px;
		padding:10px;
		cursor:pointer;
		transition: all 0.5s ease;		
		display:inline-block ;
		
	}	
	.ref_log{
		border: 1px solid transparent;
		border-radius: 50%;
		background:url("imgs/refree_log1.png") no-repeat center center #838383;
		width:42px;
		height:42px;
		margin:0px 0px 0px 12px;
		padding:10px;
		transition: all 0.5s ease;		
		display:inline-block ;
		
	}	
	.ref_log:hover{
		border: 1px solid transparent;
		border-radius: 50%;
		background:url("imgs/refree_log1.png") no-repeat center center #6a6a6a;
		width:42px;
		height:42px;
		margin:0px 0px 0px 12px;
		padding:10px;
		cursor:pointer;
		transition: all 0.5s ease;		
		display:inline-block ;
		
	}	
	
.grid-active-ref{
	border:1px solid #ccc;
	border-top:3px solid #0bd318;
	margin:8px 8px 8px 0px;
	height:130px;
}
.grid-inactive-ref{
	border:1px solid #ccc;
	margin:8px 8px 8px 0px;
	border-top:3px solid #ff9500;
	height:130px;	
	float:left;	
}
.grid-inactive-ref-history{
	border:1px solid #ccc;
	margin:8px 8px 8px 0px;
	border-top:3px solid #007bd5;
	padding:10px;
	height:152px;		
	float:left;	
}
.grid-active-ref h4{
	color:#007bd5;
	font-size:16px;
	font-weight:bold;
	cursor:pointer;
}
.grid-inactive-ref h4{
	color:#007bd5;
	font-size:16px;
	font-weight:bold;
	cursor:pointer;
}
.grid-active-ref p{
	color:#969696;
	font-size:13px;
}
.grid-inactive-ref p{
	color:#969696;
	font-size:13px;
}
.grid-active-ref ul{
	padding-left:0px;
}
.grid-inactive-ref ul{
	padding-left:0px;
}

.grid-refree{
	border:1px solid #ccc;
	border-top:2px solid #449ee0;
	margin:8px 8px;
	height:auto;
	float:left;
	
}
.grid-refree .selected_player{
	color:#449ee0;
	cursor:pointer;
}
.grid-refree .selected_player_hide{
	color:#449ee0;
}
ul.eleven_select li{
	cursor:pointer;
}
.grid-refree h4{
	color:#449ee0;
}
.grid-refree ul{
	list-style:none;
	line-height:28px;
	padding-left: 0;
}
.grid-refree ul li span:last-child{
	float:right;
	color:#838383;
	font-size:10px;
}

.back_to_fix_arrow{
	background:url('imgs/back_to_fix_arrow.png') no-repeat center center #ff503f;
	width:50px;
	height:60px;
	display:inline-block;
	border-radius:50%;
	padding:40px;	
}
.back_to_fix_arrow:hover{
	background:url('imgs/back_to_fix_arrow.png') no-repeat center center #E2210E;
	width:50px;
	height:60px;
	display:inline-block;
	cursor:pointer;
	border-radius:50%;
	padding:40px;	
}
.proceed_log{
	background:url('imgs/proceed_log.png') no-repeat center center #ff503f;
	width:50px;
	height:60px;
	display:inline-block;
	border-radius:50%;
	padding:40px;	
}
.proceed_log:hover{
	background:url('imgs/proceed_log.png') no-repeat center center #E2210E;
	width:50px;
	height:60px;
	display:inline-block;
	cursor:pointer;
	border-radius:50%;
	padding:40px;	
}
.pdf_download{
	background:url('imgs/pdf_download.png') no-repeat center center;
	width:180px;
	height:180px;
	display:inline-block;
	transition:all 0.5s in-ease;
	cursor:pointer;
}
.pdf_download:hover{
	background:url('imgs/pdf_download_h.png') no-repeat center center;
	width:180px;
	height:180px;
	display:inline-block;
	transition:all 0.5s ease;
	cursor:pointer;
}
.add-event{
		border: 1px solid transparent;
		border-radius: 50%;
		background:url("imgs/plus.png") no-repeat center center #ff503f;
		width:50px;
		height:50px;		
		transition: all 0.5s ease;	
		display:inline-block;
	}
	.add-event:hover{
		border: 1px solid transparent;
		border-radius: 50%;
		cursor:pointer;
		background:url("imgs/plus.png") no-repeat center center #E2210E;
		width:50px;
		height:50px;		
		transition: all 0.5s ease;	
		display:inline-block;
	}
	.add-event-duplicate{
		border: 1px solid transparent;
		border-radius: 50%;
		background:url("imgs/plus.png") no-repeat center center #ff503f;
		width:50px;
		height:50px;		
		transition: all 0.5s ease;	
		display:inline-block;
	}
	.add-event-duplicate:hover{
		border: 1px solid transparent;
		border-radius: 50%;
		cursor:pointer;
		background:url("imgs/plus.png") no-repeat center center #E2210E;
		width:50px;
		height:50px;		
		transition: all 0.5s ease;	
		display:inline-block;
	}	
.add_even_d{
		left:46%;
		background:#fff;
		text-align:center;
		position:fixed;
		padding:20px;
		bottom: 0;
		
		transition:all 0.5s ease;
}
.add_even_d_middle{
		left:45%;
		top:48%;
		background:#fff;
		text-align:center;
		position:fixed;
		padding:20px;
		vertical-align:middle;
		
		transition:all 0.5s ease;
}



/*** Refree form *
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}*/

/** Normal Select box ***/   
.ref-full-select select {   
    width: 100%;  
    font-size: 12px;
    padding-left:5px;		
    border-radius: none !important;
    height: 34px;
    display:inline-block;		
	/*background: url('imgs/refree_select.png') no-repeat center right -5px ;*/
	}
   
   .ref-full-select {  
	width: 90%;
	height: 34px;
	border-radius: none !important;
	padding-right:0px;
	font-size: 14px;	
	position:relative;	
	line-height: 1.42857143;
	/*background: url('imgs/refree_select.png') no-repeat center right -5px ;	*/
    display:inline-block;
   }
   .{}
   textarea {
   resize: none;
   width:100% !important;
}
.time_pick{
background:url('imgs/time_pick.png') no-repeat;
height:42px;
position:absolute;
width:32px;

}
.ref-form-control {
display: inline-block;
width: 71%;
height: 42px;
padding: 6px 12px;
font-size: 24px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
textarea:focus, input:focus{
    outline: 0;
}
.time_pic{
	width:60px;
	border-right:none;
}
.time_col{
	position: absolute;
	color: #828688;
    font-size: 30px;
    left: 60px;
    position: absolute;
    top: 26px;
}
.log_plus{
	background:url('imgs/log_plus_1.png') no-repeat;
	display:inline-block;
	height:21px;
	background-position:0px 0px;
	position:absolute;
	width:23px;
}
.log_plus:hover{ 
	cursor:pointer;
}
.log_minus{
	 background: url("imgs/log_minus_1.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    display: block;
    height: 44px;
    width: 21px;
	cursor:pointer;
/*	background: url("imgs/log_minus_1.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
display: block;
margin-top: -41px;
margin-left: 96px;
position:absolute;
height: 44px;
width: 21px;*/
}
	
}
.log_minus:hover{ 
	cursor:pointer;
}
.plus_minus{
	display: inline-block;
    float: right;
    height: 48px;
	position:absolute;
	margin-left:-21px;
    overflow: hidden;
    vertical-align: middle;
}
.list_view{
	border: 1px solid transparent;
		border-radius: 50%;
		background:url("imgs/list_view.png") no-repeat  7px 9px #007bd5;
		width:42px;
		height:42px;		
		transition: all 0.5s ease;	
		display:inline-block;
}
.list_view:hover{
	border: 1px solid transparent;
		border-radius: 50%;
		background:url("imgs/list_view.png") no-repeat  7px 9px #007bd5;
		width:42px;
		height:42px;		
		transition: all 0.5s ease;	
		display:inline-block;
		cursor:pointer;
}
.wickets_width{
	width: 105px;
	margin-left:0px;
}
.wickets_score{
	width: 135px;
	margin-left:0px;
}
select {
	/*-moz-appearance: none ;	*/
	-webkit-appearance:  ;	
	height:34px !important;
   -o-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}
select::-ms-expand {

	padding-right:0px;
}.easy{
	border: 1px solid transparent;
		background:url("imgs/easy.png") no-repeat center center;
		width:230px;
		height:2px;		
		position: absolute;
		margin-top: 5px;
		transition: all 0.5s ease;	
		display:inline-block;
}
.hard{
	border: 1px solid transparent;
		background:url("imgs/hard.png") no-repeat center center;
		width:230px;
		height:2px;		
		position: absolute;
		margin-top: 5px;
		transition: all 0.5s ease;	
		display:inline-block;
}
.very_hard{
	border: 1px solid transparent;	
		margin-top: 5px;
		background:url("imgs/very_hard.png") no-repeat center center;
		width:230px;
		height:2px;		
		position:absolute;
		transition: all 0.5s ease;	
		display:inline-block;
}
.gray{
	background:#1C9900;
	height:12px;
	width:12px;
	z-index:1000;
	position: absolute;
	border-radius:50%;
	cursor:pointer;
	display:inline-block; 
}
.blue{
	background:#007fd5;
	height:12px;
	width:12px;
	border-radius:50%;
	margin-left: 111px;
	z-index:1000;
	cursor:pointer;
	position: absolute;
	display:inline-block; 
}
.red{
	background:#ff5148;
	height:12px;
	width:12px;
	margin-left: 221px;
	z-index:1000;
	position: absolute;
	border-radius:50%;
	cursor:pointer;
	display:inline-block; 
}
.text_class{
	font-size:11px;
	font-weight:bold;
	margin-top:15px;
	display:inline-block;
}
#easy{
	cursor:pointer;
}
#v_hard{
	margin-left:47px;
	display:inline-block;
	cursor:pointer;
}
#hard{
	margin-left: 75px;
	cursor:pointer;
	display:inline-block;
}
.red_arrow_up {
	width: 0; 
	height: 0; 
	margin-left: 38px;
	margin-top: 5px;
	position:absolute;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;	
	border-bottom: 8px solid #ff3b30;
}
.blue_arrow_up {
	width: 0; 
	height: 0; 
	position:absolute;
	margin: 5px; margin-left:4px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;	
	border-bottom: 8px solid #007bd5;
}
.gray_arrow_up {
	width: 0; 
	height: 0; 
	margin-top: 5px;
	margin-left: -1px;
	position:absolute;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;	
	border-bottom: 8px solid #1C9900;
}
.log-btn{
	
display: inline-block;
padding: 10px 40px;
letter-spacing: 4px;
margin-bottom: 0;
font-size: 16px;
font-weight: 800;
color:#fff;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background: #ff3b30;
font-family:'helvetica_neueregular';
border: 1px solid transparent;
}
.log-btn:focus{
	outline:0;
}
.log-btn:hover{
	background:#e40c00;
}
.log-btn-tooltip{
	
display: inline-block;
padding: 7px 8px;
margin-bottom: 0;
font-size: 13px;
margin-right:10px;
font-weight: 600;
color:#fff;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
letter-spacing:2px;
margin-top:20px;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background: #ff3b30;
border: 1px solid transparent;
}
.log-btn-tooltip:focus{
	outline:0;
}
.log-btn-tooltip:hover{
	background:#e40c00;
}

.log-btn-tooltip1{
	
display: inline-block;
padding: 7px 8px;
margin-bottom: 0;
font-size: 13px;
margin-right:10px;
font-weight: 600;
color:#fff;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
letter-spacing:2px;
margin-top:20px;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background: #ff3b30;
border: 1px solid transparent;
}
.log-btn-tooltip1:focus{
	outline:0;
}
.log-btn-tooltip1:hover{
	background:#e40c00;
}


.calculator_icon{
		border: 1px solid transparent;
		border-radius: 50%;
		background:url("imgs/percentage.png") no-repeat center center #ff503f;
		width:42px;
		height:42px;		
		transition: all 0.5s ease;	
		display:inline-block;
	}
	.calculator_icon:hover{
		border: 1px solid transparent;
		border-radius: 50%;
		background:url("imgs/percentage.png") no-repeat center center #E2210E;
		width:42px;
		height:42px;		
		cursor:pointer;
		transition: all 0.5s ease;	
		display:inline-block;
	}
	
/** Allocation ***/
.approve_disapprove{
		border: 1px solid transparent;
		border-radius: 50%;
		background:url("imgs/approve_disapprove.png") no-repeat center center #ff503f;
		width:35px;
		height:35px;		
		margin:0px 5px 0px 5px; 
		transition: all 0.5s ease;	
		display:inline-block;
	}
	
	.approve_disapprove:hover{
		border: 1px solid transparent;
		border-radius: 50%;
		background:url("imgs/approve_disapprove.png") no-repeat center center #E2210E;
		width:35px;
		height:35px;	
		transition: all 0.5s ease;	
		cursor:pointer;
	}
	
	.notify_send{
		border: 1px solid transparent;
		border-radius: 50%;
		background:url("imgs/notify_send.png") no-repeat center center #ff503f;
		width:50px;
		height:50px;		
		transition: all 0.5s ease;	
		display:inline-block;
	}
	.notify_send:hover{
		border: 1px solid transparent;
		border-radius: 50%;
		background:url("imgs/notify_send.png") no-repeat center center #E2210E;
		width:50px;
		height:50px;		
		transition: all 0.5s ease;	
		display:inline-block;
	}
	.counter{
		border: 1px solid transparent;
		border-radius: 50%;
		background:#ff503f;
		font-size: 34px;
		color: #fff;
		width:50px;
		height:50px;		
		transition: all 0.5s ease;	
		display:inline-block;
	}
	.counter:hover{
		border: 1px solid transparent;
		border-radius: 50%;
		background:#E2210E;
		width:50px;
		height:50px;		
		transition: all 0.5s ease;	
		display:inline-block;
	}
		
	.allocate{
		border: 1px solid transparent;
		border-radius: 50%;
		background:url("imgs/allocate.png") no-repeat center center #ff503f;
		width:35px;
		height:35px;		
		margin:0px 5px 0px 5px; 
		transition: all 0.5s ease;	
		display:inline-block;
	}
	
	.allocate:hover{
		border: 1px solid transparent;
		border-radius: 50%;
		background:url("imgs/allocate.png") no-repeat center center #E2210E;
		width:35px;
		height:35px;	
		transition: all 0.5s ease;	
		cursor:pointer;
	}

/*** Allocate Umpire with Drag ***/	
.allocate-select select {
   background: transparent;
   width: 100%;  
   font-size: inherit;
   padding-left:5px;
   line-height: 1;
   border: 0;    
   border-radius: 0;
   height: 34px;
   
    display:inline-block;
   }
   .allocate-select {  
	width: 60%;
	height: 34px;
	font-size: inherit;
	position:relative;
	line-height: 1.42857143;
	background: url('imgs/arrow.png') no-repeat center right 4px ;
	border: 1px solid #ccc;
	display:inline-block;
   }
	.allocate_umpire{
		overflow-y:scroll;
		padding:0px;
		display: inline-block;
		height:550px;
		width: 198px;
	}
		
	.allocate_umpire ul{
		list-style-type: none;
		overflow-y:scroll;
		padding-left:0px;
		
	}
	.allocate_umpire ul li{
		border:1px solid transparent;
		padding:5px 10px;
		cursor:pointer;
		}
	.allocate_umpire ul li:hover{
		border:1px solid #b1b1b1;
		background:#dedede;
		padding:5px 10px;
		}
	.allocation_field{
		width: 663px;
		height:550px;
		overflow-y:scroll;
		
		display: inline-block;
		padding:10px;
	}
	.for_match{
		height:375px;
		border-bottom:1px solid #c7c7c7;
	}
	.for_match h4{
		color:#007bd5;
	}
	.for_match h5{
		color:#666666;
	}
	.for_match ul li {
		float:left;
		display:inline-block;
		padding:10px 15px;
		color: #B3B3B3;
		background:#e3f4fd;
		font-size:18px;
		font-weight:100;
		margin:5px;
		width:305px;
	}
	.for_match ul{
		padding: 0;
	}
	.for_match ul li:hover {
		background: #727272;
		color:#fff;
		cursor:pointer;
		
	}
	.for_match ul li:hover .for_match_close{
		background:url('imgs/close_ump.png') no-repeat top right;
		display:inline-block;
		padding:5px;
		float:right;
	}
	/** Drag and Drop ***/
	.droplist{
		height: 315px;
		overflow:hidden;
	}
		.droplist li span:nth-of-type(1n+2){ display:none !important}
	.droplist li div{ display:none ;}
	
	.for_match_ump{
		height:380px;
		border-bottom:1px solid #c7c7c7;
	}
	.for_match_ump h4{
		color:#007bd5;
	}
	.for_match_ump h5{
		color:#666666;
	}
	.for_match_ump ul{
		padding: 0;
	}
	.droplist_ump{
		height: 133px;
		overflow:visible;
		float:left;
		display:inline-block;
	}
		ul.droplist_ump li {
			float:left;
			display:inline-block;
			
			vertical-align:middle;
			position:relative;
		}
		ul.droplist_ump li:hover{
			cursor:pointer;
		}
.approve{
	background:url('imgs/approve.png') no-repeat center center #ff5e3a;
	padding:85px;
	height:160px;
	margin-top:40%;
	
	width:160px;
	border-radius:50%;
	display:inline-block;	
}
.approve:hover{
	background:url('imgs/approve.png') no-repeat center center #E2210E;
	padding:85px;
	height:160px;
	width:160px;
	cursor:pointer;	

	border-radius:50%;
	display:inline-block;	
}
.disapprove{
	background:url('imgs/disapprove.png') no-repeat center center #8e8e93;
	padding:85px;
	height:160px;
	width:160px;
	margin-top:20px;
	text-align:center;
	border-radius:50%;	

	display:inline-block;	
}
.disapprove:hover{
	background:url('imgs/disapprove.png') no-repeat center center #575757;
	padding:85px;
	height:160px;
	cursor:pointer;
	width:160px;
	
	border-radius:50%;
	display:inline-block;
	
}
.ump_approve_list{
		float:left;
		display:inline-block;
		padding:10px 15px;
		color: #fff;
		background:#4a4a4a;
		font-size:18px;
		font-weight:100;
		margin:5px;
		width:305px;
}
.ump_approve{
		float:left;
		display:inline-block;
		padding:10px 15px;
		color: #fff;
		background:#05960E;
		font-size:18px;
		font-weight:100;
		margin:5px;
		width:305px;
}
.ump_disapprove{
		float:left;
		display:inline-block;
		padding:10px 15px;
		color: #fff;
		background:#ff5e3a;
		font-size:18px;
		font-weight:100;
		margin:5px;
		width:305px;
}
.approve_small{
	background:url('imgs/approve_small.png') no-repeat center center #838383;
	vertical-align:middle;
	height:35px;
	float:right;
	margin:0px 5px;
	cursor:pointer;
	position:relative;
	width:35px;	
	border-radius:50%;
	display:inline-block;
}
.disapprove_small{
	background:url('imgs/disapprove_small.png') no-repeat center center #838383;
	vertical-align:middle;
	height:35px;
	float:right;
	margin:0px 5px;
	position:relative;
	cursor:pointer;
	width:35px;	
	border-radius:50%;
	display:inline-block;
}
ul.droplist_ump  p{
	font-size:10px;
	display:inline-block;
	position:absolute;
	margin-top: -3px;
}
.thumb_icon{
display: inline-block;
float: right;
position: absolute;
right: 0px;
top: 0;
padding-top: 5px;
}
.log_form_col{
	display: inline-block;
	padding-left: 20px;
	width: 260px;
}

.team_logo{
	background:url('imgs/team-logos.png') no-repeat center ; 
	background-position:0px -49px;
display: inline-block;
height: 50px;
width: 50px;
	
}
.team_logo2{
	background:url('imgs/team-logos.png') no-repeat center ; 
	background-position: 0px -99px;
	display:inline-block;
	height:50px;
	width:50px;
	
}
.logo_temp{
	margin-left: 130px;
top: -70px;
margin-left:150px
width: 300px;
position: relative;
display: inline-block;
}
#log_entry{
	/*overflow-x:scroll !important;*/
}
.title_log{
	margin-top: 10px;
}
.team_title{
	font-size:20px;
/*text-transform: capitalize;*/
color:#2b2b2b;
margin-top: 10px;
font-family: 'helvetica_neueregular';
font-weight:700;
text-align: center;
	}

#errorMsg{
	text-align: center;
	color:#ff503f;
	font-weight: 700;
}

#modal_success{
	text-align: center;
	color:#00BB43;
	font-weight: 700;	
}
.log_over{
	width:100px; display:inline-block;
	margin-right:10px;
}
.log_time{
	width:175px; display:inline-block; position:relative;padding-left: 18px;
	margin-top: -25px;
	margin-left: -20px;
	 vertical-align: middle;
	/*margin-left: 361px;
	margin-top: -88px;*/
}
.plus_player{
	background:url('imgs/plus_player.png') no-repeat center center ;
	vertical-align:middle;


	height:35px;	
	margin:0px 5px;	
	cursor:pointer;
	width:35px;		
	display:inline-block;
}
.plus_player_hide{
	background:url('imgs/plus_player.png') no-repeat center center ;
	vertical-align:middle;
	height:35px;	
	margin:0px 5px;	
	width:35px;		
	display:inline-block;
}
.plus_player_bg{
	background: url('imgs/plus_player_white.png') no-repeat center center #484848;
vertical-align: middle;
height: 35px;
margin: 0px 5px;
border-radius: 50%;
cursor: pointer;
width: 35px;
padding: 12px;
display: inline-block;
}
.minus_player{
	background:url('imgs/minus_player.png') no-repeat center center ;
	vertical-align:middle;
	height:35px;	
	margin:0px 5px;	
	cursor:pointer;
	width:35px;		
	display:inline-block;
}
.minus_player_bg{
	background:url('imgs/minus_player_white.png') no-repeat center center #114da2 ;
	vertical-align: middle;
height: 35px;
margin: 0px 5px;
border-radius: 50%;
cursor: pointer;
width: 35px;
padding: 12px;
display: inline-block;
}
.minus_player_hide{
	background:url('imgs/minus_player.png') no-repeat center center ;
	vertical-align:middle;
	height:35px;	
	margin:0px 5px;	
	width:35px;		
	display:inline-block;
}
.last_col_log{
	width:250px;margin-top: 0px;position: relative;float: right;padding-left: 0;/*padding-right: 5px;*/
}
.preview_history{
	font-style: italic;font-size: 12px;margin: 0;width: 90%; margin-left:10px;
}
.referee_title_head{
	font-size:20px;color:#2b2b2b;margin-top: 10px;text-align:center; font-family: 'helvetica_neueregular';font-weight:700;
}
.referee_title_head1{
	 text-align:center; font-size:16px;margin-left: -30px;
	 }
.version_sep {
	display:inline-block;margin-top:-50px;float:left;color:#969696; font-size:12px;
}

/**** Fixtures ***/
.grid-inactive-ref-fix{
	border:1px solid #ccc;
	margin:8px 8px 8px 0px;
	border-top:3px solid #ff9500;
	padding:10px;
	height:152px;	
	width: 100%;
	float:left;	
}
.grid-inactive-ref-fix-pad{
	padding-left:0;
}
.light_box_fix{
	overflow-y: auto;
overflow-x: hidden;
height: 500px;
vertical-align: middle;
}
.grid-inactive-ref-fix p{
	color: #969696;
	font-size: 13px;
}
.grid-inactive-ref-fix h4{
color: #007bd5;
font-size: 16px;
font-weight: bold;
cursor: pointer;
}
.fixtures_title{
	text-transform:uppercase;
	color:#ff503f;
	font-weight:bold;
	letter-spacing:2px;
}
.grid-history-ref-fix{
	border:1px solid #ccc;
	margin:8px 8px 8px 0px;
	border-top:3px solid #007bd5;
	padding:10px;
	height:152px;	
	width: 100%;
	float:left;	
}
.grid-history-ref-fix p{
	color: #969696;
	font-size: 13px;
}
 .grid-history-ref-fix h4{
color: #007bd5;
font-size: 16px;
font-weight: bold;
cursor: pointer;
}
.grid-active-ref-fix{
	border:1px solid #ccc;
	margin:8px 8px 8px 0px;
	border-top:3px solid #0BD318;
	padding:10px;
	height:152px;	
	width: 100%;
	float:left;	
}
.grid-active-ref-fix p{
	color: #969696;
	font-size: 13px;
}
 .grid-active-ref-fix h4{
color: #007bd5;
font-size: 16px;
font-weight: bold;
cursor: pointer;
}
.fixt_view{
position: relative !important;
display: inline-block !important;
float: left; 
}
.fixture_div{
margin-left: auto;
margin-right: auto;
width: 65%;
height: 100%;
}

/** Reg form Corrections **/
.reg_freeze{
	min-width:768px;
}
.inp_dis{
	display: inline-block;
}
.caution_cs{
	margin-right: 0;
}
.up_inp_field{
	width: 75%;
	display:inline-block !important;
}
.caution_address{
	margin-right: 0;
	margin-left: 2px;
	margin-top: 20px;
	vertical-align: middle;
}
.caution_address_text{
	margin-right: 0;
	margin-left: 2px;
	margin-top: 5px;
	vertical-align: middle;
}
.caution_email{
	margin-right: 0px;
	margin-top: 49px;
	margin-left: 0px;
}
.multi_field_phone{
	display: inline;
}
.ui-widget-content{
	width:85% !important;
}
.field_inline{
	display:inline-block;
}
.caution_cal{
	margin: 0;
display: inline-block;
margin-top: 50px;
}
.range_slide{
	color:#666666; font-size:11px;
}
.modal-title {
color: #ff503f;
text-transform: uppercase;
display:inline-block;
}
.caution_nm{
	margin-right: 10px;
}
