﻿
#wrapper {
    width: 100%;
}

#page-wrapper {
    min-height: 768px;
    background-color: white;
}

a {
    color: #337AB7;
    text-decoration: none;
}

    a:hover, a:active {
        color: #265f8e;
        text-decoration: underline;
    }

html, body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.card {
    margin-bottom: 10px;
}

.card-body {
    min-height: 100px;
}

.btn {
    border: 1px solid #D2D2D2;
}

    .btn:hover {
        text-decoration: none;
    }

.btn-xs {
    font-size: 12px;
    padding: 1px;
    padding-left: 5px;
    padding-right: 5px;
}

.btn-primary, .btn-primary {
    background-color: #337ab7;
    border-color: #2f70a8;
}

    .btn-primary:hover, .btn-primary:active {
        background-color: #2f70a8;
        border-color: #2f70a8;
    }
.page-header {
    margin: 0;
    margin-top:20px;
    margin-bottom:20px;

    border-bottom: 1px solid #D2D2D2;
}

.page-header-sub {
    text-indent: 4px;
    font-size: 30px;
}


.content {
    display: block;
    overflow: hidden;
    width: auto;
}
/*=========================Main Naviation*/
#bcrNavBar {
    background-color: #333333;
    border-bottom: 2px solid #E2D55E;
}

.navbar-header {
    background-color: #333;
}

.navbar-brand {
    padding: 15px;
}

.navbar {
    padding: 0 !important;
}

.navbar-nav {
    display: flex;
    flex-direction: row;
    float: left;
}

    .navbar-nav li a {
        display: inline-block;
        color: #b1b1b1 !important;
        padding: 15px;
        text-decoration: none;
    }

        .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;
        }

/*=========================Left Navigation*/
.sidebar {
    display: block;
    float: left;
    width: 250px;
    background: #333;
    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 {
    padding-left: 10px;
    padding-bottom: 0;
    display: block;
    list-style: none;
    margin-block-end: 0em;
}

    .sidebar-nav li a {
        padding: 10px 10px;
        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);
        display: block;
        text-decoration: none;
    }

.sidebar-second-level {
    padding: 0;
}

    .sidebar-second-level li a {
        background-color: rgba(255, 255, 255, 0.1);
        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);
        display: block;
        text-decoration: none;
    }

.sidebarActive, .sidebar-nav li a:hover, .sidebar-nav li a:focus, .sidebar-nav li a:active {
    color: #E2D55E !important;
}

/*=========================3rd Level Tabt Navigation*/
.nav-tabs .active a {
    color: #333333;
}

.nav-link a {
    text-decoration: none;
}




#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;
}

.height_100 {
    min-height: 100px !important;
}

.height_200 {
    min-height: 200px !important;
}

.height_300 {
    min-height: 300px !important;
}

.height_400 {
    min-height: 400px !important;
}


textarea {
    padding: 0 !important;
    padding-left: 6px !important;
    min-height: 80px;
    /*margin-bottom: 4px;*/
}


.bcrFormError {
    float: left;
    padding: 0px 4px;
    margin-left: 4px;
    color: #fff;
    background-color: red;
}

.bcrIcon {
    padding-top: 4px;
    height: 24px;
    margin-left: 4px;
    display: inline;
}
/*Telerik Overides Start*/

/*Telerik Overides Start*/
.racTokenList {
    height: 24px !important;
    margin-bottom: 0px !important;
    padding: 0 !important;
    padding-left: 3px !important;
    /*padding-bottom: 3px !important;*/
}

.RadInput a {
    height: inherit !important;
}

.riTextBox {
    height: 24px !important;
    margin-bottom: 0px !important;
    padding: 0 !important;
    padding-left: 3px !important;
    /*padding-bottom: 3px !important;*/
}

.rcCalPopup {
    padding: 0px !important;
}


/*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: 280px;
    overflow: hidden;
}

.money, .moneyInt, .percent, .percent2 {
    text-align: right;
}

.sectionTitle {
    width: 100%;
    display: block;
    border: 1px solid #333333;
    margin-top: 8px;
    font-weight: bold;
    font-size: 16px;
    padding: 4px;
    background-color: #eeeeee;
}

.itemList td {
    padding-right: 8px;
}

.formatRadioButtonList label {
    margin-right: 10px !important;
    margin-left: 5px !important;
}

.itemList input {
    margin-right: 2px;
}

.itemList label {
    margin-right: 14px;
}
