body, form {
    margin: 0;
    padding: 0;
}

body {
    background-color: #eee;
    color: #444;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

* {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.linkschwarz {
    color: #000000;
}

.linkstartbig {
    color: #FFF;
    font-size: 24px;
    text-align: left;
}

a {
    text-decoration: none;
}

h5, h4 {
    font-size: 14px;
    font-weight: bold;
}

.grey {
    color: #999999;
}

.kd {
    color: #999999;
    font-size: 10px;
}

.filemanitem {
    width: 100px;
    height: 100px;
    border: 1px solid #CCCCCC;
    margin: 2px;
    list-style: none;
    float: left;
    word-wrap: break-word;
    text-decoration: none;
    background: white no-repeat;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.filelistpreviewimg {
    background: white;
    width: 50px;
    height: 50px;
    border: 1px solid #CCCCCC;
    margin: 2px;
    list-style: none;
    float: left;
    word-wrap: break-word;
    text-decoration: none;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.filemanlist {
    margin: 0;
    padding: 10px;
    clear: left;
    background-color: #444;
    border: 1px solid #000;
}

ul.filemanlist li.folder {
    background-color: lightgoldenrodyellow;
}

ul.filemanlist li .bottomdesc {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.75);
    padding: 5px;

}

.filemanitem.file .bottomdesc {
    display: none;
}

.filemanitem.file:hover .bottomdesc {
    display: block;
}

.filemanlist .ui-selecting {
    outline: 2px white solid;
}

.filemanlist .ui-selected {
    outline: 2px orange solid;
}

.navi0 {
    color: #999999;
}

#overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
    background-color: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.debug {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #000000;
    background-color: #FFD08A;
    border: 1px dotted #333333;
    margin: 10px;
    padding: 4px;
    clear: both;
}

#nav {

    MARGIN: 0;
    padding: 0;
    LIST-STYLE-TYPE: none;
    border: 1px solid #000000;
}

#nav UL {

    MARGIN: 0;
    padding: 0;
    LIST-STYLE-TYPE: none;
}

#nav LI {

    DISPLAY: block;

    FONT-WEIGHT: bold;

    padding: 0;
    TEXT-DECORATION: none
}

#nav_left {

    MARGIN: 0;
    padding: 0 0 4px;
    LIST-STYLE-TYPE: none
}

#nav_left UL {

    MARGIN: 0;
    padding: 0 0 4px 10px;
    LIST-STYLE-TYPE: none
}

#nav_left LI {
    DISPLAY: block;
    FONT-WEIGHT: bold;
    PADDING-BOTTOM: 0;
    PADDING-TOP: 4px;
    TEXT-DECORATION: none
}

.add_pic {
    float: left;
    margin: 1px;
    width: 49%;
    height: 32px;
    position: relative;
    background-color: #EEEEEE;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.add_pic a {
    text-decoration: none;
}

body.mini {
    padding-top: 30px;
}

body.mini #sitetitle {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.left-box-head {
    border-bottom: 1px solid #888;
    color: #5a5a5a;
    text-align: center;
    padding: 5px;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: normal;
}

.myform div.left-box-head {

    margin-left: -20px;
    margin-right: -20px;
}

.left-box-head-new {
    border-bottom: 1px solid #ccc;
    color: #666;
    font-size: 22px;
    padding: 5px;
    text-align: right;
    margin-bottom: 30px;
    font-weight: 200;
}

.left-box-head-new > div {
    color: #666;
    font-size: 22px;
    text-align: right;
    font-weight: 200;
}

.left-box-head-new > div span {
    color: #666;
    font-size: 22px;
    text-align: right;
    font-weight: 200;
}

.left-box-head-new > div > a {
    color: #666 !important;
    font-size: 22px !important;
    font-weight: 200 !important;
    text-decoration: none;
}

div:not(.mce-tinymce) div.contentv button,
div.contentv input[type=button],
div.contentv input[type=submit],
div.contentv a.popover,
div.contentv a.button,
a.button,
button.drbutton,
input.button {
    background-color: #0096d6;
    border-radius: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: none;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    padding: 8px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    display: inline-block;
}

div.contentv .actiontable a.popover, div.contentv .actiontable a.button {
    width: 120px;
    text-align: left;
}

div:not(.mce-tinymce) div.contentv button:hover,
div.contentv input[type=button]:hover,
div.contentv input[type=submit]:hover,
div.contentv a.popover:hover,
div.contentv a.button:hover {
    background-color: orange;
}

.left-box {
    background-color: #fff;
    padding: 10px;
}

.light-grey-box {
    background-color: #fff;
    color: #444;
    padding: 30px;
    margin-top: 8px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.20);

    font-size: 14px;
    border: 1px solid #aaa;
}

.light-grey-box a {
    color: #444;
}

.box20 {
    width: 20%;
    float: left;
    text-align: center;
    cursor: pointer;
}

.boxbetween {
    width: 5%;
    float: left;
    text-align: center;
    padding-top: 70px;
    color: #8b8b8b;
}

.roundbox {
    background-color: #fff;
    color: #444;
    padding: 30px;
    display: inline-block;
    margin-top: 20px;
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.2);
    font-size: 24px;
    border: 1px solid #aaa;
    border-radius: 9999px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.roundbox:hover {
    border-color: #c1c1c1 !important;
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.box20 h2 {
    margin: 0;
    color: #444;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    font-weight: 200;
}

.box20 p {
    margin: 0;
    color: #7a7a7a;

}

a {
    color: #0096d6;
}

a:hover {
    color: #005071;
}

.leftside {
    width: 200px;
    float: left;
    margin-left: 20px;
}

.hw {
    background-color: #EEEEEE;
    padding: 10px;
    text-align: center;
}

.hw-error {
    background-color: #cb0000;
    color: #fff;
}

.hw-ok {
    background-color: rgb(166, 244, 98);
    color: #000;
}

.hw-info {
    background-color: #fff887;
    color: #333;
}

.hw-achtung {
    background-color: #ff7438;
    color: #333;
}

.head {
    margin-top: 8px;
}

.head a:hover {
    border-top: 6px solid #F1A24E;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #eceae6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eceae6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #eceae6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #eceae6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #eceae6 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%, #eceae6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eceae6', GradientType=0); /* IE6-9 */

}

.head .aktiv {
    border-top: 6px solid #F1A24E;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #eceae6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eceae6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #eceae6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #eceae6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #eceae6 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%, #eceae6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eceae6', GradientType=0); /* IE6-9 */

}

.head a {
    line-height: 40px;
    height: 40px;
    padding: 10px;
    font-size: 16px;
    border-top: 4px solid #444;
    margin-right: 10px;
    text-decoration: none;
    color: #666;
    background: #dddddd; /* Old browsers */
    background: -moz-linear-gradient(top, #dddddd 0%, #bbbbbb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #bbbbbb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #dddddd 0%, #bbbbbb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #dddddd 0%, #bbbbbb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #dddddd 0%, #bbbbbb 100%); /* IE10+ */
    background: linear-gradient(top, #dddddd 0%, #bbbbbb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#bbbbbb', GradientType=0); /* IE6-9 */
}

.datatable {
    border-collapse: collapse;
}

.datatable thead td, .datatable thead th {
    background: #666666;
    background: -moz-linear-gradient(top, #666666 0%, #444444 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(100%, #444444)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #666666 0%, #444444 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #666666 0%, #444444 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #666666 0%, #444444 100%); /* IE10+ */
    background: linear-gradient(top, #666666 0%, #444444 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#444444', GradientType=0); /* IE6-9 */
    color: #fff;
    text-align: center;
    padding: 5px;
    border: 1px solid #444;
}

.datatable tr.filter td {
    font-size: 10px;
}

.datatable tr.filter td input[type=text] {
    box-sizing: border-box;
    width: 100%;
}

.datatable > tbody > tr {
    background: #EEE;
    border: 1px solid #aaa;
}

.datatable tbody tr td {
    border: none !important;
}

.datatable > tbody > tr:nth-child(even) {
    background: #EEE;
}

.datatable > tbody > tr:nth-child(odd) {
    background: #DDD;
}

.datatable tbody td {
    padding: 5px;
}

.datatable {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}

.datatable > tbody > tr:nth-child(2n) {
    background: none repeat scroll 0 0 #fff;

}

.datatable > tbody > tr:nth-child(2n+1) {
    background: none repeat scroll 0 0 #eee;

}

/* Formulare */
.myform {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);

}

body.mini .myform {
    border: none;
    box-shadow: none;
}

.myform label {
    margin-top: 4px;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 8px;
    float: left;
    line-height: 12px;
    text-align: right;
    width: 180px;
}

.myform legend {
    background: none repeat scroll 0 0 transparent;
    color: #666;
    font-size: 14px;
    font-weight: bold;
    margin: 1em 0;
    padding: 0 0.5em;
}

.myform input, select, textarea {
    padding-top: 0;
    margin-top: 8px;
    margin-bottom: 8px;
}

.myform fieldset {
    border: medium none -moz-use-text-color;
    border-top: 1px solid #666;
    margin: 1em 0;
}

.contentv {
    min-height: 500px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 30px;

}

.pagev {
    margin-top: 80px;
}

.zahl {
    text-align: right;
    white-space: nowrap;
}

div.leftside div.left-box.bigbuttons {
    padding: 0;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);

}

div.leftside div.left-box a {
    text-decoration: none;
}

div.leftside div.left-box.bigbuttons a {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 10px;

}

div.leftside div.left-box.bigbuttons a:hover {
    background-color: #ddd;
    color: #000;
}

#cms-topbar {
    font-size: 16px;
    background: #fff none repeat scroll 0 0; /* Old browsers */
    color: #444;
    padding: 5px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);

}

#cms-topbar a.bolder {
    font-size: 16px;
    text-decoration: none;
    font-weight: bolder;
    color: #fff;
}

#cms-topbar .button {
    margin-bottom: 0;
}

.cms-elemete-liste {
    float: right;
    line-height: 30px;
    padding-right: 10px;

}

.cms-block {
    background-color: #ddd;
    border: 1px #aaaaaa;
    padding: 5px 15px;
    color: #000;
    margin: 4px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 12px;

}

.pagev {
    margin-top: 80px;
}

input[type=radio].with-font,
input[type=checkbox].with-font {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

input[type=radio].with-font ~ label:before,
input[type=checkbox].with-font ~ label:before {
    font-family: FontAwesome;
    display: inline-block;
    content: "\f1db";
    letter-spacing: 10px;
    font-size: 1.2em;
    color: #535353;
    width: 1.4em;
}

input[type=radio].with-font:checked ~ label:before,
input[type=checkbox].with-font:checked ~ label:before {
    content: "\f00c";
    color: darkgreen;
    letter-spacing: 5px;
}

input[type=checkbox].with-font ~ label:before {
    content: "\f096";
}

input[type=checkbox].with-font:checked ~ label:before {
    content: "\f046";
    color: darkgreen;
}

input[type=radio].with-font:focus ~ label:before,
input[type=checkbox].with-font:focus ~ label:before,
input[type=radio].with-font:focus ~ label,
input[type=checkbox].with-font:focus ~ label {
    color: green;
}

input.with-font[type="radio"] ~ label::before, input.with-font[type="checkbox"] ~ label::before {
    font-size: 3.2em;

}

div.curlang a.lang-de, div.curlang a.lang-en {
    color: #d3d3d3;
    font-size: 12px;
    padding-right: 5px;
}

div.curlang-de a.lang-de {
    font-weight: bolder;
    color: #fff;
}

div.curlang-en a.lang-en {
    font-weight: bolder;
    color: #fff;
}

/* Dropdown Button */
.dropbtn {

}

.dropdown:hover .dropbtn {
    /*background-color: #F1A24E;*/
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 220px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a i {
    color: #808080;

}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

/* new by silvio Kranich*/

.navbar-nav > .nav-item {
    background-color: #0096d6;
    border-radius: 5px;
    margin-left: 5px;
    cursor: pointer;

    text-decoration: none;
    padding: 3px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    display: inline-block;
}

.navbar-nav > .nav-item > a {
    color: white !important;
}

.nav-item > a:hover {
    background-color: unset !important;
}

.container {
    background-color: white;
    padding: 15px;
    border-radius: 15px;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 10px;
    text-align: center;
    background-color: #444;
    color: #fff !important;
}

.footer a {
    color: #fff !important;
    font-size: 10px;
}

.head_container {
    padding: 57px;
    padding-top: 10px;
    padding-bottom: 50px;
}

.container_list {
    background-color: unset !important;
    padding-right: 70px !important;
    padding-left: 70px !important;
    padding-top: 10px;

}

.flatbox {

    background-color: #fff;
    color: #444;

    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 8px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    font-size: 24px;
    cursor: pointer;
    margin-bottom: 20px;
    transition: all .2s ease-in-out;
    border-radius: 10px;
}

.flatbox h2 {
    font-size: 32px;
    font-weight: 200;
    line-height: 36px;
    margin: 0;

}

.flatbox h2 i {
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;

}

.flatbox.flatboxhover:hover {

    transform: scale(1.02);

}

.flatbox:hover h2 i {

    color: orange;

}

.flatbox p {

    color: #8b8b8b;

}

.flatbox a {
    color: #444;
}

.btn-default {
    background-color: unset !important;
    padding: unset;
    line-height: 0 !important;
}

.flatbox_option {
    padding: 5px;
}

.body {
    height: 100% !important;
}

.my-vertical-group {
    line-height: 0 !important;
    font-size: 1.5em;
    padding-left: 3px;
    cursor: pointer;
}

.head_container .btn {
    margin-left: 10px;
}

td select {
    margin: unset;
}

.info-text-box {
    display: table-cell;
    text-align: center;
    vertical-align: middle;

}

.modal-content .info-box {
    display: table-row;
    padding-top: unset;
    padding-bottom: unset;

}

.info-box .icon-feld {
    border-bottom-left-radius: .3rem !important;
    border-top-left-radius: .3rem !important;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 8px;
}

.info-box .icon-feld i {
    padding: 5px;
    color: white;
}

.info-box .info-close-feld {
    display: table-cell;
    vertical-align: top;
    margin-top: 10px;
    font-size: 16px;
}

.CancelTakeOverSecureBox {
    padding-top: 15px;
}

.template-content {
    padding-top: 15px;
    padding-bottom: 15px;
}

.edit-text-feld {
    width: 100%;
    height: 200px;
}

#email select {
    margin-top: 0px;
}

.flatbox-subitems {
    padding: 10px;
    padding-top: 30px;
    position: relative;
}

.flatbox-subitems div {
    margin-left: 5px;
    color: white;
}

.preview_item {

    background-color: white;
    position: fixed;
    z-index: 999;

    border-radius: 2px;
    border-width: 1px;
    border-color: black;
    border-style: solid;
    display: none;

    z-index: 999 !important;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;

}

.flatbox-subitems a {
    color: white !important;
    margin-left: 5px;
    z-index: 0 !important;
    position: relative;
}

.head_preview_item {

    background-color: white;
    width: 100%;
    border-bottom-color: black;
}

.content_preview_item {
    background-color: white;
    width: 100%;
    min-width: 100px;
    min-height: 100px;
}

.form-group > div > input {
    margin-top: 6px;
}

.campaign_settings {
    margin-right: auto !important;
    margin-left: auto !important;
    position: center !important;
}

.input-group select {
    margin-top: unset;
}

.campaign_settings .input-group {
    margin-left: 23% !important;
}

#settings_campaign input {
    text-align: center !important;
}

.has-error input {
    border-color: red;
}

.help-block {
    color: red;
}

.campaign_settings .help-block {
    margin-left: 40%;
}

.stats {
    min-height: 150px;
    margin-right: 20px;
    width: 150px;
    height: 150px
}

.stats .legend table {
    width: 200px;
}

.statistics {
    padding: 20px;
    width: 100%;
    height: 240px !important;
> padding-top: 5 px;
}

.chart.pie.stats {
    margin: 0 auto;
    height: 160px;
}

td.legendLabel {
    float: left;
}

.campain_head {
    margin: auto;
    background: unset;
    padding: 15px;
}

svg {
    width: 100%;
    height: 100%;
}

path.slice {
    stroke-width: 2px;
}

polyline {
    opacity: .3;
    stroke: black;
    stroke-width: 2px;
    fill: none;
}

.worldmap_hover {
    transform: scale(2);
    position: absolute;
    z-index: 99;
    background-color: white;
}

code {
    font: unset;
    color: springgreen;
}

.preview {
    max-height: 124px;
    background: #8080803d;
    max-width: 154px;
    min-width: 154px;
    min-width: 50px;
    padding: 2px;
    border-radius: 5px;
    margin-left: 5px;
    position: relative;
}


.preview_content {
    background-color: white;
    overflow: hidden;
    -ms-transform: scale(0.25);
    -moz-transform: scale(0.25);
    -o-transform: scale(0.25);
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-z-index: 0;
    transform-origin: 0 0;
    width: 600px;
    height: 480px;
    z-index: unset !important;
}

.preview_content_click {
    background-color: white;
    overflow: hidden;
    position: fixed;
    transform: unset;
    width: unset;
    min-width: 30%;
    height: 300%;
    top: -150px;
    left: auto;
    right: auto;
    transition: all 2s ease-out;
    z-index: 9999;
    padding: 5px ;
    border: solid;
    border-radius: 5px;
    border-width: 2px;
    border-color: #8080803d;
}

.preview_click {
    max-width: unset;
    width: 100%;
    height: 500px;
    background-color: unset;
}

.label {
    margin-left: 26px;
    margin-top: -5px;
}

.pie {
    height: 250px;
    width: 150px;
}

.legend_table_pos {
    top: 160px !important;
    left: auto !important;
    right: auto !important;
}

.item_info {
    color: grey;
}

.item_info p {
    margin-top: 5px;
    font-style: italic
}

#overviewpie .legend {
    position: relative;
    left: 120%;
    top: -60%;
}

.preview-zoom-icon {
    position: absolute;
    top: 40%;
    left: 40%;
    z-index: 99;
    font-size: 30px;
    color: rgba(128, 128, 128, 0.46);
}

.preview_click > .preview-zoom-icon{
    display: none;
}


/* Customize the label (the container) */
.checkbox_container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: -7px;
    left: -20px;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border: solid;
    border-width: 1px;
    border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.checkbox_container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */

.checkbox_container input:checked ~ .checkmark .fa-check{
    display: unset;
    color:  rgb(135, 198, 86);;
    top: -5px;
    left: -1px;
    position: absolute;
    font-size: 20px;
}

.checkbox_container input ~ .checkmark .fa-check{
    display: none;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox_container:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox_container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox_container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.page-header{
    font-size: 18px;
}

.system > .statistics  > .pie > .legend >.legend_table_pos{
    margin-top: 5px;
    margin-left: 85px;
    width: max-content;
    background-color: unset;
}
.system > .statistics  > .pie > canvas{

    margin-top: -35px;
    margin-left: 50px;
}

.campagn-setting > .preview{
    width: 104px;
}

.campagn-setting > .preview > .preview_content{
    width: 400px;
}

.order_processing_gobale_info{

background-color: white;
    border-style: solid;
    border-width: 1.5px;
    border-color: red;
    border-radius: 3px;
    text-align: center;
  background-color: rgba(255, 0, 0, 0.2);
    color: red;

}
.register-requirement-error {
    color: red;
}

.register-requirement-success {
    color: rgb(135, 198, 86);
}

.register-requirement-error .i-success {
    display: none;
}

.register-requirement-error .i-error {
    display: unset;
}

.register-requirement-success .i-success {
    display: unset;
}

.register-requirement-success .i-error {
    display: none;
}
