#gws-plugin-page {
  padding: 0 20px;
}

#gws-plugin-page .gws-plughead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

#gws-plugin-page .gws-plughead img {
  max-width: 150px;
}

#gws-plugin-page .gws-plughead .gws-plugsupport {
  width: 100px;
  text-align: center;
  font-size: 22px;
  margin-left: auto;
  line-height: 26px;
  padding: 10px 20px;
}

#gws-plugin-page .gws-plughead .gws-plugsupport:hover {
  color: #0073aa;
}

#gws-plugin-page .gws-plughead .gws-plugsupport a {
  text-decoration: none;
  color: #444;
}

#gws-plugin-page .gws-plughead .gws-plugsupport a:hover {
  color: #0073aa;
}

#gws-plugin-page .gws-plughead .gws-plugsupport strong {
  display: block;
}

#gws-plugin-page .gws-plughead .gws-plugsupport span {
  font-size: 36px;
  display: inline;
  vertical-align: middle;
}

#gws-plugin-page .gws-plughead .gws-plugpremium {
  padding: 20px 5px 20px 20px;
}

#gws-plugin-page .gws-plughead .gws-plugpremium a {
  padding: 15px 20px;
  background: #0073aa;
  color: #fff;
  text-decoration: none;
  font-size: 19px;
  -webkit-box-shadow: 0px 1px 5px #aaa;
          box-shadow: 0px 1px 5px #aaa;
}

#gws-plugin-page #gws-plugsettings {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#gws-plugin-page #gws-plugsettings .gws-plugbar {
  width: 260px;
  background: #222;
  color: #fff;
}

#gws-plugin-page #gws-plugsettings .tgl {
  position: absolute;
  width: 50px;
  height: 25px;
  margin-top: 0px;
  z-index: 10;
  opacity: 0;
}

#gws-plugin-page #gws-plugsettings .tgl, #gws-plugin-page #gws-plugsettings .tgl:after, #gws-plugin-page #gws-plugsettings .tgl:before,
#gws-plugin-page #gws-plugsettings .tgl *,
#gws-plugin-page #gws-plugsettings .tgl *:after,
#gws-plugin-page #gws-plugsettings .tgl *:before,
#gws-plugin-page #gws-plugsettings .tgl + .tgl-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#gws-plugin-page #gws-plugsettings .tgl::-moz-selection, #gws-plugin-page #gws-plugsettings .tgl:after::-moz-selection, #gws-plugin-page #gws-plugsettings .tgl:before::-moz-selection,
#gws-plugin-page #gws-plugsettings .tgl *::-moz-selection,
#gws-plugin-page #gws-plugsettings .tgl *:after::-moz-selection,
#gws-plugin-page #gws-plugsettings .tgl *:before::-moz-selection,
#gws-plugin-page #gws-plugsettings .tgl + .tgl-btn::-moz-selection {
  background: none;
}

#gws-plugin-page #gws-plugsettings .tgl::selection, #gws-plugin-page #gws-plugsettings .tgl:after::selection, #gws-plugin-page #gws-plugsettings .tgl:before::selection,
#gws-plugin-page #gws-plugsettings .tgl *::selection,
#gws-plugin-page #gws-plugsettings .tgl *:after::selection,
#gws-plugin-page #gws-plugsettings .tgl *:before::selection,
#gws-plugin-page #gws-plugsettings .tgl + .tgl-btn::selection {
  background: none;
}

#gws-plugin-page #gws-plugsettings .tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 4em;
  height: 2em;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#gws-plugin-page #gws-plugsettings .tgl + .tgl-btn:after, #gws-plugin-page #gws-plugsettings .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}

#gws-plugin-page #gws-plugsettings .tgl + .tgl-btn:after {
  left: 0;
}

#gws-plugin-page #gws-plugsettings .tgl + .tgl-btn:before {
  display: none;
}

#gws-plugin-page #gws-plugsettings .tgl:checked + .tgl-btn:after {
  left: 50%;
}

#gws-plugin-page #gws-plugsettings .tgl-ios + .tgl-btn {
  background: #fbfbfb;
  border-radius: 2em;
  padding: 2px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border: 1px solid #e8eae9;
}

#gws-plugin-page #gws-plugsettings .tgl-ios + .tgl-btn:after {
  border-radius: 2em;
  background: #fbfbfb;
  -webkit-transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
  transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
}

#gws-plugin-page #gws-plugsettings .tgl-ios + .tgl-btn:hover:after {
  will-change: padding;
}

#gws-plugin-page #gws-plugsettings .tgl-ios + .tgl-btn:active {
  -webkit-box-shadow: inset 0 0 0 2em #e8eae9;
          box-shadow: inset 0 0 0 2em #e8eae9;
}

#gws-plugin-page #gws-plugsettings .tgl-ios + .tgl-btn:active:after {
  padding-right: .8em;
}

#gws-plugin-page #gws-plugsettings .tgl-ios:checked + .tgl-btn {
  background: #0073aa;
}

#gws-plugin-page #gws-plugsettings .tgl-ios:checked + .tgl-btn:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#gws-plugin-page #gws-plugsettings .tgl-ios:checked + .tgl-btn:active:after {
  margin-left: -.8em;
}

#gws-plugin-page #gws-plugsettings .gws-plugsections {
  width: calc(100% - 260px);
  padding: 20px 30px 60px;
  position: relative;
}

#gws-plugin-page #gws-plugsettings .gws-plugsections h3 {
  font-size: 24px;
  margin-bottom: 0;
}

#gws-plugin-page #gws-plugsettings .gws-plugsections h4 {
  font-size: 16px;
  color: #666;
  margin-top: 15px;
}

#gws-plugin-page #gws-plugsettings .gws-plugsections form > div {
  display: none;
}

#gws-plugin-page #gws-plugsettings .gws-plugsections .active {
  display: block;
}

#gws-plugin-page #gws-plugsettings .gws-plugsections button {
  background: #0073aa;
  color: #fff;
  border: none;
  padding: 13px 15px;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 5px #aaa;
          box-shadow: 0px 0px 5px #aaa;
  font-size: 16px;
}

#gws-plugin-page #gws-plugsettings .gws-plugsections .gwssection-inner {
  margin: 30px 0;
}

#gws-plugin-page #gws-plugsettings .gws-plugsections .gwssection-inner .gws-optrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.05);
}

#gws-plugin-page #gws-plugsettings .gws-plugsections .gwssection-inner .gws-optrow:last-child {
  border: none;
}

#gws-plugin-page #gws-plugsettings .gws-plugsections .gwssection-inner .gws-optrow .gws-optlabel {
  width: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}

#gws-plugin-page #gws-plugsettings .gws-plugsections .gwssection-inner .gws-optrow .gws-optlabel label {
  display: block;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #000;
  cursor: auto;
}

#gws-plugin-page #gws-plugsettings .gws-plugsections .gwssection-inner .gws-optrow .gws-optlabel small {
  font-size: 14px;
  color: #555;
}

#gws-plugin-page #gws-plugsettings .gws-plugsections .gwssection-inner .gws-optrow .gws-optinput {
  width: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0 20px 40px;
}

#gws-plugin-page #gws-plugsettings .gws-plugsections .gwssection-inner .gws-optrow .gws-optinput label,
#gws-plugin-page #gws-plugsettings .gws-plugsections .gwssection-inner .gws-optrow .gws-optinput input {
  line-height: 25px;
  font-size: 16px;
}

#gws-plugin-page #gws-plugsettings .gws-plugsections .gwssection-inner .gws-optrow .gws-optinput .gws-rangecurrent {
  text-align: center;
  width: 80%;
  font-size: 20px;
  font-weight: 500;
}

#gws-plugin-page #gws-plugsettings .gws-plugsections .gwssection-inner .gws-optrow .gws-optinput span {
  font-size: 16px;
}

#gws-plugin-page #gws-plugsettings .gws-plugsections .gwssection-inner .gws-optrow .gws-optinput .gws-rangeinput input {
  width: 80px;
}

#gws-plugin-page #gws-plugsettings .gws-plugsections .gwssection-inner .gws-optrow .gws-optinput input[type=number] {
  max-width: 80px;
}

#gws-plugin-page #gws-plugsettings .gws-plugsections .gwssection-inner .gws-optrow .gws-repeator {
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  margin: 20px 0;
  border-radius: 5px;
}

#gws-plugin-page #gws-plugsettings .gws-plugsections .gwssection-inner .gws-optrow .gws-repeator h4 {
  padding: 20px;
  margin: 0 !important;
  background: #ddd;
  color: #444 !important;
  border-radius: 5px 5px 0 0;
  font-size: 18px;
}

#gws-plugin-page #gws-plugsettings .gws-plugsections .gwssection-inner .gws-optrow .gws-repeator .repeator-inner {
  padding: 20px;
}

#gws-plugin-page #gws-plugsettings .gws-plugsections .gwssection-inner .gws-optrow .gws-repeator .repeator-inner .repeator-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

#gws-plugin-page #gws-plugsettings .gws-plugsections .gwssection-inner .gws-optrow .gws-repeator .repeator-inner .repeator-item .repeator-label,
#gws-plugin-page #gws-plugsettings .gws-plugsections .gwssection-inner .gws-optrow .gws-repeator .repeator-inner .repeator-item .repeator-input {
  width: 50%;
  padding: 10px 0;
  font-size: 17px;
}

#gws-plugin-page #gws-plugsettings .gws-plugsections .gwssection-inner .gws-optrow .gws-repeator .repeator-inner .repeator-item input {
  line-height: 25px;
  font-size: 16px;
}

#gws-plugin-page #gws-plugsettings .gws-plugsections .gwssection-inner .gws-optrow .gws-repeator .repeator-inner .repeator-item textarea {
  height: 100px;
  width: 300px;
  font-size: 16px;
}

#gws-plugin-page #gws-plugsettings .gws-plugsections .gwssection-inner .gws-optrow .gws-repeator .repeator-inner .repeator-item small {
  display: block;
  margin-top: 5px;
  font-size: 13px;
}

#gws-plugin-page #gws-plugsettings .gws-plugsections .gws-copyright {
  bottom: 5px;
  position: absolute;
  right: 20px;
  font-weight: 500;
  color: #666;
}

#gws-plugin-page #gws-plugsettings .gws-plugbar ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#gws-plugin-page #gws-plugsettings .gws-plugbar ul li:last-child {
  border: none;
}

#gws-plugin-page #gws-plugsettings .gws-plugbar ul li {
  padding: 20px 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  font-size: 17px;
  word-break: break-word;
  border-bottom: 1px solid #333;
  cursor: pointer;
  color: #fff;
  margin-bottom: 0;
}

#gws-plugin-page #gws-plugsettings .gws-plugbar ul li:hover {
  background: #333;
}

#gws-plugin-page #gws-plugsettings .gws-plugbar ul li.active {
  background: #0073aa;
}

#gws-plugin-page #gws-plugsettings .gws-plugbar ul li span {
  font-size: 24px;
  margin: 0px 15px 4px 0px;
}

#gws-plugin-page #gws-plugsettings .gws-plugbar ul li small {
  display: block;
  width: 100%;
  margin-top: 7px;
  color: #bbb;
}

#gws-plugin-page .gwssection-faqs.active + input + input + button {
  display: none;
}

#gws-plugin-page .govr-premium-opt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}

#gws-plugin-page .govr-premium-opt a {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  right: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  z-index: 999;
  text-decoration: none;
  font-size: 21px;
  line-height: 24px;
  text-align: center;
  background: rgba(255, 255, 255, 0.6);
}

#gws-plugin-page .govr-premium-opt a span {
  border-radius: 5px;
  background: #0073aa;
  color: #fff;
  padding: 7px 20px;
}

#gws-plugin-page .govr-premium-opt a span:hover {
  background: #016594;
}

#gws-plugin-page .govr-premium-opt a span small {
  display: block;
}

#gws-plugin-page .govr-premium-opt small {
  font-size: 14px;
}

#gws-plugin-page .govr-premium-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-bottom: 20px;
}

#gws-plugin-page .govr-premium-section:before {
  content: '';
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

#gws-plugin-page .govr-premium-section span {
  position: absolute !important;
  display: inline-block;
  text-align: center;
  background: #0073aa;
  color: #fff;
  padding: 10px 20px;
  font-size: 21px;
  line-height: 26px;
  cursor: pointer;
}

#gws-plugin-page .govr-premium-section span small {
  display: block;
  font-size: 15px;
}

#gws-plugin-page .govr-premium-section img {
  min-height: 10px !important;
  height: auto !important;
  width: auto !important;
}

.govr-review-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.govr-review-box p {
  font-size: 16px;
  margin-top: 0;
  padding: 2px 0;
}

.govr-review-box strong {
  font-size: 17px;
  margin: 7px 0 5px;
  display: block;
}

.govr-review-box img {
  float: left;
  width: 90px;
  height: 35px;
  margin-top: 10px;
  margin-right: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.govr-admin-review {
  padding: 10px 15px 15px;
}

a.govrrevbtn {
  background: #eee;
  text-decoration: none;
  padding: 7px 13px;
  margin-right: 7px;
  border-radius: 3px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

a.govr-lets-review.govrrevbtn {
  background: #0073aa;
  color: #fff;
}
/*# sourceMappingURL=govr-admin.css.map */