#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;

    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;

    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%);  /* IE 9 */
    transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%);  /* IE 9 */
    transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */
}

.loaded #loader {
    opacity: 0;
}

html, body {
    /*height: 100%;*/
}

header {
    margin-bottom: 32px !important;
}

header .navbar {
    margin-bottom: 0px !important;
}

.form-group.required .control-label:after {
    content:"*";
    color:red;
}
.control-label {
    font-weight: normal;
}
div .container {
    margin-top: 50px;
}
.explorer-page {
}
.monitor-page {
  width: 94% !important;
}
#campaigns-container {
    width: 90%;
    margin-bottom: 50px;
}

div .container-footer {
    margin-top: 10px;
}

div .page-header {
    margin: 0px 0px 20px !important;
}
div .page-header-s {
    margin-left: -15px !important;
    margin-right: -15px !important;
    margin-bottom: 0px !important;
}

div .home-welcome-block {
    text-align: justify;
}

div .home-article {
    text-align: justify;
    line-height: 1.7;
}
div .start-home-block {
    margin: 40px 60px;
    text-align: center;
}

div .start-home-block h1 {
    color: #FFFFFF;
    font-size: 17pt;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    line-height: 52px;
    direction: ltr;
}

div .home-block {
    font-size: 16px;
    line-height: 1.7;
    text-align: justify;
    margin: 40px 140px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

div .home-block h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 28px;
}

div .home-block h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 23px;
}

#contextMenu {
    position: absolute;
    display:none;
}

table tr th {

}

th.sortable:hover {
    cursor: pointer;
}

div .ember-view {
    display: inline;
}

.ember-table-content {
    font-size: 14px !important;
}

body .modal-create-ad-campaign {
    width: 60%;
}

body .modal-body-create-ad-campaign {
    max-height: 100%;
    padding-bottom: 0px;
}

textarea {
    resize: none;
}

.legend {
    text-align: left;
    color: #BBB;
    text-transform: none;
    padding-bottom: 15px;
}

.legend-collapsable {
    cursor: pointer;
}

body .modal-body-create-ad-campaign .panel-body {
    height: 450px;
}

body .modal-body-create-ad-campaign .panel-body hr {
    margin: 10px;
}

body .modal-add-funds {
    width: 40%;
    height: 600px;
}

div .campaign-sidebar {
    display: block;
    text-align: left;
    top: 20px;
}

.campaign-sidebar-nav > .nav {
    font-size: 14px;
}

.campaign-sidebar-nav > .nav > li > a {
    color: #346dca;
    text-align: left;
    text-decoration: none;
    padding-top: 7px;
    padding-bottom: 7px;
}

.campaign-sidebar-nav > .nav > li > ul {
    font-size: 12px;
    list-style-type: disc !important;
}

.campaign-sidebar-nav > .nav > li > ul > li > a {
    text-align: left;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 25px;
}

.campaign-sidebar-nav > .nav > .active > a {
    font-weight: bold;
}

div .adCampaignBlock {
    /*padding-top: 20px;*/
    padding-bottom: 20px;
}

span.chk-lbl {
    padding-left: 4px;
}

#creativesFilesTable>tbody>tr>td {
    height: 45px;
    padding: 4px 8px;
    vertical-align: middle;
}

.form-horizontal .form-group {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    color: #000000;
    background-color: rgba(235, 235, 235, 0.80);
    font-size: 14px;
    padding: 1em;
    display: none;
	z-index: 101;
}

select.multiselect,
select.multiselect + div.btn-group,
select.multiselect + div.btn-group button.multiselect,
select.multiselect + div.btn-group.open .multiselect-container{
    width:100% !important;
}

.left-aligned {
    text-align: left;
    width: 100% !important;
}


div .ad-campaign-page-close {
    position: fixed;
    top: 100px;
    right: 0px;
    background: none;
    padding: 4px;
    width: 115px;
    height: 0px;
    font-size: 20px;
    text-align:right;
    margin-top:-15px;
}

div .details-page-close {
    position: fixed;
    top: 95px;
    right: 40px;
    background: none;
    padding: 4px;
    width: 115px;
    height: 0px;
    font-size: 20px;
    text-align:right;
    margin-top:-15px;
}

div .details-page-save {
    position: fixed;
    top: 138px;
    right: 40px;
    background: none;
    padding: 4px;
    width: 115px;
    height: 0px;
    font-size: 20px;
    text-align:right;
    margin-top:-15px;
}

#budgetsView {
    --font-size: 12px;
}

#budgetsView .padding-bottom-10{
    padding-bottom: 10px;
}

#budgetsView td {
    vertical-align:middle;
    --border:none;
    --font-size: 12px;
    --padding:0px;
}

#budgetsView .table-budget-items{
    display:none;
    white-space: nowrap;
}

#budgetsView .table-budget-top{
    display:none;
    white-space: nowrap;
}

#budgetsView td{
   white-space: nowrap;
}


#budgetsView .table-budget-items-click{
    text-decoration-line: underline;
    text-decoration-style: dotted ;
    cursor: hand;
}

#budgetsView .table-budget-top-click{
    text-decoration-line: underline;
    text-decoration-style: dotted ;
    cursor: hand;
}

#budgetsView .horizontal-padding{
    padding-bottom:10px;:
}
#budgetsView .vertical-padding-10{
    padding-bottom:10px;:
}
#budgetsView .vertical-padding-5{
    padding-bottom:5px;:
}

#budgetsView .nowrap
{
    white-space: nowrap;
}

#budgetsView .normal
{
    font-weight: normal;
}


#budgetsView .hidden{
    display:none;
}

#adCampaignsTable {
    table-layout: fixed;
    margin-bottom: 0px !important;
}

#adCampaignsTableWrapper th.sorter-false {
    font-size: 12px;
}

#adCampaignsTable td {
    word-wrap: break-word;
    font-size: 12px;
}

.explore-table-head th {
    font-size: 12px;
}
.explore-table td {
    word-wrap: break-word;
    font-size: 12px;
}

div #adCampaignsTableWrapper {
    position: relative;
    padding: 0 0px;
    overflow-y: auto;
}

.dynamic-price-input {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.dynamic-price-1-cell {
    padding: 2px;
}

#usersTable {
    table-layout: fixed;
}

#applicationsTable {
    table-layout: fixed;
}

.btn-back {
}

.chosen-container .chosen-results li.group-result {
    font-weight: 700 !important;
}

.chosen-container .chosen-results li.group-result {
    padding-left: 7px !important;
}

.footer2{ width:100%; background:#181617; line-height:60px; color:#dddddd; font-size:12px; position: fixed; bottom: 0;}
.footer2 .col-lg-4{ margin-bottom:0px;}
.links{ text-align:center;}
.links a{color:#dddddd; vertical-align:top;}
.links a:hover{color:#fff;}
.designed{ text-align:right;}
.designed a{color:#dddddd; vertical-align:top;}
.designed a:hover{color:#fff;}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-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);}
}

#rolesTable th {
    vertical-align: middle;
    font-size: 12px;
}

.exploreAudienceCalculatorCell {
    padding-left: 20px;
}

ul.dropdown-menu > li > a.disabled {
    cursor: not-allowed;
    pointer-events: none;
}

th.exploreAudienceTableFooter {
    color: gray;
}

/*json object oin text area*/
.codeStyle {
	font-family: Courier, Courier new;
	font-size:8pt;
}

.editor-modal-large {
    width: 900px !important;
}

.text-color-red {
    color: red;
}

.highlight-diff {
    color: red;
}

#advertisersTable {
    font-size: 12px;
}

/* Audio Library CSS */

#audioLibraryContainer {
    width: 100% !important;
    margin-top: 0 !important;
}

#audioLibraryNavbar {
    border-radius: 0px !important;
    margin-bottom: 0px !important;
}

#audioLibraryNavbar .navbar-brand {
    color: #fff;
}

#audioLibraryContainer .sidebar {
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 0 0 0;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
    height: 100vh;
    overflow: auto;
}

.bg-light {
    background-color: #f8f9fa !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

#audioLibraryContainer .sidebar .nav > li > a {
    font-weight: 500;
    color: #333;
}

#audioLibraryTable {
}

.breadcrumb-arrow {
    height: 36px;
    padding: 0;
    line-height: 36px;
    list-style: none;
    background-color: #e6e9ed
}
.breadcrumb-arrow li:first-child a {
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px
}
.breadcrumb-arrow li, .breadcrumb-arrow li a, .breadcrumb-arrow li span {
    display: inline-block;
    vertical-align: top
}
.breadcrumb-arrow li:not(:first-child) {
    margin-left: -5px
}
.breadcrumb-arrow li+li:before {
    padding: 0;
    content: ""
}
.breadcrumb-arrow li span {
    padding: 0 10px
}
.breadcrumb-arrow li a, .breadcrumb-arrow li:not(:first-child) span {
    height: 36px;
    padding: 0 10px 0 25px;
    line-height: 36px
}
.breadcrumb-arrow li:first-child a {
    padding: 0 10px
}
.breadcrumb-arrow li a {
    position: relative;
    color: #fff;
    text-decoration: none;
    background-color: #3bafda;
    border: 1px solid #3bafda
}
.breadcrumb-arrow li:first-child a {
    padding-left: 10px
}
.breadcrumb-arrow li a:after, .breadcrumb-arrow li a:before {
    position: absolute;
    top: -1px;
    width: 0;
    height: 0;
    content: '';
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent
}
.breadcrumb-arrow li a:before {
    right: -10px;
    z-index: 3;
    border-left-color: #3bafda;
    border-left-style: solid;
    border-left-width: 11px
}
.breadcrumb-arrow li a:after {
    right: -11px;
    z-index: 2;
    border-left: 11px solid #2494be
}
.breadcrumb-arrow li a:focus, .breadcrumb-arrow li a:hover {
    background-color: #4fc1e9;
    border: 1px solid #4fc1e9
}
.breadcrumb-arrow li a:focus:before, .breadcrumb-arrow li a:hover:before {
    border-left-color: #4fc1e9
}
.breadcrumb-arrow li a:active {
    background-color: #2494be;
    border: 1px solid #2494be
}
.breadcrumb-arrow li a:active:after, .breadcrumb-arrow li a:active:before {
    border-left-color: #2494be
}
.breadcrumb-arrow li span {
    color: #434a54
}

.audio-file-input{
    border: none;
    border-color: transparent;
    background-color: transparent;
    text-align: center;
    outline:none;
}

.audio-file-color{
    color: grey;
}

.audio-file-color:hover{
	color: black;	
}

@font-face{
    font-family: SegoeUI;
    src: url('../fonts/SegoeUI.ttf');
}

.jstree-node {
    font-size: 11pt;
    font-family: SegoeUI;
}

.jstree-default .jstree-wholerow-hovered{
    background: #eaeaea !important;
}

.jstree-default .jstree-wholerow-clicked{
    font-weight: bold !important;
    background: #DCECF9 !important;
}

.jstree-contextMenu{
    font-family: SegoeUI !important;
}

.vakata-context li>a:hover{
    background-color: #eaeaea !important;
    box-shadow: 0 0 0 0 !important;
}

.vakata-context-hover{
    background-color: #eaeaea !important;
    box-shadow: 0 0 0 0 !important;
}

.vakata-context li>a .vakata-contextmenu-sep{
    display: none !important;
}

.vakata-context, .vakata-context ul{
    box-shadow: 0px 0px 3px !important;
    border: 0px !important;
}

span.glyphicon-unchecked {
    opacity: 0.19;
}

.form-control[readonly] {
     cursor: pointer !important;
}

.input-xs {
  height: 22px !important;
  padding: 2px 5px;
  font-size: 11px !important;
  line-height: 1.5; /* If Placeholder of the input is moved up, rem/modify this. */
  border-radius: 3px;
}

#headerPage_configuration_chosen > div > ul > li.group-result {
    color: black !important;
    background-color: white !important;
}

/* slider */

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  zoom: 0.7;
  -moz-transform: scale(0.7);
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:disabled + .slider {
  background-color: #dddddd;
  opacity: 0.5;
  cursor: not-allowed;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

#campaign-main-container .legend {
    padding-left: 75px;
}

.chosen-container .chosen-choices .search-field:only-child,
.chosen-container .chosen-choices .search-field:only-child input {
    width: 100% !important;
}

select.form-control + .chosen-container-multi .chosen-choices li.search-choice {
    margin-bottom: 5px !important;
}

/* tooltips */

.tooltip > .tooltip-inner {
    text-align:left !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    border: solid 1px #ccc !important;
    max-width: 350px;
    width: 350px;
    box-shadow: 5px 5px 5px gray;
}

.tooltip.in {
    opacity:1!important;
}

.tooltip .tooltip-inner {
  background: white;
  color: black;
  border: 3px solid black;
  padding: 10px;
  line-height: 1.65em;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -15px;
  border-right-color: white;
  border-width: 15px 15px 15px 0;
}
.tooltip.right .tooltip-arrow:after {
  content: " ";
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid black;
  top: -15px;
  left: -3px;
}

.tooltip-icon-blue {
    color: #428bca !important;
    font-size: small !important;
}

.tooltip-icon-small {
    color: gray !important;
    font-size: x-small !important;
}

#pixelActionsTable td {
    border-left: none;
    border-right: none;
}

.conversion-events-option-badge {
    font-size: 10px !important;
    cursor: pointer;
}

.conversion-events-option-badge.disabled {
  opacity: 0.5;
  cursor: not-allowed !important;
}

.conversion-events-option-badge.active {
  background-color: #2196F3;
}

.th-sorting-ascending:after {
  content: " ▲";
}

.th-sorting-descending:after {
  content: " ▼";
}

btn *,*:focus,*:hover{
    outline: 0px transparent !important;
}

.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

#campaign-details-panel div.panel-heading {
    background-color: white!important;
}

.container-header {
    margin-top: 30px;
    margin-bottom: 25px;
}

.pixel-page-header {
    margin-bottom: 25px;
}

.report-page-metric-checkbox {
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
}

.report-template-link.disabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}

p.last-report-link-outer {
    text-overflow: ellipsis;
    max-width: 450px;
    white-space: nowrap;
    overflow: hidden;
}

div.report-template-panel-body-description {
    min-height: 80px;
}

div.front-template-panel-body-description {
    min-height: 180px;
}

div.table-loading-message {
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #ddd;
    text-align: left;
    border-radius: 0px;
    border-top: 0px;
}

#pixelsTable {
    margin-bottom: 0px;
}

.sidebar-menu {
    padding: 20px;
    margin-left: 20px;
}

.container-flex {
    width: 100%;
    min-width: 1280px;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.sidebar-menu-item {
    padding-left: 0px !important;
}

.sidebar-column {
    background-color: #f1f1f1;
    position: fixed !important;
    height: 100%;
    width: 230px;
}

.content-column {
    margin-left: 230px;
    min-width: 800px;
    padding-left: 20px;
}

.feedback-window-form-label {
    padding-bottom: 10px;
}

.navbar-logo {
    line-height:50px;
    width:auto;
    height:100%;
    max-height: 45px;
    vertical-align:middle;
}

.file-input-hidden {
  display: none !important;
}

.display-none {
    display: none;
}

.navbar-logo-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.navbar-logo-container {
    white-space: nowrap;
    text-align: center;
    margin: 0;
    padding: 0px !important;
    height: 50px;
}

.slider-panel {
    background-color: #f8f9fa;
    box-shadow: 0 6px 10px 4px rgba(0,0,0,.15);
    width: 500px !important;
}

.slider-panel-body {
    padding-left: 15px;
}

.slide-reveal-overlay {
    background-color: rgba(0,0,0,0.3) !important;
}

.sharing-details-content-block {
    background-color: rgba(0.2,0.2,0.2,0.05);
    padding:8px;
    font-size:15px;
    width: 95%;
    margin-top:8px;
    margin-bottom:8px;
}

#sharedObjectsTable {
    margin-bottom: 25px;
    background-color: rgba(0.2,0.2,0.2,0.05);
    width:95%;
}

.bootbox.modal {
    z-index: 9999 !important;
}

.front-page-list-group {
    margin-top: 10px;
}

.front-page-list-group-item {
    padding: 3px 5px;
}

.report-page-metric-select {
    font-size: 12px !important;
}

.campaign-self-service-tracking-input-label {
    padding-left: 0px !important;
    text-align:left;
}

.campaign-self-service-tracking-input-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.campaign-self-service-edit-line-window {
    margin: 0 auto;
    width: 750px !important;
}

#self-service-campaign-lines-table td {
 max-width: 100px;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
}

.validation-error {
    border-color: #ff2222 !important;
}

.self-service-creatives-table td {
 max-width:1px;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
}

.campaign-table-subtitle {
    padding-top: 5px;
    font-weight: normal;
    color: #bdbdbd !important;
}

.campaign-table-impressions-bar {
    background-color: #fc7c7c!important;
    width: 100%;
    height: 2px;
}


.campaign-table-impressions-bar-inner {
    background-color: #2eb5f0!important;
    height: 2px;
}

.campaign-details-properties {
    font-size: 12px;
}

.campaign-details-properties-title {
    color: #bdbdbd;
    padding-right: 8px;
}

.campaign-details-properties-value {
    padding-right: 25px;
}

td.ad-campaign-table-podcast span.indenter {
    display: none !important;
}

table.podcasts-table {
    font-size: 12px;
}

table.podcasts-table > thead > tr > th {
    vertical-align:top;
}

.podcasts-table-icon {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.podcasts-table-icon-undefined {
    opacity: 0.1;
}

.ad-campaign-table-podcast-icon {
    padding-left: 23px;
    padding-right: 3px;
}

.podcasts-overview-description {
    display: -webkit-box;
    max-width: 450px;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 5px;
    min-height: 120px;
}

.podcasts-overview-title {
    width: 450px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 25px;
}

.campaign-self-service-editor-line-default-icon {
    margin-right: 10px !important;
}

.campaign-self-service-editor-line-podcast-icon {
    margin-left: 2px !important;
    margin-right: 8px !important;
}

#episodes_filter_select_chosen .chosen-choices {
    max-height: 150px;
    overflow-y: auto;
}

.datepicker.datepicker-dropdown{z-index: 99999 !important}

.inline-list-item {
        padding: 3px 7px 3px 5px;
        margin: 0 6px 0 0;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.428571429;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        caret-color: transparent;
        border: 1px solid #ccc;
        border-radius: 4px;
        color: #333;
        background-color: #FFF;
        border-color: #CCC;
}

#applicationAlertMessage {
    position: fixed;
    z-index: 10000000;
    left: 100%;top:100%; transform: translate(-100%, -100%);
    width: 300px;
}

#loading-overlay {
    position: fixed;
    top: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.6);
}

.loading-overlay-cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading-overlay-spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(359deg); }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

.details-card {
    /*width: 1055px;  for 4 tiles*/
    width: 530px;
    padding: 0px 5px !important;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-bottom: 30px;
    background-color: white;
}

.variation-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 30px !important;
}

.variation-list > li {
    margin-right: 5px;
    margin-bottom: 5px;
}

.details-item {
    margin: 5px 5px 15px 15px;
    width: 230px;
    /*252*/
    position: relative;
}

.details-title {
    font-size: 11px;
    color: black;
    font-weight: bold;
}

.details-lower-item {
    position: absolute;
    top: 35px;
    right: 15px;
}

.details-value {
    font-size: 21px;
    font-weight: normal;
    color: #333;
}

.details-key {
    font-size: 11px;
    color: #aaa;
}

.details-info {
    position: absolute;
    right: 0;
    top: -20px;
    color: #bbb;
    font-size: 9px;
    display: block;
    border: 2px solid #bbb;
    width: 15px;
    height: 15px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    line-height: 15px;
    cursor: default;
}

.details-info .tooltip-icon {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.details-info .tooltip-text {
    display: none;
    background: white;
    padding: 14px;
    z-index: 999;
    text-align: left;
    font-size: 11px;
    border-top-left-radius: 4px;
    position: absolute;
    left: 7px;
    top: 20px;
    width: 222px;
    border: 1px solid #ccc;
}

.details-info:hover {
    color: #666;
    border-color: #666;
}

.details-info:hover .tooltip-text {
    display: block;
}

.details-separator {
    width: 1px;
    height: 100%;
    background-color: #eee;
}

.details-separator-horz {
    height: 1px;
    width: 100%;
    background-color: #eee;
}

.details-frame {
    background-color: #f6f6f6;
    width: fit-content;
    padding: 10px 10px;
    margin-bottom: 30px;
    margin-top: 10px;
    border-radius: 10px;
}


.perf-subtitle {
    margin-top: 45px;
}

table.bar-table {
    font-size: 12px;
    min-width: 970px;
    width: unset !important;
}

th.bar-table:first-child {
    width: 25%;
}

.bar-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 12px;
    margin-right: 10px;
    width: 325px;
}

.bar-content {
    margin-bottom: 0 !important;
    flex-grow: 1;
    width: 30px;
    height: 18px !important;
}

.bar-content-progress {
    text-align: left !important;
    text-indent: 3px;
    color: black !important;
    font-size: 12px !important;
    white-space: nowrap;
}

.selected-mode {
    font-weight: bold;
}

.pm-title {
    scroll-margin-top: 100px;
}

.nav-subtitle {
    font-weight: bold;
    margin-left: -13px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.highlightedItem {
    background: linear-gradient(to left, #e8e8e8, #e8e8e8);
}

.pm-label {
    text-align: right;
    font-size: small;
}
.mirroring-selected-line {
    background: #AFDBF5!important;
}

th.pm-header {
    vertical-align: top !important;
}

.unmarked:hover {
    color: black;
}

.unmarked {
    color: lightgrey;
    cursor: pointer;
    font-size: 16px;
}

.marked, .marked-red {
    color: black;
    cursor: pointer;
    font-size: 16px;
}

.marked-red {
    color: orangered;
}

.pm-toast {
    position: fixed;
    top: 70px;
    left: 50%;
    z-index: 100;
    background-color: rgb(83, 196, 235);
    width: 177px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 3px 3px 3px #c6c6c6;
    border-radius: 5px;
    opacity: 0;
    visibility: collapse;
}

.question-mark {
    font-size: small;
    padding-left: 5px;
    color: lightgray;
    margin-right: 5px;
}

.question-mark:hover {
    color: black;
}

.mark {
    font-size: 13px;
}

.pm-row {
    padding-bottom: 20px;
    display: flex;
    align-items: center;
}

.z1 {
    z-index: 1;
}

.z0 {
    z-index: 0;
}

.select-grey {
    background-color: grey;
}

.rotate90 {
    transform: rotate(90deg);
}

.fold-arrow {
    color: grey;
    cursor: pointer;
    margin-right: 10px;
}


@keyframes blink-text {
    0% {
        background-color: unset;
    }
    50% {
        background-color: rgba(255, 0, 0, 0.25);
    }
    100% {
        background-color: unset;
    }
}

.blinker {
    animation: blink-text 2.5s linear infinite;
}

.status-filter {
    display: contents;
}

.clickable {
    cursor: pointer;
}

.disabled-link {
   color: currentColor;
   cursor: not-allowed;
   opacity: 0.5;
   text-decoration: none;
 }

.green-color {
    color: green;
}

.pm-action {
    display: flex;
    border-bottom: 0 solid white !important;
}

.icon-menu-drop-down {
    border: 0;
    padding-top: 0px;
    font-size: larger;
    font-weight: bold;
}

.comment-edit-mark {
    color: gray;
    font-size: x-small;
    text-align: left;
    margin-top: 6px;
}

.comment-block {
    background-color: white;
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 10px 0px 10px 10px;
    border-radius: 10px;
}

.edit-btn {
    margin-right: 10px;
    border: 0;
}

.comment-width {
    width: 383px;
}

.comment-textarea {
    resize: vertical;
    border-radius: 10px;
    border-color: #5a7283;
    padding-top: 5px;
    padding-left: 7px;
}

.get-link-button {
    margin-right: 10px;
    line-height: unset !important;
    font-size: small !important;
}

.close-report-button {
    line-height: unset !important;
    font-size: small !important;
}

.status-history-btn {
    margin-top: 5px;
}

.options-striped-footer {
    background-color: #f9f9f9;
    text-align: right;
    padding-right: 30px !important;
}

.empty-anomaly-list {
    position: absolute;
    margin-left: 20px;
}

.clickable-icon {
    cursor:pointer;
    color:#428bca;
}

.vertical-centered {
    display: flex;
    align-items: center;
}

.policy-label {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.policy-hint {
    color: darkgrey;
}

.menu-active {
    background-color: #e7e7e7;
}

.horizontally-center {
  margin: auto;
  width: 50%;
}

.centered {
  margin-left: auto;
  margin-right: auto;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none !important;
}

#costDataTable {
    width: 70%;
    text-align: center;
    border-collapse: separate !important;
}

.vertical-align-middle {
    vertical-align: middle !important;
}

.costDataTableEventNameCell {
    text-align: right !important;
    vertical-align: middle !important;
}

.disabled-element {
    pointer-events: none;
    opacity: 0.5;
}