﻿/*input[type=radio] {
    margin-left: 0 !important
}

.list-group.nav > li > a {
    padding: 0 0 !important;
    color: #555
}

.list-group-item:hover, .list-group-item:active {
    background-color: #EEE
}

.active.list-group-item > a:hover, .active.list-group-item > a:active {
    background-color: #337AB7
}

.nav > li.active > a {
    color: #fff !important
}

.well-legend {
    font-size: 14px;
    margin-bottom: 0;
    border-bottom: 0
}

.well-condensed {
    padding: 5px;
    margin-bottom: 10px;
    background-color: #fbfbfb
}

.RadTabStrip.rtsTop .rtsLevel1 .rtsSelected .rtsLink {
    background-color: #fbfbfb
}

.RadMultiPage {
    min-height: 20px;
    padding: 5px;
    margin-bottom: 10px;
    background-color: #fbfbfb;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px #000;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px #000;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

.rtsTop .rtsLevel1 {
    border-bottom-width: 0 !important
}

.customExportButton {
    width: 150px
}

.export-warning-icon {
    color: gold;
    text-shadow: -2px 1px black, 0 1px black, 2px 1px black, 0 -2px black;
    margin-left: 5px
}

.input-inside-dropdown {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px
}

.riTextBox {
    padding-left: 1px !important;
    padding-right: 1px !important
}

.RadGrid .t-button {
    padding-top: 6px !important;
    padding-bottom: 6px !important
}

.RadGrid .t-font-icon {
    height: 1em !important
}

.rgCommandCell {
    background-color: #fff
}

.rgCommandRow td {
    padding: 5px
}

.RadGrid_Bootstrap .rgCommandCell a.btn-primary {
    color: #fff !important
}

.RadWindow, .RadWindow *, .RadWindow * {
    box-sizing: inherit !important
}

.rwTitleBar {
    box-sizing: content-box !important
}

.rwTitle {
    vertical-align: middle
}

a.btn-primary {
    color: #fff !important
}

.hideObject {
    display: none
}

.hideFilterOption {
    display: none !important
}

.tableLeftColumn {
    width: 250px;
    border-top: none;
    border-left: none;
    border-bottom: solid;
    border-right: solid;
    border-width: thin
}

.tableMiddleColumn {
    width: 250px;
    border-top: none;
    border-left: solid;
    border-bottom: solid;
    border-right: solid;
    border-width: thin
}

.tableRightColumn {
    width: 100px;
    border-left-style: solid;
    border-left-color: inherit;
    border-left-width: thin;
    border-right-style: none;
    border-right-color: inherit;
    border-right-width: thin;
    border-top-style: none;
    border-top-color: inherit;
    border-top-width: thin;
    border-bottom-style: solid;
    border-bottom-color: inherit;
    border-bottom-width: thin
}

.double-col-offset {
    padding-left: 30px;
    padding-right: 30px
}

.wrap-text {
    white-space: inherit
}

.submit-header-link {
    float: right
}

.t-font-icon {
    font: 16px/1 "TelerikWebUI" !important;
    display: inline-block !important
}

.RadGrid .rgAltRow > td, .RadGrid .rgHeader, .RadGrid .rgRow > td {
    padding-left: 8px !important;
    padding-right: 8px !important;
    vertical-align: middle !important
}

.chkField .subGroupAddress .subGroupDetails .subGroupAdminFields .subGroupAuthorizingOfficial .subGroupBilling .subGroupCPSignedBy .subGroupContact .subGroupContractInformation .subGroupCostCenterInformation .subGroupMedicaidBilling .subGroupMisc .subGroupPharmacyAddress .subGroupPharmacyDetails .subGroupSignedBy .alignCenter .checkboxlist .DetailText .pull .radiobuttonlist {
    white-space: inherit
}
*/