/*
    DJANGO Admin styles
*/
@font-face {
  font-family: "Coda";
  font-style: normal;
  font-weight: 400;
  src: local("Coda"), local("Coda-Regular"),
    url("/static/admin/css/fonts/coda/Coda-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Varela";
  font-style: normal;
  font-weight: 400;
  src: local("Varela"), local("Varela-Regular"),
    url("/static/admin/css/fonts/varela/Varela-Regular.ttf") format("truetype");
}

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('/static/admin/css/fonts/roboto-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('/static/admin/css/fonts/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/static/admin/css/fonts/roboto-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/static/admin/css/fonts/roboto-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/static/admin/css/fonts/roboto-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/static/admin/css/fonts/roboto-v18-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/static/admin/css/fonts/work-sans-v3-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Work Sans'), local('WorkSans-Regular'),
  url('/static/admin/css/fonts/work-sans-v3-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('/static/admin/css/fonts/work-sans-v3-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
  url('/static/admin/css/fonts/work-sans-v3-latin-regular.woff') format('woff'), /* Modern Browsers */
  url('/static/admin/css/fonts/work-sans-v3-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
  url('/static/admin/css/fonts/work-sans-v3-latin-regular.svg#WorkSans') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: Product Sans;
  font-style: normal;
  font-weight: 400;
  src: url("/static/admin/css/fonts/ProductSans.woff2") format('woff2');
}
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Fira_Sans"), local("FiraSans-Regular"),
    url("/static/admin/css/fonts/Fira_Sans/FiraSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'Fira Sans, Bold';
  font-style: normal;
  font-weight: 700;
  src: local("Fira_Sans"), local("FiraSans-Bold"),
    url("/static/admin/css/fonts/Fira_Sans/FiraSans-Bold.ttf") format("truetype");
}
body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: var(--main-font);
    color: var(--main-txt-color);
    background: var(--gardient-theme-bg-color);
    width:100%;
    overflow-x: hidden !important;
}
*::-webkit-scrollbar { width: 6px;height:6px;}
*::-webkit-scrollbar-track {background-color: var(--scrollbar-bg-color);}
*::-webkit-scrollbar-thumb {background-color: var(--scrollbar-color);border-radius:0px}
*::-webkit-scrollbar-button {background-color: var(--scrollbar-bg-color);height:0px;}
*::-webkit-scrollbar-corner {background-color: var(--scrollbar-bg-color);}

/* LINKS */

a:link, a:visited {
    color: var(--hyperlink-color);
    text-decoration: none;
}

a:hover {
    color: var(--hyperlink-color);
}

a img {
    border: none;
}

a.section:link, a.section:visited {
    color: white;
    text-decoration: none;
}

/* GLOBAL DEFAULTS */

p, ol, ul, dl {
    margin: .2em 0 .8em 0;
}

p {
    padding: 0;
    line-height: 140%;
}

h1,h2,h3,h4,h5 {
    font-weight: bold;
}

h1 {
    font-size: var(--title-text-size);
    color: var(--main-theme-color);
    padding: 0 6px 0 0;
    font-weight:normal;
    font-family: var(--headline-font-bold);
    margin: 10px 0 10px 0;
}
.change-list #content > h1 {
  padding-bottom: 8px;
  margin: 20px 0 0px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  border-bottom: solid 1px var(--border-color);
}
h2 {
    font-size: 18px;
    font-family: var(--headline-font);
    font-weight:normal;
    margin: 1em 0 .5em 0;
}

h2.subhead {
    font-weight: normal;
    margin-top: 0;
}

h3 {
    font-size: var(--headings-txt-size);
    margin: .8em 0 .3em 0;
    color: var(--main-theme-color);
    font-weight: bold;
}

h4 {
    font-size: 12px;
    font-weight:normal;
    color: var(--label-txt-color);
    font-family: var(--headline-font);
    margin: 5px 0 .8em 0;
    padding-bottom: 3px;
}

h5 {
    font-size: 10px;
    margin: 8px 0;
    color: var(--main-theme-color);
    text-transform: uppercase;
    letter-spacing: 1px;
}
.headline-center h2{text-align:center;}
.headline-center h4{text-align:center;}
ul li {
    list-style-type: square;
    padding: 1px 0;
}

ul.plainlist {
    margin-left: 0 !important;
}

ul.plainlist li {
    list-style-type: none;
}

li ul {
    margin-bottom: 0;
}

li, dt, dd {
    font-size: 11px;
    line-height: 14px;
}

dt {
    font-weight: bold;
    margin-top: 4px;
}

dd {
    margin-left: 0;
}

form {
    margin: 0;
    padding: 0;
}

fieldset {
    margin: 0;
    padding: 0;
}

blockquote {
    font-size: 11px;
    color: #777;
    margin-left: 2px;
    padding-left: 10px;
    border-left: 5px solid #ddd;
}

code, pre {
    font-family: "Bitstream Vera Sans Mono", Monaco, "Courier New", Courier, monospace;
    background: inherit;
    color: var(--label-txt-color);
    font-size: 11px;
}

pre.literal-block {
    margin: 10px;
    background: var(--subheader-bg-color);
    padding: 6px 8px;
}

code strong {
    color: #930;
}
input:focus{outline:0;border:solid 1px #d4edfa;}
hr {
    clear: both;
    color: var(--border-color);
    background-color: var(--border-color);
    height: 1px;
    border: none;
    margin: 0;
    padding: 0;
    font-size: 1px;
    line-height: 1px;
}
img[src="/static/admin/img/icon-yes.gif"], img[src="/static/admin/img/icon-no.gif"],
img[src="/static/admin/img/icon-unknown.gif"], img[src="/static/admin/img/icon-error.gif"], img[src="/static/admin/img/icon_deletelink.gif"], img[src="/static/admin/img/icon_changelink.gif"]{
  border-radius: 12px;
}
/* TEXT STYLES & MODIFIERS */

.small {
    font-size: 11px;
}

.tiny {
    font-size: 10px;
}

p.tiny {
    margin-top: -2px;
}

.mini {
    font-size: 9px;
}

p.mini {
    margin-top: -3px;
}

.help, p.help {
    font-size: 10px !important;
    color: var(--help-txt-color);
}

img.help-tooltip {
    cursor: help;
}

p img, h1 img, h2 img, h3 img, h4 img, td img {
    vertical-align: middle;
}

.quiet, a.quiet:link, a.quiet:visited {
    color: #999 !important;
    font-weight: normal !important;
}

.quiet strong {
    font-weight: bold !important;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.clear {
    clear: both;
}

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

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

.example {
    margin: 10px 0;
    padding: 5px 10px;
    background: #efefef;
}

.nowrap {
    white-space: nowrap;
}

/* TABLES */

table {
    border-collapse: collapse;
    border-color: #ccc;
}
td, th {
    font-size: 13px;
    line-height: 13px;
    border-bottom: 1px solid var(--border-color);
    vertical-align: top;
    padding:10px 8px 8px 8px;
    font-family: var(--main-font);
}
thead th:not(.action-checkbox-column) .text{
  padding-top: 3px;
}
.form-row:last-child {border-bottom:0;}
.module.aligned .form-row:last-child {border-bottom:solid 1px var(--border-color);}
th {
    text-align: left;
    font-size: 13px;
    font-weight: normal;
}

thead th,
tfoot td {
    color: #fff;
    padding: 8px 5px;
    font-size: 12px;
    background: var(--container-bg-color);
    border-left: 0px solid #ddd;font-weight:normal;
    border-bottom: 0px solid #ddd;
    font-family: var(--headline-font-bold);
}

tfoot td {
    border-bottom: none;
    border-top: solid 1px var(--border-color);
}

thead:not(.p-datatable-thead) th:first-child,
tfoot td:first-child {
    border-left: none !important;
}

thead th.optional {
    font-weight: normal !important;
}

fieldset table {
    border-right: 0px solid #eee;
}

tr.row-label td {
    font-size: 9px;
    padding-top: 2px;
    padding-bottom: 0;
    border-bottom: none;
    color: var(--label-txt-color);
    margin-top: -1px;
}

tr.alt {
    background: var(--subheader-bg-color);
}

.row1, .row2{
    background: transparent;
}

/* SORTABLE TABLES */

thead th {
    padding: 9px 10px;
    line-height: normal;
    color: var(--listview-thead-txt-color);
    font-weight: bold;
    background: var(--listview-thead-bg-color);
}

thead th a:link, thead th a:visited, thead th.sorted, thead th.sorted a:link, thead th.sorted a:visited {
    color: var(--listview-thead-txt-color);
}

table thead th .text span {
    padding: 2px 5px;
    display:block;
}

table thead th .text a {
    display: block;
    cursor: pointer;
    padding: 2px 5px;
}
#result_list thead th[scope="col"].sorted .text {
  max-width: calc(100% - 49px);
  display: inline-block;
}
#result_list thead th.sortable .text a{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  display: inline-block;
}
thead th.sorted a.sortremove {
    visibility: hidden;
}

table thead th.sorted:hover a.sortremove {
    visibility: visible;
}

table thead th.sorted .sortoptions {
    display: block;
    padding: 4px 5px 0 5px;
    float: right;
    text-align: right;
}
@-moz-document url-prefix() {
.sortoptions {
    padding: 0px 5px 0 5px;
    margin: 0 0 0 -35px;
}​
}
table thead th.sorted .sortpriority {
    font-size: .8em;
    min-width: 12px;
    text-align: center;
    vertical-align: top;
    color: var(--listview-thead-icon-color);
}

table thead th.sorted .sortoptions a {
    width: 14px;
    height: 12px;
    display: inline-block;
}

table thead th.sorted .sortoptions a.sortremove::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f00d";
  color: var(--attention-color);
  margin-right: 3px;
  font-weight: bold;
}

table thead th.sorted .sortoptions a.ascending::before {
font-family: "Font Awesome 6 Pro";
content: "\f160";
color: var(--listview-thead-icon-color);
margin-right: 3px;
}

table thead th.sorted .sortoptions a.descending::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f161";
  color: var(--listview-thead-icon-color);
  margin-right: 3px;
}
/* ORDERABLE TABLES */

table.orderable tbody tr td:hover {
    cursor: move;
}

table.orderable tbody tr td:first-child {
    padding-left: 14px;
    background-image: url(/static/admin/img/nav-bg-grabber.gif);
    background-repeat: repeat-y;
}

table.orderable-initalized .order-cell, body>tr>td.order-cell {
    display: none;
}

/* FORM DEFAULTS */

input, textarea, select, .form-row p {
    margin: 2px 0;
    padding: 6px 7px;
    vertical-align: middle;
    background: var(--theme-bg-color);
    font-weight: normal;
    font-size: var(--text-size);
    color: var(--main-theme-color);
    border-radius: var(--border-radius);
    font-family: var(--main-font);
    color: var(--main-theme-color);
}
.form-row p { background: transparent; color: color: var(--main-txt-color); }
textarea {
    vertical-align: top !important;
}

input, textarea, select, input[type=text], input[type=password], textarea, select, .vTextField {
    border: 0;
    border: 0;
    box-shadow: var(--box-shadow);
}
input:focus, textarea:focus {
    outline:0;border:0;
}
input[type="radio"] {
 box-shadow: none;
}
select {
  font-size:12px;padding:5px 26px 5px 8px;
  border-radius: var(--border-radius);
  border: 0;
  font-family: var(--main-font);
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: var(--select-arrow-down);
  background-position: center right 2px;
  background-repeat: no-repeat;
  background-color: var(--theme-bg-color);
  color: var(--main-theme-color);
}
select:hover{
  outline:0;
  background-image: var(--select-arrow-up);
  background-position: center right 2px;
  background-repeat: no-repeat;}
select::-ms-expand {
    display: none;
}
@-moz-document url-prefix() {
select {
  padding:4px 28px 4px 4px;
}
}

/* FORM BUTTONS */
button {
    border-radius: 2px;
    color: #fff;
    border: 0;
    background: var(--highlight-color);
    padding: 4px 12px 3.5px 12px;
    cursor: pointer;
    font-family: var(--headline-font);
}
.delete-confirmation .button.cancel-link,
.button, input[type=submit], input[type=button], .submit-row input {
    color: var(--main-theme-color);
    background: var(--theme-bg-color);font: 13px var(--headline-font-bold);
    padding: 4px 10px;cursor:pointer;
    border: solid 1px var(--border-color);
    border-radius:2px;
}
.button:active, input[type=submit]:active, input[type=button]:active {
    background-image: url(/static/admin/img/nav-bg-reverse.gif);
    background-position: top;
}

.button[disabled], input[type=submit][disabled], input[type=button][disabled], button:disabled {
	background-image: url(/static/admin/img/nav-bg.gif);
	background-position: bottom;
	opacity: 0.4;
    cursor: not-allowed;
    background: var(--label-txt-color);
    box-shadow: var(--box-shadow);
}

.button.default, input[type=submit].default, .submit-row input.default {
    border: 0px solid #5b80b2;
    background: var(--highlight-color);
    color: var(--inverse-txt-color);
    float: right;padding: 6px 20px;margin-left:8px;
}

.button.default:active, input[type=submit].default:active {
    background-image: url(/static/admin/img/default-bg-reverse.gif);
    background-position: top;
}

.button[disabled].default, input[type=submit][disabled].default, input[type=button][disabled].default {
	background-image: url(/static/admin/img/default-bg.gif);
	background-position: bottom;
	opacity: 0.4;
}
.zoom-btn {
    background-color: var(--menu-headline-active-bg-color);
    box-shadow: var(--box-shadow);
    color: var(--inverse-txt-color);
    border: solid 3px var(--menu-headline-active-bg-color);
    padding: 4px;
    cursor: pointer;
    font-size: 12px;
}

.delete-confirmation input[type=submit] + .button.cancel-link {
    margin: 2px 0 2px 10px;
    vertical-align: middle;
    box-shadow: var(--box-shadow);
}

/* MODULES */

.module {
    border: 0;
    margin-bottom: 10px;
    margin-top: 3px;
    background-color: var(--container-bg-color);
    overflow: hidden;
    border-radius: 2px;
    border-radius: var(--border-radius);
    box-shadow: none;
}
.module.aligned{
  box-shadow: 0px 0px 1px 1px #dcdcdc;
  box-shadow: var(--box-shadow);
}
.module.aligned .form-row:last-child {
    border-bottom: 0;
}
.module p, .module ul, .module h3, .module h4, .module dl, .module pre {
    padding-left: 10px;
    padding-right: 10px;
}

.module blockquote {
    margin-left: 12px;
}

.module ul, .module ol {
    margin-left: 1.5em;
}

.module h3 {
    margin-top: .6em;
}

.module h2, .module caption, .inline-group h2 {
    margin: 0;
    padding: 10px;
    font-size: 13px;
    text-align: left;
    font-weight: normal;
    color: var(--main-theme-color);
    font-family: var(--headline-font-bold);
    border-bottom: solid 1px var(--border-color);
}

.module table {
    border-collapse: collapse;
}

/* MESSAGES & ERRORS */

ul.messagelist {
    padding: 0 0 5px 0;
    margin: 0;
}

ul.messagelist li {
    font-size: 12px;
    display: block;
    padding: 4px 5px 4px 25px;
    margin: 0 0 3px 0;
    border-bottom: solid 1px var(--border-color);
    color: #666;
    background: #ffc url(/static/admin/img/icon_success.gif) 5px .3em no-repeat;
}

ul.messagelist li.warning{
    background-image: url(/static/admin/img/icon_alert.gif);
}

ul.messagelist li.error{
    background-image: url(/static/admin/img/icon_error.gif);
}

.successnote {
    font-size: 12px !important;
    display: block;
    padding: 6px 8px;
    margin: 0 0 3px 0;border-radius:3px;
background-color: #E4FFE4;
border: 2px solid #D6FFD6;color:#555;
}

.errornote {
    font-size: 12px !important;
    display: block;
    padding: 6px 8px;
    margin: -2px 0 3px 0;border-radius:2px;
background-color: var(--attention-color);
border: 2px solid var(--attention-color);
color:var(--inverse-txt-color);
}
ul.errorlist {
    margin: 0 !important;
    padding: 0 !important;
}

.errorlist li {
    font-size: 12px !important;
    display: block;
    padding: 0px;
    margin: 0 0 3px 0;
    border-left: 0;
    color: var(--attention-color);
    background: transparent;
    border-radius: 0px;
    font-family: var(--headline-font-bold);
}
.errornote::before, .errorlist li::before{
    font-family: var(--fontawesome);
    content: "\f188";
    font-size: 12px;
    margin: 0px 6px 0 0px;
    display: inline-block;
    font-weight: bold;
}
.errorlist li a {
    text-decoration: underline;
}

td ul.errorlist {
    margin: 0 !important;
    padding: 0 !important;
}

td ul.errorlist li {
    margin: 0 !important;
}

.errors {
    background: transparent;
}

.errors input, .errors select, .errors textarea {
    border: 1px solid var(--attention-color);
}

div.system-message {
    background: #ffc;
    margin: 10px;
    padding: 6px 8px;
    font-size: .8em;
}

div.system-message p.system-message-title {
    padding: 4px 5px 4px 25px;
    margin: 0;
    color: red;
    background: #ffc url(/static/admin/img/icon_error.gif) 5px .3em no-repeat;
}

.description {
    font-size: 12px;
    padding: 5px 0 0 12px;
}
form .aligned .txt-row p{
    margin: 0;
    padding: 0;
}
form .aligned .txt-row p.help{
  padding: 0;
}

fieldset .description {
    color: #a6a6a6;
}

/* BREADCRUMBS */

div.breadcrumbs {
    padding: 2px 8px 3px 8px;
    font-size: 11px;
    color: var(--help-txt-color);
    border-top: 1px solid white;
    border-bottom: 0px solid #ccc;
    text-align: left;
    background: transparent;
    margin: 0px -56px -25px;
}
div.breadcrumbs a{
    color:var(--hyperlink-color);
}
/* ACTION ICONS */

.addlink {
    padding-left: 12px;
    background: url(/static/admin/img/icon_addlink.gif) 0 .2em no-repeat;
}

.changelink {
    padding-left: 12px;
    background: url(/static/admin/img/icon_changelink.gif) 0 .2em no-repeat;
}

.deletelink {
    padding-left: 12px;
    background: url(/static/admin/img/icon_deletelink.gif) 0 .25em no-repeat;
}

a.deletelink:link, a.deletelink:visited {
    color: #CC3434;
}

a.deletelink:hover {
    color: #993333;
}

/* OBJECT TOOLS */

.object-tools {
    font-size: var(--heading-text-size);
    font-weight: normal;
    font-family: var(--headline-font-bold);
    padding-left: 0;
    float: right;
    position: relative;
    margin-top: -45px;
    margin-bottom: -2em;
    display:none;
}

.form-row .object-tools {
    margin-top: -5px;
    margin-bottom: 5px;
    float: none;
    height: 2em;
    padding-left: 3.5em;
}

.object-tools li {
    display: block;
    float: left;
    padding: 0 0 0 0px;
    margin-left: 10px;
    color: var(--highlight-color)!important;
}
.object-tools li ul{
padding: 0;
display: block;
position: absolute;
width: 192px;
margin-left: -153px;
background: var(--container-bg-color);
border: solid 1px var(--border-color);
margin-top: 35px;
box-shadow: var(--box-shadow);
box-sizing:border-box;
overflow:hidden;
border-radius:3px;
}
.object-tools li#dropdown-tools > a{
font-size:16px;
padding:5px 10px;
}
.object-tools li ul li{
float:left;
border:0;
border-top:solid 1px var(--border-color);
width:100%;
padding:0;
margin:0;

}
.object-tools li ul li:first-child{
border:0;
}
.object-tools li ul li a{
border:0;
width:100%;
}

body[class*="_mobile_view"] .object-tools li ul li a {
    text-align: left;
}

.object-tools li:hover {
    background: var(--container-bg-color);
}

.object-tools a{
    display: block;
    float: left;
    color: var(--highlight-color);
    padding: 6px 12px;
    border-radius:2px;
    border:solid 0;
	  font-size: 12px;
    background: var(--container-bg-color);
    box-shadow: var(--box-shadow);
}

.object-tools a.viewsitelink, .object-tools a.golink {
    background: var(--highlight-color);
}

.object-tools a.viewsitelink:hover, .object-tools a.golink:hover {
    background: var(--highlight-color);
}

.object-tools a.addlink {
    background: var(--container-bg-color);
    padding: 6px 8px;
    color: var(--main-theme-color);
    border-radius: var(--border-radius);
    border: 0;
    box-shadow: var(--box-shadow);
	  font-size: 12px;
    font-family: var(--headline-font-bold);
}
.object-tools a.linktype-Configure::before{
  font-family: "Font Awesome 6 Pro";
  content: "\f013"; !important
  margin-right: 3px;
  color: var(--highlight-color);
}
.object-tools a.linktype-Add::before{
  font-family: "Font Awesome 6 Pro";
  content: "\2b";
  margin-right: 3px;
  color: var(--highlight-color);
}
.object-tools a i{
  color: var(--highlight-color);
  margin-right: 3px;
}
.object-tools a.manual-icon::before{
  content: '';
}
.object-tools li#dropdown-tools:hover ul li{
    background: var(--container-bg-color);
}
.object-tools li#dropdown-tools:hover ul li a{
    background: var(--container-bg-color);
}
.object-tools li#dropdown-tools ul li:hover {
    background: var(--highlight-color);
}
.object-tools li#dropdown-tools ul li:hover a{
    background: var(--highlight-color);
}
/* OBJECT HISTORY */

table#change-history {
    width: 100%;
}

table#change-history tbody th {
    width: 16em;
}

/* PAGE STRUCTURE */

#container {
    position: relative;
    width: auto;margin:5px 20px;
    min-width: 760px;
    padding: 0;
}
body.popup #container {
    position: relative;
    width: auto;margin:0px;
    min-width: 760px;
    padding: 0;
}
#content {
    margin: 10px 8px;width: auto;
}
#content.colM {
    margin: 20px 8px 10px;
}
#content > .btn-group {
  margin-top: 25px;
  margin-bottom: -12px;
}
#header {
    width: 100%;
}

#content-main {
    float: left;
    width: 100%;
}
.notif-stats-container {
    margin-top: 30px;
}
.notif-stats {
   border-bottom: solid 1px var(--border-color);
   border-radius: var(--border-radius);
   background: transparent;
}
a.notif-stats-title {
  color: var(--label-txt-color);
}
a.notif-stats-title.active {
    color: var(--highlight-color);
    border-bottom: 2px solid var(--highlight-color);
}
.scores-container{
  background: var(--container-bg-color);
  overflow:hidden;
  border: 0;
  box-shadow: var(--box-shadow);
  margin: 30px 8px -10px;
}
.scores-container h1{
  color: var(--highlight-color);
  border-bottom: solid 1px var(--border-color);
}
.scores-container h1 i{
  color: var(--help-txt-color);
}
#content-related {
    float: right;
    width: 18em;
    position: relative;
    margin-right: -19em;
}

#footer {
    clear: both;
    padding: 10px;
}

/* COLUMN TYPES */

.colMS {
    margin-right: 20em !important;
}

.colSM {
    margin-left: 20em !important;
}

.colSM #content-related {
    float: left;
    margin-right: 0;
    margin-left: -19em;
}

.colSM #content-main {
    float: right;
}

.popup .colM {
    width: 95%;
}

.subcol {
    float: left;
    width: 46%;
    margin-right: 15px;
}

.dashboard #content {
    width: 500px;
}

/* HEADER */

#header {
    background: #fff;
    font-family: 'Work Sans', sans-serif;color:#333;
    overflow: hidden;
}



#header a:link, #header a:visited {
    color: white;
}

#header a:hover {
    text-decoration: underline;
}

#branding h1 {
    margin: 0;
    padding: 5px 10px;
    height: 31px;
    display: inline-block;
}

#branding > div {
    display: inline-block;
    position: absolute;
    top: 0;
}

#branding h2 {
    padding: 0 10px;
    font-size: 14px;
    margin: -8px 0 8px 0;
    font-weight: normal;
    color: #ffc;
}

#branding #search {
    width: 100px;display:none;
    background-image: url("/static/admin_tools/images/search.png");background:#fff;
    background-repeat: no-repeat;
    background-position: 7px 7px;
    padding-left: 25px;
    -webkit-transition:all 0.4s ease 0s;
    -moz-transition:all 0.4s ease 0s;
    -o-transition:all 0.4s ease 0s;
    transition:all 0.4s ease 0s;
	background: rgba(0,0,0,0.2);
border-radius: 2px;
border:solid 1px rgba(255,255,255,0.4);
}

#branding {position: relative;width:105px;float:left;margin-top:5px;margin-left:0px;}

#branding #search:focus {
    width: 180px;
}

.header-item {
    padding: 5px 10px;
    font-size: 30px;
    margin: -10px;
    background: rgba(255,255,255,0.2);
    border-radius: 3px;
    color: #ddd;font-weight:normal;
    border: none;position:absolute;right:45px;
}

#user-tools #company_logo {
    display: inline-block;
    top: 0%;
    width: 35px;
    height: 35px;
    right: 70px;
    background-image: url('/tenant/skin/logo.png'); background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}


/* SIDEBAR */

#content-related h3 {
    font-size: var(--headings-txt-size);
    color: var(--label-txt-size);
    margin-bottom: 3px;
}

#content-related h4 {
    font-size: 11px;
}

#content-related .module h2 {
    background: #eee url(/static/admin/img/nav-bg.gif) bottom left repeat-x;
    color: #666;
}

#branding h1#site-name{font-size:20px;letter-spacing:3px;text-transform:uppercase;text-align:center;font-weight:normal;font-family: 'Work Sans', sans-serif;color:#333;padding-left:8px;}
#branding h1#site-name span{color:#0d94e2;font-size:14px;letter-spacing:0px}
.login #branding {margin-left:auto;float:none;width:100%;text-align:center;display:none;}
.login #branding h1#site-name{font-size:40px;letter-spacing:4px;text-align:center}
.login #branding h1#site-name span{font-size:28px;letter-spacing:0px}
.login #header-search{display:none;}
.login #user-tools{display:none !important;}
.lowered{margin-top:60px;}
#branding img#app-logo{
    height:20px;
}
.login #branding i{display:none;}

input[type="checkbox"]:not(.skipstyling) {
  position: relative;
  margin: -54px -21px -48px 5px!important;
  width: 20px;
  height: 20px;
  opacity: 0;
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  filter: alpha(opacity=0); /* For IE8 and earlier */
}

input[type="checkbox"][disabled]:not(.skipstyling) {
    cursor: not-allowed;
}

/*
input[type='checkbox']
{
    width:19px;
    height:19px;
}
input[type='checkbox']:before {
    content:"";
    display:inline-block;
    width:19px;
    height:19px;
    background-color:white;
    background-repeat: no-repeat;
    background-size:auto;
    background-image:url('data:image/svg+xml;utf8,<svg width="19" height="19" xmlns="http://www.w3.org/2000/svg"><g><rect stroke="#79c5f2" id="svg_5" height="17.874928" width="17.624929" y="0.500037" x="0.812535" stroke-width="2" fill="none"/></g></svg>') ;
}
input[type='checkbox']:hover:before{
    background-image:url('data:image/svg+xml;utf8,<svg width="19" height="19" xmlns="http://www.w3.org/2000/svg"><g><rect stroke="#0d94e2" id="svg_5" height="17.874928" width="17.624929" y="0.500037" x="0.812535" stroke-width="2" fill="none"/></g></svg>');
}

input[type=checkbox]:checked:before {
    background-image:url('data:image/svg+xml;utf8,<svg width="19" height="19" xmlns="http://www.w3.org/2000/svg"><g><rect stroke="#79c5f2" id="svg_5" height="17.874928" width="17.624929" y="0.500037" x="0.812535" stroke-width="2" fill="none"/><path stroke="null" id="svg_1" fill="#0d94e2" d="m8.046879,14.410027l-4.171894,-5.112543l1.293751,-1.698657l2.853576,3.476624l5.65987,-7.360453l1.317855,1.667288l-6.953157,9.027741z"/></g></svg>');
}

input[type='checkbox']:checked:hover:before{
    background-image:url('data:image/svg+xml;utf8,<svg width="19" height="19" xmlns="http://www.w3.org/2000/svg"><g><rect stroke="#0d94e2" id="svg_5" height="17.874928" width="17.624929" y="0.500037" x="0.812535" stroke-width="2" fill="none"/><path stroke="null" id="svg_1" fill="#0d94e2" d="m8.046879,14.410027l-4.171894,-5.112543l1.293751,-1.698657l2.853576,3.476624l5.65987,-7.360453l1.317855,1.667288l-6.953157,9.027741z"/></g></svg>');
}*/


input[type="checkbox"] + span.cstmcheckbox {
    display:inline-block;
    border:solid 2px var(--border-color);
    margin: 0px 4px -3px 6px;padding: 0;
    background: var(--theme-bg-color);
    width:13px;
    height:13px;
    cursor:pointer;
    border-radius: var(--border-radius);
}
input[type="checkbox"][disabled] + span.cstmcheckbox {
    background-color: var(--border-color);
}
input[type="checkbox"]:not([disabled]):hover + span.cstmcheckbox{
border:solid 2px var(--highlight-color);
}
input[type="checkbox"] + span.cstmcheckbox > svg{
    width:100%;height:100%;
}
input[type="checkbox"] + span.cstmcheckbox > svg path{
    fill: var(--theme-bg-color);
}
input[type="checkbox"][disabled] + span.cstmcheckbox > svg path{
    fill: var(--border-color);
}
input[type="checkbox"]:checked + span.cstmcheckbox{
border:solid 2px var(--border-color);
}
input[type="checkbox"]:checked + span.cstmcheckbox > svg path{
    fill: var(--highlight-color)!important;
}
input[type="checkbox"]:not(:checked) + span.cstmcheckbox > svg path{
    fill: var(--theme-bg-color)!important;
}
input[type="checkbox"][disabled]:not(:checked) + span.cstmcheckbox > svg path{
    display: none;
}
input[type="checkbox"][style*="display: none"] + span.cstmcheckbox {
  display:none;
}
.popup-fade{
    background: var(--fadein-bg-color);
    width:100%;
    height:100%;
    margin:0;
    position:fixed;
    z-index: 1000;
    margin-top:-10px;
    padding-top:10px;
    display:none;
}
.site-popup{
    width:600px;
    min-height:100px;
    position:fixed;
    border:solid 2px var(--border-color);
    left:0;
    right:0;
    top:120px;
    margin:auto;
    border-radius:3px;
    background: var(--container-bg-color);
    z-index:1200;
    box-shadow:0px 0px 20px rgba(13, 148, 226,0.5);
    display:none;
}
.popup-head{
    width:auto;overflow:hidden;
    border-bottom:solid 1px var(--border-color);
    padding:10px 20px;
}
.popup-head h3{
    color:var(--highlight-color);
    font-size:16px;margin:5px 0;
    text-align:left;float:left;
    font-family: var(--headline-font);font-weight:normal;
}
.popup-head a{
    float:right;font-size:18px;
    color:var(--attention-color);
    margin:2px 0;cursor:pointer;
}
.popup-content{
    padding:15px 20px;
}
.popup-content p{
    font-family: var(--main-font);font-size:14px;margin:5px auto;
}
.popup-content p.center{
    text-align:center;
}
.popup-content hr{
    width:100%;padding:0 20px;margin:15px -20px;
}
    /* jquery ui popup improvements */
.ui-widget-overlay {
    background: var(--pagefadout-bg-color) !important;
    opacity: 1 !important; */
    filter: Alpha(Opacity=100)!important;
}
.ui-widget-header {
    border: 0px solid #97b6d6;
    color: #fff;
    font-weight: normal;
    border-radius: 0px !important;
}
.ui-dialog .ui-dialog-titlebar {
    padding: 10px 1em;
    position: relative;
    font-size: 14px;
    font-family: var(--headline-font-bold);
    background: transparent !important;
    color: var(--main-theme-color);
    font-weight: bold;
    border-radius: 0px !important;
    border: 0;
    border-bottom: solid 1px var(--border-color);
}
.ui-dialog .ui-dialog-titlebar-close{
  background: transparent;
}
.ui-widget-content {
    border: 0px solid #eee;
    background: transparent;
    color: var(--main-txt-color);
    border-radius: 3px !important;
    padding: 0px;
    font-weight: normal;
    font-size: 1em;
    overflow: hidden;
}
.ui-dialog .ui-widget-content, .ui-widget-content .ui-menu-item-wrapper{
  color: var(--main-txt-color);
}
.ui-widget-content .ui-menu-item-wrapper{
  color: var(--label-txt-color);
}
.ui-widget-content .ui-menu-item-wrapper:hover{
  color: var(--inverse-txt-color);
  background: var(--highlight-color);
  border:0;
}
.ui-dialog .ui-widget-content a{
  color: var(--hyperlink-color);
}
.ui-widget-content thead th{
 color:var(--highlight-color);background:var(--subheader-bg-color);
}
.ui-widget-content thead th:last-child{
text-align: right;
}
.ui-widget-content .module, .dataTables_wrapper .dataTables_filter input{
    background: var(--container-bg-color)!important;
}
.ui-dialog .ui-dialog-buttonpane {
    border-top: solid 1px var(--border-color) !important;
    text-align: left;
    border-width: 0px 0 0;
    background-image: none;
    margin-top: 0px;
    padding: 6px 10px 0.5em 0.4em;
    border-radius: 0 !important;
    background: var(--container-bg-color);
}
.ui-dialog-content{
  max-height:70vh !important;
  overflow:auto;

}
#room_power_details_modal_dialog.ui-widget-content, #power_details_modal_dialog.ui-widget-content{
  padding: 0;
  margin: -5px 0 -1px!important}
#room_power_details_modal_dialog.ui-widget-content table tbody, #power_details_modal_dialog.ui-widget-content table tbody {
  display: block;
  max-height: 360px;
  overflow: auto;
}
#room_power_details_modal_dialog.ui-widget-content table thead, #room_power_details_modal_dialog.ui-widget-content table tbody tr,
#power_details_modal_dialog.ui-widget-content table thead, #power_details_modal_dialog.ui-widget-content table tbody tr
{
  display: table;
  width: 100%;
  table-layout: fixed;
}
body .modal {
  background: var(--container-bg-color);
}
div.DTS div.dataTables_scroll {
    background:var(--container-bg-color)!important;
    box-shadow: var(--box-shadow);
}
.dataTables_scrollFoot.ui-state-default {
    background: var(--subheader-bg-color);
    border-top: solid 1px var(--border-color);
}
table.dataTable thead th{background: var(--menu-headline-active-bg-color)!important;
    color:var(--inverse-txt-color)!important;font-weight:normal!important;    border-bottom: solid 1px var(--border-color);
    padding: 12px 10px;
    border-top: 0;}
.dataTables_scrollHeadInner {
  background: var(--menu-headline-active-bg-color)
}
table.dataTable thead .sorting_asc, table.dataTable thead .sorting_asc{
  background-image: none!important;
}
table.dataTable tbody tr, table.dataTable.display tbody tr.odd, div.dts div.dataTables_scrollBody,
 table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: var(--container-bg-color)!important;
}
table.dataTable td{
  border-top: 0!important;
}
table.dataTable thead th, table.dataTable thead td, .dataTables_wrapper .dataTables_filter input, table.dataTable tfoot th, table.dataTable tfoot td, table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td{
  border-color: var(--border-color)!important;
}
.ColVis_Button {
    color:var(--highlight-color)!important;
    padding: 3px 8px !important;
    margin-left: 4px;
    margin-top: 2px;
    min-height: 26px;
    border-radius: 2px!important;
}
button.DTTT_button, div.DTTT_button, a.DTTT_button {
    margin-top: 2.4px;
    border: 0 !important;
    margin-left: 3px;
    box-shadow: 0 0 0 0!important;
    padding: 6.5px 8px 6.5px 8px!important;
    background: #0d94e2 !important;
    border-radius: 2px!important;
    color: #fff;}
a.DTTT_button.DTTT_button_print {
    color: #fff!important;
    margin-left: 2px;
    margin-right: -6px;
    }
div.ColVis_collection {
    width: 116px !important;padding: 1px 3px!important;
  }
button.ColVis_Button.TableTools_Button.ui-button.ui-state-default {
      height: auto;
}
button.ColVis_Button.TableTools_Button.ui-button.ui-state-default:hover {
      border: 1px solid  #0d94e2;
}
div.ColVis_collection button.ColVis_Button {
    width: 100% !important;
}
table.dataTable th.ui-state-default {
  border-top: solid 1px var(--border-color);
      background: #eee;
      padding: 7px 8px 7px 8px;
}
table.dataTable thead th.ui-state-default {
  border-top: solid 0px #ddd;
  padding: 12px 8px 12px 8px;
}
div.DTS .dataTables_scrollHead.ui-state-default {
    background: #eee;
}
span.ColVis_radio {
    width: 20px!important;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  height: calc(100vh - 250px) !important;
}
button.ColVis_Button.TableTools_Button.ui-button.ui-state-default.ColVis_MasterButton {
  height: auto!important;
  border: solid 1px var(--border-color);
  border-radius: 3px!important;
  min-height: 26.5px;
}
.ColVis_radio input[type="checkbox"]{opacity: 1!important;
    margin: 0 15px 0 0!important;
    height: auto!important;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: var(--main-txt-color)!important;
}
button.dt-button, div.dt-button, a.dt-button, input.dt-button{
  background: var(--container-bg-color)!important;
  color: var(--main-theme-color)!important;
  font-family: var(--headline-font-bold);
  padding: 4px 12px 3px!important;
  font-size: 13px!important;
  border: solid 1px var(--border-color)!important;
}
div.dt-button-collection button.dt-button.active:not(.disabled){
  box-shadow: none!important;
}
.ajxmsgs {
    width: 100%;
    padding: 0;
    margin: 5px 0;
}
.ajxmsgs p {
    color: #e21414;
    border: solid 2px #ffb8b7;
    padding: 3px 5px;
    border-radius: 2px;
    margin: 7px 0 0 0;
    font-family: 'Work Sans', sans-serif;
    background: #ffdddd;
    font-size: 12px;
}
.ajxmsgs p a {
    color: #e21414 !important;
    cursor:pointer;
}
.ajxmsgs p a:hover{
    color: #e21414 !important;
    cursor:pointer;
}
.ajxmsgs p.ajx-success{
  color: #08b20c;
  border: solid 2px #b5ffb6;
  background: #d3ffd4;
}
.ajxmsgs p.ajx-success i{
  color: #08b20c;
}
.sDashboardWidgetContent > #appcomps, .sDashboardWidgetContent > #monthly_IP_addition, .sDashboardWidgetContent >  #weekly_device_addition, .sDashboardWidgetContent > #monthly_device_addition, .sDashboardWidgetContent > #weekly_IP_addition{margin:15px auto 0 auto;}
weekly_device_addition,
.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em 10px .5em 0;
    cursor: pointer;
    border-radius: 2px !important;
    padding: 3px 10px;
    background: transparent;
    color: var(--main-theme-color);
    border-color: var(--border-color);
}
.ui-dialog .ui-dialog-buttonpane button#saveme, #saveme_stored_device{
    background: var(--success-color);
    color: var(--inverse-txt-color);
    border-color: var(--success-color);
    float: right;
    margin-right: 0;
    margin-left: 5px;
}

.custom-combobox-toggle{margin-left: -29px !important;
    padding: 10px 2px 9px 2px!important;
    margin-top: 2px;border-color:var(--border-color) !important;}
    .ui-button .ui-icon {
    background-image: var(--select-arrow-down);
}
button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only { border-radius:3px!important}
.ui-icon-closethick {
    background-image: url("data:image/svg+xml,%3Csvg height='512px' id='Layer_1' style='enable-background:new 0 0 512 512;' version='1.1' viewBox='0 0 512 512' width='512px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath fill='rgb%28209, 20, 20%29' d='M443.6,387.1L312.4,255.4l131.5-130c5.4-5.4,5.4-14.2,0-19.6l-37.4-37.6c-2.6-2.6-6.1-4-9.8-4c-3.7,0-7.2,1.5-9.8,4 L256,197.8L124.9,68.3c-2.6-2.6-6.1-4-9.8-4c-3.7,0-7.2,1.5-9.8,4L68,105.9c-5.4,5.4-5.4,14.2,0,19.6l131.5,130L68.4,387.1 c-2.6,2.6-4.1,6.1-4.1,9.8c0,3.7,1.4,7.2,4.1,9.8l37.4,37.6c2.7,2.7,6.2,4.1,9.8,4.1c3.5,0,7.1-1.3,9.8-4.1L256,313.1l130.7,131.1 c2.7,2.7,6.2,4.1,9.8,4.1c3.5,0,7.1-1.3,9.8-4.1l37.4-37.6c2.6-2.6,4.1-6.1,4.1-9.8C447.7,393.2,446.2,389.7,443.6,387.1z'/%3E%3C/svg%3E") !important;
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front {
    border: 0px!important;
    min-width: 400px!important;
    background: var(--container-bg-color);
    box-shadow: var(--box-shadow);
}
button.ui-button{border-radius:2px!important;}
button.ui-button.ui-corner-all.ui-widget.ui-button-icon-only.ui-dialog-titlebar-close, button.ui-button.ui-corner-all.ui-widget.ui-button-icon-only.ui-dialog-titlebar-close:hover{background-color: transparent;border:0;background-image: none;}
.ui-dialog-titlebar-close .ui-icon {
  background-image:url("data:image/svg+xml,%3Csvg height='14' id='Layer_1' style='enable-background:new 0 0 48 48;' version='1.1' viewBox='0 0 512 512' width='14' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath fill='rgb%28209, 20, 20%29' d='M443.6,387.1L312.4,255.4l131.5-130c5.4-5.4,5.4-14.2,0-19.6l-37.4-37.6c-2.6-2.6-6.1-4-9.8-4c-3.7,0-7.2,1.5-9.8,4 L256,197.8L124.9,68.3c-2.6-2.6-6.1-4-9.8-4c-3.7,0-7.2,1.5-9.8,4L68,105.9c-5.4,5.4-5.4,14.2,0,19.6l131.5,130L68.4,387.1 c-2.6,2.6-4.1,6.1-4.1,9.8c0,3.7,1.4,7.2,4.1,9.8l37.4,37.6c2.7,2.7,6.2,4.1,9.8,4.1c3.5,0,7.1-1.3,9.8-4.1L256,313.1l130.7,131.1 c2.7,2.7,6.2,4.1,9.8,4.1c3.5,0,7.1-1.3,9.8-4.1l37.4-37.6c2.6-2.6,4.1-6.1,4.1-9.8C447.7,393.2,446.2,389.7,443.6,387.1z'/%3E%3C/svg%3E") !important;
    background-position: center;}
input.custom-combobox-input{background:var(--theme-bg-color)!important;border-radius:2px;border-color:var(--border-color)!important;padding-right: 32px!important;}
a.ui-button.ui-widget.ui-button-icon-only.custom-combobox-toggle.ui-corner-right{
    border-radius: 3px;
    margin-top: 4px;padding: 14px 5px 11px 5px !important;background: transparent;border: 0;}
.ms-options-wrap > button:focus, .ms-options-wrap > button, .ms-options-wrap > .ms-options {
  border: 1px solid var(--border-color)!important;
  background-color: var(--theme-bg-color)!important;
}
.ms-options-wrap > .ms-options > ul label.focused, .ms-options-wrap > .ms-options > ul label:hover {
    background-color: var(--highlight-color)!important;
    color: var(--inverse-txt-color)!important;
    border-color: transparent!important;
}
button.remove-block{
  background: transparent!important;
}
table#task-information{
  border-color: var(--border-color)!important;
}
table#task-information tr.task{
  border-color: var(--border-color)!important;
}
#createTasks{
  background: var(--highlight-color)!important;
  margin-right: 20px;
}
.new-block{
  background: var(--container-bg-color);

}
.logout #header{background: transparent}
.logout #header-search{display:none;}
.logout #user-tools{display:none;}
.logout .breadcrumbs{display:none;}
.logout #branding img#app-logo{height:20px}
.logout #branding {margin-top:20px;}
.logout #content{text-align:center;padding-top:150px;}
#spinner{width:auto;text-align:center;padding:150px 0 0 0;display:none;}
#spinner i{font-size:52px;color:#0d94e2;padding: 10px 0;}
#spinner span{color:#999;font-size:12px;font-family: 'Work Sans', sans-serif;}
#spinner.layoutspinner{float: left;width: calc(100% - 600px);display:block;}
._pendo-resource-center-badge-image{
    margin: 0;
    border: 0!important;
    height:42px!important;
    width: 42px!important;
    padding: 8px;
  }
#go-to-bottom{ display: none!important; visibility: hidden;}
.center-content{
display: flex;
align-items: center;
height: calc(100vh - 250px);
}
.no-data{
  width: 550px;
  margin: 0 auto;
}
.no-data h2{
  font-size: 18px;
  font-family: var(--headline-font-bold);
  text-align: center;
  color: var(--main-theme-color);
}
.no-data .nodata-icon{
  text-align: center;
  display: block;
}
.no-data .nodata-icon i{
  color: var(--attention-color);
  font-size: 62px;
}
.no-data p{
  color: var(--label-txt-color);
  font-size: 12px;
}
.no-data a{
  color: var(--hyperlink-color);
  text-decoration: underline;
}
img[src*="img/icon-yes.svg"], img[src*="img/icon-no.svg"] {
  background: white;
  border-radius: 100%;
  padding: 0;
  margin: 0;
}
/* Spinner with "arrows" */
.sync-spinner {
    color: var(--highlight-color);
}

.sync-spinner > i {
    margin-right: 4px;
}
