﻿
/* DEFAULTS
----------------------------------------------------------*/
body {
    background-color: #ffffff;
    font-size: .90em;
    font-family: "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    color: #505050;
}

.RadForm_Office2010Silver.rfdZone {
    background-color: #ffffff !important;
}


img {
    margin: 0;
    padding: 0;
    border: 0;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul li {
        display: inline;
        list-style: none;
    }

h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
}

html, body, form {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

textbox {
    border: 1px #d1d1d1 solid !important;
    padding: 5px;
    color: #505050;
}

#DataSourceList {
    width: 380px;
    height: 35px;
}

.wizardTitleBar {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 25px;
    font-weight: bold;
    background-color: #3399FF;
    color: White;
    text-align: center;
}

.wizardBody {
    position: relative;
    height: 100%;
    width: 100%;
    min-height: 550px;
}

.wizardFooter {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 25px;
    font-weight: bold;
    background-color: #3399FF;
    color: White;
    text-align: left;
}

.wizardBackButton {
    position: absolute !important;
    right: 25px;
}

.wizardRange {
    padding: 10px;
    display: block;
    width: 100%;
}

.wizardButtons {
    display: block;
    text-align: center;
    padding: 10px;
}

.WizardForm {
    padding: 10px;
}

.wizardNextButton {
    position: absolute;
    right: 10px;
    padding: 10px;
}

.ThreeColumns {
    float: left;
    padding: 10px;
}

.TopMenu {
    margin: 10px 15px 0 0;
    list-style: none;
    float: right;
}

    .TopMenu li {
        float: left;
        margin: 0 0 0 10px;
    }

.CommonMenu {
    width: 100%;
    height: 60px;
    max-height: 60px;
    background-color: #0063a9;
    color: #ffffff;
    float: left;
}

    .CommonMenu h1 {
        font-size: 16px;
        font-weight: normal;
        float: left;
        margin: 13px 0 0 20px;
    }

    .CommonMenu .logo {
        padding: 0 0 0 24px;
        float: left;
    }

.tabStrip {
    background-color: #d8dadd;
    text-align: left;
    height: 40px;
    font-size: 18px;
    padding: 0 0 0 10px;
    line-height: 40px;
}

.panelHeader {
    background-color: #d8dadd;
    text-align: left;
    height: 40px;
    font-size: 18px;
    padding: 0 0 0 10px;
    line-height: 40px;
    margin: 0 0 10px 10px;
}

#workSpaceDesignerContainer {
    height: 100%;
    width: 100%;
    overflow: auto;
    margin-left: auto;
    margin-right: auto;
}

#PageMenu {
    width: 100%;
    height: 40px;
    max-height: 40px;
    background-color: #c9dae7;
    margin: 4px 0 10px 0;
    float: left;
}

    #PageMenu UL {
        margin: 8px 10px 0 24px;
    }

        #PageMenu UL LI {
            padding: 5px;
        }


#dsLogin_Login {
    padding-left: 40px;
}

#PageFooter {
    height: 25px;
    max-height: 25px;
    background-color: #cbcbcb;
    padding: 10px;
}

#WorkspaceTable {
    border: none !important;
    width: 100%;
    height: 100%;
}

TD .NavPanel {
    border: none;
    background-color: #d8dadd;
    text-align: center;
    padding: 0 5px 0 5px;
    margin: 0 10px 0 10px;
    width: 80%;
    height: 100%;
    min-height: 40px;
}


.returnToDSXWeb {
    position: absolute;
    right: 25px;
    top: 5px;
    padding: 3px;
}

.fileMenu {
    position: relative;
    display: inline-block;
}

.createMenu {
    position: relative;
    display: inline-block;
}

.dsContent {
    width: 100%;
    height: 100%;
}

.ToApplicationButton {
    background: url("../Images/ico_orw.png");
    background-position: center;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    padding: 3px;
}

.ToWorkspaceDesigner {
    background: url("../Images/ico_owd.png");
    background-position: center;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    padding: 3px;
}

.ToHome {
    background: url("../Icons/home.png");
    background-position: center;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    padding: 3px;
}

.promptText {
    font-size: medium;
    color: white;
    font-weight: bold;
}

.commonMenuTitle {
    font-size: xx-large;
    position: absolute;
    top: -5px;
    left: 10px;
    font-weight: bold;
}

.SaveButton {
    background: url("../Images/save.png");
    background-position: center;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    padding: 3px;
}

.NewButton {
    background: url("../Icons/icon_new.png");
    background-position: center;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    padding: 3px;
}

.SaveAsButton {
    background: url("../Icons/icon_saveas.png");
    background-position: center;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    padding: 3px;
}

.OpenButton {
    background: url("../Icons/icon_open.png");
    background-position: center;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    padding: 3px;
}

.DescriptiveButton {
    background: url("../Images/manageDP.png");
    background-position: center;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    padding: 3px;
}

.AggregationButton {
    background: url("../Icons/widgets_aggregation.png");
    background-position: center;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    padding: 3px;
}

.SpreadSheetButton {
    background: url("../Images/manageSP.png");
    background-position: center;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    padding: 3px;
}

.ChartButton {
    background: url("../Icons/widgets_charts.png");
    background-position: center;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    padding: 3px;
}

.DashboardButton {
    background: url("../Icons/widgets_dashboard.png");
    background-position: center;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    padding: 3px;
}


.centerElements {
    text-align: center;
    padding: 15px;
}

.rightContent {
    text-align: right;
    padding: 15px;
}

.BringToFront {
    z-index: 1000000000 !important;
}

div.RadMenu ul.rmVertical,
div.RadMenu ul.rmHorizontal,
div.RadMenu ul.rmRootScrollGroup,
div.RadMenu_Context ul.rmHorizontal {
    max-height: 200px;
}

.rmActive.rmVertical.rmGroup.rmLevel1 {
    overflow-x: hidden;
    overflow-y: auto;
}

/* top navigation - added by jayan */

.RadForm_Office2010Silver .rfdValidationSummaryControl, .RadForm_Office2010Silver .rfdLoginControl {
    background-color: transparent !important;
    padding: 5px !important;
}

/* Login page - added by jayan */


#LoginForm {
    margin-left: 15px;
}

#productSelection {
    float: left;
}

    #productSelection span {
        color: red;
    }



    #productSelection ul {
    }

    #productSelection li {
    }

.RadForm_Office2010Silver .rfdValidationSummaryControl, .RadForm_Office2010Silver .rfdLoginControl {
    border: none !important;
}

#productLogo {
    float: left;
    margin-top: 8%;
}

    #productLogo img {
    }

.RadForm .rfdRoundedCorners {
    border-radius: 0 !important;
}

.RadForm_Office2010Silver.rfdTextbox input[type="text"].rfdDecorated, .RadForm_Office2010Silver.rfdTextbox input[type="password"].rfdDecorated, .RadForm_Office2010Silver.rfdTextbox input[type="search"].rfdDecorated, .RadForm_Office2010Silver.rfdTextbox input[type="url"].rfdDecorated, .RadForm_Office2010Silver.rfdTextbox input[type="tel"].rfdDecorated, .RadForm_Office2010Silver.rfdTextbox input[type="email"].rfdDecorated, .RadForm_Office2010Silver.rfdTextarea textarea, .RadForm_Office2010Silver.rfdTextarea textarea[disabled].rfdDecorated:hover, .RadForm_Office2010Silver.rfdTextbox input[disabled][type="text"].rfdDecorated:hover, .RadForm_Office2010Silver.rfdTextbox input[disabled][type="password"].rfdDecorated:hover, .RadForm_Office2010Silver.rfdTextbox input[disabled][type="search"].rfdDecorated:hover, .RadForm_Office2010Silver.rfdTextbox input[disabled][type="url"].rfdDecorated:hover, .RadForm_Office2010Silver.rfdTextbox input[disabled][type="tel"].rfdDecorated:hover, .RadForm_Office2010Silver.rfdTextbox input[disabled][type="email"].rfdDecorated:hover {
    border: 1px #d1d1d1 solid !important;
    padding: 0 5px !important;
    color: #505050 !important;
    background: #ffffff !important;
    height: 36px !important;
    width: 220px !important;
}

.RadForm.rfdTextbox input[type="text"].rfdDecorated, .RadForm.rfdTextbox input[type="password"].rfdDecorated, .RadForm.rfdTextarea textarea, .RadForm.rfdTextarea textarea[disabled].rfdDecorated:hover, .RadForm.rfdTextbox input[disabled][type="text"].rfdDecorated:hover, .RadForm.rfdTextbox input[disabled][type="password"].rfdDecorated:hover, .RadForm.rfdLabel label, .RadForm .rfdDecorated, .RadForm .rfdCheckboxChecked, .RadForm .rfdInputDisabled.rfdCheckboxChecked:hover, .RadForm .rfdCheckboxUnchecked, .RadForm .rfdInputDisabled.rfdCheckboxUnchecked:hover, .RadForm .rfdAspLabel, .RadForm .rfdRadioUnchecked, .RadForm .rfdInputDisabled.rfdRadioUnchecked:hover, .RadForm .rfdRadioUnchecked:hover, .RadForm .rfdRadioChecked, .RadForm .rfdInputDisabled.rfdRadioChecked:hover, .RadForm .rfdRadioChecked:hover, .RadForm .riTextBox, .RadForm .rfdValidationSummaryControl, .RadForm .rfdLoginControl, .RadForm legend {
    font-size: inherit !important;
}

input:-webkit-autofill {
    background-color: #ffffff !important;
}

.RadForm_Office2010Silver.rfdButton a.rfdSkinnedButton, .RadForm_Office2010Silver.rfdButton input[type="button"].rfdDecorated, .RadForm_Office2010Silver.rfdButton input[type="reset"].rfdDecorated, .RadForm_Office2010Silver.rfdButton input[type="submit"].rfdDecorated, .RadForm_Office2010Silver.rfdButton .rfdSkinnedButton button, .RadForm_Office2010Silver a.rfdSkinnedButton, .RadForm_Office2010Silver .rfdSkinnedButton button, .RadForm_Office2010Silver .rfdSkinnedButton input.rfdDecorated, .RadForm_Office2010Silver.rfdButton a.rfdSkinnedButton, .RadForm_Office2010Silver.rfdButton a.rfdSkinnedButton * {
    background-color: #2fbf2f !important;
    color: #ffffff !important;
    border: none !important;
    padding: 0 15px !important;
    background-image: none !important;
    font-size: 16px !important;
}

.RadForm a.rfdSkinnedButton, .RadForm a.rfdSkinnedButton * {
    height: 40px !important;
    line-height: 40px !important;
    font-size: 16px !important;
}

.RadForm .rfdValidationSummaryControl, .RadForm .rfdLoginControl {
    cursor: hand !important;
}

.rfdRoundedInner {
    border: none !important;
}

.rfdRoundedOuter {
    border: none !important;
}

.topSpacing10 {
    padding-top: 10px;
}

.txtnew {
    background-color: #F5F5F5;
    width: 375px;
    height: 35px;
    color: #fff;
    border: 1px solid #BBBFC2;
    color: #000;
    padding-left: 3px;
    margin-bottom: 10px;
    float: left;
}

.multiDBpreloader {
    background-color: transparent !important;
    width: 40px;
    height: 30px;
    float: left;
}


.FailureText {
    color: #a94442 !important;
    background: #f2dede url('../../Images/alert_icn.png') no-repeat 8px 10px !important;
    font-size: 12px;
    padding: 10px 8px;
    margin: 5px 0px;
    float: left;
    border: 1px solid #ebccd1;
    border-radius: 4px;
    padding-left: 28px;
    width: 345px;
    display: none;
}

.resetBtn_Span {
    margin-left: -5px !important;
    margin-top: 8px !important;
    float: left;
    color: white !important;
}

.labelPadding {
    padding: 0 30px 10px 0;
    margin-top: 9px;
    float: left;
    font-size: 16px;
    color: white;
    font-weight: 500;
}

.dataPadding {
    padding-top: 5px;
}

#dsxWorkSpaceDesignerMenuPane {
    border: none !important;
}

#dsWorkSpaceDesignerWorkAreaContainer {
    border: none !important;
}
/* Left panel collapsable menu - added by jayan */

#RAD_SPLITTER_dsxWorkSpaceDesignerRoot {
    border: none;
}

.RadPanelBar_Office2010Silver {
    background-color: #ffffff !important;
}

.RadPanelBar .rpRootGroup {
    border: none !important;
}

#RAD_SPLITTER_PANE_CONTENT_dsxWorkSpaceDesignerMenuPane {
    border-right: 3px #dcdcdc solid;
    padding: 0 10px 0 24px;
    width: 225px;
}

.RadPanelBar_Office2010Silver div.rpHeaderTemplate, .RadPanelBar_Office2010Silver a.rpLink {
    background-color: #c9dae7 !important;
    background-image: none !important;
    height: 40px !important;
    border: none !important;
    margin-bottom: 2px !important;
}

.RadPanelBar_Office2010Silver .rpOut {
    border: none !important;
    line-height: 40px !important;
    font-size: 14px !important;
}

.RadPanelBar_Office2010Silver .rpExpandable span.rpExpandHandle, .RadPanelBar_Office2010Silver .rpExpanded span.rpExpandHandle {
    background-image: url("../Images/Expandable.png") !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
}


.RadDock .RadDock_Office2010Silver {
    border-bottom: 1px #ffffff solid !important;
    width: 100% !important;
}

.rdTable {
    border-bottom: 1px #ffffff solid !important;
    width: 100% !important;
}

.rpTemplate {
    background-color: #ffffff !important;
}

.RadDockZone .RadDockZone_Office2010Silver .rdVertical {
    background-color: #ffffff !important;
    width: 100% !important;
}

.RadPanelBar .rpExpandable .rpExpandHandle, .RadPanelBar .rpExpanded .rpExpandHandle {
    margin: 16px 5px 0 0 !important;
}

.RadDockZone .RadDockZone_Office2010Silver .rdVertical {
    width: 100% !important;
}

.rdContent {
    background-image: url("../Images/Mouse-Drag.png") !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
}



#dsxWorkSpaceDesigherCommandPanelBar_i1_descriptivePanelDockZone {
    width: 100% !important;
}

#dsxWorkSpaceDesigherCommandPanelBar_i3_spreadsheetPanelZone {
    width: 100% !important;
}

/* main content area - added by jayan */

#WorkAreaSplitter {
    border-left: 3px #dcdcdc solid;
    padding: 0 0 0 10px;
}

.RadForm_Office2010Silver.rfdScrollBars ::-webkit-scrollbar-track-piece, .RadForm_Office2010Silver.rfdScrollBars ::-webkit-scrollbar-corner {
    background-color: #f1f1f1 !important;
}

.RadDock_Office2010Silver .rdTop .rdLeft, .RadDock_Office2010Silver .rdTop .rdRight, .RadDock_Office2010Silver .rdTop .rdCenter, .RadDock_Office2010Silver .rdBottom .rdLeft, .RadDock_Office2010Silver .rdBottom .rdRight, .RadDock_Office2010Silver .rdBottom .rdCenter {
    background-image: none !important;
    background-color: #f1f1f1 !important;
    margin-bottom: 1px !important;
}

.RadDock_Office2010Silver .rdMiddle .rdLeft, .RadDock_Office2010Silver .rdMiddle .rdRight {
    background-image: none !important;
    background-color: #f1f1f1 !important;
}

.RadDock_Office2010Silver .rdMiddle .rdCenter, .RadDock_Office2010Silver .rdBottom .rdCenter {
    background-color: #f1f1f1 !important;
}

.RadForm_Office2010Silver.rfdScrollBars ::-webkit-scrollbar-track-piece, .RadForm_Office2010Silver.rfdScrollBars ::-webkit-scrollbar-corner {
    margin: 1px 0 0 0 !important;
}

.RadDockZone_Office2010Silver {
    border: none !important;
}

.rpSlide {
    background-color: #f1f1f1 !important;
}

.RadDockZone {
    padding: 0 !important;
}

#WorkSpaceContainer {
    clear: both !important;
    height: 100% !important;
}

#AreaA {
    border: none !important;
}


.login-top {
    height: 30%;
    background-color: #0063a9;
}

.login-bottom {
    height: 30%;
    background-color: #0063a9;
}


.login-middle {
    width: 700px;
    background-color: #fff;
    padding-top: 40px;
    height: 224px;
    margin: 0px auto;
}

/* Styles From Login.aspx */

.login-middle1 {
    width: 100%;
    background-color: #fff;
    height: 250px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 35%;
    margin: 0px auto;
    overflow: hidden;
}

    .login-middle1 .inner {
        width: 700px;
        margin: 0px auto;
        background-color: #fff;
    }

.btnnew {
    border: none !important;
    width: auto !important;
    text-align: left;
    padding-left: 42px;
    font-size: 14px !important;
    float: right;
    margin-right: 10px;
    cursor: pointer;
    height: 35px;
    color: #fff;
}

.lgn_btn_width {
    width: 65px !important;
}

.btnnew input[type="button"] {
    font-size: 14px !important;
    color: white !important;
    background-image: none !important;
    border: none !important;
    padding-left: 0px !important;
    padding-top: 2px;
    -webkit-appearance: none !important;
    height: 100%;
    font-weight: 600;
}

.lgn_login_icn {
    background: #093051 url('../../../Content/Images/login_Icn.png') 10px no-repeat !important;
}

.lgn_loading_icn {
    background: url('../../../Content/Icons/User_Icons/conn_DB_Loader.svg') 10px no-repeat !important;
}

.lgn_bg_Color {
    background-color: #093051 !important;
}

.lgn_data_icn {
    background: #093051 url('../../../Content/Images/data_L_icn.png') 10px no-repeat !important;
}

.lgn_cancel_icn {
    background: #093051 url('../../../Content/Images/lgn_cancel_icn.png') 10px no-repeat !important;
}

.lgn_reset_icn {
    background: #093051 url('../../../Content/Images/reset_icn.png') 10px no-repeat !important;
    padding-right: 10px;
}

#loginTable {
    margin-left: 5px;
}


#productSelection {
    margin-top: 10px;
}

.bodyStyle {
    background: #0A3753;
    position: relative;
    width: 100%;
    height: 92%;
    float: left;
}


/* Styles Added By Alagar For New Login Screen */

/* Common Styles For Login Page */

body {
    font-family: 'Segoe UI';
    margin: 0px;
    padding: 0px;
    color: black;
}

.wrapper {
    width: 100%;
    height: 100%;
    float: left;
}

.wrap {
    width: 100%;
}

.login_Cntner {
    position: fixed;
    left: 0px;
    top: 0;
    overflow: hidden;
    z-index: 0;
    opacity: 1;
    width: 100%;
    height: 100%;
    background: url('../../Images/new_LoginBg.png') no-repeat center center fixed;
    transition: opacity 1s;
    -moz-transition: opacity 1s;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    -ms-transition: opacity 1s;
    transition-property: opacity;
    transition-duration: 1s;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


div.contentPart {
    color: white;
    height: 375px;
    width: 100%;
    margin: 0px auto;
    z-index: 1;
    margin-top: 12%;
}

#bg {
    position: fixed;
    top: 0;
    left: 0;
}

.bgwidth {
    width: 100%;
}

.bgheight {
    height: 100%;
}

.logo_Img {
    width: 100%;
}

    .logo_Img img {
        float: right;
        margin: 20px 0px;
        margin-left: 20%;
    }

.db_SlctImg {
    width: auto !important;
    margin-top: 8px !important;
}

.prductSuite, .lgn_Panel {
    float: left;
    width: 490px;
    margin-left: 15%;
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .prductSuite, .lgn_Panel {
        margin-left: 6%;
    }
}


.lgn_Panel {
    margin-left: 0%;
}

.margin0auto {
    width: 80%;
    margin: 0px auto;
}

.lgn_Title, .datasurce_Title {
    font-size: 24px;
    font-weight: 500;
    padding: 10px 20px;
    padding-bottom: 8px;
}

.productList {
    width: 250px !important;
}

.dbList {
    width: 254px !important;
    height: 30px !important;
}

.prdctList li {
    list-style: none;
    padding: 8px;
    font-size: 16px;
    float: left;
    font-weight: 500;
}

    .prdctList li:nth-child(3n), li:nth-child(4n) {
        width: 100%;
    }

.prdctList span {
    margin-left: 5px;
    margin-top: 3px;
}

.datasurce_Panel {
    font-size: 14px;
    float: right;
    margin-right: 5px;
    margin-top: 4px;
    font-weight: normal;
}

    .datasurce_Panel img {
        float: right !important;
        width: 28px;
    }

.lgn_Title img, .datasurce_Title img {
    float: left;
    width: 28px;
    margin-right: 15px;
    margin-top: 4px;
}

.marginRight0 {
    margin-right: 0px !important;
}


.datasurce_Panel span {
    margin-top: -2px;
    float: right;
    margin-left: 9px;
    padding-bottom: 0px;
    margin-right: 15px;
    text-decoration: underline;
}

.selct_DataSou {
    text-align: right;
    margin-top: 8px;
    float: right;
    font-size: 14px;
    color: #FFFFFF;
    margin-right: 10px;
    font-weight: 500;
}

.floatLeft {
    float: left;
    width: 100%;
}


.marginLeft5 {
    margin-left: 5px;
}

.marginTop15 {
    margin-top: 15px;
}

.prdctList li .rbPrimaryIcon {
    float: left;
}

.prdctList li .rbText {
    float: left;
    margin-left: 10px;
    color: white;
    font-size: 16px;
    font-weight: 500;
    margin-top: 0px;
}

.posRelative {
    position: relative;
}


.remembrDiv {
    padding-right: 15px;
    color: white;
    font-size: 14px;
    font-weight: 500;
}


.versionDetails {
    font-size: 11px;
    font-weight: normal;
    margin-left: 10px;
}


.prductSute_ulAlign {
    float: left;
    margin-top: 15px;
    margin-left: 25px;
}

.RadComboBoxDropDown_Office2010Silver .rcbHovered, .RadComboBoxDropDown_Office2010Silver .rcbCheckAllItemsHovered {
    background-color: transparent !important;
}

.RadComboBox_Office2010Silver .rcbInput {
    font-size: 15px !important;
}

.RadComboBoxDropDown_Office2010Silver {
    font-size: 15px !important;
}

.RadComboBoxDropDown .rcbItem, .RadComboBoxDropDown .rcbHovered, .RadComboBoxDropDown .rcbDisabled, .RadComboBoxDropDown .rcbLoading, .RadComboBoxDropDown .rcbCheckAllItems, .RadComboBoxDropDown .rcbCheckAllItemsHovered {
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
}
