﻿.navbar-default {
    background-color: #333333 !important;
    border-bottom: 2px solid #5b5b5b;
}

.navbar-nav li a {
    color: #b1b1b1 !important;
}

 .navbar-nav li a:hover {
        color: #fff !important;
    }

.navbar-nav .disabled {
    background-color: #282828 !important;
}
.navbar-nav .disabled a:hover{
    color: #b1b1b1 !important;
    background-color: #282828 !important;
}


.navbar-nav .active a {
    color: #222222 !important;
    background-color: #b1b1b1 !important;
    /*font-weight:bold;*/
}

    .navbar-nav .active a:hover {
        color: #333333 !important;
    }

.page-header {
    margin: 0 0 20px !important;
    padding-top: 20px;
}

.page-header-sub {
    text-indent: 4px;
    font-size: 30px;
}

.sidebar {
    display: block;
    float: left;
    width: 250px;
    background: #333;
    margin-top: 2px;
}

.content {
    display: block;
    overflow: hidden;
    width: auto;
}

.sidebar-nav {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    background-image: -webkit-linear-gradient(left, color-stop(#333333 10px), color-stop(#222222 10px));
    background-image: linear-gradient(to right, #333333 10px, #222222 10px);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff333333', endColorstr='#ff222222', GradientType=1);
}

    .sidebar-nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .sidebar-nav a, .sidebar-nav a:hover, .sidebar-nav a:focus, .sidebar-nav a:active {
        outline: none;
    }

    .sidebar-nav ul li, .sidebar-nav ul a {
        display: block;
    }

    .sidebar-nav ul a {
        padding: 10px 20px;
        color: #aaa;
        border-top: 1px solid rgba(0, 0, 0, 0.3);
        box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.05) inset;
        text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
    }

        .sidebar-nav ul a:hover, .sidebar-nav ul a:focus, .sidebar-nav ul a:active {
            color: #fff;
            text-decoration: none;
        }

    .sidebar-nav ul ul a {
        padding: 10px 30px;
        background-color: rgba(255, 255, 255, 0.1);
    }

        .sidebar-nav ul ul a:hover, .sidebar-nav ul ul a:focus, .sidebar-nav ul ul a:active {
            background-color: rgba(255, 255, 255, 0.2);
        }

.sidebar-nav-item {
    padding-left: 5px;
}

.sidebar-nav-item-icon {
    padding-right: 5px;
}

.linkItemActive {
    color: #fff !important;
}

#rtlh3 small {
    transform: rotateY(180deg);
    display: inline-block;
}

/*Custom Overrides*/
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}

.form-control {
    /*width: auto !important;*/
    float: left;
}

.formLabel {
    padding-top:4px;
     font-weight: bold;
    font-size: 13px;
}

.qpadding4 .row {
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom:1px solid #eeeeee;
}

.qsection .row {
    border-top: 1px solid #e9e9e9;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-left: 4px;
}

.checkboxSpacing label {
    margin-left: 4px !important;
    margin-right: 8px !important;
}

.controlPadding {
    margin-bottom: 4px !important;
}

.noRowDecoration {
    border-top: 0px !important;
}

.width-xs {
    width: 50px !important;
}

.width-sm {
    width: 110px !important;
}

.width-md {
    width: 160px !important;
}

.width-lg {
    width: 240px !important;
}

.width-xl {
    width: 375px !important;
}

label {
    font-weight: normal !important;
}

.unBold label {
    font-weight: normal !important;
}


textarea {
    padding: 0 !important;
    padding-left: 6px !important;
    min-height: 80px;
    /*margin-bottom: 4px;*/
}


.bcrFormError {
    float: right;
    padding: 2px 4px 2px 4px;
    margin-left: 4px;
    color: red;
}

.bcrIcon {
    padding-top: 4px;
    height: 24px;
    margin-left: 4px;
    display: inline;
}
/*Telerik Overides Start*/

/*Telerik Overides End*/
.danger {
    background-color: #F2DEDE !important;
}
.success{
    background-color:#DFF0D8 !important;
}
.thumbnailContainer{
    padding:4px;
    float:left;
    border:1px solid #b1b1b1;
    margin:4px;
    width:300px;
    height:290px;
    overflow:hidden;
}
.money, .moneyInt, .percent, .percent2, .number0, .number1, .number2, .percentage0, .percentage1, .percentage2 {
    text-align: right;
}

.bold{
    font-weight:bold;

}
.underline{
    text-decoration:underline;
}
.italic{
    font-style:italic;
}

.hide{
    visibility:hidden;
}

.formatRadioButtonList label {
    margin-right: 10px !important;
    margin-left:5px !important;
}
.itemList input {
    margin-right: 2px;
}
.itemList label {
    margin-right: 14px;
}
