img.anx-logo {
    width: 115px;

}

*:focus {
    outline: none;
}

[data-toggle="collapse"].collapsed .if-not-collapsed {
  display: none;
}
[data-toggle="collapse"]:not(.collapsed) .if-collapsed {
  display: none;
}

.role-container.editing .if-not-editing {
    display: none;
}

.role-container:not(.editing) .if-editing {
    display: none;
}

.body-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.local-overlay {
    position: absolute;
    z-index: 2000;
    opacity: 0.75;
    background-color: #eee;
    width: calc( 100% + 30px );
    height: calc( 100% + 20px );
    margin-left: -15px;
    margin-top: -10px;
    border-radius: 5px;
}

.strip-spacing {
  padding: 0 !important;
  margin: 0 !important;
}

.input-nested {
    margin-left: 5px;
}

.btn-nested {
    margin-top: 2px;
    margin-bottom: 2px;
}

.brand-loading {
    background: window url('https://crcdn01.adnxs-simple.com/creative/p/958/2022/9/9/1662694188/img/autocomplete_indicator.gif') right center no-repeat;
}

.loading {
    background: transparent url('https://crcdn01.adnxs-simple.com/creative/p/958/2022/9/9/1662694188/img/autocomplete_indicator.gif') center center no-repeat;
    min-height: 16px;
}

.border-right-white {
    border-right: 1px white solid;
}
.nav-text {
    margin-top: 4px;
    font-size: 19px;
}

.pad-right {
    margin-right: 30px;
}

.creative-input-area {
    width: 30%;
}

#creative-list-progress {
    padding: 0 10px;
}

#creative-info-summary {
    padding: 10px;
}

#creative_previewing {
    padding: 15px;
    border: 2px orange solid;
    background-color: #ECF5FA;
}

#notification_priority_audit {
    color: #56144d;
}

#creative_previewing.creative-status-approved {
    border-color: #00ff00;
}

#creative_previewing.creative-status-rejected, #creative_previewing.creative-status-banned {
    border-color: #ff0000;
}

#creative_previewing.creative-status-no_audit {
    border-color: #999;
}

#assign-audit-values {
    padding: 10px;
    border: 1px grey solid;
    background-color: #ECF5FA;
}

.brand-menu {
    height: auto;
    max-height: 300px;
    overflow-x: hidden;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: white;
    border-color: -moz-use-text-color #ddd #ddd;
    border-image: none;
    border-radius: 5px;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    padding: 0 5px 5px;
    display: none;
}

.brand-selector {
    position: relative;
}

ul.brand-menu {
    float: left;
    width: 100%;
    position: absolute;
    z-index: 1000;
}

ul.brand-menu li {
    display: block;
}

ul.brand-menu  li:hover {
    background-color: lightblue;
}

ul.brand-menu li>a {
    display: block;
    width: 100%;
}

.audit-feedback {
    display: none;
    margin-bottom: 10px;
}

.audit-feedback-choices {
  background-color: #fff;
  border: 1px solid #a1a1a1;
  padding: 5px;
}

.form-horizontal .audit-feedback-choices .checkbox {
  min-height: auto;
  padding-top: 2px;
}


.form-errors {
    display: none;
    color: red;
    margin-top: 10px;
}

.global-message .panel-heading h6 {
    line-height: 20px;
}


/* Bless this Human: http://work.smarchal.com/twbscolor/css/e74c3cc0392becf0f1ffbbbc0 */
.navbar-default {
  background-color: #363534;
  /*border-color: #2abbb0;*/
  background-image:none;
}
.navbar-default .navbar-brand {
  color: #ecf0f1;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #ffffff;
}
.navbar-default .navbar-text {
  color: #ecf0f1;
}
.navbar-default .navbar-nav > li > a {
  color: #ecf0f1;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #2abbb0;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #2abbb0;
}
/*
.navbar-default .navbar-toggle {
  border-color: #2abbb0;
}
*/
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #2abbb0;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ecf0f1;
}
/*
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ecf0f1;
}
*/
.navbar-default .navbar-link {
  color: #ecf0f1;
}
.navbar-default .navbar-link:hover {
  color: #ffffff;
}

#audit_form_container {
    background-color: #ecf5fa;
    border: 2px solid #aaa;
    border-radius: 7px;
    padding: 5px 15px;
    margin-bottom: 15px;
}

.creative-preview {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ecf0f1;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #2abbb0;
  }
}

#fixed-creative-render {
    position: fixed;
    border: 1px solid #c7c8ca;
    top: 100px;
    z-index: 1000;
    transition: right 0.2s;
    padding: 10px;
    background-color: white;
}

#fixed-creative-render .control-buttons {
    margin-bottom: 5px;
}

#fixed-creative-render:hover, #fixed-creative-render.pinned {
    right: 0 !important;
}

#fixed-creative-render.pinned .if-not-open,
#fixed-creative-render:hover .if-not-open {
  display: none;
}
#fixed-creative-render:not(.pinned):not(:hover) .if-open {
  display: none;
}

.text-message-info {
    color: orange;
}

form .error {
    border-color: red;
}

.errors {
    color: red;
}

.brand-data {
    border: 1px solid #aaa;
    border-top: none;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
}

.brand-data-display {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #111;
    padding: 1px 7px;
    background-color: #eee;
    margin-bottom: 5px;
    max-height: 150px;
    overflow: scroll;
}

.brand-data label {
    margin-bottom: 0;
    font-weight: 500;
}

.brand-data ul {
    margin-bottom: 0;
}

#users-table {
    table-layout: fixed;
    margin-top: 10px;
}

#users-table td {
    vertical-align: middle;
}

#fail-form {
    width: 450px;
    padding: 0 10px 10px;
}

table.table-grouped tbody {
    border-top: none;
}

table.table-grouped-striped tbody:nth-child(odd) {
    background-color: #f9f9f9;
}

table.creative-brand-table {
    table-layout: fixed;
}

table.creative-brand-table thead th {
    text-align: center;
}

table.creative-brand-table thead th:nth-child(2) {
    text-align: left;
    width: 50%;
}

table.creative-brand-table thead th:first-child {
    width: 40px;
}

table.creative-brand-table tbody td {
    text-align: center;
}

table.creative-brand-table tbody tr:first-child td:first-child {
    vertical-align: middle;
}

table.creative-brand-table tbody tr:first-child td:nth-child(2) {
    vertical-align: middle;
    text-align: left;
}

table.creative-brand-table tbody.highlight {
    background-color: #fcf8e3;
}

table.url-brand-table tr td {
    vertical-align: middle;
}

/*.btn-link {*/
     /*background: none;*/
     /*border: none;*/
     /*color: #0066ff;*/
     /*text-decoration: underline;*/
     /*cursor: pointer;*/
/*}*/

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

strong.hotkey {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
    background: white;
    border-radius: 2px;
}