@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

html {
    height: 100%;

}

body {
    background: #F7F7F7;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    min-height: 100%;
}

*:focus {
    outline: 0;
}

.iconfix3 {
    margin-bottom: -3px;
}

.iconfix5 {
    margin-bottom: -5px;
}

.iconfix8 {
    margin-bottom: -8px;
}

.iconfix10 {
    margin-bottom: -10px;
}

.clear {
    clear: both;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    margin: 0 0 10px 0;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin: 0 0 10px 0;
}

h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin: 0 0 10px 0;
}

.notifications a {
    color: #444;
}

a {
    color: black;
}


/* NEWS BOX */
#newsticker {
    display: none;
    border: 3px solid #DA3243;
    float: left;
    background: #fff;
    margin: 0 0 40px 0;
}

#newsticker .ticker-left {
    background: #DA3243;
    padding: 10px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 15px;
    float: left;
    width: 120px;
    position: relative;
}

#newsticker .ticker-left .arrow-right {

    width: 0;
    height: 0;
    position: absolute;
    right: -10px;
    top: 10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #DA3243;
}

#newsticker .ticker-area .date {
    padding: 3px;
    color: #999;
    font-size: 10px;
}

#newsticker .ticker-area {
    color: #DA3243;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 15px;
    float: left;
    width: 1000px;
}

#newsticker .ticker-area ul {
    /*height: 20px;*/
    overflow: hidden;
    padding: 10px 10px 0px 20px;
}

#newsticker .ticker-area ul li {
    height: 20px;
    margin: 0 0 10px 0;
}

#newsticker .ticker-area ul li a {
    color: #DA3243;
}

/* TICK CHECKBOX*/
input[type=checkbox].css-checkbox {
    display: none;
}

input[type=checkbox].css-checkbox + label.css-label {
    padding-left: 31px;
    /* height: 26px; */
    display: inline-block;
    line-height: 26px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 13px;
    vertical-align: middle;
    cursor: pointer;
    color: #666;

}

input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 -26px;
}

label.css-label {
    background-image: url(../images/checkbox-tick.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* TICK CHECKBOX*/
strong {
    font-weight: bold;
}

.font-red {
    color: #f44336;
}

.font-pink {
    color: #e91e63;
}

.font-purple {
    color: #9c27b0;
}

.font-deeppurple {
    color: #673ab7;
}

.font-indigo {
    color: #3f51b5;
}

.font-blue {
    color: #2196f3;
}

.font-lightblue {
    color: #03a9f4;
}

.font-cyan {
    color: #00bcd4;
}

.font-teal {
    color: #009688;
}

.font-green {
    color: #4caf50;
}

.font-lightgreen {
    color: #8bc34a;
}

.font-lime {
    color: #cddc39;
}

.font-yellow {
    color: #ffeb3b;
}

.font-amber {
    color: #ffc107;
}

.font-orange {
    color: #ff9800;
}

.font-deeporange {
    color: #ff5722;
}

.font-white {
    color: #FFF;
}

.font-lightgray {
    color: #999;
}

.font-super-lightgray {
    color: #bfbfbf;
}

.font-gray {
    color: #666;
}

.font-darkgray {
    color: #333;
}

.font-10 {
    font-size: 10px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-30 {
    font-size: 30px !important;
}

a:hover {
    color: #999;
}

#wrapper {
    margin: 20px 100px;
    padding: 20px;
    background: #fff;
    border: 1px solid #E2E2E2;
    position: relative;
    float: left;
    width: 88%;
}

#wrapper:after {
    content: ".";
    display: block;
    line-height: 0;
    visibility: hidden;;
}

#menu {
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    background: #282828;
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: -3000px;
    left: 0;
    /*border-right: 3px solid #CECECE;*/
    z-index: 500;
    display: none;
    padding-top: 55px;
}

#menu #logo {
    position: relative;
    width: 250px;
    height: 100px;
    float: left;
    display: none;
    border-bottom: 1px solid #000000;
    background-color: #282828;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}

#menu #logo img {
    max-height: 60px;
    max-width: 210px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#menu .top_bar {
    border-top: 1px solid #353535;
    border-bottom: 1px solid #000000;
    font-size: 13px;
    color: #999;
    padding: 10px;
    width: 100%;
    float: left;
    position: relative;
}


#menu .top_bar ul li {
    margin-bottom: 5px;
}

#menu .top_bar .notifications {
    float: right;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 1px;
    height: 16px;
    color: #111;
    text-shadow: 0 1px #353535;
    cursor: pointer;
}

#menu .top_bar .noti-count {
    position: absolute;
    top: 2px;
    right: 2px;
    background: #DA3243;
    border-radius: 2px;
    padding: 0 4px 0 4px;
    font-size: 11px;
    color: white;
    font-weight: bold;
    z-index: 1;
}

#menu .top_bar .notifications.new {
    color: #ddd !important;
    text-shadow: 0px 1px #000;
    cursor: pointer;
}

#menu .top_bar .notifications.new span {

    animation: shake 2.5s ease infinite;
}

/*#menu .top_bar .notifications:hover {*/
/*    background-color: #383838;*/
/*    -webkit-transition: background-color 200ms linear;*/
/*    -moz-transition: background-color 200ms linear;*/
/*    -o-transition: background-color 200ms linear;*/
/*    -ms-transition: background-color 200ms linear;*/
/*    transition: background-color 200ms linear;*/
/*    !* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#383838+0,383838+100&0+0,1+50 *!*/
/*    background: -moz-linear-gradient(left, rgba(56, 56, 56, 0) 0%, rgba(56, 56, 56, 1) 50%, rgba(56, 56, 56, 1) 100%); !* FF3.6-15 *!*/
/*    background: -webkit-linear-gradient(left, rgba(56, 56, 56, 0) 0%, rgba(56, 56, 56, 1) 50%, rgba(56, 56, 56, 1) 100%); !* Chrome10-25,Safari5.1-6 *!*/
/*    background: linear-gradient(to right, rgba(56, 56, 56, 0) 0%, rgba(56, 56, 56, 1) 50%, rgba(56, 56, 56, 1) 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
/*    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00383838', endColorstr='#383838', GradientType=1); !* IE6-9 *!*/

/*}*/

#menu #logo:hover {
    background-color: #383838;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}

#menu ul li a.headers {
    border-top: 1px solid #353535;
    border-bottom: 1px solid #000000;
    border-left: 4px solid #282828;
    width: 100%;
    float: left;
    padding: 10px 0px 10px 10px;
    font-size: 16px;
    text-decoration: none;
    color: #cccccc;
    position: relative;
    transition: all 200ms ease;
}

#menu ul li a.headers .menu-caret {
    transition: all .3s ease;
    position: absolute;
    top: 11px;
    right: 11px;
}
#menu ul li a.headers:hover {
    color: #FFF;
}
#menu ul li a.headers.active {
    color: #FFF;
    font-weight: bold;
}
#menu ul li a.headers.active .menu-caret {
    transform: rotate(180deg);
}
#menu > ul li > ul{
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    transition: all .5s ease;
}
#menu > ul li > ul li a {
    position: relative;
    color: #cccccc;
    text-decoration: none;
    font-size: 14px;
    padding: 7px 5px 7px 37px;
    width: 100%;
    float: left;

    background-color: #1E1E1E;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;

    border-top: 1px solid #353535;
    border-bottom: 1px solid #000000;
    text-shadow: 1px 1px 1px #000;
}

#menu > ul li > ul li a:hover {
    color: #fff;
    background-color: #282828;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}



#menu > ul li > ul li a.active {
    color: #333;
    text-shadow: 1px 1px 0px #fff;
    padding-right: 8px;

    background: #F7F7F7; /* Old browsers */
    background: -moz-linear-gradient(left, #cecece 74%, #f7f7f7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(74%, #cecece), color-stop(100%, #f7f7f7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #cecece 74%, #f7f7f7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #cecece 74%, #f7f7f7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #cecece 74%, #f7f7f7 100%); /* IE10+ */
    background: linear-gradient(to right, #cecece 74%, #f7f7f7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cecece', endColorstr='#f7f7f7', GradientType=1); /* IE6-9 */

    border-top: 1px solid #fff;
    border-bottom: 1px solid #999999;
}
#menu > ul li a.first {
    border-top: 1px solid #181818;
}

#menu .menu-icon {
    margin-bottom: -3px;
    padding: 0 5px 0 0;
}

#menu .menububbles {
    position: absolute;
    top: 7px;
    right: 8px;
}

#menu .menububbles .menububble {
    position: relative;
    padding: 2px 4px;
    font-size: 11px;
    border-radius: 4px;
    background: #09F;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    color: #FFF;
    font-weight: bold;
    border-bottom: 2px solid #00416C;
    float: left;
    margin: 0 5px 0 0;
}

#menu .menububbles .menububble.green {
    background: #59B200;
    border-bottom: 2px solid #387100;
}

#menu .menububbles .menububble.white {
    background: #FFFFFF;
    border-bottom: 2px solid #CCC;
}

#content {
    margin: 0 0 0 0;
    padding: 20px;
    padding-top: 70px;
}

#content:after {
    clear: both;
    content: "";
    display: block;
}

.box {
    background: #fff;
    padding: 10px;
    margin: 10px 0;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    position: relative;
    min-width: min-content;
}

.box:after {
    clear: both;
    content: "";
    display: block;
}

.box-footer {
    margin: 20px -10px -10px -10px;
    padding: 20px 10px 10px 10px;
    background: #F8F8F8;
    border-top: 1px dotted #E2E2E2;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;

}

.box-footer .label {
    text-align: center;
    font-size: 12px;
    margin: -32px auto 0;
    width: 150px;
    padding: 3px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #E2E2E2;
}
.form-box {
    float: left;
}

.basic-table {
    border-radius: 5px;
    margin: 0 10px 10px 0;
    box-shadow: 0 1px 2px 0px rgba(0,0,0,0.15);
    background: #fff;
    position: relative;
}
.basic-table td{
    min-width:100px;
    padding: 5px 8px;
    font-size: 15px;
    border-bottom: 1px dotted #E2E2E2;
}
.basic-table td:first-child{
    background:#F8F8F8;
    color: #666;
    width:150px;
    font-size:13px;
    text-align: right;
    border-right: 1px dotted #E2E2E2;
}
.basic-table tr:last-child td{
    border-bottom: none;
}

.multi-table {
    border: 3px solid #E2E2E2;
    margin: 0 0 10px 0;
    width: 100% !important;
}

.multi-table th {
    font-size: 13px;
    background: #F8F8F8;
    font-weight: bold;
    padding: 5px 15px;
    border-bottom: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
    cursor: pointer;
}

.multi-table.small th {
    font-size: 11px;
    padding: 5px;
}

.multi-table th:hover {
    background: #ffffff; /* Old browsers */
    background: -ms-linear-gradient(top, #ffffff 0%, #f8f8f8 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%); /* W3C */

}

.multi-table th.sorting_desc {

    background: #E8E8E8; /* Old browsers */
    background: url(../images/desc.png) center right no-repeat, -ms-linear-gradient(top, #dfdfdf 0%, #f8f8f8 100%); /* IE10+ */
    background: url(../images/desc.png) center right no-repeat, linear-gradient(to bottom, #dfdfdf 0%, #f8f8f8 100%); /* W3C */

}

.multi-table th.sorting_asc {
    background: #E8E8E8; /* Old browsers */
    background: url(../images/asc.png) center right no-repeat, -ms-linear-gradient(top, #dfdfdf 0%, #f8f8f8 100%); /* IE10+ */
    background: url(../images/asc.png) center right no-repeat, linear-gradient(to bottom, #dfdfdf 0%, #f8f8f8 100%); /* W3C */
}

.multi-table td {
    font-size: 13px;
    padding: 5px;
    border-bottom: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
}

.multi-table td.sorting_1 {
    background: rgba(102, 204, 0, 0.1);
}

.multi-table td.green {
    background: rgba(102, 204, 0, 0.2) !important;
}

.multi-table td.yellow {
    background: rgba(255, 255, 0, 0.2) !important;
}

.multi-table tbody tr:hover td {
    background: rgba(0, 0, 0, 0.05);
}

.multi-table.no-hover tbody tr:hover td {
    background: inherit;
}

.multi-table tfoot td {
    font-size: 13px;
    background: #F8F8F8;
    font-weight: bold;
    padding: 5px;
    border-bottom: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
}

.multi-table.small tfoot td {
    font-size: 11px;
}

.multi-table {
    background: #FFF;

}

.multi-table .btn {
    float: left;
    margin-right: 5px;
}

.multi-table .btn:last-child {
    margin: 0;
}

.multi-table tr.advertiserRow {
    font-weight: bold;
    background: rgba(102, 204, 0, 0.1);
}

.multi-table tr.blue {
    background: rgba(0, 127, 255, 0.15);
}

.multi-table tr.red {
    background: rgba(255, 0, 0, 0.15);
}

.multi-table tr.gray {
    background: rgba(0, 0, 0, 0.05);
}

.multi-table tr.hide-row {
    display: none;
}

.basic-table2 {
    border-radius: 5px;
    margin: 0 10px 10px 0;
    box-shadow: 0 1px 2px 0px rgba(0,0,0,0.15);
    background: #fff;
}
.basic-table2 td{
    min-width:100px;
    padding: 5px 8px;
    font-size: 15px;
    border-bottom: 1px dotted #E2E2E2;
}
.basic-table2 td:first-child{
    background:#F8F8F8;
    color: #666;
    width:150px;
    font-size:13px;
    text-align: right;
    border-right: 1px dotted #E2E2E2;
}
.basic-table2 tr:last-child td{
    border-bottom: none;
}

input[type="text"], input[type="password"], input[type="email"], input[type="search"] {
    padding: 5px;
    border: 1px solid #CCCCCC;
    background: #fff;
    color: #666666;
    font-size: 14px;
    width: 285px;
    transition: all 200ms linear 0s;
}

input[type="text"]:hover, input[type="password"]:hover, input[type="email"]:hover, input[type="search"]:hover {
    border: 1px solid #62B60E;
    transition: all 200ms linear 0s;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="search"]:focus {
    border: 1px solid #62B60E;
    outline: none;
    box-shadow: inset 0px 0px 5px 0 rgba(0, 0, 0, 0.1);

    transition: all 200ms linear 0s;
}

input[type="text"].small {
    width: 96px;
}

input[type="text"].max {
    width: 96%;
}

textarea {
    padding: 5px;
    border: 1px solid #CCCCCC;
    background: #fff;
    color: #666666;
    font-size: 14px;
    width: 285px;
    font-family: Arial, Helvetica, sans-serif;
    transition: all 200ms linear 0s;
}

textarea:focus {
    border: 1px solid #62B60E;
    outline: none;
    box-shadow: inset 0px 0px 5px 0 rgba(0, 0, 0, 0.1);

    transition: all 200ms linear 0s;
}

textarea.max {
    width: 95%;
}

select {
    padding: 5px;
    border: 1px solid #CCCCCC;
    background: #fff;
    /*color: #666666;*/
    font-size: 14px;
    width: 297px;
}

select:focus {
    border: 1px solid #62B60E;
    /*background: #EEFDEC;*/
    outline: none;
}

select option.icon {
    padding: 0 0 0 30px;
    background-position: 4px 0px;
    background-repeat: no-repeat;
}

select option.error {
    background-position: center right;
    background-repeat: no-repeat;
    background-image: url(../images/icons/16/bullet_error.png);
}

.chosen-container .chosen-results li.error {
    background-position: center right;
    background-repeat: no-repeat;
    background-image: url(../images/icons/16/bullet_error.png);
}

.chosen-container .chosen-results li.highlighted.error {
    background: rgba(100, 201, 0, 0.2);
    background-position: center right;
    background-repeat: no-repeat;
    background-image: url(../images/icons/16/bullet_error.png);
}

select option:disabled {
    color: #CCC;
}

.errorMessage {
    font-size: 11px;
    background: #FC6;
    padding: 3px;
    border-radius: 3px;
}

label {
    font-size: 13px;
}

input[type="text"].date {
    background: url(../images/icons/16/data_chooser.png) 89px center no-repeat #FFF;
    width: 100px;
    box-sizing: unset;
}

.upload {
    height: 27px;
    width: 62px;
    display: block;
    cursor: pointer;
    background: url(upload.png) top left no-repeat;
}

.upload input {
    cursor: pointer;
    display: block !important;
    width: 100px !important;
    height: 30px !important;
    opacity: 0 !important;
    overflow: hidden !important;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.float-none {
    float: none !important;
}

#advertiserlogins-table tbody tr td:nth-child(10),
#advertiserlogins-table tbody tr td:nth-child(12),
#advertiserlogins-table tbody tr td:nth-child(14),
#campaigns-table tbody tr td:nth-child(11),
#campaigns-table tbody tr td:nth-child(13),
#columns-table tbody tr td:nth-child(6),
#columns-table tbody tr td:nth-child(7),
#columns-table tbody tr td:nth-child(8),
#columns-table tbody tr td:nth-child(9),
#columns-table tbody tr td:nth-child(10),
#columns-table tbody tr td:nth-child(11),
#columns-table tbody tr td:nth-child(12),
#columns-table tbody tr td:nth-child(13),
#columns-table tbody tr td:nth-child(14),
#columns-table tbody tr td:nth-child(15),
#columns-table tbody tr td:nth-child(16),
#columns-table tbody tr td:nth-child(17),
#columns-table tbody tr td:nth-child(18),
#columns-table tbody tr td:nth-child(19),
#columns-table tbody tr td:nth-child(20),
#columns-table tbody tr td:nth-child(21),
#columns-table tbody tr td:nth-child(22),
#columns-table tbody tr td:nth-child(23),
#columns-table tbody tr td:nth-child(24),
#columns-table tbody tr td:nth-child(25),
#columns-table tbody tr td:nth-child(26),
#columns-table tbody tr td:nth-child(27),
#columns-table tbody tr td:nth-child(28),
#columns-table tbody tr td:nth-child(29),
#columns-table tbody tr td:nth-child(30) {

    text-align: center;

}

/* ##### BUTTONS ##### */

.btn {

    font-size: 14px;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid #AAAAAA !important;
    /*color: #444444;*/
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0 5px;
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    padding: 5px 8px;
    display: inline-block;

    background: #f7f7f7; /* Old browsers */
    background: -moz-linear-gradient(top, #FCFCFC 0%, #EEEEEE 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #e0e0e0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #FCFCFC 0%, #EEEEEE 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #FCFCFC 0%, #EEEEEE 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #FCFCFC 0%, #EEEEEE 100%); /* IE10+ */
    background: linear-gradient(to bottom, #FCFCFC 0%, #EEEEEE 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FCFCFC', endColorstr='#e0e0e0', GradientType=0); /* IE6-9 */
}

.btn:disabled {
    color: rgba(0,0,0, 0.4);
    background-color: #e4e4e4;
}

.btn:hover:enabled {

    color: #444444;
    text-decoration: none;
    background: #f1f1f1; /* Old browsers */
    background: -moz-linear-gradient(top, #f1f1f1 0%, #dcdcdc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, #dcdcdc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f1f1f1 0%, #dcdcdc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f1f1f1 0%, #dcdcdc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f1f1f1 0%, #dcdcdc 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f1f1f1 0%, #dcdcdc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#dcdcdc', GradientType=0); /* IE6-9 */

}


.btn:active {
    background: #e0e0e0; /* Old browsers */
    background: -moz-linear-gradient(top, #e0e0e0 0%, #f7f7f7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e0e0e0), color-stop(100%, #f7f7f7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e0e0e0 0%, #f7f7f7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e0e0e0 0%, #f7f7f7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e0e0e0 0%, #f7f7f7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e0e0e0 0%, #f7f7f7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0e0', endColorstr='#f7f7f7', GradientType=0); /* IE6-9 */

}

.btn.green {

    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.3);
    border: 1px solid #428400 !important;

    background: rgb(100, 201, 0); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(100, 201, 0, 1) 0%, rgba(81, 160, 0, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(100, 201, 0, 1)), color-stop(100%, rgba(81, 160, 0, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(100, 201, 0, 1) 0%, rgba(81, 160, 0, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(100, 201, 0, 1) 0%, rgba(81, 160, 0, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(100, 201, 0, 1) 0%, rgba(81, 160, 0, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(100, 201, 0, 1) 0%, rgba(81, 160, 0, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#64c900', endColorstr='#51a000', GradientType=0); /* IE6-9 */

}

.btn.green:enabled:hover {
    color: white;
    background: #71e400; /* Old browsers */
    background: -moz-linear-gradient(top, #71e400 0%, #60bf00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #71e400), color-stop(100%, #60bf00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #71e400 0%, #60bf00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #71e400 0%, #60bf00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #71e400 0%, #60bf00 100%); /* IE10+ */
    background: linear-gradient(to bottom, #71e400 0%, #60bf00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#71e400', endColorstr='#60bf00', GradientType=0); /* IE6-9 */

}

.btn.green:hover {

    background: #71e400; /* Old browsers */
    background: -moz-linear-gradient(top, #71e400 0%, #60bf00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #71e400), color-stop(100%, #60bf00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #71e400 0%, #60bf00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #71e400 0%, #60bf00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #71e400 0%, #60bf00 100%); /* IE10+ */
    background: linear-gradient(to bottom, #71e400 0%, #60bf00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#71e400', endColorstr='#60bf00', GradientType=0); /* IE6-9 */

}

.btn.green:active {

    box-shadow: inset 0px -1px 0px 0px rgba(255, 255, 255, 0.5);
    background: #51a000; /* Old browsers */
    background: -moz-linear-gradient(top, #51a000 0%, #64c900 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #51a000), color-stop(100%, #64c900)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #51a000 0%, #64c900 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #51a000 0%, #64c900 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #51a000 0%, #64c900 100%); /* IE10+ */
    background: linear-gradient(to bottom, #51a000 0%, #64c900 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#51a000', endColorstr='#64c900', GradientType=0); /* IE6-9 */

}

.btn.red {
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.3);
    border: 1px solid #8C0000 !important;

    background: #d93600; /* Old browsers */
    background: -moz-linear-gradient(top, #d93600 0%, #aa2b00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d93600), color-stop(100%, #aa2b00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d93600 0%, #aa2b00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d93600 0%, #aa2b00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d93600 0%, #aa2b00 100%); /* IE10+ */
    background: linear-gradient(to bottom, #d93600 0%, #aa2b00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d93600', endColorstr='#aa2b00', GradientType=0); /* IE6-9 */
}

.btn.red:hover {

    background: #f13c00; /* Old browsers */
    background: -moz-linear-gradient(top, #f13c00 0%, #cb3300 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f13c00), color-stop(100%, #cb3300)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f13c00 0%, #cb3300 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f13c00 0%, #cb3300 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f13c00 0%, #cb3300 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f13c00 0%, #cb3300 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f13c00', endColorstr='#cb3300', GradientType=0); /* IE6-9 */
}

.btn.red:active {
    box-shadow: inset 0px -1px 0px 0px rgba(255, 255, 255, 0.5);
    background: #cb3300; /* Old browsers */
    background: -moz-linear-gradient(top, #cb3300 0%, #f13c00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cb3300), color-stop(100%, #f13c00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cb3300 0%, #f13c00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cb3300 0%, #f13c00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #cb3300 0%, #f13c00 100%); /* IE10+ */
    background: linear-gradient(to bottom, #cb3300 0%, #f13c00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cb3300', endColorstr='#f13c00', GradientType=0); /* IE6-9 */
}

.btn.small {
    font-size: 11px;
    padding: 2px 6px;
}

.btn.small.active {

    color: #FFF;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
    background: rgb(166, 166, 166); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(166, 166, 166, 1) 0%, rgba(197, 197, 197, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(166, 166, 166, 1)), color-stop(100%, rgba(197, 197, 197, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(166, 166, 166, 1) 0%, rgba(197, 197, 197, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(166, 166, 166, 1) 0%, rgba(197, 197, 197, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(166, 166, 166, 1) 0%, rgba(197, 197, 197, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(166, 166, 166, 1) 0%, rgba(197, 197, 197, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6a6a6', endColorstr='#c5c5c5', GradientType=0); /* IE6-9 */

}

.btn.active {

    color: #FFF;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
    background: rgb(166, 166, 166); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(166, 166, 166, 1) 0%, rgba(197, 197, 197, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(166, 166, 166, 1)), color-stop(100%, rgba(197, 197, 197, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(166, 166, 166, 1) 0%, rgba(197, 197, 197, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(166, 166, 166, 1) 0%, rgba(197, 197, 197, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(166, 166, 166, 1) 0%, rgba(197, 197, 197, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(166, 166, 166, 1) 0%, rgba(197, 197, 197, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6a6a6', endColorstr='#c5c5c5', GradientType=0); /* IE6-9 */

}
.btn-active {
    color: #444444;
    text-decoration: none;
    background: #bbbbb; /* Old browsers */
    background: -moz-linear-gradient(top, #bbbbbb 0%, #f1f1f1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, #dcdcdc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f1f1f1 0%, #dcdcdc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f1f1f1 0%, #dcdcdc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f1f1f1 0%, #dcdcdc 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f1f1f1 0%, #dcdcdc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#dcdcdc', GradientType=0); /* IE6-9 */
}
/* Submit/button */
button::-moz-focus-inner,
input::-moz-focus-inner {
/ / Inner padding and border oddities in FF3 / 4 padding: 0;
    border: 0;
}

.btn-submit {
    border-radius: 4px;
    border: 1px solid #AAAAAA;
    height: 28px;
    color: #444444;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0px 5px;
    box-shadow: inset 0px 1px 0px 0px #ffffff, inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.8);
    cursor: pointer;
    font-size: 14px;

    background: #f7f7f7; /* Old browsers */
    background: -moz-linear-gradient(top, #f7f7f7 0%, #e0e0e0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #e0e0e0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f7f7f7 0%, #e0e0e0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f7f7f7 0%, #e0e0e0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f7f7f7 0%, #e0e0e0 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f7f7f7 0%, #e0e0e0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#e0e0e0', GradientType=0); /* IE6-9 */
}

.btn-submit:hover {

    background: #f1f1f1; /* Old browsers */
    background: -moz-linear-gradient(top, #f1f1f1 0%, #dcdcdc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, #dcdcdc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f1f1f1 0%, #dcdcdc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f1f1f1 0%, #dcdcdc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f1f1f1 0%, #dcdcdc 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f1f1f1 0%, #dcdcdc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#dcdcdc', GradientType=0); /* IE6-9 */

}

.btn-submit:active {

    box-shadow: inset 0px -1px 0px 0px rgba(255, 255, 255, 0.5);

    background: #cbcbcb; /* Old browsers */
    background: -moz-linear-gradient(top, #cbcbcb 0%, #ebebeb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cbcbcb), color-stop(100%, #ebebeb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cbcbcb 0%, #ebebeb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cbcbcb 0%, #ebebeb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #cbcbcb 0%, #ebebeb 100%); /* IE10+ */
    background: linear-gradient(to bottom, #cbcbcb 0%, #ebebeb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cbcbcb', endColorstr='#ebebeb', GradientType=0); /* IE6-9 */

}

.btn-submit.green {

    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.3);
    border: 1px solid #428400;

    background: rgb(100, 201, 0); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(100, 201, 0, 1) 0%, rgba(81, 160, 0, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(100, 201, 0, 1)), color-stop(100%, rgba(81, 160, 0, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(100, 201, 0, 1) 0%, rgba(81, 160, 0, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(100, 201, 0, 1) 0%, rgba(81, 160, 0, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(100, 201, 0, 1) 0%, rgba(81, 160, 0, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(100, 201, 0, 1) 0%, rgba(81, 160, 0, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#64c900', endColorstr='#51a000', GradientType=0); /* IE6-9 */

}

.btn-submit.green:hover {
    background: #71e400; /* Old browsers */
    background: -moz-linear-gradient(top, #71e400 0%, #60bf00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #71e400), color-stop(100%, #60bf00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #71e400 0%, #60bf00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #71e400 0%, #60bf00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #71e400 0%, #60bf00 100%); /* IE10+ */
    background: linear-gradient(to bottom, #71e400 0%, #60bf00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#71e400', endColorstr='#60bf00', GradientType=0); /* IE6-9 */

}

.btn-submit.green:active {

    box-shadow: inset 0px -1px 0px 0px rgba(255, 255, 255, 0.5);
    background: #51a000; /* Old browsers */
    background: -moz-linear-gradient(top, #51a000 0%, #64c900 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #51a000), color-stop(100%, #64c900)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #51a000 0%, #64c900 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #51a000 0%, #64c900 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #51a000 0%, #64c900 100%); /* IE10+ */
    background: linear-gradient(to bottom, #51a000 0%, #64c900 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#51a000', endColorstr='#64c900', GradientType=0); /* IE6-9 */

}

input[type="text"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="submit"]:disabled, input[type="button"]:disabled {
    border: 1px solid #CCC !important;
    outline: none !important;
    background: #EEE !important;
    color: #999 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    cursor: default !important;
}

.btn-submit.no-border {
    border: none;
}

.btn-submit.small {
    font-size: 11px;
    height: 21px;
}

.btn.google::before {
    content: "";
    background-image: url("../images/google_logo.png");
    width: 18px;
    height: 18px;
    display: inline-block;
    background-size: 18px;
    margin-bottom: -5px;
    margin-right: 5px;
}
.btn.microsoft::before {
    content: "";
    background-image: url("../images/microsoft_logo.png");
    width: 18px;
    height: 18px;
    display: inline-block;
    background-size: 18px;
    margin-bottom: -5px;
    margin-right: 5px;
}
.badge, .badge-static{
    background-color: #2ab900;
    color: white;
    padding: 3px;
    text-align: center;
    border-radius: 5px;
    /*transform: rotate(345deg);*/
    text-shadow: none;
    font-size: 11px;
    font-weight: bold;
}
.badge{
    position: absolute;
    top: -11px;
    right: -18px;
    /*transform: rotate(345deg);*/
}

/* ################### */
table.account-overview {

}

table.account-overview tr td {
    padding: 2px 5px;
    text-align: center;
    font-size: 12px;
}

table.account-overview tr td span {
    font-size: 20px;

}

.breadcrums {
    font-size: 11px;
    margin: 0 0 15px;
    float: left;
    width: 100%;
}

.breadcrums ul li {
    float: left;
    margin: 0 2px;
}

.box.tabs {
    background: #FFF !important;
    border-radius: 0px !important;
    border: 3px solid #E2E2E2 !important;
    padding: 10px !important;
    margin: 50px 0 10px !important;
}

.box.tabs ul {
    background: none !important;
    border: none !important;
    position: absolute;
    top: -43px;
    height: 40px;
}

.box.tabs ul li {
    position: relative;
    float: left;
    margin: 7px 2px 0px;
    background: none;
    border: none;
}

.box.tabs ul li a {
    font-weight: normal;
    font-size: 14px;
    text-decoration: none;
    border-radius: 4px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 5px 8px;
    height: 15px;
    line-height: 15px;

    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.3);
    border: 1px solid #428400;

    background: rgb(100, 201, 0); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(100, 201, 0, 1) 0%, rgba(81, 160, 0, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(100, 201, 0, 1)), color-stop(100%, rgba(81, 160, 0, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(100, 201, 0, 1) 0%, rgba(81, 160, 0, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(100, 201, 0, 1) 0%, rgba(81, 160, 0, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(100, 201, 0, 1) 0%, rgba(81, 160, 0, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(100, 201, 0, 1) 0%, rgba(81, 160, 0, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#64c900', endColorstr='#51a000', GradientType=0); /* IE6-9 */
}

.box.tabs ul li a:hover {
    background: #71e400; /* Old browsers */
    background: -moz-linear-gradient(top, #71e400 0%, #60bf00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #71e400), color-stop(100%, #60bf00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #71e400 0%, #60bf00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #71e400 0%, #60bf00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #71e400 0%, #60bf00 100%); /* IE10+ */
    background: linear-gradient(to bottom, #71e400 0%, #60bf00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#71e400', endColorstr='#60bf00', GradientType=0); /* IE6-9 */

}

.box.tabs ul li a:active {

    box-shadow: inset 0px -1px 0px 0px rgba(255, 255, 255, 0.5);
    background: #51a000; /* Old browsers */
    background: -moz-linear-gradient(top, #51a000 0%, #64c900 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #51a000), color-stop(100%, #64c900)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #51a000 0%, #64c900 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #51a000 0%, #64c900 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #51a000 0%, #64c900 100%); /* IE10+ */
    background: linear-gradient(to bottom, #51a000 0%, #64c900 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#51a000', endColorstr='#64c900', GradientType=0); /* IE6-9 */

}

.box.tabs ul li.ui-state-active {
    margin: 0px 2px;
}

.box.tabs ul li.ui-state-active a {
    color: #444 !important;
    background: #FFF;
    border: 3px solid #E2E2E2;
    border-bottom: none;
    box-shadow: none;
    height: 27px;
    line-height: 24px;
    border-radius: 0;
    text-shadow: none;
    font-weight: bold;
}

select.small {
    width: 96px;
}

select.medium {
    width: 196px;
}

span.small {
    font-size: 10px;
    padding: 2px 3px 1px !important;
}

span.small2 {
    font-size: 13px;
    color: #666;
}

span.hidden {
    display: none;
}

td.password:hover span.show {
    display: none;
}

td.password:hover span.hidden {
    display: block;
}

.checkbox {
    width: 80px;
    height: 26px;

    border-radius: 4px;
    border: 1px solid #ccc;

    position: relative;

    box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1);

    background: #cbcbcb; /* Old browsers */
    background: -moz-linear-gradient(top, #F5F5F5 0%, #fff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F5F5F5), color-stop(100%, #fff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #F5F5F5 0%, #fff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #F5F5F5 0%, #fff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #F5F5F5 0%, #fff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #F5F5F5 0%, #fff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#fff', GradientType=0); /* IE6-9 */
}

.checkbox:after {
    content: 'NO';
    font: 12px/26px Arial, sans-serif;
    color: #999;
    position: absolute;
    right: 10px;
    z-index: 0;
    font-weight: bold;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, .15);
}

.checkbox:before {
    content: 'YES';
    font: 12px/26px Arial, sans-serif;
    color: #00bf00;
    position: absolute;
    left: 10px;
    z-index: 0;
    font-weight: bold;
}

.checkbox label.slider {
    display: block;
    width: 33px;
    height: 19px;

    text-align: center;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.1);

    border-radius: 4px;

    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 1;

    box-shadow: inset 0px 1px 0px 0px #ffffff, inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #aaaaaa;

    background: rgb(235, 235, 235); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(235, 235, 235, 1) 0%, rgba(203, 203, 203, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(235, 235, 235, 1)), color-stop(100%, rgba(203, 203, 203, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(235, 235, 235, 1) 0%, rgba(203, 203, 203, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(235, 235, 235, 1) 0%, rgba(203, 203, 203, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(235, 235, 235, 1) 0%, rgba(203, 203, 203, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(235, 235, 235, 1) 0%, rgba(203, 203, 203, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#cbcbcb', GradientType=0); /* IE6-9 */
}

.checkbox label.slider:hover {

    color: #666;
    text-decoration: none;
    background: #f1f1f1; /* Old browsers */
    background: -moz-linear-gradient(top, #f1f1f1 0%, #dcdcdc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, #dcdcdc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f1f1f1 0%, #dcdcdc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f1f1f1 0%, #dcdcdc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f1f1f1 0%, #dcdcdc 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f1f1f1 0%, #dcdcdc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#dcdcdc', GradientType=0); /* IE6-9 */
}

.checkbox label.slider:after {
    content: '|||';
}

.checkbox label {
    position: absolute;
    z-index: 1;
    width: 80px;
    height: 26px;
}

.checkbox input[type=checkbox]:checked + label.slider {
    left: 43px;
}

.checkbox input[type=checkbox] {
    visibility: hidden;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
}
h2 .switch{
    position: absolute;
    margin: 3px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* Voonix slider */
.voonix-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.voonix-slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .voonix-slider {
    background-color: #54a700;
}

input:focus + .voonix-slider {
    box-shadow: 0 0 1px #54a700;
}

input:checked + .voonix-slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

/* Rounded voonix-sliders */
.voonix-slider.round {
    border-radius: 17px;
}

.voonix-slider.round:before {
    border-radius: 50%;
}


label.radio {
    padding: 3px;
    float: left;
    clear: both;
    cursor: pointer;
    margin: 0 0 3px 0;
}

.dialog {
    max-width: 100px;
    max-height: 100px;
    display: block;
    position: relative;
}

.dialog .zoom {
    width: 32px;
    height: 32px;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

fieldset {
    padding: 10px;
    border: 1px solid #E2E2E2;
}

/* ### TEXT MESSAGES ### */
.textbox {
    padding: 5px 5px 5px 50px;
    border-radius: 4px;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.8);
    margin: 0 0 10px 0;
    min-height: 32px;
    position: relative;
    height: 44px;
}

.textbox.success {
    /* ie9 */
    background: rgba(100, 201, 0, 0.20);
    background-image: url(../images/icons/32/tick_button.png);
    background-position: 5px 5px;
    background-repeat: no-repeat;
    /* ie9 */

    border: 1px solid rgba(100, 201, 0, 0.50);
    background: url(../images/icons/32/tick_button.png) 5px 5px no-repeat, linear-gradient(to right, rgba(100, 201, 0, 0.40) 43px, rgba(100, 201, 0, 0.20) 43px);
}

.textbox.info {
    /* ie9 */
    background: rgba(0, 163, 217, 0.20);
    background-image: url(../images/icons/32/information.png);
    background-position: 5px 5px;
    background-repeat: no-repeat;
    /* ie9 */

    border: 1px solid rgba(0, 163, 217, 0.50);
    background: url(../images/icons/32/information.png) 5px 5px no-repeat, linear-gradient(to right, rgba(0, 163, 217, 0.40) 43px, rgba(0, 163, 217, 0.20) 43px);
}

.textbox.warning {
    /* ie9 */
    background: rgba(255, 255, 0, 0.20);
    background-image: url(../images/icons/32/error.png);
    background-position: 5px 5px;
    background-repeat: no-repeat;
    /* ie9 */

    border: 1px solid rgba(217, 163, 0, 0.50);
    background: url(../images/icons/32/error.png) 5px 5px no-repeat, linear-gradient(to right, rgba(255, 255, 0, 0.40) 43px, rgba(255, 255, 0, 0.20) 43px);
}

.textbox.error {
    /* ie9 */
    background: rgba(197, 49, 0, 0.20);
    background-image: url(../images/icons/32/exclamation.png);
    background-position: 5px 5px;
    background-repeat: no-repeat;
    /* ie9 */

    border: 1px solid rgba(190, 48, 0, 0.52);
    background: url(../images/icons/32/exclamation.png) 5px 5px no-repeat, linear-gradient(to right, rgba(197, 49, 0, 0.40) 43px, rgba(197, 49, 0, 0.20) 43px);
}

.textbox span.close {
    color: rgba(0, 0, 0, 0.25);
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 20px;
}

.textbox ul li {
    list-style: inside disc;
    font-weight: bold;
}

.infobox {

}

.infobox span.title {
    background: #eee;
    padding: 3px;
    float: left;
    width: 100%;
}

.infobox.small {
    font-size: 12px;
}

.tracker-info {
    position: relative;
    height: 36px;
    width: 60px;
    font-size: 10px;
}

.tracker-info span {
    float: left;
}

#sorting-table_info________depricated {
    background: #E2E2E2;
    font-size: 12px;
    color: #333;
    padding: 3px;
    margin-top: -10px;
}

.table-helper-info {
    float: right;
    font-size: 12px;
    margin: 6px;
}

.table-helper-info .success {
    background: rgba(100, 201, 0, 0.20);
    color: rgba(0, 0, 0, 0.8);
    padding: 4px;
    border-radius: 3px;
}

.table-helper-info .error {
    background: rgba(197, 49, 0, 0.20);
    color: rgba(0, 0, 0, 0.8);
    padding: 4px;
    border-radius: 3px;
}

span.green {
    padding: 3px 5px;
    border-radius: 3px;
    background: rgba(100, 201, 0, 0.20);
    border-bottom: 2px solid rgba(100, 201, 0, 0.40);
    display: inline-block;

}


span.blue {
    padding: 3px 5px;
    border-radius: 3px;
    background: rgba(0, 127, 255, 0.20);
    border-bottom: 2px solid rgba(0, 127, 255, 0.40);
    display: inline-block;
}

span.light-blue {
    padding: 3px 5px;
    border-radius: 3px;
    background: rgba(0, 127, 255, 0.05);
    border-bottom: 2px solid rgba(0, 127, 255, 0.20);
    display: inline-block;
}

span.red {
    padding: 3px 5px;
    border-radius: 3px;
    background: rgba(197, 49, 0, 0.20);
    border-bottom: 2px solid rgba(197, 49, 0, 0.40);
    display: inline-block;
}

span.yellow {
    padding: 3px 5px;
    border-radius: 3px;
    background: rgba(217, 217, 0, 0.20);
    border-bottom: 2px solid rgba(217, 217, 0, 0.40);
    display: inline-block;
}

span.yellow-menu {
    padding: 3px 5px;
    border-radius: 3px;
    background: rgba(217, 217, 0, 0.80);
    border-bottom: 2px solid rgba(217, 217, 0, 0.40);
    display: inline-block;
}

span.light-gray {
    padding: 3px 5px;
    border-radius: 3px;
    background: #FFF;
    border-bottom: 2px solid rgba(247, 247, 247, 0.80);
    display: inline-block;
    color:  rgba(0, 0, 0, 1);
    text-shadow: none;

}

span.dark-gray {
    padding: 3px 5px;
    border-radius: 3px;
    background: #1E1E1E;
    display: inline-block;
    color:  #FFF;
    text-shadow: none;
}

span.gray {
    padding: 3px 5px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.10);
    border-bottom: 2px solid rgba(0, 0, 0, 0.20);
    display: inline-block;
}

span.gold-medal {
    padding: 0px 6px;
    border-radius: 8px;
    background: #FDE578;
    border-bottom: 2px solid #C09F03;
    display: inline-block;
}

span.silver-medal {
    padding: 0px 6px;
    border-radius: 8px;
    background: #D0DAE2;
    border-bottom: 2px solid #536F86;
    display: inline-block;
}

span.bronze-medal {
    padding: 0px 6px;
    border-radius: 8px;
    background: #F9AD59;
    border-bottom: 2px solid #9A5405;
    display: inline-block;
}

span.fontgray {
    color: #999;
}

span.font10 {
    font-size: 10px;
}

span.font11 {
    font-size: 11px;
}

span.font12 {
    font-size: 12px;
}

span.font13 {
    font-size: 13px;
}

span.font14 {
    font-size: 14px;
}

span.font15 {
    font-size: 15px;
}

span.font16 {
    font-size: 16px;
}

span.font17 {
    font-size: 17px;
}

span.font18 {
    font-size: 18px;
}

#modal {
    display: none;
    position: fixed;

    max-height: calc(100vh - 10vh);
    top: 5vh;
    left: 0;
    right:0;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    background: #FFF;
    /*border: 5px solid #5A9DD7;*/
    padding: 20px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    color: #333;
    font-size: 13px;
    z-index: 100;
}
#modal.long {
    overflow-y: scroll;
}

#modal.red {
    border: 5px solid #F05D46;
}

#modal.green {
    border: 5px solid #3C0;
}
#modal .textbox {
    height: auto;
    min-height: 66px;
    background-position-y: center;
}
#modal .textbox > div {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 54px;
    text-align: center;
}
#modal .textbox > .loading {
    padding:20px 0 0 0;
    background-position: center 0px;
}

#overlay {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.loading {
    text-align: center;
    padding: 30px 0 0 0;
    background: url(../images/loading.gif) center 10px no-repeat;
}

.loading_dashboard {
    height: 100%;
    width: 100%;
    background: #ebebeb;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.loading-big {
    text-align: center;
    padding: 320px 0 0 0;
    background: url(../images/loading-big.gif) center 170px no-repeat;
    font-size: 13px;
}

.horz-bar {

}

.horz-bar td {
    padding: 3px 5px 3px 3px;
}

.horz-bar td:first-child {
    border-right: 1px solid #eee;
    width: 150px;
    float: left;
}

.horz-bar tr:first-child .name {
    font-weight: bold;
    background: url(../images/icons/16/medal_gold_2.png) center left no-repeat;
}

.horz-bar tr:nth-child(2) .name {
    background: url(../images/icons/16/medal_silver_2.png) center left no-repeat;
}

.horz-bar tr:nth-child(3) .name {
    background: url(../images/icons/16/medal_bronze_2.png) center left no-repeat;
}

.horz-bar .row {
    width: 100%;
    float: left;
    margin-bottom: 4px;
}

.horz-bar .name {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 0 0 20px;
    border-bottom: 1px dotted #ccc;
}

.horz-bar .bar_area {
    position: relative;
    float: left;
    width: 340px;
}

.horz-bar .bar_area .bar_label {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 3px;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.3) inset, 0 1px 2px 0 rgba(0, 0, 0, 0.4);
    left: 5px;
    padding: 0px 5px 0px;
    position: absolute;
    top: 4px;
    font-size: 10px;
}

.horz-bar .bar_area .bar {
    float: left;
    position: relative;

    border-radius: 4px;
    height: 20px;

    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.3);
    border: 1px solid #428400 !important;

    background: rgb(100, 201, 0); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(100, 201, 0, 1) 0%, rgba(81, 160, 0, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(100, 201, 0, 1)), color-stop(100%, rgba(81, 160, 0, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(100, 201, 0, 1) 0%, rgba(81, 160, 0, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(100, 201, 0, 1) 0%, rgba(81, 160, 0, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(100, 201, 0, 1) 0%, rgba(81, 160, 0, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(100, 201, 0, 1) 0%, rgba(81, 160, 0, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#64c900', endColorstr='#51a000', GradientType=0); /* IE6-9 */
}

.horz-bar .bar_area .bar_label_sub {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    color: #fff;
    font-size: 12px;
    right: -5px;
    padding: 2px 4px 0;
    position: absolute;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    top: 2px;
}

.horz-bar .bar_area .bar_sub {
    float: left;
    position: relative;

    border-radius: 4px;
    height: 8px;

    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(66, 132, 0, 0.3) !important;

    background: rgb(100, 201, 0); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(100, 201, 0, 0.3) 0%, rgba(81, 160, 0, 0.3) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(100, 201, 0, 0.3)), color-stop(100%, rgba(81, 160, 0, 0.3))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(100, 201, 0, 0.3) 0%, rgba(81, 160, 0, 0.3) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(100, 201, 0, 0.3) 0%, rgba(81, 160, 0, 0.3) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(100, 201, 0, 0.3) 0%, rgba(81, 160, 0, 0.3) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(100, 201, 0, 0.3) 0%, rgba(81, 160, 0, 0.3) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#64c900', endColorstr='#51a000', GradientType=0); /* IE6-9 */
}

.horz-bar .bar_area .bar_sub_container {
    float: left;
    width: 100%;
    margin: 2px 0 0 0;
}

.horz-bar .bar_area .bar_sub_container:hover {
    float: left;
    width: 100%;
    cursor: help;
}

.horz-bar .bar_area .bar_sub_container:hover .bar_sub {
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.3);
    border: 1px solid #428400 !important;

    background: rgb(100, 201, 0); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(100, 201, 0, 1) 0%, rgba(81, 160, 0, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(100, 201, 0, 1)), color-stop(100%, rgba(81, 160, 0, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(100, 201, 0, 1) 0%, rgba(81, 160, 0, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(100, 201, 0, 1) 0%, rgba(81, 160, 0, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(100, 201, 0, 1) 0%, rgba(81, 160, 0, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(100, 201, 0, 1) 0%, rgba(81, 160, 0, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#64c900', endColorstr='#51a000', GradientType=0); /* IE6-9 */
}

.horz-bar .bottom td {
    padding: 0 3px;
}

.horz-bar .bottom td:last-child {
    border-bottom: 1px solid #eee;

}

.horz-bar .left {
    font-size: 10px;
    color: rgba(0, 0, 0, 0.7);
    float: left;
}

.horz-bar .right {
    font-size: 10px;
    color: rgba(0, 0, 0, 0.7);
    float: right;
}

.vert-bar {
    background: #FFF;
    width: 500px;
}

.vert-bar td {
    padding: 3px 10px;
    width: 60px;
    font-size: 10px;
    text-align: center;
    background: url(../images/horz-line.png);
}

.vert-bar td:first-child {
    border-right: 1px solid #eee;
    border-bottom: none !important;
    border-top: none !important;
    width: 100%;
    font-size: 10px;
    text-align: right;
    padding: 0 10px 0 0;
    background: none;
}

.vert-bar td:last-child {
    border-right: 1px solid #eee;
}

.vert-bar td:first-child div {
    position: relative;
    height: 200px;
}

.vert-bar td:first-child span.top {
    position: absolute;
    top: 0;
    right: 0;
}

.vert-bar td:first-child span.middle {
    position: absolute;
    top: 93px;
    right: 0;
}

.vert-bar td:first-child span.bottom {
    position: absolute;
    bottom: 0;
    right: 0;
}

.vert-bar tr:last-child td {
    border-right: none;
    border-left: none;
    background: none;
}

.vert-bar tr:first-child td {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

.vert-bar .bar_area {
    position: relative;
    height: 200px;
    width: 45px;
    padding: 0 0 0 20px;
}

.vert-bar .bar_area .bar {
    background: #3C0;
    position: absolute;
    bottom: 0;
    width: 25px;

    border-radius: 4px;
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.3);
    border: 1px solid #428400 !important;

    background: rgb(100, 201, 0); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(100, 201, 0, 1) 0%, rgba(81, 160, 0, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(100, 201, 0, 1)), color-stop(100%, rgba(81, 160, 0, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(100, 201, 0, 1) 0%, rgba(81, 160, 0, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(100, 201, 0, 1) 0%, rgba(81, 160, 0, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(100, 201, 0, 1) 0%, rgba(81, 160, 0, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(100, 201, 0, 1) 0%, rgba(81, 160, 0, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#64c900', endColorstr='#51a000', GradientType=0); /* IE6-9 */
}

.vert-bar .bar_area .bar:hover {
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.3), 0 0 5px 0 rgba(0, 0, 0, 0.4);
    cursor: help;
}

.vert-bar .bar_area .bar .label {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #428400;
    border-radius: 3px;
    left: -27px;
    padding: 3px;
    position: absolute;
    top: 10px;
    width: 70px;
    box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.3), 0px 1px 2px 0 rgba(0, 0, 0, 0.4);
}

.column {
    float: left;
    height: 100%;
    display: block;
    margin: 0 14px 0 0;
}

.column.i3 {
    width: 520px;
}

#leaderboard ul li {
    border-bottom: 1px solid #DDDDDD;
    float: left;
    width: 500px;
    position: relative;

}

#leaderboard ul li .place {
    border-right: 1px solid #DDDDDD;
    padding: 10px;
    float: left;
    height: 32px;
    width: 32px;
}

#leaderboard ul li .text {
    padding: 10px;
    float: left;
    height: 32px;
    line-height: 32px;

}

#leaderboard ul li .small {
    font-size: 9px;
    color: #BBB;
    float: none;
}

#leaderboard ul li .prize {
    position: absolute;
    right: 10px;
    top: 0px;
}

#leaderboard ul li:nth-child(1) .text {
    font-size: 25px;
}

#leaderboard ul li:nth-child(2) .text {
    font-size: 22px;
}

#leaderboard ul li:nth-child(3) .text {
    font-size: 18px;
}

#leaderboard ul li:nth-child(4) .text, #leaderboard ul li:nth-child(5) .text, #leaderboard ul li:nth-child(6) .text, #leaderboard ul li:nth-child(7) .text, #leaderboard ul li:nth-child(8) .text {
    height: 20px;
    line-height: 20px;
    font-size: 16px;
}

#leaderboard ul li:nth-child(4) .place, #leaderboard ul li:nth-child(5) .place, #leaderboard ul li:nth-child(6) .place, #leaderboard ul li:nth-child(7) .place, #leaderboard ul li:nth-child(8) .place {
    height: 20px;
    font-size: 12px;
}

#leaderboard .bottom {
    bottom: -33px;
    color: #FFFFFF;
    left: 0;
    position: absolute;
    text-align: center;
    width: 220px;
    font-size: 11px;
    text-shadow: 0px 1px 1px #000;
}

button {
    cursor: pointer;
}

ul.request_overview {
    width: 400px;
}

ul.request_overview li {
    padding: 3px 5px;
    border-radius: 3px;
    background: rgba(0, 127, 255, 0.20);
    border-bottom: 2px solid rgba(0, 127, 255, 0.40);
    margin-top: 3px;
}

ul.request_overview li ul {
    display: none;
}

ul.request_overview li ul li {
    font-size: 12px;
    height: 20px;
}

.small_circle {
    height: 10px !important;
    width: 10px !important;
    border-radius: 5px !important;
    background: #ccc !important;
    border: none !important;
    display: inline-block !important;
    padding: 0 !important;
}

.small_circle.blue {
    background: #09F !important;
}

.small_circle.green {
    background: #6C0 !important;
}

.small_circle.yellow {
    background: #FC0 !important;
}

.small_circle.red {
    background: #C30 !important;
}

.admi_name {
    font-size: 9px;
    border-radius: 3px;
    padding: 3px;
    display: inline-block;
    background-color: #bdc3c7;
    margin-bottom: 2px;
    color: #fff;
    font-weight: bold;
}

.managers {
    width: 250px;
    float: left;
    margin: 0 10px 10px 0;
}

.managers h3 {
    border-radius: 4px;
    padding: 3px;
    background-color: #bdc3c7;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.managers p {
    font-size: 13px;
    color: #333;
    margin: 0 0 5px 0;
}

.multi-table2 {
    border-radius: 5px;
    margin: 0 0 10px 0;
    width: 100%;
    box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.15);
    background: #fff;
    border-collapse: initial;
}

.multi-table2 th {
    font-size: 14px;
    background: #F8F8F8;
    font-weight: bold;
    padding: 5px 15px;
    border-bottom: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.multi-table2 thead th:last-child {
    border-right: none !important;
}
/*Adjust table fixed header column names width */
table.multi-table2 > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(1) {
    /*
    Advertiser
     */
    width: 80px !important;
    min-width: 80px !important;
}

table.multi-table2:nth-child(11) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(4){
    /*
    Signups
     */
    width: 50px !important;
    min-width: 50px !important;
}
table.multi-table2:nth-child(11) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(6){
    /*
    Depositors
     */
    width: 59px !important;
    min-width: 59px !important;
}
table.multi-table2:nth-child(11) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(7){
    /*
    Deposits
     */
    width: 55px !important;
    min-width: 55px !important;
}

.multi-table2 tfoot {
    border-top: 1px solid #E2E2E2;
}

.multi-table2 tfoot tr:first-child td {
    font-size: 12px;
    background: #F8F8F8;
    font-weight: bold;
    padding: 5px 5px;
    border-bottom: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
}

.multi-table2 tfoot td:last-child {
    border-right: none !important;
}

.multi-table2.small th {
    font-size: 11px;
    padding: 5px;
}

.multi-table2 td {
    font-size: 13px;
    padding: 7px 5px;
}

.dtwrapper .multi-table2 tbody tr td{
    white-space: nowrap;
}

.multi-table2.small td {
    font-size: 12px;
    padding: 5px 4px;
}

.multi-table2 tr:nth-child(even) td {
    background: #f6f6f6;
}

.multi-table2 tr:hover td {
    background: #f2f2f2;
}

.multi-table2 tr.red td {
    background: rgba(197, 49, 0, 0.2) !important;
}
.multi-table2 tr:nth-child(even).red td.sorting_1 {
    background: rgba(197, 49, 0, 0.2) !important;
}

.dtwrapper .multi-table2 td > span {
    display: inline-block;
    width: 100%;
}

.multi-table2 th.sorting_desc {

    background: #E8E8E8; /* Old browsers */
    background: url(../images/desc.png) center right no-repeat, -ms-linear-gradient(top, #dfdfdf 0%, #f8f8f8 100%); /* IE10+ */
    background: url(../images/desc.png) center right no-repeat, linear-gradient(to bottom, #dfdfdf 0%, #f8f8f8 100%); /* W3C */

}

.multi-table2 th.sorting_asc {
    background: #E8E8E8; /* Old browsers */
    background: url(../images/asc.png) center right no-repeat, -ms-linear-gradient(top, #dfdfdf 0%, #f8f8f8 100%); /* IE10+ */
    background: url(../images/asc.png) center right no-repeat, linear-gradient(to bottom, #dfdfdf 0%, #f8f8f8 100%); /* W3C */
}

.multi-table2 td.sorting_1 {
    background: #f7fcf2;
}

.multi-table2 tr:nth-child(even) td.sorting_1 {
    background: #eff8e5;
}
.multi-table2 tr:nth-child(even).red td.sorting_1 {
    background: rgba(197, 49, 0, 0.2) !important;
}

/*Table with automatic width & support for fixed header*/

.auto-table {
    border-radius: 5px;
    margin: 0 0 10px 0;
    width: 100%;
    box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.15);
    background: #fff;
    border-collapse: separate;
    border-spacing: 0; /* Remove gaps between cells */
}

.auto-table th {
    /*font-size: 14px;*/
    background: #F8F8F8;
    font-weight: bold;
    /*padding: 5px 15px;*/
    border-bottom: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.auto-table th > span{
    padding: 5px 15px;
    font-size: 14px;
    display: inline-block;
}

.auto-table thead th:last-child {
    border-right: none !important;
}

.auto-table tfoot {
    border-top: 1px solid #E2E2E2;
}

.auto-table tfoot tr:first-child td {
    /*font-size: 12px;*/
    background: #F8F8F8;
    font-weight: bold;
    /*padding: 5px 5px;*/
    border-bottom: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
}

.auto-table tfoot tr:first-child td > span {
    font-size: 12px;
    padding: 5px 5px;
    white-space: nowrap;
}
.auto-table tbody tr td > span {
    white-space: nowrap;
}

.auto-table.campaign tbody tr td:first-child > span{
    white-space: normal;
}

.auto-table tfoot td:last-child {
    border-right: none !important;
}



.auto-table td > span {
    font-size: 13px;
    padding: 7px 5px;
    display: inline-block;
    width: 100%;
}


.auto-table tr:nth-child(even) td {
    background: #f6f6f6;
}

.sticky-header {
    position: sticky;
    background: #FFF;
    z-index: 1; /* Ensure it appears above other rows */
    top: 0;
}

.sticky-column {
    position: sticky;
    left: 0;
    background: #FFF;
    z-index: 1; /* Ensure it appears above other rows */
}
.left-81px{
    left: 80px;
}
.sticky-column:has(+ :not(.sticky-column)) {
    border-right: 1px solid #d5d5d5;
}
/*tfoot > tr > td.sticky-column{*/
/*    position: inherit;*/
/*    background: #F8F8F8;*/
/*    z-index: 0;*/
/*}*/
/* Ensure the header cell is styled similarly */
th.sticky-column {
    top: 0; /* Ensure it sticks to the top of the table */
    z-index: 2; /* Higher z-index for header to stay above rows */
    border-right: 1px solid #E2E2E2;
}
th.sticky-column.stuck{
    box-shadow: 1px 2px 2px -1px rgba(0, 0, 0, 0.1); /* Downward shadow only */
}
.fixedHeader-floating .sticky-column {
    border-right: none;
}
/*.auto-table tr:hover td:not(.sticky-column) {*/
/*    background: rgba(0, 0, 0, 0.05) !important;*/
/*}*/
.auto-table tr:hover td {
    background: #f2f2f2;
}

.auto-table th.sorting_desc {

    background: #E8E8E8; /* Old browsers */
    background: url(../images/desc.png) center right no-repeat, -ms-linear-gradient(top, #dfdfdf 0%, #f8f8f8 100%); /* IE10+ */
    background: url(../images/desc.png) center right no-repeat, linear-gradient(to bottom, #dfdfdf 0%, #f8f8f8 100%); /* W3C */

}

.auto-table th.sorting_asc {
    background: #E8E8E8; /* Old browsers */
    background: url(../images/asc.png) center right no-repeat, -ms-linear-gradient(top, #dfdfdf 0%, #f8f8f8 100%); /* IE10+ */
    background: url(../images/asc.png) center right no-repeat, linear-gradient(to bottom, #dfdfdf 0%, #f8f8f8 100%); /* W3C */
}

.auto-table td.sorting_1 {
    background: #f7fcf2;
}

.auto-table tr:nth-child(even) td.sorting_1 {
    background: #eff8e5;
}

.auto-table tr.red td {
    background: rgba(197, 49, 0, 0.2) !important;
}
.auto-table tr:nth-child(even).red td.sorting_1 {
    background: rgba(197, 49, 0, 0.2) !important;
}

.dtwrapper{
    /*overflow: auto;*/
    max-height: calc(100vh - 20vh); /*subtract height of options on report pages*/
    width: 100%;
}

.compact-table tbody tr{
    white-space: nowrap;
}

.dropdown {
    border: 1px solid #AAAAAA !important;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    box-shadow: inset 0px 1px 0px 0px #ffffff, inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);

    background: #f7f7f7; /* Old browsers */
    background: -moz-linear-gradient(top, #f7f7f7 0%, #e0e0e0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #e0e0e0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f7f7f7 0%, #e0e0e0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f7f7f7 0%, #e0e0e0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f7f7f7 0%, #e0e0e0 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f7f7f7 0%, #e0e0e0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#e0e0e0', GradientType=0); /* IE6-9 */

    position: relative;
    border-radius: 4px;
    text-align: center;
}

.dropdown:hover {

}

.dropdown li {
    cursor: pointer;
    padding: 5px 8px;
}

.dropdown li ul {
    display: none;
    white-space: nowrap;
}

.dropdown li:hover ul {
    background: #fff;
    display: block;
    position: absolute;
    z-index: 100;
    top: 22px;
    right: -1px;
    border-radius: 4px;
    border: 1px solid #bbb;
    overflow: hidden;
}

.dropdown li ul li {
    cursor: default;
    position: relative;
    float: left;
    width: 100%;
    padding: 0;

}

.dropdown li ul li a {
    padding: 8px 8px;
    position: relative;
    text-decoration: none;
    word-wrap: normal;
    float: left;
    text-align: left;
    width: 100%;
    white-space: nowrap;
    text-shadow: none;
    font-size: small;
}

.dropdown li ul li a:hover {
    color: #000;
    background: #eee;
}

.dropdown li ul li a.red:hover {
    background: rgba(255, 0, 0, 0.15);
    color: #3C0000;
}

.dropdown li ul li label {
    padding: 8px 8px;
    position: relative;
    text-decoration: none;
    word-wrap: normal;
    float: left;
    text-align: left;
    width: 100%;
    white-space: nowrap;
    text-shadow: none;
}

.dropdown li ul li label:hover {
    color: #000;
    background: #eee;
}

.dataTables_paginate {
    float: right;
}

.dataTables_empty{
    padding: 5px;
}

.dataTables_length {
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    color: #666;
    float: left;
    font-size: 12px;
    margin: 0 10px 10px 0;
    padding: 7px;
}

.dataTables_length select {
    color: #666;
    font-size: 12px;
    padding: 1px;
    width: 50px;

}

.dataTables_paginate .paginate_button {
    font-size: 14px;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid #AAAAAA !important;
    color: #444444;
    font-family: Arial, Helvetica, sans-serif;
    box-shadow: inset 0px 1px 0px 0px #ffffff, inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);
    padding: 5px 8px;
    display: inline-block;
    cursor: pointer;
    margin: 0 4px 0 0;

    background: #f7f7f7; /* Old browsers */
    background: -moz-linear-gradient(top, #f7f7f7 0%, #e0e0e0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #e0e0e0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f7f7f7 0%, #e0e0e0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f7f7f7 0%, #e0e0e0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f7f7f7 0%, #e0e0e0 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f7f7f7 0%, #e0e0e0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#e0e0e0', GradientType=0); /* IE6-9 */
}

.dataTables_paginate .paginate_button:hover {

    color: #444444;
    text-decoration: none;
    background: #f1f1f1; /* Old browsers */
    background: -moz-linear-gradient(top, #f1f1f1 0%, #dcdcdc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, #dcdcdc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f1f1f1 0%, #dcdcdc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f1f1f1 0%, #dcdcdc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f1f1f1 0%, #dcdcdc 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f1f1f1 0%, #dcdcdc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#dcdcdc', GradientType=0); /* IE6-9 */

}

.dataTables_paginate .paginate_button.current {

    background: #e0e0e0; /* Old browsers */
    background: -moz-linear-gradient(top, #e0e0e0 0%, #f7f7f7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e0e0e0), color-stop(100%, #f7f7f7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e0e0e0 0%, #f7f7f7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e0e0e0 0%, #f7f7f7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e0e0e0 0%, #f7f7f7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e0e0e0 0%, #f7f7f7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0e0', endColorstr='#f7f7f7', GradientType=0); /* IE6-9 */

}

.dataTables_info {
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    color: #666;
    float: left;
    font-size: 12px;
    margin: 0 10px 0 0;
    padding: 7px;
}

.dataTables_filter {
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    color: #666;
    float: left;
    font-size: 12px;
    margin: 0 10px 10px 0;
    padding: 7px;
}

.dataTables_filter input {
    font-size: 12px;
    padding: 2px 5px;
    color: #060;
    width: 150px;
    font-weight: bold;
    margin: 0 0 0 10px;
}

.dt-buttons {
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    color: #666;
    float: left;
    font-size: 12px;
    margin: 0 10px 10px 0;
    padding: 7px;
    height: 34px;
}

.dt-buttons:before {
    content: 'Download ';
}

.dt-buttons .dt-button {
    font-size: 11px;
    padding: 2px 6px;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid #AAAAAA !important;
    color: #444444;
    font-family: Arial, Helvetica, sans-serif;
    box-shadow: inset 0px 1px 0px 0px #ffffff, inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);
    display: inline-block;
    cursor: pointer;
    margin: 0 4px 0 0;

    background: #f7f7f7; /* Old browsers */
    background: -moz-linear-gradient(top, #f7f7f7 0%, #e0e0e0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #e0e0e0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f7f7f7 0%, #e0e0e0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f7f7f7 0%, #e0e0e0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f7f7f7 0%, #e0e0e0 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f7f7f7 0%, #e0e0e0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#e0e0e0', GradientType=0); /* IE6-9 */
}

.dt-buttons .dt-button:hover {

    color: #444444;
    text-decoration: none;
    background: #f1f1f1; /* Old browsers */
    background: -moz-linear-gradient(top, #f1f1f1 0%, #dcdcdc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, #dcdcdc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f1f1f1 0%, #dcdcdc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f1f1f1 0%, #dcdcdc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f1f1f1 0%, #dcdcdc 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f1f1f1 0%, #dcdcdc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#dcdcdc', GradientType=0); /* IE6-9 */

}

.active-lable {
    font-weight: bold;
    font-size: x-small;
    color: #00bf00;
}

.campaign_box {
    padding: 8px;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    width: 200px;
    background: #FFF;
    position: relative;
    float: left;
    margin: 10px 10px 0 0;
    font-size: 14px;
}

.flex-container {
    display: flex;
    gap: 3px;
}

.campaign_box.bottom {
    margin: 20px 10px 30px 0;
}

.avail_campaigns {
    float: left;
    width: 910px;
}

.campaign_box .status {
    padding: 5px 5px 2px 5px;
    height: 20px;
    font-size: 11px;
    color: #666;
    border-radius: 4px;
    border: 1px solid transparent;
}

.campaign_box .status.green {
    background: rgba(100, 201, 0, 0.20);
    border: 1px solid rgba(100, 201, 0, 0.50);

}

.campaign_box .status.blue {
    background: rgba(0, 163, 217, 0.20);
    border: 1px solid rgba(0, 163, 217, 0.50);

}

.campaign_box .logo {
    margin: 10px;
    width: 180px;
    height: 80px;
    position: relative;
    text-align: center;
}

.campaign_box .logo img {
    max-height: 80px;
    max-width: 180px;
}

.campaign_box .tag {
    position: absolute;
    top: -15px;
    left: -10px;
    height: 45px;
    width: 69px;
    display: block;
    font-size: 20px;
    padding: 0 0 0 15px;
    color: #fff;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.60);
    background: url(../images/tag-small-green.png) top left no-repeat;
    z-index: 10;
}

.campaign_box .adve_name {
    text-align: center;
    font-size: 20px;
}

.campaign_box .div {
    margin: 5px 0;
    border-top: 1px dotted #ccc;
}

.campaign_box .deal {
    text-align: center;
    font-weight: bold;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 16px;
    padding: 5px;
    background: #ccc;
    margin-bottom: 5px;
    height: 22px;
    border-radius: 4px;
}

.campaign_box .deal.rev {
    background: #09F;
}

.campaign_box .deal.cpa {
    background: #6C3;
}

.campaign_box .deal.cpl {
    background: #F90;
}

.campaign_box .premium {

}

.campaign_box .green_bottom {
    height: 30px;
    padding: 5px 15px 0;
    background: #f8f8f8;
    color: #333;
    font-size: 16px;
    border-top: 1px solid #ddd;
    margin: 5px -8px -8px -8px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.campaign_box .green_bottom span.left {
    float: left;
}

.campaign_box .green_bottom span.right {
    float: right;
}

.campaign_box.plat {
    background: url(../images/partner-plat-bg.png) top left;
}

.campaign_box.gold {
    background: url(../images/partner-gold-bg.png) top left;
}

.campaign_box.silver {
    background: url(../images/partner-silver-bg.png) top left;
}

.campaign_box .ribbon {
    height: 30px;
    left: -5px;
    position: absolute;
    top: 108px;
    width: 226px;
}

.campaign_box p {
    margin: 5px 0;
    text-align: center;
}

.campaign_box .progress {
    background: #eee none repeat scroll 0 0;
    border: 1px solid #428400;
    border-radius: 3px;
    bottom: 7px;
    float: left;
    height: 10px;
    position: absolute;
    width: 200px;
}

.campaign_box .bar {
    width: 0%;

    float: left;
    height: 10px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.3);
    border-right: 1px solid #428400;

    background: rgb(100, 201, 0); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(100, 201, 0, 1) 0%, rgba(81, 160, 0, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(100, 201, 0, 1)), color-stop(100%, rgba(81, 160, 0, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(100, 201, 0, 1) 0%, rgba(81, 160, 0, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(100, 201, 0, 1) 0%, rgba(81, 160, 0, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(100, 201, 0, 1) 0%, rgba(81, 160, 0, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(100, 201, 0, 1) 0%, rgba(81, 160, 0, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#64c900', endColorstr='#51a000', GradientType=0); /* IE6-9 */
}

@keyframes fadeIt {
    0% {
        background-color: #FFFFFF;
    }
    10% {
        background-color: #C5F099;
    }
    100% {
        background-color: #FFFFFF;
    }
}

.background_animated {
    background-image: none !important;
    -webkit-animation: fadeIt 3s ease-in-out;
    -moz-animation: fadeIt 3s ease-in-out;
    -o-animation: fadeIt 3s ease-in-out;
    animation: fadeIt 3s ease-in-out;
}

input.radio[type=radio] {
    display: none;
}

input.radio[type=radio] + label {
    display: inline-block;
    margin: -2px;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

input.radio[type=radio]:checked + label {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: #e0e0e0;
}

input.radio[type=radio]:first-child + label {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

input.radio[type=radio] + label:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.fa-question-circle {
    cursor: help;
}

.line-graph {
    margin-left: -5px;
    margin-bottom: -18px;
    max-height: 200px;
    position: relative;
}

.line-graph .c3-line {
    stroke-width: 2px;
}

.line-graph .c3-circle {
    display: none;
}

.title {
    font-family: 'Quicksand', sans-serif;
    font-size: 50px;
    margin: 0 0 0 15px;
    font-weight: 400;
    position: relative;
}

.title.green {
    color: #4caf50;
}

.title.red {
    color: #f44336;
}

.percent {
    position: absolute;
    top: 22px;
    margin-left: 5px;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    padding: 4px 4px;
    letter-spacing: normal;
    cursor: help;
}

.percent.decrease {
    background: #f44336;
}

.percent.increase {
    background: #4caf50;
}

.percent > i {
    position: absolute;
    top: -13px;
    right: 50%;
    margin-right: -5px;
}

.percent.decrease > i {
    top: 15px;
}

.overtitle {
    font-family: 'Quicksand', sans-serif;
    color: #464855;
    font-weight: 700;
    margin: 10px 0 -6px 20px;
    font-size: 16px;
}

.undertitle {
    font-family: 'Quicksand', sans-serif;
    color: #464855;
    margin: 0 0 0 15px;
    font-size: 13px;
}

.overtitle_dark {
    font-family: 'Quicksand', sans-serif;
    color: floralwhite;
    font-weight: 700;
    margin: 0px 0 -6px 20px;
    font-size: 16px;
}

.undertitle_dark {
    font-family: 'Quicksand', sans-serif;
    color: floralwhite;
    margin: 0 0 0 15px;
    font-size: 13px;
}

.box .options-fade {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    padding-right: 1px;
    background: rgba(250, 250, 250, 0.8);
    z-index: 100;
}

.box .options-box {
    display: none;
    text-align: center;
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    padding: 14px;
    margin: 0 0 0 -14px;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    z-index: 101;
}

.box .options-box ul li {
    padding: 0 0 10px 0;
}

.box .btn-options {
    padding: 10px;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 3px;
    color: #cccccc;
}

.box .btn-options:hover {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    color: #999999;
}

.box .error {
    padding: 20px;
    text-align: center;
}

.box .error .error-text {

    margin-top: 20px;
    font-size: 16px;
    color: #666666;
}

.box .error i {

    font-size: 100px;
    color: #eeeeee;
}

#dashboard-group-control {
    text-align: center;
    width: 400px;
    height: 45px;
    background: #fff;
    padding: 5px 10px 10px 10px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    position: absolute;
    top: -45px;
    left: 10px;
    z-index: 200;
}

#dashboard-group-control > .btn {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

#dashboard-group-control > .top-text {
    font-family: 'Quicksand', sans-serif;
    color: #666;
    font-weight: 700;
    font-size: 13px;
}

#dashboard-group-control > .bottom-text {
    font-family: 'Quicksand', sans-serif;
    color: #464855;
    font-weight: 700;
    font-size: 16px;
}

#dashboard-group-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    padding-right: 1px;
    background: rgba(250, 250, 250, 0.8);
    z-index: 100;
}

#dashboard-group-settings {
    display: none;
    text-align: center;
    position: absolute;
    top: 10%;
    left: 50%;
    margin-left: -250px;
    width: 600px;
    padding: 14px;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    z-index: 101;
}

#dashboard-group-settings li {
    padding: 0 0 10px 0;
}

#dashboard-group {
    position: relative;
    width: 100%;
    float: left;
    padding-top: 3px;
    border: dashed #eeeeee 4px;
    border-radius: 8px;
    margin-top: 20px;
}

#dashboard-group.hover {
    border: dashed #cccccc 4px;
}

#dashboard-group > .charts > div.box {
    width: 500px;
    /*height: 250px;*/
    padding: 10px 0 0 0;
    float: left;
    margin: 8px;
    /*overflow: hidden;*/
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }

    5% {
        transform: translateX(-3px);
    }

    10% {
        transform: translateX(3px);
    }

    15% {
        transform: translateX(-3px);
    }

    20% {
        transform: translateX(3px);
    }

    25% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(0);
    }
}

#menu .menububble {
    position: absolute;
    top: 6px;
    right: 8px;
    background: #09F;
    border-radius: 4px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    color: #FFF;
    border-bottom: 2px solid #00416C;
    padding: 2px 6px;
    font-size: 0.85em;
}

#menu .menububble.yellow {
    background: #ffeb3b;
    border-bottom: 2px solid #c3b52a;
    color: #424400;
    text-shadow: none;
}

#partner-group {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    /*grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));*/
    grid-gap: 16px;
    margin-bottom: 40px;
}

#partner-group .partner-logo {
    min-width: 100%;
    text-align: center;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*height: 140px;*/
    height: 100px;
}

#partner-group .partner-logo img {
    margin-left: auto;
    margin-right: auto;
    /*max-height: 140px;*/
    max-height: 100px;
    max-width: 100%;
}

#partner-group .box {
    margin: 0;
    text-align: center;
    /*min-height: 179px;*/
    min-height: 140px;
}

#partner-group .partner-tag {
    background-color: #ffeb3b;
    /*background-color: #61aa2c;*/
    position: absolute;
    top: 8px;
    left: 0;
    padding: 2px 6px 4px;
    font-size: 11px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 2;

}

#partner-group .partner-tag.right {
    right: 0;
    left: inherit;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    background-color: #85c9ff
}

#partner-group .partner-buttons {
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0;
}

fieldset {
    padding: 10px;
    border: 1px solid #E2E2E2;
    border-radius: 6px;
    box-shadow: 1px 1px 0px 0 #fff, inset 1px 1px 0px 0 #fff;
    margin: 0 8px 8px 8px;
}

fieldset legend {
    font-size: 13px;
    font-weight: bold;
    color: #666;
    padding: 2px 12px;
    background: #F8F8F8;
    border-radius: 4px;
    border: 1px solid #E2E2E2;
    box-shadow: 1px 1px 0px 0 #fff, inset 1px 1px 0px 0 #fff;
}

.campaign-group:hover, .campaign-alias:hover, .campaign-note:hover {
    background: rgba(33, 150, 243, 0.3);
    cursor: text;
}

.table_search_input {
    width: 200px !important;
}

.add_brand_split {
    text-decoration: none;
    cursor: pointer;
    padding: 0.1em 2.3em;
}
.add_brand_split:hover {
    color: #00bf00;
}


.flex-box {
    display: flex;
    align-items: center;

}
.space_between {
    justify-content: space-evenly;
    gap: 5px;
}
.issues_msg{
    align-content: center;
    justify-content: left;
    height: 4em;
}
.btn-show-issues {
   margin-left: 30%;
 }

.fa-exclamation {
    color: #ffc107;
}
.filter_checkboxes {
    height: auto;
    width: 50px;
    background-color: #4f5050;

}

.dashboard_color_gradient {
    background: rgb(119,189,61);
    background: -moz-linear-gradient(90deg, rgba(119,189,61,1) 0%, rgba(40,40,40,1) 48%);
    background: -webkit-linear-gradient(90deg, rgba(119,189,61,1) 0%, rgba(40,40,40,1) 48%);
    background: linear-gradient(90deg, rgba(119,189,61,1) 0%, rgba(40,40,40,1) 48%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#77bd3d",endColorstr="#282828",GradientType=1);
}

.float-left-and-margin {
    float: left;
    margin: 0 0 15px 8px;
}

.charts-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-template-rows: auto;
}

.break {
    flex-basis: 100%;
    height: 0;
}

.dashboard-box {
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);

}

.overtitle_new {
    margin-top: 10px;
}

.big_chart {
    grid-column: 1;
}

.dashboard_overtitle_style {
    font-family: 'Quicksand', sans-serif;
    font-size: 20px !important;
    color: white;
    font-weight: 500;
}

.dashboard_undertitle_style {
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    color: white;
    font-weight: 400;
}

.test_grid_border {
    /* border: 1px solid black;*/
}

.header_datepicker_insidegrid {
    grid-column: 1;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 100px;
}


#header_datepicker {
    height: 90px;
    grid-column: 1;
    grid-row: 1;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
}

.svg-container {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    overflow: hidden;
}

.svg-content {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.hide_from_desktop {
    display: block;
}

.vert_hori_center_absolute {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    left: 50%;
    transform: translate(-50%, -50%);

}

.modal_data_settings_tablet {
    display: none;
}
.modal_data_settings_mobile {
    display: block;
    grid-column: 3;
    grid-row: 1;
}

/*.hide {*/
/*    display: none !important;*/
/*}*/

/*.show {*/
/*    display: block !important;*/
/*    top: 0 !important;*/
/*}*/

.remove_margin {
    margin: 0 !important;
}

.logo_image {
    background-image: url("../images/google_logo.png");
}

.modal_title_text {
    font-family: 'Quicksand', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin: 12px 0 0 20px;
}

/*
MOBILE MENU --------------------------------------------------
 */

#mobile_menu_head {
    background: #282828;
    height: 55px;
    width: 100%;
    border-bottom: 1px solid black;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    position: fixed;
    z-index: 600;
}

/*
SVG BURGER MENU
 */

.plates {
    display: flex;
    flex-wrap: wrap;
    max-height: 160px;
    width: 640px;
}

.plate4 {
    position: absolute;
    right: 0;
    top: 0;
}


.x {
    transform: scale(0);
    transition: transform 400ms;
}

.line {
    fill: none;
    stroke: white;
    stroke-width: 6px;
    stroke-linecap: round;
    stroke-linejoin: round;
    transform-origin: 50%;
    transition: stroke-dasharray 500ms 200ms, stroke-dashoffset 500ms 200ms, transform 500ms 200ms;
}
.x .line {
    stroke-width: 5.5px;
}

.plate4 .x {
    transition: transform 400ms;
}
.plate4 .line {
    transform-origin: 50%;
    transition: transform 400ms 100ms;
}

.active.plate4 .line {
    transition: transform 400ms;
}
.active.plate4 .line1 {
    transform: translateX(18px) translateY(-3px) rotate(-45deg) scale(.7);
}
.active.plate4 .line2 {
    transform: translateX(-18px) translateY(-3px) rotate(45deg) scale(.7);
}
.active.plate4 .line3 {
    transform: translateY(0px) rotate(45deg) scale(.7);
}
.active.plate4 .line4 {
    transform: translateY(0px) rotate(-45deg) scale(.7);
}
.active.plate4 .line5 {
    transform: translateX(18px) translateY(3px) rotate(45deg) scale(.7);
}
.active.plate4 .line6 {
    transform: translateX(-18px) translateY(3px) rotate(-45deg) scale(.7);
}
.active.plate4 .x {
    transition: transform 400ms 100ms;
    transform: scale(1);
}

/*
SVG BURGER MENU END
 */

.show-default > .text-altered {
    display:none;
}

.show-altered > .text-default {
    display:none;
}

.type_and_currency_select-flex {
    display: flex;
}

#header_quickselect_desktop {
    display: none;
}

/*
 MODAL INSERTED ------------------------------------------------
 */

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    border-radius: 3px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover, .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/*
 MODAL INSERTED END ------------------------------------------------
 */

.select_dashboard2 {
    padding: 4px;
    /*background: #EFEFEF;*/
    font-family: 'Quicksand', sans-serif;
    width: unset;
}

.shadow {
    box-shadow: -4px 5px 11px -1px rgba(0,0,0,0.36);
    -webkit-box-shadow: -4px 5px 11px -1px rgba(0,0,0,0.36);
    -moz-box-shadow: -4px 5px 11px -1px rgba(0,0,0,0.36);
}

.modal_content_quickselects {
    display: flex;
    width: 100%;
    flex-direction: column;
}


.quickselect_mobile_margin {
    width: 100%;
    height: 40px;
    padding: 12px 0;
}

.modal_content_quickselects button  {
    background: #fefefe;
    border: none !important;
}

.modal_content_quickselects button:hover  {
    background: #fefefe;
}

.quickselect_overflow {
    /*width: 400px;
    height: 43px;*/
    overflow-x: hidden;
    overflow-y: hidden;
    margin: auto;
}

.quickselect_overflow ::-webkit-scrollbar {
    width: 10px;
}

.left-arrow {
    position: absolute;
    left: -35px;
    top: 0;
    height: 100%;
}

.right-arrow {
    position: absolute;
    right: -35px;
    top: 0;
    height: 100%;
}

.btn_margin {
    margin: 0 3px;
    height: 22px;
    padding: 1px 8px;
}

.quickselect_width_query {
    width: 200px;
    flex-direction: column;
}

.query_dekstop_activate {
    display: block;
}

.header_datepicker_desktop {
    display: none;
}

#desktop_date_settings {
    width: 130px;
    display: flex;
    flex-direction: row-reverse;
}

.hideTabletSize {
    display: none;
}

.p_date_text {
    display: none;
}

.Nodata .error_container {
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.2);
}

.Nodata .error_container_text {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    padding: 100px 0;
}

.Nodata .error_text {
    margin: 0 0 10px 0;
    color: white;
    font-size: 35px;
    font-family: 'Quicksand', sans-serif;
    line-height: 23px;
}

.logospinner {
    height: 90px;
    width: 90px;
    background: url(../images/logo-mini.png) center no-repeat;
    background-size: contain;
    -webkit-animation: spinner 5s infinite ;
    animation: spinner 5s infinite ;
}

.logospinner_container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}

.loading-box {
    overflow: hidden;
    position: relative;
}


.spinnerAnimation {
    -webkit-animation: spinner 4s infinite ;
    animation: spinner 4s infinite ;

}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: scale(2);
        transform: scale(2);
        -webkit-filter: blur(4px);
        filter: blur(4px);
        opacity: 0;
    }
    15% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
    30% {
        -webkit-transform: scale(1) rotateZ(0);
        transform: scale(1) rotateZ(0);
    }
    45% {
        -webkit-transform: scale(1.5) rotateZ(180deg);
        transform: scale(1.5) rotateZ(180deg);
    }
    60% {
        -webkit-transform: scale(1) rotateZ(360deg);
        transform: scale(1) rotateZ(360deg);
    }
    90% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(-1100px);
        transform: translateZ(-1100px);
        opacity: 0;
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: scale(2);
        transform: scale(2);
        -webkit-filter: blur(4px);
        filter: blur(4px);
        opacity: 0;
    }
    15% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
    30% {
        -webkit-transform: scale(1) rotateZ(0);
        transform: scale(1) rotateZ(0);
    }
    45% {
        -webkit-transform: scale(1.5) rotateZ(180deg);
        transform: scale(1.5) rotateZ(180deg);
    }
    60% {
        -webkit-transform: scale(1) rotateZ(360deg);
        transform: scale(1) rotateZ(360deg);
    }
    90% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(-1100px);
        transform: translateZ(-1100px);
        opacity: 0;
    }
}

.data {
    height: 100%;
}

#supporters_online_btn {
    height: 42px;
    border-top: 1px solid #353535;
    border-bottom: 1px solid #000000;
    border-left: 4px solid #282828;
    width: 100%;
    float: left;
    padding: 10px 0px 10px 8px;
    font-size: 16px;
    text-decoration: none;
    color: white;
    position: relative;
    transition: all 200ms ease;
    font-weight: 900;
    background: #282828;
    font-family: 'Quicksand', sans-serif;
    border-right: none;
}

.support_icon:hover {
    cursor: pointer;
    background-color: rgba(255,255,255,0.2) !important;
}

.support_icon_active {
    background-color: rgba(255,255,255,0.2) !important;
}



.support_box_shadow {
    -webkit-box-shadow: 0px 1px 9px -1px rgba(0,0,0,0.45);
    box-shadow: 0px 1px 9px -1px rgba(0,0,0,0.45);
}

#support_content {
    display: none;
    height: auto;
    width: 100%;
    margin-top: 106px;
}

#support_grapic_element {
    display: none;
    position: absolute;
    background: #1E1E1E;
    height: 30px;
    width: 35px;
    top: -2px;
    left: -3px;
    border-radius: 4px;
}

#support_btn {
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 25px;
    width: 25px;
    margin: 0 6px 6px 0px;
    border-radius: 4px;
}

#support_title {
    width: 100%;
    background: #282828;
    color: white;
    height: 43px;
    font-size: 17px;
    text-align: center;
    padding-top: 11px;
    border-radius: 2px 2px 0 0;
    font-weight: bold;
    border-bottom: 1px solid black;
}

#supporter_list {
    display: none;
    height: auto;
    width: 100%;
    background: #1E1E1E;
    border-radius: 0 0 4px 4px;
    padding-bottom: 14px;
}

#supporter_list .padding {
    height: 100%;
    width: 100%;
    padding: 20px 25px 0 25px;
}

.supporter_frame_gradient {
    background: rgb(48,48,48);
    background: -moz-linear-gradient(0deg, rgba(48,48,48,1) 0%, rgba(65,65,65,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(48,48,48,1) 0%, rgba(65,65,65,1) 100%);
    background: linear-gradient(0deg, rgba(48,48,48,1) 0%, rgba(65,65,65,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#303030",endColorstr="#414141",GradientType=1);
}

.supporter_green_static {
    background: rgb(24,84,0);
    background: -moz-linear-gradient(5deg, rgba(24,84,0,1) 0%, rgba(69,185,26,1) 70%, rgba(255,232,9,1) 100%);
    background: -webkit-linear-gradient(5deg, rgba(24,84,0,1) 0%, rgba(69,185,26,1) 70%, rgba(255,232,9,1) 100%);
    background: linear-gradient(5deg, rgba(24,84,0,1) 0%, rgba(69,185,26,1) 70%, rgba(255,232,9,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#185400",endColorstr="#ffe809",GradientType=1);
}

.supporter_green_animated {
    /*Supposedly increases performance*/
    transform: translateZ(0);

    background: linear-gradient(5deg, #278900, #45b91a, #33e100);
    background-size: 600% 600%;

    -webkit-animation: AnimationName 13s ease infinite;
    -moz-animation: AnimationName 13s ease infinite;
    animation: AnimationName 13s ease infinite;
}

.supporter_yellow_animated {
    /*Supposedly increases performance*/
    transform: translateZ(0);

    background: linear-gradient(5deg, #d0b900, #eed400, #ffce08);
    background-size: 600% 600%;

    -webkit-animation: AnimationName 13s ease infinite;
    -moz-animation: AnimationName 13s ease infinite;
    animation: AnimationName 13s ease infinite;
}

.supporter_orange_animated {
    /*Supposedly increases performance*/
    transform: translateZ(0);

    background: linear-gradient(5deg, #b76100, #ee7e00, #ff9c4b);
    background-size: 600% 600%;

    -webkit-animation: AnimationName 13s ease infinite;
    -moz-animation: AnimationName 13s ease infinite;
    animation: AnimationName 13s ease infinite;
}

.supporter_red_animated {
    /*Supposedly increases performance*/
    transform: translateZ(0);

    background: linear-gradient(5deg, #d40000, #f60000, #ff5c5c);
    background-size: 600% 600%;

    -webkit-animation: AnimationName 13s ease infinite;
    -moz-animation: AnimationName 13s ease infinite;
    animation: AnimationName 13s ease infinite;
}

@-webkit-keyframes AnimationName {
    0%{background-position:59% 0%}
    50%{background-position:42% 100%}
    100%{background-position:59% 0%}
}
@-moz-keyframes AnimationName {
    0%{background-position:59% 0%}
    50%{background-position:42% 100%}
    100%{background-position:59% 0%}
}
@keyframes AnimationName {
    0%{background-position:59% 0%}
    50%{background-position:42% 100%}
    100%{background-position:59% 0%}
}

.supporter_orange {
    background: rgb(85,45,0);
    background: -moz-linear-gradient(5deg, rgba(85,45,0,1) 0%, rgba(238,126,0,1) 70%, rgba(255,174,161,1) 100%);
    background: -webkit-linear-gradient(5deg, rgba(85,45,0,1) 0%, rgba(238,126,0,1) 70%, rgba(255,174,161,1) 100%);
    background: linear-gradient(5deg, rgba(85,45,0,1) 0%, rgba(238,126,0,1) 70%, rgba(255,174,161,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#552d00",endColorstr="#ffaea1",GradientType=1);
}

.supporter_red {
    background: rgb(51,0,0);
    background: -moz-linear-gradient(5deg, rgba(51,0,0,1) 0%, rgba(246,0,0,1) 70%, rgba(255,170,170,1) 100%);
    background: -webkit-linear-gradient(5deg, rgba(51,0,0,1) 0%, rgba(246,0,0,1) 70%, rgba(255,170,170,1) 100%);
    background: linear-gradient(5deg, rgba(51,0,0,1) 0%, rgba(246,0,0,1) 70%, rgba(255,170,170,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#330000",endColorstr="#ffaaaa",GradientType=1);
}

.supporter_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
}

#supporter_list .bar {
    width: 10px;
    height: 100%;
    float: left
}

#supporter_list .img {
    height: 65px;
    width: 53px;
    background-color: #a52834;
    float: left;
    margin: 13px 5px 5px 8px;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.62);
    box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.62);
}


#supporter_list .dot {
    height: 11px;
    width: 11px;
    border-radius: 20px;
    float: left;
    margin: 5px 0 0 3px;
    font-size: 9px;
    color: #282828;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

#supporter_list .dot p {
    display: none;
}

.supporter_small_text {
    font-size: 11px;
    float: left;
    color: #999;
}

.supporter_contact_small_text {
    font-size: 11px;
    float: left;
    color: #737373;
    height: min-content;
}

#supporter_close_cross {
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
}

#hide_menu {
    display: none;
}

#newdashboard_btn {
    position: absolute;
    top: -35px;
    left: 430px;
    z-index: 20;
    height: 35px;
    width: 220px;
    font-weight: bold;
}

.jello-horizontal-delay {
    -webkit-animation: jello-horizontal 0.9s 3s;
    animation: jello-horizontal 0.9s 3s;
}

.jello-horizontal {
    -webkit-animation: jello-horizontal 0.9s ;
    animation: jello-horizontal 0.9s ;
}

.newsticker_scrollbox {

    white-space:nowrap;
    overflow:hidden;
}
.newsticker_scrollbox > div.newsticker_text {
    white-space:nowrap;
    /*display:inline;*/
    width:auto;
}

.newsTickerShadow {
    -webkit-box-shadow: 0px 0px 11px -5px rgba(0,0,0,0.59);
    box-shadow: 0px 0px 11px -5px rgba(0,0,0,0.59);
}

@-webkit-keyframes jello-horizontal {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes jello-horizontal {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

/* ############################## COMPETETION CSS START ############################################ */

.comp_background {
    background: rgb(92,154,37);
    background: linear-gradient(135deg, rgba(92,154,37,1) 0%, rgba(92,154,37,1) 20%, rgba(178,214,142,1) 50%, rgba(92,154,37,1) 80%, rgba(92,154,37,1) 100%);
}

.comp_top_placement {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 14px 0;
    position: relative;
    color: #d9d9d9;
    margin-bottom: 20px;
}

.price_medal {
    height: 40px;
    width: 40px;
    border-radius: 32px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.comp_desc_content {
    padding: 0 40px 15px 40px;
}

.comp_desc_content p {
    font-size: 14px;
}

#comp_desc_and_rules {
    -webkit-box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.62);
    box-shadow: 0px 1px 7px -3px rgba(0,0,0,0.4);
    border-radius: 6px;

}

.comp_shadow {
    -webkit-box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.62);
    box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.62);
}

.comp_desc_header {
    color: white;
    background-color: #5da524;
    height: 45px;
    width: 100%;
    border-radius: 4px 4px 0 0;
}

.comp_top_modal {
    text-align: center;
    height: 40px;
    background-color: #5da524;
    color: white
}

.comp_head_texts {
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    font-size: 14pt;
    margin: unset;
}

.comp_content_texts {
    font-size: 14pt;
}


.comp_text_padding {
    padding: 15px 0;
}

.comp_banner {
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,0.15) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 70%, rgba(0,0,0,0.14887962020745793) 100%);
    height: 35px;
    margin: 0px -20px 0 -20px;
    text-align: center;
    line-height: 35px;
}

.comp_medal_space {
    position: relative;
    z-index: 2;
    padding: 22px 0;
}

.medal_gold {
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #957839 40%, transparent 80%),
    radial-gradient(ellipse farthest-corner at left top, #FFF 0%, #FFFFAC 8%, #D1B464 25%, #a27a20 62.5%, #5d4a1f 100%);
}

.medal_silver {
    background: radial-gradient(ellipse farthest-corner at right bottom, #FFFFFF 0%, #e8e8e8 8%, #AEB2B8 30%, #959BA3 40%, transparent 80%),
    radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #d8edfa 8%, #e1e7f5 25%, #87888d 62.5%, #848B98 100%);
}

.medal_bronze {
    background: radial-gradient(ellipse farthest-corner at right bottom, #ff953b 0%, #e18f3d 8%, #88642A 30%, #84632d 40%, transparent 80%),
    radial-gradient(ellipse farthest-corner at left top, #fbede4 0%, #ffcb6e 8%, #d78e1c 25%, #95723c 62.5%, #B0854A 100%);
}

.medal_lace {
    position: absolute;
    width: 60px;
    display: flex;
    justify-content: space-evenly;
}

.medal_lace_left {
    height: 20px;
    width: 8px;
    transform: skew(35deg, 0deg);
    background: rgb(207,3,3);
    background: linear-gradient(0deg, rgb(207, 3, 3) 0%, rgb(119, 9, 9) 100%);
    box-shadow: -1px 3px 3px rgba(0, 0, 0, 0.4);
}

.medal_lace_right {
    height: 20px;
    width: 8px;
    transform: skew(-35deg, 0deg);
    background: rgb(207,3,3);
    background: linear-gradient(0deg, rgba(207,3,3,1) 0%, rgba(119,9,9,1) 100%);
    box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.4);
}

.medal_square {
    position: absolute;
    top: 11px;
    z-index: 1;
    height: 38px;
    background: rgb(149,11,11);
    background: linear-gradient(180deg, rgba(149,11,11,1) 0%, rgba(172,49,49,1) 100%);
    width: 38px;
    border-radius: 35px;
    left: 0;
    right: 0;
    margin: auto;
}

.medal_number {
    position: absolute;
    z-index: 4;
    top: 6px;
    font-weight: bold;
    font-family: "Bookman Old Style";
    font-size: 20px !important;
    left: 0;
    right: 0;
    text-align: center;
}

.medal_number_first {
    color: #714f02;
    background: #b79d3d;
    background-clip: border-box;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    text-shadow: 0px 2px 3px rgba(242, 222, 144, 0.5);
}

.medal_number_second {
    color: transparent;
    background: #666666;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    text-shadow: 0px 3px 3px rgba(189, 169, 169, 0.5);
}

.medal_number_third {
    color: #604f19;
    background: #eaa940;
    background-clip: border-box;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    text-shadow: 0px 1px rgba(244, 118, 9, 0.37);
}

.quicksand {
    font-family: 'Quicksand', sans-serif;
}

.comp_list {
    height: 30px;
    width: 100%;
    display: grid;
    grid-template-columns: 35px 1px 1fr;
    grid-template-rows: 1fr;
    border: 1px solid;
    margin-top: -1px;
}

.comp_number {
    grid-column: 1;
    line-height: 30px;
    padding: 0 0px 0 5px;
}

.comp_name_and_stat {
    line-height: 30px;
    padding: 0 12px;
    grid-column: 3;
}

.comp_list_beam {
    grid-column: 2;
    background-color: black;
    height: 29px;
}

.comp_list_focused {
    font-weight: bold;
}

/* ANIMATED BACKGROUND */


.area{
    background: #5c9a25;
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);
    /*width: 100%;*/
    height:auto ;
    position: relative;
    margin: -15px -20px 0 -20px;

}



.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;

}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}

/* ANIMATED BACKGROUND */

.comp_button {
    height: 32px;
    width: 150px;
    font-family: quicksand;
    font-weight: bold;
}

#comp_podium_area {
    display: none;
}

.comp_silver_gradient {
    background: rgb(205,207,208);
    background: linear-gradient(0deg, rgba(205,207,208,1) 0%, rgba(228,229,230,1) 100%);
}



.comp_podium_base {
    position: absolute;
    width: 100%;
    border-radius: 4px;
}

#comp_podium1 .comp_podium_base {
    bottom: -30px;
    z-index: 50;
    height: 240px;
    right: 0;
    left: 0;
}

#comp_podium2 .comp_podium_base {
    bottom: -20px;
    width: 101%;
    height: 175px;
    left: 0;
}

#comp_podium3 .comp_podium_base {
    bottom: -10px;
    height: 110px;
    width: 101%;
    right: 0;
}

.comp_relative {
    position: relative;
    z-index: 2;
}

.comp_podium_top {
    height: 0;
    position: absolute;
    z-index: 60;
    right: 0px;
    width: 100%;
    left: 0;
}

.comp_podium_number {
    z-index: 55;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.comp_number_style {
    color: #727272;
    font-weight: bold;
    font-family: "Bookman Old Style";
    opacity: 0.5;
    color: #24242426;
    background: #000;
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    text-shadow: 0px 3px 3px rgba(244, 244, 244, 0.5);
}

.comp_top_middle {
    border-bottom: 10px solid #ADB0B2;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    bottom: 210px;
}



.comp_top_left {
    border-bottom: 10px solid #ADB0B2;
    border-left: 30px solid transparent;
    border-right: 0px solid transparent;
    bottom: 155px;
}



.comp_top_right {
    border-bottom: 10px solid #ADB0B2;
    border-left: 0px solid transparent;
    border-right: 30px solid transparent;
    bottom: 100px;
}



.comp_first_place {
    top: unset;
}

.comp_second_place {
    top: unset;
}

.comp_third_place {
    top: unset;
}

.medal_text_nowrap {
    white-space: nowrap;
}

.icon:after {

    animation: shine 5s ease-in-out  infinite;
    animation-fill-mode: forwards;
    content: "";
    position: absolute;
    top: -110%;
    left: -210%;
    width: 200%;
    height: 200%;
    opacity: 0;
    transform: rotate(30deg);

    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient( to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 77%, rgba(255, 255, 255, 0.44) 92%, rgba(255, 255, 255, 0.0) 100% );
}

/* Hover state - trigger effect */


/* Active state */

.icon:active:after {
    opacity: 0;
}

@keyframes shine{
    10% {
        opacity: 1;
        top: -30%;
        left: -30%;
        transition-property: left, top, opacity;
        transition-duration: 0.7s, 0.7s, 0.15s;
        transition-timing-function: ease;
    }
    100% {
        opacity: 0;
        top: -30%;
        left: -30%;
        transition-property: left, top, opacity;
    }
}

.comp_podium_displayname {
    color: #304f14;
    padding: 5px 10px;
    border-radius: 4px;
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.2);
    font-weight: bold;
    background: rgba(255,255,255,0.5);
    margin: 5px 0 25px 0;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.comp_input_and_label {
    padding: 15px 45px;
}

.comp_select_grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
}

#comp_overall_select_group {
    grid-row: 1;
    grid-column: 1;
}

#comp_join_textbox {
    grid-row: 2;
    grid-column: 1;
    padding: 0 45px;
}

/* ############################## COMPETETION CSS END ############################################ */

/*Tablets*/
@media only screen and (min-width: 481px) {
    .charts-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));

    }

    .modal-content {
        width: 65% !important;
    }

}

/*Laptop*/
@media only screen and (min-width: 769px)  {
    .charts-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .big_chart {
        grid-column: 1/3;
    }
    #header_datepicker {
        grid-column: 1/3;
        grid-template-columns: 1fr 1fr 1fr;
    }

    /*.header_datepicker_insidegrid {
        grid-template-columns: 1fr;
    }*/

    .modal_data_settings_tablet {
        display: block;
    }

    .modal_data_settings_mobile {
        display: none;
    }

    .header_datepicker_insidegrid {
        grid-template-columns: 1fr;
    }

    #content {
        margin: 0 0 0 250px;
        padding: 20px;
    }

    #menu {
        width: 250px;
        top: 0;
        display: block;
        padding-top: 0;
        z-index: 10;
    }

    #mobile_menu_head {
        display: none;
    }

    #menu #logo {
        display: block;
    }

    /*#menu .top_bar {
        width: 230px;
    }

    #menu ul li a.headers {
        width: 236px;
    }*/

    #menu_hide_container {
        display: flex !important;
    }

    .modal-content {
        width: 55% !important;
    }

    #support_content {
        display: none;
        position: absolute;
        height: auto;
        width: 480px;
        top: 163px;
        left: 250px;
        border-radius: 0 0 4px 4px;
        margin-top: 0;
    }

    #supporter_list .img {
        height: 63px;
        width: 63px;
        margin: 13px 5px 5px 8px;
    }

    #supporter_list .dot {
        height: 11px;
        width: 44px;
        border-radius: 20px;
        float: left;
        margin: 5px 0 0 3px;
        font-size: 9px;
        color: #282828;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
    }

    #supporter_list .dot p {
        display: block;
    }

    #hide_menu {
        display: block;
    }

    .comp_medal_space {
        display: none;
    }

    .comp_banner {
        display: none;
    }

    .comp_spacer {
        display: none;
    }

    .comp_content_padding {
        padding: 35px;
    }

    #comp_list_and_description_divider {
        display: grid;
        grid-template-rows: 1fr;
        grid-template-columns: 1fr 1fr;
    }

    #comp_description_box {
        grid-column: 1;
    }

    #comp_competitors_list {
        grid-column: 2;
    }

    #comp_podium_area {
        height: 405px;
        width: 50%;
        margin: auto;
        grid-template-columns: 4fr 5fr 4fr;
        grid-template-rows: 1fr;
        display: grid;
    }

    .area {
        margin: -20px -20px 0 -20px;
    }

    #comp_competitors_list h2 {
        text-align: center;
    }

    .fillAll {
        height: 100%;
        width: 100%;
    }

    .medal_number {
        display: none;
    }

    .comp_first_place {
        top: 10px;
    }

    .comp_second_place {
        top: 70px;
    }

    .comp_third_place {
        top: 130px;
    }

    .comp_select_grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
    }

    #comp_overall_select_group {
        grid-row: 1;
        grid-column: 1;
    }

    #comp_join_textbox {
        grid-row: 1;
        grid-column: 2;
        padding: 30px 45px;
    }

}

/*Desktop*/
@media only screen and (min-width: 1025px) {
    .charts-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .big_chart {
        grid-column: 1/span 2;
    }
    #header_datepicker {
        grid-column: 1/4;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .header_datepicker_insidegrid {
        grid-template-columns: 1fr 1fr;
    }

    .modal_data_settings_tablet {
        display: none;
    }

    .type_and_currency_select-flex {
        display: block;
    }

    #header_quickselect_desktop {
        display: block;
    }

    .hideTabletSize {
        display: block;
    }
}

@media only screen and (min-width: 1400px) {
    .type_and_currency_select-flex {
        display: flex;
    }

    .quickselect_width_query {
        width: 300px;
        flex-direction: row;
    }

    /*.query_dekstop_activate {
        display: none;
    }*/

    #desktop_date_settings {
        width: auto ;
    }

    .p_date_text {
        display: block;
    }

}

.select2-container--default .select2-selection--single {
    border: 1px solid #CCC;
}

.import_indicator{
    height: 8px;
    width: 8px;
    border-radius: 20px;
    margin: 0 0 0 3px;
    display: inline-block;
}

.import_succeeded {
    background: #33e100;
}

.import_nodata {
    background: #ff9c4b;
}

.import_error {
    background: #f60000;
}
#import{
    margin-top: 10px;
}
.import_statuses{
    margin-right:9px;
    font-size:12px;
}

.rotate {
    animation: rotation 1s;
}
@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}
.linear {
    animation-timing-function: linear;
}
.infinite {
    animation-iteration-count: infinite;
}
.btn i.fa{
    pointer-events: none;
}

#wrapboxes{
    position: absolute;
    top: 10px;
    right: 10px;
    display: table;
}
#wrapboxes .textbox.info{
    position: relative !important;
    top: 0px !important;
    right: 0px !important;
}
#wrapboxes #updatebox{
    margin-bottom: 5px;
    display: none;
}
/*
Data validation
 */
#toggle_filters_icon{
    transition: all .3s ease;
}
#toggle_filters_icon.active{
    transform: rotate(180deg);
}
#toggle_filters{
    cursor:pointer;
}

.queue_badge_container{
    display: inline;
    position: relative;
}
.queue_badge_container i{
    font-size: 16px;
}
.cur-pointer{
    cursor: pointer;
}
/*
.queue_badge_container:hover .queue_badge{
    -webkit-animation: notification_bounce 3s linear infinite;
    animation: notification_bounce 3s linear infinite;
}
*/
.queue_badge{
    left: 11px;
    bottom: 9px;
    font-size: 11px;
    height: 15px;
    width: 15px;
    position: absolute;
    background: #cc1010;
    border-radius: 20px;
    z-index: 2;
    text-align: center;
    line-height: 14px;
    color: white !important;
    font-size: 11px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
}
.text-center{
    text-align: center;
}
.d-block{
    display: block;
}
.table-not-striped tr:nth-child(2n) td {
    background: inherit;
}
.dv-info{
    color: #ccc; font-size: 11px
}
.status_icons:not(th){
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.dv-examples{
    width: 20px;
}
/*
.affsy_header:is(th){
    min-width: 150px !important;
}
*/
/*
Voonix table
 */
.voonix-table {
    width: 100%;
    border-collapse: collapse;
    /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;*/
    background-color: #fff; /* Add background color */
}

.voonix-table thead {
    background-color: #fff;
}

.voonix-table th {
    background-color: #f7f7f7 !important;
}

.voonix-table th,
.voonix-table td {
    padding: 20px 10px 20px 10px;
    border-bottom: 1px solid #e1e1e1;
    vertical-align: top; /* Align content to the top of the cell */
    background-color: #fff; /* Add background color */
}

.voonix-table td.url_error{
    background: rgba(197, 49, 0, 0.2);
}

.voonix-table td {
    font-size: 13px;
}

.voonix-table th {
    font-size: 12px;
}

/* Add border-box styling to table rows */
.voonix-table tbody tr {
    border: 1px solid #ccc; /* Add border to create the box effect */
}

/* Remove bottom border from the last row */
.voonix-table tbody tr:last-child {
    border-bottom: none;
}

.dropdown-rows td{
    background: #f5f5f5;
}
.voonix-table.bordered td, .voonix-table.bordered th{
    vertical-align: middle !important;
}
.voonix-table.bordered th{
    vertical-align: bottom !important;
}
.voonix-table.bordered td{
    border-left: 1px solid #e1e1e1;
}

/* Round checkboxes */
input[type="checkbox"].operator-checkbox,
input[type="checkbox"].voonix-checkbox,
input[type="checkbox"].select-all-checkbox,
input[type="checkbox"].brand-checkbox {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #ccc;
    outline: none;
    cursor: pointer;
    vertical-align: middle;
    position: relative;
    overflow: hidden; /* Hide overflowing checkmark */
}

/* Green checkmark color */
input[type="checkbox"].operator-checkbox:checked::before,
input[type="checkbox"].voonix-checkbox:checked::before,
input[type="checkbox"].select-all-checkbox:checked::before,
input[type="checkbox"].brand-checkbox:checked::before {
    content: ''; /* Empty content to hide default checkmark */
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(100, 201, 0); /* Green background color */
    border-radius: 50%;
}

/* White checkmark */
input[type="checkbox"].operator-checkbox:checked::after,
input[type="checkbox"].voonix-checkbox:checked::after,
input[type="checkbox"].select-all-checkbox:checked::after,
input[type="checkbox"].brand-checkbox:checked::after {
    content: "\2713"; /* Unicode checkmark character */
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px; /* Adjust font size as needed */
    color: white; /* White color for checkmark */
    line-height: 1;
    font-weight: bold;
}
/*
Grids
 */
.voonix-grid-3{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 10px 0;
}
.voonix-grid-3 .box{
    margin: 0px;
}

/*
Webhooks
 */
.webhookexample p {
    margin-top: 5px;
    padding: 5px;
}
.webhookexample span {
    padding: 5px;
    background: #efefef;
    word-break: break-all;
    word-wrap: unset;
    border-radius: 5px;
}
.webhookexample > div {
    max-width: 700px;
    padding: 10px;
    border-radius: 5px;
    background: #efefef;
    font-size: 14px;
    word-break: break-word;
    margin: 5px;
}