﻿body
{
    font-family: sans-serif;
	/*font-size: 62.5%;*/
	color:Gray;
}
.steps
{
    list-style: none;
    margin: 0;
    padding: 0;
    width: 93%;
    padding-left: 25px;
    z-index: 5;
    overflow: hidden;
}
        
.steps li
{
    color: Gray; /*background: #fefefe;*/
    padding: 14px 24px 10px;
    margin: 0px 0px 0 10px;
    position: relative;
    float: left;
    text-align: center;
    z-index: 1;
    width: 80px;
}
.steps li::before
{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    border-style: solid;
    border-color: #eee;
    border-width: 2px 0 2px 2px;
    border-radius: 8px 0 0 0;
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    transform: skewX(-20deg);
    background-color: inherit;
    z-index: -1;
}
.steps li::after
{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
    border-style: solid;
    border-color: #eee;
    border-width: 2px 2px 2px 0;
    border-radius: 0 8px 0 0;
    -webkit-transform: skewX(20deg);
    -moz-transform: skewX(20deg);
    -o-transform: skewX(20deg);
    transform: skewX(20deg);
    background-color: inherit;
    z-index: -1;
}
.steps li.active
{
    /*color: orange;*/
    color: #000000;
    font-weight:bold;
    z-index: 10;
}
.steps li.active::before, ul li.active::after
{
    background-color: #fff;
    border-bottom-color: #fff;
}
.SubMenueDiv
{
    position: absolute;
    width: 140px;
    padding: 0px;
    left: -135px;
    z-index: 100;
    text-align: left;
    background-color: #fafafa;
    border: 1px solid #dbdbdb;
    color: #000;   
    display:inline;
}
.SUBMenue
{
    
}
.SubMenueUL
{
    padding:0;
    margin:0;   
}
.SubMenueUL li
{
    list-style:none;
    cursor:pointer;   
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
}
.SubMenueUL li:hover
{
    background-color: #fff;
}
.ui-progressbar .ui-progressbar-value
{
    /*background-image: url(http://bit.ly/13wIQuG);*/
    background-image: url('/Images/ProgressBar.gif');
}
input[type=button]
{
    border-radius: 7px;
    font-size: 15px;
    height: 30px;
    width: 200px;
    /*cursor:pointer;*/
    background: #f0f0f0;
    border: 1px solid #ededed;
    border-bottom: 2px solid #ededed;
    box-shadow: 0px 4px 10px #ededed;
}
/*.NextPreviousButtons
{
    font-size: 15px;
    height: 30px;
    width: 200px;
}*/
.PaginationDivs
{
    padding-top: 10px;
    text-align: right;
    padding-right: 40px;   
}
.ContainerDivs
{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #fff;
    border-left: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    border-right: 1px solid #ededed;
    padding-bottom: 10px;
}
.DivsInputs
{
    padding-left: 5px;
    font-size: 15px;
    outline: 0;
    line-height: 30px;
    height: 30px;
    border: 1px solid #cbcbcb;
    vertical-align: middle;
    width: 400px;
}
.InptsLabels
{
    font-size: 16px;
    /*color: #444;*/
}
.Validate
{
    color: rgb(221, 75, 57);
    padding-top: 5px;
    font-size: 13px;
    display: none;
}
.LoadingDiv
{
     width: 300px;
     margin: auto;
     padding-left: 78px;
     z-index: 100;   
}
.LoadingImgDiv
{
    z-index: 100; 
    height: 25px; 
    border: 1px solid transparent;
    border-radius: 2px; 
    -webkit-border-radius: 2px; 
    -moz-border-radius: 2px; 
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2); 
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    position: fixed;
    font-weight: 700;
    text-align: center;
    top: 0;
    color: #222;
    background-color: #f9edbe;
    width: 200px;
    z-index: 100;
    margin: auto;
    padding: 6px 10px;   
}
.LoadingTestImg
{
    z-index: 100; 
    height: 100%; 
    border: 1px solid transparent;
    border-radius: 2px; 
    -webkit-border-radius: 2px; 
    -moz-border-radius: 2px; 
    position: relative;
    font-weight: 700;
    text-align: center;
    top: 0;
    color: #222;
    width: 300px;
    z-index: 100;
    margin: auto;
    padding: 6px 10px;   
}
.shadow
{
    background-color: #fff;
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2); 
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.ERROR
{
}

.actionsDiv > * {
    margin-right: 48px;
    cursor: pointer;
}