.rtb-inner-grid-container {
    padding-left: 0px !important;
}

.select_btn {
    margin-right: 0px !important;
    margin-top: 0px !important;
    background-color: white;
    font-size: 12px;
    padding: 6px 12px;
}

.select_btn.active {
    background-color: #e5e6e6;
}

.select_btn:hover {
    background-color: #e5e6e6;
}

span.rtb-status-active {
    background-color: #00aa00;
}

span.rtb-status-inactive {
    background-color: #dd0000;
}

span.rtb-status {
    color: white;
    padding: 4px 3px;
}

.rtb-creative-preview iframe {
    border: none;
}

.rtb-type {
    min-width: 105px;
    max-width: 105px;
    text-align: center;
    padding: 0 !important;
}

.rtb-limit-width {
    min-width: 200px;
    max-width: 200px;
    word-wrap: break-word;
    overflow: auto;
}

.rtb-short-width {
    min-width: 100px;
    max-width: 100px;
    word-wrap: break-word;
    overflow: auto;
}

.rtb-limit-height {
    max-height: 200px;
    overflow: auto;
}

.rtb-status-td {
    width: 81px;
    white-space: nowrap;
}

.thirdParty {
    min-width: 150px;
    max-width: 185px;
}

#select-buttons .rtb-set-selector-container {
    height: 43px;
    line-height: 33px;
    display: flex;
}

.rtb-grid-filters .selectize-control > .selectize-dropdown {
    border: 1px solid #e2e2e2;
    width: 320px;
}

.disabled a {
    pointer-events: none !important;
    cursor: default;
    color: black;
}

/* ============================================================================================================= */

div.rtb-edit-creative-cont input,
div.rtb-edit-creative-cont textarea {
    max-width: 500px;
}

div.rtb-edit-creative {
    border: 1px solid #CCCCCC;
    padding: 20px;
    background: #ffffff;
}

div.rtb-edit-creative .form-control[readonly],
div.rtb-edit-creative .form-control[disabled] {
    border-bottom-style: solid;
    color: #888;
}

div.rtb-edit-creative .selectize-input.disabled {
    color: #888;
    opacity: 1;
}


