html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block; }

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
    }

audio:not([controls]) {
    display: none;
    height: 0; }

[hidden],
template {
    display: none; }


a {
    background: transparent; }

a:active,
a:hover {
    outline: 0; }
abbr[title] {
    border-bottom: 1px dotted; }

b,
strong {
    font-weight: bold; }

dfn {
    font-style: italic; }

h1 {
    font-size: 2em;
    margin: 0.67em 0; }

mark {
    background: #ff0;
    color: #000; }

small {
    font-size: 80%; }

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }

sup {
    top: -0.5em; }

sub {
    bottom: -0.25em; }

img {
    border: 0; }

svg:not(:root) {
    overflow: hidden; }

figure {
    margin: 1em 40px; }

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0; }

pre {
    overflow: auto; }

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    }

button {
    overflow: visible; }

button,
select {
    text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    }

button[disabled],
html input[disabled] {
    cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0; }

input {
    line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto; }

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto; }

optgroup {
    font-weight: bold; }

table {
    border-collapse: collapse;
    border-spacing: 0; }

td,
th {
    padding: 0; }

input[type="text"], input[type="password"], input[type="email"], textarea, .custom-combobox-input {
  box-shadow: none;
  -webkit-appearance: none;
}

.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0; }

.bx-wrapper img {
    max-width: 100%;
    display: block; }

.bx-wrapper .bx-viewport {
    background: #fff;
    -webkit-transform: translatez(0);
    transform: translatez(0); }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 30px;
    width: 100%; }

.bx-wrapper .bx-loading {
    min-height: 50px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000; }

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    width: 40px;
    height: 6px;
    margin: 0 5px;
    padding: 0; }

.bx-wrapper .bx-pager.bx-default-pager a {
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 2px;
    text-indent: -999em; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #2db526; }

.bx-wrapper .bx-prev {
    left: 10px; }

.bx-wrapper .bx-next {
    right: 10px; }

.bx-wrapper .bx-prev:hover {
    background-position: 0 0; }

.bx-wrapper .bx-next:hover {
    background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999; }

.bx-wrapper .bx-controls-direction a.disabled {
    display: none; }

.bx-wrapper .bx-controls-auto {
    text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px; }

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(80, 80, 80, 0.75);
    width: 100%; }

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px; }

/*
 * Selecter v3.1.1 - 2014-05-13
 * A jQuery plugin for replacing default select elements. Part of the Formstone Library.
 * http://formstone.it/selecter/
 *
 * Copyright 2014 Ben Plum; MIT Licensed
 */

@media (min-width: 768px) {
  .pager {
    margin: 0;
  }
    .pager-left {
        text-align: left;
    }

    .pager-right {
        text-align: right;
        margin-right: 25px;
    }

    .modal-action {
        overflow: hidden;
        padding-right: 0px;
        text-align: right;
    }
}

#page-wrapper .col-md-6.col-xs-6 {
    padding-left: 0px;
    padding-right: 0px;
}

.selecter {
    /*display: inline-block;*/
    display: block;
    margin: 10px 0;
    position: relative;
    z-index: 1; }

.selecter .selecter-element {
    height: 100%;
    left: 0;
    position: absolute;
    opacity: 0;
    width: 100%;
    z-index: 0; }

.selecter .selecter-element,
.selecter .selecter-element:focus {
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent; }

.selecter .selecter-selected {
    background: #fff url(../../i/layout/selecter.png) no-repeat right 12px top 50%;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 13px;
    margin: 0;
    overflow: hidden;
    padding: 8px 10px;
    position: relative;
    text-overflow: clip;
    z-index: 2; }
.reports .selecter .selecter-selected {
    background: url(../../i/layout/webping-search.png) no-repeat right;
    background-position: right 13px center;

}

.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all,
.selecter .selecter-options {
    border: 1px solid #ccc;
    border-width: 0 1px 1px;
    background-color: #fefefe;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    display: none;
    left: 0;
    margin: 0;
    max-height: 260px;
    overflow: auto;
    overflow-x: hidden;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 50; }
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
    width: 282px;
}
.selecter .selecter-group {
    background: #F9F9F9;
    border-bottom: 1px solid #e3e3e3;
    color: #999;
    display: block;
    font-size: 11px;
    padding: 5px 10px 4px;
    text-transform: uppercase; }

.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all .ui-menu-item,
.selecter .selecter-item {
    background: #fff;
    border-bottom: 1px solid #e3e3e3;
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 13px;
    margin: 0;
    overflow: hidden;
    padding: 8px 10px;
    text-overflow: ellipsis;
    width: 100%; }

.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all .ui-menu-item {
    font-size: 16px;
    color: black;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all .ui-corner-all {
    color: black;
    text-decoration: none;
}

.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all .ui-menu-item:hover,
.selecter .selecter-item.selected {
    background: #F9F9F9; }

.custom-combobox-input.ui-widget.ui-widget-content.ui-state-default.ui-corner-left.ui-autocomplete-input,
.custom-combobox-input.ui-widget.ui-widget-content.ui-state-default.ui-corner-left.ui-autocomplete-input:focus {
    background-color: #fff;
    z-index: 51;
    border: 1px solid #dedede;
    border-radius: 4px;
    font-size: 16px;
    overflow: hidden;
    padding: 12px 30px 12px 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-top-right-radius: 0px;
    border-right: 0px;
    border-bottom-right-radius: 0px;
    outline: none;
    height: 45px;
}
.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
    left: 100%;
    background: white;
    height: 45px;
    width: 45px;
    border: 1px solid #dedede;
    border-left: 0px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    background: url(../../i/layout/webping-search.png) no-repeat center;
}

.selecter .selecter-item.disabled {
    color: #999;
    cursor: default; }

.selecter .selecter-item:first-child {
    border-radius: 0; }

.selecter .selecter-item:last-child {
    border-radius: 0 0 2px 2px;
    border-bottom: 0; }

@media screen and (min-width: 980px) {
    .selecter .selecter-item:hover,
    .selecter .selecter-item.selected:hover {
        background-color: #f3f3f3; }

    .selecter .selecter-item.disabled:hover {
        background-color: #fff; }

    .selecter:hover .selecter-selected {
        background-color: #fff; }

    .selecter.disabled .selecter-item:hover {
        background: #fff; } }
/* Open */
.selecter.open {
    z-index: 3; }

.selecter.open .selecter-selected {
    border-radius: 3px 3px 0 0;
    z-index: 51; }

.selecter.open .selecter-selected,
.selecter.focus .selecter-selected {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }

/* 'Cover' Positioning */
.selecter.cover .selecter-options {
    border-radius: 3px;
    border-width: 1px;
    top: 0; }

.selecter.cover .selecter-options .selecter-item.first {
    border-radius: 3px 3px 0 0; }

.selecter.cover.open .selecter-selected {
    border-radius: 3px 3px 0 0;
    z-index: 49; }

/* 'Bottom' Positioning */
.selecter.bottom .selecter-options {
    border-width: 1px 1px 0;
    bottom: 100%;
    top: auto; }

.selecter.bottom .selecter-item:last-child {
    border: none; }

.selecter.bottom.open .selecter-selected {
    border-radius: 0 0 3px 3px; }

.selecter.bottom.open .selecter-options {
    border-radius: 3px 3px 0 0; }

/* 'Bottom' + 'Cover' Positioning */
.selecter.bottom.cover .selecter-options {
    bottom: 0;
    top: auto; }

.selecter.bottom.cover.open .selecter-selected {
    border-radius: 3px; }

.selecter.bottom.cover.open .selecter-options {
    border-radius: 3px; }

/* Multiple Select */
.selecter.multiple .selecter-options {
    border-radius: 3px;
    border-width: 1px;
    box-shadow: none;
    display: block;
    position: static;
    width: 100%; }

/* 'Disabled' State */
.selecter.disabled .selecter-selected {
    background: #fff;
    border-color: #eee;
    color: #ccc;
    cursor: default; }

.selecter.disabled .selecter-options {
    background: #fff;
    border-color: #eee; }

.selecter.disabled .selecter-group,
.selecter.disabled .selecter-item {
    border-color: #eee;
    color: #ccc;
    cursor: default; }

.selecter.disabled .selecter-item.selected {
    background: #fafafa; }

/* Scroller Support */
.selecter .selecter-options.scroller {
    overflow: hidden; }

.selecter .selecter-options.scroller .scroller-content {
    max-height: 260px;
    padding: 0; }

html {
    font-size: 62.5%; }



a {
    color: #2db526;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    text-decoration: none; }

a:hover {
    color: #79e574; }

h2 {
    color: #2db526;
    font-size: 28px;
    margin: 30px 0; }
@media (min-width: 620px) {
    h2 {
        font-size: 30px; } }

h3 {
    font-size: 20px; }

#page-wrapper .fa.fa-fw {
    color: black;
}

input[type="text"], input[type="url"], input[type="password"], input[type="email"], input[type="tel"], textarea, input[type="number"]{
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 5px;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin: 0;
    min-height: 50px;
    padding: 11px 10px;
    width: 100%;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #282828;
    opacity: .4; }
input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, textarea::-moz-placeholder {
    color: #282828;
    opacity: .4; }
input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, textarea:-moz-placeholder {
    color: #282828;
    opacity: .4; }
input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #282828;
    opacity: .4; }
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus {
    outline: 0; }
ul.tagit.error, input[type="text"].error, input[type="password"].error, input[type="email"].error, input[type="tel"].error, textarea.error {
    background: #fae1e1;
    border-color: #ed4d4d; }

select:focus, .selecter:focus {
    outline: 0; }

.group:after {
    content: "";
    display: table;
    clear: both; }

.align-center {
    text-align: center; }

textarea {
    height: 108px;
    padding: 7px 10px;
    resize: none; }

.error-msg {
    margin: 5px 0 -20px 225px; }

@media (min-width: 620px) {
    .green {
        background: #2db526;
        height: 70px;
        width: 310px;
        margin-right: 25px;
    }


}
.green .pager a.btn-dark
    {
        background: #282828;
        border-color: #141414;
    }
.layout-wrapper {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 940px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
@media (min-width: 620px) {
    .layout-wrapper {
        padding: 0 33px; } }
@media (min-width: 980px) {
    .layout-wrapper {
        padding: 0; } }

button, .btn {
    background-color: #2db526;
    border: 0;
    border-bottom: 3px solid #1d8218;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 400;
    min-width: 80px;
    padding: 8px 15px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
button:hover, .btn:hover {
    border-bottom-color: transparent;
    color: #fff; }

.btn {
    display: inline-block; }

.btn-dark {
    background: #282828;
    border-color: #141414;
}

.btn-expand {
    padding-left: 30px;
    padding-right: 55px;
    position: relative; }
.btn-expand:after {
    background: url(../../i/layout/btn-expand.png) no-repeat 0 0;
    display: block;
    content: "";
    height: 7px;
    margin-top: -4px;
    position: absolute;
    right: 25px;
    top: 50%;
    width: 13px; }

/* @end =general */
/* @group =header */
.page-header {
    background: #282828;
    color: #fff;
    min-height: 43px;
    padding: 25px 0; }
@media (min-width: 620px) {
    .page-header .layout-wrapper {
        padding: 0 33px; } }

.brand {
    background: url(../../i/layout/webping-xs.png) no-repeat 0 0;
    display: block;
    float: left;
    height: 32px;
    margin-top: 10px;
    text-indent: -999em;
    width: 110px; }
@media (min-width: 620px) {
    .brand {
        background: url(../../i/layout/webping.png) no-repeat 0 0;
        height: 39px;
        margin-top: 0;
        width: 137px; } }


.chart-tooltip{
    position: absolute;
    right: 4px;
    bottom: -7px;
}

.dropdown {
    display: none;
    z-index: 200; }

.signin-btn {
    background: url(../../i/layout/ico-sign.png) no-repeat center;
    display: block;
    float: left;
    margin-left: 17px;
    padding: 8px 20px;
    text-indent: -999em;
    width: 0; }

@media (min-width: 980px) {
    .signin-btn {
        background: #5f5f5f;
        border-radius: 5px;
        text-indent: 0;
        width: auto; } }

.nav-trigger {
    background: url(../../i/layout/ico-menu.png) no-repeat 50% 12px;
    display: block;
    float: left;
    padding: 8px 20px;
    text-indent: -999em; }
.nav-trigger.nav-trigger--active {
    background: url(../../i/layout/ico-menu-a.png) no-repeat 50% 12px; }
@media (min-width: 980px) {
    .nav-trigger {
        display: none; } }

.app-nav {
    display: none;
    list-style: none;
    left: -122px;
    font-size: 18px;
    margin: 0;
    padding: 2px 10px;
    width: 260px;
    top: 68px;
    z-index: 200; }
.app-nav:after {
    left: 50%;
    margin-left: -8px;
    right: auto; }
.app-nav.mobile-menu {
    display: block; }
.app-nav li {
    background: url(../../i/layout/arrow-expand.png) no-repeat right center;
    border-top: 1px solid #e5e5e5; }
.app-nav li:first-child {
    border: 0; }
.app-nav a {
    display: block;
    padding: 9px 22px 9px 0; }

@media (min-width: 980px) {
    .app-nav {
        display: block;
        font-size: 16px;
        float: right;
        background: none;
        box-shadow: none;
        margin: 0;
        position: static;
        padding: 0;
        width: auto; }
    .app-nav:after {
        display: none; }
    .app-nav li {
        background: none;
        border: 0;
        float: left;
        margin-right: 30px;
        padding: 9px 0 0; }
    .app-nav li.current {
        position: relative; }
    .app-nav li.current:after {
        background: url(../../i/layout/hover.png) no-repeat 0 0;
        content: "";
        left: 50%;
        margin-left: -10px;
        margin-top: 27px;
        height: 8px;
        width: 20px;
        position: absolute;
        top: 100%; }
    .app-nav a {
        color: #fff;
        padding: 0 0 0 22px; }

    .nav-services {
        background: url(../../i/layout/ico-services.png) no-repeat left center; }

    .nav-users {
        background: url(../../i/layout/ico-users.png) no-repeat left center; }

    .nav-profile {
        background: url(../../i/layout/ico-profile.png) no-repeat left center; }

    .nav-reports {
        background: url(../../i/layout/ico-reports.png) no-repeat left center; } }
.msg-count {
    color: #e02828;
    display: none;
    font-size: 9px;
    vertical-align: super; }
@media (min-width: 980px) {
    .msg-count {
        display: inline-block; } }

.account-nav {
    float: right; }

.nav-account, .nav-msg {
    border-left: 1px solid #515151;
    float: left;
    min-height: 30px;
    margin: 9px 0 0 10px;
    position: relative;
    padding: 0 0 0 15px; }

.nav-secondary {
    display: none;
    background: #e5e5e5;
    font-size: 16px;
    padding: 20px 0 15px;
    text-align: center; }
@media (min-width: 980px) {
    .nav-secondary {
        display: block; } }
.nav-secondary a {
    border-bottom: 2px solid transparent;
    color: #282828; }
.nav-secondary .current {
    border-color: #b9b3b3; }
.nav-secondary ul {
    list-style: none; }
.nav-secondary li {
    display: inline-block;
    margin: 0 20px;
    padding: 0; }

.text-hidden {
    display: inline-block;
    height: 24px;
    text-indent: -999em;
    width: 22px; }

.nav-msg--link {
    background: url(../../i/layout/ico-bell.png) no-repeat 0 3px;
    display: block; }
.nav-msg--link .msg-count {
    display: inline-block;
    position: relative;
    top: -3px; }

.nav-account--link {
    background: url(../../i/layout/ico-sign.png) no-repeat 0 3px, url(../../i/layout/arrow-expand2.png) no-repeat right center;
    display: block;
    padding-right: 18px; }

.msg-dropdown {
    font-size: 14px;
    right: -10px;
    top: 59px;
    width: 190px;
    padding-bottom: 10px;
    text-align: center; }
.msg-dropdown.mobile-menu {
    display: block; }
.msg-dropdown:after {
    right: 30px; }
.msg-dropdown h3 {
    font-size: 16px;
    font-weight: 400;
    margin: 0; }
.msg-dropdown p {
    margin: 0; }
.msg-dropdown article {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    text-align: left;
    padding: 0 0 15px 0; }
.msg-dropdown > a {
    color: #2db526;
    font-weight: 400;
    text-decoration: underline; }

.user-dropdown {
    list-style: none;
    padding-top: 0;
    padding-bottom: 0;
    right: -5px;
    top: 59px;
    width: 160px; }
.user-dropdown.mobile-menu {
    display: block; }
.user-dropdown:after {
    right: 24px; }
.user-dropdown li {
    border-top: 1px solid #e5e5e5; }
.user-dropdown li:first-child {
    border-top: 0; }
.user-dropdown a {
    display: block;
    padding: 9px 0; }

/* @end =header */
/* @end =slider */
.homepage-slider {
    position: relative; }

.bx-wrapper {
    display: none; }
@media (min-width: 620px) {
    .bx-wrapper {
        display: block; } }

.m-slider {
    color: #fff;
    margin: 0;
    list-style: none;
    padding: 0; }
.m-slider li {
    margin: 0;
    min-height: 230px;
    padding: 0;
    text-align: center; }
@media (min-width: 620px) {
    .m-slider li {
        display: block;
        min-height: 350px;
        text-align: left; } }
@media (min-width: 980px) {
    .m-slider li {
        min-height: 630px; } }
.m-slider img {
    height: auto;
    width: 100%;
    z-index: 1; }
.m-slider .layout-wrapper {
    position: relative;
    z-index: 3; }
.m-slider h1 {
    font-size: 25px;
    line-height: 1.3;
    margin: 45px 0 25px;
    text-align: center; }
.m-slider h1 span {
    display: block;
    font-weight: 400;
    font-size: 19px; }
.m-slider .btn {
    min-width: 180px;
    padding-top: 10px;
    padding-bottom: 10px; }
@media (min-width: 620px) {
    .m-slider h1 {
        font-size: 35px;
        margin-top: 115px;
        margin-bottom: 40px;
        text-align: left; }
    .m-slider h1 span {
        font-size: 26px; } }
@media (min-width: 980px) {
    .m-slider h1 {
        border-left: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
        display: inline-block;
        font-size: 40px;
        margin-top: 180px;
        margin-bottom: 15px;
        padding: 0 20px 8px 10px;
        position: relative; }
    .m-slider h1:after {
        background: url(../../i/layout/arrow.png) no-repeat 0 0;
        bottom: -9px;
        content: "";
        display: block;
        height: 17px;
        position: absolute;
        right: -2px;
        width: 9px; }
    .m-slider h1 span {
        display: block;
        font-size: 30px; }
    .m-slider p {
        margin: 0 0 15px; }
    .m-slider .btn {
        min-width: 250px;
        margin-top: 20px;
        padding-top: 14px;
        padding-bottom: 14px; } }

.slider-text {
    display: none; }
@media (min-width: 980px) {
    .slider-text {
        display: block;
        max-width: 490px; } }

.m-slide1 {
    background: url(../../i/content/slide.jpg) no-repeat top center/cover; }

.m-slide2 {
    background: url(../../i/content/slide.jpg) no-repeat top center/cover; }

.m-slide3 {
    background: url(../../i/content/slide.jpg) no-repeat top center/cover; }

.mobile-slider {
    display: block; }
@media (min-width: 620px) {
    .mobile-slider {
        display: none; } }
.mobile-slider .m-slide1 {
    background: url(../../i/layout/signup-bg.jpg) no-repeat top center/cover;
    padding: 1px 0 0; }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    display: none;
    bottom: 16px;
    overflow: hidden;
    display: block;
    height: 6px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    text-align: center;
    z-index: 100; }
@media (min-width: 620px) {
    .bx-wrapper .bx-pager,
    .bx-wrapper .bx-controls-auto {
        display: block;
        bottom: 32px; } }

/* @end =slider */
/* @group =about */
.m-about-webping {
    padding-bottom: 78px;
    padding-top: 40px; }
.m-about-webping header {
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    font-size: 20px;
    padding: 20px 0;
    position: relative;
    text-align: center; }
.m-about-webping header:after {
    background: url(../../i/layout/arrow-bottom.png) no-repeat 50% 0;
    content: "";
    display: block;
    height: 10px;
    margin-left: -21px;
    left: 50%;
    position: absolute;
    top: 100%;
    width: 42px; }
.m-about-webping h2 {
    margin: 0; }

@media (min-width: 620px) {
    .m-about-sections {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; } }

.m-about-webping--text {
    background: #f2f2f2;
    border-radius: 5px;
    border-bottom: 3px solid #b1b1b1;
    margin: 218px 0 0 0;
    position: relative;
    padding: 25px 20px;
    text-align: center; }
@media (min-width: 620px) {
    .m-about-webping--text {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1 1 340px;
        -moz-flex: 1 1 340px;
        -ms-flex: 1 1 340px;
        flex: 1 1 340px;
        margin-left: 20px; } }
.m-about-webping--text:first-child {
    margin-left: 0; }
.m-about-webping--text h3 {
    margin: 0 0 20px; }
.m-about-webping--text p {
    margin: 0; }
.m-about-webping--text:after {
    background: url(../../i/layout/arrow-gray.png) no-repeat 50% 0;
    content: "";
    display: block;
    height: 10px;
    margin-left: -21px;
    left: 50%;
    position: absolute;
    bottom: 100%;
    width: 42px; }
.m-about-webping--text:before {
    background: url(../../i/layout/icon1.png) no-repeat top center;
    bottom: 100%;
    content: "";
    display: block;
    height: 132px;
    left: 50%;
    margin-left: -80px;
    margin-bottom: 40px;
    position: absolute;
    width: 160px; }

.m-about-webping--textmsg:before {
    background: url(../../i/layout/icon2.png) no-repeat top center; }

/* @end =about */
/* @group =pricelist */
.m-pricelist {
    border-top: 5px solid #2db526;
    background: #eaeaea url(../../i/layout/pattern.png) repeat 0 0;
    position: relative;
    padding-bottom: 45px; }
.m-pricelist:after {
    background: url(../../i/layout/arrow-green.png) no-repeat 50% 0;
    content: "";
    display: block;
    height: 10px;
    margin-left: -21px;
    margin-bottom: -10px;
    left: 50%;
    position: absolute;
    bottom: 100%;
    width: 42px; }
.m-pricelist small {
    display: block;
    font-size: 14px; }

.m-prices-wrapper {
    margin-top: 45px;
    padding-bottom: 20px; }
@media (min-width: 620px) {
    .m-prices-wrapper {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center; } }
@media (min-width: 980px) {
    .m-prices-wrapper {
        -webkit-box-lines: single;
        -moz-box-lines: single;
        box-lines: single;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }

.m-price-box {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
    margin: 0 0 20px;
    padding: 0 50px 17px;
    text-align: center; }
@media (min-width: 620px) {
    .m-price-box {
        margin: 0 10px 20px;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        box-flex: 0;
        -webkit-flex: 0 0 180px;
        -moz-flex: 0 0 180px;
        -ms-flex: 0 0 180px;
        flex: 0 0 180px;
        padding: 0 20px 17px; } }
@media (min-width: 980px) {
    .m-price-box {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        box-flex: 0;
        -webkit-flex: 0 0 140px;
        -moz-flex: 0 0 140px;
        -ms-flex: 0 0 140px;
        flex: 0 0 140px;
        margin: 0 0 20px; } }
.m-price-box h3 {
    background-color: #282828;
    background-position: 50% 13px;
    background-repeat: no-repeat;
    border-radius: 5px 5px 0 0;
    color: #fff;
    margin: 0 -50px 20px;
    padding: 35px 0 20px;
    text-transform: uppercase; }
@media (min-width: 620px) {
    .m-price-box h3 {
        margin: 0 -20px 20px; } }
.m-price-box ul, .m-price-box li {
    list-style: none;
    margin: 0;
    padding: 0; }
.m-price-box ul {
    min-height: 140px; }
.m-price-box li {
    border-top: 1px solid #e9e9e9;
    padding: 12px 0; }
.m-price-box .btn {
    min-width: 140px; }

@media (min-width: 980px) {
    .m-price-box--standard {
        margin-top: -10px;
        margin-bottom: 10px;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        box-flex: 0;
        -webkit-flex: 0 0 180px;
        -moz-flex: 0 0 180px;
        -ms-flex: 0 0 180px;
        flex: 0 0 180px;
        position: relative;
        z-index: 3; }
    .m-price-box--standard h3 {
        background-color: #3a3a3a;
        padding-top: 45px; }
    .m-price-box--standard ul {
        min-height: 150px; } }
.m-price-box--test h3 {
    text-transform: none; }

.m-price-box--price {
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2; }
.m-price-box--price span {
    font-size: 15px; }

.package-start {
    background-image: url(../../i/layout/stars2.png); }
.package-start.dark-stars {
    background-image: url(../../i/layout/stars-dark2.png); }

.package-standard {
    background-image: url(../../i/layout/stars3.png); }
.package-standard.dark-stars {
    background-image: url(../../i/layout/stars-dark3.png); }

.package-pro {
    background-image: url(../../i/layout/stars4.png); }
.package-pro.dark-stars {
    background-image: url(../../i/layout/stars-dark4.png); }

.package-enterprise {
    background-image: url(../../i/layout/stars5.png); }
.package-enterprise.dark-stars {
    background-image: url(../../i/layout/stars-dark5.png); }

/* @end =pricelist */
/* @group =clients */
.m-clients-bar {
    background: #282828 url(../../i/layout/client-bar.png) no-repeat bottom center;
    color: #fff;
    padding: 35px 0; }
.m-clients-bar ul, .m-clients-bar li {
    list-style: none;
    padding: 0; }
.m-clients-bar li {
    margin: 0;
    list-style: none;
    padding: 0;
    text-align: center; width: 120px;}
.m-clients-bar .bx-controls {
  display: none;
}

.m-checkout--form {
    background: #fff;
    border-radius: 5px;
    max-width: 980px;
    margin: 0 auto;
    padding: 30px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

@media (max-width: 480px) {
	.m-checkout--form {
		max-width: 95%;
		padding: 0px 0px;}
}
@media (max-width: 320px) {
	.m-checkout--form {
		max-width: 100%;
		padding: 0px 0px;}
	.sr-checkbox-label {
		font-size: 11px;}
}
/* @end =clients */
/* @group =contact */
@media (min-width: 620px) {
    .contact-wrapper {
        background: url(../../i/layout/contact-bg.jpg) no-repeat bottom left; } }
@media (min-width: 980px) {
    .contact-wrapper {
        background: none;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; } }

.m-contact {
    padding-top: 30px; }

.m-contact--form {
    padding-bottom: 32px; }
@media (min-width: 620px) {
    .m-contact--form {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; } }
@media (min-width: 980px) {
    .m-contact--form {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        box-flex: 0;
        -webkit-flex: 0 0 580px;
        -moz-flex: 0 0 580px;
        -ms-flex: 0 0 580px;
        flex: 0 0 580px; } }
.m-contact--form label {
    display: none; }
.m-contact--form input, .m-contact--form textarea {
    height: 48px;
    margin: 10px 0 0; }
.m-contact--form .btn {
    margin-top: 10px;
    width: 100%; }
.m-contact--form textarea {
    height: 164px; }

.m-contact--data {
    background: url(../../i/layout/contact-bg.jpg) no-repeat bottom center;
    font-size: 27px;
    padding-bottom: 230px;
    position: relative; }
@media (min-width: 620px) {
    .m-contact--data {
        background: none;
        padding-left: 50%;
        padding-bottom: 56px;
        z-index: 10; } }
@media (min-width: 980px) {
    .m-contact--data {
        background: url(../../i/layout/contact-bg.jpg) no-repeat bottom center;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        box-flex: 0;
        -webkit-flex: 0 0 340px;
        -moz-flex: 0 0 340px;
        -ms-flex: 0 0 340px;
        flex: 0 0 340px;
        margin-left: 20px;
        padding-bottom: 230px;
        padding-left: 0; } }

@media (min-width: 620px) {
    .m-contact--col {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1 1 280px;
        -moz-flex: 1 1 280px;
        -ms-flex: 1 1 280px;
        flex: 1 1 280px;
        margin-left: 10px; } }
.m-contact--col:first-child {
    margin-left: 0; }

@media (min-width: 620px) {
    .m-contact--col-secondary {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1 1 290px;
        -moz-flex: 1 1 290px;
        -ms-flex: 1 1 290px;
        flex: 1 1 290px; } }

.tel, .mail {
    color: #282828;
    padding-left: 40px; }
@media (min-width: 980px) {
    .tel, .mail {
        margin-left: 40px; } }

.tel {
    background: url(../../i/layout/ico-phone.png) no-repeat 0 7px;
    display: block;
    margin-bottom: 10px; }
@media (min-width: 980px) {
    .tel {
        background: url(../../i/layout/ico-phone.png) no-repeat 0 7px; } }

.mail {
    background: url(../../i/layout/ico-mail.png) no-repeat 0 8px; }
@media (min-width: 980px) {
    .mail {
        background: url(../../i/layout/ico-mail.png) no-repeat 0 8px; } }

/* @end =contact */
/* @group =signup =page */
.m-signup-wrapper {
    background: url(../../i/layout/signup-bg.jpg) no-repeat 0 0/cover;
    margin-bottom: 14px;
    padding: 16px 0 45px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
@media (min-width: 620px) {
    .m-signup-wrapper {
        padding: 62px 0 30px;
        min-height: 790px; } }
.m-signup-wrapper .brand {
    background: url(../../i/layout/webping-xl.png) no-repeat 0 0/100%;
    height: 66px;
    margin: 0 auto 30px;
    float: none;
    width: 183px; }
@media (min-width: 620px) {
    .m-signup-wrapper .brand {
        height: 79px;
        margin: 0 auto 60px;
        float: none;
        width: 221px; } }
.m-signup-wrapper:after {
    background: url(../../i/layout/bottom-arrow.png) no-repeat 0 0;
    bottom: 0;
    content: "";
    height: 13px;
    margin-left: -20px;
    left: 50%;
    position: absolute;
    width: 40px; }

.m-signup--form {
    background: #fff;
    border-radius: 5px;
    max-width: 380px;
    margin: 0 auto;
    padding: 30px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
@media (min-width: 620px) {
    .m-signup--form {
        padding: 30px 50px; } }
.m-signup--form h2 {
    margin-top: 0;
    text-align: center; }
.m-signup--form .btn {
    display: block;
    margin: 25px 0;
    width: 100%; }
.m-signup--form input[type="password"], .m-signup--form input[type="text"] {
    margin-bottom: 10px; }
.m-signup--form p {
    font-size: 13px;
    margin: 0; }
.m-signup--form a {
    text-decoration: underline; }
.m-signup--form .m-signup--remember {
    margin-top: 12px; }
.m-signup--form .field label {
    display: block;
    font-weight: 600;
    margin-bottom: 3px; }
.m-signup--form .field label span {
    color: #999;
    font-weight: normal; }

.custom-checkbox {
    position: relative;
    padding-left: 18px; }
.custom-checkbox label:before, .custom-checkbox label:after {
    content: "";
    display: block;
    height: 18px;
    left: 0;
    width: 18px;
    position: absolute;
    top: 3px; }
.custom-checkbox label:before {
    border: 1px solid #dedede;
    background: #fff;
    border-radius: 2px; }
.custom-checkbox label:after {
    background: url(../../i/layout/check.png) no-repeat center center;
    display: none;
    height: 18px;
    width: 18px; }
.custom-checkbox input {
    opacity: .01;
    height: 12px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 12px; }
.custom-checkbox input:checked + label:after {
    display: block; }

.hidden-label {
    display: block;
    height: 13px;
    padding-left: 0;
    text-indent: -999em; }

.inline-checkbox {
    display: inline-block;
    width: 0; }

.quick-config--form {
    max-width: 720px; }
.quick-config--form h2 {
    margin-bottom: 10px;
    text-align: left; }
.quick-config--form .field small {
    display: block;
    font-size: 13px;
    margin-top: -8px; }
.quick-config--form .config-info {
    font-size: 18px;
    margin: 0 0 30px 0; }

.table-responsive{
    border: none;
}
/* @end =signup =page */
/* @group =users */
.breadcrumbs {
    border-bottom: 1px solid #e5e5e5;
    font-size: 12px;
    padding: 10px 20px; }
@media (min-width: 620px) {
    .breadcrumbs {
        font-size: 14px;
        padding: 10px 33px; } }
.breadcrumbs ul {
    background: url(../../i/layout/ico-compass.png) no-repeat left center;
    list-style: none;
    padding-left: 20px; }
.breadcrumbs li {
    display: inline-block;
    margin: 0;
    padding: 0; }
.breadcrumbs a {
    color: #282828; }

.main-content {
    padding-top: 12px;
    padding-bottom: 30px; }
.main-content h1 {
    font-weight: normal;
    font-size: 30px; }
.main-content table {
    border-bottom: 1px solid #e5e5e5;
    width: 100%; }
.main-content th, .main-content td {
    border-top: 1px solid #e5e5e5;
    vertical-align: top; }
.main-content th {
    font-weight: normal;
    font-size: 16px;
    padding: 8px 0;
    text-align: left; }
.main-content td {
    font-size: 14px;
    padding: 12px 0; }

.option-btns {
    margin-top: 30px;
    text-align: right; }

.ico-link {
    display: block;
    height: 17px;
    overflow: hidden;
    text-indent: -999em;
    width: 17px; }

.additional-info {
    color: #8a8a8a; }

/* @end =users */
/* @group =profile */
.package-alert {
    margin-top: 4px;
    padding-left: 10px;
}

@media (max-width: 768px) {
    .navbar-left.package-alert {
        border-bottom: 1px solid white;
    }

    .navbar-left.package-alert .alert.alert-success {
        margin-bottom: 0px;
    }

    .profile .main-content .row:first-child {
        margin-top: 0;
    }
}

.alert-success {
    color: white;
    background-color: transparent;
    border-color: transparent;
}

.l-user-profile {
    font-size: 16px; }
@media (min-width: 768px) {
    .l-user-profile {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; } }
.l-user-profile h3 {
    font-size: 20px;
    margin: 0 0 10px; }

.m-basic-info {
    margin-bottom: 30px; }
@media (min-width: 768px) {
    .m-basic-info {
        flex: 0 0 280px; } }
.m-basic-info header {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    background: #e5e5e5;
    border-radius: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    padding: 20px 18px; }
.m-basic-info p {
    margin: 0 0 35px; }
.m-basic-info h2 {
    color: #282828;
    font-size: 20px;
    margin: 0; }
.m-basic-info .package-rate {
    background-position: top center;
    background-repeat: no-repeat;
    font-weight: 700;
    padding-top: 25px;
    text-transform: uppercase;
    width: 100px;
    text-align: center;
}

.m-basic-info dl {
    margin: 10px 0 0; }
.m-basic-info dl a {
    color: #282828; }
.m-basic-info dt, .m-basic-info dd {
    display: inline;
    margin: 0;
    padding: 0; }
.m-basic-info dt {
    font-weight: bold; }
.m-basic-info .btn {
    display: inline-block;
    margin-top: 25px;
    padding-left: 25px;
    padding-right: 25px; }

@media (min-width: 768px) {
    .m-account-info {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1 1 580px;
        -moz-flex: 1 1 580px;
        -ms-flex: 1 1 580px;
        flex: 1 1 580px;
        margin-left: 80px; } }
.m-account-info th, .m-account-info td {
    padding: 15px 0; }
.m-account-info th {
    width: 80%; }
.m-account-info table a {
    font-weight: bold;
    margin-right: 20px;
    text-decoration: underline; }

.mobile-login{
    display: none;
}

.dark-link {
    color: #282828; }
.dark-link:hover {
    color: #282828; }

.upgrade-account {
    float: right;
    font-size: 18px;
    text-decoration: underline; }

.m-account-info--basic {
    margin-top: -5px; }
.m-account-info--basic h3 {
    margin-bottom: 0; }
.m-account-info--basic ul {
    list-style: none;
    margin: 0;
    padding: 0; }
.m-account-info--basic li {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0; }

/* @end =profile */
/* @group =reports */
.selecter .selecter-selected {
    border: 1px solid #dedede;
    border-radius: 4px;
    font-size: 16px;
    overflow: hidden;
    padding: 12px 30px 12px 15px;
    text-overflow: ellipsis;
    white-space: nowrap; }
.selecter .selecter-item {
    font-size: 16px; }

.selecter-options {
    box-sizing: border-box; }

.m-reports-header {
    padding-bottom: 20px; }
.m-reports-header .selecter {
    margin: 0 0 20px;
    margin-right: 20px;
    width: 100%; }
.m-reports-header .btn {
    margin: 0 0 20px; }
@media (min-width: 620px) {
    .m-reports-header .selecter {
        float: left;
        width: 282px; }
    .reports .m-reports-header .selecter {
        float: left;
        width: 237px; }
    .m-reports-header .btn {
        float: right;
        margin: 0 0 20px 20px; }

}

.pagination {
    margin: 30px 0 0;
    font-size: 0;
    text-align: right; }
.pagination a {
    border: 1px solid #ddd;
    background: #fff;
    color: #989899;
    display: inline-block;
    font-size: 12px;
    margin-left: -1px;
    padding: 4px 11px;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none; }
.pagination a:first-child {
    border-radius: 5px 0 0 5px; }
.pagination a:last-child {
    border-radius: 0 5px 5px 0; }
.pagination a:nth-child(6) {
    display: none; }
.pagination a:hover, .pagination a.current {
    background: #0cc738;
    border-color: #0cc738;
    color: #fff;
    position: relative;
    text-shadow: 1px 0 1px #79897c;
    z-index: 3; }
@media (min-width: 620px) {
    .pagination a {
        font-size: 14px;
        padding: 7px 14px; }
    .pagination a:nth-child(6) {
        display: inline-block; } }

.table-reports th {
    font-weight: 600;
    font-size: 13px; }
@media (min-width: 620px) {
    .table-reports th {
        font-size: 16px; } }
.table-reports th:first-child {
    padding-left: 28px; }
.table-reports td {
    font-size: 13px;
    padding-top: 14px;
    padding-bottom: 14px; }
@media (min-width: 620px) {
    .table-reports td {
        font-size: 14px; } }
.table-reports .custom-checkbox {
    margin-left: 0px; }

.table-sort {
    background: url(../../i/layout/ico-sort.png) no-repeat right center;
    color: #282828;
    padding-right: 20px; }
.table-sort:hover {
    color: #282828; }

.status {
    display: inline-block;
    padding-left: 28px;
    position: relative; }
.status:before {
    border-radius: 50%;
    display: block;
    content: "";
    left: 0;
    height: 12px;
    position: absolute;
    top: 2px;
    width: 12px; }
.status--ok:before {
    background: #2db526;
    border: 3px solid #caecc9; }
.status--bad:before {
    background: #e02828;
    border: 3px solid #f7c9c9; }
.status--no-info:before {
    background: #FFFFFF;
    border: 3px solid #DFDFDF;
    display: none;}
.status--wait:before {
    background: #ffcc00;
    border: 3px solid #fff2bf; }
.status--disabled:before {
    background: #CECECE;
    border: 3px solid #DFDFDF;
}
.status--user-pause:before {
    color: #00cfff;
    font-family: "FontAwesome"; font-weight: 900; content: "\f28b";
}
.status--system-pause:before {
    color: #FF00CF;
    font-family: "FontAwesome"; font-weight: 900; content: "\f28b";
}
.status--service-pause:before {
    color: #FF8C00;
    font-family: "FontAwesome"; font-weight: 900; content: "\f28b";
}
.icon::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}


.check-promo {
    color: #fff;
    background: url(../../i/layout/check-bg.png) no-repeat 0 0/cover;
    box-sizing: border-box;
    min-height: 110px;
    margin-top: 20px;
    padding: 10px 35px 20px;
    text-align: center; }
.check-promo p {
    font-weight: 700;
    font-size: 25px;
    margin: 0 0 5px;
    text-shadow: 1px 1px 1px #1a5317; }
@media (min-width: 620px) {
    .check-promo {
        padding: 30px 45px;
        text-align: left; }
    .check-promo p {
        float: left;
        margin: 3px 0 0;
        text-shadow: 1px 1px 1px #1a5317; }
    .check-promo .btn {
        float: right; } }

.table-header {
    margin: 18px 0 0; }

.items-options {
    background: url(../../i/layout/arrow-check.png) no-repeat 8px 18px;
    margin-bottom: 10px;
    padding-top: 6px;
    padding-left: 55px;
    padding-bottom: 18px; }
.items-options .inline-checkbox {
    margin-top: -2px; }
.items-options .inline-checkbox, .items-options a {
    vertical-align: middle; }
.items-options a {
    color: #282828;
    margin-left: 20px;
    text-decoration: underline; }

.search-form {
    margin-bottom: 15px;
    position: relative; }
.search-form input[type="text"] {
    min-height: 40px;
    padding: 5px 10px;
    width: 100%;
}
.btn-search {
    background: url(../../i/layout/webping-search.png) no-repeat center;
    border: 0;
    height: 40px;
    min-width: 0;
    right: 0;
    position: absolute;
    padding: 0;
    text-indent: -999em;
    top: 0;
    width: 40px; }


@media (min-width: 620px) {
    .search-form {
        float: right; }
    .search-form input[type="text"] {
        width: 280px;
        margin-top: 8px;}
    .btn-search {
        top: 8px;
    }
}



/* @end =reports */
/* @group =edit =form */
.grid-field .field {
    width: 100%; }
@media (min-width: 980px) {
    .grid-field {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .grid-field .field {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        box-flex: 0;
        -webkit-flex: 0 0 280px;
        -moz-flex: 0 0 280px;
        -ms-flex: 0 0 280px;
        flex: 0 0 280px;
        margin-left: 50px; }
    .grid-field .field:first-child {
        margin-left: 0; } }

.field-box {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 280px;
    -moz-flex: 0 0 280px;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px; }
.field-box .field {
    margin-left: 0; }

.default-form .field {
    min-height: 110px;
    margin-bottom: 40px; }
.default-form .field label {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
    white-space: nowrap; }
.default-form .field small {
    display: block;
    font-size: 14px;
    margin-top: 6px; }
.default-form .field .selecter, .default-form .field select {
    max-width: 100%;
    width: 100%; }
.default-form textarea {
    height: 200px; }

.form-btns {
    text-align: right; }
.form-btns .btn {
    margin-left: 16px;
    min-width: 160px; }

.tel-numbers {
    font-size: 16px;
    margin-left: -30px; }

.tel-info {
    box-sizing: border-box;
    background: #e5e5e5;
    border-radius: 5px;
    display: block;
    float: left;
    margin: 5px 0 20px 30px;
    min-width: 160px;
    position: relative;
    padding: 15px 40px 15px 15px;
    white-space: nowrap; }

.tel-info--del {
    color: #282828;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 10px;
    width: 30px;
    text-align: center; }

/* @end =edit =form */
/* @group =services */
.services-header {
    margin-bottom: 20px; }
.services-header h1 {
    margin-bottom: 0; }
.services-header p {
    margin: 0;
    margin-top: 5px;
}
.services-header p a {
    color: #BBB;
    text-decoration: underline;
    font-size: 12px;
}
.services-header p a:hover {
    text-decoration: none; }
.services-header a {
    color: #282828; }

@media screen and (max-width: 520px) {
  .services-header {
    position: relative;
  }
  .services-header .back-link {
    position: absolute;
    top: -30px;
    right: 20px;
  }
}

.temp-chart {
    height: auto;
    max-width: 100%; }

.back-link {
    float: right; }

.config-details {
    margin: 48px 0 0; }
.config-details header {
    padding-bottom: 10px; }
.config-details header .btn {
    float: right;
    min-width: 140px; }
.config-details h2 {
    color: #282828;
    font-size: 20px;
    margin: 0;
    padding: 9px 0 0; }
.config-details .btn {
    float: right; }
.config-details dl {
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    margin: 0;
    padding: 10px 0; }
.config-details dl:last-of-type, .config-details dl.text-details {
    border: 0; }
.config-details dt, .config-details dd {
    display: inline-block;
    margin: 0;
    padding: 0; }
.config-details dd {
    font-weight: bold; }
.config-details .textarea {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    color: #696969;
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin: 10px 0 0;
    padding: 16px; }

/* @end =services */
/* @group =responsive =table */
.responsive-table td .table-mobile-more {
    color: #282828; }

.checkbox-col {
    width: 10px; }

.mobile-hide {
    display: none; }
@media (min-width: 620px) {
    .mobile-hide {
        display: table-cell; } }

.tablet-hide {
    display: none; }
@media screen and (min-width: 620px) and (max-width: 980px) {
  .tablet-notvisible {
    display: none;
  }
}
@media (min-width: 980px) {
    .tablet-hide {
        display: table-cell; } }

.mobile-table-content {
    float: right;
    position: relative; }
@media (min-width: 980px) {
    .mobile-table-content {
        display: none; } }
@media (max-width: 480px) {
  .mobile-table-content {
    position: static;
  }
}
.table-mobile-more {
    font-weight: 400;
    font-size:13px;
}

.mobile-table-content--box {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    background: #fff;
    display: none;
    list-style: none;
    margin: 10px 0 0;
    right: 0;
    position: absolute;
    padding: 2px 15px;
    top: 100%;
    width: 283px;
    z-index: 10;
  }
  @media (max-width: 480px) {
    .mobile-table-content--box {
      top: auto;
      width: auto;
      right: 17px;
      left: 17px;
    }
  }
.mobile-table-content--box:after, .mobile-table-content--box:before {
    bottom: 100%;
    right: 17px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
.mobile-table-content--box:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 8px; }
.mobile-table-content--box:before {
    border-color: rgba(227, 227, 227, 0);
    border-bottom-color: #e3e3e3;
    border-width: 9px;
    right: 16px; }
.mobile-table-content--box.show {
    display: block; }
.mobile-table-content--box li {
    border-top: 1px solid #e5e5e5;
    padding: 8px 0; }
.mobile-table-content--box li:first-child {
    border: 0; }
.mobile-table-content--box .ico-link {
    display: inline-block;
    margin-right: 10px; }

.mobile-header {
    display: block; }

/* @end =responsive =table */
/* @group =footer */
.page-footer {
    border-top: 1px solid #dbdbdb;
    padding-top: 30px; }
.page-footer small {
    float: right;
    font-size: 14px; }

/* @end =footer */

/* modified */

.webping-logo{
    width: 137px;
    height: 39px;
    background-image: url('../../i/layout/webping.png');
}

@media (min-width: 768px){
    .side-nav {
        top:90px;
        height: calc(100% - 90px);
    }
    .navbar-collapse.collapse {
        height: 70px !important;
    }
    .webping-logo{
        position: relative;
        top: 19px;
    }
    .top-nav{
        padding: 15px;
    }
    .navbar.navbar-fixed-top{
        border-top: solid #1d8218 6px;
    }
    body{
        margin-top:70px;
    }
    .layout-wrapper{
        padding-left: 20px
    }
}
button, .navbar-toggle{
    min-width: 0px;
}
.layout-wrapper{
    max-width: 9000px;
}

@media (max-width: 769px){
    .webping-logo{
        position: relative;
        top: 10px;
        left: 30px;
    }

}
#range-select{
    margin-top: 50px;
    margin-bottom: 50px;
}
#range-select .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
    background-color: #1d8218;
}
.donut-percent h1{
    margin: 0;
}
.ct-chart.donut1 .ct-series.ct-series-a .ct-slice.ct-donut{
    stroke: #2db426
}
.ct-chart.donut2 .ct-series.ct-series-a .ct-slice.ct-donut{
    stroke: #e02828
}
.ct-chart.donut3 .ct-series.ct-series-a .ct-slice.ct-donut{
    stroke: #ffcc00
}
.ct-chart.donut1 .ct-series.ct-series-b .ct-slice.ct-donut, .ct-chart.donut2 .ct-series.ct-series-b .ct-slice.ct-donut, .ct-chart.donut3 .ct-series.ct-series-b .ct-slice.ct-donut{
    stroke: #e5e5e5;
}
.ct-chart.graph1 .ct-series.ct-series-a .ct-line{
    stroke: #2db426
}
.ct-chart.graph1 .ct-series.ct-series-a .ct-area{
    fill: #2db426;
}
#mailTags, #phoneTags{
    border-radius: 5px;
}
#mailTags input[type="text"], #phoneTags input[type="text"], #Rdzienny input[type="text"], #Rtygodniowy input[type="text"], #Rmiesieczny input[type="text"]{
    min-height: 0px;
}
ul.tagit li.tagit-choice, ul.tagit li.tagit-choice:hover, ul.tagit li.tagit-choice.remove{
    background-color: #1d8218;
    border-color: #2db526;
}
ul.tagit li.tagit-choice .tagit-label:not(a), ul.tagit li.tagit-choice .tagit-close .text-icon{
    color: #fff;
}
ul.tagit li.tagit-new{
    width: 250px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 48px;
}

body, .navbar-inverse{
    background-color:#404040;
}
body{
    font-weight:200;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
}
button, .btn{
    font-size: 17px;
    font-weight: 200;
}
.main-content h1{
    font-weight:200;
}

.modal-header{
    border-bottom:0;
}
.modal-footer{
    border-top:0;
}
.modal-title{
    font-weight:200;
    text-align:center;
	width: 95%;
}
.modal label{
    font-weight:200;
    font-size:16px;
}
.modal .btn {
  min-width: 120px;
}

.webping-logo{
    background: url('../../i/layout/webping.png') no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 109px;
    height: 37px;
}
.items-options a.btn{
    color:#fff;
    text-decoration:none;
}
.top-nav>li>a{
    color:#fff;
    font-weight:200;
}
.top-nav>li .notification-count {
    color: #2db526;
}
.top-nav>li>a:hover, .top-nav>li>a:focus, .top-nav>.open>a, .top-nav>.open>a:hover, .top-nav>.open>a:focus{
    background-color:#373737;
}
.dropdown-menu > li.message-footer a {
    color: #2db526;
}
.navbar-toggle{
    margin-top:17px;
    margin-bottom:17px;
}
.navbar-inverse .navbar-toggle{
    border-color:transparent;
}
.navbar-toggle .icon-bar{
    width: 27px;
    height: 3px;
}
.navbar-toggle .icon-bar+.icon-bar{
    margin-top:5px;
}
.side-nav>li>ul>li>a{
    background-color: #373737!important;
    border-left: 3px solid #1d8218;
    padding-left: 12px;
    padding-right: 18px;
    padding-top:5px;
    padding-bottom:5px;
}
.users #page-wrapper, .services #page-wrapper, .charts #page-wrapper, .service-edit #page-wrapper, .profile #page-wrapper, .reports #page-wrapper, .variables #page-wrapper{
    background-color:#e0e0e0;
    position:relative;
}
.pager.button{
    margin:13px 0;
}
.pager li>a, .pager li>strong>a, .pager li>span{
    background-color:transparent;
    border:0;
    border-radius:0;
    padding:5px 7px;
}

.pager.pager-left li>strong>a {
    color: #2db526;
}
.pager li>a:focus, .pager li>a:hover{
    background-color:transparent;
    font-weight:400;
}
.pager li>a.btn{
    background-color: #2db526;
    border-radius:4px;
    border-bottom: 3px solid #1d8218;
    padding:8px 15px;
}
.pager li>a.btn:hover{
    border-bottom-color: transparent;
    font-weight:200;
    padding:8px 15px;
}

.users .main-content, .services .main-content, .service-edit .main-content, .reports .main-content, .variables .main-content{
    background:#fff;
    border-radius:4px;
}

.users table a, .services table a, .service-edit table a{
    color:#000;
    cursor: pointer;
}

.users .modal-footer, .services .modal-footer{
    text-align:left;
}

.users .modal-footer button, .users .modal-footer .btn, .services .modal-footer button, .services .modal-footer .btn{
    padding:8px 40px;
}
.charts header h1{
    margin-top:0;
}
.charts dt{
    font-weight:200;
}
.table-reports th{
    font-weight:300;
}

.table-reports .fa{
    font-size:12px;
    cursor: pointer;
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.table-reports .fa:hover{
    font-size:12px;
    cursor: pointer;
    opacity: 0.6;
}

.table-reports th {
    font-size: 14px;
}

.config-details{
    margin:0;
}
.config-details dl{
    font-size:14px;
}

#range-select{
    margin:0;
}

@media (max-width:1300px) and (min-width:756px) {
    #range-select{
        font-size: 12px;
    }
}

.m-signup-wrapper .no-full-header .brand {
    height: 48px;
    margin-top: 0;
    width: 137px;
    background: url(../../i/layout/webping.png) no-repeat 0 0;
}

#range-select h3{
    font-weight:200;
    padding-left: 0px;
}
#range-select .nav a{
    color:#404040;
    padding-left: 2px;
    padding-right: 2px;
}
#range-select .nav{
    width: 100%;
    margin: 0 0 20px;
    border-bottom: 3px solid #e1e1e1;
}
#range-select .nav li{
    width:20%;
    text-align:center;
    float:left;
}
#range-select .nav>li>a:focus, #range-select .nav>li>a:hover, #range-select .nav>li>a:active, #range-select .nav>li>a.active{
    background-color:transparent;
    color:#2db526;
    font-weight:700;
}
#range-select .nav>li>a:focus:after, #range-select .nav>li>a:hover:after, #range-select .nav>li>a:active:after, #range-select .nav>li>a.active:after{
    font-family: FontAwesome;
    content: "\f111";
    color:#2db526;
    position:absolute;
    bottom:-12px;
    left:48%;
    font-size:10px;
}
.ct-chart.graph1 .ct-series.ct-series-a .ct-line,
.ct-chart.graph2 .ct-series.ct-series-a .ct-line,
.ct-chart.graph3 .ct-series.ct-series-a .ct-line,
.ct-chart.graph4 .ct-series.ct-series-a .ct-line {
    stroke: #2db426;
}
.ct-chart.graph1 .ct-series.ct-series-a .ct-area,
.ct-chart.graph2 .ct-series.ct-series-a .ct-area,
.ct-chart.graph3 .ct-series.ct-series-a .ct-area,
.ct-chart.graph4 .ct-series.ct-series-a .ct-area{
    fill: #2db426;
}
.white-bg-element,
.white-bg{
    background:#fff;
    border-radius:4px;
    padding:20px;
}
.service-edit .selecter{
    max-width:100%;
    margin:0;
}

.service-edit label{
    font-weight:200;
    font-size:15px;
}

.service-edit ul.tagit{
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 5px;
    border: 1px solid #dedede;
    min-height: 50px;
    padding: 0px 6px;
    width: 100%;
    margin:0;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.service-edit ul.tagit li.tagit-choice, .service-edit ul.tagit li.tagit-choice:hover, .service-edit ul.tagit li.tagit-choice.remove{
    background-color: #e5e5e5;
    border-color: transparent;
    margin-top:10px;
}
.service-edit ul.tagit li.tagit-choice .tagit-label:not(a), .service-edit ul.tagit li.tagit-choice .tagit-close .text-icon{
    color:#333;
}
.service-edit .btn{
    min-width:120px;
}
.service-edit .dropdown-toggle {
    min-width:85px !important;
}
.m-basic-info{
    margin-bottom:0;
}

.m-basic-info header{
    background:transparent;
    padding:0;
}
.m-basic-info header p{
    padding-top:11px;
    margin:0;
}
.pager.text-left{
    text-align:left!important;
}
.pager.text-right{
    text-align:right!important;
}
.profile .pager a{
    color:#999;
}
.profile .pager a:hover{
    color:#000;
}
.commercial{
    display:none!important;
}

.services .table-responsive{
    overflow:visible;
}

.package-upgrade-new .table {
    position:relative;
    z-index:0;
    color:#8a8a8a;
    line-height:16px;
    margin-top:40px;
}

.package-upgrade-new .table-row {
    position:relative;
}

.package-upgrade-new .table-cell {
    padding: 11px 15px;
    text-align:center;
    vertical-align: middle;

}

.package-upgrade-new .table-row.table-last-row {
    border-bottom:0;
}

.package-upgrade-new .table-cell.table-desc{
    text-align:left;
    padding-left:0;
    font-size:13px;
}

.package-upgrade-new .table-active{
    position:relative;
}

.package-upgrade-new .table-first-row .table-active:before{
    content:"";
    position:absolute;
    z-index:-1;
    top:-4px;
    left:-4px;
    right:-4px;
    bottom:-2px;
    border:4px solid #2db526;
    border-radius:6px 6px 0 0;
    border-bottom:0;
}

.package-upgrade-new .table-last-row .table-active:before{
    content:"";
    position:absolute;
    z-index:-1;
    top:-2px;
    left:-4px;
    right:-4px;
    bottom:-4px;
    border:4px solid #2db526;
    border-radius:0 0 6px 6px;
    border-top:0;
}

.package-upgrade-new .table-active:before{
    content:"";
    position:absolute;
    z-index:-1;
    top:-1px;
    left:-4px;
    right:-4px;
    bottom:-1px;
    border-left:4px solid #2db526;
    border-right:4px solid #2db526;
}

.package-upgrade-new .table-disabled{
    background:#e9e9e9;
    border-bottom:1px solid #e4e4e4;
    color:#c6c6c6;
}

.package-upgrade-new .table-first-row .table-disabled,
.package-upgrade-new .table-first-row .table-actual
{
    border-radius:6px 6px 0 0;
}

.package-upgrade-new .table-last-row .table-actual {
    border-radius: 0 0 6px 6px;
    border: 1px solid #1d8218;
    border-top: 0;
}

.package-upgrade-new .table-first-row .table-actual {
    border-radius: 6px 6px 0 0 !important;
    border-top: 1px solid #1d8218 !important;
}



.package-upgrade-new .table-cell.table-actual {
    border-left: 1px solid #1d8218;
    border-right: 1px solid #1d8218;
    border-top: 1px solid #ddd;
}

.package-upgrade-new .table-last-row .table-disabled{
    border-radius:0 0 6px 6px;
    border-bottom:0;
}
.package-upgrade-new .table-header{
    font-weight:400;
    font-size:17px;
    color:black;
}

.package-upgrade-new .table-header.table-disabled{
    color:#c6c6c6;
}

.package-upgrade-new .fa-close{
    color:#e2b2ae;
    font-size:12px;
}

.package-upgrade-new .fa-check{
    color:#2db526;
    font-size:12px;
}

.package-upgrade-new .table {
  border-bottom: 0;
  border-collapse: separate
}

@media screen and (max-width: 1200px) {
  .package-upgrade-new .btn {
    font-size: 14px;
    min-width: 30px;
    padding: 4px 8px;
  }
  .package-upgrade-new .table-cell {
    padding: 15px 5px;
  }
}
.mobile-btn {
  display: none;
}
.upgrade-table-wrapper {
	overflow: auto;
}
.upgrade-table-wrapper table {
	min-width: 760px;
}
/*
@media screen and (max-width: 920px) {
  .package-upgrade-new .table,
  .package-upgrade-new .table th, .package-upgrade-new .table td,
  .package-upgrade-new .table tr,
  .package-upgrade-new .table thead, .package-upgrade-new .table tbody {
    display: block;
  }
  .package-upgrade-new .mobile-btn {
    font-size: 20px;
    padding: 8px 15px;
    display: inline-block;
    margin-top: 10px;
  }
  .package-upgrade-new .table .table-last-row,
  .package-upgrade-new .table .table-first-row {
    display: none;
  }
  .package-upgrade-new .table td::before {
    display: block;
    content: attr(data-header);
    font-weight: bold;
    color: #282828;
  }
  .package-upgrade-new .table td.table-desc::before {
    display: none;
  }
}
*/

.package-upgrade-new-payment .radio.first{
    margin-top:27px;
}

.notification-list-main tr {
    cursor:pointer;
}


@media (max-width:1200px){
    .config-details{
        margin:48px 0 0;
    }
}
@media (max-width:991px){
    #range-select .nav{
        margin-bottom:20px;
    }
}

@media (max-width:1199px) and (min-width:992px){
    .profile .white-bg{
        margin-bottom:20px;
    }
}
@media (min-width:768px){
    body{
        margin-top:66px;
    }

    .commercial{
        display:block!important;
        background:#2db526;
        margin-top:25px;
        height: auto;
        padding-bottom: 20px;
        width:100%;
    }
    .commercial a.btn{
        width:100px;
        margin:0 auto;
        color:#e1e1e1!important;
        font-size:14px;
        padding-top:7px;
        padding-bottom:7px;
    }
    .commercial a.btn:hover, .commercial a.btn:focus{
        border-left:0;
        padding-left:15px;
        padding-right:15px;
    }
    .commercial a.btn:hover:before, .commercial a.btn:focus:before{
        display:none;
    }
    .commercial p{
        font-size:16px;
        color:#fff;
        padding-top:12px;
        font-weight:normal;
        text-shadow: 2px 1px 2px #999;
        text-align:center;
    }

    .commercial-dark {
        background: #373737;
        padding-top: 18px;
    }
    .admin {
      padding-bottom: 20px;
    }

    .commercial-dark table {
        margin: 0;
        margin-left: 10px;
    }

    .commercial-dark .name
    {
        color: white;
        padding-left: 10px;
        font-size: 14px;
        opacity: 0.8;
    }

    .commercial-dark .count{
        color: white;
        padding-left: 10px;
    }

    .commercial-dark .btn {
        text-align: center!important;
        color: white!important;
        margin-top: 10px!important;
    }

    .admin #smsApi {
        text-align: left;
        min-width: 120px;
    }


    .commercial-dark .btn:hover, .commercial-dark .btn:focus{
        background-color: #2db526!important;
    }

    .commercial-dark tr {
        line-height: 20px;
    }

    .layout-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
    .navbar{
        height:66px;
    }
    .side-nav.navbar-nav>li{
        border-top:1px solid #595959;
    }
    .side-nav.navbar-nav>li:nth-last-child(2){
        border-bottom:1px solid #595959;
    }
    .navbar-nav>li>a{
        padding-top: 9px;
        padding-bottom: 9px;
    }
    .navbar-inverse .navbar-nav>li>a{
        color:#fff;
        font-weight:200;
    }

    .navbar-inverse .navbar-nav>li>a.my-services,
    .navbar-inverse .navbar-nav>li>a.global-variables{
        color: #2db526;
        display: none;
    }

    .navbar-inverse .navbar-nav>li>a.my-services.visible,
    .navbar-inverse .navbar-nav>li>a.global-variables.visible{
        display: block;
        cursor: pointer;
        padding-left: 35px;
    }
    .navbar-inverse .navbar-nav>li>a.my-services.visible:hover,
    .navbar-inverse .navbar-nav>li>a.global-variables.visible:hover,
    .navbar-inverse .navbar-nav>li>a.my-services.visible.active,
    .navbar-inverse .navbar-nav>li>a.global-variables.visible.active{
        padding-left: 32px;
    }

    #myservices i{
        margin-right: 3px;
    }
    #allservices{
        cursor: pointer;
    }
    .globe-icon{
        background: url(../../i/layout/globe_green_ico.svg) no-repeat center;
        width: 15px;
        height: 15px;
        display: inline-block;
        vertical-align: revert;
        margin-right: 3px;
    }
    .navbar-header{
        width:225px;
        height:60px;
        background-color:#282828;
    }
    .webping-logo{
        float:none;
        display:block;
        margin:0 auto;
        top:16px;
    }
    .top-nav>li>a{
        padding-top:20px;
        padding-bottom:20px;
    }
    .top-nav>li>a#notifications{
        padding-top: 16px;
        margin-right: -15px;
    }
    .top-nav>li>a b.notification-count{
        color: #2db526;
        font-size: 10px;
        vertical-align: super;
    }
    .top-nav{
        padding:0 15px;
    }
    .navbar-collapse.collapse {
        height: 60px !important;
    }
    .side-nav{
        top:92px;
        height: calc(100% - 92px);
        background-color:transparent;
    }
    .side-nav li a:hover, .side-nav li a:focus, .side-nav li a.active {
        background-color:#373737!important;
        border-left:3px solid #1d8218;
        padding-left:12px;
        padding-right:18px;
    }
    .side-nav li a:hover:before, .side-nav li a:focus:before , .side-nav li a.active:before{
        font-family: FontAwesome;
        content: "\f0da";
        position:absolute;
        left:0;
        color:#1d8218;
    }



    .commercial.commercial-dark tr td.change-package a.green-link:before {
        content: '';
    }

    .navi-bottom{
        display: -webkit-flex;
        display: flex;
/*
        -webkit-justify-content: space-between;
        justify-content: space-between;
*/
        -webkit-align-items: center;
        align-items: center;
        background:rgba(83, 83, 83, 0.9);
        position: fixed;
        bottom: 0;
        color:#fff;
        z-index: 200;
        border-top:1px solid black;
    }
    .navi-bottom a {
        color:#fff;
    }
    .pager-left {
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-flex: 0 0 auto;
      flex: 0 0 auto;
      min-width: 33%;
    }
    .pager-direction {
      -webkit-flex: 0 0 33%;
      flex: 0 0 33%;
    }
    .pager-left ul {
      margin: 0;
      padding: 0;
    }
    .pager-left li {
      position: relative;
    }
    .pager-left li:before, .pager-direction li:before {
      display: inline-block;
      content: "";
      height: 10px;
      vertical-align: center;
      width: 1px;
      background: #fff;
    }
    .pager-left li:first-child:before, .pager-direction li:first-child:before,
    .pager-direction li:only-child:before {
      display: none;
    }
    .pager-left > strong {
      font-weight: normal;
      margin-right: 20px;
    }
    .users .navi-bottom, .services .navi-bottom, .reports .navi-bottom, .service-edit .navi-bottom, .profile-page .navi-bottom {
        margin-left:-25px;
        margin-right:-25px;
        min-height: 70px;
        padding-left: 25px;
        padding-right: 15px;
        bottom: 0;
        width: calc(100% - 225px);
    }
    .profile-page .navi-bottom {
        margin-left:-50px;
    }
    .services #page-wrapper, .users #page-wrapper, .service-edit #page-wrapper, .reports #page-wrapper, .service-edit #page-wrapper, .variables #page-wrapper {
        padding: 25px;
        padding-bottom: 100px;
    }
    .navi-bottom .button .btn {
      margin-left: 20px;
    }
    .navi-bottom .button {
      margin-left: auto;
      margin-right: 25px;
    }
    .users .main-content h1{
        line-height:40px;
    }
    .users .main-content h1.search{
        text-align:right;
    }
    .users .main-content h1.search form{
        float:none;
    }
    .users .modal-dialog, .services .modal-dialog {
        width: 450px;
        margin: 100px auto;
    }

    .package-upgrade-new .modal-dialog{
        width:470px;
    }


    .service-edit .sticky-mobile-bottom{
        text-align:right;
    }

    .users .modal-dialog h1, .package-upgrade-new .modal-dialog h1{
        text-align:left;
        padding:0 15px;
    }

    .service-edit.package-upgrade-new-payment .sticky-mobile-bottom{
        text-align:left;
    }

    .service-edit .sticky-mobile-bottom .btn-default{
        margin-right:20px;
    }
}

.errorLog {
    background-color: rgba(255,0,0,.4);
    border-radius: 10px;
    color: #fff;
    padding-left: 30px;
}

.errorLog li:first-child {
    padding-top: 7px;
}

.errorLog li:last-child {
    padding-bottom: 7px;
}

.errorLog li:first-child {
    padding-top: 7px;
	padding-right: 7px;
}

.successLog {
    background-color: #008000;
    border-radius: 10px;
    color: #fff;
    padding-left: 30px;
}

.succesLog li:first-child {
    padding-top: 7px;
}

.succesLog li:last-child {
    padding-bottom: 7px;
}

.succesLog li:first-child {
    padding-top: 7px;
}


#editModal .package-rate {
    background-position: top center;
    background-repeat: no-repeat;
    font-weight: 700;
    padding-top: 25px;
    margin-top: 7px;
    text-transform: uppercase;
    width: 100px;
    text-align: center;
}

@media(max-width:1134px){
    .package-upgrade-new .table-wrapper{
        overflow:scroll;
    }
    .package-upgrade-new .table-desc{
        min-width:141px;
    }

}

@media (min-width: 620px){
    .search-form input[type="text"] {
        max-width:100%;
    }
}

@media(max-width:769px){
    .navbar-header{
        background:#282828;
    }
    .webping-logo {
        top: 20px;
        left: 20px;
    }
    .top-nav>li>a{
        padding-top: 9px;
        padding-bottom: 9px;
    }
    .top-nav>li{
        float:right;
    }
    .navbar-right .dropdown-menu{
        right:0;
        left:auto;
    }
    .service-edit .sticky-mobile-bottom{
        text-align:center;
        position:fixed;
        bottom:0;
        left:0;
        z-index:9999;
        width:100%;
        background:rgba(83, 83, 83, 0.9);
    }
    .service-edit .sticky-mobile-bottom .btn{
        margin:20px 20px;
    }
    .service-edit .mobile-margin{
        margin-bottom:70px;
    }
}
@media (min-width: 768px) {
    .pager.pager-right {
        text-align: right;
        margin-right: 10px;
    }

    .service-edit #page-wrapper {
        height:100%;
    }

    .row.navi-bottom.single-action {
        margin-left: -25px;
    }

    #addUserModal .modal-dialog {
        max-width: 330px;
    }

    #page-wraper-slider {
        padding-right: 15px;
    }
}

.ui-helper-hidden-accessible {
    display: none;
}

.charts .left-chart {
    padding-left: 0px;
}

@media (max-width: 620px) {
    .charts .left-chart {
        padding-left: 0px;
        padding-right: 0px;
    }

    .charts .row {
        margin-top: 20px;
    }
    .charts .services-header .row:first-child {
      margin-top: 0;
    }

    .ct-chart.ct-major-twelfth {
        margin-left: -15px;
    }
}
.charts #charts-configuration {
    padding-left: 0px;
    padding-right: 0px;
}

.charts .donut {
    margin-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
}

.donut-percent {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.charts .back-link {
    color: #bbb;
    margin-top: 10px;
    font-size: 12px;
}

#page-loader {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    display: none;
}

#page-loader .page-loader-gif, #chart-data-loader .page-loader-gif {
    background: url(https://webping.pl/i/content/loader.gif);
    background-size: 65px;
    background-repeat: no-repeat;
    width: 65px;
    height: 65px;
    margin: auto;
}

.media-body {
    cursor: pointer;
}

.white-bg-element
{
    background: white;
}

.services tr.disabled {
    color: #CECECE;
}

.services table tr.disabled a {
    color: #CECECE;
}

.services table .success-green {
    color: green;
}

.services table tr.disabled .success-green {
    color: #CECECE;
}

.service-edit .btn:focus {
    color: #FFF;
}

.input-group-addon {
    cursor: pointer;
}

.slide-demo {
    height: 100px;
    overflow: hidden;
    width: 400px;
    background-size: 400px;
}

.donut-menu
{
    margin-top: 5px;
}

#chartdiv {
    margin-top:20px;
}

#page-wrapper .disabled .fa.fa-fw {
    color: #CECECE;
}
#invoice-info tr td {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
}
#invoice-info tr:last-child td {
  border: 0;
}
#invoice-info tr td:first-child{
    padding-right: 10px;
}

#customer-title{
    margin-bottom: 37px;
}

#form_term label{
    margin-right: 10px;
}

.green.pager-btn, .pager.button, .navi-bottom > nav {
  margin-left: auto;
}

@media (max-width: 769px){
    .items-options a {
        margin-left: 5px;
        margin-top: -9px;
    }
	#tv_mode {
		display: none;
	}
    .items-options a.btn {
        font-size: 14px;
        padding-left: 7px;
        padding-right: 7px;
        margin-right: 10px;
        margin-top: -2px;
        float: right;
        width: auto;
    }

    .search-form input[type="text"] {
      width: 200px;
    }

    .items-options {
        padding-top: 10px;
    }

    tr.disabled a {
        color: #CECECE;
    }

    .additional-info {
        color: #2db526;
        width: 137px;
        overflow: hidden;
        display: block;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .status {
      max-width: 137px;
      overflow: hidden;
      display: block;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    tr.disabled .additional-info {
        color: #8a8a8a;
        width: 137px;
        overflow-x: hidden;
        display: block;
        text-overflow: ellipsis;
    }

    .mobile-table-content--box .fa.fa-fw {
        font-size: 30px;
    }

    .small-icons .mobile-table-content--box .fa.fa-fw {
        font-size: 22px;
    }

    .green.pager-btn {
        color: white;
        background: #2db526;
        margin: 0 auto;
        height: auto;
        padding-bottom: 15px;
        padding-top: 5px;
        border-radius: 5px;
        margin-bottom: 0;
        max-width: 300px;
    }
    .green.pager-btn span {
      font-size: 25px;
      display: block;
      margin: 0 0 5px;
    }
    .navi-bottom {
      padding-bottom: 20px;
    }
    .pager-direction {
      display: flex;
    }
    .pager-direction--next {
      margin-left: auto;
    }
    .pager-btn .button {
      margin: 0;
    }

    .profile .mobile-margin-top {
        margin-top: 20px;
    }
    .pager-left {
      display: block;
      text-align: center;
    }
    .pager-left > strong {
      display: inline;
      vertical-align: middle;
      font-weight: normal
    }
    .pager-left ul {
      display: inline-block;
      margin-left: 0;
      margin-bottom: 0;
      padding-left: 0;
      vertical-align: middle;
    }
    .pager-left li:before {
      height: 10px;
      display: inline-block;
      vertical-align: middle;
      content: "";
      margin-top: -2px;
      width: 1px;
      background: #000;
    }
    .pager-left li:first-child:before {
      display: none;
    }
}
.chart-range-date {
    margin-top: 30px;
}
.chart-range-date .label-range {
    line-height: 45px;
    margin-bottom: 10px;
}
.chart-range-date .input-group {
  margin-bottom: 10px;
}

.msg-noresults {
  display: block;
  clear: both;
}
.m-reports-header {
  display: flex;
  align-items: flex-start;
}
.m-reports-header form {
  flex: 1;
}
.m-reports-header .custom-combobox-toggle {
  left: auto;
}
@media screen and (max-width: 1024px) {
  .m-reports-header {
    flex-direction: column;
  }
  .m-reports-header .btn {
    margin-top: 20px;
    margin-left: 0;
  }
}
#form-save-check .btn {
  display: inline-block
}

.dashboard {
    background: #e0e0e0;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
    padding-top: 12px;
    margin: -12px -32px 0;
}
.dashboard-panel {
    box-sizing: border-box;
    background: #fff;
    -webkit-flex: 1;
    flex: 1;
    font-size: 17px;
    margin: 0 15px 30px;
    padding: 30px;
    border-radius: 5px;
    min-width: calc(20% - 30px);
        -webkit-flex: 1 1 calc(20% - 30px);
        flex: 1 1 calc(20% - 30px)
}
.dashboard-panel strong {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 20px;
    margin-right: 5px;
}
.dashboard-panel--info {
    text-align: center;
}
.dashboard-panel ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.dashboard-panel li {
    margin-top: 10px;
}
.dashboard-panel h2 {
    color: #000;
    font-size: 30px;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 600;
    margin: 0 0 30px;
	height: 45px;
}
.dashboard-panel .realtime-counter {
    color: #2bb426;
    line-height: 1;
    font-size: 50px;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    margin-right: 0;
}
@media screen and (max-width: 1600px) {
    .dashboard-panel h2 {
        /*min-width: calc(25% - 30px);
        -webkit-flex: 1 1 calc(25% - 30px);
        flex: 1 1 calc(25% - 30px);*/
      font-size: 18px;
    }
    .dashboard-panel {
      font-size: 14px;
    }
    .dashboard-panel strong {
      font-size: 16px;
    }
}
@media screen and (max-width: 1300px) {
    .dashboard-panel {
        min-width: calc(33.33% - 30px);
        -webkit-flex: 1 1 calc(33.33% - 30px);
        flex: 1 1 calc(33.33% - 30px);
    }
}
@media screen and (max-width: 1040px) {
    .dashboard-panel {
        min-width: calc(50% - 30px);
        -webkit-flex: 1 1 calc(50% - 30px);
        flex: 1 1 calc(50% - 30px);
    }
}
@media screen and (max-width: 768px) {
    .dashboard {
        padding-top: 50px;
    }
    .dashboard-panel {
      font-size: 15px;
    }
    .dashboard-panel h2 {
      font-size: 24px;
    }
    .dashboard-panel .realtime-counter {
      font-size: 30px;
    }
    .dashboard-panel strong {
      font-size: 17px;
    }
    .dashboard-panel {
        min-width: calc(100% - 30px);
        -webkit-flex: 1 1 calc(100% - 30px);
        flex: 1 1 calc(100% - 30px);
    }
    .close-dashboard {
      left: 0 !important;
      display: block;
      right: 0;
      font-weight: bold;
      text-align: center;
      width: 100%;
      position: relative !important;
      height:50px;
      top:0px !important;
    }
}
@media screen and (max-width: 600px) {
    .dashboard {
        margin: -12px -20px 0;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

    .modal .btn {
        min-width: 120px;
        padding: 8px 20px !important;
    }
    .dashboard-panel--info {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-align-items: center;
      align-items: center;
    }
    .dashboard-panel--info h2 {
      flex: 0 0 100%;
    }
    .dashboard-panel--info .btn {
      margin-left: auto;
    }
}
@media screen and (max-width: 620px) {
  .search-form input[type="text"] {
    width: 100%;
  }
}
.close-dashboard {
  right: 45px;
  position: absolute;
  top: 10px;
}
a.close-dashboard {
  color: #2bb426;
  font-size: 14px;
}
a.close-dashboard:hover {
  color: #2bb426;
  text-decoration: underline;
}
#chart_form .selecter {
  display: inline-block;
}
.m-clients-bar .bx-wrapper .bx-viewport {
  background: transparent;
}
.pagernav {
      display: -webkit-flex;
        display: flex;

        -webkit-align-items: center;
        align-items: center;
        margin-top: 15px;
    }
    .pagernav .pager-left li:before, .pagernav .pager-direction li:before {
      background: #000;
    }

@media screen and (max-width: 620px) {
  #invoicesTable td {
    font-size: 12px;
  }
  .overflow-text {
    display: inline-block;
    text-overflow: ellipsis;
    max-width: 60px;
    overflow: hidden;
    vertical-align: -4px;
    white-space: nowrap;
  }
}
.form-row {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.form-col {
  -webkit-flex: 0 0 440px;
  flex: 0 0 440px;
}
@media screen and (max-width: 1000px) {
  .form-col {
    box-sizing: border-box;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-right: 20px;
  }
  .form-col:last-child {
    padding-right: 0;
    padding-left: 20px;
  }
}
@media screen and (max-width: 860px) {
  .form-row {
    display: block;
  }
  .form-col {
    border-bottom: 1px solid #dedede;
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding-right: 0;
  }
  .form-col:last-child {
    border: 0;
    padding-left: 0;
  }
}
.invoice-data {
  opacity: 1;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}
.data-hidden {
  opacity: 0;
}
@media screen and (max-width: 860px) {
  .invoice-data {
    max-height: 1000px;
    overflow: visible;
    height: auto;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  .data-hidden {
    max-height: 0;
    overflow: hidden;
    height: 0;
  }
}
.form-field-group {
  display: -webkit-flex;
  display: flex;
  margin-top: 15px;
}
@media screen and (max-width: 660px) {
  .form-field-group {
    display: block;
  }
}
.form-field {
  margin-top: 15px;
}
.form-field-group .form-field {
  margin-top: 0;
}
@media screen and (max-width: 660px) {
  .form-field-group .form-field {
    margin-top: 15px;
  }
}
.form-field label {
  margin-bottom: 5px;
}
.form-field-group .form-field {
  flex: 0 0 50%;
  padding-right: 15px;
}
.form-field-group .form-field:not(:only-child):last-child {
  padding-right: 0;
  padding-left: 15px;
}
@media screen and (max-width: 660px) {
  .form-field-group .form-field {
    padding-right: 0;
  }
  .form-field-group .form-field:not(:only-child):last-child {
    padding-left: 0;
  }
}
.form-buttons {
  margin-top: 30px;
}
.form-buttons button {
  margin-right: 15px;
}
.payment-options > label {
  display: block;
  margin: 15px 0 5px;
}
.payment-options > div, .package-term > div {
  display: inline-block;
  margin-left: 15px;
}
.payment-options > div label, .payment-options > div input {
  vertical-align: middle;
  margin: 0;
}
.payment-options > div input {
  margin-right: 5px;
}
.invoice-checked > div {
  display: block;
  margin: 5px 0;
}
.invoice-checked {
  left: 300px;
  margin-top: -30px;
  position: absolute;
}
.form-plan__details h4 {
  margin-top: 0;
}
.form-row-details {
  margin-bottom: 20px;
}
.form-col-details {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.invoice-trigger {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 14px;
}
.invoice-trigger input, .invoice-trigger label {
  vertical-align: middle;
  margin: 0;
}
.invoice-trigger label {
  margin-left: 5px;
}
/*
.change-package label {
  font-size: 18px;
}
*/
.package-term {
  margin-top: 15px;
}
.package-term input, .package-term label {
  margin: 0;
  vertical-align: middle;
}
.package-term input {
  /*margin-left: 15px;*/
  margin-right: 5px;
}
.package-name {
  font-weight: bold;
  font-size: 18px;
}
.package-name-header {
  font-size: 18px;
}

.checkout-inside .form-col {
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-right: 20px;
}
.checkout-inside .form-col:last-child {
  padding-left: 20px;
}
.checkout-inside .payment-options {
  margin-bottom: 20px;
}
@media screen and (max-width: 860px) {
  .checkout-inside .form-col {
    padding-right: 0;
  }
  .checkout-inside .form-col:last-child {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .checkout-inside {
    padding-bottom: 40px;
  }
  .checkout-inside .form-buttons {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgba(83, 83, 83, 0.9);
    left: 0;
    z-index: 200;
    border-top: 1px solid black;
    padding: 20px 30px;
  }
  .checkout-inside .form-buttons .btn {
    min-width: 100px;
  }
}
@media screen and (max-width: 560px) {
  .payment-options > div, .package-term > div  {
    display: block;
    margin-bottom: 5px;
  }
}
.errorLog:empty {
  display: none;
}
.checkout-inside .form-col h4 {
  margin-top: 0;
}
.checkout-inside .form-row-details {
  margin-bottom: 0;
}
.checkout-inside .form-col-details {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.checkout-inside .form-col-details .payment-options {
  margin-top: auto;
}
.navi-bottom-buttons ul {
  margin-bottom: 0;
}
@media screen and (max-width: 1300px) {
  #range-select h3 {
    font-size: 16px;
  }
}
.no-results-wrapper {
  text-align: center;
  width: 100%;
}
.no-results-info {
  background: #dcebff;
  border-radius: 5px;
  display: inline-block;
  margin: 30px 0;
  padding: 3px 20px;
  font-size: 13px;
}
.no-results-info--top {
  margin-top: 0;
}
.no-results-info--top-minus {
  margin-top: -70px;
}
.x-closed {
  display: none;
}
.modal-footer-action {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.modal-footer-action button, .modal-footer-action a,
.modal-footer-action .btn + .btn {
  margin-left: 20px;
}
.modal-footer-action button:first-child,
.modal-footer-action .btn:first-child {
	margin-left: 0;
}
@media (max-width: 991px) {
	#formFirstStep.quick-config--form {
		max-width: 420px;
		width: 100%;
	}
	#formFirstStep #form_save {
		display: block;
		width: 100%;
	}
	.quick-config--form h2 {
		font-size: 24px;
	}
	.quick-config--form .config-info {
		font-size: 14px;
	}
}
.intl-tel-input {
	width: 100%;
}
#confirmModal .modal-footer-action {
	-webkit-justify-content: center;
	justify-content: center;
}
@media screen and (max-width: 1100px) {
	.payments-pagernav .pager-left {
		-webkit-flex: 1 1 33%;
		flex: 1 1 33%;
	}
	.payments-pagernav .pager-direction {
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto;
	}
}
.dropdown-menu a {
	display: block;
	color: #333;
	padding: 5px;
	text-decoration: none !important;
}
.url-success:after {
	position: relative;
	background: url(../../i/layout/ok-fail-icon.png) no-repeat bottom left;
}
.url-error:after {
	position: relative;
	background: url(../../i/layout/ok-fail-icon.png) no-repeat top left;
}
#url-check-wrapper:after {
	content: '';
	width: 25px;
	height: 25px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -12px;
	z-index: 9;
}
#form_keyWords-wrap {
	position: relative;
}
#form_keyWords-res {
	background: #2db526;
	font-weight: 200;
	font-size: 16px;
	padding: 3px 10px;
	border-color: #2db526;
	border: none;
	color: #fff;
	display: none;
	border-radius: 3px;
	right: 15px;
	position: absolute;
	top: 50%;
	height: 28px;
	margin-top: -14px;
}
#form_url-res {
	background: #cccccc;
	font-weight: 200;
	font-size: 16px;
	padding: 3px 10px;
	border-color: #cccccc;
	border: none;
	color: #fff;
	display: none;
	border-radius: 3px;
	right: 15px;
	position: absolute;
	top: 50%;
	height: 28px;
	margin-top: -14px;
	margin-right: 30px;
}
#form_keyWords[readonly] {
	pointer-events: none;
}
.strike {
    position: relative;
    display: inline-block;
}
.strike::before {
    content: '';
    border-bottom: 1px solid #333;
    width: 100%;
    position: absolute;
    right: 0;
    top: 45%;
}

@media (max-width: 415px) {
	#panel_mojeuslugi_dodajusluge {
    	margin: 0;
    	position: absolute;
    	left: 0;
    	top: 0;
    	right: 0;
	}
	.items-options {
        background-position: 8px 74px;
    	position: relative;
    	padding-top: 65px;
	}
	span.select2-container {
		width: 235px !important;
	}
}
/* select 2 */
.default-form select {
	width: 100%;
}
.form-group .select2-container {
	display: block;
	font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-size: 16px;
    width: 100% !important;
    outline: 0;
}
.form-group .select2-container .select2-selection {
	border: 1px solid #dedede;
	height: auto;
	min-height: 50px;
	padding-top: 11px;
	padding-left: 2px;
	padding-bottom: 11px;
}
.form-group .select2-container .select2-selection--multiple {
	padding-top: 1px;
	padding-bottom: 1px;
}
.select2-hidden-accessible {
	width: 100%;
}
.form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 48px;
	width: 40px;
}
.select2-results .select2-results__option {
    border-bottom: 1px solid #e3e3e3;
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 16px;
    margin: 0;
    padding: 8px 10px;
    width: 100%;
}
.select2-dropdown {
	border-color: #ccc;
    border-width: 0 1px 1px;
    background-color: #fefefe;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}
.select2-container--default .select2-results__option[aria-selected=true] {
	background: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	color: #333;
	background-color: #f3f3f3;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	display: inline-flex;
	flex-direction: row-reverse;
	font-size: 1.1em;
    font-weight: 500;
	background-color: #e5e5e5;
    border-color: transparent;
    margin-top: 10px;
}
.select2-container .select2-search--inline .select2-search__field {
	margin-top: 12px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	font-weight: 500;
	margin-left: 4px;
	color: #333;
	font-size: 16px;
}
.add-service-wrapper {
    display: flex;
}
.service-img-browser{
    background: url(../../i/layout/chrome_ico.svg) no-repeat center;
    height: 40px;
    width: 40px;
}
.service-img-dynamic{
    background: url(../../i/layout/api_ico.svg) no-repeat center;
    height: 40px;
    width: 40px;
}
.service-img-standard{
    background: url(../../i/layout/get_ico.svg) no-repeat center;
    height: 40px;
    width: 40px;
}
.notifications-messenger{
    background: url(../../i/layout/messenger_ico.svg) no-repeat center;
    height: 20px;
    width: 22px;
    display: inline-block;
    margin-left: 5px;
}
.notifications-mail{
    background: url(../../i/layout/mail_ico.svg) no-repeat center;
    height: 18px;
    width: 23px;
    display: inline-block;
    margin-left: 5px;
}
.notifications-sms{
    background: url(../../i/layout/sms_ico.svg) no-repeat center;
    height: 23px;
    width: 20px;
    display: inline-block;
    margin-left: 5px;
}
.notifications-plus{
    background: url(../../i/layout/plus_ico.svg) no-repeat center;
    height: 15px;
    width: 8px;
    display: inline-block;
    margin-left: 5px;
}
.add-service-text {
    padding-left: 10px;
    max-width: 500px;
}
.add-service-title{
    font-size: 20px;
    font-weight: 600;
}
.add-service-hint{
    font-size: 14px;
}
.add-service-notifications{
    font-size: 14px;
}
.add-service{
    width: 600px !important;
}
.select2-container--default .add-service .select2-results>.select2-results__options {
    max-height: 500px;
    overflow-y: auto;
}
 .select2-container--default .add-service-container.select2-selection--single {
    background-color: #2db526;
    border-bottom: 3px solid #1d8218;
}
.select2-container--default .add-service-container.select2-selection--single:hover,
.select2-container--default .add-service-container.select2-selection--single:focus{
    border-bottom-color: transparent;
}
.select2-container--default .add-service-container.select2-selection--single .select2-selection__placeholder {
    color: white;
    font-size: 17px;
}
.select2-container--default .add-service-container.select2-selection--single .select2-selection__arrow b {
    border-color: white transparent transparent transparent;
}
.select2-container--default .add-service-container.select2-selection {
    height: 43px !important;
}
#refresh {
	width: 240px;
	left: 30px;
}
#summary {
	width: 130px;
}
@media (max-width: 430px) {
    .table-reports-scroll{
        overflow-x:scroll;
    }
}
@media (max-width: 768px) {
     #refresh, #summary {
		width: 100%;
     }
}
.max-width{
    width:100% !important;
}
.promotion-label {
	font-size: 12px; 
	text-align:center; 
	text-align:left; 
	float: left; 
	width: 93%;
}
@media (max-width: 480px) {
	.promotion-label {
		width: 90%;
	}
}
@media (max-width: 325px) {
	span.select2-container {
		width: 182px !important;
	}
}

.status-no-info{
    margin-left: -30px;
    margin-right: 15px;
}
circle {
    stroke: gray;
    stroke-width: 2px;
    stroke-opacity: 1;
    fill: gray;
}

.pulse {
    fill: white;
    fill-opacity: 0;
    transform-origin: 50% 50%;
    animation-duration: 2s;
    animation-name: pulse;
    animation-iteration-count: infinite;
}

@keyframes pulse {
    from {
        stroke-width: 3px;
        stroke-opacity: 1;
        transform: scale(0.3);
    }
    to {
        stroke-width: 0;
        stroke-opacity: 0;
        transform: scale(2);
    }
}
