﻿body {
    font-family: Calibri;
    margin: 0;
}
html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#header {    
    background-color: #ffffff;
    display: none;
}

#headerImage {
    padding-left: 16px;
}

.tab {
    /*padding-top: 5px;*/
    float: left;
    /*padding-left: 10px !important;*/
    /*padding-right: 25px !important;*/
    /*height: 0px;*/
    /*border: 1px solid #c9c9c9;*/
    /*width: 129px;*/
    /* border-radius: 100px 80px 0px 0px; */
    /* border-top: 1px solid #d8d8d8; */
    /*border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 20px solid #d8d8d8;*/
    /* border-radius: 80px 80px 2px 2px; */
    /*font-size: 14px;*/
    /* text-align: center; */
    /*color: #6a6a6a;
    font-family: Calibiri;*/
    /* background-color: transparent; */
    line-height: 35px;
    text-align: center;
    width: 35px;
    /*cursor: pointer;*/
}

.chart-icon {
    /*float: left;*/
    /*padding-left: 10px !important;
    padding-right: 10px !important;*/
    /*padding-top: 2px !important;*/
}

.drop-arrow {
    float: left;
    padding-left: 11px !important;
    padding-top: 4px !important;
}

.content {
    position: relative;
}

/*.footer {
    height: 25px;
    width: 640px;
    background-color: #e9e9e9;
    border: 1px solid #e9e9e9;
}

    .footer p {
        color: #8a8989;
        font-size: 12px;
        vertical-align: middle;
        display: table-cell;
        line-height: 25px;
        padding-left: 16px;
    }*/

#home {
    display: none;
}

    #home p {
        /*color: #8a8989;*/
        color: #fd7b2f;
        /*padding-left: 16px;*/
        text-align: center;
    }

#renderToDiv {
    display: none;
    /*width: 640px;
    height: 445px;*/
    background-color: white;
}

#propSettingsDivgContiner {
    height: 400px;
    display: none;
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: white;
    width: 300px;
    position: absolute;
    /*margin-top: 3px;*/
    /*border: 1px solid #bcbcbc;*/
    right: 0px;
    z-index: 1;
    box-shadow: -5px 0px 30px -3px #616161;
    top: 30px;
}

#chartListDiv {
    height: 400px;
    display: none;
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: white;
    width: 300px;
    position: absolute;
    /*margin-top: 3px;*/
    /*border: 1px solid #bcbcbc;*/
    right: 0px;
    z-index: 1;
    box-shadow: -5px 0px 30px -3px #616161;
    top: 30px;
}

.form-control {
    background-color: #ffffff;
    border-radius: 2px;
    border: 1px solid #ffffff;
    color: #979797;
    font-family: Myriad Pro Set Text;
    font-size: 14px;
    /*height: 10px;*/
    width: 262px;
    padding: 6px 0px 6px 30px;
    /*padding-left: 30px;*/
    /*margin-left: 2px;*/
    /*margin-top: 0px;
    line-height: 1.42857143;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    */
}

.input-group-btn {
    /*width: 1%;
    white-space: nowrap;
    vertical-align: middle;*/
    float: left;
}

.icon-search {
    width: 20px;
    height: 20px;
    top: 42px;
    left: 10px;
    position: absolute;
    background-repeat: no-repeat;
    background-image: url("../Images/icon-search.png");
}

#divLeftMenu {
    height: 330px;
    width: 300px;
    font-size: 18px;
    overflow: hidden;
    border: 0px;
}

/*.navSection {
    background-color: #F9FAFC;
    line-height: 35px;
    cursor: pointer;
}*/

.navsubsection {
    color: #EC8549;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    padding-left: 5px;
    font-weight: bold;
}

.navSection_child {
    color: #000000;
    height: 25px;
    padding-top: 2px;
    cursor: pointer;
    padding-left: 15px;
}

    .navSection_child:hover {
        background-color: #f5f4f4;
        padding-left: 15px;
    }

#inputContainerDiv {
    padding-top: 2px;
    padding-left: 3px;
    padding-bottom: 2px;
    background-color: #F4F4F4;
}

.catogoryChart {
    list-style: none;
    padding-left: 0;
    display: none;
}

#sidebar {
    list-style: none;
    padding: 2px 2px 2px 2px;
    margin: 0px;
}

.printIcon {
    width: 16px;
    height: 16px;
    background-image: url("../Images/icon-print-disabled.png");
    background-repeat: no-repeat;
    float: right;
    margin-right: 10px;
    margin-top: 3px;
}

/*.printIcon:hover {
        width: 16px;
        height: 16px;
        background-image: url("../Images/icon-print-blue.png");
        background-repeat: no-repeat;
        float: right;
        margin-right: 5px;
    }*/

.detailIcon {
    width: 16px;
    height: 16px;
    background-image: url("../Images/Chart_gray-disabled.png");
    background-repeat: no-repeat;
    float: right;
    margin-top: 5px;
    margin-right: 6px;
}

/*.detailIcon:hover {
        width: 16px;
        height: 16px;
        background-image: url("../Images/Chart.png");
        background-repeat: no-repeat;
        float: right;
    }*/

.collaspeIcon {
    width: 12px;
    height: 12px;
    background-image: url("../Images/icon-collapse.png");
    background-repeat: no-repeat;
    display: inline-block;
    margin-top: 15px;
    margin-right: 5px;
    float: right;
    /*vertical-align: middle;*/
}

/*.collaspeIcon:hover {
        width: 12px;
        height: 12px;
        background-image: url("../Images/icon-collapse-blue.png");
        background-repeat: no-repeat;
        display: inline-block;
        vertical-align: middle;
    }*/

.expandIcon {
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    background-image: url("../Images/icon-uncollapse.png");
    background-repeat: no-repeat;
    margin-top: 15px;
    margin-right: 5px;
    float: right;
}

/*.expandIcon:hover {
        width: 12px;
        height: 12px;
        display: inline-block;
        vertical-align: middle;
        background-image: url("../Images/icon-uncollapse-blue.png");
        background-repeat: no-repeat;
    }*/

.chartIcon {
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    height: 14px;
}

#headerToggle {
    position: absolute;
    left: 50%;
    border-left: 1px solid #F3F3F3;
    border-right: 1px solid #F3F3F3;
    border-bottom: 1px solid #F3F3F3;
    cursor: pointer;
    z-index: 1;
    width: 50px;
    background: white;
    display: none;
    top: 0px;
}

@media screen and (max-width: 433px), (max-height: 300px) {
    /*#header {
        display: none !important;
    }

    #headerToggle {
        display: none !important;
    }*/
    .wrapperDiv {
        width: 100% !important;
    }

    .subInformation .imageDiv {
        text-align: center !important;
    }

    .subInformation .wrapperDivText {
        display: none !important;
    }
}

.information {
    width: 33.33%;
    float: left;
    height: 100px;
    /*color: #fd7b2f;*/
    font-size: 16px;
    cursor: pointer;
}

.subInformation {
    width: 100%;
    display: table;
    height: 100px;
    background-color: white;
    font-size: 16px;
}

    .subInformation .wrapperDiv {
        height: 100%;
        float: left;
        display: table;
    }

    .subInformation .textSpan {
        display: table-cell;
        padding: 0px 0px 0px 5px;
        vertical-align: middle;
        font-family: Myriad Set Pro Medium;
        font-size: 18px;
    }

    .subInformation .imageDiv {
        /*display: table-cell;
        vertical-align: middle;*/
        text-align: right;
        /*display:-ms-flexbox;
       -ms-flex-pack:center;
        -ms-flex-align:center;
        display: -ms-flexbox;
	   -ms-flex-align:center;*/
        margin-top: 35px;
    }

.navSectionImg {
    margin-left: 10px;
    vertical-align: middle;
    width: 19px;
    height: 14px;
}

/*body {
    overflow: hidden;
}*/

sup {
    font-size: 8px;
}

.centered {
    position: fixed;
    top: 52%;
    /*left: 50%;*/
    /* bring your own prefixes */
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    /*transform: translateX(0%);
   transform: translateX(-50%);*/
    width: 100%;
    z-index: -1;
}

.errorMessageContainer {
    position: fixed;
    /*top: 60%;*/
    /*left: 50%;*/
    /* bring your own prefixes */
    /*transform: translate(0%, -25%);*/
    width: 100%;
    z-index: 8888888888;
}

select {
    /*// Resets Chrome/Safari and allows styling https://codepen.io/jackocnr/pen/lmAeh  */
    -webkit-appearance: none;
    /*// Removes default arrow from firefox*/
    text-indent: 0.01px;
    text-overflow: "";
    /*// Custom styling*/
    border: none;
    padding: 1px 2px 1px 2px;
    background: #fff url(../Images/arrow_down.png) no-repeat 95% 50%;
}

    /*// Removes default arrow from IE10+*/
    select::-ms-expand {
        display: none;
    }

/*// codepen adds ie class for IE9- so perfect to use to remove the image replacement */
body.ie select {
    background-image: none;
}

.subInformation-wrapper {
    border: 1px solid #e1e1e1;
}

    .subInformation-wrapper:hover {
        border: 1px solid #fd7b2f;
    }

.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;
    padding-left: 5px;
    /*padding-top: 3px;*/
}

.subscriptionTextHead {
    font-weight: 600;
    font-size: 14px;
}


#overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
}

#sign-in-button {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    border: 1px solid white;
    cursor: pointer;
}


.input100 {
    width: 100%;
    height: 35px;
    background-color:#F7F7F7;
    border: 1px solid #E3E3E3;
    padding-left: 10px;
    box-sizing: border-box;
}
.additional-information {
    /*color: #6C6C6C;*/
    color: red;
    font-size: 14px;
}
.separator-div {
    height: 4px;
    clear: both;
}

.wrap-create-account {
    float: left;
    font-size: 14px;
    color: #6C6C6C;
    padding-top: 7px;
}

#login {
    float: right;
    width: 70px;
    height: 25px;
    color: white;
    cursor: pointer;
    font-size: 14px;
    border-radius: 3px;
    border: 2px solid rgb(253,123,47);
    background-color:rgb(253,123,47);
    font-family:Calibri;
    padding-bottom: 3px;
}

#register-container {
    background-color: white;
    width: 300px;
    height: 320px;
    right: 50%;
    bottom: 50%;
    transform: translate(50%,50%);
    position: absolute;
    padding: 15px;
}

#register {
    float: right;
}

#subscribe-container {
    background-color: white;
    width: 300px;
    left: 1%;
    top: 3px;
    position: absolute;
    padding: 0px 8px;
    float: left;
    padding-top: 3px;
}

.subscribe-price {
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
}

#subscribe-information {
    /*height: 60px;*/
    border: 1px solid #EDEDED;
    background-color: #EDEDED;
    display: table;
    width: 100%;
    font-size: 14px;
    /*font-weight: bold;*/
}

#subscribe-information-yearly {
    /*height: 60px;*/
    border: 1px solid #EDEDED;
    background-color: #EDEDED;
    display: table;
    width: 100%;
    font-size: 14px;
    /*font-weight: bold;*/
}
#unsubscribe-container {
    background-color: white;
    width: 280px;
    /*height: 200px;*/
    /*right: 29%;*/
    bottom: 69%;
    transform: translate(5%,50%);
    position: absolute;
    padding: 15px;
    text-align:center;
}
#unsubscribe-information {
    height: 60px;
    border: 1px solid #EDEDED;
    background-color: #EDEDED;
    display: table;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
}
#create-new-account {
    cursor: pointer;
}
#already-have-account {
    cursor:pointer;
}
.btnUnsubscribe {
    width: 100px;
    height: 24px;
    color: white;
    cursor: pointer;
    font-size: 14px;
    border-radius: 18px;
    border: 2px solid #FFFFFF;
    font-family: Calibri;
    background-color: transparent;
}
.btnBuyNow {
    width: 70px;
    height: 24px;
    color: white;
    cursor: pointer;
    font-size: 14px;
    border-radius: 18px;
    border: 2px solid #FFFFFF;
    font-family:Calibri;
    background-color: transparent;
}
.exploresampletext {
    -ms-transform: rotate(270deg); /* IE 9 */
    transform: rotate(270deg);
    font-weight: bold;
    font-size: 20px;
    float: right;
    color: #FD7B2F;
    margin-top: -200px;
    padding-top:85px;
    color: darkorange;
}
.btn {
    width: 90px;
    height: 30px;
    color: white;
    cursor: pointer;
    font-size: 14px;
    border-radius: 3px;
    border: 2px solid rgb(253,123,47);
    background-color: rgb(253,123,47);
}
.btn-cancel {
    width: 80px;
    height: 30px;
    color: #6C6C6C;
    cursor: pointer;
    font-size: 14px;
    border-radius: 3px;
    border: 2px solid #E0E0E0;
    background-color: #E0E0E0;
}
#subscribe-container-daysLeft {
    font-size: 14px;
}
#subscribe-container-BuyNowSpecialDiscount {
    font-size: 14px;
}
.login-text{
    font-size:16px;
    font-weight:bold;
}
#forgot-password {
    font-size: 14px;
}
.overlay_dialog_feedback {
    background: #fff;
    padding: 10px;
    text-align: left;
    width: 290px;
    box-shadow: #000017 0px 2px 10px;
    border-radius: 3px;
    left: 1%;
    top: 6px;
    position: absolute;
}
.overlay_dialog_feedback_content {
    float: left;
    width: 245px;
    padding-left: 12px;
    padding-right: 0px;
    padding-top: 4px;
    padding-bottom: 10px;
}
.error_dialog_title {
    color: #EE262C;
    font-size: 14px;
    font-weight: bold;
}
.error_dialog_message_detail {
    color: grey;
    font-size: 14px;
    font-weight: normal;
}
.error_dialog_buttons {
    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: #717171;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-left: 10px;
    cursor: pointer;
    width: 80px;
}
.error_dialog_close_icon {
    float: right;
    cursor: pointer;
}
#textAreaUnsubscribeReason {
    resize:none;
}
#header-unsubscribe-cintainer {
    cursor: pointer;
    font-size: 14px;
    padding: 7px 15px 0px 0px;
    float: right;
}
#header-unsubscribe {
    padding: 4px;
    background:rgb(253,123,47);
    color: #ffffff;
}
.WelcomeView__content__page__wrapper>:first-child {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
.WelcomeView__content__page--active .WelcomeView__content__page__wrapper>* {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity .4s,-webkit-transform .4s;
    transition: opacity .4s,-webkit-transform .4s;
    transition: opacity .4s,transform .4s;
    transition: opacity .4s,transform .4s,-webkit-transform .4s;
}
.WelcomeView__content__page .WelcomeView__content__page__wrapper>* {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: none;
    transition: none;
}
.Button--color--white.Button--variant--contained {
    color: #515151;
    background: #fff;
}
.Button--color--white {
    color: #fff;
    background: transparent;
    border-color: #fff;
}
.Button--variant--contained {
    background: #9f9f9f;
    color: #fff;
}
.Button--variant--contained, .Button--variant--link {
    border: 0!important;
}
.Button--variant--raised {
    box-shadow: 0 2px 6px rgba(0,0,0,.2);
}

.Button--fullWidth {
    display: block;
    width: 100%;
}
.Button {
    height: auto;
    min-height: 40px;
    border: 1px solid #2b2b29;
    cursor: pointer;
    font-family: proxima-nova,Open Sans,Roboto,Helvetica,Arial,sans-serif;
    position: relative;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 13px;
    background-color: transparent;
    color: #2b2b29;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    padding: 8px 12px;
    vertical-align: top;
}
.Button:before {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    position: absolute;
    pointer-events: none;
    background: #000;
    opacity: 0;
}
.Button>img, .Button>svg {
    height: 14px;
}
.WelcomeView__content__page__wrapper>:nth-child(3) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}
.WelcomeView__content__page--active .WelcomeView__content__page__wrapper>* {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity .4s,-webkit-transform .4s;
    transition: opacity .4s,-webkit-transform .4s;
    transition: opacity .4s,transform .4s;
    transition: opacity .4s,transform .4s,-webkit-transform .4s;
}
.WelcomeView__content__page .WelcomeView__content__page__wrapper>* {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: none;
    transition: none;
}
.WelcomeView__content__page__divider {
    /*min-height: 10px;*/
    height: 10px;
    margin: 30px 0 20px;
    text-align: center;
}
.login-container-p {
    color: rgb(253,123,47);
    padding-top:5px;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
}
#auto-renew-label{
    font-size: 12px;
}
.screenCenter {
    width: 300px;
    right: 50%;
    bottom: 50%;
    transform: translate(50%,50%);
    position: absolute;
    padding: 25px;
    /*color: #A7A6A5;*/
    cursor: pointer;
    font-size: 14px;
    border-radius: 3px;
    /*border: 2px solid #ff4040;*/
    background-color: white;
}
.loader {
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #ff4040;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 0.7s linear infinite; /* Safari */
    animation: spin 0.7s linear infinite;
    right: 46%;
    bottom: 45%;
    transform: translate(50%,50%);
    position: absolute;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
#loader-container {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.90);
    /*background-color: white;*/
    position: absolute;
    z-index:10000000;
}
#message-information-container {
    /*display: table;*/
}
#message-information-header {
    /*display: table-cell;
    vertical-align: middle;*/
}
.message-information-content {
    font-size: 14px;
    margin-left: 35px;
    margin-top: 4px;
}
#forgot-password-container {
    width: 335px;
    padding: 15px;
    background: white;
    right: 50%;
    bottom: 50%;
    transform: translate(50%,50%);
    position: absolute;
}
#reset-password-container{
    width: 335px;
    padding: 15px;
    background: white;
    right: 50%;
    bottom: 50%;
    transform: translate(50%,50%);
    position: absolute;
}

.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;
}

.floatMargin
{
    float:left;
    margin-right:5px;
}
.marginTop
{
    margin-top:3px;
}
.txtSize
{
    font-size:14px;
    margin-top:-2px;
}
.currencyIcon
{
    cursor:pointer;
}
.alignVertically {
    display: flex;
    justify-content: center;
    align-items: center;
}
.alignFooterCenterVertically {
    display: flex;
    align-items: center;
}