body {
    background-color:whitesmoke;
    font-family:Tahoma;
}

h1 {
    color: #789B00;
    font-weight: 500;
    margin-top: 18px;
    margin-bottom: 12px;
    font-family: sans-serif;
    font-size: 25px;
}

.loading {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255,255,255,0.9);
    z-index: 10;
    text-align:center;
    font-size:20px;
    vertical-align: middle;
    padding-top:220px;
    display:none;
}

.DATA {
    width: 620px;
    height: 300px;
    max-height: 300px;
    padding: 10px;
    border-radius: 5px;
    background-position: bottom right;
    background-repeat: no-repeat;


    overflow:auto;
    -webkit-overflow-scrolling: touch;
    overflow-y:scroll;
    overflow-x: hidden;
    font-size: 13px;
    border: 1px solid #cccccc;
}

.SL{
    height:35px;
    line-height:1.45;
    width:160px;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #cccccc;
}

.error{
    border: 2px solid rgb(255, 87, 87) !important;
}

.error_text{
    color: rgb(238, 65, 65);
    font-size: 15px;
    padding-top:10px;
    padding-bottom:10px;
}

.button {
    float: right;
    padding:8x;
}

input[type=button], input[type=text]
{
    border-radius: 5px;
    padding:5px;

}

.CALC {
    height:35px;
    line-height:50px;
    width:160px;
    line-height: 1.45;
    font-size: 16px;
}

.footer{
    padding-top: 30px;
    font-size: 10px;
    color:rgb(201, 197, 197);
}




a:link {
    color:#A84056;
    text-decoration:none;
}
a:visited {color:#A84056;;}
a:hover {color:#A84056;
         font-size: 18px;
}
a:active {color:#A84056;;}



.red {
    background-color:    #FFB5B5;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
    position: relative;
    font-size:24px;
}

.yellow {
    background-color:#FFF7B7;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
    position: relative;
    font-size:24px;
}
.green {
    background-color:#BDF4CB;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
    position: relative;
    font-size:24px;
}

.white {
    background-color:whitesmoke;;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
    position: relative;
    font-size:24px;
    border-collapse: inherit;
}

.blue{
    background-color:#C0E7F3;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
    position: relative;
    font-size:24px;
}



.result
{
    width:400px;
    border-spacing: 0;
    margin-bottom: 16px;
}

.result_td
{
    border: 1px solid gray  !important;
    border-width: 1px 1px 1px 1px !important;
    border-style: solid  !important;
    border-color: gray !important;
    border-spacing: 0;
}

.result_small
{
   height:30px;
}

.result_values
{
   height:70px;
}












.grid-margin-px30-top {
    margin-top: 30px !important;
}

.grid-center {
    display: block;
    margin: auto;
    float: none;
}

@media all
.span-11, .mode_newcomment .bubble {
    width: 880px;
}

.grid-margin-top {
    margin-top: 10px !important;
}

.span-1, .span-2,
div, span, .button, .variant-desktop .mobile-switch, .variant-mobile .mobile-switch, .border-box, input[type=text], input[type=password], input[type=search], input[type=email] {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}


h2, .text-h2 {
    font-size: 32px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #000;
}
h1, h2, h3, h4, h5, h6, .font-heading {
    /*font-family: "roboto_condensed",Heveltica,Verdana,sans-serif;*/
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    margin: 0;
}


ul.no-style, ul.style-reset {
    list-style: none;
    padding: 0;
}

ul {
    padding-left: 20px;
}



.tutorial li:first-child {
    margin-top: 0;
}

.tutorial li {
    position: relative;
    padding-left: 80px;
    margin-top: 30px;
}

.tutorial li h3 {
    font-size: 32px;
    min-width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    left: 10px;
    position: absolute;
    background: #88ae04;
    background: #7DB95D;
    color: #fff;
}

h3, .text-h3 {
    font-size: 20px;
}




.tutorial li p {
    position: relative;
    top: 10px;
}

p {
    margin: 26px 0;
    line-height: 1.45;
    font-size: 16px;
}




.version{
    top:0px;
    right:0px;
    position: fixed;
    /*font-size: 14px;*/
}





/*windows*/

.pop-up-background {
    background: rgba(255,255,255,.8);
    cursor: pointer;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.pop-up-background-modal {
    cursor:default;
}

.pop-up {
    visibility:hidden;
    left: 50%;
    margin-left: -400px;
    max-width: 800px;
    position: absolute;
    top: 20px;
    width: 90%;
    z-index: 100;
}

.pop-up.small{
    margin-left: -200px;
    max-width: 400px;
}

.pop-up.medium{
    margin-left: -300px;
    max-width: 600px;
}

.pop-up.large{
    margin-left: -400px;
    max-width: 800px;
}

.pop-up-content {
    background: #fff;
    -webkit-box-shadow: 0px 1px 10px 2px #ccc;
    -moz-box-shadow:    0px 1px 10px 2px #ccc;
    box-shadow:         0px 1px 10px 2px #ccc;
    min-height: 30px;
    padding: 24px;
}

.pop-up-content .close,
.pop-up-footer {
    text-align: right;
}

.pop-up-footer {
    padding-top: 24px;
}

.pop-up-body {
    font-size: 16px;
    color:#666;
}

.pop-up-display-content {
    display: none;
}

#helpWindow p,#helpWindow ol li  {
    font-size: 14px  !important;
}

.pop-up .close {
    position:absolute;
    top:10px;
    right:10px;
    z-index: 99;
}

.pop-up .close a{
    font-size: 18px;
    color: #d22;
    width: 24px;
    height: 24px;
    background: url(img/icon-cross.png) no-repeat 0 0;
    display: inline-block;
}
.pop-up .close a:hover{
    opacity: 0.6;
}


.pop-up-btn {
    padding: 8px 15px;
    display: inline-block;
    background: #F1F1F1;
    border-radius: 3px;
    margin-left: 10px;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}

.pop-up-btn:hover,
.pop-up-btn:focus {
    background: #DADADA;
       font-size: 15px;
}


.pop-up .screen-reader-text {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.ie6 .pop-up {
    border: 10px solid #CED4E2;
    width: 600px;
}

@media only screen and (max-width:760px) {
    .pop-up.large {
        left: 5%;
        margin: 0;
    }
}

@media only screen and (max-width:480px) {
    .pop-up.small,
    .pop-up.medium {
        left: 5%;
        margin: 0;
    }
    .pop-up-content {
        padding: 12px;
    }
    .pop-up-footer {
        padding-top: 12px;
    }
}

