/**Chart widget Alignment starts**/

.widgetBody .canvasjs-chart-credit {
    display: none;
}

.widgetBody .canvasjs-chart-toolbar button {
    display: inline-block !important;
}

.widgetBody {
    width: 100%;
    border: 1px solid rgba(248, 149, 149, 0.301);
    position: relative;
    overflow: hidden;
}

.widgetBody .canvasjs-chart-tooltip {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-style: normal;
    font-size: 12px;
}

.widgetBody #widgetwrapper {
    width: 100%;
    display: block;
}

.widgetBody #widgetsHolder {
    width: 100%;
    display: block;
}

.widgetBody #widgetsHolder>div {
    display: block;
    float: left;
}

.widgetBody .scaleBody {
    border: 1px solid black;
    width: 70px;
    display: block;
    float: left;
}

.widgetBody .chartBody {
    width: calc(100% - 70px);
    display: block;
    float: left;
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
}

.widgetBody .chartBody::-webkit-scrollbar {
    display: none;
}

.widgetBody .charts {
    display: inline-block !important;
    vertical-align: top;
    white-space: normal;
}


.widgetBody .loadingImage {
    display: none;
    background: url(../images/loader.gif) no-repeat center;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 500;
    background-color: white;
}

.widgetBody .noDataError {
    display: none;
    width: 100%;
    height: 0%;
    text-align: center;
    line-height: 32;
    position: absolute;
    z-index: 300;
}

#ghostbar {
    width: 3px;
    background-color: sienna;
    opacity: 0.5;
    position: absolute;
    cursor: col-resize;
    z-index: 999;
}

.widgetBody .dragbar {
    background-color: sienna;
    float: left;
    width: 3px;
    cursor: col-resize;
}


/* popup contents */

.widgetBody .popupInnerContent {
    box-shadow: 0px 3px 10px #696969;
    background-color: #fff;
    border: 1px solid #FFF;
    max-height: 440px;
    display: none;
    width: 250px;
    z-index: 400;
    position: fixed;
    top: 30%;
    left: 50%;
    margin: -50px 0 0 -100px;
}

.widgetBody .popup-content {
    display: inline-block;
    padding: 4px;
    margin-top: 5px;
    width: 100%;
    min-height: 230px;
}

.widgetBody .popupInnerContent .chartSearchBox {
    text-align: center;
    display: inline-block;
    width: 100%;
    position: relative;
}

.widgetBody .popupInnerContent .buttoncontrols {
    width: 100%;
    text-align: right;
    display: inline-block;
    padding: 14px 2px;
}

.widgetBody .chartfirstSection .expandCollapseToggleButton {
    background: url(../images/arrowdown.png) no-repeat;
    transition: 0.25s ease-in-out;
    width: 15px;
    height: 20px;
    transform: rotate(0deg);
    position: absolute;
    right: 12px;
    cursor: pointer;
}

.widgetBody .chartfirstSection .expandCollapseToggleButtonRotate {
    transform: rotate(90deg);
}

.widgetBody .chartTextContents {
    background-color: #fff;
    margin: 5px 0 0;
    display: inline-block;
    width: 100%;
    position: relative;
}

.widgetBody .chartTextContents .chartfirstSection {
    padding: 11px 20px 10px;
}

.widgetBody .chartTextContents .chartSecondSection {
    padding: 0px 21px 13px;
}

.widgetBody .minValuebutton {
    margin-left: 4px;
    padding: 8px 20px 12px;
}

.widgetBody .maxValuebutton {
    margin-left: 4px;
    padding: 0px 20px 8px;
}

.widgetBody .minValuebutton .minfield {
    width: 88px;
    margin-left: 16px;
}

.widgetBody .maxValuebutton .maxfield {
    width: 88px;
    margin-left: 12px;
}

.widgetBody .chartfirstSection .deleteLog {
    cursor: pointer;
}

.widgetBody .buttoncontrols .chartButton {
    width: 68px;
}

.widgetBody .chartSecondSection .chartLineColor {
    float: right;
    margin-right: -3px;
}

.widgetBody .chartLineColor select {
    width: 85px;
}

.widgetBody .popupInnerContent .chartSearchBox input {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    box-shadow: rgb(233, 233, 233) 0px 2px 0px 0px;
    font-size: 11pt;
    padding: 6px 30px 6px 6px;
    background: #FFF;
    border: 1px solid #ccc;
}

.widgetBody .popupInnerContent .chartSearchBox img {
    position: absolute;
    top: 4px;
    right: 5px;
}

.widgetBody .popupInnerContent .charInnertWrapper {
    max-height: 340px;
    min-height: 340px;
    overflow-y: auto;
    display: inline-block;
    width: 100%;
}

.widgetBody .chartTextContents .chartContentInner {
    border: 1px solid #ccc;
}

.widgetBody .popupInnerContent .categoryLogList {
    box-shadow: #ccc 0px 3px 8px 1px;
    padding: 1px 5px;
    width: 97%;
    max-height: 350px;
    overflow: auto;
    display: none;
    position: absolute;
    background: #fff;
    z-index: 500;
    top: 40px;
}

.widgetBody .popupInnerContent .categoryLogList dt {
    padding: 8px;
    font-size: small;
    cursor: pointer;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.widgetBody .chartfirstSection .LogName {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(100% - 40px);
    display: inline-block;
}

.widgetBody .innerContent .logChekbox {
    padding-left: 20px;
    user-select: none;
}

.widgetBody .innerContent {
    display: none;
}

/**Chart widget alignment ends**/

.colorPicker-palette {
    margin-left: -84px;
}

/* CSS3 */

/* The whole thing */

.widgetBody .custom-menu {
    display: none;
    z-index: 1000;
    position: absolute;
    overflow: hidden;
    border: 1px solid #CCC;
    white-space: nowrap;
    font-family: sans-serif;
    background: #FFF;
    color: #333;
    border-radius: 5px;
    padding: 0;
}

/* Each of the items in the list */

.custom-menu li {
    padding: 5px 12px;
    cursor: pointer;
    list-style-type: none;
    transition: all .3s ease;
    user-select: none;
    font-size: 12px;
}

.custom-menu li:hover {
    background-color: #ed633e;
}