html,
body {
    /* height: 100%; isso quebra no resize do iframe, entender necessidade */
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.badge-danger {
    background-color: #a94442 !important;
    color: #fff !important;
}

.btn-retargeting {
    white-space: normal !important;
    min-height: 300px;
}

.btn-retargeting.btn-primary small {
    color: #fff;
}

.btn-retargeting .switch {
    position: absolute;
    right: 30px;
    top: 15px;
}

.label-config {
    position: absolute;
    left: 10px;
    top: 10px;
}

h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

/* David */
#load-button {
    background-color: #e7e7e7;
    text-align: center;
    padding: 200px 0;
}

.select2-container svg {
    width: 20px;
    height: 20px;
}

.label-beta {
    position: absolute !important;
    left: 30px;
    top: 13px !important;
}

.krajee-default.file-preview-frame .kv-file-content {
    overflow: hidden;
}

.kv-upload-progress {
    display: none !important;
}

.content-list-produto {
    max-height: 380px;
    overflow-y: auto;
}

.none {
    display: none;
}

.folder-empty {
    background: #f7f7f7;
    text-align: center;
    padding: 50px 0;
}

.folder-empty svg {
    font-size: 50px;
    color: #d4d4d4;
}

.folder-empty p {
    color: #8d8b8b;
    font-style: italic;
}

#modal-simples .modal-footer {
    text-align: left;
}

.button-list-hide {
    display: none;
    position: absolute;
    right: 20px;
    top: 10px;
}

[data-key] {
    position: relative;
}

[data-key]:hover .button-list-hide {
    display: block !important;
}

.modal-backdrop {
    background-color: #fff;
}

.pagination {
    display: block;
}

#load-preview-whatsapp {
    background: #f6f6f6;
    height: 400px;
    border: 1px solid #e8e8e8;
    position: relative;
}