html {
    background: #fff;
    color: #161616;
    font-family: 'Open Sans', sans-serif;
    overflow-y: scroll;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a {
    color: #82c312;
    text-decoration: none;
    outline: 0;
}

a:active, a:hover {
    outline: 0;
}

p {
    color: #363636;
    font-size: 14px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

textarea {
    font-family: inherit;
    font-size: inherit;
}

h2 i {
    font-size: 16px;
    opacity: 0.95;
}

hr {
    height: 1px;
    border-width: 0;
    color: #82c312;
    background-color: #82c312;
    opacity: 0.65;
}

input[type="text"], input[type="date"], textarea {
    width: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    padding: 6px;
    border-radius: 6px;
    border: 1px solid #dedede;
    background: #ffffff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

input[type="file"] {
    font-family: 'Open Sans', sans-serif;
}

input[type="date"] {
    font-family: inherit;
    height: 19px;
    color: #737373;
}

input[type="text"]:focus, input[type="date"]:focus, textarea:focus, textarea:focus-visible {
    outline: none;
    box-shadow: 2px 2px 10px rgb(240, 240, 240);
    background: rgba(255, 255, 255, 0.95);
}

.selected-date {
    color: #000000 !important;
}

.blue {
    color: #005277;
}

.text {
    font-size: 15px;
    color: #393939;
}

.text-medium {
    font-size: 14px;
    color: #393939;
}

.text-small {
    font-size: 13px;
    color: #393939;
}

.text-mini {
    font-size: 12px;
    color: #393939;
}

.text-large {
    font-size: 16px;
    color: #393939;
}

.green {
    color: #82c312;
}

.dark-green {
    color: #79b510;
}

.red {
    color: #cf0000 !important;
}

.error {
    color: #cf0000;
}

.hidden {
    display: none;
}

.swal-title {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
}

.swal-text {
    font-size: 16px;
}

.swal-subtext {
    font-size: 14px;
}

.swal2-validation-message {
    margin-top: 20px !important;
    font-size: 16px !important;
}

.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
    width: 12px !important;
    height: 12px !important;
    margin-left: 12px !important;
    margin-right: -6px !important;
    margin-bottom: -4px !important;
}

.swal2-header {
    transform: scale(0.75);
}

.swal2-icon {
    margin: 0.5em auto 0.5em !important;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.full {
    height: 100%;
    width: 100%;
}

.grey a img, .grey img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

/* WRAPPER */
#main-wrapper {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

.wrapper {
    clear: both;
    overflow: hidden;
    display: block;
    width: 100%;
}

.content-wrapper {
    float: left;
    height: 100%;
}

/* DEVICE */
#device-wrapper {
    float: right;
    margin-left: 40px;
}

#device-frame {
    margin-top: 40px;
    height: 602px;
    width: 302px;
}

.device-wrapper-fixed {
    position: absolute;
    left: 838px;
}

.device-frame-fixed {
    margin-top: 80px !important;
    position: fixed;
    top: 0;
}

#device-bg {
    position: absolute;
    height: 590px;
    width: 290px;
    margin-top: 5px;
    z-index: 9;
    margin-left: 6px;
    border-radius: 40px;
    background: rgba(0, 0, 0, 0.01);
}

#device-screen {
    position: absolute;
    z-index: 10;
    background: url(../images/device_frame.png) no-repeat left top;
    height: 602px;
    width: 302px;
}

#device-content {
    overflow: hidden;
    height: 540px;
    width: 260px;
    margin-top: 42px;
    margin-left: 22px;
    border-radius: 4px 4px 30px 30px;
    text-align: center;
}

.device-logo {
    margin-top: 20px;
}

.device-title {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: bold;
}

.device-box {
    overflow: hidden;
    margin-left: 15px;
    margin-right: 10px;
    margin-bottom: 15px;
}

.device-box .box-image {
    float: left;
}

.device-box .box-title {
    float: left;
    width: 190px;
    text-align: left;
    overflow: hidden;
    line-height: 32px;
    font-size: 14px;
    font-weight: 700;
    vertical-align: middle;
    padding-left: 6px;
}

.device-box .box-text {
    float: left;
    max-width: 190px;
    text-align: left;
    font-size: 12px;
    margin-left: 38px;
    margin-top: -8px;
}

.device-box .box-text a {
    color: #000000;
    text-decoration: underline;
}

/* HEADER */
#header {
    min-height: 78px;
    margin: 0 auto;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 90;
    border-bottom: #e6e6e6 solid 1px;
}

#header-wrapper {
    overflow: hidden;
    min-height: 78px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    color: #444444;
}

#header-logo {
    float: left;
    padding-top: 18px;
    padding-left: 16px;
    padding-right: 16px;
    width: 167px;
    height: 47px;
    text-decoration: none;
}

#header-text {
    z-index: -10;
    position: absolute;
    float: left;
    overflow: hidden;
    font-size: 20px;
    margin: 1px auto;
    padding-top: 17px;
    text-align: center;
    padding-left: 0;
    text-transform: uppercase;
    width: 100%;
}

#header-tariff {
    text-decoration: underline;
    font-weight: bold;
    font-size: 15px;
}

#header-tariff a {
    color: #6c6c6c;
}

#header-user {
    position: relative;
    width: 60%;
    float: right;
    font-size: 16px;
    font-weight: normal;
    margin: 1px auto;
    text-align: right;
    line-height: 26px;
    min-height: 72px;
}

#header-user-content {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 15px;
}

#header-user-email, #header-user-logout {
    white-space: nowrap;
}

#header-user-language {
    vertical-align: text-top;
}

#header-user-language img {
    filter: grayscale(0%) drop-shadow(0 0 1px #000000);
    -webkit-filter: grayscale(0) drop-shadow(0 0 1px #000000);
}

#header-language {
    float: right;
    font-size: 16px;
    font-weight: normal;
    margin: 1px auto;
    padding-top: 48px;
    padding-right: 15px;
    text-align: center;
    line-height: 24px;
}

#header-language img {
    overflow: hidden;
    margin-left: 4px;
    filter: grayscale(75%) drop-shadow(0 0 1px #000000);
    -webkit-filter: grayscale(0.75) drop-shadow(0 0 1px #000000);
}

#header-language img:hover {
    cursor: pointer;
    filter: grayscale(0%) drop-shadow(0 0 1px #000000);
    -webkit-filter: grayscale(0) drop-shadow(0 0 1px #000000);
}

#header-language img.language-selected {
    margin-left: 4px;
    filter: grayscale(0%) drop-shadow(0 0 1px #000000);
    -webkit-filter: grayscale(0) drop-shadow(0 0 1px #000000);
}

/* CONTENT */
#content {
    max-width: 1180px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 100px;
    overflow: hidden;
    position: relative;
}

#flash {
    text-align: center;
    margin-top: 20px;
    margin-bottom: -20px;
    color: #cf0000 !important;
}

.cleaner {
    clear: both;
}

/* MENU */
.menu {
    display: block;
    margin: 0 auto;
    width: 100%;
    float: left;
}

.menu div {
    float: left;
    margin: 10px 40px 15px 0;
    border-radius: 10px;
    text-align: center;
    padding: 8px 25px;
    background-color: #82c312;
}

.menu div:hover {
    cursor: pointer;
    box-shadow: 2px 2px 10px rgb(200, 200, 200);
}

.menu .active {
    box-shadow: 2px 2px 10px rgb(200, 200, 200);
}

.menu .active span {
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 6px;
}

.menu div i {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.75);
}

.menu div a {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.75);
}

.active i {
    color: #ffffff !important;
}

.active a {
    color: #ffffff !important;
}

/* FOOTER */
#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: #e6e6e6 solid 1px;
    padding-bottom: 25px;
}

#footer-wrapper {
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-top: 10px;
    color: #444444;
}

#footer-logo {
    float: left;
    padding-top: 6px;
    padding-left: 8px;
    padding-right: 6px;
}

#footer-text {
    float: left;
    padding-left: 10px;
    line-height: 32px;
    vertical-align: middle;
    font-size: 13px;
}

/* TITLE */
.title {
    text-align: left;
    padding-top: 5px;
}

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

.title h2 {
    color: #161616;
    font-size: 18px;
    line-height: 26px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.subtitle {
    font-size: 16px;
    color: #6c6c6c;
    font-weight: bold;
}

.caption {
    font-size: 18px;
    color: #6c6c6c;
}

/* BUTTON */
.button {
    text-decoration: none;
    position: relative;
    display: block;
    margin: 0;
    font-size: 16px;
    padding: 8px 20px;
    border-radius: 6px;
    border: none;
    text-align: center;
    cursor: pointer;
    background: #82c312;
    color: rgb(250, 250, 250);
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    vertical-align: middle;
}

.button:hover {
    outline: none;
    box-shadow: 2px 2px 10px rgb(200, 200, 200);
    background: #79b510;
}

.button:focus {
    outline: none;
}

.button.disabled {
    background: rgba(0, 0, 0, 0.33);
}

.button:disabled {
    background: rgba(0, 0, 0, 0.33) !important;
}

.button.cancel {
    background: rgba(0, 0, 0, 0.33);
    margin-left: 15px;
}

.fill-button {
    margin: 20px auto;
    width: 85%
}

.user-enabled-button {
    background: #00000054;
}

.user-enabled-button:hover {
    background: #00000054;
}

.user-disabled-button {
    background: #005277;
}

.user-disabled-button:hover {
    background: #005277;
}

.user-delete-button {
    background: #cf0000;
}

.user-delete-button:hover {
    background: #cf0000;
}

.deploy-test {
    padding: 7px 12px;
    font-size: 11px;
    font-weight: bold;
    border: 1px solid #dedede;
    border-radius: 6px;
    background-color: #ffffff;
    color: #8a8a8a;
}

.deploy-test:hover {
    outline: none;
    box-shadow: 2px 2px 10px rgb(200, 200, 200);
    background: #ffffff !important;
}

/* TOOLTIP */
.tooltip {
    position: relative;
    display: inline;
    text-align: left;
}

.tooltip .tooltip-text {
    visibility: hidden;
    width: auto;
    background-color: #555;
    color: #fff;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    padding: 8px 14px;
    border-radius: 6px;
    position: absolute;
    z-index: 100;
    bottom: 125%;
    left: 50%;
    margin: 0 auto;
    opacity: 0 !important;
    transition: opacity 0.5s;
    font-weight: normal !important;
    white-space: nowrap;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

.tooltip .tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border: 5px solid transparent;
    border-top-color: #555;
}

.tooltip:hover .tooltip-text {
    visibility: visible;
    opacity: 0.95 !important;
}

.tooltip-icon-small::after {
    margin-left: 4px !important;
}

/* USER LIST */
#search-users {
    margin-top: 0;
    margin-bottom: 0;
    width: 95%;
    max-width: 244px;
}

.user-list {
    display: table;
    text-align: center;
    margin: 0 auto;
}

.user-list-tariff {
    float: left;
    padding-right: 0;
    padding-top: 0;
    margin-left: -20px;
    font-weight: bold;
    font-size: 14px;
    color: #2c2c2c;
}

.user-list-ok {
    float: right;
    padding-left: 0;
    padding-top: 0;
    margin-right: -20px;
}

.user-list-ok img {
    opacity: 0.5;
}

.user-list-email {
    display: inline-block;
    padding: 0 25px;
    width: 260px;
}

.user-list-language {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 10px;
}

.user-list-language img {
    overflow: hidden;
    margin-left: 6px;
    filter: grayscale(75%) drop-shadow(0 0 1px #000000);
    -webkit-filter: grayscale(0.75) drop-shadow(0 0 1px #000000);
}

.user-list-language img:hover {
    cursor: pointer;
    filter: grayscale(30%) drop-shadow(0 0 1px #000000);
    -webkit-filter: grayscale(0.33) drop-shadow(0 0 1px #000000);
}

.user-list-language img.language-selected {
    filter: grayscale(0%) drop-shadow(0 0 1px #000000);
    -webkit-filter: grayscale(0) drop-shadow(0 0 1px #000000);
}

/* TARIFF */
.tariff-change {
    overflow: hidden;
    margin-top: 20px;
    font-size: 15px;
}

.tariff-domains {
    overflow: hidden;
    font-size: 15px;
    margin-top: -5px;
}

.tariff-domains ul li {
    margin-bottom: 7px;
    margin-left: 5px;
}

.tariff-domains ul li a {
    font-weight: 600;
}

.tariff-list {
    overflow: hidden;
    margin-bottom: 5px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.tariff {
    position: relative;
    width: 140px;
    height: 380px;
    float: left;
    padding: 10px;
    margin: 10px 15px 10px 10px;
    border-radius: 12px;
    border: 1px solid #e4e4e4;
    background: rgb(255, 255, 255);
}

.tariff-banner {
    float: none;
    width: 327px;
    height: 100px;
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: -30px;
}

.tariff-active {
    box-shadow: 0 0 10px rgb(225, 225, 225);
    zoom: 1.125;
    -moz-transform: scale(1.125);
}

.tariff-inactive {
    box-shadow: 0 0 10px rgb(240, 240, 240);
    transform: translateY(7%);
    -webkit-transform: translateY(7%);
    -moz-transform: translateY(0%);
}

.tariff-name {
    text-align: center;
    font-weight: bold;
}

.tariff-name:after {
    display: block;
    content: '';
    margin: 5px auto 0;
    width: 50%;
    height: 1px;
    background: black;
}

.tariff-price {
    padding-top: 10px;
    text-align: center;
    font-weight: bold;
    color: #82c312;
    font-size: 16px;
}

.tariff-active .tariff-text {
    width: 92.5%;
    margin: 0 auto;
    zoom: 0.925 !important;
}

.tariff-text-main {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
}

.tariff-text p {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    font-size: 13px;
}

.tariff-premium {
    padding-top: 15px;
}

.tariff-premium div {
    margin-top: -5px;
    margin-bottom: 5px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #1784f6;
}

.tariff-premium img {
    opacity: 0.85;
}

.tariff-browsers {
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 8px;
}

.tariff-browsers-banner {
    width: 34%;
}

.tariff-browsers img {
    opacity: 0.85;
}

/* NOTIFICATION */
.notification-content-wrapper {
    float: left;
    width: 40%;
    min-width: 400px;
}

.notification-device-wrapper {
    float: right;
    width: 60%;
    text-align: center;
}

.notification-device-box {
    margin: 60px auto 10px;
}

.notification-preview-box {
    position: relative;
    width: 520px;
    margin: 0 auto;
}

#notification-device-preview {
    border: rgba(100, 100, 100, 0.15) 2px solid;
    border-radius: 10px;
}

.notification-device-preview-no-border {
    border: transparent 0 solid !important;
}

/* NOTIFICATION DEVICE PREVIEW */
#notification-preview-mac, #notification-preview-mac-chrome, #notification-preview-mac-firefox, #notification-preview-mac-opera {
    position: absolute;
    top: 40px;
    left: 20px;
}

#notification-mac, #notification-mac-chrome, #notification-mac-firefox, #notification-mac-opera {
    overflow: hidden;
    background: #f0f0f0;
    height: auto;
    padding: 15px;
    width: 454px;
    box-shadow: rgba(0, 0, 0, 0.14) 0 3px 13px 1px, rgba(0, 0, 0, 0.2) 0 3px 1px -3px, rgba(0, 0, 0, 0.12) 0 1px 5px 0;
    border-radius: 8px;
}

#notification-mac-chrome {
    height: 64px !important;
}

.notification-mac-image {
    float: left;
    width: 60px;
}

.notification-mac-image img {
    vertical-align: middle;
    max-height: 62px;
    max-width: 62px;
}

.notification-mac-browser-image {
    float: left;
    width: 60px;
    line-height: 62px;
}

.notification-mac-browser-image img {
    vertical-align: middle;
    max-height: 62px;
    max-width: 62px;
}

.notification-preview-title.mac, .notification-preview-domain.mac, .notification-preview-message.mac {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.notification-preview-title.mac {
    font-weight: bold;
    padding-bottom: 2px;
}

.notification-preview-domain.mac {
    font-size: 14px;
    padding-bottom: 2px;
}

.notification-mac-content {
    float: left;
    text-align: left;
    width: 360px;
    margin-left: 15px;
    margin-right: 15px;
}

.notification-mac-browser-content {
    float: left;
    text-align: left;
    width: 300px;
    margin-left: 15px;
    margin-right: 15px;
}

#notification-preview-windows {
    position: absolute;
    left: 150px;
    bottom: 55px;
}

#notification-windows {
    overflow: hidden;
    background: #202020;
    height: 110px;
    padding: 15px;
    width: 330px;
}

.notification-windows-image {
    float: left;
    width: 60px;
    line-height: 62px;
}

.notification-windows-image img {
    max-height: 62px;
    max-width: 62px;
}

.notification-windows-content {
    float: left;
    text-align: left;
    width: 240px;
    margin-left: 15px;
    margin-right: 15px;
    color: rgb(167, 167, 167);
}

.notification-preview-title.windows, .notification-preview-message.windows {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 6px;
}

.notification-preview-title.windows {
    color: white;
}

#notification-preview-android {
    position: absolute;
    top: 260px;
    left: 85px;
}

#notification-android {
    overflow: hidden;
    background: #fefefe;
    padding: 15px;
    width: 318px;
    box-shadow: rgba(0, 0, 0, 0.14) 0 2px 2px 0, rgba(0, 0, 0, 0.2) 0 3px 1px -3px, rgba(0, 0, 0, 0.12) 0 1px 5px 0;
    border-radius: 2px;
}

.notification-android-domain {
    text-align: left;
    font-size: 13px;
    color: rgb(167, 167, 167);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.notification-android-content {
    margin-top: 4px;
    float: left;
    text-align: left;
    width: 252px;
    margin-right: 15px;
    font-size: 15px;
    color: rgb(167, 167, 167);
}

.notification-preview-title.android, .notification-preview-message.android {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 2px;
}

.notification-android-image {
    margin-top: 4px;
    float: left;
    width: 50px;
}

.notification-android-image img {
    max-height: 50px;
    max-width: 50px;
}

.notification-type-box {
    overflow: hidden;
    padding-top: 25px;
    font-size: 15px;
    text-align: center;
}

.notification-type-box div {
    float: left;
    padding-right: 10px;
}

#notification-send-button {
    width: 81.25%;
    margin-top: 25px;
    background-color: #005277;
    font-size: 17px;
}

/* BOX */
.box {
    position: relative;
    margin-top: 14px;
    margin-bottom: 14px;
    padding: 14px;
    width: 75%;
    height: auto;
    border-radius: 12px;
    border: 1px solid #d0d0d0;
    background: rgb(248, 248, 248);
    box-shadow: 0 0 10px rgb(248, 248, 248);
    font-size: 14px;
    min-width: 350px;
}

.box .box-title {
    margin-bottom: 6px;
}

.box .box-input {

}

.box .box-input.half {
    float: left;
    width: 46%;
}

.box .box-date {
    margin-left: 2px;
    margin-bottom: -5px;
}

.box .box-input input {
    width: 95%;
    display: block;
    font-size: 14px;
    padding: 6px;
    border-radius: 6px;
    border: 1px solid #dedede;
    background: #ffffff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.box .box-input input[type="file"] {
    color: #737373;
}

.box .box-input select {
    width: 100%;
    display: block;
    font-size: 14px;
    color: #2c2c2c;
    padding: 6px;
    border-radius: 6px;
    border: 1px solid #dedede;
    background: #ffffff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.box .box-input textarea {
    width: 95%;
    min-width: 95%;
    max-width: 95%;
    min-height: 70px;
    max-height: 140px;
    display: block;
    font-size: 14px;
    padding: 6px;
    border-radius: 6px;
    border: 1px solid #dedede;
    background: #ffffff;
    resize: none;
}

.box .box-input input:focus, .box .box-input select:focus, .box .box-input textarea:focus {
    outline: none;
    box-shadow: 2px 2px 10px rgb(240, 240, 240);
    background: rgba(255, 255, 255, 0.95);
}

.box .notification-repeat-time {
    float: left;
    width: 50%;
}

.box .notification-repeat-box {
    overflow: hidden;
    margin-top: 5px;
    font-size: 15px;
    text-align: center;
}

.box .notification-repeat-box div {
    float: left;
    padding-right: 10px;
    line-height: 30px;
}

.box .notification-custom-repeat {
    margin-top: 15px;
}

.box .notification-custom-repeat div {
    float: left;
    padding-right: 11px;
    white-space: nowrap;
}

/* HELP */
.help {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 18px;
    height: 18px;
}

.help:after {
    content: "";
    opacity: 0.33;
    background: url("../images/icon_help.png");
    position: absolute;
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
}

.attention {
    width: 18px;
    height: 18px;
}

.attention:after {
    content: "";
    opacity: 0.5;
    background: url("../images/icon_attention.png");
    position: absolute;
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
}

.attention-red {
    width: 18px;
    height: 18px;
}

.attention-red:after {
    content: "";
    opacity: 0.9;
    background: url("../images/icon_attention_red.png");
    position: absolute;
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
}

.attention-red-small {
    width: 14px;
    height: 14px;
}

.attention-red-small:after {
    content: "";
    opacity: 0.5;
    background: url("../images/icon_attention_red.png");
    position: absolute;
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
    margin-top: 3px;
}

.info {
    width: 18px;
    height: 18px;
}

.info:after {
    content: "";
    opacity: 0.5;
    background: url("../images/icon_info.png");
    position: absolute;
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
}

/* DIALOG */
.dialog-input {
    width: 70%;
    margin: 10px auto 5px;
    display: block;
    font-size: 14px;
    padding: 6px;
    border-radius: 6px;
    border: 1px solid #dedede;
    background: #ffffff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.dialog-input:focus {
    outline: none;
    box-shadow: 2px 2px 10px rgb(240, 240, 240);
    background: rgba(255, 255, 255, 0.95);
}

#default-notification-icon-text, #default-notification-image-text {
    position: absolute;
    margin-top: 2px;
    margin-bottom: 2px;
    left: 116px;
    padding-left: 6px;
    padding-right: 20px;
    line-height: 33px;
    vertical-align: middle;
    background-color: #ffffff;
    font-size: 14px;
    width: 57%;
}

@-moz-document url-prefix() {
    #default-notification-icon-text, #default-notification-image-text {
        left: 114px;
        line-height: 32px;
    }
}

.ui-timepicker-list li {
    font-size: 14px;
}

/* CAMPAIGNS */
#campaigns-add {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    line-height: 60px;
    vertical-align: middle;
}

#campaigns-add img:hover {
    -webkit-filter: drop-shadow(2px 2px 4px #c9c9c9);
    filter: drop-shadow(2px 2px 4px #c9c9c9);
}

.campaign-box {
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    display: flex;
    align-items: center;
    width: 740px;
}

.campaign-box.long {
    width: 780px;
}

.campaign-inner-box {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
    background-color: #ffffff;
}

.campaign-header {
    float: left;
    height: auto;
    width: 100px;
    text-align: center;
    font-size: 13px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.campaign-main {
    float: left;
    font-size: 15px;
    padding-left: 10px;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 300px;
}

.campaign-main div {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.campaign-main .name {
    margin-bottom: 0;
}

.campaign-main .domain {
    font-size: 13px;
    margin-bottom: 4px;
}

.campaign-main .title {
    font-size: 14px;
}

.campaign-main .repeat {
    font-size: 13px;
    margin-top: 6px;
    margin-bottom: 0;
}

.campaign-info {
    float: left;
    margin: 0 auto;
    padding: 8px 10px;
    text-align: center;
    color: #82c312;
    font-size: 14px;
    font-weight: bold;
}

.campaign-sent {
    color: #86a4b4;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 4px;
    font-size: 14px;
}

.campaign-clicks {
    color: #82c312;
    font-weight: normal;
    margin-top: 1px;
    font-size: 13px;
}

.campaign-repeat {
    color: #6c6c6c;
    font-weight: normal;
    margin-top: 5px;
    font-size: 13px;
}

.campaign-conversion {
    color: #505050;
    font-weight: normal;
    margin-top: 2px;
    font-size: 12px;
}

.campaign-conversion strong {
    color: #848484;
}

.campaign-actions {
    float: right;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-right: 4px;
}

.campaign-action {
    font-size: 12px;
    width: 55px;
    text-align: center;
    border-radius: 6px;
    padding: 2px 12px;
    margin: 6px;
    cursor: pointer;
}

/* MARKETING CODE */
#pdf-files-image {
    margin-top: 20px;
}

#pdf-send-button {
    width: 40%;
    background-color: #005277;
    font-size: 17px;
}

#pdf-files-button {
    width: 189px;
    background-color: #005277;
    font-size: 17px;
}

#pdf-download {
    float: left;
}

#files-download {
    float: left;
    margin-left: 20px;
}

/* SUBSCRIBERS */
.subs-box {
    position: relative;
    float: left;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    padding: 8px 12px;
    width: 170px;
    margin-top: 15px;
    margin-right: 10px;
}

.subs-box .title {
    padding-top: 0;
    font-size: 14px;
}

.subs-box .count {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 25px;
}

/* CHART */
#chart {
    width: 400px;
    height: 60px;
}

/* BANNER */
.banner-premium-text {
    margin-left: 40px;
    width: 600px;
}

#banner-button {
    width: 247px;
    background-color: #005277;
    font-size: 17px;
}

.banner-tip {
    width: 800px;
    margin-top: 15px;
    font-size: 13px;
    color: #393939;
}

.banner-delete {
    margin-top: 16px;
    margin-left: 10px;
    opacity: 0.7;
}

.banner-delete:hover {
    cursor: pointer;
    opacity: 1;
}

.banner-select {
    width: 247px;
    font-size: 14px;
    color: #2c2c2c;
    padding: 6px;
    border-radius: 6px;
    border: 1px solid #dedede;
    background: #ffffff;
}

.banner-select:focus {
    outline: none;
    box-shadow: 2px 2px 10px rgb(240, 240, 240);
    background: rgba(255, 255, 255, 0.95);
}

.banner-select:focus option:first-of-type {
    display: none;
}

.banner-disabled-function {
    font-size: 13px;
    color: #cf0000;
}

/* DOMAINS */
.domain-input {
    width: 320px !important;
    cursor: pointer;
}

.domain-container {
    float: left;
}

.domain-icon {
    vertical-align: middle;
    height: 20px;
    width: 20px;
    margin-right: 2px;
    margin-bottom: 2px;
    padding: 4px;
    border: 1px solid #dedede;
    border-radius: 6px;
}

.domain-icon:hover {
    opacity: 1;
    cursor: pointer;
}

.domain-input-delete {
    margin-left: 3px;
    vertical-align: middle;
    height: 22px;
    width: 22px;
    opacity: 0.7;
}

.domain-input-delete:hover {
    opacity: 1;
    cursor: pointer;
}

.domains-add {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    line-height: 60px;
    vertical-align: middle;
}

.domains-add img {
    float: left;
}

.domains-add .add {
    float: left;
    padding-left: 10px;
}

.domains-add a:hover {
    cursor: pointer;
}

.domains-add img:hover {
    -webkit-filter: drop-shadow(2px 2px 4px #c9c9c9);
    filter: drop-shadow(2px 2px 4px #c9c9c9);
}

.dialog-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: normal;
}

/* STATISTICS */
.stat-sync {
    color: rgba(0, 0, 0, 0.5);
    font-size: 11px;
    padding-left: 5px;
}

/* DEPLOY TEST */
.test-icon {
    float: left;
    margin-top: 13px;
    margin-left: 30px;
    width: 24px;
    height: 24px;
    border-radius: 48px;
}

.test-icon-circle {
    margin-left: 1px;
    margin-top: 1px;
    border-radius: 24px;
    width: 20px;
    height: 20px;
    border: #ececec 1px solid;
    float: left;
}

.deploy-unknown {
    background: #949494;
}

.deploy-error {
    background: #cf0000;
}

.deploy-warning {
    background: #fdaf07;
}

.deploy-success {
    background: #82c312;
}

/* NOTIFEE DIALOG */
.notifee-dialog-container {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 368px;
    height: 125px;
    border: 1px solid #dedede;
    border-radius: 6px;
}

.notifee-dialog-container div {
    display: block;
    overflow: hidden;
    line-height: 1;
    color: #000000;
    font-weight: 500;
}

.notifee-dialog {
    box-sizing: border-box;
    max-width: 100%;
    margin: 0 auto;
    padding: 1.5em;
}

.notifee-body {
    box-sizing: border-box;
    margin: 0;
}

.notifee-body-icon {
    box-sizing: border-box;
    float: left;
    width: 64px;
    height: 64px;
    position: relative;
}

.notifee-body-icon img {
    width: 100%;
    height: 100%;
}

.notifee-body-message {
    padding: 0 0 0 1em;
    line-height: 1.4em !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    color: #2d2d2d !important;
    max-height: 4.2em;
}

.notifee-footer {
    position: relative;
}

.notifee-dialog button {
    float: right;
    box-sizing: border-box;
    display: inline-block;
    padding: .375rem 1rem;
    font-size: .9625em;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: .33rem;
    font-family: inherit;
    letter-spacing: .05em;
    transition: background-color 75ms ease;
    margin: 0;
}

.notifee-color-scheme {
    float: left;
    right: 18%;
    margin-top: 16px;
    width: 18px;
    height: 18px;
    border-radius: 48px;
}

.notifee-button.allow {
    background: #82c312;
    color: #fff !important;
    border: #0000BB;
}

.notifee-button.allow:hover, .notifee-button.allow:focus {
    background: #79b510;
    outline: none;
}

.notifee-button.cancel {
    background: #fff;
    color: #79b510 !important;
}

.notifee-button.cancel:hover, .notifee-button.cancel:focus {
    background: #f5f5f5;
    outline: none;
}

#notifee-link {
    display: inline-block;
    line-height: 2.6rem;
    height: 2.2rem;
    font-size: 11px !important;
}

#notifee-link a {
    color: #2b2b2b !important;
    text-decoration: none !important;
}

#notifee-link img {
    height: 12px;
    vertical-align: sub;
    padding-left: 2px;
}

.emoji-picker {
    width: 99% !important;
    min-width: 99% !important;
    max-width: 99% !important;
    min-height: 70px !important;
    max-height: 115px !important;
    font-size: 14px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 2px !important;
    border-radius: 6px !important;
    border: 1px solid #dedede !important;
    background: #ffffff !important;
    resize: none !important;
    margin-left: 0 !important;
}

.tox .tox-tbtn {
    margin: 0 !important;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    color: #82c312;
    font-size: 10px;
    margin: 40px auto 80px;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}

.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 3.5em;
}

.dot-container {
    height: 14px;
    width: 14px;
    line-height: 14px;
    vertical-align: middle;
    margin-left: 8px;
}

.dot {
    height: 6px;
    width: 6px;
    border-radius: 50%;
    display: inline-block;
}

#payment-element {
    text-decoration: none;
    position: relative;
    width: 80%;
    display: block;
    margin: 20px auto;
    font-size: 15px;
    color: #000;
    padding: 8px;
    border-radius: 6px;
    border: none;
}

.payment-element-img {
    width: 80%;
    margin: 20px auto;
}

.support-link {
    color: #cf0000 !important;
    font-size: 15px;
    cursor: pointer;
}

.tariff-banner-text {
    clear: both;
    overflow: hidden;
    position: relative;
    top: 30px;
    margin-bottom: 60px;
    text-align: center;
    color: #cf0000;
    font-size: 15px;
    font-weight: bold;
}

.disabled {
    pointer-events: none !important;
    filter: grayscale(1) !important;
}

.disabled-menu-item {
    filter: grayscale(1) !important;
}

@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@media (max-width: 1250px) {

    /* CONTENT */
    #content {
        padding-left: 15px;
        padding-right: 15px;
    }

}

@media (max-width: 1230px) {

    /* FOOTER */
    #footer-wrapper {
        width: 100%;
    }

    #footer-logo {
        padding-left: 12px;
    }

    #footer-text {
        padding-left: 10px;
        padding-right: 10px;
    }

}

@media (max-width: 1180px) {

    #device-wrapper {
        float: left;
    }

    .device-wrapper-fixed {
        position: relative;
        left: 0;
    }

    .device-frame-fixed {
        margin-top: 30px !important;
        position: relative;
    }

}

@media (max-width: 1045px) {

    /* NOTIFICATION */
    .notification-device-wrapper {
        float: left;
        width: 100%;
        text-align: left;
    }

    .notification-device-title {
        margin-top: 20px;
        text-align: center;
        width: 520px;
    }

    .notification-preview-box {
        margin: 0;
    }

    .notification-device-box {
        margin-top: 30px;
    }

}

@media (max-width: 1030px) {

    /* TARIFF */
    .tariff-list {
        margin-top: -25px;
        margin-left: -10px;
    }

    .tariff-active {
        box-shadow: 0 0 10px rgb(150, 150, 150);
        zoom: 1;
        transform: translateY(7%);
        -webkit-transform: translateY(7%);
        -moz-transform: scale(1) translateY(7%);
    }

    .tariff-inactive {
        -moz-transform: translateY(7%);
    }

}

@media (max-width: 825px) {

    /* HEADER */
    #header-text {
        float: right;
        text-align: right;
        padding-right: 15px;
        padding-left: 0;
        width: 98%;
    }

    #header-user {
        width: 100%;
        min-height: 40px;
    }

    /* TARIFF */
    .tariff-list {
        padding-bottom: 10%;
    }

    /* CAMPAIGNS */
    .campaign-box {
        width: 99%;
    }

    .campaign-box.long {
        width: 99%;
    }

    /* BANNER */
    .banner-tip {
        width: 100%;
    }

}

@media (max-width: 640px) {

    /* HEADER */
    #header-text {
        display: none;
    }

    #header-user {
        min-height: 25px;
    }

    /* BANNER */
    .banner-premium-text {
        width: 85%;
    }

}

@media (max-width: 600px) {

    .dialog-title {
        margin-left: 0;
        text-align: center;
    }

}

@media (max-width: 520px) {

    input {
        width: 95%;
    }

    .radio, .check {
        width: auto;
    }

    .content-wrapper {
        float: none;
    }

    /* MENU */
    .menu div {
        width: 46%;
        margin-left: 2%;
        margin-right: 2%;
        margin-bottom: 10px;
        padding: 8px 0;
    }

    /* HEADER */
    #header-text {
        position: relative;
        font-size: 15px;
        display: block;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100%;
        float: left;
    }

    #header-logo {
        float: none;
        top: inherit;
        left: inherit;
        margin: 0 auto;
    }

    #header-user {
        width: 100%;
        min-height: 50px;
        height: auto;
        text-align: center;
        margin-bottom: 10px;
    }

    #header-user-content {
        position: relative;
        left: 0;
        padding-right: 0;
    }

    #header-language {
        float: left;
        margin: 0 auto;
        padding-top: 0;
        padding-bottom: 6px;
        padding-right: 0;
        width: 100%;
    }

    #search-users {
        max-width: 85%;
    }

    .user-list {
        display: block;
    }

    .user-list-email {
        display: inline;
        padding: 0;
        margin-left: 10px;
        margin-right: 10px;
        width: auto;
        max-width: none;
    }

    /* DEVICE */
    #device-wrapper {
        width: 100%;
        float: left;
        margin-left: 0;
    }

    #device-frame {
        margin: 0 auto;
    }

    /* FOOTER */
    #footer {
        padding-bottom: 12px;
    }

    #footer-text {
        font-size: 12px;
    }

    #register-button {
        min-width: 300px;
    }

    /* TARIFF */
    .tariff-list {
        margin-left: -15px;
    }

    .tariff-domains {
        margin-top: 15px;
    }

    .tariff {
        position: relative;
        width: 43%;
        height: 440px;
        float: left;
        padding-left: 1%;
        padding-right: 1%;
        margin: 5px 0 5px 15px;
        border-radius: 12px;
        border: 1px solid #e4e4e4;
        background: rgb(255, 255, 255);
        zoom: 1;
        -moz-transform: scale(1) translateY(7%);
    }

    .tariff-banner {
        float: none;
        margin-left: 5px;
        width: 95%;
        height: 105px;
    }

    .tariff-price {
        font-size: 18px;
    }

    .tariff-text p {
        font-size: 13px;
    }

    #default-notification-icon-text, #default-notification-image-text {
        font-size: 11px;
        width: 52%;
    }

    /* NOTIFICATION */
    .notification-content-wrapper {
        width: 100%;
        min-width: 0;
    }

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

    .notification-device-title {
        margin-left: 25%;
        margin-top: 0;
        margin-bottom: 60px;
        text-align: left;
        transform: scale(1.5);
        width: 100%;
    }

    .box {
        width: auto;
        min-width: 0;
    }

    .box .notification-repeat-box {
        font-size: 14px;
    }

    .notification-device-wrapper {
        /*display: none;*/
        text-align: center;
        margin-top: -15%;
        margin-left: -17%;
        transform: scale(0.66);
        width: 100%;
    }

    #notification-device-preview-select {
        margin-left: 50%;
    }

    #notification-send-button {
        width: 100%;
    }

    /* TOOLTIP */
    .tooltip .tooltip-text.left {
        transform: translateX(0) translateX(-10px);
        -webkit-transform: translateX(0) translateX(-10px);
        -moz-transform: translateX(0) translateX(-10px);
    }

    .tooltip .tooltip-text.left::after {
        left: 10px;
        right: auto;
    }

    .tooltip .tooltip-text.right {
        transform: translateX(-100%) translateX(10px);
        -webkit-transform: translateX(-100%) translateX(10px);
        -moz-transform: translateX(-100%) translateX(10px);
    }

    .tooltip .tooltip-text.right::after {
        left: auto;
        right: 5px;
    }

    /* MARKETING CODE */
    #pdf-files-image {
        text-align: center;
    }

    #pdf-send-button {
        width: 100%;
    }

    #pdf-download {
        width: 48%;
    }

    #pdf-files-button {
        width: 100%;
    }

    #email-pdf-input {
        width: 81.5% !important;
    }

    #files-download {
        float: right;
        margin-left: 0;
    }

    /* CAMPAIGNS */
    .campaign-main {
        width: 95%;
    }

    .campaign-info {
        text-align: left;
        margin-left: 0;
    }

    /* SUBSCRIBERS */
    .subs-box {
        margin-right: 0;
        width: 92%;
    }

    /* CHART */
    #chart {
        width: 100% !important;
        height: 180px !important;
    }

    /* DOMAINS */
    .domain-container {
        width: 100%;
    }

    .domain-input {
        width: 72.5% !important;
    }

    .notifee-dialog-container {
        width: 99%;
    }

    /* DEPLOY TEST */
    .test-icon {
        margin-left: 2px;
    }

}

@media (max-width: 420px) {

    .box .notification-repeat-time {
        width: 48%;
    }

    .box .notification-custom-repeat div {
        padding-right: 8px;
    }

}


@media (max-width: 400px) {

    .box .notification-repeat-time {
        width: 43%;
    }

    .box .notification-custom-repeat div {
        padding-right: 5px;
    }

}

@media (max-width: 370px) {

    /* TARIFF */
    .tariff-list {
        margin-left: -10px;
    }

    .tariff {
        zoom: 0.85;
        -moz-transform: scale(0.85);
    }

    .box .notification-repeat-time {
        width: 38%;
    }

    .box .notification-custom-repeat div {
        padding-right: 0;
        font-size: 12px;
    }

}

@media (max-width: 340px) {

    #register-button {
        min-width: auto;
    }

    /* TARIFF */
    .tariff {
        width: 90%;
        zoom: 1;
        -moz-transform: scale(1);
    }

    .box .notification-repeat-time {
        width: 33%;
    }

}
