/* Make Bootstrap and Angular Bootstrap play nice together */
.nav, .pagination, .carousel, .panel-title a {
    cursor: pointer;
}

html {
    position: relative;
    min-height: 100%;
    overflow-y: scroll;

    --color-vc: #0061AF;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 43px;

}

a[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}

.ad_icon {
    float: right;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    background-color: rgba(245, 245, 245, 1);

}

.footer .text-muted {
    margin: 8px 0;
    color: #575757;
}

h2.section-header {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #5d5d5d;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 0;
    font-weight: normal;
}

h2.white-header {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 18px;
    line-height: inherit;
    color: #FFFFFF;
    border: 0;
    margin: 4px;
    font-weight: normal;
}

div.white-header {
    background-color: #009aa4;
    color: #FFFFFF;
    padding: 8px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.form-group-left-pad {
    margin-right: 25px;
}

hr {
    border-top: 1px solid #e5e5e5;
}


ul.pagination {
    margin: 0 auto;
    float: none;
}


.form-bg {
    background-color: #f8f8f8;
    border-color: #ededed;
}

.form-search {
    margin-bottom: 20px;
}


.navbar-brand {
    float: none;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
}

.navbar-brand-img {
    padding: 0;
}

.jumbotron {
    padding: 0;
}

.table-report-list > tbody > tr:hover {
    background-color: #f7f7f7;
}


.label {

    padding: .3em .3em .3em .5em;

}

.dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 7px;
    padding-left: 2px;
}

.dl-width120 dt {
    float: left;
    width: 140px;
    clear: left;
    text-align: left;
    font-size: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 15px;
    padding-left: 2px;
}

.dl-width120 dd {
    margin-left: 120px;
    padding-bottom: 15px;
    padding-left: 2px;
}

.dl-narrow dt {
    width: 80px;
}

.dl-narrow dd {
    margin-left: 80px;
}

.img-thumbnail {
    padding: 0;
    line-height: 1.42857143;
    border-radius: 2px;
    border: none;
}

a.label-icon-link,
a.label-icon-link:link,
a.label-icon-link:visited,
a.label-icon-link:hover,
a.label-icon-link:focus,
a.label-icon-link:active {
    color: #ffffff;
}

.large-info-text {
    font-size: 18px;
    font-weight: 200;
}

.extra-vertical-spacing {
    margin-top: 22px;
    margin-bottom: 20px;
}

.btn:focus,
.btn.focus {
    outline: none;
    outline: none;
}

input.auto-width {
    width: auto;
}

.form-signin {
    max-width: 450px;
    padding: 15px;
    margin: 0 auto;
}

.form-signin .form-signin-logo {
    max-width: 200px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.form-signin .form-signin-logo-articheck {
    display: block;
}

.form-signin .form-signin-logo-client {
    display: block;
    max-width: 300px;
    max-height: 80px;
    valign: bottom;
}


.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin .form-control-top {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin .form-control-bottom {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

a.grey-link {
    color: #a1a1a1;
}

p.share-page-footer {
    margin: 20px 0 0 0;
    padding: 5px 0 0 0;
    border-top: 1px solid #e5e5e5;
}

.btn-info {
    color: #ffffff;
    background-color: #009aa4;
    border-color: #007b83;
}

/* Fix for angular bootstrap backdrop */
.modal-backdrop {
    bottom: 0;
}

.btn-empty {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-empty:hover,
.btn-empty:focus,
.btn-empty.focus,
.btn-empty:active,
.btn-empty.active,
.open > .dropdown-toggle.btn-empty {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-empty:active,
.btn-empty.active,
.open > .dropdown-toggle.btn-empty {
    background-image: none;
}

.btn-empty.disabled,
.btn-empty[disabled],
fieldset[disabled] .btn-empty,
.btn-empty.disabled:hover,
.btn-empty[disabled]:hover,
fieldset[disabled] .btn-empty:hover,
.btn-empty.disabled:focus,
.btn-empty[disabled]:focus,
fieldset[disabled] .btn-empty:focus,
.btn-empty.disabled.focus,
.btn-empty[disabled].focus,
fieldset[disabled] .btn-empty.focus,
.btn-empty.disabled:active,
.btn-empty[disabled]:active,
fieldset[disabled] .btn-empty:active,
.btn-empty.disabled.active,
.btn-empty[disabled].active,
fieldset[disabled] .btn-empty.active {
    background-color: #dedede;
    border-color: #ccc;
}

.btn-empty .badge {
    color: #fff;
    background-color: #333;
}


.btn-report-group {
    color: #101010;
    background-color: #F5F5F5;

}

.chbx ul {
    list-style: none;
    padding-left: 10px
}

.chbx li {
    font-weight: normal;
}

.chbx input[type=checkbox] + label {
    color: #aaa;
    font-style: italic;
    font-weight: normal
}

.chbx input[type=checkbox]:checked + label {
    color: #000;
    font-style: normal;
    font-weight: bold
}


@media (min-width: 768px) {
    #account_name {
        width: 40%;
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 2px;
        z-index: 111;
        text-align: right;
        font-size: 0.8em;
        color: white;
        background-color: #101010;
        text-overflow: clip;
        white-space: nowrap;
    }
}

@media (max-width: 767px) {
    #account_name {
        display: none
    }

    /* .tooltip-popup {
        display: none !important;
      } */

}

@media (min-width: 769px) {
    .tooltip-popup {
      display: block;
    }
  }

.cell {
    display: flex;
    padding: 4px;
    min-height: 32px;
    border-bottom: solid 1px #dcdcdc;
}

.cellh {
    padding: 4px;
    background-color: #dcdcdc
}

.img-node td {
    padding: 4px;
    vertical-align: top;
    text-align: left;
    border: solid 0px #E1E3E5;
    float: left;

}

#pictures-tree {
    margin-left: 0px;
}

#pictures-tree table {
    width: 100%;
    background-color: #f6f5f0;
}

#pictures-tree td {
    width: 16%;
    border-top: 0;
}

#pictures-tree td:first-child {
    width: 16%;
    border-right: solid 1px #dddddd;
    border-top: solid 0px #f6f5f0;
}

#pictures-tree th {
    width: 16%;
    border-top: 0;
    color: #ababab;
    padding: 4px;
    font-weight: normal;
}

.img-box {
    padding: 8px;
    border-radius: 4px;
    background-color: #f6f5f0;
    border: solid 1px #dddddd;
}

.img-box-detail {
    padding: 8px;
    border-radius: 4px;
    background-color: #fdf2df;
    border: solid 1px #ffddbb;
}

.img-highlight {
    background-color: #f9cd86;
    border: solid 1px #00aaaf;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(114, 193, 242, 1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(114, 193, 242, 1);
    box-shadow: 0px 0px 5px 1px rgba(114, 193, 242, 1);
}

a.dam-link {
    font-size: 0.8em;
    font-weight: 500;
    cursor: pointer;
}

a:hover.dam-link {
    font-size: 0.8em;
    font-weight: 500;
    cursor: hand;
}


.img-box-desc,
.video-box-desc {
    display: block;
    padding-top: 3px;
}

.tiny-text {
    font-size: 0.7em;
    font-weight: 300;
}

.small-text {
    font-size: 0.8em;
    font-weight: 500;
}

.small-text07 {
    font-size: 0.7em;
}

.small-text08 {
    font-size: 0.8em;
}

.img-top {
    vertical-align: top;
    margin: 4px
}

.bottom-line {
    border-bottom: solid 1px #dddddd;
}


#header_overview {
    width: 100%;
    margin: 10px;
    border-color: white;
}

#import_overview {
    margin-top: -10px
}

#import_overview td.new {
    background-color: #dff0d8;
    border-left: solid 4px #1a9d27;
    padding: 0 5px 0 5px;
    vertical-align: middle;
}

#import_overview td.exist {
    background-color: #fff8e0;
    border-left: solid 4px #ffc32f;
    padding: 0 5px 0 5px;
    vertical-align: middle;
}

#header_overview tr th {
    border-color: white;
    text-align: center
}

#import_overview tr td {
    background-color: white;
}

#import_overview {
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 4px;
    border: solid 1px #ededed;
}

.import-legend td {
    padding: 8px 4px 8px 0px;
    font-size: 0.8em
}

.import-legend div {
    width: 50px;
    height: 20px;
    border: solid 1px #dcdcdc;
}


.truncate {
    display: inline-block;
    max-width: 125px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
}

.item-name {
    position: relative;
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 4px;
    font: 0.75em/2 Consolas, "Liberation Mono", Menlo, Courier, monospace;
    color: #007b83;
    white-space: nowrap;
    background-color: #e3f4fa;
    border-radius: 3px;
}

.inline-editor .form-control {
    padding: 0 3px;
    width: auto;
    display: inline-block;
    height: auto;
}

.inline-editor .form-control[disabled] {
    border-color: transparent;
    box-shadow: none;
    padding: 0;
}

.inline-editor .btn {
    padding-top: 0;
    padding-bottom: 0;
    line-height: inherit;
}


input[type=text].form-control.disabled {
    background-color: #ededed;
}


button::-moz-focus-inner {
    border: 0;
}

.btn-ak {
    border-radius: 2px;
    font-weight: bold;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .16);
    border: 1px solid transparent;
    margin-right: 6px;
}

.btn-ak:active {
    box-shadow: none;
}

.btn-ak:hover {
    opacity: 0.8;
}

.btn-ak-primary {
    background-color: #00AAAF;
    color: #fff;
}

.btn-ak-secondary {
    background-color: #fff;
    color: #575757 !important; /* Fixes issue when within .open */
    border-color: #AFAFAF;
}

.btn-ak-secondary:hover {
    color: #575757;
}

.btn-vc {
    background-color: var(--color-vc);
    color: #fff;
    /*border-color: var(--color-vc);*/
}

@media (max-width: 767px) {
    .btn-ak {
        margin-top: 3px;
        padding: 2px 6px;
        font-size: 14px;
    }
}

body {
    padding-top: 96px;
}

.anchor {
    display: block;
    height: 86px; /* same height as header */
    margin-top: -96px; /* same height as header */
    visibility: hidden;
}

.fixed-nav {
    position: fixed;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
}

body.user-switch-active {
    padding-top: calc(96px + 32px);
}

.user-switch-bar {
    padding: 6px 0;
    text-align: center;
    font-size: 14px;
    background-color: #ff5959;
    color: #fff;
}

.ad-top-bar {
    padding: 6px 0;
    text-align: center;
    font-size: 14px;
    background-color: var(--color-vc);
    color: #fff;
}

.articheck-ad-top-bar {
    padding: 6px 0;
    text-align: center;
    font-size: 14px;
    background-color: #009aa2;
    color: #fff;
}

.action-bar {
    min-height: 48px;
    padding: 7px 0;
    background: #F5F5F5;
}

.action-bar__right {
    margin-top: 6px;
}

.action-bar__right,
.action-bar__right .dropdown-menu {
    font-size: 12px;
}

.action-bar__right .dropdown-menu {
    max-height: 400px;
    overflow-y: auto;
}

.action-bar__right .btn {
    padding: 2px 4px;
    font-size: 12px;
}

#selectedReportsClear {
    text-transform: uppercase;
    font-size: 10px;
    margin-right: 2px;
}

.btn-transparent {
    background-color: transparent;
    color: inherit;
}

.btn-transparent:not(.no-bg):hover,
.open .btn-transparent {
    background-color: #E1E1E1;
    color: inherit;
}

.navbar .open .btn-transparent {
    background-color: transparent;
    color: inherit;
}

.btn-transparent:focus {
    color: inherit;
}

.tag {
    font-size: 12px;
    background-color: #F5F5F5;
    padding: 1px 2px;
    border-radius: 2px;
}

.tag-large {
    font-size: 16px;
    font-weight: bold;
    padding: 4px 6px;
}

.pills-reports li > a {
    color: #575757;
}

.nav-pills li > a:hover {
    background-color: #F5F5F5;
    color: #101010;
}

.pill-heading > a {
    font-size: 16px;
    font-weight: bold;
}

.nav-pills li.indent > a {
    padding-left: 3rem;
}

.counter {
    font-size: 10px;
    border-radius: 10px;
    background-color: #AFAFAF;
    color: #fff;
    padding-top: 1px;
    width: 17px;
    height: 17px;
    display: inline-block;
    text-align: center;
}

hr.invisible {
    margin: 2rem 0;
    border: none;
}


.user-dropdown {
    min-width: 200px;
    text-align: right;
}

.table-report-list .selected {
    background-color: #DCF2F3 !important;
}

.list-thumbnail {
    height: 60px;
    width: 60px;
    border-radius: 2px;
    background-color: #f7f7f7;
    background-position: 50%;
    background-size: cover;
    cursor: pointer;
}

.selected .list-thumbnail {
    opacity: 0.3;
}

.table-report-list .check {
    position: absolute;
    top: calc(50% - 30px);
    text-align: center;
    width: 40px;
    opacity: 0;
    cursor: pointer;
    margin-left: 10px;
    margin-top: 10px;
}

.table-report-list .check div {
    background: #fff;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    position: absolute;
}

.table-report-list .check svg {
    position: relative;
    top: 7px;
}

.table-report-list tr:not(.selected):hover .check {
    opacity: 0.5;
    transition: opacity 0.2s;
}

.table-report-list .list-thumbnail:hover ~ .check,
.table-report-list .check:hover {
    opacity: 0.8 !important;
}

.table-report-list .selected .check {
    opacity: 1 !important;
}

.table-report-list .selected .check svg g {
    stroke: #00AAAF;
}

.table-report-list .selected,
.table-report-list .selected .list-thumbnail,
.table-report-list .selected .check {
    transition: opacity 0.2s, background-color 0.2s;
}

.indented-mobile-action-items {
    margin-left: 36px;
}

.tooltip {
    font-family: Muli;
}

.search-form {
    display: inline-block;
    vertical-align: middle;
}

.search-input {
    padding: 7px 10px;
    border-radius: 2px;
    border: none;
    width: 270px;
}

/* @media (max-width: 768px) {
    .search-input {
        width: 48vw;
    }
} */

/* @media (min-width: 900px) {
    .search-input {
        width: 340px
    }
} */

.search-input-group {
    display: inline-block;
}

.search-button {
    visibility: hidden;
    position: absolute;
    z-index: -1;
}

.search-input-group {
    position: relative;
}

.search-clear {
    position: absolute;
    right: 10px;
    top: 7px;
    cursor: pointer;
    color: #afafaf;
}

.search-input--bordered {
    border: 1px solid #cccccc;
}

.navbar-labels {
    display: inline-block;
}

@media (max-width: 380px) {
    .navbar-labels {
        display: none;
    }
}

.slaask-button {
    width: 40px !important;
    height: 40px !important;
}


/* Sharing modal */
.collaborator {
    padding: 0.7rem 1rem;
    background: #f8f8f8;
    margin-bottom: 0.5rem;
}

.collaborator--highlight {
    background: #DCF2F3;
}

.invite-message-toggle {
    cursor: pointer;
}

.share-toggle {
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                   supported by Chrome and Opera */
}

.share-toggle svg g {
    stroke: none;
}

.share-toggle.on svg g {
    stroke: #00aaaf;
}

.share-toggle.disabled svg g {
    stroke: #ccc;
}

.share-toggle.disabled {
    color: #ccc;
    cursor: not-allowed;
}

.share-toggle.disabled:hover {
    background: none;
    color: #ccc;
}

.perms-info + svg path {
    fill: #00aaaf;
}

.container--centered {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 600px;
}

.helptext {
    color: #a1a1a1;
}

.table-report-list td, .table-report-list .cell-link {
    padding: 8px;
}

td.has-cell-link {
    padding: 0 !important
}

.cell-link {
    color: inherit;
    width: 100%;
    height: 100%;
    display: block;
    border: none;
    text-decoration: none !important
}

.cell-link:hover {
    color: inherit;
}


/* VC */
.color-vc {
    color: var(--color-vc);
}

.list-item {
    display: block;
    padding: 8px;
    border-top: 1px solid #dddddd;
    color: inherit;
    text-decoration: none;
    position: relative;
}

.modal-body .list-item:first-of-type {
    border-top: 0;
}

.list-item:not(.list-item--nohover):hover {
    color: inherit;
    text-decoration: none;
    background-color: #f7f7f7;
}

.list-item--check,
.list-item--document {
    display: flex;
    flex-wrap: nowrap;
}

.list-item--document {
    align-items: center;
    padding-right: 40px;
}

.list-item__icon {
    width: 16px;
    margin-right: 1rem;
    flex-shrink: 0;
    padding-top: 4px;
}

.list-item__thumb {
    width: 60px;
    height: 60px;
    margin-right: 1rem;
    flex-shrink: 0;
}

.list-item__title {
    font-weight: bold;
}

.list-item__title span {
    font-weight: normal;
    color: #575757;
}

.list-item .arrow {
    position: absolute;
    right: 1rem;
    top: 2rem;
}

.list-item-wrap {
    position: relative;
}

.list-item__edit {
    position: absolute;
    right: 1rem;
    top: 2rem;
}

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

.add-link {
    font-size: 14px;
    margin-left: 4px
}

/* Photo and video lists */

.media-list {
    display: flex;
    flex-wrap: wrap;
    margin: 4rem -0.5rem 0;
}

.media-item {
    width: 50%;
    margin: 0 0 3rem 0;
    padding: 0.5rem;
    position: relative;
    /* For when dragging */
    background-color: #fff;
    border-radius: 3px;
}

.media-item--drop {
    border: 1px solid #939393;
    opacity: 0.4;
}

.media-item__handle {
    padding: 4px;
    font-size: 14px;
    font-weight: bold;
    cursor: move;
    background-color: #fff;
    position: absolute;
    top: calc(1rem + 4px);
    left: calc(1rem + 4px);
    border-radius: 2px;
    border: 1px solid #939393;
}

.media-item__wrap {
    min-height: 150px;
    display: block;
    padding: 0;
    background: #f5f5f5;
}

.media-item--half {
    width: 100% !important;
}

@media (min-width: 601px) {
    .media-list {
        margin-left: -1rem;
        margin-right: -1rem;
    }

    .media-item {
        width: 33.3333%;
        padding: 1rem;
    }

    .media-item--half {
        width: 50% !important;
    }
}

@media (min-width: 901px) {
    .media-item {
        width: 25%;
    }
}

.media-item video {
    width: 100%
}

.vc-box {
    background-color: var(--color-vc);
    border-radius: 5px;
    color: #fff;
    padding: 0.75rem 1rem;
    margin: 3rem 0;
    text-align: center;
}

.vc-box a {
    color: #fff;
    text-decoration: underline;
}

.vc-box svg path {
    fill: #fff
}

.tippy-content {
    font-weight: normal;
}

.second-language {
    color: #939393;
    font-style: italic;
    font-weight: normal;
}

.video-processing {
    padding: 1rem;
    background-color: #f5f5f5;
    margin-bottom: 3rem;
    height: calc(183px + 7vw);
    align-items: center;
    max-height: 250px;
    display: flex;
    text-align: center;
}
  
td {
overflow: hidden;
}


/* Panel Container Style */
.panel-container {
    margin-top: 2rem;
}

/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
    .panel-container {
        margin-top: 2rem;
    }
    /* .search-input {
        width: 48vw;
    } */
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
    .panel-container {
        margin-top: 2rem;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
    .panel-container {
        margin-top: 5rem;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 576px) {
    .panel-container {
        margin-top: 1rem;
    }

    /* .search-input {
        width: auto;
    } */
}

@media only screen and (min-device-width: 360px) and (max-device-width: 812px) {
    .panel-container {
        margin-top: 2rem;
    }

    /* .search-input {
        width: 48vw;
    } */
}

/* iPhone 6/7/8 (375px wide) */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) {
    .panel-container {
        margin-top: 1rem;
    }

    /* .search-input {
        width: 48vw;
    } */
}

@media only screen and (min-device-width: 340px) and (max-device-width: 882px) {
    .panel-container {
        margin-top: 2rem;
    }

    /* .search-input {
        width: auto;
    } */
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) {
    .panel-container {
        margin-top: 2rem;
    }

    /* .search-input {
        width: 50vw;
    } */
}


@media only screen and (min-device-width: 375px) and (max-device-width: 411px) {
    .panel-container {
        margin-top: 2rem;
    }

    /* .search-input {
        width: auto;
    } */
}

/* iPhone 6/7/8 Plus (414px wide) */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) {
    .panel-container {
        margin-top: 2rem;
    }

    /* .search-input {
        width: 57vw;
    } */
}

@media only screen and (min-device-width: 412px) and (max-device-width: 914px) {
    .panel-container {
        margin-top: 2rem;
    }

    /* .search-input {
        width: auto;
    } */
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .panel-container {
        margin-top: 2rem;
    }

    /* .search-input {
        width: 30vw;
    } */
}

/* @media only screen and (min-device-width: 1025px){

    .search-input {
        width: 30vw;
    }
}

@media only screen and (min-device-width: 1700px){

    .search-input {
        width: 25vw;
    }
}


@media only screen and (min-device-width: 2000px){

    .search-input {
        width: 20vw;
    }
}

@media only screen and (min-device-width: 2700px){

    .search-input {
        width: 15vw;
    }
}


@media only screen and (min-device-width: 3500px){

    .search-input {
        width: 10vw;
    }
} */



@media only screen and (min-device-width: 768px){
        .search-adjust {
          text-align: right !important;
        }
      }

.iot-table {
    table-layout: fixed;
    text-align: left;
    width: 100%;
  }

  .iot-table td {
    vertical-align: top;
    padding: 10px;
  }

  /* Styles for mobile devices */
  @media (max-width: 768px) {
    .iot-table tr {
      display: block;
      width: 100%;
      margin-bottom: 20px;
    }

    .iot-table td {
      display: block;
      width: 100%;
      box-sizing: border-box;
    }

    #iframe-td {
      height: 60vh !important;
    }

    #iframe-td-1 {
        height: 60vh !important;
      }
  }
  
/* .search-adjust {
    width: auto;
  } */
  
  /* Landscape and specific widths */
  /* @media (max-width: 991px) and (orientation: landscape) {
    .search-adjust {
      width: 50%;
    }
  }

  @media (max-width: 940px) and (orientation: landscape) {
    .search-adjust {
      width: 50%;
    }
  }

  @media (max-width: 914px) and (orientation: landscape) {
    .search-adjust {
      width: 50%;
    }
  }

  @media (max-width: 914px) and (orientation: portrait) {
    .search-adjust {
      width: 50%;
    }
  }

  @media (min-width: 992px) and (orientation: landscape) {
    .search-adjust {
      width: 40%;
    }
  }

  @media (max-width: 853px) and (orientation: portrait) {
    .search-adjust {
      width: 30%;
      text-align: right !important;
    }
  }

  @media (max-width: 801px) and (min-width: 768px){
    .search-adjust {
      width: 45%;
    }
  }

  @media (max-width: 767px) and (orientation: landscape) {
    .search-adjust {
      width: 50%;
      text-align: right !important;
    }
  }

  @media (max-width: 740px) and (orientation: landscape) {
    .search-adjust {
      width: 50%;
      text-align: right !important;
    }
  }
  
  @media (max-width: 720px) and (orientation: landscape) {
    .search-adjust {
      width: 50%;
      text-align: right !important;
    }
  }
  
  @media (max-width: 667px) and (orientation: landscape) {
    .search-adjust {
      width: 50%;
      text-align: right !important;
    }
  }
  
  @media (max-width: 568px) and (orientation: landscape) {
    .search-adjust {
      width: 50%;
      text-align: right !important;
    }
  }

  @media (max-width: 551px) and (orientation: landscape) {
    .search-adjust {
      width: 50%;
      text-align: right !important;
    }
  }

  @media (max-width: 538px) and (orientation: landscape) {
    .search-adjust {
      width: 44%;
      text-align: right !important;
    }
  }

  @media (max-width: 482px) and (orientation: landscape) {
    .search-adjust {
      width: 40%;
      text-align: right !important;
    }
  }

  @media (max-width: 447px) and (orientation: landscape) {
    .search-adjust {
      width: 35%;
      text-align: right !important;
    }
  }

  @media (max-width: 429px) and (orientation: landscape) {
    .search-adjust {
      width: auto;
      text-align: right !important;
    }
  }

  @media (max-width: 411px) and (orientation: landscape) {
    .search-adjust {
      width: auto;
      text-align: right !important;
    }
  }


  @media (max-width: 643px) and (min-width: 569px) and (orientation: landscape) {
    .search-adjust {
      width: 50%;
      text-align: right !important;
    }
  } 


  @media (max-width: 470px) and (min-width: 431px) {
    .search-input {
      width: 160px;
    }
  }


  @media (max-width: 430px) and (min-width: 422px) {
    .search-input {
      width: 135px;
    }
  }

  @media (max-width: 421px) and (min-width: 407px) {
    .search-input {
      width: 120px;
    }
  } */

  /* For screens between 387px and 406px */
/* @media (max-width: 406px) and (min-width: 397px) {
    .search-input {
      width: 110px;
    }
  } */
  
  /* For screens between 374px and 386px */
  /* @media (max-width: 396px) and (min-width: 387px) {
    .search-input {
      width: 100px;
    }

    .search-adjust{
        width: auto;
    }
  }

  @media (max-width: 386px) and (min-width: 374px) {
    .search-input {
      width: 90px;
    }

    .search-adjust{
        width: auto;
    }
  }
   */
  /* For screens between 367px and 373px */
  /* @media (max-width: 373px) and (min-width: 365px) {
    .search-input {
      width: 80px;
    }
    .search-adjust{
        width: auto;
    }
  } */
  
  /* For screens between 361px and 366px */
  /* @media (max-width: 364px) and (min-width: 355px) {
    .search-input {
      width: 70px;
    }
    .search-adjust{
        width: auto;
    }
  } */
  
  /* For screens between 349px and 354px */
  /* @media (max-width: 354px) and (min-width: 349px) {
    .search-input {
      width: 65px;
    }
    .search-adjust{
        width: auto;
    }
  } */
  
  /* For screens between 343px and 348px */
  /* @media (max-width: 348px) and (min-width: 344px) {
    .search-input {
      width: 60px;
    }
    .search-adjust{
        width: auto;
    }
  } */
  
  /* For screens between 339px and 342px */
  /* @media (max-width: 344px) and (min-width: 339px) {
    .search-input {
      width: 55px;
    }
    .search-adjust{
        width: auto;
    }
  }
   */
  /* For screens between 332px and 338px */
  /* @media (max-width: 338px) and (min-width: 334px) {
    .search-input {
      width: 50px;
    }
    .search-adjust{
        width: auto;
    }
  } */
  
  /* For screens between 310px and 331px */
  /* @media (max-width: 333px) and (min-width: 325px) {
    .search-input {
      width: 40px;
    }
    .search-adjust{
        width: auto;
    }
  } */
  
  /* For screens between 301px and 309px */
  /* @media (max-width: 309px) and (min-width: 301px) {
    .search-input {
      width: 40px;
    }

    .search-adjust{
        width: auto;
    }
  } */
  
  /* For screens between 240px and 300px */
  /* @media (max-width: 300px) and (min-width: 285px) {
    .search-input {
      width: 40px;
    }
    .search-adjust{
        width: auto;
    }
  }

  @media (max-width: 284px) and (min-width: 270px) {
    .search-input {
      width: 40px;
    }
    .search-adjust{
        width: auto;
    }
  }

  @media (max-width: 269px) and (min-width: 255px) {
    .search-input {
      width: 40px;
    }
    .search-adjust{
        width: auto;
    }
  } */



  .custom-navbar .custom-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  
  .search-form {
    max-width: 100%;
  }
  
  .search-input {
    /* width: 100%; */
    max-width: 300px !important;
    transition: max-width 0.3s ease-in-out;
  }
  
  .tooltip-popup {
    margin-left: 10px;
  }
  
  @media (max-width: 991px) {

    .custom-container{
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .custom-navbar .custom-row {
      flex-wrap: nowrap;
    }
  
    .custom-col-6 {
      flex: 1;
    }
  
    .search-form {
      width: 100%;
    }
  }
  
  @media (max-width:576px){
    .search-input{
        max-width: none !important;
        width:100% !important;
    }
  }