﻿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;
}

#mainPanel {
    -background: #B2B2B2;
    margin: 0 auto;
    position: relative;
	border: 1px solid #1D79B6;

}


#label1div1 {
	background: url(/images/calc.png) no-repeat 15px 10px;
	color:#1D79B6;
	margin-top:10px !important;
	text-transform: uppercase;
    padding-top: 4px;
	height: 57px !important;
}


#button1 {
-moz-border-radius:  0px  !important; /* Firefox */
-webkit-border-radius:  0px  !important; /* Safari 4 */
border-radius: 0px !important;
    color: #fff;
    text-transform: uppercase !important;
    background: #1D79B6 !important;
    width: 100% !important;
    height: unset !important;
    padding: 10px;
    box-sizing: border-box;
    border: none;
    line-height: 20px;
    font-weight: bold !important;
}


#button1div1 {
	height:40px !important;
	width:90%  !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;
}

