/*
 * Dandelion Admin v1.0 - Demo Stylesheet
 *
 * This file is part of Dandelion Admin, an Admin template build for sale at ThemeForest.
 * For questions, suggestions or support request, please mail me at maimairel@yahoo.com
 *
 * Development Started:
 * March 25, 2012
 *
 * ===============================================
 * Table of Contents
 * ===============================================
 *
 * 1. Vertical Sliders
 * 2. Icon List
 *
 */
 
/* (1) Vertical Sliders
================================================== */

#da-slider-equalizer span
{
	height:120px; float:left; margin:0 16px;
}

/* (2) Icon List
================================================== */

ul.da-icon-list li
{
	margin:0;
	list-style:none;
}

ul.da-icon-list li
{
	display:block;
	float:left;
	margin:4px;
}

ul.da-icon-list.black li span
{
	background-color:#444444;
	border-color:#000000;
}

ul.da-icon-list li span
{
	padding:10px;
	display:block;
	background-color:#fefefe;
	border:1px solid #f0f0f0;
	
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
}






.stat_menu a
{
  padding:0 1px 0 15px;
}
.stat_menu a.publish
{
	padding:0 1px 0 18px !important;
	background:transparent url(../images/publish.png) no-repeat left;
}
.stat_menu a.unpublish
{
    padding:0 1px 0 18px !important;
	background:transparent url(../images/unpublish.png) no-repeat left;
}

.stat_menu  a.active
{
	background:transparent url(../images/stat_active.gif) no-repeat left;
}

.stat_menu a.inactive
{
	background:transparent url(../images/stat_inactive.gif) no-repeat left;
}
.stat_menu a.pending
{
	background:transparent url(../images/stat_pending.gif) no-repeat left;
}

.stat_menu a.shortlisted
{
	padding:0 1px 0 18px !important;
	background:transparent url(../images/flag.png) no-repeat left;
}

.stat_menu a.rejected
{
	background:transparent url(../images/unpublish.png) no-repeat left;
}

.stat_menu a.confirmed
{
	background:transparent url(../images/publish.png) no-repeat left;
}

td.stat
{
  text-align:left !important;
  text-transform: capitalize;
}
.listing td a
{
   color:#003366;
}
.listing td a:hover
{
  text-decoration:none;  
}
td.stat img
{
	width:9px;
	height:9px;
	margin-right:2px;
	border:none;
}

.statusmenu
{
	width: 100px; /*width of menu*/
	display:none;
	position:absolute;
	z-index:30;
}

.statusmenu ul
{
	list-style-type: none;
	list-style-position:outside;
	float:left;
	margin: 5px 0;
	padding: 0;
	}
.statusmenu ul li
{
	display: block;
	border-left: 1px solid #B5B5B5;
	border-right: 1px solid #B5B5B5;
	border-bottom: 1px solid #B5B5B5;
	padding: 5px 0;
	width:130px;
}
.statusmenu ul li:first-child{
	border: 1px solid #B5B5B5;
	
}

.statusmenu ul li a
{
	font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #00014e;
	
	padding-left: 5px;
	text-decoration: none;	
}


.statusmenu ul li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 150px;
}

.statusmenu ul li a:visited, statusmenu ul li a:active
{
	color: #00014e;
}

.statusmenu ul li a:hover
{
	color: black;
	background-color: #ffffcb;
}
.statusmenu ul li a img
{
	border:0;
	margin-right:2px;
}

.table{
	width: 100%;
	border-collapse: collapse;
}
.table tr th{
	border-collapse: collapse;
	border: 1px solid #ddd !important;
	font-weight: bold;
	padding: 8px 10px;
	background-color: #e0e0dd;
	text-align: center;
}
.table tr td{
	border-collapse: collapse;
	border: 1px solid #ddd;
	padding: 8px 10px;
}
.table tr:nth-child(odd){
	background-color: #f0f0ee;
}
.map-container {
	position: relative;
	width: 500px;
	height: 679px;
	margin: 0px auto;
	background-image: url("../images/bd_map.png");
	background-repeat: no-repeat;
	background-size: 100%;
}
.map-pointer {
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #ED6539;
}