body
{
   background-color: #3454D5;
   color: #666666;
   font-family: "MS Sans Serif";
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
#preloader
{
   background: #FFFFFF url("../images/rolling-dots.gif") no-repeat center center;
   bottom: 0;
   opacity: 0;
   position: fixed;
   top: 0;
   width: 100%;
   z-index: 99999;
}
#wb_errorGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#errorGrid
{
   box-sizing: border-box;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   padding: 80px 0px 0px 0px;
   margin-right: auto;
   margin-left: auto;
   max-width: 455px;
}
#errorGrid > .col-1
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#errorGrid > .col-1
{
   -webkit-flex: 0 0 auto;
   flex: 0 0 auto;
}
#errorGrid > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   flex-basis: 100%;
   max-width: 100%;
   -webkit-align-self: flex-start;
   align-self: flex-start;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 320px)
{
#errorGrid > .col-1
{
   -webkit-flex-basis: 100% !important;
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_errorIcon
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   text-align: center;
   margin: 0;
   padding: 10px 0px 10px 0px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_errorIcon:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
}
#errorIcon
{
   height: 85px;
   width: 150px;
}
#errorIcon i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 85px;
   line-height: 85px;
   vertical-align: middle;
   width: 72px;
}
#wb_errorIcon:hover i
{
   color: #FFFFFF;
}
#wb_errorText 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 10px 20px 10px 20px;
   margin: 0;
   text-align: center;
}
#wb_errorText div
{
   text-align: center;
}
#wb_erText 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 20px 0px 20px 0px;
   margin: 0;
   text-align: center;
}
#wb_erText div
{
   text-align: center;
}
