﻿html, body, .body-content {
    height: 100%;
}

.calcElementDiv.canContain {
    position: relative;
}

.calcElement {
    margin: 0;
    padding: 0;
}

.elementLeft {
    margin-right: auto;
}

.elementRight {
    margin-left: auto;
}

.leftFloat {
    float: left;
}

.rightFloat {
    float: right;
}

.elementCenter {
    margin-left: auto;
    margin-right: auto;
}

.allPlace {
    width: 100% !important;
    height: 100% !important;
}


.bottomLeft {
    position: absolute !important;
    bottom: 0;
    left: 0;
    top: auto !important;
}

.bottomRight {
    position: absolute !important;
    bottom: 0;
    right: 0;
    top: auto !important;
}

.hSlider, .hRangeSlider {
    /*max-height: 20px;
    min-height: 10px;*/
    margin-top: 10px;
    margin-bottom: 10px;
}

.vSlider, .vRangeSlider {
    margin-left: 10px;
    margin-bottom: 10px;
}

.ui-slider-horizontal {
    height: 6px !important;
}

.ui-slider-vertical {
    width: 6px !important;
}

.hSlider .ui-slider-handle, .hRangeSlider .ui-slider-handle {
    -ms-border-radius: 90px;
    border-radius: 90px;
    height: 15px;
    top: -6px;
    width: 15px;
    margin-left: -5px;
}


.vSlider .ui-slider-handle, .vRangeSlider .ui-slider-handle {
    -ms-border-radius: 90px;
    border-radius: 90px;
    height: 15px;
    width: 15px;
}

.tabDiv {
    width: 100% !important;
    height: 100% !important;
    min-height: 50px;
}

.tabs .ui-tabs-nav {
    background: none;
}

.tabs .ui-widget-content {
    background: none;
}

.tabs .ui-tabs-panel {
    padding: 0 !important;
}

.tabs {
    overflow: hidden;
}

    .tabs.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
        padding: 2px;
    }

.calcElementDiv {
    overflow: hidden;
}

#parent_popup {
    background: #ffffff;
    height: 100%;
    -ms-opacity: 0.8;
    opacity: 0.8;
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
}

#popup {
    left: 40%;
    height: 100%;
    text-align: center;
}

    #popup img {
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

.hidden {
    display: none;
}

.calcElementDiv[elementtype='CalcSliderHorizontal'],.calcElementDiv[elementtype='CalcRangeHorisontalSlider'] {
    padding-right: 15px;
    padding-left: 5px;
}

.calcElementDiv[elementtype='CalcSliderVertical'],.calcElementDiv[elementtype='CalcRangeVelticalSlider'] {
    padding-top: 5px;
    padding-bottom: 10px;
}

a, span{
    outline: none !important;
}
.ErrorValidation {
     border: red solid !important;
}
.AbsolutePosition {
    position: absolute !important;
}
#mainPanel {
height: 227px;
background: #E5E6EA none repeat scroll 0 0;
min-width: 450px;
padding: 10px;
    margin: 0 auto;
    position: relative;
}