html, body {
    background: #222;
    height: 100%;
    /*overflow: hidden;*/
}

#wrapper {
	position: absolute;
  width: 100%;
	height: calc(100% - 46px);
	overflow-x: hidden;
	overflow-y: auto;
}

body.animate #wrapper > *,
body.animate #header > * {
    -webkit-transition: all .5s ease-in-out; /* For Safari 3.1 to 6.0 */
    transition: all .5s ease-in-out;
}

#header {
    position: relative;
    display: table;
    z-index: 15;
    width: 100%;
    height: 46px;
    border-bottom: none;
}

#header:after {
    content: '';
    display: table;
    width: 100%;
    clear: both;
}

#header > * {
    padding: 5px 15px 5px 20px;
}

#header .left {
    position: relative;
    display: table-cell;
    width: 240px;
    vertical-align: middle;
}

body.mainNavCollapsed #header .left {
    padding: 5px 0;
    width: 51px;
}

#header .left .collapsers {
    position: absolute;
    width: 120px;
    right: -60px;
    top: 12px;
    vertical-align: middle;
    text-align: center;
}

.collapsers > i {
    padding: 0 5px;
    font-size: 22px;
    line-height: 21px;
    height: 22px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

/*#main-nav-collapse-btn {*/
/*position: absolute;*/
/*z-index: 1000;*/
/*top: 50%;*/
/*bottom: 0;*/
/*right: 10px;*/
/*margin-top: -11px;*/
/**/
/**/
/**/
/**/
/**/
/*}*/

#header .right {
    display: table-cell;
    vertical-align: middle;
}

#top-bar {
    position: static;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    color: #FFF;
}

#top-bar > ul {
    margin-right: -10px;
}

#site-logo {
    position: absolute;
    line-height: 34px;
    top: 5px;
    left: 15px;
    z-index: 21;
    opacity: 1;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

body.mainNavCollapsed #site-logo {
    opacity: 0;
    left: -150px;
}

#site-logo img {
    width: auto;
    height: 30px;

    margin-right: 5px;
    vertical-align: middle;
}

#sidebar-wrapper {
	position: absolute;
	left: 0;
	top: 0;
    width: 240px;
    height: 100%;

    border-right: 1px solid #bfbfbf;
    border-top: 1px solid #777;
    background: url(../img/layout/sidebar-bg.png) repeat-y 0 0;
}
#sidebar-wrapper .scrollbar-style {
	height: 100%;
}

.tree-wrapper {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 40px;
	opacity: 0;
}
.tree-wrapper .scrollbar-style {
	height: 100%;
}

.tree-scroller {
	position: absolute;
	top: 45px;
	height: calc(100% - 65px);
	left: 10px;
	right: 10px;
	bottom: 20px;
}

.content-wrapper {
    position: absolute;
	left: 240px;
	right: 40px;
    height: 100%;
    background: #ffffff;
}
.content-wrapper .scrollbar-style {
	height: 100%;
}
body.mainNavCollapsed #sidebar-wrapper {
    width: 51px;
}
body.mainNavCollapsed .content-wrapper {
	left: 51px;
}
body.hierOpen .content-wrapper {
	right: 350px;
}

body.hierOpen .tree-wrapper {
	width: 350px;
	opacity: 1;
}

#sidebar {
    width: auto;
    display: block;
    float: none;
    position: static;
}

#system-status {
    position: relative;
    width: 100%;
    min-height: 115px;
    padding: 14px 14px 14px 18px;
    border-bottom: 1px solid #bbb;
    background: linear-gradient(to bottom, #fff 0%, #eee 61%, #eee 61%, #eee 100%) #d6d6d6;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    height: 188px;
}

#system-status .system-status-for-none {
    text-align: center;
    display: none;
}

#system-status .system-status-for-store {
    display: none;
}

#system-status .system-status-for-none.active {
    display: block;
}

#system-status .system-status-for-store.active {
    display: block;
}

#system-status .system-status-for-none img {
    display: inline-block;
    width: 52px;
	max-width: 100%;
    height: auto;
    margin: 30px 0 15px;
}

#system-status .system-status-for-none span {
    color: #bbb;
    font-size: 11px;
	line-height: 13px;
	transition: all .3s ease-in;
}

#system-status > b {
    display: block;
    margin-bottom: 8px;
    line-height: 12px;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    text-transform: uppercase;
    color: #888;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .5);
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

#system-status > * {
    visibility: hidden;
}

#system-status.active > * {
    visibility: visible;
}

#system-status .radios {
    width: 100%;
    display: table;
    /*display: none;*/
    table-layout: fixed;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

#system-status .radios > div {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

#system-status .radios > div.icon {
    overflow: hidden;
    padding-bottom: 5px;
}

#system-status .radios > div.icon:last-child {
    text-align: right;
}

#system-status #status {
    height: 22px;
    margin: 0 0 18px 0;
    border-radius: 3px;
    line-height: 21px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    color: #fff;
    background-color: #999;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

#system-status #status {
    margin-right: 40px;
}

#radio-list-button {
    position: absolute;
    top: 34px;
    right: 15px;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

#system-status .actions-dropdown {
    display: none;
    width: 27px;
    height: 22px;
    padding: 0;
    border: 0;
    border-radius: 3px;
    line-height: 20px;
    font-size: 19px;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    background-color: #e5412d;
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

#system-status.active .actions-dropdown {
    display: block;
}

#system-status .open .actions-dropdown,
#system-status .actions-dropdown:hover {
    background-color: #cd3223;
}

#system-status .actions-dropdown i {
    text-align: center;
}

#system-status .dropdown-menu {
    text-align: left;
}

body.mainNavCollapsed #system-status > b {
    width: 1px;
    font-size: 0;
}

body.mainNavCollapsed #system-status #radio-list-button {
    position: absolute;
    top: 75px;
    left: 15px;
    right: auto;
}

body.mainNavCollapsed #system-status .radios {
    width: 0;
}

body.mainNavCollapsed #system-status .radios > div.icon {
    font-size: 0;
    width: 0;
}

body.mainNavCollapsed #system-status .radios > div.icon b {
    font-size: 0;
}

body.mainNavCollapsed #system-status .radio_icon {
    height: 0;
    width: 0;
    font-size: 0;
}

body.mainNavCollapsed #system-status #status {
    width: 22px;
    font-size: 0;
    border-radius: 50%;
}
body.mainNavCollapsed #system-status .system-status-for-none span {
	font-size: 0;
}

	/*device statuses:
	0 => 'OK',
	1 => 'Salt error' , // unused
	2 => 'Not playing' , // PlayErr
	3 => 'Startup' ,
	4 => 'Backup' ,
	5 => 'Stopped' ,*/

#system-status #status.status-1,
#system-status #status.status-2 {
    background-color: #c62000;
}

#system-status #status.status-3,
#system-status #status.status-4 {
    background-color: #999;
}

#system-status #status.status-0,
#system-status #status.status-4,
#system-status #status.status-5 {
    background-color: grey;
}

#system-status .radio_icon {
    position: relative;
    display: inline-block;
    width: 95px;
    height: 95px;
    vertical-align: bottom;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    background-color: #eee;
    background-size: cover;
    background-position: center;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    opacity: .3;
}

#system-status .radio_icon.active {
    opacity: 1;
}

#system-status .radio_icon > i {
    position: absolute;
    display: block;
    z-index: 1;
    opacity: 0;
    width: 87px;
    height: 87px;
    margin: 2px;
    padding: 5px;
    border-radius: 3px;
    line-height: 14px;
    font-size: 11px;
    font-style: normal;
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
    color: #444;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    top: 0;
}

#system-status .radio_icon:hover {
    opacity: 1 !important;
    animation-play-state: paused !important;
}

#system-status .radio_icon:hover > i {
    opacity: 1;
}

#system-status .radio_icon > b {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 18px;
    border-radius: 0 0 3px 3px;
    font-size: 11px;
    font-weight: 600;
    line-height: 17px;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.45);
}

#system-status .radio_icon + .radio_icon {
    margin-left: 13px;
}

#system-status .radio_icon.pending {

}

#system-status .radio_icon.pending.active {
    -webkit-animation: blink30-70 3s infinite;
    animation: blink30-70 3s infinite;
    animation-timing-function: ease-in-out;
}

#system-status .radio_icon.pending.warning {
    -webkit-animation: none;
    animation: none;
}

#system-status .radio_icon.onair > b:before {
    position: absolute;
    left: 5px;
    top: 3px;
    content: '';
    display: block;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    box-shadow: 0 0 5px green;
    background-color: #00e827;

}

#system-status .radio_icon.onair.active > b:before {
    -webkit-animation: blink60 3s infinite;
    animation: blink60 1.5s infinite;
    animation-timing-function: ease-in-out;
}

#system-status .radio_icon.warning.onair > b:before {
    box-shadow: 0 0 5px #ff7329;
    background-color: #ff7329;
}

#system-status .radio_icon.empty {

}

#system-status .status-icon {
    color: white;
    font-size: 16px;
    line-height: 77px;
}

#main-nav {
    top: 0;
    width: auto;
    padding: 0;
    margin: 0;
    border-top: none;
    border-bottom: none;
}

#main-nav > li:first-child {
    border-top: 0;
}

#main-nav > li > a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
}

#main-nav > li:not(.active) > a:hover > i {
    color: #fff;
}

body.mainNavCollapsed #main-nav > li > a > .main-nav-label {

}

#content {
    display: block;
    float: none;
    margin-left: 0;
    margin-right: 0;
    border-top: 1px solid #777;
    vertical-align: top;
    background: #FFF;
    height: 100%;
    z-index: auto;
    position: relative;
}

#content-scroll {
	position: absolute;
	top: 115px;
	right: 0;
	left: 0;
	bottom: 0;
}
#content .scroll-content {

	box-sizing: border-box;
}

#content-container {
	position: relative;
	padding: 15px;
	top: 0;
	height: 100%;
}




#content-header {
    position: relative;
    top: 0;
    display: table;
    width: 100%;
    height: 55px;
    margin-bottom: 0;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#eeeeee));
    background-image: -webkit-linear-gradient(top, #ffffff, 0%, #eeeeee, 100%);
    background-image: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
    border-bottom: 1px solid #CCC;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

#content-header > div {
    display: table-cell;
    vertical-align: middle;
}

#content-header > div.title {
    padding: 0 20px;
	vertical-align: middle;
}


#content-header > div.title:not(:last-child) {
    width: 33.3333%;
}

#content-header h1 {
	position: relative;
	left: auto;
	display: inline-block;
	margin: 0 30px 0 0;
	vertical-align: middle;
	color: #444;
	font-size: 28px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -2px;
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
	cursor: default;

}

#content-header h1 small {
    margin-left: 1em;
}

.help-text {
	display: inline-block;
	margin-top: 3px;
	vertical-align: middle;
	color: #797979;
}

.help-text > * {
	vertical-align: middle;
}

.help-text i {
	cursor: pointer;
	font-size: 24px;
}

.help-text span {
	font-size: 15px;
	margin-left: 10px;
	margin-top: 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 80px;
}

.cursor-pointer {
    cursor: pointer;
}


#device_play_status {
    /*width:180px;*/
    padding: 4px;
    text-align: right;
    white-space: nowrap;
}

#device_play_status > div {
    display: inline-block;
    padding: 1px;
    border-radius: 3px;
}

#device_play_status > div > span {
    display: block;
    text-align: center;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
}

#device_play_status > div.pending {
    margin-right: 5px;
    border: 1px solid #ddd;
    color: #eea236;
    background-color: #eee;
}

#device_play_status > div.onair {
    border: 1px solid #ddd;
    color: #49ca48;
    background-color: #eee;
}

#device_play_status .densionBoxHolder {
    height: auto !important;
    padding: 2px 0 2px;
}

#device_play_status .densionBoxTitle {
    padding: 0 7px;
    height: auto;
    line-height: 14px;
    font-size: 12px;
    white-space: nowrap;
}

#content-hier-container {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    vertical-align: top;
}



#content-hier {
    /*position: absolute;*/
    /*left: 0;*/
    /*top:0;*/
    width: 100%;
    display: table; /* ie fix */
    min-width: 250px;
    height: 100%;
    overflow-y: auto;
    padding: 0 10px 30px;
    margin-right: 0px;
    color: #fff;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
}

body.hierOpen #content-hier {

    /*opacity: 1;*/
}

#content-hier input, button {
    color: #000000;
}

#profile_structure_name {
    color: #e5412d;
}

#content-hier .densionSturctureHier_filter {
    position: relative;
    padding: 0 15px 0 4px;
}

#densionSturctureHier_archived {
    padding-right: 5px;
    color: rgba(255, 255, 255, .6);
}

#content-hier .densionSturctureHier_filter #filterResetSearch {
    position: absolute;
    right: 25px;
    top: 10px;
    color: #444;
    cursor: pointer;
}

/*.hierToggler {*/
/*position: absolute;*/
/*top: 10px;*/
/*left: 15px;*/
/*cursor: pointer;*/
/*font-size: 22px;*/
/*color: #fff;*/
/*z-index: 1000;*/
/*}*/
#content-hier #densionSturctureHier .fa {
    color: lightgray;
}

#densionSturctureHier .archive {
    opacity: 0.5;
}

.fileservice-uploader .progress {
    margin-bottom: 0;
}

.fileservice-uploader .files .size {
    text-align: right;
}

.fileservice-uploader .row {
    margin-bottom: 0 !important;
}

.list-control-container .fa,
.list-control-container .glyphicon {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    color: #606060;
}

.list-control-container .fa:hover,
.list-control-container .glyphicon:hover {
    color: #e5412d;
}

#device .btn-toolbar {
    margin-bottom: 20px;
}

/* disable border for every fancytree instance */
ul.fancytree-container {
    border: none;
    outline: none;
}

#densionSturctureHier ul.fancytree-container {
    background-color: transparent;
    color: #FFFFFF;
}

#densionSturctureHier ul.fancytree-container span.fancytree-title {
    color: #FFFFFF;
}

#densionSturctureHier.ui-fancytree-disabled.ui-state-disabled {
    opacity: 1;
}

.ui-fancytree-disabled ul.fancytree-container {
    opacity: .9 !important;
}

.virtualStore {
    transform: rotate(-100deg);
    font-size: 8px;
    position: relative;
    left: -19px;
    top: 1px;
    margin-right: -10px;
}

.virtualStore.red {
    color: #cb6c6e !important;
}

.fc-event-vert .ui-resizable-s {
    width: auto !important;
    left: 43px;
}

.sortnumh4 {
    position: relative;
    top: 23px;
    left: -3px;
    font-size: 13px;
    margin: 0;
}

.ui-draggable-dragging {
    z-index: 9999;
}

.howl {
    z-index: 9999;
}

#structure_edit #node_logo_preview img {
    max-width: 289px;
    max-height: 200px;
}

#structure_edit .fileupload-progress.fade {
    display: none;
}

#structure_edit .fileupload-progress.fade.in {
    display: block;
}

.fileservice-uploader .fileupload-info .fa {
    font-size: 20px;
    margin-left: 5px;
}

.modal-open {
    overflow: auto;
}

.modal-backdrop {
    z-index: 800;
}

.modal {
    overflow: auto;
    /*overflow-y:initial;*/
    /*position: absolute;*/
    z-index: 900;
}

/*.modal-body > .row, .modal-body > div > .row {*/
/*margin-bottom: 2em;*/
/*}*/

.tooltip {
    display: block;
    z-index: 99999;
}

.form-group {
    margin-bottom: 15px;
}

.help.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
}

.help.tooltip .tooltip-inner {
    text-align: left;
    background-color: white;
    border: 2px solid grey;
    border-radius: 0px;
    color: #555555;
    font-size: 16px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    min-width: 600px;
}

.help.tooltip.top .tooltip-arrow {
    border-top-color: white;
}

.help.tooltip.top-left .tooltip-arrow {
    border-top-color: white;
}

.help.tooltip.top-right .tooltip-arrow {
    border-top-color: white;
}

.help.tooltip.right .tooltip-arrow {
    border-right-color: white;
}

.help.tooltip.left .tooltip-arrow {
    border-left-color: white;
}

.thematicradio .tooltip.in {
    z-index: 100000;
    opacity: 1;
    filter: alpha(opacity=100);
}

.thematicradio #calendar .tooltip .tooltip-inner {
    text-align: left;
    background-color: white;
    border: 1px solid grey;
    border-radius: 6px;
    color: #555555;
    font-size: 16px;
    padding: 3px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.thematicradio .tooltip.top .tooltip-arrow {
    border-top-color: black;
}

.thematicradio .tooltip.top-left .tooltip-arrow {
    border-top-color: black;
}

.thematicradio .tooltip.top-right .tooltip-arrow {
    border-top-color: black;
}

.thematicradio .tooltip.right .tooltip-arrow {
    border-right-color: black;
}

.thematicradio .tooltip.left .tooltip-arrow {
    border-left-color: black;
}

@media (min-width: 1280px) {
    .modal-lg {
        width: 80%;
    }
}

@media (max-width: 1280px) {
    .modal-lg {
        width: 90%;
    }
}

li.fancytree-parent-hide {
    background: none !important;
    display: none;
}

.group-store-count {
    font-size: 13px;
    font-family: tahoma, arial, helvetica;
}

.group-clock {
    margin-left: 4px;
    width: 12px;
    height: 12px;
}

.group-icon-grey {
    color: grey !important;
    font-size: 12px;
}

.group-icon-red {
    color: darkred !important;
    font-size: 12px;
}

.tree-icon-enabled-cu {
    color: darkred !important;
    filter: hue-rotate(180deg);
	filter: saturate(3);
}

.group-inherit {
    background-size: 12px !important;
    /*filter: invert(50%);*/
}

.group-radio {
    background: url("/img/icons/16x16_0004s_0001_Menu-Radios-Grey.png");
    top: 1px;
    position: relative;
}

.group-ad {
    background: url("/img/icons/16x16_0004s_0002_Menu-Ads&Jingles-Grey.png");
    top: 2px;
    position: relative;
}

.group-openinghour_file {
    top: 1px;
    position: relative;
    background: url("/img/icons/16x16_0004s_0003_Menu-Messages-Grey.png");
}

.group-announcement {
    margin-top: -1px;
}

.thematic-bg, .ambient-bg {
    padding-left: 15px;
    background-image: linear-gradient(to bottom, #fafafa 0%, #ebebeb 100%);
    background-repeat: repeat-x;
    position: relative;
}

.select-meta-field {
	width: 25%;
}
.select-meta-field .caption {
	display: table;
	width: 100%;
	height:33px;
	table-layout: fixed;

}
.select-meta-field .caption > * {
	display: table-cell;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
}
.select-meta-field .caption > .lock {
	text-align: right;
	width: 25px;
}

.ambientradio-moods > li {
    margin-bottom: 6px;
    cursor: pointer;
}

.ambientradio-moods > li > a {
    width: 90px;
    word-wrap: break-word;
}

.densionBoxTitle {
    border-radius: 4px;
}

.nav-pills > li > .densionBoxTitle {
    padding: 5px 12px;
    color: #444;
    background-color: #eee;
}

.nav-pills > li > .densionBoxTitle:hover {
    background-color: #e4e4e4;
}

.nav-pills > li.active > .densionBoxTitle,
.nav-pills > li.active > .densionBoxTitle:hover,
.nav-pills > li.active > .densionBoxTitle :focus {
    color: #fff;
    background-color: #e5412d;
}

.nav-pills > li.active > .densionBox,
.nav-pills > li.active > .densionBox:hover,
.nav-pills > li.active > .densionBox :focus {
    border: 2px solid #e5412d;
}

.icon-tag {
    color: #111;
    border-radius: 2px;
    border-color: white;
    background: #f2e6ca;
    padding: 0px 3px;
    position: relative;
    margin-top: 0;
    left: -33px;
    opacity: .7;
    top: -57px;
    display: block;
    height: 18px;
    width: max-content;
    font-size: 10px;
    margin-bottom: 1px;
}

.default-package-holder {
    height: 300px;
    overflow: auto;
}

.locker {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.0);
    text-align: center;
    display: none;
    width: 100%;
    height: 100%;
}

.locker .btn {
    position: absolute;
    background: #000;
    color: #fff;
    /* display:none; */
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

#dashboard_list {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    min-height: 250px;
}

#dashboard_list .item {
    position: relative;
    display: inline-block;
    width: 45%;
    max-width: 400px;
    height: 250px;
    margin: 2%;
    padding: 15px 20px;
    border: 1px solid #ccc;
    vertical-align: top;
    text-align: left;
    background-color: #555;
    background-size: cover;
    cursor: pointer;
}

#dashboard_list .item .fa-edit {
    background-color: #000;
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.9);
    display: none;
    font-size: 23px;
    height: 32px;
    line-height: 28px;
    padding: 3px 0 0 4px;
    position: absolute;
    right: 10px;
    text-align: center;
    text-decoration: none;
    top: 15px;
    transition: all 0.1s ease-out 0s;
    width: 32px;
}

#dashboard_list .item .fa-times {
    background-color: #000;
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.9);
    display: none;
    font-size: 27px;
    height: 32px;
    padding: 2px 0 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    transition: all 0.1s ease-out 0s;
    width: 32px;
}

#dashboard_list .item .fa-arrow-circle-down {
    background-color: #000;
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.9);
    display: none;
    font-size: 27px;
    height: 32px;
    left: 185px;
    padding: 3px 0 0 1px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 15px;
    transition: all 0.1s ease-out 0s;
    width: 32px;
}

#dashboard_list .item:hover .fa-edit {
    display: block;
}

#dashboard_list .item:hover .fa-times {
    display: block;
}

#dashboard_list .item:hover .fa-arrow-circle-down {
    display: block;
}

#dashboard_list .item .fa-edit:hover {
    background-color: #e5412d;
    color: #fff;
}

#dashboard_list .item .fa-times:hover {
    background-color: #e5412d;
    color: #fff;
}

#dashboard_list .item .fa-arrow-circle-down:hover {
    background-color: #e5412d;
    color: #fff;
}

#dashboard_list .item .title {
    /*margin-top: 15px;*/
    font-size: 26pt;
    line-height: 26pt;
    font-weight: 600;
    color: #eee;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
    overflow: hidden;
    text-overflow: ellipsis;
}

#dashboard_list .item .description {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 4.5em;
    padding: 10px 20px 15px;
    border-top: 4px solid rgba(229, 65, 45, 1);
    font-size: 14pt;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 1100px) {
    #dashboard_list {
        width: 100%;
        margin: 15px auto;
    }

    #dashboard_list .item {
        position: relative;
        display: block;
        width: 100%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    #dashboard_list .item .title {
        font-size: 18pt;
    }
}

@media (max-width: 980px) {
    #dashboard_list {
        width: 100%;
        margin: 15px auto;
    }

    #dashboard_list .item {
        position: relative;
        display: block;
        width: 100%;
    }
}

#login .alert {
    margin: 20px 25px;
}

.object-icon-image {
    width: 100px;
    height: 100px;
}

.datepicker {
    z-index: 9999 !important;
}

.ui-helper-hidden.ui-menu.ui-widget.ui-widget-content.ui-corner-all.ui-menu-icons,
.ui-helper-hidden.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
    z-index: 1000;
}

.ui-menu-item {
    white-space: nowrap;
}

.ui-menu-icon {
    margin-top: 3px;
}

.fancytree-node.archive span.fancytree-title {
    color: #86888A;
}

.tree-button {
    background-color: #4D4D4D;
    color: white;
    padding: 0px 8px 0px 8px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 4px;
    cursor: pointer;
}

.tree-button.active {
    background-color: #5D3030;
}

.fancytree-treefocus span.fancytree-selected.archive span.fancytree-title,
.fancytree-treefocus span.fancytree-active.archive span.fancytree-title {
    background-color: #86888A;
}

.formhelper-tab-pills .forminstance-error-count {
    margin-left: 8px;
}

.m0 {
    margin: 0;
}

.ml5 {
    margin-left: 5px;
}

.mr5 {
    margin-right: 5px;
}

.mb5 {
    margin-bottom: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.ml10 {
    margin-left: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt50 {
    margin-top: 50px;
}

.mr20 {
    margin-right: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.ml20 {
    margin-left: 20px !important;
}

.float-left {
    float: left
}

.full-width {
    width: 100%
}

.structure-creation-date {
    text-align: right;
    margin-right: 6%;
}

.color-box {
    cursor: pointer;
    height: 40px;
    width: 70px;
}

.color-box .input-group-addon {
    border-radius: 8px;
}

.form-inline .input-group-addon, /* fix chrome 100% width issue*/
.form-inline .input-group-btn {
    width: auto;
}

.portlet .portlet-tools {
    margin: 4px 0 3px 0;
}

.portlet-tools .contenttypes.nav-pills > li,
.portlet-tools .contenttypes.nav-pills > li + li {
    margin: 0;

}

.portlet-tools .contenttypes.nav-pills > li > a {
    padding: 3px 12px 5px;
}

.portlet .portlet-tools .btn.btn-sm {
    padding: 4px 12px 5px;
}

.portlet-tools .contenttypes.nav-pills > li > a:hover {
    background-color: #ddd;
}

.portlet-tools .contenttypes.nav-pills > li.active > a,
.portlet-tools .contenttypes.nav-pills > li.active > a:hover,
.portlet-tools .contenttypes.nav-pills > li.active > a:focus {
    background-color: #e5412d;
}

.portlet-tools .contenttypes.nav-pills > li > a {
    border-radius: 0;
}

.portlet-tools .contenttypes.nav-pills > li:first-child > a {
    border-radius: 3px 0 0 3px;
}

.portlet-tools .contenttypes.nav-pills > li:last-child > a {
    border-radius: 0 3px 3px 0;
}

.portlet-tools .contenttypes.nav-pills > li:first-child:last-child > a {
    border-radius: 3px;
}

.portlet .portlet-header .content-view-options {
    float: right;
    margin: 4px 0 0 10px;
}

.portlet .portlet-header .content-view-options div + div {
    margin-left: 5px;
}

.portlet .portlet-header .content-view-options i {
    margin: 2px 2px -1px;
    font-size: 14px;
}

.portlet .portlet-header .content-view-options .btn {
    padding: 5px 9px 6px;
    border: 0;
    background-color: #fff;
}

.portlet .portlet-header .content-view-options .btn.active {
    box-shadow: none;
    background-color: #ddd;
}

.portlet .portlet-header .content-view-options .btn:hover {
    box-shadow: none;
    background-color: #ccc;
}

.item-filter {
    position: relative;
    float: right;
    width: 130px;
    margin: 4px 0 0 25px;
}

.item-tag-filter {
    position: relative;
    float: right;
    width: 180px;
    margin: 4px -30px 0 25px;
}

.item-filter .fa-times {
    position: absolute;
    top: 8px;
    right: 11px;
    cursor: pointer;
}

.item-tag-filter .fa-hashtag {
    position: absolute;
    top: 8px;
    left: -20px;
    cursor: pointer;
}

.item-tag-filter .fa-search {
    position: absolute;
    top: 8px;
    right: 23px;
    cursor: pointer;
}

.item-tag-filter .fa-times {
    position: absolute;
    top: 8px;
    right: 45px;
    cursor: pointer;
}

.item-tag-filter .select2-search-choice {
    background: #dbdbc9 !important;
}

.item-tag-filter .rename-input {
    position: absolute;
    left: 20px;
    top: 0;
    width: 90px;
}

.btn-sm .fa {
    font-size: 14px;
}

.slider-holder .row {
    height: 40px;
}

.ui-slider.ui-slider-horizontal {
    height: 10px;
    border: none;
    z-index: 0;
}

.ui-slider.ui-slider-horizontal:before {
    content: '';
    position: absolute;
    left: -12px;
    right: -12px;
    top: -7px;
    bottom: -7px;
    border-radius: 12px;
    box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.3) inset;
    background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
    z-index: -2;
}

.ui-slider.ui-slider-horizontal .ui-slider-handle {
    z-index: auto;
    top: 0;
    width: 10px;
    height: 10px;
    margin-left: -5px;
    border-radius: 50%;
    background: #e5412d;
    border: none;

}

.ui-slider .ui-slider-handle:before {
    position: absolute;
    z-index: -1;
    content: '';
    left: -5px;
    right: -5px;
    top: -5px;
    bottom: -5px;
    border-radius: 50%;
    background: linear-gradient(to top, #eeeeee 0%, #cccccc 100%);
}

.ui-slider-horizontal .ui-slider-range {
    background-color: #e5412d;
    z-index: -1;
}

.select2-container .select2-choice {
    background: #fff;
}

.select2-container.select2-container-multi .select2-search-choice.active {
    /*background-color: #ef917d;*/
    outline: 2px solid #df816d;
    border-radius: 0;
    border-color: transparent;
    /*color: #fff;*/
}

.select2-container.select2-container-multi .select2-search-choice.severalElementsAffected {
    background-color: #ddd;
}

.select2-container.select2-container-multi .select2-search-choice.severalElementsAffected.active {
    /*background-color: #bd8e84;*/
}

.select2-container.select2-container-multi .select2-search-choice.allElementsAffected {

}

.select2-container.select2-container-multi .select2-search-choice.severalElementsAffectedToAll,
.select2-container.select2-container-multi .select2-search-choice.severalElementsAffectedToAll.active {
    background-color: #41c23a;
    color: #fff;
}

.select2-container.select2-container-multi .select2-search-choice.severalElementsAffectedToAll .editTag {
    color: #fff;
}

.select2-container.select2-container-multi .select2-choices > .select2-search-choice {
    padding: 4px 7px 5px 30px;
}

.select2-container.select2-container-multi .select2-choices > .select2-search-choice .select2-search-choice-close {
    margin-top: -7px;
    top: 50%;
    left: 6px;
}

.select2-container.select2-container-multi.select2-container-disabled .select2-search-choice.active {
    color: #555555;
}

.select2-container.select2-container-multi.select2-container-disabled .editTag {
    display: none;
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    background: #fff;
}

.select2-result-label > .empty {
    opacity: .55;
}

.select2-chosen > .empty {
    opacity: .55;
}

.select2-container-multi .select2-search-choice > * {
    display: inline-block;
    line-height: 1em;
    vertical-align: baseline;
}

.select2-container-multi .select2-search-choice > .editTag {
    margin-left: 5px;
    color: #e5412d;
}

.select2-container-multi .select2-search-choice > .editTag:hover {
    color: #962a1d;
}

.select2-container-multi .select2-search-choice.severalElementsAffectedToAll > .editTag {
    /*color: #fff*/
}

.select2-container-multi .select2-search-choice.active > .editTag:hover {
    /*color: #444;*/
}

.formTable {
    width: 100%;

}

.formTable td {
    vertical-align: top;
    padding: 0 10px 15px 0;
}

.user-tz-container .user-tz-name,
.user-tz-container .user-tz-offset,
.user-tz-container .user-tz-time {
    margin-left: .35em;
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }
    to {
        transform: scale(1) rotate(360deg);
    }
}

@-webkit-keyframes blink60 {
    0% {
        opacity: .6;
    }
    45% {
        opacity: 1;
    }
    55% {
        opacity: 1;
    }
    100% {
        opacity: .6;
    }
}

@keyframes blink60 {
    0% {
        opacity: .6;
    }
    45% {
        opacity: 1;
    }
    55% {
        opacity: 1;
    }
    100% {
        opacity: .6;
    }
}

@-webkit-keyframes blink30-70 {
    0% {
        opacity: .3;
    }
    45% {
        opacity: .7;
    }
    55% {
        opacity: .7;
    }
    100% {
        opacity: .3;
    }
}

@keyframes blink30-70 {
    0% {
        opacity: .3;
    }
    45% {
        opacity: .7;
    }
    55% {
        opacity: .7;
    }
    100% {
        opacity: .3;
    }
}

.btn-save-draft {
    background-color: #0055bb;
    border-color: #0055bb;
    color: #ffffff;
}

.btn-save-draft:hover {
    background-color: #004499;
    border-color: #004499;
    color: #ffffff;
}

.btn-publish-later {
    background-color: #00bb00;
    border-color: #00bb00;
    color: #ffffff;
}

.btn-publish-later:hover {
    background-color: #009900;
    border-color: #009900;
    color: #ffffff;
}

.publishPendingButton, .seePendingGroupsButton {
    background-color: #0055bb;
    border-color: #0055bb;
    color: #ffffff;
}

.float-right {
    float: right;
}

.publishPendingButton:hover {
    background-color: #004499;
    border-color: #004499;
    color: #ffffff;
}

#save_tooltip {
    cursor: pointer;
    font-size: 25px;
    margin-right: 6px;
    vertical-align: middle;
}

.btn-group[data-toggle="buttons"] label.btn-default.active {
    background-color: #e5412d;
    border-color: #b93d2c;
    color: #fff;
}

/*.form-group*/
.parsley-success .parsley-error-list {
    display: none !important;
}

/*.form-group*/
.parsley-error-list {
    position: relative;
    display: inline-block !important;
    padding: 2px 10px;
    margin: 0;
    list-style: none;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    background: #b94a48;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
}

/*.form-group*/
.parsley-error-list::after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #B94A48;
    position: absolute;
    top: -6px;
    left: 3px;
}

#ads-list .dataTables_scrollBody {
    max-height: 540px;
}

.mood-rule-size {
    width: 13.667%;
}

.mood-rule-table {
    margin-bottom: 0 !important;
}

.modal-help {
    color: grey;
    display: inline-block;
    font-size: 14px;
    font-style: italic;
    margin-left: 30px;
}

.group-store-list {
    display: inline-table;
    min-height: 800px;
    padding-left: 20px;
    width: 50%;
}

.tree-title-cut {
    width: 210px;
    overflow: hidden;
    display: inline-block !important;
    text-overflow: ellipsis;
}

.group-assign-modal {
    width: 800px;
}

input[type="radio"], input[type="checkbox"] {
    margin: 0 3px 0 0;
    vertical-align: sub;
}

.dn {
    display: none;
}

.db {
    display: block;
}

.dib {
    display: inline-block;
}

.dt {
    display: table;
    width: 100%;
}

.dtc {
    display: table-cell;
}

.dtr {
    display: table-row;
}

.vat {
    vertical-align: top;
}

.vam {
    vertical-align: middle;
}

.shortened-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.nw {
    white-space: nowrap;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.pt5 {
    padding-top: 5px;
}

.pr0 {
    padding-right: 0;
}

.pl0 {
    padding-left: 0;
}

.pt0 {
    padding-top: 0;
}

.pb0 {
    padding-bottom: 0;
}

.pr15 {
    padding-right: 15px;
}

.p20 {
    padding: 20px;
}

.pt20 {
    padding-top: 20px;
}

.lang-content {
    margin-left: 40px;
}

.lang-page-header {
    font-size: 38px;
    margin-bottom: 30px !important;
    margin-left: 0;
    margin-top: 50px;
}

.lang-row {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.lang-col {
    display: inline-block;
}

.lang-input {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
}

.lang-edit {
    display: inline-block !important;
    border-radius: 0 4px 4px 0;
}

.lang-select {
    border-radius: 4px 0 0 4px !important;
}

.fa[data-toggle="tooltip"] {
    cursor: default;
}

.icons .tooltip.left.in {
    transform: translateX(15px);
}

.icons .tooltip.right.in {
    transform: translateX(-15px);
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.fs22 {
    font-size: 22px;
}

.fs24 {
    font-size: 24px;
}

.fs26 {
    font-size: 26px;
}

.fs28 {
    font-size: 28px;
}

.permission-group-label {
    border-bottom: 1px solid #dbdbdb;
    font-size: 15px;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-top: 35px;
    width: 95%;
    max-width: 470px;
}

.image-icon {
    margin: 10px;
    display: inline-block;
}

.thumb-holder {
    height: 550px;
}

.thumb-selected {
    background-color: #e5412d;
}

.thumb-holder .thumb-selected:hover {
    background-color: #e5412d;
}

#history-holder {
    background: white none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
    left: 359px;
    position: fixed;
    top: 106px;
    z-index: 10000;
}

#history-holder tr.history-header td {
    font-weight: bold;
    background: grey;
    color: white;
}
#history-holder tr.history-header td:first-child {
	border-radius: 4px 0 0 0;
}

#history-holder tr.history-header td:last-child {
	border-radius: 0 4px 0 0;
}

#history-holder td {
    padding: 3px 10px;
    white-space: nowrap;
}

ul.ColVis_collection {
    width: auto;
    padding: 4px;
    border: none;
    background-color: rgba(255, 255, 255, .65);
}

ul.ColVis_collection li {
    margin: 0;
    padding: 3px 5px;
    border-radius: 0;
    border: none;
    box-shadow: none;
}

ul.ColVis_collection li:hover {
    border: none;
    box-shadow: none;
}

ul.ColVis_collection li label {
    margin: 0;
}

.table-condensed tbody > tr > td {
    font-weight: inherit;
}

.nav-pills, .nav-tabs {
    margin-bottom: .3em;
}

.fa-preview {
    color: #fff;
    text-decoration: none !important;
    font-size: 30px;
    background-color: #5D5D5D;
    border-radius: 20px;
    width: 29px;
    height: 30px;
    right: 8px;
    top: 61px;
    position: absolute;
}
.fa-preview:hover {
    color: black;
    background: white;
}

.item-locked {
    color: white;
    position: absolute;
    top: 10px;
    left: 12px;
    font-size: 20px;
}

.densionBoxRadio .fa-preview {
    right: 12px !important;
    top: 116px !important;
}

.preset-item {
    position: relative;
}

.preset-item .fa-preview {
    color: #fff;
    text-decoration: none !important;
    background-color: #5D5D5D;
    border-radius: 16px;
    width: 28px;
    height: 31px;
    right: 8px !important;
    top: 61px !important;
    position: absolute;
    font-size: 32px;
}

.preset-item .fa-preview:hover {
    color: black;
    background: white;
}

.preview-status {
    height: 34px;
    min-width: 60px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    border-color: grey;
}

#undo-items .item-section {
    display: inline-block;
    margin-left: 20px;
}

#undo-items .structure-section {
    display: inline-block;
    top: 0;
    position: relative;
    margin-left: 20px;
    font-size: 20pt;
}

#undo-items .structure-section .to-arrow {
    display: inline-block;
}

#undo-items .structure-section .structure-name {
    display: inline-block;
    margin-left: 20px;
}

#undo-items .buttons {
    display: inline-block;
    top: -5px;
    position: relative;
    margin-left: 30px;
}

#undo-items .buttons button {
    display: inline-block;
}

#undo-items .densionFullBox {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

#undo-items .densionFullBox .densionBoxTitle {
    height: auto;
}

.menu-image {
    width: 16px;
    height: 16px;
    background-size: 16px !important;
}

.menu-image-orange {

}

.menu-home {
    background: url("/img/menu/32x32_Menu_Home_red.png");
}

#main-nav > li:not(.active) > a:hover > i.menu-home {
    background: url("/img/menu/32x32_Menu_Home_white.png");
}

.menu-radio {
    background: url("/img/menu/32x32_0000s_0000_Menu-Radios.png");
}

#main-nav > li:not(.active) > a:hover > i.menu-radio {
    background: url("/img/menu/32x32_0001s_0000_Menu-Radios-rollover.png");
}

.menu-ads {
    background: url("/img/menu/32x32_0000s_0001_Menu-Ads&Jingles.png");
}

#main-nav > li:not(.active) > a:hover > i.menu-ads {
    background: url("/img/menu/32x32_0001s_0001_Menu-Ads&Jingles-rollover.png");
}

.menu-announcement {
    background: url("/img/menu/32x32_Menu_Announcement_red.png");
}

#main-nav > li:not(.active) > a:hover > i.menu-announcement {
    background: url("/img/menu/32x32_Menu_Announcement_white.png");
}

.menu-dm {
    background: url("/img/menu/32x32_0000s_0002_Menu-Messages.png");
}

#main-nav > li:not(.active) > a:hover > i.menu-dm {
    background: url("/img/menu/32x32_0001s_0002_Menu-Messages-rollover.png");
}

.menu-content {
    background: url("/img/menu/32x32_0002s_0000_Menu-Contents.png");
    filter: invert(15%);
}

#main-nav > li.active > a > i.menu-content {
    background: url("/img/menu/32x32_0001s_0004_Menu-Contents-rollover-red.png");
}

#main-nav > li:not(.active) > a:hover > i.menu-content {
    background: url("/img/menu/32x32_0001s_0004_Menu-Contents-rollover.png");
    filter: unset;
}

#main-nav > li.active > a > i.menu-content {
    background: url("/img/menu/32x32_0001s_0004_Menu-Contents-rollover-red.png");
}

.menu-file {
    background: url("/img/menu/32x32_0002s_0001_Menu-Files.png");
    filter: invert(15%);
}

#main-nav > li:not(.active) > a:hover > i.menu-file {
    background: url("/img/menu/32x32_0001s_0005_Menu-Files-rollover.png");
    filter: unset;
}

#main-nav > li.active > a > i.menu-file {
    background: url("/img/menu/32x32_0001s_0005_Menu-Files-rollover-red.png");
}

.menu-device {
    background: url("/img/menu/32x32_Menu_Device_black.png");
    filter: invert(15%);
}

#main-nav > li:not(.active) > a:hover > i.menu-device {
    background: url("/img/menu/32x32_Menu_Device_white.png");
    filter: unset;
}

#main-nav > li.active > a > i.menu-device {
    background: url("/img/menu/32x32_Menu_Device_red.png");
}

.menu-dt {
    background: url("/img/menu/32x32_0002s_0002_Menu-Download-Time.png");
    filter: invert(15%);
}

#main-nav > li:not(.active) > a:hover > i.menu-dt {
    background: url("/img/menu/32x32_0001s_0006_Menu-Download-Time-rollover.png");
    filter: unset;
}

#main-nav > li.active > a > i.menu-dt {
    background: url("/img/menu/32x32_0001s_0006_Menu-Download-Time-rollover-red.png");
}

.menu-group {
    background: url("/img/menu/32x32_Menu_Group_black.png");
    filter: invert(15%);
}

#main-nav > li:not(.active) > a:hover > i.menu-group {
    background: url("/img/menu/32x32_Menu_Group_white.png");
    filter: unset;
}

#main-nav > li.active > a > i.menu-group {
    background: url("/img/menu/32x32_Menu_Group_red.png");
}

.menu-server {
    background: url("/img/menu/32x32_Menu_Sitemap_black.png");
    filter: invert(15%);
}

#main-nav > li:not(.active) > a:hover > i.menu-server {
    background: url("/img/menu/32x32_Menu_Sitemap_white.png");
    filter: unset;
}

#main-nav > li.active > a > i.menu-server {
    background: url("/img/menu/32x32_Menu_Sitemap_red.png");
}

.menu-setting {
    background: url("/img/menu/32x32_Menu_Setting_black.png");
    filter: invert(15%);
}

#main-nav > li:not(.active) > a:hover > i.menu-setting {
    background: url("/img/menu/32x32_Menu_Setting_white.png");
    filter: unset;
}

#main-nav > li.active > a > i.menu-setting {
    background: url("/img/menu/32x32_Menu_Setting_red.png");
}

.menu-statistic {
    background: url("/img/menu/32x32_Menu_Statistic_black.png");
    filter: invert(15%);
}

#main-nav > li:not(.active) > a:hover > i.menu-statistic {
    background: url("/img/menu/32x32_Menu_Statistic_white.png");
    filter: unset;
}

#main-nav > li.active > a > i.menu-statistic {
    background: url("/img/menu/32x32_Menu_Statistic_red.png");
}

.menu-language {
    background: url("/img/menu/32x32_0002s_0003_Menu-Language.png");
    filter: invert(15%);
}

#main-nav > li.active > a > i.menu-language {
    background: url("/img/menu/32x32_0001s_0007_Menu-Language-rollover-red.png");
}

#main-nav > li:not(.active) > a:hover > i.menu-language {
    background: url("/img/menu/32x32_0001s_0007_Menu-Language-rollover.png");
    filter: unset;
}

.menu-ban {
    background: url("/img/menu/32x32_Menu_Ban_black.png");
    filter: invert(15%);
}

#main-nav > li.active > a > i.menu-ban {
    background: url("/img/menu/32x32_Menu_Ban_red.png");
}

#main-nav > li:not(.active) > a:hover > i.menu-ban {
    background: url("/img/menu/32x32_Menu_Ban_white.png");
    filter: unset;
}

.menu-exclusion {
    background: url("/img/menu/32x32_0000s_0003_Menu-Exclusions.png");
    filter: invert(15%);
}

#main-nav > li:not(.active) > a:hover > i.menu-exclusion {
    background: url("/img/menu/32x32_0001s_0003_Menu-Exclusions-rollover.png");
    filter: unset;
}

.menu-bs {
    background: url("/img/menu/32x32_Menu_Clock_red.png");
    filter: invert(15%);
}

#main-nav > li:not(.active) > a:hover > i.menu-bs {
    background: url("/img/menu/32x32_Menu_Clock_white.png");
    filter: unset;
}

.title-icon {
    width: 28px;
    height: 28px;
    filter: invert(20%);
    vertical-align: middle;
    background-size: 28px !important;
    margin-bottom: 3px;
}

.title-radio {
    background: url("/img/menu/32x32_0001s_0000_Menu-Radios-rollover_black.png");
}

.title-ad {
    background: url("/img/menu/32x32_0001s_0001_Menu-Ads&Jingles_black.png");
}

.title-announcement {
    background: url("/img/menu/32x32_Menu_Announcement_black.png");
}

.title-content {
    background: url("/img/menu/32x32_0002s_0000_Menu-Contents.png");
}

.title-bs {
    background: url("/img/menu/32x32_Menu_Clock_black.png");
}

.title-file {
    background: url("/img/menu/32x32_0002s_0001_Menu-Files.png");
}

.title-device {
	background: url("/img/menu/32x32_Menu_Device_black.png");
}

.title-dt {
	background: url("/img/menu/32x32_0002s_0002_Menu-Download-Time.png");
}

.title-group {
    background: url("/img/menu/32x32_Menu_Group_black.png");
}

.title-server {
    background: url("/img/menu/32x32_Menu_Sitemap_black.png");
}

.title-setting {
    background: url("/img/menu/32x32_Menu_Setting_black.png");
}

.title-statistic {
    background: url("/img/menu/32x32_Menu_Statistic_black.png");
}

.title-language {
    background: url("/img/menu/32x32_0002s_0003_Menu-Language.png");
}

.title-ban {
    background: url("/img/menu/32x32_Menu_Ban_black.png");
}

.title-message {
    background: url("/img/menu/32x32_0001s_0002_Menu-Messages_black.png");
}

.title-exclusion {
    background: url("/img/menu/32x32_0001s_0003_Menu-Exclusions_black.png");
}

.icon-tree {
    margin-top: 5px !important;
}

.icon-store {
    width: 18px !important;
    height: 18px !important;
    background-size: 18px !important;
    /*filter: invert(80%) !important;*/
    margin-top: 0px !important;
    background: url("/img/treeview/store_grey.png");
}

.icon-store.red {
    background: url("/img/treeview/store_red.png") !important;
    /*background-size: 18px 18px !important;*/
    background-size: 19px !important;
}

.icon-group {
    width: 15px !important;
    height: 15px !important;
    background-size: 15px !important;
    margin-top: 0 !important;
    background: url("/img/treeview/group_grey.png");
    background-size: 15px 15px !important;
}

.icon-group.red {
	background: url("/img/treeview/group_red.png") !important;
    background-size: 15px 15px !important;
}

.icon-client {
    width: 15px !important;
    height: 15px !important;
    background-size: 15px !important;
    /*filter: invert(80%) !important;*/
    margin-top: 0px !important;
    background: url("/img/treeview/client_grey.png");
}

.icon-client.red {
    background: url("/img/treeview/client_red.png") !important;
    background-size: 15px 15px !important;
}

.icon-reseller {
    width: 15px !important;
    height: 15px !important;
    background-size: 15px !important;
    /*filter: invert(80%) !important;*/
    margin-top: 0px !important;
    background: url("/img/treeview/reseller_grey.png");
}

.icon-reseller.red {
    background: url("/img/treeview/reseller_red.png") !important;
    background-size: 15px 15px !important;
}

.icon-chain {
    width: 15px !important;
    height: 15px !important;
    background-size: 15px !important;
    /*filter: invert(80%) !important;*/
    margin-top: 0px !important;
    background: url("/img/treeview/chain_grey.png");
}

.icon-chain.red {
    background: url("/img/treeview/chain_red.png") !important;
    background-size: 15px 15px !important;
}

.device-list-item td {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list-field-structure_location {
	max-width: 140px;
}
.list-field-last_task_name {
	max-width: 170px;
}
.ban-title {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #999999
}

.jingle-file-column {
    vertical-align: middle !important;
    text-align: center !important;
}

.jingle-campaign-column {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.jingle-file-icon {
    background: url("/img/icons/eye.png");
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    width: 50px;
    height: 20px;
    margin-left: 30px;
}

.jingle-tooltip {
    text-align: center;
    position: fixed !important;
    /*width: auto !important;*/
    /*max-width: 800px;*/
}

.jingle-tooltip .tooltip-inner {
    min-width: 420px !important;
}

.jingle-inheritance {
    max-width: initial !important;
}

.jingle-file {
    position: relative;
    width: 400px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.statistics-holder {
    display: block;
}

.statistics-holder .schart-line-holder {
    display: inline;
    text-align: center;
    white-space: nowrap;
    margin-left: 4%;
}

.statistics-holder .schart-holder {
    display: inline-block;
    min-width: 18%;
    width: 18%;
    text-align: center;
}

.statistics-holder .description {
    font-size: 14px;
    font-style: italic;
}

.statistics-holder .title {
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
}

.statistics-overview {
    font-size: 14px;
}

.campaign-stripe {
    height: 30px;
    background-color: royalblue;
    border: 1px solid grey;
}


.yes-no-button {
    white-space: nowrap;
}

.yes-no-button .control-label {
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
}

li[dj] {
    background: #c1eeff !important;
}

.hover-red:hover {
	background: #bd0000;
	color: white;
}

.backup-bt {
    width: 170px;
}

#backup-list {
    font-size: 14px;
    max-height: 500px;
    overflow: hidden;
    overflow-y: auto;
}

#backup-list .title {
    background: #aaa;
}

#backup-list .row {
    padding: 8px;
}

#backup-list .row.odd {
    background: #eee;
}

#backup-list .row.selected {
    background: #7c0000;
    color: white;
}

.flag-icon-gb {
    background-image: url(../img/flags/gb.svg);
}

.flag-icon-background {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}
.flag-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    line-height: 1em;
    width: 12px;
    height: 12px;
    top: 1px;
}

.theme-toggle {
    width:20px;
    height: 20px;
    margin-left: 20px;
    margin-right: 20px;
    top: 8px;
    cursor: pointer;
}

.theme-toggle.dark {
    background: url("../img/darkmode-dark.png") no-repeat;
    background-size: 18px;
}

.theme-toggle.default {
    background: url("../img/darkmode-white.png") no-repeat;
    background-size: 18px;
}