@charset "utf-8";
.clear {
	clear:both;
}
.cursor{
	cursor:pointer;
}
.main-container{	
	margin:10px;	
	color:#333;
	font-size:12px;			
	background:#FFF;
	font-family:Arial, Helvetica, sans-serif;			
}
.container-logo-top{
	margin-top:10px;
	margin-bottom:20px;			
}
.container-logo-top img {   
   border-style:solid;
   border-width:medium;
   border-color: #cccccc;
   border-radius: 10px;     
}
.top-title {
	font-size:24px;
	font-weight:bold;
	text-transform:uppercase;
	color:#4d4d4d;
	text-align:center;
	margin-bottom:20px;      
}
.container-scroll{	
	overflow-x:auto;	
}
.container-information{
	min-width:310px;	
}
.top-header-filters {
    background: #343434;
	color:#FFF;
	height:80px;	  
    width:100%;
    display: inline-block;	
}
.sport_title{
	float:left;
	margin-left:15px;
	margin-top:15px;
}
.sport_dd{
	float:left;
	margin-left:15px;
	margin-top:15px;
}
.filter_title{
	float:left;
	margin-left:15px;
	margin-top:15px;
}
.filter_dd{
	float:left;
	margin-left:15px;
	margin-top:15px;
}
@media only screen and (max-width: 300px) {
	.search_button{
	  float:left;
	  clear:both;	
	  margin-left:15px;
	  margin-top:15px;
	  background:#d4500e;
	  color:#FFF;
    }
}
@media only screen and (min-width: 301px) {
	.search_button{
	  float:left;	  	
	  margin-left:15px;
	  margin-top:15px;
	  background:#d4500e;
	  color:#FFF;
    }
}
.search_button_input{	
	background:#d4500e;
	color:#FFF;
	padding:3px;
	border:none !important;
}

#info-container{
	background:#ffffff;
	width:100%;			
}
a{
	color:#d4500e; !important;	
	font-weight:bold;
	cursor:pointer;		
}
a:hover{
	color:#d4500e !important;	
	font-weight:bold;
	cursor:pointer;		
}
a:visited{
	color:#d4500e !important;	
	font-weight:bold;
	cursor:pointer;		
}

#loading-container {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
  	background: url(https://www.handicapper911.com/admin/widgets/streaktool/images/loading.gif) no-repeat center rgb(249,249,249);
}

.table-container{
	display: table;
	width: 100%;
    height: 100%;
}
.row1{
	background:#ffffff;
	display: table-row;    			
}
.row2{
	background:#f4f4f4;	
	display: table-row;   			
}

.column_data {    
	color:#000000;
	display: table-cell;
    padding:3px;		  
}

/*Telegram Inteface Styles*/
.body_telegram{
	background-color: aliceblue;
}

.logo-telegram{
	width:30px;
}

.main-container-telegram{
	padding:20px;
	text-align:justify;
	border:5px solid #cc9900;
	border-radius: 5px;				
}

.text-inputs{
	width:190px;
	padding:5px;
	border: 2px solid grey;
    border-radius: 5px;
}

.text-inputs-adjustment{
   width:60px;	
}

.dd-sites{
	width:175px;
	padding:5px;
	border: 2px solid grey;
    border-radius: 5px;	
}

.check_boxes{
  width: 20px;
  height: 20px;   
}

.send-button{
	background:#cc9900;
	border-radius: 5px;
	padding:10px;
	font-weight:bold;
	font-size:14px;
	width:150px;
	margin-top:20px;	
}

.message-sent{
	float:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;			
}

.green-check{
	float:left;
	margin-left:5px;
	margin-top:-2px;	
}

/*End Telegram Inteface Styles*/

