/* Bootstrap overrides*/
label, input, button, select, textarea{ font-size: 13px; line-height: 18px;}

input:focus, textarea:focus, select:focus, input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus{
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  outline-offset: 0;
}

select, 
textarea, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input{ line-height: 18px; height: 18px; font-size: 13px; padding: 4px;}
textarea{ height: auto; }
select, input[type="file"]{ height: 28px; line-height: 28px;}
.input-prepend .add-on, .input-append .add-on{ height: 18px; line-height: 18px; font-size: 12px;}

.btn{ padding: 4px 10px; line-height: 18px; font-size: 13px;}
.btn-group > .dropdown-toggle{ padding-left: 8px; padding-right: 8px;}
.btn-group > .btn, 
.btn-group > .dropdown-menu{ font-size: 13px;}

div.toolbar_item.active > a.btn{
    background-color: #E6E6E6;
    background-image: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    outline: 0 none;	
}


div.toolbar > div.toolbar_item.disabled, div.toolbar .btn.disabled, div.toolbar .btn[disabled], a.btn.disabled, a.btn[disabled] {
	opacity: 0.35; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=35)"; filter: alpha(opacity=35);
}

.btn.disabled:not([class*="btn-"]), .btn:not([class*="btn-"])[disabled]{ 
	background-color: #F5F5F5;
	background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  	filter: progid:dximagetransform.microsoft.gradient(enabled=false);	
}
.btn.disabled:not([class*="btn-"]):hover, .btn[disabled]:not([class*="btn-"]):hover{
    background-color: #e6e6e6;
    background-image: none;
}

.btn.delete:hover, 
.btn#btnDelete:hover, 
.fnDeleteMulti .btn#btnAll:hover, 
.fnDeleteMulti .btn#btnOne:hover, 
.btn#pagedelete:not([class*="disabled"]):hover
{
	background-color: #ff0000;;
	background-image: -ms-linear-gradient(top, #ffffff, #ff0000);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ff0000));
	background-image: -webkit-linear-gradient(top, #ffffff, #ff0000);
	background-image: -o-linear-gradient(top, #ffffff, #ff0000);
	background-image: linear-gradient(top, #ffffff, #ff0000);
	background-image: -moz-linear-gradient(top, #ffffff, #ff0000);
	color: white;
}
.btn#pagedelete:not([class*="disabled"]):hover span, .btn.delete:hover span {
	filter: brightness(100);
	-o-filter: brightness(100);	
	-moz-filter: brightness(100);	
	-webkit-filter: brightness(100);	
}

/* file input */
.file-wrap .upload-asset-wrap:hover .btn{
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}