div#container
{
   width: 970px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: #F39A1A;
   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/clock.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: #560351;
   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;
   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;
}
}
#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_l_move
{
   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;
}
#l_move
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#l_move > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#l_move > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#l_move > .row > .col-1
{
   float: left;
}
#l_move > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#l_move:before,
#l_move:after,
#l_move .row:before,
#l_move .row:after
{
   display: table;
   content: " ";
}
#l_move:after,
#l_move .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#l_move > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_title
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 50px 0 0 0;
   animation: animate-fade-in 2000ms ease-in 0ms infinite normal both;
   text-align: center;
}
#title
{
   color: #000000;
   font-family: Poppins;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#gs_feed 
{
   background-color: rgba(255,255,255,0.85);
   background-image: none;
   border: 1px solid #C0C0C0;
   border-radius: 4px;
   text-align: left;
   box-shadow: 0px 4px 10px rgba(0,0,0,0.13);
}
#gs_feed
{
   color: #000000;
   font-family: "Raleway ExtraLight";
   font-weight: normal;
   font-size: 13px;
}
#toasts
{
   left: 0;
   pointer-events: none;
   position: fixed;
   top: 0;
   width: 100%;
   z-index: 999999;
}
.toast *
{
   box-sizing: border-box;
}
.toast.showing 
{
   opacity: 1;
}
.toast
{
   background-clip: padding-box;
   margin-left: auto;
   margin-right: 0;
   opacity: 0;
   overflow: hidden;
   pointer-events: auto;
   transition: opacity .15s linear;
}
.toast.show
{
   display: block;
   opacity: 1;
}
.toast.hide
{
   display: none;
}
.toast strong
{
   font-weight: bolder;
   margin-right: auto;
}
.toast small
{
   font-size: 80%;
   font-weight: 400;
}
.toast .close
{
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   background-color: transparent;
   border: 0;
   color: #C0C0C0;
   cursor: pointer;
   float: right;
   font-size: 150%;
   font-weight: 700;
   line-height: 1;
   margin-left: 0.5rem;
   opacity: 0.5;
   padding: 0;
   text-shadow: 0px 1px 0px #fff;
}
.toast p, .toast ul
{
   margin: 0;
   padding: 0;
}
#gs_feed
{
   margin-bottom: 12px !important;
   text-align: left;
   width: 229px;
}
#gs_feed .toast-header
{
   align-items: center;
   background-clip: padding-box;
   display: flex;
   border-bottom: 1px solid rgba(0,0,0,0.06);
   background-color: rgba(255,255,255,0.50);
   color: #6C757D;
   font-family: Raleway;
   font-weight: bold;
   font-size: 13px;
   font-style: normal;
   padding: 10px 12px 10px 12px;
}
#gs_feed .toast-body
{
   padding: 10px 10px 10px 10px;
}
#gs_feed i
{
   color: #007AFF;
   font-size: 13px;
   margin-right: 10px;
   width: 13px;
}
#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;
   animation: animate-fade-in-down 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0ms 1 normal both;
}
#logform
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#logform > .col-1, #logform > .col-2, #logform > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#logform > .col-1, #logform > .col-2, #logform > .col-3
{
   flex: 0 0 auto;
}
#logform > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#logform > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#logform > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   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, #logform > .col-2, #logform > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#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;
}
#divide_sec
{
   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: 25px 4px 4px 4px;
}
#divide_sec:focus
{
   outline: 0;
}
#divide_sap
{
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #CCCCCC;
   border-radius: 2px;
   background-color: transparent;
   background-image: none;
   color: #808000;
   font-family: Comfortaa;
   font-weight: bold;
   font-style: normal;
   font-size: 9.3px;
   text-align: left;
   vertical-align: top;
   padding: 4px 4px 4px 4px;
}
#divide_sap:focus
{
   outline: 0;
}
#wb_work_img
{
   background-color: #FFFFFF;
   background-image: none;
   border: 10px solid #560351;
   border-radius: 50%;
   text-align: center;
   animation: push 2000ms linear 0ms infinite normal both;
   margin: 0;
   padding: 16px 16px 16px 16px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_work_img:hover
{
   background-color: #FFFFFF;
   background-image: none;
   border: 10px solid #FFFFFF;
}
#work_img
{
   height: 44px;
   width: 44px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
.work_img
{
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
.work_img:before
{
   content: "\e8ce";
}
#work_img i
{
   color: #F39A1A;
   display: inline-block;
   font-size: 44px;
   line-height: 44px;
   vertical-align: middle;
}
#wb_work_img:hover #work_img i
{
   color: #0FAE4A;
}
#wb_logo
{
   margin: 0;
   vertical-align: top;
}
#logo
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   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: 80px;
   height: 80px;
   vertical-align: top;
}
#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;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#footer > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#footer > .col-1
{
   flex: 0 0 auto;
}
#footer > .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;
}
#footer > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 20px 0 0 0;
}
@media (max-width: 480px)
{
#footer > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_u_c
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #4F4F4F;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   line-height: 17px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_u_c:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
}
#u_c
{
   overflow: visible;
   vertical-align: top;
   width: 100%;
   height: 100%;
}
#u_c
{
   fill: #696969;
   display: inline-block;
   font-size: 17px;
   vertical-align: middle;
}
#wb_u_c:hover #u_c
{
   fill: #2D3F52;
}
#rn
{
   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: normal;
   font-style: normal;
   font-size: 16px;
   text-align: left;
   vertical-align: top;
   padding: 0 4px 0 4px;
}
#rn:focus
{
   outline: 0;
}
#uname
{
   box-sizing: border-box;
   line-height: 41px;
   margin: 0;
   border: 2px solid #808080;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #4F4F4F;
   font-family: Comfortaa;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   text-align: left;
   padding: 4px 4px 4px 4px;
}
#uname:focus
{
   border-color: #4F4F4F;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(79,79,79,0.60);
   outline: 0;
}
#wb_ll_pwd
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #4F4F4F;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   line-height: 17px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_ll_pwd:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
}
#ll_pwd
{
   overflow: visible;
   vertical-align: top;
   width: 100%;
   height: 100%;
}
#ll_pwd
{
   fill: #696969;
   display: inline-block;
   font-size: 17px;
   vertical-align: middle;
}
#wb_ll_pwd:hover #ll_pwd
{
   fill: #2D3F52;
}
#l_pword
{
   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: normal;
   font-style: normal;
   font-size: 16px;
   text-align: left;
   vertical-align: top;
   padding: 0 4px 0 4px;
}
#l_pword:focus
{
   outline: 0;
}
#wb_psview
{
   position: relative;
   margin: 0;
}
#psview
{
   display: none;
}
#psview-label
{
   display: block;
   overflow: hidden;
   cursor: pointer;
   border: 2px solid #636363;
   border-radius: 20px;
   box-sizing: border-box;
   max-width: 100%;
   height: 100%;
   transition: border-color 300ms ease-in 0s;
}
#psview-inner
{
   box-sizing: border-box;
   display: block;
   width: 200%;
   margin-left: -100%;
   transition: margin 300ms ease-in 0s;
}
#psview-inner:before, #psview-inner:after
{
   display: block;
   float: left;
   width: 50%;
   height: 20px;
   padding: 0;
   line-height: 20px;
   color: #000000;
   font-family: Lato;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   box-sizing: border-box;
   border-radius: 20px;
   text-align: center;
}
#psview-inner:before
{
   content: "Hide";
   padding-right: 20px;
   background-color: #00BFFF;
   color: #FFFFFF;
   border-radius: 20px 0 0 20px;
}
#psview-inner:after
{
   content: "View";
   padding-left: 20px;
   background-color: #EDF6FF;
   color: #000000;
   border-radius: 0 20px 20px 0;
}
#psview-switch
{
   display: block;
   width: 20px;
   margin: 0;
   background: #FFFFFF;
   border: 2px solid #636363;
   border-radius: 20px;
   box-shadow: 0px 0px 5px rgba(0,0,0,0.30);
   position: absolute;
   top: 2px;
   bottom: 2px;
   right: 41px;
   transition: all 300ms ease-in 0s;
   box-sizing: border-box;
}
#psview:checked + #psview-label
{
   border-color: #636363;
}
#psview:checked + #psview-label #psview-inner
{
   margin-left: 0;
}
#psview:checked + #psview-label #psview-switch
{
   right: 2px;
   background: #FFFFFF;
   border-color: #636363;
}
#pword
{
   box-sizing: border-box;
   line-height: 41px;
   margin: 0;
   border: 2px solid #808080;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #4F4F4F;
   font-family: Comfortaa;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   text-align: left;
   padding: 4px 4px 4px 4px;
}
#pword:focus
{
   border-color: #4F4F4F;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(79,79,79,0.60);
   outline: 0;
}
#addq
{
   font-family: Questrial;
   font-weight: normal;
   font-size: 21px;
   font-style: normal;
   display: inline-block;
   position: relative;
   vertical-align: middle;
   user-select: none;
   overflow: visible;
   text-decoration: none;
   cursor: pointer;
   margin: 0;
   padding: 1px 1px 6px 6px;
   text-align: center;
   vertical-align: top;
}
#addq .ui-button
{
   position: absolute;
   padding: 0;
}
#addq .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23454545%22%20viewBox%3d%220%200%2084%2084%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M70%2047%20L70%2062%20C70%2066%2c%2068%2069%2c%2065%2072%20C63%2075%2c%2059%2076%2c%2055%2076%20L16%2076%20C12%2076%2c%209%2075%2c%206%2072%20C3%2069%2c%202%2066%2c%202%2062%20L2%2023%20C2%2019%2c%203%2015%2c%206%2013%20C9%2010%2c%2012%208%2c%2016%208%20L55%208%20C57%208%2c%2059%209%2c%2061%2010%20C62%2010%2c%2062%2010%2c%2062%2011%20C63%2012%2c%2062%2013%2c%2062%2013%20L60%2016%20C59%2016%2c%2059%2016%2c%2058%2016%20C58%2016%2c%2057%2016%2c%2057%2016%20C57%2016%2c%2056%2016%2c%2055%2016%20L16%2016%20C15%2016%2c%2013%2017%2c%2012%2018%20C10%2019%2c%2010%2021%2c%2010%2023%20L10%2062%20C10%2063%2c%2010%2065%2c%2012%2066%20C13%2068%2c%2015%2068%2c%2016%2068%20L55%2068%20C57%2068%2c%2059%2068%2c%2060%2066%20C61%2065%2c%2062%2063%2c%2062%2062%20L62%2050%20C62%2049%2c%2062%2049%2c%2063%2048%20L66%2045%20C66%2045%2c%2067%2044%2c%2067%2044%20C68%2044%2c%2068%2045%2c%2068%2045%20C69%2045%2c%2070%2046%2c%2070%2047%20Z%20M80%2024%20L42%2063%20C41%2063%2c%2040%2064%2c%2039%2064%20C38%2064%2c%2036%2063%2c%2036%2063%20L15%2042%20C14%2042%2c%2014%2040%2c%2014%2039%20C14%2038%2c%2014%2037%2c%2015%2036%20L21%2031%20C21%2030%2c%2023%2029%2c%2024%2029%20C25%2029%2c%2026%2030%2c%2027%2031%20L39%2043%20L69%2013%20C69%2012%2c%2071%2011%2c%2072%2011%20C73%2011%2c%2074%2012%2c%2075%2013%20L80%2018%20C81%2019%2c%2082%2020%2c%2082%2021%20C82%2022%2c%2081%2024%2c%2080%2024%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
   display: inline-block;
   overflow: visible;
   position: absolute;
   left: 10px;
   margin: 0;
   top: 50%;
   transform: translateY(-50%);
   width: 21px;
   height: 21px;
}
#addq:hover .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%232B2B2B%22%20viewBox%3d%220%200%2084%2084%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M70%2047%20L70%2062%20C70%2066%2c%2068%2069%2c%2065%2072%20C63%2075%2c%2059%2076%2c%2055%2076%20L16%2076%20C12%2076%2c%209%2075%2c%206%2072%20C3%2069%2c%202%2066%2c%202%2062%20L2%2023%20C2%2019%2c%203%2015%2c%206%2013%20C9%2010%2c%2012%208%2c%2016%208%20L55%208%20C57%208%2c%2059%209%2c%2061%2010%20C62%2010%2c%2062%2010%2c%2062%2011%20C63%2012%2c%2062%2013%2c%2062%2013%20L60%2016%20C59%2016%2c%2059%2016%2c%2058%2016%20C58%2016%2c%2057%2016%2c%2057%2016%20C57%2016%2c%2056%2016%2c%2055%2016%20L16%2016%20C15%2016%2c%2013%2017%2c%2012%2018%20C10%2019%2c%2010%2021%2c%2010%2023%20L10%2062%20C10%2063%2c%2010%2065%2c%2012%2066%20C13%2068%2c%2015%2068%2c%2016%2068%20L55%2068%20C57%2068%2c%2059%2068%2c%2060%2066%20C61%2065%2c%2062%2063%2c%2062%2062%20L62%2050%20C62%2049%2c%2062%2049%2c%2063%2048%20L66%2045%20C66%2045%2c%2067%2044%2c%2067%2044%20C68%2044%2c%2068%2045%2c%2068%2045%20C69%2045%2c%2070%2046%2c%2070%2047%20Z%20M80%2024%20L42%2063%20C41%2063%2c%2040%2064%2c%2039%2064%20C38%2064%2c%2036%2063%2c%2036%2063%20L15%2042%20C14%2042%2c%2014%2040%2c%2014%2039%20C14%2038%2c%2014%2037%2c%2015%2036%20L21%2031%20C21%2030%2c%2023%2029%2c%2024%2029%20C25%2029%2c%2026%2030%2c%2027%2031%20L39%2043%20L69%2013%20C69%2012%2c%2071%2011%2c%2072%2011%20C73%2011%2c%2074%2012%2c%2075%2013%20L80%2018%20C81%2019%2c%2082%2020%2c%2082%2021%20C82%2022%2c%2081%2024%2c%2080%2024%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#addq:active .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2084%2084%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M70%2047%20L70%2062%20C70%2066%2c%2068%2069%2c%2065%2072%20C63%2075%2c%2059%2076%2c%2055%2076%20L16%2076%20C12%2076%2c%209%2075%2c%206%2072%20C3%2069%2c%202%2066%2c%202%2062%20L2%2023%20C2%2019%2c%203%2015%2c%206%2013%20C9%2010%2c%2012%208%2c%2016%208%20L55%208%20C57%208%2c%2059%209%2c%2061%2010%20C62%2010%2c%2062%2010%2c%2062%2011%20C63%2012%2c%2062%2013%2c%2062%2013%20L60%2016%20C59%2016%2c%2059%2016%2c%2058%2016%20C58%2016%2c%2057%2016%2c%2057%2016%20C57%2016%2c%2056%2016%2c%2055%2016%20L16%2016%20C15%2016%2c%2013%2017%2c%2012%2018%20C10%2019%2c%2010%2021%2c%2010%2023%20L10%2062%20C10%2063%2c%2010%2065%2c%2012%2066%20C13%2068%2c%2015%2068%2c%2016%2068%20L55%2068%20C57%2068%2c%2059%2068%2c%2060%2066%20C61%2065%2c%2062%2063%2c%2062%2062%20L62%2050%20C62%2049%2c%2062%2049%2c%2063%2048%20L66%2045%20C66%2045%2c%2067%2044%2c%2067%2044%20C68%2044%2c%2068%2045%2c%2068%2045%20C69%2045%2c%2070%2046%2c%2070%2047%20Z%20M80%2024%20L42%2063%20C41%2063%2c%2040%2064%2c%2039%2064%20C38%2064%2c%2036%2063%2c%2036%2063%20L15%2042%20C14%2042%2c%2014%2040%2c%2014%2039%20C14%2038%2c%2014%2037%2c%2015%2036%20L21%2031%20C21%2030%2c%2023%2029%2c%2024%2029%20C25%2029%2c%2026%2030%2c%2027%2031%20L39%2043%20L69%2013%20C69%2012%2c%2071%2011%2c%2072%2011%20C73%2011%2c%2074%2012%2c%2075%2013%20L80%2018%20C81%2019%2c%2082%2020%2c%2082%2021%20C82%2022%2c%2081%2024%2c%2080%2024%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#addq.ui-corner-all
{
   border-bottom-left-radius: 7px;
   border-top-left-radius: 7px;
}
#addq.ui-corner-all
{
   border-bottom-right-radius: 7px;
   border-top-right-radius: 7px;
}
#addq.ui-button
{
   background-color: #E74B3C;
   background-image: none;
   border: 1px solid #E74B3C;
   color: #F5F5F5;
}
#addq.ui-state-hover, #addq.ui-button:hover
{
   border-color: #E74B3C;
   background-color: #FF6347;
   background-image: none;
   color: #2B2B2B;
}
#addq.ui-button:disabled
{
   opacity: .5;
   pointer-events: none;
}
#addq.ui-state-active, #addq.ui-button:active
{
   border-color: #E74B3C;
   background-color: #E74B3C;
   background-image: none;
   color: #FFFFFF;
}
#tb-div
{
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
   vertical-align: top;
   padding: 20px 4px 20px 4px;
}
#tb-div:focus
{
   outline: 0;
}
#ps-div
{
   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: normal;
   font-style: normal;
   font-size: 16px;
   text-align: center;
   vertical-align: top;
   padding: 0 4px 0 4px;
}
#ps-div:focus
{
   outline: 0;
}
