﻿* {
    scrollbar-width: thin;
}
body {
    font-family: Calibri;
    margin: 0;
}

.error-overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0.7;
    background-color: #666666;
    display: none;
}

.error_dialog {
    background: #fff;
    font: normal 13px Arial;
    padding: 10px;
    position: absolute;
    text-align: left;
    display: block;
    width: 256px;
    box-shadow: #000017 0px 2px 10px;
    border-radius: 3px;
    display: none;
    left: 190.5px;
    top: 149.5px;
    z-index: 100000;
}

.activeSheetCellDialog {
    background: #fff;
    font: normal 13px Arial;
    padding: 10px;
    position: absolute;
    text-align: left;
    display: block;
    width: 280px;
    box-shadow: #000017 0px 2px 10px;
    border-radius: 3px;
    display: none;
    left: 27%;
    top: 38%;
    z-index: 100000;
}
.error_dialog_icon {
    float: left;
    width: 40px;
    text-align: center;
    margin-top: 4px;
}

.error_dialog_content {
    float: left;
    width: 190px;
    padding-left: 12px;
    padding-right: 0px;
    padding-top: 9px;
    padding-bottom: 10px;
}

.error_dialog_title {
    color: #EE262C;
    font-size: 14px;
    font-weight: bold;
}

.error_dialog_message_detail {
    color: black;
    font-size: 12px;
    font-weight: normal;
}

.error_dialog_buttons {
    display: block;
    margin-top: 7px;
}

.error_dialog_button_view {
    padding: 4px 15px 4px 15px;
    background-color: #F57A34;
    color: white;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    width: 80px;
}

.error_dialog_button_cancel {
    padding: 4px 15px 4px 15px;
    background-color: #e6e6e6;
    color: black;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-left: 10px;
    cursor: pointer;
    width: 80px;
}
.btnSetText {
    padding: 3px 23px;
    background-color: rgb(253,123,47);
    color: white;
    border: 2px solid rgb(253,123,47);
    border-radius: 4px;
    margin-left: 10px;
    float: right;
    cursor: pointer;
}
.btnCancelSheetCellText {
    padding: 4px 12px;
    background-color: #e6e6e6;
    color: black;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-left: 10px;
    float: right;
    cursor: pointer;
}

/*.error_dialog_close_icon {
    float: left;
    cursor: pointer;
}*/

#header {
    padding: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(https://chartexpo.com/ChartExpoForGoogleSheetAddin/Images/loader.gif) center no-repeat #fff;
    opacity: 0.8;
}

.se-pre-con-datasource {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(https://chartexpo.com/ChartExpoForGoogleSheetAddin/Images/loader.gif) center no-repeat #fff;
    opacity: 0.8;
}
.se-pre-con-loader {
    /*position: fixed;
    left: 0px;
    top: 0px;
    width: 120px;
    height: 40px;
    z-index: 9999;
    background: url(https://chartexpo.com/ChartExpoForGoogleSheetAddin/Images/loader2.gif) center no-repeat #fff;
    opacity: 0.8;*/
    position: absolute;
    /*left: 0px;
    top: 0px;*/
    width: 180px;
    height: 150px;
    z-index: 9999;
    background: url(https://chartexpo.com/ChartExpoForGoogleSheetAddin/Images/loader_small.gif) center no-repeat #fff;
    opacity: 0.8;
}

.chartHelpiconstoppadding {
    margin-top: 5px;
}



#chartpageheader {
    background-color: darkslategrey;
    width: 300px;
    height: 40px;
}

#addchartIcon {
    /* float: right; */
    cursor: pointer;
    bottom: 0;
    /* margin-top: -18px; */
    position: absolute;
    right: 0;
    margin-right: 7px;
}

#Closeicon {
    float: right;
    margin-top: 14px;
    cursor: pointer;
    margin-right: 15px;
}

#googlesheetlogo {
    height: 25px;
    width: 125px;
    margin-top: 10px;
    float: left;
    padding-top: 0px;
    padding-bottom: 0px;
    cursor: pointer;
    margin-left: 20px;
}

#charticonsmenubar {
    width: 300px;
    background-color: #F4F4F4;
    height: 51px;
    text-align: center;
}

.charticonhelppadding {
    margin-bottom: 10px;
}

#helpimg {
    margin-top: -4px;
}

.charticonstoppadding {
    padding-top: 2px;
}

.charticonsdiv {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    float: left;
}

.imagestyles {
    padding-top: 10px;
    /*padding-bottom: 5px;*/
    height: 32px;
}

#charticonsmenubar .imagestyles {
    padding-top: 5px;
    padding-bottom: 4px;
}

#CreateChartText {
    font-size: 14px;
    font-weight: lighter;
}

#SearchLogo {
    margin-top: 0px;
    float: left;
    padding-left: 5px;
}

#MyChartlogo {
    background-image: url('../Images/mychart-icon.png');
}

.menuspanstyle {
    display: block;
    font-size: 13px;
    padding-left: 4px;
    padding-top: 0px;
    color:black;
    padding-right: 4px;
    border-right: 1px solid grey;
}

.noLeftborder {
    border-right: none;
    font-weight: normal;
    text-align: center;
}

.noSpanLeftborder {
    border-right: none;
    color: gainsboro;
    padding-left: 10px;
    font-size: 15px;
}

.SearchChartDiv {
    background-color: #F3F3F3;
    text-align: center;
    padding:4px 0px;
    border: 1px solid #E4E4E4;
    border-left:none;
    border-right:none;
}

.SearchTextbox {
    border: none;
    outline: none;
    font-size:15px !important;
    color:black;
    padding: 7px 0px;
    float:left;
    width:81%;
    /*height:100%;*/
}

.SearchtextboxDiv {
    border-radius: 20px;
    background-color: white;
    width: 50%;
    height: 32px;
    border: 1px solid #E4E4E4;
    margin-left: auto;
    margin-right: auto;
}

.RefreshBtn {
    height: 40px;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    border: none;
}

.Nopadding {
    padding-top: 0;
}

#CreateChartContentDiv {
    width: 300px;
    height: 220px;
    text-align: center;
}

.CreateChartDiv {
    font-size: 24px;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    border: none;
    margin-top: 60px;
}

#PlusButton {
    font-size: 60px;
}

#ChartDropdown {
    width: 265px;
    margin-top: 7px;
    height: 40px;
    border-radius: 50px;
    outline: none;
    cursor: pointer;
    background-color: #F4F4F4;
}

#SelectedChartDiv {
    margin-top: 7px;
    text-align: center;
    width: 265px;
    margin-left: 35px;
}

.ChartDivs img {
    text-align: center;
    width: 45px;
    height: 45px;
}

.ChartDivs {
    background-color: white;
    border: 1px solid gainsboro;
    width: 110px;
    margin-right: 10px;
    height: 110px;
    text-align: center;
    float: left;
    cursor: pointer;
    margin-bottom: 15px;
    border-radius: 5px;
}

#DropdownChartsDiv {
    display: none;
    text-align: center;
    width: 300px;
}

#myChartsThumbnailsDiv {
    width: 300px;
    text-align: center;
    overflow: auto;
}

.RowOptionsDiv {
    width: 280px;
    border-bottom: 1px solid gainsboro;
    padding-bottom: 0px;
    float: left;
    margin-left:9px;
}

.ChartImageDiv {
    margin-top: 16px;
   
    border-radius: 9px;
    float: left;
    height: 80px;
    width: 80px;
    border: 1px solid gainsboro;
    background-color: white;
}

.ChartOptionsLabels {
    width: 186px;
    float: left;
}

.chartoptionsrowdiv {
    background-color: transparent;
    outline: none;
    padding-top: -3px;
    cursor: pointer;
    height: 21px;
    /*margin-left: 15px;*/
    float: left;
}

.fontBtnsDiv {
    width: 265px;
}

.FontstyleDropdown {
    width: 175px;
    outline: none;
    border: 1px solid gainsboro;
    background-color: white;
    margin-top: 5px;
    border-radius: 5px;
    color:black;
    cursor: pointer;
    height: 35px;
    margin-left: 10px;
}

.chartoptionsrowdiv img {
    float: left;
    margin-left: 10px;
    padding: 0px;
}

.viewchart {
    margin-left: -25px;
}

.editchart {
    margin-left: -27px;
}

.insertchart {
    padding-left: 3px;
}

.removechart {
    margin-left: -15px;
}

.chartoptionsrowdiv p {
    margin-top: 0px;
    margin-bottom: 3px;
    float: left;
    font-size: 14px;
    color: dimgrey;
    width: 130px;
}

.charttitle {
    font-size: 15px;
    color: darkorange;
    text-align: left;
    margin-left: 11px;
    font-weight: bold;
    width: 170px;
    height: 20px;
    float: left;
    overflow: hidden;
    margin-bottom: 5px;
    margin-top: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#ChartviewMainDiv {
    background-color: white;
    height: 500px;
    overflow: hidden;
}

.FloatRightEditChart {
    float: right;
    background-color: darkorange;
    border-radius: 25px;
    border: 1px solid darkorange;
    width: 120px;
    margin-right: 20px;
    height: 30px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    color: white;
}


.FloatRightSampledata {
    float: right;
    background-color: darkorange;
    border-radius: 25px;
    border: 1px solid darkorange;
    width: 120px;
    margin-right: 10px;
    height: 30px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    color: white;
}

.propertiesdiv {
    padding-top: 10px;
    float: right;
}

#CancelDiv {
    background-color: white;
    float: left;
    border-radius: 25px;
    border: 1px solid darkorange;
    margin-right: 10px;
    height: 20px;
    cursor: pointer;
    font-size: 12px;
    color:black;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 5px;
    padding-top: -10px;
    margin-left: 10px;
    margin-top: 15px;
    font-weight: bold;
    padding-top: 2px;
}

#ApplyDiv {
    background-color: darkorange;
    border-radius: 25px;
    border: 1px solid darkorange;
    padding-top: 2px;
    margin-right: 10px;
    height: 20px;
    float: left;
    cursor: pointer;
    font-size: 12px;
    margin-bottom: 5px;
    padding-top: -10px;
    margin-left: 10px;
    margin-top: 15px;
    font-weight: bold;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
}

.chartcontainerimg {
    height: 350px;
    width: 400px;
}

.ChartContainer {
    margin-left: 120px;
    height: 350px;
    margin-top: 40px;
    width: 400px;
}

.FloatRightPropertySampleData {
    float: right;
    margin-right: 10px;
    font-size: 14px;
    font-weight: bold;
    background-color: white;
    border-radius: 25px;
    border: 1px solid darkorange;
    width: 120px;
    height: 30px;
    cursor: pointer;
    color:black;
}

.FloatRightProperties {
    float: right;
    margin-right: 20px;
    font-size: 14px;
    font-weight: bold;
    background-color: white;
    border-radius: 25px;
    border: 1px solid darkorange;
    width: 120px;
    height: 30px;
    cursor: pointer;
    color:black;
}

.setPropertiespadding {
    border-right: none;
    padding-top: 7px;
    outline: none;
    text-align: center;
}

.setSampledatapadding {
    border-right: none;
    padding-top: 7px;
    text-align: center;
    color: white;
    outline: none;
}

#tabletitleDiv {
    height: 50px;
    margin-left: 20px;
    text-align: center;
    background-color: #616161;
    margin-top: 50px;
    border: 1px solid gainsboro;
    text-align: left;
}

#Tabletitle {
    color: white;
    font-size: 24px;
    float: left;
    font-weight: bold;
    border-right: none;
    margin-top: 8px;
    margin-left: 20px;
}

/*#propertyContentDiv {
    width: 200px;
    background-color: white;
    margin-top: -2px;
}*/

#txtBox {
    width: 175px;
    outline: none;
    border: 1px solid gainsboro;
    background-color: white;
    text-align: center;
    margin-top: 5px;
    border-radius: 5px;
    height: 35px;
    margin-left: 10px;
}

.txtfont {
    color:black;
    font-size: 14px;
    margin-left: 10px;
    font-weight: bold;
    margin-top: 7px;
    padding-top: 4px;
    padding-bottom: 1px;
    width: 30px;
    float: left;
    outline: none;
    border: 1px solid gainsboro;
    background-color: white;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    height: 20px;
}

.FontSizeDropDown {
    width: 50px;
    outline: none;
    border: 1px solid gainsboro;
    background-color: white;
    margin-top: 7px;
    border-radius: 5px;
    font-weight: bold;
    color:black;
    cursor: pointer;
    height: 27px;
    margin-left: 10px;
}

.txtlabel {
    color:black;
    font-size: 14px;
    margin-left: 10px;
    font-weight: bold;
    margin-top: 7px;
}

/*#PropertyWindow {
    width: 200px; 
    height: 310px;
    float: right;
    margin-top: 40px;
    margin-right: 20px;
        
    float: left;
    background-color: white;
    border: 1px solid gainsboro;
}*/

/*#propertytitleDiv {
    width: 200px;
    height: 30px;
    text-align: center;
    background-color: #616161;
    border: 1px solid gainsboro;
}*/

#Propertytitle {
    color: white;
    font-size: 14px;
    float: left;
    font-weight: bold;
    border-right: none;
    margin-top: 7px;
    margin-left: 12px;
}

.ChartdimensionContainer {
    width: 750px;
    height: 530px;
    background-color: white;
}

.metric {
    float: left;
}
.dropdowncolor, .metricdropdowncolor {
    background-color: white;
}

.dimension {
    float: left;
}

#MaintableDiv {
    height: 395px;
    margin-left: 20px;
    background-color: white;
    border: 1px solid gainsboro;
}

.sampledatatable, .sampledatatabledata, .sampledatatableheader {
    border: 1px solid #ddd;
    text-align: center;
}

.sampledatatable {
    border-collapse: collapse;
    margin-left: 20px;
}

.sampledatatabledata, .sampledatatableheader {
    text-align: center;
    padding: 5px;
    color: #616161;
}

#AddSheetRowdiv {
    width: 650px;
    padding-top: 15px;
    margin-left: 20px;
}

.FloatLeftCopyClipboard {
    float: left;
    outline: none;
    background-color: darkorange;
    border-radius: 25px;
    border: 1px solid darkorange;
    width: 120px;
    margin-right: 10px;
    height: 30px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    color: white;
}

.GiveMargintoSheet {
    margin-left: 220px;
}

.StyleSheetChart {
    background-color: white;
    border-radius: 25px;
    border: 1px solid darkorange;
    width: 120px;
    margin-right: 10px;
    height: 30px;
    float: left;
    text-align: center;
    margin-right: 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
}

#FloatLeftAddSheet {
    float: left;
    background-color: darkorange;
    border-radius: 25px;
    border: 1px solid darkorange;
    width: 120px;
    margin-right: 10px;
    height: 30px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    color: white;
}

#FloatLeftCancel {
    float: left;
    background-color: white;
    border-radius: 25px;
    border: 1px solid darkorange;
    width: 120px;
    margin-right: 10px;
    height: 30px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
}

#tblheight {
    margin-top: 20px;
    overflow: auto;
    height: 320px;
}


.buttonsContainer {
    border-bottom: 1px solid lightgrey;
    float: left;
    width: 300px;
}

.button {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    width: 135px;
    cursor: pointer;
    border-radius: 20px;
    color:black;
    background-color: #FDE4D6;
    font-size: 13px;
    font-weight: bold;
    margin: 5px;
    float: left;
}

.active, .button:hover {
    background-color: #F47933;
    color: white;
}

.nextLine {
    clear: both;
}


.dimensionsContianer {
    padding: 5px;
    border: 1px solid gainsboro;
    border-radius: 5px;
    float: left;
    background-color: #FBFCFC;
    width: 265px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 20px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.sliderbtn {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .sliderbtn:before {
        position: absolute;
        content: "";
        height: 12px;
        width: 12px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .sliderbtn {
    background-color: #2196F3;
}

input:focus + .sliderbtn {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .sliderbtn:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

/* Rounded sliders */
.sliderbtn.round {
    border-radius: 34px;
}

    .sliderbtn.round:before {
        border-radius: 50%;
    }

/* subScription Header  */







#btnActivateLicense {
    height: 30px;
    width: 110px;
    color: white;
    cursor: pointer;
    border-radius: 5px;
    background-color: #F87B39;
    border: 2px solid #F87B39;
}

.subscriptionTextHead {
    font-weight: 600;
    font-size: 14px;
}

.subscriptionText {
    font-size: 14px;
    color: #5F5F5F;
}

.priceColumn {
    color: #F87B39;
    font-weight: bold;
    font-size: 18px;
    width: 11%;
}

.btnUnSubscribe:hover {
    color: white;
    background-color: #F37A2D;
}
.btnUnSubscribe {
    width: 100px;
    height: 27px;
    color: #F37A2D;
    font-size: 13px;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    border-radius: 8px;
    border: 1px solid #F37A2D;
    background-color: white;
    cursor: pointer;
    margin: 6px 0px;
}
.btnSubscribe {
    cursor: pointer;
    float: left;
    text-decoration: none;
}
.btnMargin{
    margin-left:14px;
}

/*#btnUnsubscribeIndividualUser {
    width: 86px;
    height: 30px;
    color: #5F5F5F;
    cursor: pointer;
    font-size: 14px;
    border-radius: 3px;
    border: 2px solid #F87B39;
    background-color: #F4F4F4;
}*/

.dropDownIcon {
    vertical-align: middle;
    /*width: 19px;*/
}

#licenseKeyTrialDiv {
    margin: 5px;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: white;
}

/* subScription Header  */
.trialSectionHeaderBar {
    table-layout: fixed;
    display: table;
    background-color: #ff4040;
    width: 100%;
}

.buyNowIcon {
    width: 26px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding-left: 12px;
}

    .buyNowIcon p {
        background-color: white;
        width: 14px;
        border-radius: 14px;
        color: red;
        padding: 2px;
        font-size: 12px;
    }

.trialSectionHeaderBarColumn {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    color: white;
}

.btnBuyNow {
    width: 70px;
    height: 24px;
    color: white;
    cursor: pointer;
    font-size: 14px;
    border-radius: 18px;
    font-family: Calibri;
    border: 2px solid #FFFFFF;
    background-color: transparent;
}

.disablesorting {
    display: none;
}

.selectedChartNameDiv {
    border-bottom: 1px solid lightgrey;
    float: left;
    width: 295px;
    /* padding: 6px; */
    height: 28px;
    
    padding-top: 5px;
    color:black;
    font-size: 14px;
    font-weight: bold;
    float:left;
}

.selectedChartTitle {
    float: left;
    padding-top: 2px;
    padding-left: 9px;
}

.selectWithoutArrow {
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
}

    /* For IE10 */
.selectWithoutArrow::-ms-expand {
    display: none;
}

.clickableExploreSampleData {
    text-decoration: underline;
    float: left;
    cursor: pointer;
}

/*#sliderTicks text {
    font-size: 11px;
    font-family: helvetica, arial, san-serif;
    fill: grey;
}

#sliderTicks .axis line {
    fill: none;
    stroke: #999;
    stroke-width: 1px;
    shape-rendering: crispEdges;
}

#sliderTicks .axis path {
    fill: none;
    stroke: none;
    stroke-width: 1px;
    shape-rendering: crispEdges;
}*/
/*hide slider tooltip*/
.ui-slider-tooltip {
    display: none !important;
}

.ui-slider-handle {
    z-index: 0 !important;
}

.ui-slider-range {
    z-index: 0 !important;
}

.bychart {
    padding-top: 1px;
    padding-bottom: 3px;   
    cursor:pointer;
}

.bychart:hover {
   
    background-color: lightgray;
    
}

.bylevel {
    padding-top: 1px;
    padding-bottom: 3px;
   
    cursor: pointer;
}

.bylevel:hover {
   
    background-color: lightgray;
   
}
#divAllChartsContainer
{
    width:50%;
    margin-left:auto;
    margin-right:auto;
}

#categoryListViewContainer {
    height: 35px;
    margin: 7px 0px;
}

.floatRight {
    float: right;
}

.floatLeft {
    float: left;
}

#sortingChartsDropdown {
    display: flex;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    height: 35px;
}

.sortDropdownTxt {
    margin-right: 8px;
}


.fontSize {
    font-size: 9px;
    text-align: center;
    color:black;
}

.sortDropdownTxt {
    margin-right: 8px;
}

#chartsListDDL {
    height: 24px;
    font-size: 12px;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    border:1px solid #DEDEDE;
    width:125px;
}
#listView 
{
  width:33px;
}
.imgSize
{
  cursor:pointer;
}
#listViewChartsContainer {
    margin-bottom: 8px;
    float: left;
    margin-left:12px;
    width:93%;
}
.chartIcon {
    width: 32px;
}
.cursor{
    margin-right:15px;
    cursor:pointer;
}
.btnSize {
    float: left;
    margin-left: 30px;
    cursor:pointer;
}
.imgMargin {
    float: left;
    margin-right: 5px;
    margin-top: 2px;
    height: 24px;
}
#DataSourceDiv {
    position: absolute;
    height: 99.5%;
    border-right: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    background-color: white;
    top: 1px;
}
#divDataSourceCloseBtn {
    position: absolute;
    background-color: lightgrey;
    top: 1px;
    padding: 1px 5px 0px 5px;
    cursor: pointer;
    border-radius:13px;
}
.containerBody {
    font-size: 13px;
    padding-left: 15px;
    padding-top: 8px;
    padding-bottom: 10px;
    width:300px;
    overflow-y: auto;
    overflow-x: hidden;
}
.selectDataSourceTitle_ChartName {
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fontbold {
    font-size: 13px;
    font-weight: normal;
    float: left;
}
.DropdownList {
    width: 130px;
    outline: none;
    font-size: 13px;
    border: 1px dashed gainsboro;
    /*margin-top: 5px;*/
    border-radius: 3px;
    cursor: pointer;
    height: 23px;
    font-family: Calibri;
}

.backcolor {
    background-color: #FBFCFC;
}
.customCheckBoxLabel {
    margin-left: -10px;
}

.customCheckBox {
    cursor: pointer;
    margin: auto;
    position: relative;
    top: 1px;
    left: -4px;
    opacity: 0;
}
#txtBoxHeaderRow {
    width: 127px;
    outline: none;
    border: 1px solid gainsboro;
    /*margin-top: 4px;*/
    border-radius: 3px;
    padding-left: 5px;
    font-size: 12px;
    height: 21px;
}
.info-icon {
    background-color: #4385F3;
    width: 14px;
    border-radius: 14px;
    color: white;
    font-size: 12px;
    text-align: center;
    float: left;
    margin: 0;
    margin-left: 10px;
    cursor: pointer;
}
.Selectdimension {
    width: 106px;
    cursor: pointer;
    height: 20px;
    border: 1px dashed gainsboro;
    background-color: white;
    /* margin-top: 5px; */
    border-radius: 3px;
    padding-top: 3px;
    padding-bottom: 0px;
    padding-left: 3px
}
.imgfloating {
    float: right;
    margin-top: 4px;
    margin-right: 3px;
}

.imagecontainer {
    cursor: pointer;
    opacity: 0.7;
}

.imagecontainer:hover {
    opacity: 1;
}
.slidecontainer {
    width: 275px;
}
.drawbutton {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    width: 108px;
    cursor: pointer;
    border-radius: 7px;
    color: #B8B8B8;
    font-size: 13px;
    font-weight: bold;
    margin-left: 70px;
    border: 1px solid #E7E7E7;
    position: relative;
    margin-left: 45px;
    float: left;
}

.drawbuttonHover {
    background-color: #F37A2D;
    color: white;
}

.activeDrawButton {
    border: 1px solid #F37A2D;
    background-color: white;
    color: #F37A2D;
}

.shakeCreateChartBtn {
    animation: shake 0.5s;
    animation-iteration-count: infinite;
}
@keyframes shake {
    0% {
        transform: translateX(0);
    }

    20% {
        transform: translateX(-10px);
    }

    40% {
        transform: translateX(10px);
    }

    60% {
        transform: translateX(-10px);
    }

    80% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0);
    }
}
.getHelpContactUsDiv {
    margin-left: 180px;
    font-style: italic;
    width: 127px;
    font-size: 13px;
    font-color: orange;
    cursor:pointer;
    margin-bottom: 0px;
    position: relative;
}

.getHelpContactUsDiv a {
    font-weight: bold;
}
.selectRangeTextBox {
    height: 16px;
    padding: 2px;
    float: left;
    width: 70px;
    margin-left: 5px;
    border-radius: 2px;
    border: 1px solid #C5C5C5;
    float: left;
    font-size: 12px;
}
#headerRowLabel
{
    cursor:pointer;
}
.disableElemet::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffffff;
    z-index: 1;
    opacity: 0.7;
}

.disableElemet {
    position: relative;
}
.rearrangeText {
    height: 13px;
    padding-top: 3px;
    color:black;
    z-index: 100;
    position: relative;
}

.info .toolTip-dimensions {
    font-size: 12px;
    color: white;
    position: absolute;
    width: 254px;
    border-radius: 6px;
    background-color: #4385F3;
    padding: 10px;
    left: 17px;
    z-index: 999;
}


.info .toolTip-metrics {
    font-size: 12px;
    color: white;
    position: absolute;
    width: 254px;
    border-radius: 6px;
    background-color: #4385F3;
    padding: 10px;
    left: 17px;
    z-index: 999;
}

.info .toolTip-createChart {
    font-size: 12px;
    color: white;
    position: absolute;
    width: 245px;
    border-radius: 6px;
    background-color: #4385F3;
    padding: 10px;
    z-index: 999;
}


.info .toolTip-createChart::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 8px #4385F3;
    border-right: solid 8px transparent;
    border-left: solid 8px transparent;
    border-bottom: solid 8px transparent;
    position: absolute;
    bottom: -14px;
    left: 25px;
    box-sizing: border-box;
}
.sampleChartAddedTooltip-info .toolTip-createChart {
    font-size: 12px;
    color: white;
    position: absolute;
    width: 187px;
    border-radius: 6px;
    background-color: #4385F3;
    padding: 10px;
    z-index: 999;
}

.sampleChartAddedTooltip-info .toolTip-createChart::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 8px #4385F3;
    border-right: solid 8px transparent;
    border-left: solid 8px transparent;
    border-bottom: solid 8px transparent;
    position: absolute;
    bottom: -14px;
    left: 25px;
    box-sizing: border-box;
}
.info .toolTip-headerRow {
    font-size: 12px;
    color: white;
    position: absolute;
    width: 120px;
    border-radius: 6px;
    background-color: #4385F3;
    padding: 10px;
    right: 25px;
    z-index: 999;
}


    .info .toolTip-headerRow::after {
        content: '';
        width: 10px;
        height: 10px;
        left: 44%;
        box-sizing: border-box;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 10px solid #4385F3;
        top: -10px;
        position: absolute;
    }

.info .toolTip-deletedColumn {
    font-size: 12px;
    color: white;
    position: absolute;
    width: 120px;
    border-radius: 6px;
    background-color: #4385F3;
    padding: 10px;
    z-index: 999;
}

    .info .toolTip-deletedColumn::after {
        content: '';
        width: 10px;
        height: 10px;
        border-top: solid 8px #4385F3;
        border-right: solid 8px transparent;
        border-left: solid 8px transparent;
        border-bottom: solid 8px transparent;
        position: absolute;
        bottom: -14px;
        left: 25px;
        box-sizing: border-box;
    }

.invalidMetric-info .toolTip-invalidMetric {
    font-size: 12px;
    color: black;
    position: absolute;
    width: 213px;
    border: 1px solid #ed1c24;
    border-radius: 6px;
    background-color: white;
    padding: 5px;
    left: 61px;
    top: 181px;
    z-index: 0;
}

.invalidMetric-info .toolTip-invalidRating {
    font-size: 12px;
    color: black;
    position: absolute;
    width: 152px;
    border: 1px solid #ed1c24;
    border-radius: 6px;
    background-color: white;
    padding: 5px;
    left: 116px;
    top: 181px;
    z-index: 0;
}

#arrowPointer {
    content: '';
    width: 10px;
    height: 10px;
    left: 44%;
    box-sizing: border-box;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #ed1c24;
    top: -10px;
    position: absolute;
}

#arrowPointerLikert {
    content: '';
    width: 10px;
    height: 10px;
    left: 44%;
    box-sizing: border-box;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #ed1c24;
    top: -10px;
    position: absolute;
}

.info .toolTip-help {
    font-size: 12px;
    color: white;
    position: absolute;
    width: 125px;
    border-radius: 6px;
    border: 1px solid #4385F3;
    background-color: #4385F3;
    padding: 10px;
    z-index: 999;
}


    .info .toolTip-help::after {
        content: '';
        width: 10px;
        height: 10px;
        border-top: solid 8px #4385F3;
        border-right: solid 8px transparent;
        border-left: solid 8px transparent;
        border-bottom: solid 8px transparent;
        position: absolute;
        bottom: -14px;
        left: 50%;
        box-sizing: border-box;
    }

.tip-close {
    float: right;
    border: 1px solid white;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    margin-top: 10px;
    cursor: pointer;
}

.error-close {
    float: right;
    border: 1px solid #ed1c24;
    background-color: white;
    color: #ed1c24;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    margin-top: 10px;
    cursor: pointer;
}

.error-close:hover {
    float: right;
    border: 1px solid #ed1c24;
    background-color: #ed1c24;
    color: white;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    margin-top: 10px;
    cursor: pointer;
}

.info-icon {
    background-color: #4385F3;
    width: 14px;
    border-radius: 14px;
    color: white;
    font-size: 12px;
    text-align: center;
    float: left;
    margin: 0;
    margin-left: 10px;
    cursor: pointer;
}
.triangle-up {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #4385F3;
    top: -10px;
    position: absolute;
}
.metricRemoveClass, .dimensionRemoveClass, .metricErrorInfoClass {
    visibility: hidden;
}

.placeHolderOpacity{
    opacity: 0.3;
}
.showHideMenu
{
    height:100%;
    float:left;
    display:none;
}
.info .toolTip-headerMenu, .info .toolTip-footerMenu, .info .toolTip-contextMenu {
    position: absolute;
    width: 75px;
    background-color: #FFC6A5;
    padding: 6px;
    font-size: 13px;
    z-index: 999;
}
.info .toolTip-headerMenu::after, .info .toolTip-footerMenu::after, .info .toolTip-contextMenu::after {
    content: '';
    width: 6px;
    height: 6px;
    box-sizing: border-box;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-right: 10px solid #FFC6A5;
    top: 26%;
    left: -11%;
    position: absolute;
}
.info .toolTip-createFromSelection {
    position: absolute;
    background-color: #FFC6A5;
    width:208px;
    padding: 6px;
    font-size: 13px;
    z-index: 999;
}

.info .toolTip-createFromSelection::after {
    content: '';
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border-left: 10px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #FFC6A5;
    bottom: -8px;
    left: 43%;
    position: absolute;
}
.info .toolTip-createChartManually {
    position: absolute;
    background-color: #FFC6A5;
    width: 165px;
    padding: 6px;
    font-size: 13px;
    z-index: 999;
}
.info .toolTip-createChartManually::after {
    content: '';
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border-left: 10px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #FFC6A5;
    bottom: -8px;
    left: 44%;
    position: absolute;
}
.info .toolTip-customCreateFromSelection {
    position: absolute;
    background-color: #FFC6A5;
    padding: 6px;
    font-size: 13px;
    z-index: 999;
}

.info .toolTip-customCreateFromSelection::after {
    content: '';
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border-left: 10px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #FFC6A5;
    bottom: -8px;
    left: 43%;
    position: absolute;
}

.info .toolTip-customCreateChartManually {
    position: absolute;
    background-color: #FFC6A5;
    padding: 6px;
    font-size: 13px;
    z-index: 999;
}

.info .toolTip-customCreateChartManually::after {
    content: '';
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border-left: 10px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #FFC6A5;
    bottom: -8px;
    left: 44%;
    position: absolute;
}
.info .toolTip-addSampleChart {
    position: absolute;
    background-color: #FFC6A5;
    padding: 6px;
    font-size: 13px;
    z-index: 999;
}

.info .toolTip-addSampleChart::after {
    content: '';
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border-left: 10px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #FFC6A5;
    bottom: -8px;
    left: 44%;
    position: absolute;
}
.info .toolTip-customAddSampleChart {
    position: absolute;
    background-color: #FFC6A5;
    padding: 6px;
    width:165px;
    font-size: 13px;
    z-index: 999;
}

.info .toolTip-customAddSampleChart::after {
    content: '';
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border-left: 10px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #FFC6A5;
    bottom: -8px;
    left: 44%;
    position: absolute;
}
.info .toolTip-editProperties {
    position: absolute;
    background-color: #FFC6A5;
    padding: 6px;
    font-size: 13px;
    z-index: 999;
}

.info .toolTip-editProperties::after {
    content: '';
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border-left: 10px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #FFC6A5;
    bottom: -8px;
    left: 44%;
    position: absolute;
}
.info .toolTip-exportChart {
    position: absolute;
    background-color: #FFC6A5;
    padding: 6px;
    font-size: 13px;
    z-index: 999;
}

.info .toolTip-exportChart::after {
    content: '';
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border-left: 10px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #FFC6A5;
    bottom: -8px;
    left: 44%;
    position: absolute;
}
.info .toolTip-saveChanges {
    position: absolute;
    background-color: #FFC6A5;
    padding: 6px;
    font-size: 13px;
    z-index: 999;
}

.info .toolTip-saveChanges::after {
    content: '';
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border-left: 10px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #FFC6A5;
    bottom: -8px;
    left: 44%;
    position: absolute;
}
.info .toolTip-cancelFromSheetData {
    position: absolute;
    background-color: #FFC6A5;
    padding: 6px;
    font-size: 13px;
    z-index: 999;
    width:40px;
    text-align:center;
}

.info .toolTip-cancelFromSheetData::after {
    content: '';
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border-left: 10px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #FFC6A5;
    bottom: -8px;
    left: 35%;
    position: absolute;
}
.info .toolTip-chartTitle {
    position: absolute;
    background-color: #FFC6A5;
    padding: 6px;
    font-size: 13px;
    z-index: 999;
    text-align: center;
}

.info .toolTip-chartTitle::after {
    content: '';
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #FFC6A5;
    top: -9px;
    right: 37%;
    position: absolute;
}
.info .toolTip-homePage, .info .toolTip-btnSubscribed, .info .toolTip-btnUnsubscribed, .info .toolTip-homeUnsubscription, .info .toolTip-btnResetChartProperties, .info .toolTip-showgeneralproperties, .info .toolTip-btnWaterMark, .info .toolTip-homeSubscription, .info .toolTip-btnHowTo, .info .toolTip-listImage, .info .toolTip-categoryImage, .info .toolTip-cancelTrial, .info .toolTip-extendTrial, .info .toolTip-closeSubscriptionScreen {
    position: absolute;
    background-color: #FFC6A5;
    padding: 6px;
    font-size: 13px;
    z-index: 999;
}
.info .toolTip-btnWaterMark, .info .toolTip-homeSubscription {
    max-width: 160px;
}
.info .toolTip-btnHowTo {
    width: 121px;
}
    .info .toolTip-homePage::after, .info .toolTip-btnSubscribed::after, .info .toolTip-btnUnsubscribed::after, .info .toolTip-homeUnsubscription::after, .info .toolTip-btnResetChartProperties::after, .info .toolTip-showgeneralproperties::after, .info .toolTip-btnWaterMark::after, .info .toolTip-homeSubscription::after, .info .toolTip-btnHowTo::after, .info .toolTip-listImage::after, .info .toolTip-categoryImage::after, .info .toolTip-cancelTrial::after, .info .toolTip-extendTrial::after, .info .toolTip-closeSubscriptionScreen::after {
        content: '';
        width: 10px;
        height: 10px;
        box-sizing: border-box;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 10px solid #FFC6A5;
        top: -9px;
        left: 44%;
        position: absolute;
    }
.info .toolTip-homePage::after {
    left: 26%;
}
.info .toolTip-homeSubscription::after {
    left: 32%;
}
.info .toolTip-checkOutHover {
    position: absolute;
    width: 180px;
    background-color: #FFC6A5;
    padding: 6px;
    font-size: 13px;
    z-index: 999;
    top: 262px;
    left: 260px;
}

.info .toolTip-checkOutHover::after {
    content: '';
    width: 6px;
    height: 6px;
    box-sizing: border-box;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-right: 10px solid #FFC6A5;
    position: absolute;
    top: 16px;
    left: -10px;
}
.setFontSize {
    font-size: 15px;
    float: left;
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
}
.activeTextbox
{
    margin:0px;
    cursor:pointer;
    float:left;
}
.setSheetCellTxt {
    color: black;
    margin-top: 5px;
    height: 20px;
    margin-bottom: 4px;
    outline: none;
    width: 253px;
    font-size:13px;
    margin-left: 18px;
}
#divHowToCreateChart {
    background: #fff;
    font: normal 13px Arial;
    position: absolute;
    display: none;
    z-index: 100000;
    height: 99.5%;
    width: 99.5%;
}
.btnCloseVideo
{
    float:right;
    cursor:pointer;
}
.setImageSize {
    width: 15px;
    height: 15px;
}
#tblUserPackageDetail {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    background-color: #F4F4F4;
    font-size: 12px;
}

#tblUserPackageDetail td, #customers th {
    border: 1px solid #ddd;
    padding: 4px 2px;
}

#tblUserPackageDetail th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #04AA6D;
    color: white;
}
.subscriptionMessage {
    font-weight: normal;
    font-size: 13px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 6px;
    /*font-weight:bold;*/
}
#btnCancelTrialNow {
    display: inline-block;
    border: 0px;
    background-color: transparent;
    font-size: 12px;
    color: blue;
    margin: 5px 0px 5px 0px;
    text-decoration: underline;
    font-weight: bold;
}

    #btnCancelTrialNow:hover {
        text-decoration: underline;
        cursor: pointer;
    }

#btnExtendTrialNow {
    display: inline-block;
    border: 0px;
    background-color: transparent;
    font-size: 12px;
    color: blue;
    margin: 5px 0px 5px 0px;
    text-decoration: underline;
    font-weight: bold;
}

    #btnExtendTrialNow:hover {
        text-decoration: underline;
        cursor: pointer;
    }
.planSubscriptionSection {
    padding-left: 62px;
    background-color: #F4F4F4;
    margin-top: 6px;
}
.subscriptionColumn {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    color: black;
}
.SubChargesColumnUserScreenView {
    font-size: 12px;
    display: table-cell;
    text-align: center;
}
.subscriptionTextHead {
    /*font-weight: 600;*/
    font-size: 14px;
}
.removeMargin_P {
    margin: 7px 0px;
}
#radioBtnSingleUserOneMonthPayment {
    float: left;
}
.radioCursor {
    cursor: pointer;
}
#radioBtnSingleUserOneMonthPayment {
    float: left;
}
.lblMargin {
    margin-left: 7px;
    font-weight: bold;
    float: left;
    width: 89%;
}

.lblMarginRecurring {
    margin-left: 8px;
    font-weight: bold;
}
.pageTitle {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    margin-bottom: 1px;
}
#btnCancelNow {
    float: left;
    font-size: 12px;
    text-decoration: underline;
    margin: 2px 0;
    color: blue;
    font-weight: bold;
}

#btnCancelNow:hover {
    text-decoration: underline;
    cursor: pointer;
}

#btnCancelEOS {
    float: left;
    font-size: 12px;
    text-decoration: underline;
    margin: 7px 0;
    color: blue;
    font-weight: bold;
}

#btnCancelEOS:hover {
    text-decoration: underline;
    cursor: pointer;
}

.divUserAuthenticationScreen {
    padding: 10px;
    width: 275px;
    float: left;
    position: absolute;
    background-color: white;
    z-index: 1000;
    border-radius: 3px;
    top: 16%;
    left: 28%;
    display:none;
}

.contentHeader {
    font-family: 'Roboto', sans-serif;
    font-size: 21px;
    color: #5F5F5F;
    font-weight: 500;
}

.marginDiv {
    margin: 7px 0px;
}

.txtBox {
    width: 100%;
    padding: 0px;
    height: 35px;
    outline: none;
    border: none;
    font-family: calibri;
    font-size: 16px;
    font-weight: normal;
    color: #5F5F5F;
}

.txtLabel {
    font-family: calibri;
    font-size: 14px;
    font-weight: normal;
    float: left;
}

.txtCreateNew {
    float: left;
}

.nextLine {
    clear: both;
}

.btnSetSize {
    float: right;
    padding: 4px 0px;
    cursor: pointer;
    font-size: 14px;
    border: 2px solid rgb(253,123,47);
    background-color: rgb(253,123,47);
    border-radius: 3px;
    color: white;
    font-family: calibri;
    margin: 12px 0px 0px 0px;
    width: 100px;
    text-align: center;
}
.labelLogin {
    font-family: Calibri;
    font-weight: normal;
    color: #5F5F5F;
    font-size: 16px;
}
.loginError {
    background-color: rgb(254,224,224);
    padding: 5px;
    color: #5F5F5F;
    font-family: Calibri;
    font-size: 16px;
    font-weight:bold;
    float: left;
    display: none;
    width: 95%;
}
.loginSuccess {
    background-color: #E3F9E9;
    padding: 5px 6px;
    color: #5F5F5F;
    font-size: 16px;
    font-weight: bold;
    font-family: Calibri;
    float: left;
    display: none;
    width: 95%;
}
.setIconTxt {
    line-height: 0.85;
    height: 25px;
    float: left;
    margin-top: -4px;
}
#mainContextMenuContainer {
    background-color: white;
    width: 135px;
    position: absolute;
    border: 1px solid #E7E7E7;
    z-index: 1;
    top: 42px;
}

.mainContextMenu_child {
    border-bottom: 1px solid #E7E7E7;
    color: #000000;
    /*height: 22px;
    padding-top: 0px;*/
    cursor: pointer;
    padding-left: 7px !important;
    padding-right: 7px !important;
}

.mainContextMenuChildSpan {
    font-size: 13px;
    padding-left: 7px;
}

#mainContextMenu {
    margin: 0px;
}
.helpPageInfo {
    position: absolute;
    display: none;
    background-color: white;
    max-height: 480px;
    top: 42px;
    left: 0;
    right: 0;
    margin: 2px 8px 8px 3px;
    color:black;
    width:284px;
    z-index: 100000000000;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.helpHeaderContent {
    padding: 7px;
    float: left;
}

.helpTxt {
    font-size: 13px;
    padding: 0;
    margin: 0;
    padding-bottom: 5px;
    float: left;
}

.closeHelpPageContainer {
    float: left;
    width: 12px;
    height: 12px;
    padding-left: 33px;
    padding-top: 1px;
    cursor: pointer;
}

.helpSeperator {
    border-bottom: 1px solid #616161;
    float: left;
    width: 100%;
    clear: both;
    opacity: 0.5;
}

.helpBodyContent {
    padding: 10px;
    float: left;
    max-height: 415px;
    overflow: auto;
}
.helpImgMargin
{
    margin-left:24px;
}
.txtBold {
    font-weight: bold;
    color: black !important;
}

.stepsNumber {
    float: left;
    width: 17px;
}

.stepsContent {
    float: left;
    width: 89%;
}

.btnHowTo{
    display:none;
}

.showpasswordBtn {
    height: 17px;
    width: 20px;
    margin-top: 9px;
    cursor: pointer;
    float: right;
}

input::-ms-reveal,
input::-ms-clear {
    display: none;
}

#divTooltipContainer
{
    padding: 13px;
    border: 1px solid #616161;
    width: 309px;
    position: absolute;
    z-index: 10000;
    background-color: white;
    display:none;
    color:#616161;
}
#divSampleDataOverwrite {
    padding: 13px;
    border: 1px solid #616161;
    width: 355px;
    position: absolute;
    z-index: 10000;
    background-color: white;
    color: #616161;
}
.tooltipFooter {
    border-top: 1px solid #D9D9D9;
    padding: 12px 0px 0px 0px;
    float: left;
    width: 100%;
}
.tooltipHeader, .sampleDataHeader {
    border-bottom: 1px solid #D9D9D9;
    padding: 0px 0px 10px 0px;
    float: left;
    width: 100%;
}
.txtTooltip, .imgTooltip {
    float: left;
    margin-bottom: 10px;
    font-family: calibri;
    font-weight: normal;
}
#btnCloseTooltip {
    color: white;
    background-color: #fd7d33;
    padding: 3px 14px;
    font-size: 15px;
    border-radius: 5px;
}
.txtSampleHeader
{
    font-size:17px;
    font-weight:bold;
    float:left;
    padding-bottom:5px;
}
.btnCheck, .btnAddSampleData {
    padding: 7px 20px;
    color: #fd7d33;
    border: 1px solid #fd7d33;
    border-radius: 4px;
    cursor: pointer;
    background-color:white;
}
.btnCheck:hover:enabled, .btnAddSampleData:hover:enabled {
    background-color: #fd7d33;
    color: white;
}
.txtSampleData
{
    padding: 8px 0px;
}
.txtBoxSheetCell {
    outline: none;
    width: 72.7%;
    padding: 6px 0px;
    padding-left: 5px;
    border-radius: 4px;
    border: 1px solid #616161;
    height: 17px;
    color: #616161;
}

#btnCloseSampleData {
    position: absolute;
    top: -11px;
    right: -10px;
    background-color: lightgrey;
    border-radius: 15px;
    padding: 0px 4px;
    cursor:pointer;
}

#txtErrorSampleData, #txtAvailableCell, #txtInvalidRange {
    float: left;
    font-size: 14px;
    color: #FF0000;
    background-color: #FFEAEA;
    margin-top: 5px;
    width: 96%;
    padding: 2px 6px;
    border: 1px solid #FFDADA;
    padding-right: 0px;
}
#txtAvailableCell {
    color: #0F9D58;
    background-color: #DEF1E0;
    border: 1px solid #C9E8D9
}
.icon-success-error {
    margin-bottom: 1px;
    float: left;
    padding: 3px 0px 0px 6px;
}
.disableCheckBtn, .disableAddSampleBtn {
    border: 1px solid #E7E7E7;
    color: #B8B8B8;
    cursor:default;
}
.disableSampleContent {
    opacity: 0.5;
}