/* Scrollbar styles for Webkit */

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.3);
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, 0.7);
}





/* App Pages*/

#home {
  background-color: transparent;
  background-image: url(../img/logo/SG-logo-e-small.png);
  background-size: 45% auto;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  width: 100%;
  height: 100%;
  max-width: 100%;
  text-align: center;
  position: fixed;
  z-index: -1;
}

#sg_Config_Page {
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  max-width: 100%;
  text-align: center;
  position: fixed;
  z-index: -1;
}

#sortegram {
  background-color: transparent;
  color: currentColor;
  width: 100%;
  max-width: 100%;
  min-height: calc(100% - 70px);
  min-height: -webkit-calc(100% - 70px);
  min-height: -moz-calc(100% - 70px);
  min-height: -ms-calc(100% - 70px);
  min-height: -o-calc(100% - 70px);
  text-align: center;
  position: fixed;
  top: 0;
  margin-left: 0px;
  padding: 0px;
  padding-top: 70px;
  z-index: -3;
}

#start-sortegram {
  background-color: transparent;
  background-image: url(../img/logo/SG-logo-e-small.png);
  background-size: 45% auto;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  color: currentColor;
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  text-align: center;
  position: fixed;
  top: 0;
  z-index: -3;
}

#classic {
  color: currentColor;
  background-color: transparent;
  background-image: url(../img/logo/SG-logo-e-small.png);
  background-size: 45% auto;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  width: 100%;
  max-width: 100%;
  min-width: 90%;
  height: calc(100% - 55px);
  height: -webkit-calc(100% - 55px);
  height: -moz-calc(100% - 55px);
  height: -ms-calc(100% - 55px);
  height: -o-calc(100% - 55px);
  text-align: center;
  position: fixed;
  top: 0;
  padding: 1px;
  padding-top: 55px;
  overflow-y: auto;
  z-index: -3;
}

#head_orTales {
  color: currentColor;
  background-color: transparent;
  background-image: url(../img/logo/SG-logo-e-small.png);
  background-size: 45% auto;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  width: 100%;
  max-width: 100%;
  min-width: 90%;
  height: calc(100% - 55px);
  height: -webkit-calc(100% - 55px);
  height: -moz-calc(100% - 55px);
  height: -ms-calc(100% - 55px);
  height: -o-calc(100% - 55px);
  text-align: center;
  position: fixed;
  top: 0;
  padding: 1px;
  padding-top: 55px;
  overflow-y: auto;
  z-index: -3;
}

#sg_About {
  color: currentColor;
  background-color: rgba(0,0,0,.8);
  width: 100%;
  max-width: 100%;
  min-width: 90%;
  min-height: 100%;
  text-align: center;
  position: fixed;
  top: 0;
  padding: 1px;
  padding-top: 60px;
  padding-bottom: 30px;
  overflow-y: auto;
  z-index: 0;
}

#sg_SavedRaffles {
background-color: transparent;
  color: currentColor;
  width: 100%;
  max-width: 100%;
  min-height: calc(100% - 70px);
  min-height: -webkit-calc(100% - 70px);
  min-height: -moz-calc(100% - 70px);
  min-height: -ms-calc(100% - 70px);
  min-height: -o-calc(100% - 70px);
  text-align: center;
  position: fixed;
  top: 0;
  margin-left: 0px;
  padding: 0px;
  padding-top: 55px;
  z-index: -3;
}



body, html {
  font-family: Segoe UI, Arial, sans-serif;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  margin: 0;
  overflow: hidden;
  touch-action: none;
  -webkit-touch-action: none;
  -moz-touch-action: none;
  -ms-touch-action: none;
  -o-touch-action: none;
}

a {
  color: currentColor;
  text-decoration: none;
  cursor: pointer;
}





#cover {
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transition: .4s ease;
  -webkit-transition: .4s ease;
  -moz-transition: .4s ease;
  -ms-transition: .4s ease;
  -o-transition: .4s ease;
  z-index: -3;
}

#content {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 80%, rgba(0, 0, 0, 0.4) 120%);
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) 80%, rgba(0, 0, 0, 0.4) 120%);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 80%, rgba(0, 0, 0, 0.4) 120%);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}

.page {
  background-color: transparent;
}

.preload-images {
  display: none;
  width: 0;
  height: 0;
  background: url(../img/appbar.at.png),
  	      url(../img/appbar.arrow.collapsed-border.png),
  	      url(../img/appbar.arrow.expand-border.png),
  	      url(../img/appbar.cancel.png),
              url(../img/appbar.check.png),
              url(../img/appbar.checkmark.thick.png),
              url(../img/appbar.checkmark.thick.unchecked.png),
              url(../img/appbar.close.png),
              url(../img/appbar.cog-back.png),
              url(../img/appbar.cog-border.png),
              url(../img/appbar.delete.png),
              url(../img/appbar.edit.png),
              url(../img/appbar.edit-border.png),
              url(../img/appbar.heart.png),
              url(../img/appbar.home.border.png),
              url(../img/appbar.home.png),
              url(../img/appbar.home-back.png),
              url(../img/appbar.information.circle.border.png),
              url(../img/appbar.information.circle.png),
              url(../img/appbar.lines.horizontal.4-2.png),
              url(../img/appbar.list.check.png),
              url(../img/appbar.list.two.png),
              url(../img/appbar.page.add.png),
              url(../img/appbar.page.solid.add.png),
              url(../img/appbar.page.add-border.png),
              url(../img/appbar.save.png),
              url(../img/appbar.saved.png),
              url(../img/appbar.saved.border.png),
              url(../img/appbar.sort.numeric.png),
              url(../img/appbar.star.png),
              url(../img/appbar.transform.rotate.counterclockwise.png),
              url(../img/appbar.transform.rotate.left.png),
              url(../img/appbar.transform.rotate.right.png),
              url(../img/appbar.trophy.png),
              url(../img/appbar.trophy-bronze.png),
              url(../img/appbar.trophy-silver.png),
              url(../img/appbar.user.add.png),
              url(../img/appbar.weather.sun.png),
              url(../img/bg-bfs.png),
              url(../img/bg-ducks.png),
              url(../img/bg-flowers.png),
              url(../img/bg-leaves.png),
              url(../img/cara.png),
              url(../img/cc.png),
              url(../img/coroa.png),
              url(../img/empty.list.png),
              url(../img/fs-bg-bfs.png),
              url(../img/fs-bg-ducks.png),
              url(../img/fs-bg-flowers.png),
              url(../img/fs-bg-leaves.png),
              url(../img/ic_arrow_forward_white_24dp_2x.png),
              url(../img/ic_done_white_24dp_1x.png),
              url(../img/sortear.png)
}

input, button {
  outline: none;
}

input[type='button'], button, input[type='radio'], .pointer {
  cursor: pointer;
}

input[type='button']:disabled, button:disabled {
  cursor: default;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    rgba(255, 255, 255, 0.7);
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    rgba(255, 255, 255, 0.7);
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    rgba(255, 255, 255, 0.7);
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    rgba(255, 255, 255, 0.7);
}


input[id="is-light"]:not(:checked),
input[id="is-light"]:checked {
  position: absolute;
  left: -9999px;
}
input[id="is-light"]:not(:checked) + label,
input[id="is-light"]:checked + label {
  position: relative;
  padding-left: 75px;
  cursor: pointer;
}
input[id="is-light"]:not(:checked) + label:before,
input[id="is-light"]:checked + label:before,
input[id="is-light"]:not(:checked) + label:after,
input[id="is-light"]:checked + label:after {
  content: '';
  position: absolute;
  z-index: 1;
}
input[id="is-light"]:not(:checked) + label:before,
input[id="is-light"]:checked + label:before {
  left: 2px;
  top: -7px;
  width: 70px;
  height: 31px;
  background: #FFF;
  transition: background-color .2s;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
input[id="is-light"]:not(:checked) + label:after,
input[id="is-light"]:checked + label:after {
  width: 20px;
  height: 20px;
  transition: all .2s;
  border: 2px solid #A2A2A2;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  top: -4px;
  left: 5px;
}

/* on checked */
input[id="is-light"]:checked + label:before {
  background: #000;
}
input[id="is-light"]:checked + label:after {
  top: -4px; left: 44px;
}

input[id="is-light"]:checked + label .ui,
input[id="is-light"]:not(:checked) + label .ui:before,
input[id="is-light"]:checked + label .ui:after {
  position: absolute;
  left: 6px;
  width: 70px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  transition: all .2s;
}
input[id="is-light"]:not(:checked) + label .ui:before {
  content: "off";
  left: 32px
}
input[id="is-light"]:checked + label .ui:after {
  content: "on";
  color: #fff;
}
input[id="is-light"]:focus + label:before {
  box-sizing: border-box;
}







input[class="sg_Config-Cb"]:not(:checked),
input[class="sg_Config-Cb"]:checked {
  position: absolute;
  left: -9999px;
}
input[class="sg_Config-Cb"]:not(:checked) + label,
input[class="sg_Config-Cb"]:checked + label {
  position: relative;
  padding-left: 75px;
  cursor: pointer;
}
input[class="sg_Config-Cb"]:not(:checked) + label:before,
input[class="sg_Config-Cb"]:checked + label:before,
input[class="sg_Config-Cb"]:not(:checked) + label:after,
input[class="sg_Config-Cb"]:checked + label:after {
  content: '';
  position: absolute;
  z-index: 1;
}
input[class="sg_Config-Cb"]:not(:checked) + label:before,
input[class="sg_Config-Cb"]:checked + label:before {
  left:0;
  top: -3px;
  width: 65px;
  height: 25px;
  background: #ABABAB;
  transition: background-color .2s;
  border-radius: 15px;
  content: '';
  text-align: right;
}
input[class="sg_Config-Cb"]:not(:checked) + label:after,
input[class="sg_Config-Cb"]:checked + label:after {
  width: 15px;
  height: 15px;
  transition: all .2s;
  border: 2px solid #6D6D6D;
  border-radius: 50%;
  top: 0px;
  left: 5px;
}

/* on checked */
input[class="sg_Config-Cb"]:checked + label:before {
  background: #54CC69;
      content: '';
      text-align: left;
}
input[class="sg_Config-Cb"]:checked + label:after {
  background: #02FF00;
  top: 0px; left: 41px;
}

input[class="sg_Config-Cb"]:checked + label .ui,
input[class="sg_Config-Cb"]:not(:checked) + label .ui:before,
input[class="sg_Config-Cb"]:checked + label .ui:after {
  position: absolute;
  left: 6px;
  width: 65px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  transition: all .2s;
}
input[class="sg_Config-Cb"]:not(:checked) + label .ui:before {
  content: "off";
  left: 32px
}
input[class="sg_Config-Cb"]:checked + label .ui:after {
  content: "on";
  color: #fff;
}
input[class="sg_Config-Cb"]:focus + label:before {
  box-sizing: border-box;
}










#home-holder {
  position: relative;
    top: 60px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    height: 420px;
    max-height: 80%;
}

.sg_Page-holder {
  position: relative;
    top: 50px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    height: 480px;
    max-height: 90%;
}

.sg_Page-holder ul {
   list-style: none;
   text-align: left;
   padding-left: 15px;
}

.sg_Page-holder ul li {
   padding: 10px;
}

.sg_Page-holder label {
   cursor: pointer;
}


.open {
  animation-name: open;
  animation-duration: .3s;
  animation-fill-mode: forwards;
}

.close {
  animation-name: close;
  animation-duration: .3s;
  animation-fill-mode: forwards;
}

@keyframes open {
  from {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes open {
  from {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

@-moz-keyframes open {
  from {
    left: -110%;
    opacity: 0;
  }
  100% {
    left: 0%;
    opacity: 1;
  }
}

@-ms-keyframes open {
  from {
    left: -110%;
    opacity: 0;
  }
  100% {
    left: 0%;
    opacity: 1;
  }
}

@-o-keyframes open {
  from {
    left: -110%;
    opacity: 0;
  }
  100% {
    left: 0%;
    opacity: 1;
  }
}

@keyframes close {
  from {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(.5);
    opacity: 0;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}

@-webkit-keyframes close {
  from {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
}

@-moz-keyframes close {
  from {
    -moz-transform: scale(1);
    opacity: 1;
  }
  50% {
    -moz-transform: scale(.5);
    opacity: 0;
  }
  100% {
    -moz-transform: scale(0);
    opacity: 0;
  }
}

@-ms-keyframes close {
  from {
    -ms-transform: scale(1);
    opacity: 1;
  }
  50% {
    -ms-transform: scale(.5);
    opacity: 0;
  }
  100% {
    -ms-transform: scale(0);
    opacity: 0;
  }
}

@-o-keyframes close {
  from {
    -o-transform: scale(1);
    opacity: 1;
  }
  50% {
    -o-transform: scale(.5);
    opacity: 0;
  }
  100% {
    -o-transform: scale(0);
    opacity: 0;
  }
}



.home-icon {
  cursor: pointer;
  background-repeat: no-repeat;
  transition: .2s ease;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -ms-transition: .2s ease;
  -o-transition: .2s ease;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 10px 0 10px 0;
  margin-top: 5px;
  box-shadow: inset 5px -5px 20px rgba(0,0,0,0.2);
  -webkit-box-shadow: inset 5px -5px 20px rgba(0,0,0,0.2);
  -moz-box-shadow: inset 5px -5px 20px rgba(0,0,0,0.2);
  -ms-box-shadow: inset 5px -5px 20px rgba(0,0,0,0.2);
  -o-box-shadow: inset 5px -5px 20px rgba(0,0,0,0.2);
}

.home-icon:hover {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}

#sg-raffle {
  background-image: url(../img/logo/white/SG-icon-144.png);
  background-size: 80px;
  background-position: 50% 70%;
  width: 81%;
  height: 120px;
}
#sg-raffle:active, #sortegram-raffle:hover {
  transform: scale(.95);
  -webkit-transform: scale(.95);
  -moz-transform: scale(.95);
  -ms-transform: scale(.95);
  -o-transform: scale(.95);
}
#sg-raffle::after {
  content: "Sorteio de nomes";
  color: currentColor;
}

#c-raffle {
  background-image: url(../img/appbar.sort.numeric.png);
  background-size: 70px;
  background-position: 50% 60%;
  width: 40%;
  height: 120px;
  display: inline-block;
}
#c-raffle:active, #classic-raffle:hover {
  transform: scale(.95);
  -webkit-transform: scale(.95);
  -moz-transform: scale(.95);
  -ms-transform: scale(.95);
  -o-transform: scale(.95);
}
#c-raffle::after {
  content: "Números";
  color: currentColor;
}

#cc-raffle {
  background-image: url(../img/cc.png);
  background-size: 70px;
  background-position: 50% 60%;
  width: 40%;
  height: 120px;
  display: inline-block;
}
#cc-raffle:active, #classic-raffle:hover {
  transform: scale(.95);
  -webkit-transform: scale(.95);
  -moz-transform: scale(.95);
  -ms-transform: scale(.95);
  -o-transform: scale(.95);
}

#cc-raffle::before {
  content: "Cara ou Coroa";
  color: currentColor;
}

#b-raffle {
  background-image: url(../img/appbar.sort.numeric.png);
  background-size: 80px;
  background-position: 50% 1%;
  width: 90px;
  height: 90px;
}
#b-raffle:active, #classic-raffle:hover {
  transform: scale(.95);
  -webkit-transform: scale(.95);
  -moz-transform: scale(.95);
  -ms-transform: scale(.95);
  -o-transform: scale(.95);
}


#statusTitle_Bar, #sg_Config_Page-title {
    font-size: 16pt;
    font-family: Segoe UI Light, Segoe UI, Arial, sans-serif;
    font-weight: 300;
    text-align: center;
    color: currentColor;
    width: calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: -ms-calc(100% - 100px);
    width: -o-calc(100% - 100px);
    height: 50px;
    overflow: hidden;
    word-wrap: break-word;
    line-height: 1.2;
    position: fixed;
    top: 0;
    left: 50px;
    transition: 1s ease;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    cursor: default;
    z-index: -2;
}

.statusTitle_Bar-blink {
  animation: statusTitle_Bar-blink 1s infinite;
  -webkit-animation: statusTitle_Bar-blink 1s infinite;
  -moz-animation: statusTitle_Bar-blink 1s infinite;
  -ms-animation: statusTitle_Bar-blink 1s infinite;
  -o-animation: statusTitle_Bar-blink 1s infinite;
}

@keyframes statusTitle_Bar-blink {
  0% {opacity: 1}
  50% {opacity: 0}
  100% {opacity: 1}
}
@-webkit-keyframes statusTitle_Bar-blink {
  0% {opacity: 1}
  50% {opacity: 0}
  100% {opacity: 1}
}
@-moz-keyframes statusTitle_Bar-blink {
  0% {opacity: 1}
  50% {opacity: 0}
  100% {opacity: 1}
}
@-ms-keyframes statusTitle_Bar-blink {
  0% {opacity: 1}
  50% {opacity: 0}
  100% {opacity: 1}
}
@-o-keyframes statusTitle_Bar-blink {
  0% {opacity: 1}
  50% {opacity: 0}
  100% {opacity: 1}
}

.addfadeIn {
  animation: addfadeIn 1.5s;
  -webkit-animation: addfadeIn 1.5s;
  -moz-animation: addfadeIn 1.5s;
  -ms-animation: addfadeIn 1.5s;
  -o-animation: addfadeIn 1.5s;
}

@keyframes addfadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
@-webkit-keyframes addfadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
@-moz-keyframes addfadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
@-ms-keyframes addfadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
@-o-keyframes addfadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}




#sg_Config_Page-close {
  background-image: url('../img/appbar.check.png');
  background-size: 100% auto;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  transition: .2s ease;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -ms-transition: .2s ease;
  -o-transition: .2s ease;
  z-index: 0;
}
#sg_Config_Page-close:active {
  transform: scale(.9);
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
}




#navbar-ops-btn {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../img/appbar.lines.horizontal.4-2.png');
  background-size: 100% auto;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
}
#navbar-ops-btn:active {
  background-color: rgba(0, 0, 0, 0.5);
}
#navbar-ops-btn:disabled {
  opacity: 0.2;
}

#navbar-ops-btn-close {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url('../img/appbar.lines.horizontal.4-2.png');
  background-size: 100% auto;
  background-position: 50%;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
}
#navbar-ops-btn-close:active {
  background-color: rgba(0, 0, 0, 0.8);
}

#sidebar {
  position: fixed;
  background-color: #148000;
  color: currentColor;
  width: 55%;
  height: calc(100% - 50px);
  height: -webkit-calc(100% - 50px);
  height: -moz-calc(100% - 50px);
  height: -ms-calc(100% - 50px);
  height: -o-calc(100% - 50px);
  top: 50px;
  overflow-y: auto;
  z-index: 0;
}
#sidebar-overlay {
  display: none;
  background-color: rgba(0,0,0,0.8);
  width: 100%;
  height: calc(100% - 50px);
  height: -webkit-calc(100% - 50px);
  height: -moz-calc(100% - 50px);
  height: -ms-calc(100% - 50px);
  height: -o-calc(100% - 50px);
  position: fixed;
  top: 50px;
  left: 0;
  z-index: 0;
}

.sidebar-ops {
  margin-top: 10px;
}
.sidebar-op {
  transition: .2s ease;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -ms-transition: .2s ease;
  -o-transition: .2s ease;
  padding: 15px 0 15px 40px;
  cursor: pointer;
}
.sidebar-op:hover, .sidebar-op:active {
  background-color: rgba(0, 0, 0, 0.2);
}

.sidebar-op-1 {
  background-image: url(../img/appbar.home.border.png);
  background-size: auto 40px;
  background-position: 0;
  background-repeat: no-repeat;
}

.sidebar-op-2 {
  background-image: url(../img/appbar.page.add-border.png);
  background-size: auto 40px;
  background-position: 0;
  background-repeat: no-repeat;
}

.sidebar-op-3 {
  background-image: url(../img/appbar.saved.border.png);
  background-size: auto 40px;
  background-position: 0;
  background-repeat: no-repeat;
}

.sidebar-op-4 {
  background-image: url(../img/appbar.information.circle.border.png);
  background-size: auto 40px;
  background-position: 0;
  background-repeat: no-repeat;
}

.sidebar-op-5 {
  background-image: url(../img/appbar.cog-border.png);
  background-size: auto 40px;
  background-position: 0;
  background-repeat: no-repeat;
}

.sidebar-op-6 {
  background-image: url(../img/appbar.arrow.collapsed-border.png);
  background-size: auto 40px;
  background-position: 0;
  background-repeat: no-repeat;
  transition: .2s ease;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -ms-transition: .2s ease;
  -o-transition: .2s ease;
  padding: 15px 0 15px 40px;
  cursor: pointer;
}

.sidebar-op-7 {
  background-image: url(../img/appbar.arrow.expand-border.png);
  background-size: auto 40px;
  background-position: 0;
  background-repeat: no-repeat;
  transition: .2s ease;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -ms-transition: .2s ease;
  -o-transition: .2s ease;
  padding: 15px 0 15px 40px;
  cursor: pointer;
}

.ui-color-picker {
  transition: .2s ease;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -ms-transition: .2s ease;
  -o-transition: .2s ease;
  padding: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.32);
  cursor: default;
}

.ui-color-picker p {
  line-height: 1.5;
}

.ui-color {
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  display: inline-block;
  cursor: pointer;
}

.ui-color-active {
  border: 2px solid #000000;
}

.verde {
background-color: #148000;
}
.azul {
background-color: #2881FF;
}
.vermelho {
background-color: #FF0000;
}
.amarelo {
background-color: #FFFF00;
}
.laranja {
background-color: #FF8A00;
}
.rosa {
background-color: #FF7CFC;
}
.lilas {
background-color: #C56BFF;
}
.ciano {
background-color: #00EAFF;
}
.violeta {
background-color: #FF00CB;
}

.verde-claro {
background-color: #D2FFCA;
}
.azul-claro {
background-color: #DCEAFF;
}
.vermelho-claro {
background-color: #FF7B7B;
}
.amarelo-claro {
background-color: #FFEF9B;
}
.laranja-claro {
background-color: #FBE5C6;
}
.rosa-claro {
background-color: #FEDEFF;
}
.lilas-claro {
background-color: #ECDEFF;
}
.ciano-claro {
background-color: #D1FFF8;
}
.violeta-claro {
background-color: #FC97FF;
}



.resizing-input {
  display: inline;
}
.resizing-input span:not(.resizing-input span#numb-plural) {
  display: none;
  font-size: 40px;
}



#sg_aboutText {
    background-color: rgba(0,0,0,0.1);
    text-align: justify;
    padding: 10px;
    height: 340px;
    max-height: 340px;
    overflow-y: auto;
}


.min-max {
  text-align: center;
  width: 100%;
    top: 60px;
    left: 0;
  margin-bottom: 20px;
}

.input-min-max {
    background-color: #FFF;
    color: #000;
    font-size: 20px;
    max-width: 100px;
    width: 30%;
    padding: 5px;
    text-align: center;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border: 2px solid #FFF;
    transition: .2s ease;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -ms-transition: .2s ease;
    -o-transition: .2s ease;
    outline: none;
}
.input-min-max:focus {
    background-color: rgba(26, 90, 125, 0.73);
    border: 2px solid #FFF;
    color: #fff;
}
.input-min-max:disabled {
    background-color: rgba(255, 255, 255, 0.6);
    color: #717171;
    border: 2px solid #868686;
}

.sort-btn {
    cursor: pointer;
    position: relative;
    margin-bottom: -10px;
    bottom: 0%;
    left: 0%;
    font-size: 30pt;
    background-color: #38D245;
    color: currentColor;
    border: 0;
    width: 100%;
    padding: 10px 0 10px 0;
    transition: .1s ease;
    -webkit-transition: .1s ease;
    -moz-transition: .1s ease;
    -ms-transition: .1s ease;
    -o-transition: .1s ease;
    outline: none;
}
.sort-btn:active {
    background-color: #5181AF;
    color: #FFF;
    transform: scale(.9);
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
}
.sort-btn:focus {
    background-color: #5181AF;
    color: #FFF;
}
.sort-btn:disabled {
    background-color: #E0E0E0 !important;
    color: rgb(117, 117, 117) !important;
    text-shadow: 1px 1px 0px #FFF;
}

.new-btn {
    position: relative;
    margin-top: 5px;
    bottom: 0%;
    left: 0%;
    font-size: 16pt;
    background-color: #37BD1E;
    color: currentColor;
    border: 0;
    padding: 10px;
    width: 60%;
    transition: .1s ease;
    -webkit-transition: .1s ease;
    -moz-transition: .1s ease;
    -ms-transition: .1s ease;
    -o-transition: .1s ease;
    outline: none;
}
.new-btn:active {
    background-color: #5181AF;
    color: #FFF;
    transform: scale(.9);
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
}
.new-btn:focus {
    background-color: #5181AF;
    color: #FFF;
}
.new-btn:disabled {
    background-color: #E0E0E0 !important;
    color: rgb(117, 117, 117) !important;
}

.back-to-home-btn {
  position: relative;
    bottom: 0%;
    left: 0%;
    font-size: 16pt;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFF;
    border: 0;
    width: 49%;
    transition: .1s ease;
    -webkit-transition: .1s ease;
    -moz-transition: .1s ease;
    -ms-transition: .1s ease;
    -o-transition: .1s ease;
    outline: none;
}
.back-to-home-btn:active, .back-to-home-btn:focus {
    transform: scale(.9);
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
}

.back-to-home-btn:disabled {
    background-color: #E0E0E0 !important;
    color: rgb(117, 117, 117) !important;
    text-shadow: 1px 1px 0px #FFF;
    border: 5px solid transparent;
}

#c-result {
  background-color: rgba(236, 248, 255, 0.5);
  color: currentColor;
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 0 7px 15px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 7px 15px rgba(0, 0, 0, 0.23);
  -ms-box-shadow: 0 7px 15px rgba(0, 0, 0, 0.23);
  -o-box-shadow: 0 7px 15px rgba(0, 0, 0, 0.23);
  font-size: 38pt;
  text-align: center;
  padding: 10px;
  margin-top: -10px;
  width: 100%;
  max-width: calc(100% - 16px);
  max-width: -webkit-calc(100% - 16px);
  max-width: -moz-calc(100% - 16px);
  max-width: -ms-calc(100% - 16px);
  max-width: -o-calc(100% - 16px);
  height: auto;
  max-height: 170px;
  min-height: 90px;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  word-wrap: break-word;
  overflow-y: auto;
}

#sg-result {
  background-color: #FFF;
  margin-top: 0;
  color: #000;
  font-size: 30pt;
  text-align: center;
  padding: 10px;
  margin-left: 80px;
  box-shadow: -5px 5px 5px rgba(0,0,0,0.2), inset 5px -5px 20px rgba(0,0,0,0.2);
  -webkit-box-shadow: -5px 5px 5px rgba(0,0,0,0.2), inset 5px -5px 20px rgba(0,0,0,0.2);
  -moz-box-shadow: -5px 5px 5px rgba(0,0,0,0.2), inset 5px -5px 20px rgba(0,0,0,0.2);
  -ms-box-shadow: -5px 5px 5px rgba(0,0,0,0.2), inset 5px -5px 20px rgba(0,0,0,0.2);
  -o-box-shadow: -5px 5px 5px rgba(0,0,0,0.2), inset 5px -5px 20px rgba(0,0,0,0.2);
  width: calc(100% - 105px);
  width: -webkit-calc(100% - 105px);
  width: -moz-calc(100% - 105px);
  width: -ms-calc(100% - 105px);
  width: -o-calc(100% - 105px);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  height: 70px;
  max-height: 400px;
  min-height: 70px;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}

#sg-current {
  height: 20px;
  padding: 10px 0 5px 0;
}

#c-current {
  height: 20px;
  padding: 0 0 15px 0;
}

.result-rotate {
  animation: result-rotate 1.5s;
  -webkit-animation: result-rotate 1.5s;
  -moz-animation: result-rotate 1.5s;
  -ms-animation: result-rotate 1.5s;
  -o-animation: result-rotate 1.5s;
}

@keyframes result-rotate {
  0% {transform: rotateX(0deg);}
  100% {transform: rotateX(720deg);}
}
@-webkit-keyframes result-rotate {
  0% {-webkit-transform: rotateX(0deg);}
  100% {-webkit-transform: rotateX(720deg);}
}
@-moz-keyframes result-rotate {
  0% {-moz-transform: rotateX(0deg);}
  100% {-moz-transform: rotateX(720deg);}
}
@-ms-keyframes result-rotate {
  0% {-ms-transform: rotateX(0deg);}
  100% {-ms-transform: rotateX(720deg);}
}
@-o-keyframes result-rotate {
  0% {-o-transform: rotateX(0deg);}
  100% {-o-transform: rotateX(720deg);}
}

.userName_Input {
    padding: 5px 45px 5px 10px;
    width: 60%;
    max-width: 60%;
    height: 45px;
    color: #FFF;
    font-size: 14pt;
    background-color: rgba(0, 0, 0, 0.2);
    border: 0;
    border-radius: 25px 10px 10px 25px;
    -webkit-border-radius: 25px 10px 10px 25px;
    -moz-border-radius: 25px 10px 10px 25px;
    -ms-border-radius: 25px 10px 10px 25px;
    -o-border-radius: 25px 10px 10px 25px;
    transition: .2s ease;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -ms-transition: .2s ease;
    -o-transition: .2s ease;
}

.userName_Input-at-inactive {
    background-image: url(../img/appbar.at.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: -40px 50%;
    padding: 0 45px 0 10px;
}
.userName_Input-at-active {
    background-image: url(../img/appbar.at.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 0 50%;
    padding: 0 45px 0 35px;
}

#userName_Input-Label {
    font-size: 10pt;
}

.error-shake {
  animation: error-shake 0.5s;
  -webkit-animation: error-shake 0.5s;
  -moz-animation: error-shake 0.5s;
  -ms-animation: error-shake 0.5s;
  -o-animation: error-shake 0.5s;
}

@keyframes error-shake {
  0% {margin-left: -20px;}
  20% {margin-left: 20px;}
  40% {margin-left: -20px;}
  80% {margin-left: 20px;}
  100% {margin-left: 0px;}
}
@-webkit-keyframes error-shake {
  0% {margin-left: -20px;}
  20% {margin-left: 20px;}
  40% {margin-left: -20px;}
  80% {margin-left: 20px;}
  100% {margin-left: 0px;}
}
@-moz-keyframes error-shake {
  0% {margin-left: -20px;}
  20% {margin-left: 20px;}
  40% {margin-left: -20px;}
  80% {margin-left: 20px;}
  100% {margin-left: 0px;}
}
@-ms-keyframes error-shake {
  0% {margin-left: -20px;}
  20% {margin-left: 20px;}
  40% {margin-left: -20px;}
  80% {margin-left: 20px;}
  100% {margin-left: 0px;}
}
@-o-keyframes error-shake {
  0% {margin-left: -20px;}
  20% {margin-left: 20px;}
  40% {margin-left: -20px;}
  80% {margin-left: 20px;}
  100% {margin-left: 0px;}
}

.userName_Input-btn {
    width: 45px;
    height: 45px;
    margin-left: -50px;
    border: 0;
    background-color: transparent;
    background-image: url(../img/appbar.user.add.png);
    background-size: 90%;
    background-position: 50%;
    background-repeat: no-repeat;
    transition: .1s ease;
    -webkit-transition: .1s ease;
    -moz-transition: .1s ease;
    -ms-transition: .1s ease;
    -o-transition: .1s ease;
}
.userName_Input-btn:active {
    transform: scale(.95);
    -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
}

#part_List {
  background-image: url(../img/empty.list.png);
  background-repeat: no-repeat;
  counter-reset: user-luck-number;
  margin-bottom: 0;
  line-height: 1;
  text-align: left;
  width: 100%;
  height: 170px;
  max-height: 170px;
  overflow-y: auto;
  overflow-x: hidden;
  transition: .2s ease;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -ms-transition: .2s ease;
  -o-transition: .2s ease;
}

.part_List-no-empty {
  background-position: 50% 170px;
}

.part_List-empty {
  background-color: rgba(0,0,0,.2);
  background-position: 50%;
}

#part_List dt {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: left;
  border-left: 4px solid #1BBEE0;
  padding-top: 15px;
  padding-left: 4px;
  margin-bottom: 2px;
  width: 98%;
  height: 30px;
  transition: .2s ease;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -ms-transition: .2s ease;
  -o-transition: .2s ease;
}

.dt-text {
    width: calc(100% - 110px);
    width: -webkit-calc(100% - 110px);
    width: -moz-calc(100% - 110px);
    width: -ms-calc(100% - 110px);
    width: -o-calc(100% - 110px);
    height: 15px;
    padding: 15px;
    padding-left: 0;
    padding-right: 0;
    margin-top: -15px;
    margin-left: 50px;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
}

#part_List .dt-text {
    width: calc(100% - 135px);
    width: -webkit-calc(100% - 135px);
    width: -moz-calc(100% - 135px);
    width: -ms-calc(100% - 135px);
    width: -o-calc(100% - 135px);
    height: 15px;
    background-image: url(../img/appbar.edit.png);
    background-size: 30px;
    background-position: 0 8px;
    background-repeat: no-repeat;
    padding: 15px;
    padding-left: 30px;
    padding-right: 0;
    margin-top: -15px;
    margin-left: 50px;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    cursor: pointer;
}
#part_List .dt-text:hover {
  background-color: rgba(0, 0, 0, 0.24);
}

#part_List dt:before {
	content: counter(user-luck-number);
	counter-increment: user-luck-number;
  color: #ADADAD;
  padding-right: 50px;
  padding-top: 4px;
  float: left;
  padding-bottom: 16px;
  font-size: 11pt;
  max-width: 5px;
}

#part_List-2 {
  counter-reset: user-luck-number;
  line-height: 1;
  text-align: left;
  margin-top: 10px;
  position: relative;
  width: 100%;
  max-height: 170px;
  margin-bottom: 0 !important;
  transition: .2s ease;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -ms-transition: .2s ease;
  -o-transition: .2s ease;
}

#part_List-2 dt {
  background-color: rgba(255, 255, 255, 0.4);
  color: currentColor;
  text-align: left;
  padding-top: 15px;
  padding-left: 4px;
  margin-bottom: 2px;
  height: 30px;
  transition: .2s ease;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -ms-transition: .2s ease;
  -o-transition: .2s ease;
}

#part_List-2 dt:before {
    content: counter(user-luck-number);
    counter-increment: user-luck-number;
    color: #000;
    padding-right: 50px;
    padding-top: 4px;
    float: left;
    padding-bottom: 16px;
    font-size: 11pt;
}


#part_List-manage dt {
    background-color: rgba(0, 0, 0, 0.2);
    color: currentColor;
    text-align: left;
    border-bottom: 1px solid #D4D4D4;
    padding-top: 15px;
    padding-left: 4px;
    height: 30px;
    transition: .2s ease;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -ms-transition: .2s ease;
    -o-transition: .2s ease;
}

#part_List-manage dt:before {
    content: counter(user-luck-number);
    counter-increment: user-luck-number;
    color: #B5B5B5;
    padding-right: 50px;
    padding-top: 4px;
    padding-bottom: 16px;
    font-size: 11pt;
    float: left;
}

#part_Number {
    font-size: 14pt;
}

#part_Number-2 {
    font-size: 14pt;
}

.edit {
    font-size: 13pt;
    text-align: center;
    border: 0;
    color: #FFF;
    background-color: #00B70B;
    background-image: url(../img/appbar.edit.png);
    background-size: auto 80%;
    background-position: 10%;
    background-repeat: no-repeat;
    width: 49%;
    height: 60px;
    transition: .1s ease;
    -webkit-transition: .1s ease;
    -moz-transition: .1s ease;
    -ms-transition: .1s ease;
    -o-transition: .1s ease;
}
.edit:active {
    background-color: #5181AF;
    transform: scale(.9);
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
}

#delete-all, .delete {
    font-size: 12pt;
    color: #FFF;
    border: 0;
    height: 60px;
    width: 49%;
    background-color: #FF6666;
    background-image: url(../img/appbar.delete.png);
    background-size: auto 80%;
    background-position: 10%;
    background-repeat: no-repeat;
    transition: .1s ease;
    -webkit-transition: .1s ease;
    -moz-transition: .1s ease;
    -ms-transition: .1s ease;
    -o-transition: .1s ease;
}
#delete-all:active, .delete:active {
    background-color: #9A3E3E;
    transform: scale(.9);
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
}

.edit-user {
    background-color: #00B70B;
    background-image: url(../img/appbar.edit.png);
    background-size: 130%;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 0;
    width: 45px;
    height: 45px;
    position: relative;
    float: right;
    right: 1px;
    margin-top: -47px;
    margin-right: 52px;
    transition: .1s ease;
    -webkit-transition: .1s ease;
    -moz-transition: .1s ease;
    -ms-transition: .1s ease;
    -o-transition: .1s ease;
}
.edit-user:active {
    background-color: #05800D;
}

.delete-user {
    background-color: #EC5252;
    background-image: url(../img/appbar.delete.png);
    background-size: 130%;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 0;
    width: 45px;
    height: 45px;
    position: relative;
    float: right;
    margin-top: -45px;
    margin-right: 0px;
    transition: .1s ease;
    -webkit-transition: .1s ease;
    -moz-transition: .1s ease;
    -ms-transition: .1s ease;
    -o-transition: .1s ease;
}
.delete-user:active {
    transform: scale(.9);
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
}

.sg_Delete {
    border: 0;
    height: 50px;
    width: 50px;
    background-color: #79B0FF;
    background-image: url(../img/appbar.delete.png);
    background-size: 80%;
    background-position: 50%;
    background-repeat: no-repeat;
    max-width: 20%;
    transition: .1s ease;
    -webkit-transition: .1s ease;
    -moz-transition: .1s ease;
    -ms-transition: .1s ease;
    -o-transition: .1s ease;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.sg_Delete:active {
    transform: scale(.9);
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
}

#sg_Save {
    font-size: 12pt;
    color: #FFF;
    border: 0;
    background-image: url(../img/appbar.save.png);
    background-size: 80%;
    background-position: 50%;
    background-repeat: no-repeat;
    max-width: 20%;
    width: 50px;
    height: 50px;
    transition: .1s ease;
    -webkit-transition: .1s ease;
    -moz-transition: .1s ease;
    -ms-transition: .1s ease;
    -o-transition: .1s ease;
}
#sg_Save:active {
    transform: scale(.9);
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
}

.sg_Save {
    border: 0;
    background-color: #79B0FF;
    background-image: url(../img/appbar.save.png);
    background-size: 80%;
    background-position: 50%;
    background-repeat: no-repeat;
    max-width: 20%;
    width: 50px;
    height: 50px;
    transition: .1s ease;
    -webkit-transition: .1s ease;
    -moz-transition: .1s ease;
    -ms-transition: .1s ease;
    -o-transition: .1s ease;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.sg_Save:active {
    transform: scale(.9);
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
}
.sg_Save:disabled {
    background-color: #E0E0E0 !important;
}

#sg-done {
    border: 0;
    background-color: #79B0FF;
    background-image: url(../img/sortear.png);
    background-size: 95%;
    background-position: 50%;
    background-repeat: no-repeat;
    max-width: 30%;
    width: 100px;
    height: 50px;
    transition: .1s ease;
    -webkit-transition: .1s ease;
    -moz-transition: .1s ease;
    -ms-transition: .1s ease;
    -o-transition: .1s ease;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
#sg-done:active {
    transform: scale(.9);
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
}

#toggle-at {
    border: 0;
    background-image: url(../img/appbar.at.png);
    background-size: 95%;
    background-position: 50%;
    background-repeat: no-repeat;
    max-width: 20%;
    width: 50px;
    height: 50px;
    transition: .1s ease;
    -webkit-transition: .1s ease;
    -moz-transition: .1s ease;
    -ms-transition: .1s ease;
    -o-transition: .1s ease;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
#toggle-at:active {
    transform: scale(.9);
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
}

.toggle-at-on {
    background-color: rgba(0, 0, 0, 0.5) !important;
    border-left: 4px solid #53D439 !important;
}
.toggle-at-off {
    background-color: #79B0FF;
}

#sg-new {
    border: 0;
    background-color: rgba(255, 255, 255, 0.5);
    background-image: url(../img/appbar.add.png);
    background-size: auto 80%;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 0 0 20px;
    -webkit-border-radius: 0 0 0 20px;
    -moz-border-radius: 0 0 0 20px;
    -ms-border-radius: 0 0 0 20px;
    -o-border-radius: 0 0 0 20px;
    transition: .1s ease;
    -webkit-transition: .1s ease;
    -moz-transition: .1s ease;
    -ms-transition: .1s ease;
    -o-transition: .1s ease;
}
#sg-new:active {
    background-color: #5181AF;
    transform: scale(.9);
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
}

#sg_Save:disabled, #delete-all:disabled {
    background-color: #E0E0E0 !important;
}

.saved-raffle-button-refresh {
    border: 0;
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.5);
    background-image: url(../img/appbar.transform.rotate.counterclockwise.png);
    background-size: auto 80%;
    background-position: 50%;
    background-repeat: no-repeat;
}

#trophy {
    display: none;
    width: 70px;
    height: 70px;
    background-size: auto 125%;
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    margin-left: 5px;
    margin-top: 5px;
    transition: .2s ease;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -ms-transition: .2s ease;
    -o-transition: .2s ease;
}

#spinner {
    display: none;
    width: 60px;
    height: 60px;
    border: 3px solid #00FF10;
    border-bottom: 3px solid transparent;
    border-left: 3px solid transparent;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    margin-left: 5px;
    margin-top: 5px;
    animation: spinner 1s infinite linear;
    -webkit-animation: spinner 1s infinite linear;
    -moz-animation: spinner 1s infinite linear;
    -ms-animation: spinner 1s infinite linear;
    -o-animation: spinner 1s infinite linear;
}

@keyframes spinner {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(360deg)}
}
@-webkit-keyframes spinner {
  0% {-webkit-transform: rotate(0deg);}
  100% {-webkit-transform: rotate(360deg)}
}
@-moz-keyframes spinner {
  0% {-moz-transform: rotate(0deg);}
  100% {-moz-transform: rotate(360deg)}
}
@-ms-keyframes spinner {
  0% {-ms-transform: rotate(0deg);}
  100% {-ms-transform: rotate(360deg)}
}
@-o-keyframes spinner {
  0% {-o-transform: rotate(0deg);}
  100% {-o-transform: rotate(360deg)}
}





.flip-container {
	perspective: 1000;
}

.flip-container, .cara, .coroa {
	width: 200px;
	height: 200px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  cursor: pointer;
}

.flipper {
  width: 100%;
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}

.cara, .coroa {
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.cara {
  background-color: rgba(255,255,255,1);
  background-image: url(../img/cara.png);
  background-size: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
	z-index: 2;
	transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
}

.coroa {
  background-color: rgba(0,0,0,1);
  background-image: url(../img/coroa.png);
  background-size: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
	transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}

.rotate-coin {
  animation: coin-rotate .2s infinite linear;
  -webkit-animation: coin-rotate .2s infinite linear;
  -moz-animation: coin-rotate .2s infinite linear;
  -ms-animation: coin-rotate .2s infinite linear;
  -o-animation: coin-rotate .2s infinite linear;
}

@keyframes coin-rotate {
  0% {transform: rotateY(0deg);}
  100% {transform: rotateY(360deg);}
}
@-webkit-keyframes coin-rotate {
  0% {-webkit-transform: rotateY(0deg);}
  100% {-webkit-transform: rotateY(360deg);}
}
@-moz-keyframes coin-rotate {
  0% {-moz-transform: rotateY(0deg);}
  100% {-moz-transform: rotateY(360deg);}
}
@-ms-keyframes coin-rotate {
  0% {-ms-transform: rotateY(0deg);}
  100% {-ms-transform: rotateY(360deg);}
}
@-o-keyframes coin-rotate {
  0% {-o-transform: rotateY(0deg);}
  100% {-o-transform: rotateY(360deg);}
}




.splash-loader {
    width: 100%;
    height: 100%;
    background-color: #148000;
    background-image: url(../img/logo/SG-logo-e-small.png);
    background-size: 70%;
    background-position: 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: .2s ease;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -ms-transition: .2s ease;
    -o-transition: .2s ease;
    z-index: 100;
}

.splash-loader-spinner {
    width: 100px;
    height: 100px;
    border: 3px solid #FFF;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: calc(28% - 52px);
    top: -webkit-calc(28% - 52px);
    top: -moz-calc(28% - 52px);
    top: -ms-calc(28% - 52px);
    top: -o-calc(28% - 52px);
    left: calc(50% - 52px);
    left: -webkit-calc(50% - 52px);
    left: -moz-calc(50% - 52px);
    left: -ms-calc(50% - 52px);
    left: -o-calc(50% - 52px);
}

.spining {
  animation: loader-spinner 1s infinite linear;
  -webkit-animation: loader-spinner 1s infinite linear;
  -moz-animation: loader-spinner 1s infinite linear;
  -ms-animation: loader-spinner 1s infinite linear;
  -o-animation: loader-spinner 1s infinite linear;
}

@keyframes loader-spinner {
    100% {transform: rotate(360deg)}
}
@-webkit-keyframes loader-spinner {
    100% {-webkit-transform: rotate(360deg)}
}
@-moz-keyframes loader-spinner {
    100% {-moz-transform: rotate(360deg)}
}
@-ms-keyframes loader-spinner {
    100% {-ms-transform: rotate(360deg)}
}
@-o-keyframes loader-spinner {
    100% {-o-transform: rotate(360deg)}
}



.splash-orientation {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 100;
}

.splash-orientation-img-right {
    background-image: url(../img/appbar.transform.rotate.left.png);
    background-size: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    position: absolute;
    top: calc(50% - 50px);
    top: -webkit-calc(50% - 50px);
    top: -moz-calc(50% - 50px);
    top: -ms-calc(50% - 50px);
    top: -o-calc(50% - 50px);
    left: calc(50% - 50px);
    left: -webkit-calc(50% - 50px);
    left: -moz-calc(50% - 50px);
    left: -ms-calc(50% - 50px);
    left: -o-calc(50% - 50px);
}

.splash-orientation-img-left {
    background-image: url(../img/appbar.transform.rotate.right.png);
    background-size: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    position: absolute;
    top: calc(50% - 50px);
    top: -webkit-calc(50% - 50px);
    top: -moz-calc(50% - 50px);
    top: -ms-calc(50% - 50px);
    top: -o-calc(50% - 50px);
    left: calc(50% - 50px);
    left: -webkit-calc(50% - 50px);
    left: -moz-calc(50% - 50px);
    left: -ms-calc(50% - 50px);
    left: -o-calc(50% - 50px);
}




.saved_item_Holder {
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  height: 335px;
  max-height: 70%;
}


.saved_item {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.28);
    background-image: url(../img/appbar.list.two.png);
    background-position: 95% 50%;
    background-size: 10%;
    background-repeat: no-repeat;
  border-left: 4px solid #12BB8A;
  width: 95%;
  height: 75px;
  margin-top: 3px;
  margin-left: 19px;
  transition: .2s ease;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -ms-transition: .2s ease;
  -o-transition: .2s ease;
}
.saved_item:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.saved_item:active {
  transform: scale(.95);
  -webkit-transform: scale(.95);
  -moz-transform: scale(.95);
  -ms-transform: scale(.95);
  -o-transform: scale(.95);
}

.saved_item-PartAmount {
    padding: 5px 5px 5px 20px;
    font-size: 10pt;
    float: left;
}



@media screen and (max-width: 330px) {
.saved_item-start-btn {
    width: 50px;
    height: 100%;
    background-image: url(../img/ic_arrow_forward_white_24dp_2x.png);
    background-size: 80%;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    float: right;
    margin-top: -42px;
    right: 6px;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
}

.saved_item-start-btn:active {
    width: 70px;
    margin-right: -10px;
    background-size: 75%;
}

.saved_item-edit-btn {
    width: 50px;
    height: 100%;
    background-color: #39B569;
    background-image: url(../img/appbar.edit.png);
    background-size: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    float: right;
    margin-top: -42px;
    right: 6px;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
}

.saved_item-edit-btn:active {
    width: 70px;
    margin-right: -10px;
    background-size: 75%;
}

.saved_item-delete-btn {
    width: 50px;
    height: 100%;
    background-color: #FF5C5C;
    background-image: url(../img/appbar.delete.png);
    background-size: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    right: 6px;
    float: right;
    margin-top: -42px;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
}

.saved_item-delete-btn:active {
    width: 70px;
    margin-right: -10px;
    background-size: 75%;
}


.saved_item-delete-btn-open, .saved_item-edit-btn-open, .saved_item-start-btn-open, .saved_item-info-btn-open {
  margin-right: 0px;
}
.saved_item-delete-btn-close, .saved_item-edit-btn-close, .saved_item-start-btn-close, .saved_item-info-btn-close {
  margin-right: -50px;
}
}

@media screen and (min-width: 331px) {
.saved_item-start-btn {
    width: 50px;
    height: 100%;
    background-image: url(../img/ic_arrow_forward_white_24dp_2x.png);
    background-size: 80%;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    float: right;
    margin-top: -42px;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
}

.saved_item-start-btn:active {
    width: 70px;
    margin-right: -10px;
    background-size: 75%;
}

.saved_item-edit-btn {
    width: 50px;
    height: 100%;
    background-color: #39B569;
    background-image: url(../img/appbar.edit.png);
    background-size: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    float: right;
    margin-top: -42px;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
}

.saved_item-edit-btn:active {
    width: 70px;
    margin-right: -10px;
    background-size: 75%;
}

.saved_item-delete-btn {
    width: 50px;
    height: 100%;
    background-color: #FF5C5C;
    background-image: url(../img/appbar.delete.png);
    background-size: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    float: right;
    margin-top: -42px;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
}

.saved_item-delete-btn:active {
    width: 70px;
    margin-right: -10px;
    background-size: 75%;
}


.saved_item-delete-btn-open, .saved_item-edit-btn-open, .saved_item-start-btn-open, .saved_item-info-btn-open {
  margin-right: 0px;
}
.saved_item-delete-btn-close, .saved_item-edit-btn-close, .saved_item-start-btn-close, .saved_item-info-btn-close {
  margin-right: -50px;
}
}

@media screen and (min-width: 451px) {
.saved_item-start-btn {
    width: 50px;
    height: 100%;
    background-image: url(../img/ic_arrow_forward_white_24dp_2x.png);
    background-size: 80%;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    float: right;
    margin-top: -42px;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
}

.saved_item-start-btn:active {
    width: 70px;
    margin-right: -10px;
    background-size: 75%;
}

.saved_item-edit-btn {
    width: 50px;
    height: 100%;
    background-color: #39B569;
    background-image: url(../img/appbar.edit.png);
    background-size: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    float: right;
    margin-top: -42px;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
}

.saved_item-edit-btn:active {
    width: 70px;
    margin-right: -10px;
    background-size: 75%;
}

.saved_item-delete-btn {
    width: 50px;
    height: 100%;
    background-color: #FF5C5C;
    background-image: url(../img/appbar.delete.png);
    background-size: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    float: right;
    margin-top: -42px;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
}

.saved_item-delete-btn:active {
    width: 70px;
    margin-right: -10px;
    background-size: 75%;
}


.saved_item-delete-btn-open, .saved_item-edit-btn-open, .saved_item-start-btn-open, .saved_item-info-btn-open {
  margin-right: 0px;
}
.saved_item-delete-btn-close, .saved_item-edit-btn-close, .saved_item-start-btn-close, .saved_item-info-btn-close {
  margin-right: -50px;
}
}


.saved_item-info-btn {
    width: 50px;
    height: 50px;
    background-image: url(../img/appbar.information.circle.border.png);
    background-size: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    position: fixed;
    right: 0;
    top: 0;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
    cursor: pointer;
}

.saved_item-info-btn:active {
    transform: scale(.95);
    -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
}


.saved_item-rename-btn {
    width: 50px;
    height: 50px;
    background-image: url(../img/appbar.edit-border.png);
    background-size: 70%;
    background-position: 15px 50%;
    background-repeat: no-repeat;
    position: fixed;
    right: 0;
    top: 0;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
    cursor: pointer;
}

.saved_item-rename-btn:active {
    transform: scale(.95);
    -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
}

.saved_item-name {
    width: 70%;
    max-width: 70%;
    height: 20px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    float: left;
    padding: 5px 5px 5px 20px;
    font-size: 13pt;
}


.saved-raffle-button {
    max-width: 20%;
    height: 50px;
    border: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.saved-raffle-button-home {
  background-image: url(../img/appbar.home.png);
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 50px;
}

.saved-raffle-button-home-back {
  background-image: url(../img/appbar.home-back.png);
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 50px;
}

.saved-raffle-button-config-back {
  background-image: url(../img/appbar.cog-back.png);
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 50px;
}


.saved-raffle-button-select-inactive {
  background-image: url(../img/appbar.list.check.png);
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 50px;
}

.saved-raffle-button-select-active {
  background-color: rgba(0, 0, 0, 0.5) !important;
  background-image: url(../img/appbar.list.check.png);
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: 50%;
  border-left: 4px solid #53D439 !important;
  width: 50px;
}

.saved-raffle-button-delete-selected {
  background-image: url(../img/appbar.delete.png);
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 50px;
}

.saved-raffle-button-new {
  background-image: url(../img/appbar.page.solid.add.png);
  background-size: 95%;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 90px;
  min-width: 90px;
}

.saved-raffle-button:active {
    transform: scale(.95);
    -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
}

.saved-raffle-button:disabled {
    background-color: #E0E0E0 !important;
    color: #fff !important;
}

.saved_item-cb {
    float: left;
    height: 75px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.18);
    margin-left: -24px;
    transition: .2s ease;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -ms-transition: .2s ease;
  -o-transition: .2s ease;
}
.saved_item-cb:active {
    width: 120%;
    margin-left: -37px;
    background-position: 0;
}

.saved_item-cb input[type='checkbox'] {
    position: absolute !important;
    left: 0 !important;
    top: 38%;
    transition: .2s ease;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -ms-transition: .2s ease;
    -o-transition: .2s ease;
    opacity: 0;
    z-index: -1;
}

.saved_item-cb-open {
  background-color: rgba(0,0,0,0) !important;
  background-image: url(../img/appbar.checkmark.thick.unchecked.png);
  background-size: 35px;
  background-repeat: no-repeat;
  background-position: -7px 50%;
  width: 120%;
}

.saved_item-cb-close {
  background-color: rgba(0,0,0,0) !important;
  background-image: url(../img/appbar.checkmark.thick.unchecked.png);
  background-size: 35px;
  background-repeat: no-repeat;
  background-position: -30px 50%;
  width: 20px;
}

.saved_item-cb-selected {
  background-color: rgba(78,255,43,0.3) !important;
  background-image: url(../img/appbar.checkmark.thick.png);
  background-size: 35px;
  background-repeat: no-repeat;
}

.saved_item-cb-no-selected {
  background-image: url(../img/appbar.checkmark.thick.unchecked.png);
  background-size: 35px;
  background-repeat: no-repeat;
}




.sg_start_WinNumb {
  margin-top: -10px;
}

.input_winnersAmount {
    background-color: #FFF;
    color: #000;
    font-size: 20px;
    max-width: 100px;
    width: 15%;
    padding: 5px;
    text-align: center;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border: 2px solid #FFF;
    transition: .2s ease;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -ms-transition: .2s ease;
    -o-transition: .2s ease;
    outline: none;
}



#sg_start_Winners {
  background: rgba(255, 255, 255, 0.10);
  padding: 5px 0 5px 0;
}


.sg-start-radio-span {
  padding: 5px;
  margin-right: 5px;
  cursor: pointer;
}

.sg-start-radio-span-active {
  background-color: rgba(255, 255, 255, 0.4) !important;
  border-left: 4px solid #53D439 !important;
  padding: 5px;
  margin-right: 5px;
  cursor: pointer;
}

#part_NumberDiv {
  padding: 5px 0 5px 0;
}


#saved_item-selectAll {
  color: #fff;
    border: 0;
    width: 180px;
    padding: 10px;
    margin-top: 10px;
    background-image: url(../img/appbar.list.check.png);
    background-size: 45px;
    background-repeat: no-repeat;
    background-position: 0 50%;
}


.glow {
  box-shadow: 0 0 20px #fff;
  -webkit-box-shadow: 0 0 20px #fff;
  -moz-box-shadow: 0 0 20px #fff;
  -ms-box-shadow: 0 0 20px #fff;
  -o-box-shadow: 0 0 20px #fff;
}


.sg_Config-winIcon-selected, .sg_Config-bg-selected {
    background-color: #FFF;
    border-color: #FFF !important;
}

.sg_Config-winIcon:hover, .sg_Config-bg:hover {
    background-color: rgba(0, 0, 0, 0.9);
    border-color: #FFF !important;
}

.sg_Config-winIcon:active, .sg_Config-bg:active {
    transform: scale(.95);
    -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
}

.sg_Config-winIcon {
    background-size: 90%;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    margin-top: -25px;
    border: 2px solid #000;
    display: inline-block;
    cursor: pointer;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    transition: .2s ease;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -ms-transition: .2s ease;
    -o-transition: .2s ease;
}

.sg_Config-bg {
    background-size: 90%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: #000;
    width: 60px;
    height: 60px;
    margin-top: -25px;
    border: 2px solid #000;
    display: inline-block;
    cursor: pointer;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    transition: .2s ease;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -ms-transition: .2s ease;
    -o-transition: .2s ease;
}


.sg_Config-winIcon-Trophy {
  background-image: url(../img/appbar.trophy.png);
}

.sg_Config-winIcon-Heart {
  background-image: url(../img/appbar.heart.png);
}

.sg_Config-winIcon-Star {
  background-image: url(../img/appbar.star.png);
}

.sg_Config-winIcon-Sun {
  background-image: url(../img/appbar.weather.sun.png);
}




.sg_Config-bg-Flowers {
  background-image: url(../img/bg-flowers.png);
  background-size: 70px;
}

.sg_Config-bg-Leaves {
  background-image: url(../img/bg-leaves.png);
  background-size: 70px;
}

.sg_Config-bg-Ducks {
  background-image: url(../img/bg-ducks.png);
  background-size: 70px;
}

.sg_Config-bg-Bfs {
  background-image: url(../img/bg-bfs.png);
  background-size: 70px;
}



.sg_Config-bg-fs-Flowers {
  background-image: url(../img/fs-bg-flowers.png);
  background-size: 70px;
}

.sg_Config-bg-fs-Leaves {
  background-image: url(../img/fs-bg-leaves.png);
  background-size: 70px;
}

.sg_Config-bg-fs-Ducks {
  background-image: url(../img/fs-bg-ducks.png);
  background-size: 70px;
}

.sg_Config-bg-fs-Bfs {
  background-image: url(../img/fs-bg-bfs.png);
  background-size: 70px;
}




#notifica-dica {
background: rgba(27, 30, 33, 0.85);
color: #fff;
font-family: Segoe UI;
padding: 10px;
text-shadow: 0 0 5px #000;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 30px;
z-index: 11;
}

.dica {
background-image: url('../img/appbar.information.circle.png');
background-size: 100% 100%;
background-repeat: no-repeat;
width: 50px;
height: 50px;
position: absolute;
top: 0;
left: 0;
}

.dica-texto {
background: rgba(27, 30, 33, 0.5);
color: #fff;
font-family: Segoe UI;
font-size: 10pt;
padding: 10px;
text-shadow: 0 0 5px #000;
position: absolute;
top: 0;
left: 50px;
width: 75%;
height: 30px;
}


.lock-scroll {
  overflow: hidden;
}

.scroll {
  overflow-y: auto;
  overflow-x: hidden;
}

.no-display {
  display: none;
}
