
@font-face {
    font-family: "Museo Sans";

    src: url('../fonts/MuseoSansCyrl.otf');
}

@font-face {
    font-family: "Museo Sans Bold";

    src: url('../fonts/MuseoSansCyrl_0.otf');
}

/*
index.css
*/


html, body {
    font-family: "Museo Sans", sans-serif;
    color: #313131;
}

div.bg2,
div.gb70,
div.ellipse12,
div.ellipse13 {
    display:none;
}

a, a:active, a:link, a:visited {
    color: #44B3E7;
}

.notification.success a {
    color: #313131;
    font-size: 13px;
    font-weight: bold;
    text-decoration: underline;
}

.notification.success a:hover {
    text-decoration: none;
}

a:hover {
    color: #313131;
}

a.navbar-brand {
    color: #313131;
}

a.navbar-brand:hover {
    color: #A4A4A4;
}

#navbar-header {
    background-color: #F0F0F0;
    border-bottom: 1px solid #E4E4E4;
}

#navbar-header .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

#navbar-header .logos {
	width: 130px;
    height: 60px;
	padding: 0 10px;
	padding-left: 7px;
    text-align: center;
    background-color: #E6E6E6;
    border-right: 1px solid #E4E4E4;
}

@media(min-width: 1366px){
    #navbar-header .logos {
        width: 260px;
		padding-left: 0px;
    }
}

.navbar-toggle {
	padding: 0 0 0 0;
    margin-top: 20px;
}

@media(max-width: 1365px){
	.navbar-toggle {
		display: block;
	}
}

.icon-bar {
    background-color: black;
}

#navbar-header .logos, #navbar-header .logos a {
    font-family: "Museo Sans Bold", sans-serif;
    font-size: 18px;
}
#navbar-header .logos .vbs {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding-left: 40px;
    margin-left: 5px;
    background: transparent url(../img/icons/camera.png) no-repeat 0 50%;
}

.navbar > .container-fluid .navbar-brand {
    height: 20px;
    margin-top: 5px;
    margin-left: 10px;
	float: left;
}

.navbar-brand > i {
    float: left;
}

.navbar-brand > span {
	display: none;
	width: 200px;
    margin-top: -5px;
}

.navbar-header {
    width: 120px;
}

@media(min-width:1366px){
	.navbar-brand > span {
		display: block;
	}

    .navbar-header {
        width: 260px;
    }
}

@media(max-width: 1281px) {
    .navbar-header {
        float: none;
        width: 100%;
    }

    .navbar-brand > span {
        display: block;
    }
}


/*
.navbar > .container-fluid .navbar-brand:hover {
    color: #f7f7f7;
}
*/
#nav-additions {
    width: 58% !important;
	padding-right: 120px;
    padding-top: 5px;
}

.dashboard-table {
    border: 8px solid transparent;
}

.dashboard-table tr:nth-child(even) {
    background-color: #e5e5e5;
}

.dashboard-table td,th {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

/*
.loader {
    position: relative;
    top: 9px; left: 9px;
    display: inline-block;
    width: 30px; height: 30px;
    background: transparent url(../img/icons/loader.gif) no-repeat 50% 50%;
}
*/

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
}
.loader {
  color: #c0c0c0;
  font-size: 4px;
  text-indent: -99999em;
  /*margin: 55px auto;*/
  position: relative;
  top: 9px; left: 9px;
  display: inline-block;
  width: 10em;
  height: 10em;
  box-shadow: inset 0 0 0 1em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader:before,
.loader:after {
  position: absolute;
  content: '';
}
.loader:before {
  width: 5.4em;
  height: 10.4em;
  background: #F0F0F0;
  border-radius: 10.2em 0 0 10.2em;
  top: -0.2em;
  left: -0.3em;
  -webkit-transform-origin: 5.2em 5.1em;
  transform-origin: 5.2em 5.1em;
  -webkit-animation: load2 2s infinite ease 1.5s;
  animation: load2 2s infinite ease 1.5s;
}
.loader:after {
  width: 5.4em;
  height: 10.4em;
  background: #F0F0F0;
  border-radius: 0 10.2em 10.2em 0;
  top: -0.4em;
  left: 5.3em;
  -webkit-transform-origin: 0px 5.1em;
  transform-origin: 0px 5.1em;
  -webkit-animation: load2 2s infinite ease;
  animation: load2 2s infinite ease;
}
@-webkit-keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


#page-title {
    display: inline-block;
    margin-left: 24px;
    font-family: "Museo Sans Bold", sans-serif;
    font-size: 18px;
    line-height: 50px;
    margin-top: -10px;
}

#page-additions {
    display: inline-block;
    margin-left: 15px;
    font-size: 18px;
    line-height: 50px;
}

#page-additions ul.dropdown-menu {
    max-height: 640px;
    overflow-y: auto;
}

#user-menu {
    margin-right: 15px;
	position: fixed;
	right: 0;
    padding-top: 5px;
}
#user-menu .dropdown-toggle {
    background-color: transparent;
    color: #000;
}

#user-menu .dropdown-toggle {
    padding-left: 20px;
    background: transparent url(../img/icons/user.png) no-repeat 0 50%;
}

#user-menu .dropdown-toggle .caret {
    width: 10px; height: 7px;
    margin-left: 5px;
    border: none;
    background: transparent url(../img/icons/handle-closed.png) no-repeat 50% 50%;
}
#user-menu .dropdown.open .caret {
    background: transparent url(../img/icons/handle-opened.png) no-repeat 50% 50%;
}

#sidebar {
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto;
    top: 60px;
    bottom: 60px;
    left: 0;
    padding: 0;
    width: 260px;
    /*background-color: #F7F7F7;*/
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
    z-index: 1039;
    height: auto;
}

#sidebar .logout {
    padding: 18px 20px;
    border-bottom: 3px solid #eee;
    display: none;
}

#sidebar li {
    padding-left: 20px;
    border-bottom: 1px solid #E6E6E6;
    border-right: 1px solid #EEE;
}
#sidebar li .sub {
    border-top: 1px solid #E6E6E6;
}
#sidebar li a {
    height: 60px;
    line-height: 60px;
    padding-top: 0;
    color: #313131;
    font-size: 16px;
}

#sidebar .nav-sidebar > .active > a,
#sidebar .nav-sidebar > .active > a:focus,
#sidebar li a.selected {
    color: #313131;
    background-color: #E6E6E6;
    font-family: "Museo Sans Bold", sans-serif;
}

#sidebar .nav-sidebar li a:hover {
    color: #313131;
    background-color: #E6E6E6;
}

#sidebar .nav-sidebar {
    width: 284px;
    margin-bottom: 0;
    background-color: #F5F5F5;
}

/*
#sidebar .nav-sidebar li a {
    padding-left: 40px;
}*/

#sidebar .nav-sidebar li a .caret {
    width: 10px; height: 7px;
    border: none;
    background: transparent url(../img/icons/handle-closed.png) no-repeat 50% 50%;
    float: right;
    margin: 25px 10px auto;
}
#sidebar .nav-sidebar li.open > a .caret {
    background: transparent url(../img/icons/handle-opened.png) no-repeat 50% 50%;
}

#sidebar .nav-sidebar .sub li a {
    font-size: 14px;
    background: transparent !important; /*do not highlight selected menu items*/
}
#sidebar .nav-sidebar .sub li a .fa {
    margin-right: 5px;
}
/*
#sidebar .nav-sidebar a.adwatch {
    background: url(../img/icons/adwatch.png) no-repeat 18px 50%;
}*/
/*
#sidebar .nav-sidebar a.sites {
    background: url(../img/icons/sites.png) no-repeat 15px 50%;
}*/
/*#sidebar .nav-sidebar a.reports,
#sidebar .nav-sidebar a.audience,
#sidebar .nav-sidebar a.supply,
#sidebar .nav-sidebar a.demand
 {
    background: url(../img/icons/reports.png) no-repeat 15px 50%;
}*/
/*#sidebar .nav-sidebar a.alerts {
    background: url(../img/icons/alerts.png) no-repeat 15px 50%;
}*/
/*#sidebar .nav-sidebar a.users {
    background: url(../img/icons/users.png) no-repeat 15px 50%;
}*/
/*#sidebar .nav-sidebar a.admin {
    background: url(../img/icons/admin.png) no-repeat 15px 50%;
}*/
#sidebar .nav-sidebar li.open.active a.non-selected {
    background-color: #F7F7F7;
}

#sidebar .nav-sidebar .sub li:last-child {
    border-bottom: none;
}

/*
 * Main content
 */
.main.content {
    margin-bottom: 60px;
    margin-left: 280px;
    padding: 35px 25px 0 25px;
}
@media (max-width: 1365px) {
    .main.content {
        padding-right: 15px;
        padding-left: 20px;
        margin-left: 0px;
    }
}
@media (max-width: 1281px) {
    .main.content {
        padding-top: 70px;
    }
}

.main .page-header {
    margin-top: 0;
}


#footer {
    position: fixed;
    width: 100%; height: 60px;
    bottom: 0;
    background-color: #fff;
    z-index: 10;
}

#footer .container {
    width: auto; height: 60px;
    margin-right: 25px;
    /*margin-left: 290px;*/
    border-top: 1px solid #F0F0F0;
    line-height: 60px;
    text-align: right;
    padding: 0;
    color: #BCBCBC;
}
/*
@media(max-width:1367px) {
    margin-left: 25px;
}
*/
#content .section-title, #content .section-additions {
    display: none;
}

.main.content #sidebar-back {
    position: absolute;
    left: 0;
    width: 262px; height: 100%;
    background-color: #F5F5F5;
    border-right: 1px solid #EEE;
    z-index: 15;
}

.main.content .error-container {
    position: absolute;
    padding-top: 80px;
    background: transparent url(../img/icons/empty-page.png) no-repeat 50% 0;

    height: 100%;
    left: 50%;
    width: 500px;
    margin-left: -140px;
    text-align: center;
}

.main.content .error-container h1 {
    font: 20px "Museo Sans Bold", sans-serif;
    color: #bcbcbc;
}
.main.content .error-container .description {
    font-size: 14px;
    color: #bcbcbc;
}

#page-additions .input-daterange {
    position: relative;
    top: 9px;
}

#page-additions .input-daterange input {
    width: 220px;
    font-size: 15px;
    padding-left: 25px;
    background: #fff url("../img/icons/calendar.png") no-repeat scroll 6px 50%;
    border-radius: 3px;
}

#page-additions .input-daterange .input-group-addon {
    border: none;
    background-color: initial;
    width: 35px;
    font-size: 15px;
}

#page-additions .additions-range {
    position: relative;
    display: inline-block;
    top: 2px;
}

#page-additions .btn-sm, #page-additions .input-sm {
    margin-left: 12px;
}

#page-additions .view-mode .btn-sm {
    margin-left: 0;
}

.filter-well {
    position: fixed;
    width: 82%;
    top: 52px;
    z-index: 999;
}

.chart {
    margin-top: 20px;
}
.chart-selector {
    text-align: center;
    margin-top: 15px;
}

#notifications {
    position: absolute;
    right: 25px;
    top: 70px;
    max-width: 500px;
    z-index: 9999;
}

#notifications .notification {
    position: relative;
    min-width: 350px; min-height: 60px;
    color: #fff;
    padding: 11px 15px 8px 60px;
    margin-bottom: 10px;
}

#notifications .notification .icon {
    position: absolute;
    top: 10px; left: 10px;
    width: 40px; height: 40px;
    vertical-align: middle;
    text-align: center;
    line-height: 40px;
    font-size: 40px;
}

#notifications .notification button.close {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 18px;
}

#notifications .notification.info {
    background-color: #44B3E7;
}
#notifications .notification.info .icon {
    color: #8DCBE0;
}
#notifications .notification.success {
    background-color: #68C368;
}
#notifications .notification.success .icon {
    color: #96D596;
}
#notifications .notification.warning {
    background-color: #FFBB5B;
}
#notifications .notification.warning .icon {
    color: #FFD08D;
}
#notifications .notification.error {
    background-color: #EE635F;
}
#notifications .notification.error .icon {
    color: #F28380;
}

#notifications .notification .title {
    font: 16px "Museo Sans Bold", sans-serif;
}
#notifications .notification .text {
    font-size: 13px;
}

.panel {
    margin-bottom: 20px;
    border: 1px solid lightgrey;
}

.panel .panel-body {
    padding: 14px;
}

.panel .panel-footer {
    padding: 7px 14px 7px 14px;
    font-weight: 400;
    overflow:hidden;
}

.table.report td {
    padding-left: 12px;
    padding-right: 12px;
    vertical-align: top;
}
.table.report th {
    padding-left: 12px;
    vertical-align: middle;
}

.table.report td a.popup-link,
a.popup-link,
a.blank-link {
    padding-left: 15px;
    margin-right: 5px;
    background: transparent url(../img/icons/link-open.png) no-repeat 0 50%;
}

.table.report .sorting_1, .table.report th[aria-sort] {
    background-color: #FCFCFC;
}

.table.report .blacklist-match .glyphicon-ban-circle {
    width: 20px;
    top: 4px;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc {
    background-position: right 12px center;
}

.table.sites .type-selector {
    width: 160px;
}

.table.report .domain_constraint {
    word-break: break-all;
    min-width: 200px;
    max-width: 300px;
}

.table.report.quality th.safe,
.table.report.quality th.violations,
.table.report.quality th.uncertain {
    min-width: 95px;
}

.table.report.audience th.type {
    width: 200px;
}

.table.report.audience th.complete-share,
.table.report.audience th.share {
    width: 125px;
}

.table.report.quality th.pid {
    max-width: 100px;
}

.table.report.incidents th.counter,
.table.report.incidents th.status {
    width: 60px;
}

.table.report.quality tr {
    height: 48px;
}

.table.report.quality tr:last-of-type {
    border-bottom: 1px solid #DDD;
}


/* blacklist matches subtable */
.table.report .blacklist-match {
    position: relative;
    width: 250px;
}

.table.report .blacklist-match tr {
    height: 25px;
}

.table.report .blacklist-match tr:last-of-type {
    border-bottom: none;
}

.table.report .blacklist-match td {
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
}

.table.report .blacklist-match td.icon {
    width: 15px;
}

.table.report .blacklist-match td.icon .glyphicon {
    width: 15px;
}

.table.report .blacklist-match td.domain {
    text-align: left;
    word-break: break-all;
    max-width: 100px;
}

.table.report .blacklist-match td.percent {
    width: 30px;
    color: #959595;
}

.table.report.perfomance .popover {
    max-width: 600px;
}
.table.report .popover .popover-content {
    padding: 20px;
}

.table.report .popover .popover-content h4 {
    font-weight: bold;
    margin-top: 5px;
}

.table.report .popover .popover-content .close {
    position: absolute;
    right: 20px; top: 15px;
    opacity: 1;
    color: #333;
}

.table.report .popover .popover-content table {
    width: 100%;
}

.table.report .popover .popover-content table td {
    color: #333;
    font-size: 14px;
    padding: 1px 0;
}

.table.report .popover .popover-content table tr td:nth-child(1) {
    padding-right: 30px;
}
#footer .text a:hover {
    text-decoration: underline;
}

.table.report .popover .popover-content .summary td {
    font-size: 12px;
    color: #BCBCBC;
    vertical-align: top;
}

.table.report .popover .popover-content .summary td strong {
    margin-right: 5px;
}

.popover {
    max-width: none;
}

.users.table td {
}
.users.table .id {
    width: 60px;
    text-align: center;
}
.users.table .status {
    width: 80px;
    text-align: center;
}
.users.table .operations {
    text-align: center;
}
.users.table .marker {
    text-align: center;
}
.users.table .id .label {
    cursor: pointer;
}

.table.report .popover .popover-content .summary td .pretended,
.table.report .popover .popover-content .summary td .pretended:active,
.table.report .popover .popover-content .summary td .pretended:visited,
.table.report .popover .popover-content .summary td .pretended:link {
    color: #BCBCBC;
    padding-left: 18px;
    background: transparent url(../img/icons/link-open.png) no-repeat 0 50%;
    text-decoration: underline;
}
.operations .btn {
    margin-right: 10px;
}

.table.report .popover .popover-content .summary td .pretended:hover {
    color: #BCBCBC;
    text-decoration: none;
}

.table.report .popover .popover-content .delimiter td {
    padding: 0;
}
.table.report .popover .popover-content .delimiter td hr {
    margin-top: 15px;
    margin-bottom: 15px;
}

.table.report.incidents th.status,
.table.report.incidents td .status {
    text-align: center;
}
table.values td:first-child {
    width: 70px;
}

.table.report.incidents td .status {
    width: 100%;
}

.table.report td .poplink,
.table.report td .poplink:active,
.table.report td .poplink:visited,
.table.report td .poplink:link {
    cursor: pointer;
    text-decoration: none;
    color: #44B3E7;
    border-bottom: 1px dotted #44B3E7;
    margin-left: 5px;
    padding-right: 15px;
    background: transparent url(../img/icons/tick-closed.png) no-repeat 100% 50%;
}

.table.report td .poplink:hover {
    color: #44B3E7;
    border-bottom: none;
}

.table.report td .poplink.opened {
    background-image: url(../img/icons/tick-opened.png);
}

.table.report.incidents td .status.glyphicon-exclamation-sign { color: #F16969; }
.table.report.incidents td .status.glyphicon-question-sign { color: #FFB400; }
.table.report.incidents td .status.glyphicon-ok-sign { color: #44CA67; }


.table.report.perfomance th {
    min-width: 50px;
}
.table.report.perfomance th.quartile {
    min-width: 90px;
}

.dataTables_wrapper .bottom {
    margin-top: 20px;
}
.range h4 {
    float: left;
    margin-right: 10px;
}
.range .input-daterange {
    float: left;
    padding-top: 6px;
    margin-right: 10px;
}

.dataTables_wrapper.non-pageable .dataTables_paginate li {
    display: none;
}
/*.notification.notice {
    background: transparent url(../img/notice.png) 0 0 no-repeat;
}
.notification.error {
    background: transparent url(../img/error.png) 0 0 no-repeat;
}
.notification.warning {
    background: transparent url(../img/warning.png) 0 0 no-repeat;
}*/

.dataTables_wrapper.non-pageable .dataTables_paginate li.next,
.dataTables_wrapper.non-pageable .dataTables_paginate li.prev {
    display: inline;
}

.dataTables_empty {
    text-align: center;
    background-color: #eee;
}

.dataTables_wrapper .bottom input[type=search] {
    font-size: 14px;
}
.reportContainer {
    position: relative;
}

.reportContainer .overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 10;
}

.reportContainer .cluster {
    margin-bottom: 20px;
}


.reportContainer .cluster label {
    font-weight: normal;
}

.reportContainer .cluster .clustersGroup {
    margin-left: 5px;
}

button.close {
    opacity: 1;
}
button.close span {
    text-shadow: none;
    color: #666;
}

.overall-btn {
    display: none;
}

.top .overall-btn {
    float: left;
}


table.values td {
    padding: 10px;
    height: 55px;
}
table.values td:first-child {
    width: 70px;
}

table.values {
    width: 100%;
}

table.values tr {
    border-bottom: 1px solid #ddd;
}

table.values tr:last-child {
    border-bottom: none;
}

/* spiderdog */
.sd .toolbar {
    margin-bottom: 10px;
}

.sd .toolbar .dataTables_filter {
    display: inline-block;
    float: right;
}
.sd .dataTables_info {
    display: inline-block;
    width: 300px;
}
.sd .dataTables_paginate {
    display: inline-block;
    float: right;
}

.ignore-reason {
    width: 750px;
}

.reason-icon {
    font-size: 24px;
    margin-right: 10px;
    vertical-align: middle;
}

.ignore-reason-popup .main-reason {
    margin-bottom: 20px;
}

.watchlist .toolbar {
    margin-bottom: 10px;
    height: 35px;
}

.watchlist .toolbar .dataTables_filter {
    display: inline-block;
    float: right;
}
.watchlist .dataTables_info {
    display: inline-block;
    width: 300px;
}
.watchlist .dataTables_paginate {
    display: inline-block;
    float: right;
}

.adwatch-watchlist-filters, .adwatch-domain-filters {
    margin-bottom: 15px;
}

.adwatch-domain-filters .btn-export-csv, .adwatch-ignores-filters .btn-export-csv, .adwatch-words-filters .btn-export-csv {
    margin-right: 0;
}

.adwatch-watchlist-filters .glyphicon, .adwatch-domain-filters .glyphicon {
    vertical-align: middle;
}

.adwatch-words-new .controls {
    display: flex;
    flex-direction: row;
}

.adwatch-ignores-new .controls {
    display: flex;
    flex-direction: row;
}

.table.words .operations, .table.ignores .operations {
    width: 100px;
    text-align: center;
}

.table.words .operations {
    width: 140px;
}

.adwatch-ignores-new [name] {
    display: inline-block;
    margin-right: 10px;
}

.adwatch-words-new [name], button {
    display: inline-block;
    margin-right: 10px;
}

.adwatch-words-new .error, .adwatch-ignores-new .error {
    margin-top: 10px;
}

.adwatch-words-new [name=label] {
    width: 150px;
}
.adwatch-words-new [name=regexp] {
    flex-grow: 1;
}
.adwatch-words-new [name=score] {
    width: 100px
}

.adwatch-words-new button, .adwatch-ignores-new button {
    margin-right: 0;
}
.adwatch-words-new button .glyphicon {
    margin-right: 5px;
}

table.adwatch.domains .row_selector {
    width: 30px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}
table.adwatch.domains .row_selector [type=checkbox] {
    transform: scale(1.5);
}
table.adwatch.domains tr.selected {
    background-color: #eee;
}

table.sd-table .row_selector {
    width: 30px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}
table.sd-table .row_selector [type=checkbox] {
    transform: scale(1.5);
}
table.sd-table tr.selected {
    background-color: #eee;
}

.blacklist-tags-popup .modal-dialog {
    width: 500px;
}
.blacklist-tags-popup .blacklist-domain-tags {
    width: 100%;
}

table.domains .domain {
    width: 300px;
}

table.domains .score, table.words .score {
    width: 125px;
    text-align: center;
}

table.words {
    table-layout: fixed;
}

table.words .pattern {
    word-wrap: break-word;
}

table.words .wordLabel {
    width: 150px;
}

table.words .score {
    width: 100px;
}

.table.domains .operations {
    width: 150px;
    text-align: center;
}

table.latest td {
    vertical-align: middle !important;
}

table.latest .time {
    width: 140px;
}
table.latest .screenshots,
table.latest .log {
    text-align: center;
    width: 120px;
}

table.latest .images a {
    text-decoration: none;
    margin-right: 15px;
}
table.latest .images img {
    border: 2px solid #001B39;
    border-radius: 3px;
}

table.latest .document {
}

table.latest .document pre {
    font-size: 11px;
    white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Mozilla, post millennium */
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

/*.notification.notice {
    background: url("../img/notice.png") no-repeat scroll 0 0 transparent;
}*/
.notification {
    line-height: 18px;
    margin-right: 10px;
    padding-left: 26px;
}

.filter-box {
    margin-top: -20px;
}
.filter-box h3 {
    float: left;
    margin-right: 10px;
}

.glyphicon-custom {
    background: url("../img/icons.png") no-repeat scroll 0 0 transparent;
    height: 19px;
    margin-right: 5px;
    vertical-align: middle;
}
.icon-filter {
    background-position: -35px 0;
    width: 22px;
}
#filters-block {
    margin-top: 10px;
}

.columns-ui-dropdown {
    min-width: 270px;
}

.columns-ui-dropdown li label {
    margin-left:10px;
    margin-right:5px;
}

.columns-ui-dropdown li label input {
    margin-right:5px;
}

.columns-ui-dropdown .dropdown-header {
    padding-left: 10px;
    font-size: inherit;
}

.icon-sidebar-right {
    background: none !important;
    margin-right:10px !important;
}

.sub .sub li a {
    /*margin-left: 20px;*/
    padding-left: 65px;
}

/*.nav .icon-small {
    margin-left: 30px; padding-right: 20px; padding-left: 35px !important;
}*/

.watchlists-small {
    background: url(../img/icons/watchlists-small.png) no-repeat 15px 50%;
}
.alerts-small {
    background: url(../img/icons/alerts-small.png) no-repeat 15px 50%;
}
.reports-small {
    background: url(../img/icons/reports-small.png) no-repeat 15px 50%;
}

.dotted {
    border-bottom: 1px dotted #44B3E7;
}

.dotted:hover {
    border-bottom: none;
    text-decoration: none;
}


/* Modal for sitelist table*/
#cell-data-modal .modal-body {
    overflow-y: auto;
    max-height: 400px;
}

#cell-data-modal .modal-body p {
    line-height: 15px;
}

.modal-description {
    color: #adadad;
    font-size: 10px;
}

.placment-ids, .placment-names {
    padding-left: 1px;
}
/* ====================== */

/*
style.css
*/


body {
    padding-top: 50px;
}


/*
 * Global add-ons
 */

.sub-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
    border: 0;
}

/*
 * Spinner
 */
.input-group.spinner {
    width: 95px;
}
.input-group.spinner input {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;

}
.input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 20px !important;
    vertical-align: middle;
    display: table-cell;
}
.input-group-btn-vertical > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 8px;
    margin-left: -1px;
    position: relative;
    border-radius: 0;
}
/*
.input-group-btn-vertical > .btn:first-child {
    border-top-right-radius: 4px;
}
*/
.input-group-btn-vertical > .btn:last-child {
    margin-top: -2px;
}
.input-group-btn-vertical i {
    position: absolute;
    top: 0;
    left: 4px;
}

/*
 * Sidebar
 */

/* Hide for low-res, show later */
/*#sidebar {
    display: none;
}*/

@media(min-width:1366px){
	#sidebar {
		display: block;
	}
}

#sidebar::-webkit-scrollbar {
    width: 2px;
}

/* Sidebar navigation */
.nav-sidebar {
    margin-right: -21px; /* 20px padding + 1px border */
    margin-bottom: 20px;
    margin-left: -20px;
}
.nav-sidebar > li > a {
    padding-right: 20px;
    padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
    color: #fff;
    background-color: #428bca;
}

/*
 * Placeholder dashboard ideas
 */

.placeholders {
    margin-bottom: 30px;
    text-align: center;
}
.placeholders h4 {
    margin-bottom: 0;
}
.placeholder {
    margin-bottom: 20px;
}
.placeholder img {
    display: inline-block;
    border-radius: 50%;
}

/*
    Tables

.table-borderless td,
.table-borderless th {
    border: 0;
}

table th {
     border-top: none;
 }
  */
table.dataTable th, table.dataTable td {
    border-color: #f2f2f2
}

.check {
    width: 10px;
}

.site {
    width: 300px;
}

.count {
    width: 100px;
}

.type {
    width: 150px;
}

.placement {
    width: 150px;
}

.placenames {
    max-width: 400px;
}

button.blacklist, button.whitelist, button.unknown {
    width: 50px;
    height: 28px;
}

button.blacklist {
    padding: 0 0 3px 15px;
}

button.whitelist {
    padding: 0 0 3px 15px;
}

button.unknown {
    padding: 0 0 0 15px;
}

.icon-sitelist {
    background: transparent url(../img/icons/sitelist-btn.png) no-repeat;
    display: block;
}

.icon-sitelist.unknown {
    width: 16px;
    height: 20px;
}

.icon-sitelist.blacklist {
    width: 21px;
    height: 20px;
    background-position: -16px 0;
}

.icon-sitelist.whitelist {
    width: 20px;
    height: 20px;
    background-position: -37px 0;
}

/*
    dataTables controls layout
 */
.filterCont {
   text-align: left;
   float: left;
}

.infoCont {
    padding-left: 10px;
    color: gray;
    float: left;
    width: 300px;
    text-align: center;
    opacity: 0.6;
}

.lengthCont {
    float: left;
}

/*
    diagrams in tables
 */
.persent {
    margin-top: 1px;
    font-weight: bold;
    float: left;
}

.number {
    position: relative;
    top: 4px;
    font-size: 11px;
    color: #959595;
    text-align: right;
}

#report-container {
    padding-top:20px;
}

.report-bar {
    position: relative;
    width: 100%; height: 7px;
    margin-top: 5px;
    border: solid 1px #F0F0F0;
    border-radius: 2px;
}

.progress {
    position: absolute;
    height: 100%;
    border-radius: 2px;
}

.filter-control {
    display: inline-block;
    margin-left: 6px;
}

.column-tooltip {
    height: 11px;
    width: 11px;
    background: transparent url(../img/icons/hint.png) no-repeat;
    position: absolute;
    /*top: 63px;*/
    right: 25px;
}

.column-tooltip:hover {
    background: transparent url(../img/icons/hint-hover.png) no-repeat;
}

.th-with-tooltip {
    position: relative;
    padding-right: 50px !important;
}

th .tooltip {
    min-width: 250px;
}

.tooltip.in {
    z-index: 9998;
}

th .tooltip-inner {
    min-width: 250px;
    min-height: 30px;
}
/** ==================================
*       Responsive height for cells
*** ==================================
*/

.row-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}
.col-height {
    display: table-cell;
    float: none;
    height: 100%;
}
.col-top {
    vertical-align: top;
}
.col-middle {
    vertical-align: middle;
}
.col-bottom {
    vertical-align: bottom;
}

@media (min-width: 480px) {
    .row-xs-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-xs-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-xs-top {
        vertical-align: top;
    }
    .col-xs-middle {
        vertical-align: middle;
    }
    .col-xs-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 768px) {
    .row-sm-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-sm-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-sm-top {
        vertical-align: top;
    }
    .col-sm-middle {
        vertical-align: middle;
    }
    .col-sm-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 992px) {
    .row-md-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-md-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-md-top {
        vertical-align: top;
    }
    .col-md-middle {
        vertical-align: middle;
    }
    .col-md-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 1200px) {
    .row-lg-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-lg-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-lg-top {
        vertical-align: top;
    }
    .col-lg-middle {
        vertical-align: middle;
    }
    .col-lg-bottom {
        vertical-align: bottom;
    }
}


.column-tooltip {
    height: 11px;
    width: 11px;
    background: transparent url(../img/icons/hint.png) no-repeat;
    position: absolute;
    /*top: 63px;*/
    right: 25px;
}

.column-tooltip:hover {
    background: transparent url(../img/icons/hint-hover.png) no-repeat;
}

.dataTables_sizing .column-tooltip {
    display: none;
}

.th-with-tooltip {
    position: relative;
    padding-right: 50px !important;
}

th .tooltip {
    min-width: 130px;
    padding-bottom: 5px;
}

.tooltip.in {
    z-index: 9998;
}

th .tooltip-arrow {
    border-width: 7px 6px 0!important;
    border-top-color: #ffffff!important;
}

th .tooltip-inner {
    min-width: 130px;
    min-height: 30px;
    color:#000000;
    background-color:#ffffff;
    border: 1px solid #CCCCCC;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.5);
}

tr.row-active td, .vpaid-data tbody tr:hover td {
    background-color: #E1E1E1 !important;
}

tr.row-active td, .vpaid-data tbody tr:hover td {
    background-color: #E1E1E1 !important;
}

.dataTables_scrollHead {
    padding-top: 0px;
}

ul.tags-setup li {
    color: #44b3e7;
}

ul.tags-setup li span {
    color: black;
}

ul.tags-setup {
    margin-left: -20px;
}

div ul.lines li {
    width: 30px;
    display: block;
    margin-left: -33px;
    text-align: right;
}

/* Updated login */
.login {
    top: 80px;
    border-radius: 4px;
    background-color:  #ffffff;
    width: 420px;
    height: 245px;
    padding: 40px 40px 40px 40px;
}

.login-signin {
    left: 50%;
    margin-left: -170px !important;
    border-radius: 4px;
    background-color:  #3fb1e7;
    width: 340px;
    height: 45px;
    position: relative;
    font-size: 18px;
    line-height: 35px;
    font-size: 18px;
    font-weight: bold;
}

.login-copyright {
    color:  #bcbcbc;
    font-size: 14px;
    line-height: 43px;
    text-align: center;
    width: 100%;
    position: fixed;
    bottom: 0;
}

.login-logos {
    display: inline-block;
    height: 40px;
    padding: 0;
    font-size: 36px;
    margin-bottom: 32px;
}

.login-logos > div {
    display: inline-block;
}

.login-logos > div.logo {
    color: #44b3e7;
}

.login-slash {
    height: 60px;
    width: 31px;
    background: url(/img/icons/login_icon_slash.png) no-repeat;
    margin-top: -12px;
    margin-left: 15px;
}

.login-logos span {
    line-height: 40px;
    color: #44B3E7;
    font-weight: 900;
    text-align: left;
    padding-left: 10px;
}

.vbs-logo::before {
    content: "";
    display: block;
    background: url(/img/icons/login_icon.png) no-repeat;
    width: 34px;
    height: 42px;
    float: left;
    margin: 0;
    margin-top: 2px;
}

.audience-logo:before {
    content: "";
    display: block;
    background: url(https://dataxtrade.com/assets/img/logo_dataxtrade.svg) no-repeat;
    width: 200px;
    height: 200px;
    float: left;
    margin-top: -5px;
}

table.tablenth tr:nth-child(odd) {
    background-color: #ffffff;
}
.login-form {
    width: 400px;
    position: fixed;
    left: 50%;
    margin-left: -200px;
}

/* long loader */
table.tablenth tr:nth-child(even) {
    background-color: #f9f9f9;
}

table.tablenth td {
    max-width: 1104px;
}

.table.report td a.medialink,
a.medialink {
    display: block;
    padding-left: 25px;
    padding-bottom: 2px;
    margin-right: 5px;
}

.table.report td span.tracking,
span.tracking {
    display: block;
    padding-left: 25px;
    padding-bottom: 2px;
    margin-right: 5px;

    background: transparent url(../img/icons/tracking.png) no-repeat 0 50%;
}

.urldecode {
    display: block;
}

a.format-application\/x-shockwave-flash {
    background: transparent url(../img/icons/icon-file-format-swf.png) no-repeat;
}

a.format-application\/javascript {
    background: transparent url(../img/icons/icon-file-format-js.png) no-repeat;
}

a.format-application\/x-mpegUrl {
    background: transparent url(../img/icons/icon-file-format-m3u8.png) no-repeat;
}

a.format-video\/x-flv {
    background: transparent url(../img/icons/icon-file-format-flv.png) no-repeat;
}

a.format-video\/3gpp {
    background: transparent url(../img/icons/icon-file-format-3gpp.png) no-repeat;
}

a.format-video\/mp4 {
    background: transparent url(../img/icons/icon-file-format-mp4.png) no-repeat;
}

a.format-video\/webm {
    background: transparent url(../img/icons/icon-file-format-webm.png) no-repeat;
}

a.format-video\/mpeg {
    background: transparent url(../img/icons/icon-file-format-mpg.png) no-repeat;
}

a.format-video\/ogg {
    background: transparent url(../img/icons/icon-file-format-ogv.png) no-repeat;
}

a.adwatch-matches-small {
    background: url(/img/icons/icon-matches-mini.png) no-repeat 37px 50%;
}

a.adwatch-matches-small:hover {
    background: url(/img/icons/icon-matches-mini-white.png) no-repeat 37px 50%;
}

a.adwatch-watchlists-small {
    background: url(/img/icons/icon-watchlists-mini.png) no-repeat 37px 50%;
}

a.adwatch-watchlists-small:hover {
    background: url(/img/icons/icon-watchlists-mini-white.png) no-repeat 37px 50%;
}

a.adwatch-patterns-small {
    background: url(/img/icons/icon-patterns-mini.png) no-repeat 37px 50%;
}

a.adwatch-patterns-small:hover {
    background: url(/img/icons/icon-patterns-mini-white.png) no-repeat 37px 50%;
}


a.adwatch-reports-small {
    background: url(/img/icons/icon-reports-mini.png) no-repeat 37px 50%;
}

a.adwatch-reports-small:hover {
    background: url(/img/icons/icon-reports-mini-white.png) no-repeat 37px 50%;
}

a.adwatch-fraud-analysis-small {
    background: url(/img/icons/icon-fraud-analysis-mini.png) no-repeat 37px 50%;
}

a.adwatch-fraud-analysis-small:hover {
    background: url(/img/icons/icon-fraud-analysis-mini-white.png) no-repeat 37px 50%;
}

.nav .adwatch-icon-small {
    margin-left: 0;
    padding-right: 20px;
    padding-left: 62px !important;
}
/* blocker */
#blocker {
    position: fixed;
    top: 0; left: 0; bottom: 0; right: 0;
    background: rgba(255, 255, 255, 0.3);
    z-index: 10000;
}

div#blocker > div#load-message {
    position: inherit;
    width: 400px;
    height: 200px;
    top: 50%; left: 50%;
    margin-top: -100px;
    margin-left: -200px;
    background: #f3f3f3;
    border: 1px solid gainsboro;
    border-radius: 15px;
}

div#notifications > div#load-message > p.title {
    font-size: 22px;
    color: #0080c0;
    padding-top: 25px;
    padding-left: 75px;
}

div#notifications > div#load-message > p.info {
    font-size: 17px;
    padding-left: 25px;
    padding-top: 10px;
}

p.info > span#l-counter {
    color: lightgray;
}

p.info > span#l-page,
p.info > span#l-percent {
    font-weight: 600;
    color: gray;
}

div#notifications > div#load-message > .loader {
    left: 25px;
    top: 25px;
    font-size: 3px;
    float: left;
}

div#notifications > div#load-message > .loader:before,
div#notifications > div#load-message > .loader:after {
    background: #fff;
}

div#notifications > div#load-message > button#error-close {
    position: relative;
    left: 50%;
    top: 25px;
    margin-left: -31px;
}

body.dspx {
    background-color: #F3F3F4;
}

.login-logos i.dspx::before {
    content: "";
    display: block;
    float: left;
    background: url(../img/icons/logo_dspx_small.png) no-repeat;
    width: 119px;
    height: 40px;
    margin-top: 2px;
}

#navbar-header .logos .dspx:before {
    content: "";
    display: block;
    background: url(../img/icons/logo_dspx_small.png) no-repeat;
    width: 119px;
    height: 40px;
    float: left;
    margin-top: -5px;
}

#navbar-header .logos .dspx,
.login-logos .dspx {
    display: block;
    color: #42B5E8;
    font-style: normal;
    margin-top: -3px;
}

#navbar-header .logos .vbs {
    display: none;
}

.dark-grey {
    color: #211919;
}
/**
 * DELIVERY DAILY & HOURLY starts
 */
.table.report.dspx-report-table > thead > tr > th,
.table.report.dspx-report-table th[aria-sort] {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    color: white;
    background: #0c213c;
    font-weight: 400;
}

.table.report.dspx-report-table tbody > tr > td {
    vertical-align: middle;
}

table.dataTable.report.dspx-report-table thead .sorting:after {
    opacity: 0.2;
    content: "\f0dc";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
}

table.dataTable.report.dspx-report-table thead .sorting_asc:after {
    content: "\f0de";
    color: #ffffff;
    opacity: 1;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
}

table.dataTable.report.dspx-report-table thead .sorting_desc:after {
    content: "\f0dd";
    color: #ffffff;
    opacity: 1;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
}

.dspx-report-table #report-container .dropdown {
    top: -20px;
}

.padding-right-10 {
    padding-right: 10px;
}

.panel #report-container {
    padding-top: 0;
}

.table.report.dspx-report-table .sorting_1,
.table.report.dspx-report-table tr:hover td {
    background: rgba(12, 33, 60, .25);
}

.short-text {
    display: inline-block;
    width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.delivery-btns-block {
    line-height: 26px;
    vertical-align: bottom;
    position: relative;
    top: 9px;
    margin-left: 20px;
    float: left;
}

.delivery-btns-block > .osi-btn {
    font-size: 14px;
}

/**
 * DELIVERY DAILY & HOURLY ends
 */

 th.dspx-sortable {
    cursor:pointer;
    user-select: none;
}

th i.fa-sort{
    color:#777777;
    margin-right:10px;
}


th i.fa-sort-desc,
th i.fa-sort-asc{
    color:white;
    margin-right:10px;
}

table.dspx-table{
    margin-bottom: 0px;
    margin-top:10px;
    word-break: break-all;
}

.dspx-loading,
table.dspx-table tbody tr,
table.dspx-table tbody tr td
{
    opacity:1;
    transition: all ease .5s;
    /*transition: border-color ease 1s;*/
    /*transition: background-color ease 1s;*/
}

a.dspx-list-clickable{
    color: #000000;
    text-decoration: underline;
}

a.dspx-list-clickable:hover::after{
    font-family:'Font Awesome 5 Free';
    content: ' \f303';
    font-weight: 900;
}
