html, body {
    width: 100%;
    height: 100%;
}

#header {
    height: 35px;
    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-family: Calibri;
        font-size: 12px;
        vertical-align: middle;
        display: table-cell;
        line-height: 25px;
        padding-left: 16px;
    }*/

#home {
    display: none;
}

    #home p {
        /*color: #8a8989;*/
        color: #fd7b2f;
        font-family: Calibri;
        /*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("https://chartexpo.com/ChartExpoForGoogleSheetAddin/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: #3B5A9A;*/
    text-align: center;
    line-height: 26px;
    font-family: Myriad Pro Set Text;
    font-size: 14px;
    padding-left: 5px;
}

.navSection_child {
    color: #000000;
    height: 30px;
    padding-top: 8px;
    cursor: pointer;
    padding-left: 15px;
}

    .navSection_child:hover {
        background-color: #f5f4f4;
        padding-left: 15px;
    }

.navChildSection {
    font-family: Myriad Pro Set Text;
    font-size: 13px;
    color: #000000;
    padding-left: 5px;
}

#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("https://chartexpo.com/ChartExpoForGoogleSheetAddin/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("https://chartexpo.com/ChartExpoForGoogleSheetAddin/Images/icon-print-blue.png");
        background-repeat: no-repeat;
        float: right;
        margin-right: 5px;
    }*/

.detailIcon {
    width: 16px;
    height: 16px;
    background-image: url("https://chartexpo.com/ChartExpoForGoogleSheetAddin/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("https://chartexpo.com/ChartExpoForGoogleSheetAddin/Images/Chart.png");
        background-repeat: no-repeat;
        float: right;
    }*/

.collaspeIcon {
    width: 12px;
    height: 12px;
    background-image: url("https://chartexpo.com/ChartExpoForGoogleSheetAddin/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("https://chartexpo.com/ChartExpoForGoogleSheetAddin/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("https://chartexpo.com/ChartExpoForGoogleSheetAddin/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("https://chartexpo.com/ChartExpoForGoogleSheetAddin/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-family: Calibri;
    font-size: 16px;
    cursor: pointer;
}

.subInformation {
    width: 100%;
    display: table;
    height: 100px;
    background-color: white;
    font-family: Calibri;
    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
    }