﻿body {
    margin-top: 0;
    margin-left: 0;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 13px;
    background: white;
}

input {
    font-family: Verdana, Arial;
    font-size: 13px;
}

select {
    font-family: Verdana, Arial;
    font-size: 13px;
}

textarea {
    font-family: Verdana, Arial;
    font-size: 13px;
}

hr {
    background-color: #999999;
    border: 0;
    color: #999999;
    height: 1px;
}

fieldset {
    border: solid 1px #b0b0b0;
    padding: 2px;
    margin: 4px;
}

legend {
    font-family: Verdana, Arial;
    font-size: 13px;
    color: #0046d5;
}

.floater {
    border: darkgray;
    border-style: solid;
    border-width: 1px;
    position: fixed;
    top: 132px;
    left: 5px;
    width: 150px;
}

@media only screen and (max-width: 1390px) {
    .floater {
        border: darkgray;
        border-style: solid;
        border-width: 1px;
        position: fixed;
        top: 132px;
        left: 5px;
        display: none;
    }
}

.floater2 {
    border: darkgray;
    border-style: solid;
    border-width: 1px;
    position: fixed;
    top: 132px;
    left: 5px;
    width: 180px;
}

/* classes for input elements */
.inputButton {
    background-color: White;
    border: solid 1px #717073;
    padding: 1px;
    margin: 0;
}

.inputText {
    background-color: White;
    padding: 2px;
    border: solid 1px #717073;
    float: left;
}

.inputSelect {
    /*background-color: White;
	padding: 2px;*/
}

.inputImage {
    border: 0;
    cursor: pointer;
}

.inputButtonLeftIcon {
    background-color: White;
    border: solid 1px #507CD1;
    color: #284E98;
    padding-top: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
    margin: 0;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 16px !important;
}

.inputButtonRightIcon {
    background-color: White;
    border: solid 1px #507CD1;
    color: #284E98;
    padding-top: 1px;
    padding-left: 1px;
    padding-bottom: 1px;
    margin: 0;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 16px;
}

.RadNumericTextBoxPassword {
    width: 20px;
}

.RadMenuPopup .rmParentItem {
    background-color: #dedede;
}

.RadComboBoxDropDown .rcbList {
    background: #fff !important;
}

.RadMenuPopup .rmToggle {
    padding-left: 130px !important;
    padding-right: 10px !important;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}

    .RadMenuPopup .rmToggle:before {
        left: 90% !important;
    }

.RadComboBoxDropDown .rcbHovered {
    background: #dedede !important;
}
/*  */
a.rgCurrentPage:hover {
    background: #fff !important;
    cursor: pointer !important;
}

.RadGrid .rgPagerCell .rgNumPart a:hover {
    background: #fff !important;
}

.RadGrid {
    border: 1px solid #e5e5e5 !important;
}

a.rgCurrentPage {
    font-weight: bold;
}

.RadGrid .rgPagerCell .rgNumPart a {
    color: #717073 !important;
}

.RadGrid .rgHeader a {
    color: #717073 !important;
}

.RadGrid .rgRow > td, .RadGrid .rgAltRow > td, .RadGrid .rgHeader {
    padding-left: 2.5px !important;
    padding-right: 2.5px !important;
}

.RadGrid .rgHeader {
    background: lightgrey;
}

.RadGrid .rgMasterTable {
    background: white;
}

.rgHeaderWrapper .rgHeaderDiv {
    margin-right: 0px !important;
}

.RadUpload_Default .ruButton {
    background-color: White !important;
    border: solid 1px #717073 !important;
    padding: 1px !important;
    margin: 0 !important;
    background-image: url('') !important;
    font-family: Verdana, Arial;
    font-size: 13px;
}

.RadUpload_Default .ruFakeInput {
    background-color: White !important;
    padding: 2px !important;
    border: solid 1px #717073 !important;
}

.RadMenuPopup.rmLeft:before, .RadMenuPopup.rmLeft:after, .RadMenuPopup .rmToggle, .RadMenuPopup .rmParentItem {
    color: #717073;
}

td.secHeaderCell a {
    font: 100 12px "Segoe UI", Arial, Verdana;
    text-align: center;
    color: #717073;
    text-decoration: none;
}

    td.secHeaderCell a:visited {
        font: 100 12px "Segoe UI", Arial, Verdana;
        text-align: center;
        color: #717073;
        text-decoration: none;
    }

    td.secHeaderCell a:hover {
        text-decoration: underline;
        text-decoration-color: #F15D22;
    }

.RadGrid div.rgHeaderWrapper {
    display: initial;
}


.iconHyperlink {
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 18px;
    padding-top: 2px;
    padding-bottom: 2px;
    height: 18px;
    font: 100 12px "Segoe UI", Arial, Verdana;
    text-align: center;
    color: #717073;
    text-decoration: none;
}

a.iconHyperlink {
    font-weight: normal;
}

    a.iconHyperlink:active {
        font-weight: normal;
        color: #FF7F00;
    }

    a.iconHyperlink:hover {
        font-weight: normal;
        color: #FF7F00;
        text-decoration: underline;
    }

fieldset.adminopt {
    border: solid 1px red;
}

    fieldset.adminopt legend {
        color: red;
    }

ul.PasswordRequirements, span.PasswordRequirements ul {
    list-style-type: disc;
    padding-top: 0;
    margin-top: 0;
    font-weight: bold;
    text-align: left;
}
/* classes for master page */
.tabHeader {
    color: #717073;
    font-weight: bold;
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 0;
    overflow: visible;
    background-color: #fff;
    width: 100%;
    z-index: 3;
}

.tabBody {
}

table.secTable {
    margin-top: 30px;
    border: solid 1px #B0B0B0;
    margin-left: auto;
    margin-right: auto;
}

td.secTable {
    border: solid 1px #B0B0B0;
}

div.secTable {
    border: solid 1px #B0B0B0;
}

tr.secHeaderRow {
    height: 26px;
}

td.secHeaderCell {
    border-bottom: solid 1px #B0B0B0;
    background-color: #fff !important;
    height: 21px;
    padding-left: 2px;
    padding-right: 2px;
    font-family: Verdana, Arial;
    font-size: 13px;
}

    td.secHeaderCell td {
        font-family: Verdana, Arial;
        font-size: 13px;
        font-weight: normal;
    }

    td.secHeaderCell a {
        font-family: Verdana, Arial;
        font-size: 13px;
        font-weight: normal;
    }

        td.secHeaderCell a:hover {
            font-family: Verdana, Arial;
            font-size: 13px;
            font-weight: normal;
        }

        td.secHeaderCell a:active {
            font-family: Verdana, Arial;
            font-size: 13px;
            font-weight: normal;
        }

        td.secHeaderCell a:visited {
            font-family: Verdana, Arial;
            font-size: 13px;
            font-weight: normal;
        }

td.secContentCell {
    background-color: #FFF;
    font-family: Verdana, Arial;
    font-size: 13px;
}

    td.secContentCell td {
        font-family: Verdana, Arial;
        font-size: 13px;
    }

div.secContentCell {
    background-color: #E5E9EE;
    padding-left: 3px;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    margin-left: 1px;
    margin-top: 1px;
    margin-right: 1px;
    margin-bottom: 1px;
}

.logoCell {
}

.themeLogoCell {
    background-color: #F0F0F0;
    width: 989px;
}

.copyright {
    font-weight: normal;
    font-size: 12px;
    font-style: normal;
    font-family: verdana, arial, helvetica;
    font-variant: normal;
    color: Gray;
    border: 0px;
}

/* classes for control styles */
.wizard {
    background-color: #E5E9EE;
    border-left: solid 1px #B0B0B0;
    border-right: solid 1px #B0B0B0;
    border-top: solid 1px #B0B0B0;
    border-bottom: solid 1px #B0B0B0;
}

.wizardStepHeader {
    border: solid 1px #B0B0B0;
    background-image: url('../Images/sec_head_back.gif');
    background-color: #E5E9EE;
    height: 21px;
    padding-left: 2px;
    padding-right: 2px;
    font-family: Verdana, Arial;
    font-size: 13px;
}

.wizardSideBar {
    border-right: solid 1px #B0B0B0;
    background-color: #E5E9EE;
    font-family: Verdana, Arial;
    font-size: 13px;
}

.messageBox {
    border: solid 1px #ffdea7;
    font-family: Verdana, Arial;
    font-size: 13px;
    padding: 2px 2px 2px 2px;
}

.rssFeed {
    border: solid 1px #cfcfcf;
}

.rssFeedHeader {
    text-align: left;
    background-color: #eeeeee;
}

.sephr {
    background-color: #dedede;
    border: 0;
    color: #dedede;
    height: 1px;
}

.validatorHighlight {
    background-color: #fffacd;
}

.opaqueLayer {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    background-color: #000000;
    z-Index: 1000;
}

.questionLayer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 350px;
    height: 150px;
    display: none;
    z-Index: 1001;
    border: 2px solid black;
    background-color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
}

.updateProgress {
    display: none;
    position: fixed;
    background-color: #dedede;
    text-align: center;
    padding: 2px 2px 2px 2px;
    border: solid 1px #b0b0b0;
}

.innerUpdateProgress {
    /*display: table-cell;*/
    vertical-align: middle;
    background-color: White;
    padding: 2px 2px 2px 2px;
    border: solid 1px #b0b0b0;
}

.imgUpdateProgress {
    display: block;
    /*margin: 1em auto*/
}

/* classes for widgets */
.expandCollapseImg {
    width: 9px;
    height: 6px;
    cursor: pointer;
}

.widgetPaneHeader {
    background-color: #dedede;
}

.widget {
    border-left: solid 1px #b0b0b0;
    border-right: solid 1px #b0b0b0;
    border-bottom: solid 1px #b0b0b0;
    margin-bottom: 2px;
}

.widgetHeader {
    height: 20px;
    background-image: url('../Images/HoverBack.gif');
    background-repeat: repeat-x;
    border-top: solid 1px #b0b0b0;
    border-bottom: solid 1px #6f9dd9;
}

.hover {
    height: 20px;
    background-image: url('../Images/HoverBack.gif');
    background-repeat: repeat-x;
    border-top: solid 1px #b0b0b0;
    border-bottom: solid 1px #6f9dd9;
    border-right: solid 1px #6f9dd9;
    padding-left: 2px;
    padding-right: 2px;
}

.hoverOver {
    height: 20px;
    background-image: url('../Images/HoverBackOver.gif');
    background-repeat: repeat-x;
    border-top: solid 1px #b0b0b0;
    border-bottom: solid 1px #ffbd69;
    border-right: solid 1px #ffbd69;
    padding-left: 2px;
    padding-right: 2px;
}

.hoverMenu {
    text-align: left;
    position: absolute;
    visibility: hidden;
    background-color: #f0f0f0;
    border: solid 1px #e4e4e4;
    list-style-type: none;
}

.hoverMenuItem {
    height: 20px;
    padding: 0px 4px 0px 4px;
    border-bottom: solid 1px #e5e5e5;
}

.hoverMenuItemOver {
    height: 20px;
    background-image: url('../Images/HoverBackOver.gif');
    padding: 0px 4px 0px 4px;
    border-bottom: solid 1px #E5E5E5;
}

.hoverMenuIconHyperLink {
    display: block;
    height: 20px;
    line-height: 20px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 18px;
    font-weight: normal;
    color: #666666;
    text-decoration: none;
}

a.hoverMenuIconHyperLink:active {
    color: #000000;
}

a.hoverMenuIconHyperLink:hover {
    color: #000000;
}

.widgetIcon {
    width: 16px;
    height: 16px;
    border: 0;
    vertical-align: middle;
    text-align: center;
}

.widgetLabel {
    padding-bottom: 12px;
}

/* product stats widget */
.pssubh {
    border-bottom: solid 1px #cfcfcf;
    padding-bottom: 2px;
}

.pssubi {
    padding-left: 6px;
}

/* classes for text */
.error {
    font-family: Helvetica,Verdana,Arial;
    font-size: 14px;
    color: red;
}

.small {
    font-family: Verdana,Arial;
    font-size: 12px;
}

.smallgray {
    font-weight: normal;
    font-size: 13px;
    font-family: verdana, arial, helvetica;
    color: Gray;
    border: 0px;
}

a.textLink {
    font-weight: normal;
    text-align: center;
    color: #717073;
    text-decoration: none;
}

    a.textLink:active {
        font-weight: normal;
        color: #FF7F00;
    }

    a.textLink:hover {
        font-weight: normal;
        color: #FF7F00;
        text-decoration: underline;
    }

/* other elements */
.infoBox {
    border: solid 1px #cfcfcf;
    background-color: White;
    padding: 4px;
}

/* backwards compatibility */
Table.ButtonTable {
    font-family: Helvetica;
    font-size: 14px;
    COLOR: #ffffff;
    FONT-WEIGHT: bold;
    text-decoration: none;
}

td.ButtonLeft {
    width: 16px;
    height: 20px;
    background-image: url('../Images/l2.png');
    background-repeat: no-repeat;
}

td.ButtonMiddle {
    height: 20px;
    background-image: url('../Images/m2.png');
}

td.ButtonRight {
    width: 16px;
    height: 20px;
    background-image: url('../Images/r2.png');
    background-repeat: no-repeat;
}

td.ButtonLeftDown {
    width: 16px;
    height: 20px;
    background-image: url('../Images/l1.png');
    background-repeat: no-repeat;
}

td.ButtonMiddleDown {
    height: 20px;
    background-image: url('../images/m1.png');
}

td.ButtonRightDown {
    width: 16px;
    height: 20px;
    background-image: url('../images/r1.png');
    background-repeat: no-repeat;
}

td.ArrowButtonRight {
    width: 16px;
    height: 20px;
    background-image: url('../images/r2arrow.png');
    background-repeat: no-repeat;
}

td.ArrowButtonRightDown {
    width: 16px;
    height: 20px;
    background-image: url('../images/r1arrow.png');
    background-repeat: no-repeat;
}

a.ButtonLink:hover {
    font-family: Helvetica;
    font-size: 14px;
    COLOR: #ffffff;
    FONT-WEIGHT: bold;
    text-decoration: none;
}

a.ButtonLink:link {
    font-family: Helvetica;
    font-size: 14px;
    COLOR: #ffffff;
    FONT-WEIGHT: bold;
    text-decoration: none;
}

a.ButtonLink:visited {
    font-family: Helvetica;
    font-size: 14px;
    COLOR: #ffffff;
    FONT-WEIGHT: bold;
    text-decoration: none;
}

a.ButtonLink:active {
    font-family: Helvetica;
    font-size: 14px;
    COLOR: #ffffff;
    FONT-WEIGHT: bold;
    text-decoration: none;
}

.centeredTable {
    margin-left: 290px;
    margin-right: auto;
}

.mainLayoutWidth {
    width: 1300px;
}

.filterBox {
    border-style: solid;
    margin-top: 30px;
    border-color: grey;
    border-width: 1px;
    border-spacing: 2px;
    border-collapse: separate;
    padding: 2px;
    margin-bottom: -20px;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: max-content;
    background-color: grey;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 150%;
}

.tooltip {
    float: right;
    position: relative;
}

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }
