/* Dropdown Menu */

.dropdown .dropdown-menu,
.dropdown .dropdown-panel {
	min-width: 60px;
	border-radius: 0px;
}	

.dropdown.dropdown-tip:before {
    left: 14px;
}

.dropdown.dropdown-tip:after {
	left: 15px;
}

.dropdown.has-icons LI > A {
	padding-left: 40px;
    background-color: #ffffff;	
	background-position: 8px center;
	background-repeat: no-repeat;
    border: 0px;
	font-weight: normal;
	font-size: 14px;
	font-family: Trebuchet MS, Tahoma, Geneva, sans-serif;
	color: #00000;	
    text-decoration: none !important;
}	

/* fileDrop */

/***
  Styles below are only required if you're using <iframe> fallback in
  addition to HTML5 drag & drop (only working in Firefox/Chrome).
 ***/

/* Essential FileDrop zone element configuration: */
.fd-zone {
  position: relative;
  overflow: hidden;
  /* The following are not required but create a pretty box: */
  width: 15em;
  margin: 0 auto;
  text-align: center;
}

/* Hides <input type="file"> while simulating "Browse" button: */
.fd-file {
  opacity: 0;
  font-size: 118px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  padding: 0;
  margin: 0;
  cursor: pointer;
  filter: alpha(opacity=0);
  font-family: sans-serif;
}

/* Provides visible feedback when use drags a file over the drop zone: */
.fd-zone.over { border-color: maroon; background: #eee; }

/* jQuery File Upload */

.fileinput-button {
  position: relative;
  overflow: hidden;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 16px;
  direction: ltr;
  cursor: pointer;
}	

/* jQueryTagEditor */
/*
.tag-editor { 
	background: #fff; 
	font-size: 1em; 
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif; 
	border-top-color: #abadb3;
	border-right-color: #dddddd;
	border-bottom-color: #eeeeee;
	border-left-color: #eeeeee;	
}
*/
.tag-editor { 
	background: #fff; 
	font-size: 1em; 
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif; 
	border-top-color: #abadb3;
	border-right-color: #abadb3;
	border-bottom-color: #abadb3;
	border-left-color: #abadb3;	
}
/*
ul.tag-editor.ui-sortable:hover {
	border-top-color: #5794bf;
	border-right-color: #b7d5ea;
	border-bottom-color: #c7e2f1;
	border-left-color: #c7e2f1;
}
*/
ul.tag-editor.ui-sortable:hover {
	border-top-color: #5794bf;
	border-right-color: #5794bf;
	border-bottom-color: #5794bf;
	border-left-color: #5794bf;
}

.tag-editor .tag-editor-tag {
	color: #000; 
	background: #fff; 
	border-radius: 0px;
}
.tag-editor .tag-editor-spacer { 
	width: 0px; 
}
.tag-editor .tag-editor-delete { 
	background: #fff; 
}

/* jQuery UI */

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 0px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 0px;
}

.ui-widget-overlay
{
	opacity: .30 !important; /* Make sure to change both of these, as IE only sees the second one */
	filter: Alpha(Opacity=30) !important;
	background-color: rgb(30, 30, 30) !important; /* This will make it darker */
}

.my-o-menu-r {
    cursor: pointer;
}

.ui-widget input {
    padding: 2px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(169,169,169);	
}

input[type=checkbox]:focus { outline: lightgrey solid 1px;}
input[type=radio]:focus { outline: lightgrey solid 1px;}

.ui-button { outline: none;}
.ui-button-text { outline: none;}
.ui-button-icon-primary{top:0px;left:0px;margin:1px;} 

/* end jQuery UI */











