﻿*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *, *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

input[type="text"],
input[type="number"] {
    width: 100px;
}

select,
textarea {
    width: 150px;
}

    button, input, select[multiple], textarea {
        background-image: none;
    }

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, input {
    line-height: normal;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

label {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 5px;
}

img {
    vertical-align: middle;
}

img {
    border: 0 none;
}

body {
    color: #333333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857;
}

.calcDivBody {
    width: 100%;
    height: 100%;
}

.calc {
    background: none repeat scroll 0 0 #AAAAAA;
    -ms-border-radius: 5px;
    border-radius: 5px;
    font-family: Arial,Helvetica,Sans-Serif;
    font-size: 14px;
    margin: 10px auto;
    padding: 10px;
    position: relative;
    width: 600px;
    height: 300px;
}

.loader {
    text-align: center;
}

    .loader img {
        vertical-align: middle;
    }

#parent_popup {
    background: #ffffff;
    height: 100%;
    opacity: 0.8;
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
}
#RegexSelect {
    width: 245px;
}
.errorEmpty {
    color: red;
    font-size: 18px;
}
.ErrorValidation {
    border: red solid !important;
}
#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;
}

.calcElement {
    position: absolute !important;
    margin-left: 10px;
    margin-top: 10px;
}

.labelForElement {
    padding-left: 10px;
}

.divLinks {
    width: 500px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid blue;
    padding: 10px;
    margin: 0 auto;
    background: #CCCCCC;
}

