mirror of
https://github.com/Eising/kipketer.git
synced 2024-05-11 05:55:17 +00:00
1137 lines
17 KiB
CSS
1137 lines
17 KiB
CSS
body {
|
|
font-family:Verdana, Arial, Helvetica, sans-serif;
|
|
font-size:11px;
|
|
}
|
|
|
|
a, a:visited, a:link {
|
|
color:#000;
|
|
}
|
|
|
|
#MainContainer {
|
|
width:760px;
|
|
text-align:left;
|
|
}
|
|
|
|
#MainContainer>div, #MainContainer>div>div, #MainContainer>div>div>div {
|
|
margin-bottom:5px;
|
|
padding:5px;
|
|
}
|
|
|
|
#PositionerOfContent {
|
|
width:100%;
|
|
text-align:center;
|
|
}
|
|
|
|
#Title {
|
|
background-color:#b26611;
|
|
height:83px;
|
|
background-image:url('../Images/FuzionTitle.jpg');
|
|
background-position:left center;
|
|
background-repeat:no-repeat;
|
|
}
|
|
|
|
#UserInfo {
|
|
font-size:11px;
|
|
color:#fff;
|
|
font-weight:bold;
|
|
text-align:right;
|
|
float:right;
|
|
padding-right:10px;
|
|
padding-top:10px;
|
|
}
|
|
|
|
#MessagesInfo {
|
|
font-size:11px;
|
|
color:#fff;
|
|
font-weight:bold;
|
|
text-align:right;
|
|
float:right;
|
|
padding-right:10px;
|
|
padding-top:10px;
|
|
clear:both;
|
|
}
|
|
|
|
#TopAdFrame {
|
|
background-image:url('../Images/FuzionLogoCard.jpg');
|
|
background-repeat:no-repeat;
|
|
height:88px;
|
|
float:none;
|
|
}
|
|
|
|
#MainMenu {
|
|
background-color:#655e58;
|
|
font-size:10px;
|
|
font-weight:bold;
|
|
text-transform:uppercase;
|
|
margin-bottom:0!important;
|
|
color:#fff;
|
|
}
|
|
|
|
#MainMenu a {
|
|
background-color:#655e58;
|
|
font-size:10px;
|
|
font-weight:bold;
|
|
text-transform:uppercase;
|
|
color:#fff;
|
|
text-decoration:none;
|
|
}
|
|
|
|
#MainMenu a:hover {
|
|
text-decoration:underline;
|
|
}
|
|
|
|
#ContentPane {
|
|
border-style:none solid solid solid;
|
|
border-width:1px;
|
|
padding:0!important;
|
|
}
|
|
|
|
#ContentPaneInternal {
|
|
background-position:right bottom;
|
|
background-image:url('../Images/Fuzion_Logo.gif');
|
|
background-repeat:no-repeat;
|
|
padding-bottom:40px!important;
|
|
}
|
|
|
|
#FooterInfo {
|
|
font-size:9px;
|
|
font-weight:bold;
|
|
padding:0!important;
|
|
}
|
|
|
|
#ContactInfo {
|
|
text-align:left;
|
|
float:left;
|
|
}
|
|
|
|
#Copyright {
|
|
text-align:right;
|
|
float:right;
|
|
}
|
|
|
|
input.text {
|
|
border:#aaa 1px solid;
|
|
font-size:11px;
|
|
}
|
|
|
|
input.text:hover, input.text:focus {
|
|
background-color:#f0f0f0;
|
|
border-color:#000;
|
|
}
|
|
|
|
textarea.text {
|
|
border:#aaa 1px solid;
|
|
font-size:11px;
|
|
}
|
|
|
|
textarea.text:hover, textarea.text:focus {
|
|
background-color:#f0f0f0;
|
|
border-color:#000;
|
|
}
|
|
|
|
input.button {
|
|
border:#aaa 1px solid;
|
|
font-size:11px;
|
|
cursor:hand;
|
|
background-color:#fff;
|
|
}
|
|
|
|
input.button:hover, input.button:focus {
|
|
background-color:#f0f0f0;
|
|
border-color:#000;
|
|
}
|
|
|
|
input.bigbutton {
|
|
height:40px;
|
|
background-color:#fff;
|
|
border-right:#555 1px solid;
|
|
border-top:#555 1px solid;
|
|
border-left:#555 1px solid;
|
|
border-bottom:#555 1px solid;
|
|
}
|
|
|
|
input.bigbutton:hover, input.bigbutton:focus {
|
|
height:40px;
|
|
background-color:#f0f0f0;
|
|
border-color:#000;
|
|
}
|
|
|
|
#ContentMainPosition {
|
|
text-align:center;
|
|
}
|
|
|
|
.DataTableItem {
|
|
background-color:#fc6;
|
|
}
|
|
|
|
.DataTableItemAlter {
|
|
background-color:#f5f5f5;
|
|
}
|
|
|
|
.NoteText {
|
|
font-size:xx-small;
|
|
}
|
|
|
|
.OrderButton {
|
|
background-image:url(../Images/asterisk_orange.png);
|
|
background-repeat:no-repeat;
|
|
background-position:10px center;
|
|
text-align:right;
|
|
padding-right:15px;
|
|
height:30px;
|
|
}
|
|
|
|
.LeftTableColumn {
|
|
border-right:#dcdcdc 1px dashed;
|
|
}
|
|
|
|
h1 {
|
|
font-weight:bold;
|
|
font-size:1.5em;
|
|
padding-top:5px;
|
|
padding-left:45px;
|
|
padding-bottom:10px;
|
|
width:700px;
|
|
background-position:left top;
|
|
background-image:url(../Images/H1.jpg);
|
|
background-repeat:no-repeat;
|
|
}
|
|
|
|
h2 {
|
|
font-weight:bold;
|
|
font-size:1.3em;
|
|
padding-top:5px;
|
|
}
|
|
|
|
.SmallHeader {
|
|
text-transform:capitalize;
|
|
border-bottom:#000 2px dotted;
|
|
padding-bottom:2px;
|
|
font-weight:bold;
|
|
font-size:12px;
|
|
}
|
|
|
|
.DataGridNormal {
|
|
background-image:url(../Images/GridOrangeGrandient.jpg);
|
|
background-repeat:repeat-y;
|
|
border-bottom:#a9a9a9 1px solid;
|
|
background-position:right center;
|
|
}
|
|
|
|
.DataGridNormal td {
|
|
background-image:none;
|
|
}
|
|
|
|
.DataGridNormal:hover {
|
|
border-top:#000 1px solid;
|
|
border-bottom:#000 1px solid;
|
|
}
|
|
|
|
.DataGridAlter {
|
|
background-color:transparent!important;
|
|
}
|
|
|
|
.MessagePanel {
|
|
border:solid 1px #aaa;
|
|
padding:10px 10px 10px 36px!important;
|
|
background-position:10px center;
|
|
background-image:url(../Images/information.png);
|
|
background-repeat:no-repeat;
|
|
text-align:left;
|
|
}
|
|
|
|
.TableH2 {
|
|
width:680px;
|
|
background-color:#b26612;
|
|
}
|
|
|
|
.BoxContainer {
|
|
width:700px;
|
|
float:none;
|
|
clear:both;
|
|
}
|
|
|
|
select {
|
|
border:#aaa 1px solid;
|
|
font-size:11px;
|
|
}
|
|
|
|
select:hover {
|
|
border:#aaa 1px ridge;
|
|
}
|
|
|
|
legend {
|
|
padding:10px;
|
|
text-transform:capitalize;
|
|
font-weight:bold;
|
|
color:#000;
|
|
}
|
|
|
|
.LoweredImages {
|
|
position:relative;
|
|
top:4px;
|
|
}
|
|
|
|
.autocomplete_highlightedListItem {
|
|
background-color:#ff9;
|
|
color:#000;
|
|
padding:1px;
|
|
}
|
|
|
|
.hide {
|
|
display:none;
|
|
}
|
|
|
|
.MessagePannel {
|
|
border:solid 1px #555;
|
|
padding:10px;
|
|
background-color:#f4ecdd;
|
|
filter:Alpha(opacity=90, finishopacity=100, style=1, StartX=0, StartY=0, FinishX=0, FinishY=100);
|
|
}
|
|
|
|
.ajax__tab_body {
|
|
padding:10px!important;
|
|
}
|
|
|
|
.LabelLink {
|
|
cursor:pointer;
|
|
}
|
|
|
|
#SupportTicketsInfo {
|
|
font-size:10px;
|
|
}
|
|
|
|
.TextlineImage {
|
|
vertical-align:middle;
|
|
border-width:0;
|
|
}
|
|
|
|
.TextlineImage img {
|
|
border-width:0;
|
|
}
|
|
|
|
.ToolbarMenu {
|
|
float:none;
|
|
clear:left;
|
|
text-align:center;
|
|
border-top:dotted 1px #aaa;
|
|
padding:10px;
|
|
margin:15px;
|
|
display:block;
|
|
}
|
|
|
|
.ToolbarMenuItem {
|
|
padding:10px;
|
|
margin:15px;
|
|
border:solid 1px #aaa;
|
|
background-color:#fff;
|
|
text-decoration:none;
|
|
}
|
|
|
|
.ToolbarMenuItem:hover {
|
|
background-color:#f0f0f0;
|
|
border-color:#000;
|
|
}
|
|
|
|
.MarginBox {
|
|
margin-top:10px;
|
|
margin-bottom:10px;
|
|
}
|
|
|
|
.Attachment {
|
|
border:solid 1px #aaa;
|
|
padding:5px;
|
|
margin-bottom:3px;
|
|
background-color:#fff;
|
|
text-decoration:none;
|
|
float:none;
|
|
display:block;
|
|
line-height:12px;
|
|
}
|
|
|
|
.Attachment:hover {
|
|
background-color:#f0f0f0;
|
|
border-color:#000;
|
|
}
|
|
|
|
.SupportDialog {
|
|
background-position-y:top;
|
|
background-image:url(../Images/DialogBackground.jpg);
|
|
background-repeat:repeat-x;
|
|
background-color:#fafafa;
|
|
border:solid 1px #000;
|
|
}
|
|
|
|
.Hidden {
|
|
visibility:hidden;
|
|
}
|
|
|
|
.GridTable {
|
|
}
|
|
|
|
.GridHeader {
|
|
border-collapse:collapse;
|
|
border-width:0;
|
|
text-transform:capitalize;
|
|
color:#fff;
|
|
background-color:#4e4842;
|
|
}
|
|
|
|
.GridItem {
|
|
}
|
|
|
|
.GridAltItem {
|
|
}
|
|
|
|
.GridDetailsPane {
|
|
}
|
|
|
|
.detail {
|
|
font-family:lucida grande, arial, helvetica, sans-serif;
|
|
font-size:11px;
|
|
background-color:#fff;
|
|
border:solid 2px #000;
|
|
padding:4px;
|
|
}
|
|
|
|
.detail .footer {
|
|
text-align:right;
|
|
padding:8px;
|
|
}
|
|
|
|
.detailgrid {
|
|
border:solid 1px #ad9e87;
|
|
}
|
|
|
|
.detailgrid td {
|
|
cursor:default;
|
|
height:20px;
|
|
color:#000;
|
|
padding:2px 8px;
|
|
border-right-style:solid;
|
|
border-right-width:1px;
|
|
border-right-color:#f2e8da;
|
|
border-bottom-style:solid;
|
|
border-bottom-width:1px;
|
|
border-bottom-color:#f2e8da;
|
|
}
|
|
|
|
.modalBackground {
|
|
background-color:gray;
|
|
filter:alpha(opacity=70);
|
|
opacity:.7;
|
|
}
|
|
|
|
.modalPopup {
|
|
background-color:#ffd;
|
|
border-width:3px;
|
|
border-style:solid;
|
|
border-color:gray;
|
|
padding:3px;
|
|
width:250px;
|
|
}
|
|
|
|
.ContextMenuPanel {
|
|
border:1px solid #868686;
|
|
z-index:1000;
|
|
background:url(images/menu-bg.gif) repeat-y 0 0 #fafafa;
|
|
cursor:default;
|
|
padding:1px 1px 0 1px;
|
|
font-size:11px;
|
|
}
|
|
|
|
.ContextMenuBreak {
|
|
margin:1px 1px 1px 32px;
|
|
padding:0;
|
|
height:1px;
|
|
overflow:hidden;
|
|
display:block;
|
|
border-top:1px solid #c5c5c5;
|
|
}
|
|
|
|
a.ContextMenuItem {
|
|
margin:1px 0 1px 0;
|
|
display:block;
|
|
color:#039;
|
|
text-decoration:none;
|
|
cursor:pointer;
|
|
padding:4px 19px 4px 33px;
|
|
white-space:nowrap;
|
|
}
|
|
|
|
a.ContextMenuItem-Selected {
|
|
font-weight:bold;
|
|
}
|
|
|
|
a.ContextMenuItem:hover {
|
|
background-color:#ffe6a0;
|
|
color:#039;
|
|
border:1px solid #d2b47a;
|
|
padding:3px 18px 3px 32px;
|
|
}
|
|
|
|
.vldRequiredImage {
|
|
background-position:20px 0;
|
|
background-image:url(../Images/bullet_red.png);
|
|
background-repeat:no-repeat;
|
|
padding-left:40px;
|
|
color:red;
|
|
}
|
|
|
|
.FuzionListGrid tr td {
|
|
padding-top:5px;
|
|
border-top:solid 1px #aaa;
|
|
}
|
|
|
|
.meter-wrap {
|
|
position:relative;
|
|
border:1px solid #333;
|
|
}
|
|
|
|
.meter-wrap, .meter-value, .meter-text {
|
|
width:100px;
|
|
height:20px;
|
|
}
|
|
|
|
.meter-wrap, .meter-value {
|
|
background-color:#eee;
|
|
background-position:top left;
|
|
background-repeat:no-repeat;
|
|
}
|
|
|
|
.meter-text {
|
|
position:absolute;
|
|
top:0;
|
|
left:0;
|
|
color:#000;
|
|
text-align:center;
|
|
width:100%;
|
|
padding-top:3px;
|
|
}
|
|
|
|
.DisapearingToolbar:hover .TheDisapearingToolbar .rtbOuter {
|
|
display:block!important;
|
|
}
|
|
|
|
.DisapearingToolbar .TheDisapearingToolbar .rtbOuter {
|
|
display:none!important;
|
|
}
|
|
|
|
.DisapearingToolbar .TheDisapearingToolbar {
|
|
height:32px;
|
|
}
|
|
|
|
.fixedBar {
|
|
position:fixed;
|
|
}
|
|
|
|
.TextBox-RightTextAlign, .TextBox-RightTextAlign input {
|
|
text-align:right;
|
|
}
|
|
|
|
.textBoxPadding {
|
|
float:left;
|
|
text-align:right;
|
|
width:70px!important;
|
|
}
|
|
|
|
span.textBoxPadding {
|
|
padding:0 2px 0 10px;
|
|
}
|
|
|
|
input.textBoxPadding {
|
|
margin:0 4px 0 4px;
|
|
}
|
|
|
|
.budgetHeaderMonth {
|
|
text-align:center;
|
|
width:250px;
|
|
}
|
|
|
|
.rgHeader {
|
|
border-right:1px solid #d0d7e5!important;
|
|
}
|
|
|
|
.rgRow>td, .rgAltRow>td, .rgFilterRow>td, .rgFooter>td {
|
|
border-right:1px solid #d0d7e5!important;
|
|
}
|
|
|
|
.loadingDiv {
|
|
width:100%;
|
|
height:100%;
|
|
background-color:#000;
|
|
color:red;
|
|
position:fixed;
|
|
left:0;
|
|
top:0;
|
|
z-index:255;
|
|
display:none;
|
|
background-image:url('/images/loading.gif');
|
|
background-position:center;
|
|
background-repeat:no-repeat;
|
|
opacity:.2;
|
|
filter:alpha(opacity=20);
|
|
}
|
|
|
|
hr {
|
|
color:#ccc;
|
|
border-top-color:#ccc;
|
|
border-right-color:#ccc;
|
|
border-bottom-color:#ccc;
|
|
border-left-color:#ccc;
|
|
border-top-width:1px;
|
|
border-right-width:1px;
|
|
border-bottom-width:1px;
|
|
border-left-width:1px;
|
|
border-top-style:none;
|
|
border-right-style:solid;
|
|
border-bottom-style:solid;
|
|
border-left-style:solid;
|
|
}
|
|
|
|
.rpSlide {
|
|
height:auto!important;
|
|
}
|
|
|
|
.editItemStyle td {
|
|
border-right:1px solid #ccc!important;
|
|
}
|
|
|
|
.RadMenu {
|
|
z-index:11000!important;
|
|
}
|
|
|
|
.RadWindow {
|
|
z-index:90001!important;
|
|
}
|
|
|
|
.RadSlider_Silk div.rslHorizontal .rslItem {
|
|
background-image:none!important;
|
|
}
|
|
|
|
html, body, form, table, div, td, span, label {
|
|
font-family:Arial, Helvetica, sans-serif;
|
|
font-size:11px;
|
|
}
|
|
|
|
/* ALE */
|
|
|
|
td {
|
|
width: 150px;
|
|
}
|
|
|
|
label.error {
|
|
color: red;
|
|
display: block;
|
|
}
|
|
|
|
|
|
|
|
html, body, form {
|
|
width:100%;
|
|
height:100%;
|
|
margin:0;
|
|
padding:0;
|
|
}
|
|
|
|
#mainContainer {
|
|
width:100%;
|
|
height:100%;
|
|
}
|
|
|
|
#menu {
|
|
position:absolute;
|
|
width:200px;
|
|
height:100%;
|
|
}
|
|
|
|
#rightContent {
|
|
position:absolute;
|
|
left:200px;
|
|
right:0;
|
|
top:0;
|
|
bottom:0;
|
|
border-left-style:solid;
|
|
border-left-width:1px;
|
|
border-left-color:#999;
|
|
}
|
|
|
|
#infoBar {
|
|
height:100px;
|
|
}
|
|
|
|
#frameContainer {
|
|
position:absolute;
|
|
left:0;
|
|
right:0;
|
|
top:0;
|
|
bottom:0;
|
|
border-top-style:solid;
|
|
border-top-width:1px;
|
|
border-top-color:#999;
|
|
}
|
|
|
|
#mainIframe {
|
|
position:absolute;
|
|
height:100%;
|
|
width:100%;
|
|
}
|
|
|
|
.MessagePannel {
|
|
border:solid 1px #555;
|
|
padding:10px;
|
|
background-color:#f4ecdd;
|
|
}
|
|
|
|
#SideMenu {
|
|
background-position:0 0;
|
|
width:100px;
|
|
border-right:solid 1px #6c6c6c;
|
|
margin-right:20px;
|
|
background-image:url('../Images/pattern_newItem.png');
|
|
background-repeat:repeat-x;
|
|
}
|
|
|
|
#Content {
|
|
}
|
|
|
|
h2 {
|
|
font-size:large;
|
|
font-weight:bold;
|
|
}
|
|
|
|
.RadGrid_Default .rgSelectedRow {
|
|
background-color:#828282!important;
|
|
}
|
|
|
|
.radGridMouseHover {
|
|
cursor:hand;
|
|
}
|
|
|
|
.HighlightPanel {
|
|
background-color:Transparent;
|
|
}
|
|
|
|
.HighlightPanel:hover {
|
|
background-color:#f0f0f0;
|
|
}
|
|
|
|
.AlwaysOnTop>ul {
|
|
z-index:10000!important;
|
|
}
|
|
|
|
.RadGrid_Default .rgMultiHeaderRow .rgHeader, .RadGrid_Default .rgMultiHeaderRow .rgResizeCol {
|
|
border-left:none!important;
|
|
border-left-style:none!important;
|
|
}
|
|
|
|
|
|
|
|
.RadInput, .RadInputMgr {
|
|
vertical-align:middle;
|
|
}
|
|
|
|
*+html .riSingle input.riTextBox, *+html .RadForm.rfdTextbox .riSingle input.rfdDecorated[type="text"], .RadInput .riTextBox, .RadInputMgr {
|
|
height:17px;
|
|
}
|
|
|
|
.riSingle .riTextBox, .RadForm.rfdTextbox .riSingle input.rfdDecorated[type="text"] {
|
|
height:22px;
|
|
}
|
|
|
|
.RadInput textarea.riTextBox {
|
|
height:auto;
|
|
}
|
|
|
|
.RadInput table {
|
|
border:0;
|
|
vertical-align:bottom;
|
|
}
|
|
|
|
.RadInput table.riTable td {
|
|
border:0;
|
|
padding:0;
|
|
vertical-align:middle;
|
|
overflow:visible;
|
|
}
|
|
|
|
.RadInput table td.riCell {
|
|
padding-right:4px;
|
|
}
|
|
|
|
.RadInput textarea {
|
|
vertical-align:bottom;
|
|
overflow:auto;
|
|
resize:none;
|
|
white-space:pre-wrap;
|
|
}
|
|
|
|
.RadInput.riResizable .riTextBox {
|
|
min-width:65px;
|
|
min-height:40px;
|
|
}
|
|
|
|
.RadInput.riResizable .riTextBox {
|
|
padding-right:2px;
|
|
}
|
|
|
|
.RadInput.riContButton .riResizeIcon {
|
|
margin-left:-27px;
|
|
}
|
|
|
|
.RadInput .riResizeIcon, .RadInput.riButtonSwap .riResizeIcon {
|
|
width:7px;
|
|
height:7px;
|
|
display:inline-block;
|
|
vertical-align:bottom;
|
|
margin-left:-7px;
|
|
}
|
|
|
|
html body .RadInput .riTextBox, html body .RadInputMgr {
|
|
border-width:1px;
|
|
border-style:solid;
|
|
padding:2px 2px 1px;
|
|
vertical-align:middle;
|
|
}
|
|
|
|
.riSingle input.rfdDecorated {
|
|
*padding-left:5px!important;
|
|
}
|
|
|
|
input.RadInputMgr.rfdDecorated {
|
|
*padding-left:2px!important;
|
|
}
|
|
|
|
textarea.RadInputMgr {
|
|
overflow:auto;
|
|
}
|
|
|
|
html body .RadInput input.riEmpty, html body .RadInput textarea.riEmpty, html body input.RadInput_Empty {
|
|
font-style:italic;
|
|
}
|
|
|
|
.RadInput a {
|
|
display:block;
|
|
overflow:hidden;
|
|
position:relative;
|
|
outline:0;
|
|
z-index:2;
|
|
text-indent:-2222px;
|
|
text-align:center;
|
|
text-decoration:none;
|
|
}
|
|
|
|
* html .RadInput a, *+html .RadInput a {
|
|
position:static;
|
|
}
|
|
|
|
*+html .RadInput a {
|
|
text-indent:0;
|
|
text-align:right;
|
|
}
|
|
|
|
*+html .RadInput a span {
|
|
text-indent:-2222px;
|
|
display:inline-block;
|
|
}
|
|
|
|
.RadInput .riSpin a {
|
|
margin:0 1px;
|
|
}
|
|
|
|
.RadInput a.riDown {
|
|
margin-top:3px;
|
|
}
|
|
|
|
/**/* html .RadInput a.riDown {
|
|
margin-top:0;
|
|
}
|
|
|
|
/**/.RadInput .riLabel {
|
|
margin:0 4px 0 0;
|
|
white-space:nowrap;
|
|
width:40%;
|
|
background:transparent;
|
|
}
|
|
|
|
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
|
.rdfd_ {
|
|
position:absolute;
|
|
}
|
|
|
|
}* html .RadInput {
|
|
display:inline-block;
|
|
height:25px;
|
|
}
|
|
|
|
.RadInputRTL table td.riCell {
|
|
padding:0 0 0 4px;
|
|
}
|
|
|
|
.RadInputRTL .riLabel {
|
|
margin:0 0 0 4px;
|
|
}
|
|
|
|
.riStrengthBar {
|
|
background:url('WebResource.axd?d=PDVyt_0FYg5yTDqY3hmSPgym3Zv8HiA9LFeUnGC99Z7_IEgu0HUX1vXAsB9UYypqKGhr3pKdrT3kiepVBzU8zfl7IFuU6fJAtnLoJ3YzililC8n274J8VhgOQKULuw-d_9sG5Ji9uxq8cSniArY0Ylmn7Dk1&t=635440622105869743') repeat-y;
|
|
display:inline-block;
|
|
width:100px;
|
|
height:20px;
|
|
margin-left:5px;
|
|
font:12px / 18px "segoe ui", arial, sans-serif;
|
|
color:#000;
|
|
text-align:center;
|
|
vertical-align:middle;
|
|
overflow:hidden;
|
|
}
|
|
|
|
.riStrengthBarL0 {
|
|
background:0;
|
|
}
|
|
|
|
.riStrengthBarL1 {
|
|
background-color:#ff3933;
|
|
background-position:0 0;
|
|
color:#620000;
|
|
}
|
|
|
|
.riStrengthBarL2 {
|
|
background-color:#ff7833;
|
|
background-position:-300px 0;
|
|
color:#922b00;
|
|
}
|
|
|
|
.riStrengthBarL3 {
|
|
background-color:#ffbe33;
|
|
background-position:-600px 0;
|
|
color:#9e5900;
|
|
}
|
|
|
|
.riStrengthBarL4 {
|
|
background-color:#dc3;
|
|
background-position:-900px 0;
|
|
color:#696400;
|
|
}
|
|
|
|
.riStrengthBarL5 {
|
|
background-color:#6bcc33;
|
|
background-position:100% 0;
|
|
color:#236800;
|
|
}
|
|
|
|
.riSingle {
|
|
display:inline-block;
|
|
white-space:nowrap;
|
|
text-align:left;
|
|
box-sizing:border-box;
|
|
-moz-box-sizing:border-box;
|
|
-ms-box-sizing:border-box;
|
|
-webkit-box-sizing:border-box;
|
|
-khtml-box-sizing:border-box;
|
|
}
|
|
|
|
.riLabel {
|
|
box-sizing:border-box;
|
|
-moz-box-sizing:border-box;
|
|
-ms-box-sizing:border-box;
|
|
-webkit-box-sizing:border-box;
|
|
-khtml-box-sizing:border-box;
|
|
}
|
|
|
|
.riSingle .riTextBox, .riSingle .riContentWrapper {
|
|
box-sizing:border-box;
|
|
-moz-box-sizing:border-box;
|
|
-ms-box-sizing:border-box;
|
|
-webkit-box-sizing:border-box;
|
|
-khtml-box-sizing:border-box;
|
|
}
|
|
|
|
.riSingle a.riButton {
|
|
display:inline-block;
|
|
vertical-align:middle;
|
|
background-position:3px 5px;
|
|
height:18px;
|
|
line-height:18px;
|
|
width:20px;
|
|
}
|
|
|
|
.riSingle a.riButton:hover {
|
|
background-position:3px -45px;
|
|
}
|
|
|
|
.riSingle .riLabel {
|
|
vertical-align:middle;
|
|
display:inline-block;
|
|
margin:0;
|
|
padding-right:5px;
|
|
}
|
|
|
|
.riSingle a.riUp {
|
|
display:inline-block;
|
|
height:8px;
|
|
width:15px;
|
|
vertical-align:top;
|
|
}
|
|
|
|
.riSingle a.riDown {
|
|
display:inline-block;
|
|
height:8px;
|
|
width:15px;
|
|
vertical-align:top;
|
|
margin-left:-15px;
|
|
vertical-align:bottom;
|
|
}
|
|
|
|
.riSingle .riContentWrapper {
|
|
display:inline-block;
|
|
vertical-align:middle;
|
|
overflow:visible;
|
|
width:60%;
|
|
}
|
|
|
|
*+html .riSingle .riContentWrapper {
|
|
overflow:visible;
|
|
}
|
|
|
|
.riContButton {
|
|
padding-right:22px;
|
|
}
|
|
|
|
.riContSpinButtons {
|
|
padding-right:17px;
|
|
}
|
|
|
|
.riContButton.riContSpinButtons {
|
|
padding-right:35px;
|
|
}
|
|
|
|
.riContButton .riContentWrapper {
|
|
padding-right:21px;
|
|
}
|
|
|
|
*+html .riContButton .riContentWrapper {
|
|
text-align:right;
|
|
}
|
|
|
|
.riContSpinButtons .riContentWrapper {
|
|
padding-right:17px;
|
|
}
|
|
|
|
.riContButton.riContSpinButtons .riContentWrapper {
|
|
padding-right:35px;
|
|
}
|
|
|
|
html body .riSingle .riTextBox {
|
|
padding-right:5px;
|
|
padding-left:5px;
|
|
margin:0;
|
|
width:100%;
|
|
}
|
|
|
|
html body .riSingle .riTextBox[type="text"] {
|
|
padding-right:5px;
|
|
padding-left:5px;
|
|
margin:0;
|
|
width:100%;
|
|
}
|
|
|
|
.RadForm.rfdTextbox .riSingle input.rfdDecorated {
|
|
padding-right:5px;
|
|
padding-left:5px;
|
|
}
|
|
|
|
.RadForm.rfdTextbox .riSingle input.rfdDecorated[type="text"] {
|
|
padding-right:5px;
|
|
padding-left:5px;
|
|
}
|
|
|
|
.RadForm.rfdTextbox input.rfdDecorated.RadInputMgr {
|
|
width:auto;
|
|
}
|
|
|
|
.riSingle .riButton {
|
|
display:inline-block;
|
|
margin-top:2px;
|
|
}
|
|
|
|
.riSingle .riStrengthBar {
|
|
margin-left:0;
|
|
}
|
|
|
|
.rcSingle .riSingle {
|
|
white-space:normal;
|
|
}
|
|
|
|
div.RadPicker table.rcSingle .rcInputCell {
|
|
padding-right:0;
|
|
}
|
|
|
|
.RadInputRTL {
|
|
text-align:right;
|
|
}
|
|
|
|
.RadInputRTL.riResizable .riTextBox {
|
|
padding-right:5px;
|
|
padding-left:2px;
|
|
}
|
|
|
|
.RadInputRTL.riContButton .riResizeIcon {
|
|
margin-left:0;
|
|
margin-right:-27px;
|
|
}
|
|
|
|
.RadInputRTL .riResizeIcon, .RadInputRTL.riButtonSwap .riResizeIcon {
|
|
margin-left:0;
|
|
margin-right:-7px;
|
|
}
|
|
|
|
.riSingle.RadInputRTL a.riDown {
|
|
margin-left:0;
|
|
margin-right:-15px;
|
|
}
|
|
|
|
._Telerik_Opera11 .riSingle.RadInputRTL a.riUp {
|
|
margin-right:-15px;
|
|
}
|
|
|
|
._Telerik_Opera11 .riSingle.RadInputRTL a.riDown {
|
|
margin-right:0;
|
|
}
|
|
|
|
.riContSpinButtons .RadInputRTL {
|
|
padding-right:0;
|
|
padding-left:17px;
|
|
}
|
|
|
|
.riContButton.riContSpinButtons.RadInputRTL {
|
|
padding-right:0;
|
|
padding-left:35px;
|
|
}
|
|
|
|
.riContButton.RadInputRTL .riContentWrapper {
|
|
padding-right:0;
|
|
margin-right:0;
|
|
padding-left:21px;
|
|
margin-left:-21px;
|
|
}
|
|
|
|
.riContSpinButtons.RadInputRTL .riContentWrapper {
|
|
padding-right:0;
|
|
padding-left:17px;
|
|
}
|
|
|
|
.riContButton.riContSpinButtons.RadInputRTL .riContentWrapper {
|
|
padding-right:0;
|
|
padding-left:35px;
|
|
}
|
|
|
|
* html body .riSingle .riTextBox {
|
|
margin-top:-2px;
|
|
margin-top:0;
|
|
}
|
|
|
|
|
|
table.striped tr:nth-child(odd) {
|
|
background-color: #f2f2f2;
|
|
}
|