/**
 * @package   ShackForms
 * @copyright 2018 Perfect Web sp. z o.o
 * @copyright 2018-2023 Joomlashack.com. All rights reserved
 * @license   GNU General Public License http://www.gnu.org/licenses/gpl-3.0.html
 * @author    Andrzej Kawula, Piotr Moćko
 *
 * This file is part of ShackForms.
 *
 * ShackForms is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 2 of the License, or
 * (at your option) any later version.
 *
 * ShackForms is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with ShackForms.  If not, see <http://www.gnu.org/licenses/>.
 */

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/* Font family and size */
.pwebcontact_toggler.pweb-toggler-blue {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

/* Toggler tab */
.pwebcontact_toggler.pweb-toggler-blue {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);

  background-color: #0044cc;
  background-image: -o-linear-gradient(top, #08c, #0044cc);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#08c), to(#0044cc));
  background-image: linear-gradient(to bottom, #08c, #0044cc);
}

.pweb-top .pwebcontact_toggler.pweb-toggler-blue {
  border-color: #002a80 #0044cc #0044cc;
  border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
  background-image: -o-linear-gradient(bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#08c), to(#0044cc));
  background-image: linear-gradient(to top, #08c, #0044cc);
}

.pweb-vertical.pweb-left .pwebcontact_toggler.pweb-toggler-blue {
  border-color: #0044cc #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  background-image: -o-linear-gradient(right, #08c, #0044cc);
  background-image: -webkit-gradient(linear, right top, left top, from(#08c), to(#0044cc));
  background-image: linear-gradient(to left, #08c, #0044cc);
}

.pweb-vertical.pweb-right .pwebcontact_toggler.pweb-toggler-blue {
  border-color: #0044cc #002a80 #0044cc #0044cc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
  background-image: -o-linear-gradient(left, #08c, #0044cc);
  background-image: -webkit-gradient(linear, left top, right top, from(#08c), to(#0044cc));
  background-image: linear-gradient(to right, #08c, #0044cc);
}

.pwebcontact_toggler.pweb-toggler-blue:hover,
.pwebcontact_toggler.pweb-toggler-blue.pweb-opened {
  background-image: none !important;
  background-position: 0 -30px;
}

.pweb-top .pwebcontact_toggler.pweb-toggler-blue:hover,
.pweb-top .pwebcontact_toggler.pweb-toggler-blue.pweb-opened {
  background-position: 0 30px;
}

.pweb-vertical.pweb-left .pwebcontact_toggler.pweb-toggler-blue:hover,
.pweb-vertical.pweb-left .pwebcontact_toggler.pweb-toggler-blue.pweb-opened {
  background-position: -30px 0;
}

.pweb-vertical.pweb-right .pwebcontact_toggler.pweb-toggler-blue:hover,
.pweb-vertical.pweb-right .pwebcontact_toggler.pweb-toggler-blue.pweb-opened {
  background-position: 30px 0;
}
