body
{
	background-color: #2b2b2b !important;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    -webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	color: #3b3b3b;

}

h1
{
	color:white;
	font:30px Helvetica, Arial, Sans-Serif;
}

span
{
	color:white;
	font:18px Helvetica, Arial, Sans-Serif;
	margin-bottom: 6px;
}

p
{
	color:white;
}
  
.form
{	border: 1px double yellow;
	background: #2b2b2b;
    padding: 10px;
	width: 250px;
	height:150px;
	border-radius: 25px;
	margin: auto;
    position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	opacity: 0.95;
}

table, th, td
{
	/*border: 2px solid grey;
	/*color:black;*/
	/*background-color: yellow;*/
}

.result
{
	padding: 10px;
	width: auto;
	height:150px;
	margin-left: 23px;
	top: 0; left: 0; bottom: 0; right: 0;
  opacity: 1;
}	

.error
{
	width:30%;  
	margin:0 auto;
	border: 1px solid grey;
	background: black;
	height: 400px;
	opacity: 0.95;
}

.notfnd	
{
	font:20px Helvetica;
	margin: 20px;
}


/*Title*/

.title
{
	display: inline-block; text-decoration: none;
	font: 55px Helvetica, Arial, Sans-Serif; letter-spacing: -3px;  
	text-align: center;
	color: #999; text-shadow: 0px 3px 8px #2a2a2a;
  padding-bottom: 5px;
	margin-top:50px;
  text-decoration: none;
    
}

.title:hover
{
    color: #a0a0a0; text-shadow: 0px 5px 15px #2a2a2a;
}


/*TEXT INPUT STYLE*/
.textbox
{ 
    height:21px; 
    width: 173px; 
    
    background: #1A1A1A;
    color: #FCD40C; 
    outline: none; 
    
    text-align:center;
    font-size: 12px;
    
    border-radius: 2em; 
    border: none; 
   
    box-shadow: 0 4px 6px -5px hsl(0, 0%, 40%), inset 0px 4px 6px -5px hsl(0, 0%, 2%) 
}
.textbox:hover
{
    background: #3b3b3b;
}


.btn_input
{
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  color: #e9e9e9;
  font-size: 12px;
  background: #3b3b3b;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  border: 0 none;
}

.btn_input:hover
{
  background: #e9e9e9;
  color:#2b2b2b;
  text-decoration: none;
}

/*TABLE STYLE*/

.wrapper {
  display: inline-block;
  padding: 0px;
  max-width: 30%;
  min-width: 30%;
  max-height: 400px;
  min-height: 400px;
  background: #e9e9e9;
  opacity: 0.95;
  /*margin: 23px;*/
}

.banlist_table {
  display: inline-block;
  padding: 0px;
  width: 80%;
  background: #e9e9e9;
  opacity: 0.95;
  text-align: left !important;
  /*margin: 23px;*/
}

.banlist_bar
{
  display: inline-block;
  padding: 0px;
  width: 80%;
  opacity: 1;
  text-align: left !important;
  margin-bottom: 20px;
} 

.table {
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: table;
  opacity: 0.95;
}
@media screen and (max-width: 580px) {
  .table {
    display: block;
  }
}

.row {
  display: table-row;
  background: #f6f6f6;
}
.row:nth-of-type(odd) {
  background: #e9e9e9;
}
.row.header {
  font-weight: 900;
  color: #3b3b3b;
  background: #FCD40C;
  opacity: 1;
}
.row.green {
  background: #27ae60;
}
.row.blue {
  background: #2980b9;
}
@media screen and (max-width: 580px) {
  .row {
    padding: 8px 0;
    display: block;
  }
}

.cell {
  padding: 6px 12px;
  display: table-cell;
}
@media screen and (max-width: 580px) {
  .cell {
    padding: 2px 12px;
    display: block;
  }
}

.row:hover {
  color: #ffffff;
  background: #3b3b3b;
}

.flow {
  min-height: 370px;
  max-height: 370px;
  overflow: auto;
  opacity: 0.95;
}

.conInfoDiv
{
	padding-left: 10px;
	padding-top:10px;
	padding-bottom: 10px;
}


.no_effects
{
	text-decoration: none;
	color: inherit;
}

.sm_icon
{
  color: white !important;
  font-size: 10px;
}

.changesBtn
{
  margin-right: 3px !important;
}

.transparent_input
{
   background:rgba(0,0,0,0) !important;
   border:none !important;
}

.add_ban_form
{
  margin-bottom: 5px;
}

.floater_right
{
  display: inline-block;
  float: right;
}

.floater_left
{
  display: inline-block;
  float: left;
}

.log
{
  background: #3b3b3b;
  color: white;
  border-radius: 4px;
  width: 80%;
  min-height: 20px;
  opacity: 0.95;
}

.status_bar
{
  color: white;
  width: 80%;
}

.expire_date_change
{
  color: black;
  border:none;
  background:none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  cursor:grab;
  opacity: 0.95;
  max-width: 117px;
}
