div#container
{
   width: 970px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: #E8E9EB;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
}
#preloader
{
   background: #BDD1DB url("images/turning-dots.gif") no-repeat center center;
   bottom: 0;
   position: fixed;
   top: 0;
   width: 100%;
   z-index: 99999;
}
#wb_div_log
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #2DA57C;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#div_log
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0 0 15px 0;
   margin-right: auto;
   margin-left: auto;
}
#div_log > .col-1, #div_log > .col-2, #div_log > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#div_log > .col-1, #div_log > .col-2, #div_log > .col-3
{
   flex: 0 0 auto;
}
#div_log > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 16.66666667%;
   max-width: 16.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#div_log > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 66.66666667%;
   max-width: 66.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-end;
   text-align: right;
}
#div_log > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 16.66666667%;
   max-width: 16.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-end;
   text-align: right;
}
@media (max-width: 480px)
{
#div_log > .col-1, #div_log > .col-2, #div_log > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#div_log-divider-bottom
{
   overflow: hidden;
   position: absolute;
   line-height: 0;
   bottom: 0%;
   left: 0;
   width: 100%;
   height: 0px;
   transform: scaleY(-1.0);
   transition: height 2000ms ease;
}
#div_log-divider-bottom svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   transform: translateX(-50%);
}
#div_log-divider-bottom .divider-fill
{
   fill: #CEFFEE;
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#div_log-divider-bottom.show
{
   height: 50px;
}
#wb_footer_msg 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_footer_msg div
{
   text-align: center;
}
#wb_footer_msg
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_dhome
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#dhome
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#dhome > .col-1, #dhome > .col-2, #dhome > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#dhome > .col-1, #dhome > .col-2, #dhome > .col-3
{
   flex: 0 0 auto;
}
#dhome > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 8.33333333%;
   max-width: 8.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#dhome > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 83.33333333%;
   max-width: 83.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#dhome > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 8.33333333%;
   max-width: 8.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-end;
   text-align: right;
}
@media (max-width: 480px)
{
#dhome > .col-1, #dhome > .col-2, #dhome > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_dashboard
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 2px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#dashboard
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0 0 20px 0;
   margin-right: auto;
   margin-left: auto;
}
#dashboard > .col-1, #dashboard > .col-2, #dashboard > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#dashboard > .col-1, #dashboard > .col-2, #dashboard > .col-3
{
   flex: 0 0 auto;
}
#dashboard > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 16.66666667%;
   max-width: 16.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#dashboard > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 58.33333333%;
   max-width: 58.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#dashboard > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 25%;
   max-width: 25%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-end;
   text-align: right;
}
@media (max-width: 480px)
{
#dashboard > .col-1, #dashboard > .col-2, #dashboard > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_logform
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#logform
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#logform > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#logform > .col-1
{
   flex: 0 0 auto;
}
#logform > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
@media (max-width: 480px)
{
#logform > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_f-back
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CFD7DF;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
   animation: animate-fade-in-down 1000ms cubic-bezier(0.77, 0, 0.175, 1) 1000ms 1 normal both;
}
#f-back
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#f-back > .col-1, #f-back > .col-2, #f-back > .col-3, #f-back > .col-4
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#f-back > .col-1, #f-back > .col-2, #f-back > .col-3, #f-back > .col-4
{
   flex: 0 0 auto;
}
#f-back > .col-1
{
   background-color: #F6F9FC;
   background-image: none;
   border: 1px solid #CFD7DF;
   border-radius: 0px;
   flex-basis: 25%;
   max-width: 25%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#f-back > .col-2
{
   background-color: #F6F9FC;
   background-image: none;
   border: 1px solid #CFD7DF;
   border-radius: 0px;
   flex-basis: 25%;
   max-width: 25%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#f-back > .col-3
{
   background-color: #F6F9FC;
   background-image: none;
   border: 1px solid #CFD7DF;
   border-radius: 0px;
   flex-basis: 25%;
   max-width: 25%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#f-back > .col-4
{
   background-color: #F6F9FC;
   background-image: none;
   border: 1px solid #CFD7DF;
   border-radius: 0px;
   flex-basis: 25%;
   max-width: 25%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#f-back > .col-1, #f-back > .col-2, #f-back > .col-3, #f-back > .col-4
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_s-back
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CFD7DF;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
   animation: animate-fade-in-down 1000ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms 1 normal both;
}
#s-back
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#s-back > .col-1, #s-back > .col-2, #s-back > .col-3, #s-back > .col-4
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#s-back > .col-1, #s-back > .col-2, #s-back > .col-3, #s-back > .col-4
{
   flex: 0 0 auto;
}
#s-back > .col-1
{
   background-color: #F6F9FC;
   background-image: none;
   border: 1px solid #CFD7DF;
   border-radius: 0px;
   flex-basis: 25%;
   max-width: 25%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#s-back > .col-2
{
   background-color: #F6F9FC;
   background-image: none;
   border: 1px solid #CFD7DF;
   border-radius: 0px;
   flex-basis: 25%;
   max-width: 25%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#s-back > .col-3
{
   background-color: #F6F9FC;
   background-image: none;
   border: 1px solid #CFD7DF;
   border-radius: 0px;
   flex-basis: 25%;
   max-width: 25%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#s-back > .col-4
{
   background-color: #F6F9FC;
   background-image: none;
   border: 1px solid #CFD7DF;
   border-radius: 0px;
   flex-basis: 25%;
   max-width: 25%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#s-back > .col-1, #s-back > .col-2, #s-back > .col-3, #s-back > .col-4
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_t-back
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CFD7DF;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
   animation: animate-fade-in-up 1000ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms 1 normal both;
}
#t-back
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#t-back > .col-1, #t-back > .col-2, #t-back > .col-3, #t-back > .col-4
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 7px;
   padding-left: 7px;
   position: relative;
}
#t-back > .col-1, #t-back > .col-2, #t-back > .col-3, #t-back > .col-4
{
   flex: 0 0 auto;
}
#t-back > .col-1
{
   background-color: #F6F9FC;
   background-image: none;
   border: 1px solid #CFD7DF;
   border-radius: 0px;
   flex-basis: 25%;
   max-width: 25%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#t-back > .col-2
{
   background-color: #F6F9FC;
   background-image: none;
   border: 1px solid #CFD7DF;
   border-radius: 0px;
   flex-basis: 25%;
   max-width: 25%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#t-back > .col-3
{
   background-color: #F6F9FC;
   background-image: none;
   border: 1px solid #CFD7DF;
   border-radius: 0px;
   flex-basis: 25%;
   max-width: 25%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#t-back > .col-4
{
   background-color: #F6F9FC;
   background-image: none;
   border: 1px solid #CFD7DF;
   border-radius: 0px;
   flex-basis: 25%;
   max-width: 25%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#t-back > .col-1, #t-back > .col-2, #t-back > .col-3, #t-back > .col-4
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_bd-div
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#bd-div
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#bd-div > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#bd-div > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#bd-div > .row > .col-1
{
   float: left;
}
#bd-div > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#bd-div:before,
#bd-div:after,
#bd-div .row:before,
#bd-div .row:after
{
   display: table;
   content: " ";
}
#bd-div:after,
#bd-div .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#bd-div > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_feeds
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
   animation: animate-fade-in 1000ms ease-in 0ms 1 normal both;
}
#feeds
{
   box-sizing: border-box;
   padding: 4px 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#feeds > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#feeds > .row > .col-1, #feeds > .row > .col-2, #feeds > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#feeds > .row > .col-1, #feeds > .row > .col-2, #feeds > .row > .col-3
{
   float: left;
}
#feeds > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#feeds > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#feeds > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#feeds:before,
#feeds:after,
#feeds .row:before,
#feeds .row:after
{
   display: table;
   content: " ";
}
#feeds:after,
#feeds .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#feeds > .row > .col-1, #feeds > .row > .col-2, #feeds > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_pr 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_pr div
{
   text-align: center;
}
#wb_pr
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_ts 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_ts div
{
   text-align: center;
}
#wb_ts
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_ad 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_ad div
{
   text-align: center;
}
#wb_ad
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_footer
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#footer
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#footer > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#footer > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#footer > .row > .col-1
{
   float: left;
}
#footer > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#footer > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 20px 0 0 0;
}
#footer:before,
#footer:after,
#footer .row:before,
#footer .row:after
{
   display: table;
   content: " ";
}
#footer:after,
#footer .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#footer > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_dashh 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
   animation: animate-opacity 5600ms linear 0ms infinite normal;
}
#wb_dashh div
{
   text-align: left;
}
#wb_dashh
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_dsh 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_dsh div
{
   text-align: center;
}
#wb_dsh
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#divide
{
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: Comfortaa;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
   vertical-align: top;
   padding: 4px 4px 4px 4px;
}
#divide:focus
{
   outline: 0;
}
#wb_userset
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #F5F5F5;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_userset a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#userset
{
   height: 59px;
   width: 49px;
}
.userset
{
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-style: normal;
   font-weight: normal;
   line-height: 1;
}
.userset:before
{
   content: "\e853";
}
#userset i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 49px;
   line-height: 59px;
   vertical-align: middle;
   width: 48px;
}
#wb_userset:hover #userset i
{
   color: #F5F5F5;
}
#wb_Image1
{
   margin: 0;
   vertical-align: top;
}
#Image1
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   animation: push 1000ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms 1 reverse both;
   box-shadow: 0px 0px 20px #000000;
   display: inline-block;
   width: 74px;
   height: 74px;
   vertical-align: top;
}
#ddb
{
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: Comfortaa;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
   vertical-align: top;
   padding: 4px 4px 4px 4px;
}
#ddb:focus
{
   outline: 0;
}
#wb_dash
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #C0C0C0;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#dash
{
   height: 20px;
   width: 34px;
}
#dash i
{
   color: #696969;
   display: inline-block;
   font-size: 20px;
   line-height: 20px;
   vertical-align: middle;
   width: 19px;
}
#wb_dash:hover #dash i
{
   color: #C0C0C0;
}
#wb_signout
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_signout:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FF0000;
}
#signout
{
   height: 26px;
   width: 25px;
}
#signout i
{
   color: #A9A9A9;
   display: inline-block;
   font-size: 25px;
   line-height: 26px;
   vertical-align: middle;
   width: 24px;
}
#wb_signout:hover #signout i
{
   color: #FF0000;
}
#wb_IconFont-st
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #4F4F4F;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_IconFont-st:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
}
#IconFont-st
{
   height: 57px;
   width: 43px;
}
#IconFont-st i
{
   color: #2D3F52;
   display: inline-block;
   font-size: 43px;
   line-height: 57px;
   vertical-align: middle;
   width: 45px;
}
#wb_IconFont-st:hover #IconFont-st i
{
   color: #CFD7DF;
}
#Student-Label
{
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #2D3F52;
   font-family: Questrial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: center;
   vertical-align: top;
   padding: 4px 4px 4px 4px;
}
#Student-Label:focus
{
   outline: 0;
}
#wb_IconFont-pf
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #34EBDE;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#IconFont-pf
{
   height: 57px;
   width: 43px;
}
#IconFont-pf i
{
   color: #2D3F52;
   display: inline-block;
   font-size: 43px;
   line-height: 57px;
   vertical-align: middle;
   width: 42px;
}
#wb_IconFont-pf:hover #IconFont-pf i
{
   color: #CFD7DF;
}
#PayFees-Label
{
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #2D3F52;
   font-family: Questrial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: center;
   vertical-align: top;
   padding: 4px 4px 4px 4px;
}
#PayFees-Label:focus
{
   outline: 0;
}
#wb_IconFont-fs
{
   background-color: transparent;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#IconFont-fs
{
   height: 57px;
   width: 43px;
}
#IconFont-fs i
{
   color: #2D3F52;
   display: inline-block;
   font-size: 43px;
   line-height: 57px;
   vertical-align: middle;
   width: 45px;
}
#wb_IconFont-fs:hover #IconFont-fs i
{
   color: #CFD7DF;
}
#Fees-Label
{
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #2D3F52;
   font-family: Karla;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: center;
   vertical-align: top;
   padding: 4px 4px 4px 4px;
}
#Fees-Label:focus
{
   outline: 0;
}
#wb_IconFont-bl
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #696969;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#IconFont-bl
{
   height: 57px;
   width: 43px;
}
.IconFont-bl
{
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-style: normal;
   font-weight: normal;
   line-height: 1;
}
.IconFont-bl:before
{
   content: "\e8b0";
}
#IconFont-bl i
{
   color: #2D3F52;
   display: inline-block;
   font-size: 43px;
   line-height: 57px;
   vertical-align: middle;
   width: 42px;
}
#wb_IconFont-bl:hover #IconFont-bl i
{
   color: #CFD7DF;
}
#Bill-Label
{
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #2D3F52;
   font-family: Karla;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: center;
   vertical-align: top;
   padding: 4px 4px 4px 4px;
}
#Bill-Label:focus
{
   outline: 0;
}
#Orevenue-Label
{
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Questrial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: center;
   vertical-align: top;
   padding: 4px 4px 4px 4px;
}
#Orevenue-Label:focus
{
   outline: 0;
}
#wb_IconFont-or
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #4F4F4F;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_IconFont-or:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
}
#IconFont-or
{
   height: 57px;
   width: 43px;
}
#IconFont-or i
{
   color: #2D3F52;
   display: inline-block;
   font-size: 43px;
   line-height: 57px;
   vertical-align: middle;
   width: 42px;
}
#wb_IconFont-or:hover #IconFont-or i
{
   color: #CFD7DF;
}
#wb_IconFont-ex
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #34EBDE;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#IconFont-ex
{
   height: 57px;
   width: 43px;
}
#IconFont-ex i
{
   color: #2D3F52;
   display: inline-block;
   font-size: 43px;
   line-height: 57px;
   vertical-align: middle;
   width: 54px;
}
#wb_IconFont-ex:hover #IconFont-ex i
{
   color: #CFD7DF;
}
#Expense-Label
{
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #2D3F52;
   font-family: Questrial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: center;
   vertical-align: top;
   padding: 4px 4px 4px 4px;
}
#Expense-Label:focus
{
   outline: 0;
}
#wb_IconFont-sz
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #F06560;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#IconFont-sz
{
   height: 57px;
   width: 43px;
}
#IconFont-sz i
{
   color: #2D3F52;
   display: inline-block;
   font-size: 43px;
   line-height: 57px;
   vertical-align: middle;
   width: 42px;
}
#wb_IconFont-sz:hover #IconFont-sz i
{
   color: #CFD7DF;
}
#Sms-Label
{
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #2D3F52;
   font-family: Karla;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: center;
   vertical-align: top;
   padding: 4px 4px 4px 4px;
}
#Sms-Label:focus
{
   outline: 0;
}
#wb_IconFont-ps
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #696969;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#IconFont-ps
{
   height: 57px;
   width: 43px;
}
.IconFont-ps
{
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-style: normal;
   font-weight: normal;
   line-height: 1;
}
.IconFont-ps:before
{
   content: "\e922";
}
#IconFont-ps i
{
   color: #2D3F52;
   display: inline-block;
   font-size: 43px;
   line-height: 57px;
   vertical-align: middle;
   width: 42px;
}
#wb_IconFont-ps:hover #IconFont-ps i
{
   color: #CFD7DF;
}
#Promote-Label
{
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #2D3F52;
   font-family: Karla;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: center;
   vertical-align: top;
   padding: 4px 4px 4px 4px;
}
#Promote-Label:focus
{
   outline: 0;
}
#Assess-Label
{
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #2D3F52;
   font-family: Questrial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: center;
   vertical-align: top;
   padding: 4px 4px 4px 4px;
}
#Assess-Label:focus
{
   outline: 0;
}
#wb_IconFont-asm
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #4F4F4F;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_IconFont-asm:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
}
#IconFont-asm
{
   height: 57px;
   width: 43px;
}
#IconFont-asm i
{
   color: #2D3F52;
   display: inline-block;
   font-size: 43px;
   line-height: 57px;
   vertical-align: middle;
   width: 42px;
}
#wb_IconFont-asm:hover #IconFont-asm i
{
   color: #CFD7DF;
}
#wb_IconFont-pr
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #34EBDE;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#IconFont-pr
{
   height: 57px;
   width: 43px;
}
#IconFont-pr i
{
   color: #2D3F52;
   display: inline-block;
   font-size: 43px;
   line-height: 57px;
   vertical-align: middle;
   width: 42px;
}
#wb_IconFont-pr:hover #IconFont-pr i
{
   color: #CFD7DF;
}
#Payroll-Label
{
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #2D3F52;
   font-family: Questrial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: center;
   vertical-align: top;
   padding: 4px 4px 4px 4px;
}
#Payroll-Label:focus
{
   outline: 0;
}
#wb_IconFont-ir
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #F06560;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#IconFont-ir
{
   height: 57px;
   width: 43px;
}
.IconFont-ir
{
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-style: normal;
   font-weight: normal;
   line-height: 1;
}
.IconFont-ir:before
{
   content: "\e8e5";
}
#IconFont-ir i
{
   color: #2D3F52;
   display: inline-block;
   font-size: 43px;
   line-height: 57px;
   vertical-align: middle;
   width: 42px;
}
#wb_IconFont-ir:hover #IconFont-ir i
{
   color: #CFD7DF;
}
#Income-Label
{
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #2D3F52;
   font-family: Karla;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: center;
   vertical-align: top;
   padding: 4px 4px 4px 4px;
}
#Income-Label:focus
{
   outline: 0;
}
#wb_IconFont1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #696969;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#IconFont1
{
   height: 57px;
   width: 43px;
}
.IconFont1
{
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-style: normal;
   font-weight: normal;
   line-height: 1;
}
.IconFont1:before
{
   content: "\e8a4";
}
#IconFont1 i
{
   color: #2D3F52;
   display: inline-block;
   font-size: 43px;
   line-height: 57px;
   vertical-align: middle;
   width: 42px;
}
#wb_IconFont1:hover #IconFont1 i
{
   color: #CFD7DF;
}
#Settings-Label
{
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #2D3F52;
   font-family: Karla;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: center;
   vertical-align: top;
   padding: 4px 4px 4px 4px;
}
#Settings-Label:focus
{
   outline: 0;
}
#ldb
{
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #F5F5F5;
   font-family: Comfortaa;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
   vertical-align: top;
   padding: 4px 4px 4px 4px;
}
#ldb:focus
{
   outline: 0;
}
#wb_ps-log
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #4F4F4F;
   border-radius: 0px;
   text-align: center;
   animation: animate-fade-in 1000ms ease-out 10ms 1 normal both;
   margin: 0;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_ps-log:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
}
#ps-log
{
   height: 29px;
   width: 25px;
}
#ps-log i
{
   color: #808080;
   display: inline-block;
   font-size: 25px;
   line-height: 29px;
   vertical-align: middle;
   width: 24px;
}
#wb_ps-log:hover #ps-log i
{
   color: #808080;
}
#wb_tech-log
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #4F4F4F;
   border-radius: 0px;
   text-align: center;
   animation: animate-fade-in 1000ms ease-out 15ms 1 normal both;
   margin: 0;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_tech-log:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
}
#tech-log
{
   height: 29px;
   width: 25px;
}
#tech-log i
{
   color: #808080;
   display: inline-block;
   font-size: 25px;
   line-height: 29px;
   vertical-align: middle;
   width: 24px;
}
#wb_tech-log:hover #tech-log i
{
   color: #808080;
}
#wb_adm-log
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #4F4F4F;
   border-radius: 0px;
   text-align: center;
   animation: animate-fade-in 1000ms ease-out 20ms 1 normal both;
   margin: 0;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_adm-log:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
}
#adm-log
{
   height: 29px;
   width: 25px;
}
#adm-log i
{
   color: #808080;
   display: inline-block;
   font-size: 25px;
   line-height: 29px;
   vertical-align: middle;
   width: 24px;
}
#wb_adm-log:hover #adm-log i
{
   color: #808080;
}
#wb_feesdf
{
   margin: 0;
   animation: animate-opacity 250ms ease-in 0ms infinite normal;
   vertical-align: top;
}
#birthw_text
{
   position: absolute;
   pointer-events: none;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
    left: 16.67%;
   top: 18.18%;
   width: 58.33%;
   height: 54.55%;
   box-sizing: border-box;
   overflow: hidden;
   text-align: center;
   word-wrap: break-word;
}
#wb_birthw
{
   margin: 0;
   animation: animate-opacity 950ms ease-in 0ms infinite normal;
   vertical-align: top;
}
#wb_gents
{
   margin: 0;
   animation: animate-opacity 1600ms ease-in 0ms infinite normal;
   vertical-align: top;
}
