﻿/* put some horizontal space after icons */
i[class*=icon]
{
    margin-right: .3em;
}
.dropdown .caret
{
    margin-left: .5em;
}

/* remove border-radius on IE9 */
.ie9 .btn
{
    border-radius: 0;
}

/* re-introduce IE button gradients */
.navbar .btn-navbar
{
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
}

.btn
{
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
}

.btn-primary
{
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
}

.btn-warning
{
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
}

.btn-danger
{
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
}

.btn-success
{
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
}

.btn-info
{
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
}

.btn-inverse
{
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
}

/* ie7: re-add button borders, correct padding */

.lt-ie8 .btn, .lt-ie8 INPUT[type='submit'].btn
{
    border-width: 1px ;
    padding: 4px 9px ;
}
.lt-ie8 button.btn, .lt-ie8 input.btn
{
 /*   padding: 1px 7px; */
}
.lt-ie8 input.btn
{
    margin-left: .0em ;
}
.lt-ie8 .radScroll
{
    position:relative;
}

/* navbar */
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus
{
    color: #fff;
}
.navbar .nav > li > a
{
    text-shadow: none;
}
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover
{
    color: #fff;
}
.navbar .brand
{
    text-shadow: none;
}

@media (min-width: 768px)
{
    .visible-desktop
    {
        display: inline-block !important;
    }
}


.navbar-inner 
{
    filter: none;
}

b, strong 
{
    font-weight: bold;
}

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 {
  color: #333;
}

header.lt-ie9 {
    margin-left: 20px;
}