/************************************************************************************
Contains Format styles
*************************************************************************************/
.dropdown {
	position: absolute;
	z-index: 9999999;
	display: none;
	
	
	
}

.dropdown .dropdown-menu,
.dropdown .dropdown-panel {
	min-width: 160px;
	max-width: 360px;
	list-style: none;
	background: #FFF;
	border: solid 1px #DDD;
	border: solid 1px rgba(0, 0, 0, .2);
	border-radius: 6px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	overflow: visible;
	padding: 4px 0;
	margin: 0;
	
}

.dropdown .dropdown-panel {
	padding: 10px;
}

.dropdown.dropdown-tip {
	margin-top: 8px;
}

.dropdown.dropdown-tip:before {
  position: absolute;
  top: -6px;
  left: 110px;
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  display: inline-block;
}

.dropdown.dropdown-tip.dropdown-anchor-right:before {
	left: auto;
	right: 9px;
}

.dropdown.dropdown-tip:after {
  position: absolute;
  top: -5px;
  left: 111px;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #FFF;
  display: inline-block;
}

.dropdown.dropdown-tip.dropdown-anchor-right:after {
	left: auto;
	right: 10px;
}


.dropdown.dropdown-scroll .dropdown-menu,
.dropdown.dropdown-scroll .dropdown-panel {
	max-height: 358px;
	overflow: auto;
}

.dropdown .dropdown-menu LI {
	list-style: none;
	padding: 0 0;
	margin: 0;
	line-height: 18px;
}

.dropdown .dropdown-menu LI > A,
.dropdown .dropdown-menu LABEL {
	display: block;
	color: #555;
	text-decoration: none;
	line-height: 28px;
	padding: 7px 15px;
	margin: 0;
	white-space: nowrap;
}

.dropdown .dropdown-menu LI > A:hover,
.dropdown .dropdown-menu LABEL:hover {
	background-color: #4D76A8;
	color: #FFF;
	cursor: pointer;
}

.dropdown .dropdown-menu .dropdown-divider {
	font-size: 1px;
	border-top: solid 1px #E5E5E5;
	padding: 0px;
	margin: 0px 0;
}


.dropdown.has-icons LI > A {
	padding-left: 30px;
	background-position: 8px center;
	background-repeat: no-repeat;
}

/*Table Format*/


.table_display_classic
           {
width:100%;
   }

.table_display_classic th
    {
	
        border-style:solid;
       border-width: 0px 0px 0px 0px;
       border-color:#ddd;  
   padding:5px;
    }

.table_display_classic td
    {
	
       border-style:solid;
       border-width: 0.5px 0px 0px 0.5px;
       border-color:#eee;  
padding:5px;

    }
    
    
    
    .table_display_classic td:hover
    {
     
color:#666666;
    }
	
	/*AVATAR IMAGE DISPLAY SMALL*/
	.avatar_display_small
	{
	border-style:solid;border-width:0px;border-color:#ffffff;vertical-align:middle;
	}
	

	.fixed_header{
		width:100%;
		table-layout: fixed;
		border-collapse: collapse;
		}
		
	.fixed_header th, .fixed_header td{
	  padding: 5px;
	  text-align: left;
	}
	
	.fixed_header tbody{
	  display:block;
	  width: 100%;
	  overflow: auto;
	  height: 500px;
	}
	
	.fixed_header thead tr {
	   display: block;
	}
	
	.fixed_header thead {
		color:#222;
	}
	.bord_display_rfid_td_vvsmall{
		width:1%;
	}
	.bord_display_rfid_td_vsmall{
		width:7%;
	}
	.bord_display_rfid_td_small{
		width:20%;
	}
	.bord_display_rfid_td_wide{
		width:65%;
	}

	.bord_display_rfid_td_vwide{
		width:85%;
	}
	
	
	
	
	