div#container
{
   width: 634px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
}
#wb_errorText1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_errorText1 div
{
   text-align: left;
}
#errorExtension1
{
   width: 100%;
   height: auto;
   background: none;
   margin: 0 auto;
   box-shadow: none;
   position: relative;
}
#errorExtension1:before
{
   content: "";
   display: block;
   padding-top: 100%;
}
#errorExtension1 *, #errorExtension1:after
{
   box-sizing: border-box;
}
#errorExtension1:after
{
   content: "";
   width: 100%;
   height: 100%;
   border-radius: 50%;
   border: 12px solid #FFFFFF;
   position: absolute;
   top: 0;
   left: 0;
}
#errorExtension1 > span
{
   width: 50%;
   height: 100%;
   overflow: hidden;
   position: absolute;
   top: 0;
   z-index: 1;
}
#errorExtension1 .progress-left
{
   left: 0;
}
#errorExtension1 .progress-bar
{
   width: 100%;
   height: 100%;
   background: none;
   border-color: #4079B4;
   border-width: 12px;
   border-style: solid;
   position: absolute;
   top: 0;
}
#errorExtension1 .progress-left .progress-bar
{
   left: 100%;
   border-top-right-radius: 500px;
   border-bottom-right-radius: 500px;
   border-left: 0;
   -webkit-transform-origin: center left;
   transform-origin: center left;
   animation: errorExtension1-loading-left 9600ms linear forwards 10000ms;
}
#errorExtension1 .progress-right
{
   right: 0;
}
#errorExtension1 .progress-right .progress-bar
{
   left: -100%;
   border-top-left-radius: 500px;
   border-bottom-left-radius: 500px;
   border-right: 0;
   -webkit-transform-origin: center right;
   transform-origin: center right;
   animation: errorExtension1-loading-right 10000ms linear forwards;
}
#errorExtension1 .progress-value
{
   width: 98%;
   height: 98%;
   border-radius: 50%;
   background: #44484B;
   font-family: Open Sans;
   font-weight: bold;
   font-style: normal;
   font-size: 19px!important;
   color: #FFFFFF;
   line-height: 94px;
   text-align: center;
   position: absolute;
   top: 1%;
   left: 1%;
}
@keyframes errorExtension1-loading-left
{
   0% 
   {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
   }
   100%
   {
      -webkit-transform: rotate(172deg);
      transform: rotate(172deg);
   }
}
@keyframes errorExtension1-loading-right
{
   0% 
   {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
   }
   100%
   {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
   }
}
#wb_uid0
{
   color: #000000;
   font-family: "Open Sans";
   font-size: 20px;
}
#wb_errorExtension1
{
   position: absolute;
   left: 267px;
   top: 133px;
   width: 100px;
   height: 100px;
   z-index: 1;
}
#wb_errorText1
{
   position: absolute;
   left: 48px;
   top: 46px;
   width: 538px;
   height: 54px;
   z-index: 0;
}
