﻿.modal {
    left: auto !important;
    background: none;
    width: 100% !important;
    height: 100% !important;
    max-width: 100%;
    left: auto !important;
    right: 0 !IMPORTANT;
    top: 0px !important;
    -webkit-transform: none !important;
    transform: none !important
}

.modal-dialog {
    max-width: 800px !important;
}

.file-drop-area {
    position: relative;
    display: flex;
    align-items: center;
    width: 80%;
    max-width: 100%;
    padding: 25px;
    border: 2px dashed rgba(50, 50, 50, 0.4);
    border-radius: 3px;
    transition: 0.2s;
    height: 300px;
    display: flex;
    justify-content: center;
    font-family: 'Lato', sans-serif;
}

.fake-btn {
    flex-shrink: 0;
    background-color: rgba(50, 50, 50, 0.04);
    border: 1px solid rgba(50, 50, 50, 0.4);
    border-radius: 3px;
    padding: 8px 15px;
    margin-right: 10px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    color: #505050
}

.file-msg {
    font-size: small;
    font-weight: 300;
    line-height: 2.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Lato', sans-serif;
    color: #505050
}

.files {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}

.cropper-container {
    min-height: 330px;
    margin-bottom: 1rem;
    background-color: white;
    text-align: center;
    width: 400px !important;
    height: 400px !important;
}

.img-container > img {
    max-width: 100%;
}

img {
    vertical-align: middle;
    border-style: none;
}

.cropper-bg {
    height: 100%
}

.hidden {
    display: none;
}

.meter {
    box-sizing: content-box;
    height: 20px; 
    position: relative;
    margin: 0px 0 20px 0; 
    background: #555;
    border-radius: 25px;
    padding: 10px;
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}

.meter > span {
    display: block;
    height: 20px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-radius: 20px;
    /*border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;*/
    background-color: rgb(117, 181, 255);
    background-image: linear-gradient( center bottom, rgb(43, 194, 83) 37%, rgb(84, 240, 84) 69% );
    box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
}

.meter > span:after,
.animate > span > span {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient( -45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent );
    z-index: 1;
    background-size: 50px 50px;
    animation: move 2s linear infinite;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
}

.animate > span:after {
    display: none;
}

@keyframes move {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 50px 50px;
    }
}

.orange > span {
    background-image: linear-gradient(#f1a165, #f36d0a);
}

.red > span {
    background-image: linear-gradient(#f0a3a3, #f42323);
}

.nostripes > span > span,
.nostripes > span::after {
    background-image: none;
}

#page-wrap {
    width: 490px;
    margin: 80px auto;
}

pre {
    background: #000;
    text-align: left;
    padding: 20px;
    margin: 0 auto 30px;
}

.tui-image-editor-container {
    height: 100% !important;
    width: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
}

.tui-image-editor-container .tui-image-editor-header-logo > img,
.tui-image-editor-container .tui-image-editor-controls-logo > img {
    display: none !important;
}

.tui-image-editor-container .tui-image-editor-header-logo,
.tui-image-editor-container .tui-image-editor-controls-logo {
    background: url('../images/o2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: 100px;
    height: 65px;
}

.tui-image-editor-header-buttons {
    display: none;
}

.btn-edit-file {
    cursor: pointer;
    padding: 5px;
    height: fit-content;
    outline: none;
    line-height: 5px;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    justify-content: center;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 2px 1px #505050
}


.btn-delete-file {
    cursor: pointer;
    padding: 5px;
    height: fit-content;
    outline: none;
    line-height: 5px;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    justify-content: center;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 2px 1px #505050
}

#salva-editor {
    background: #2183C2;
    margin: 0 10px;
    color: #fff;
    border-color: #2183C2;
    font-size: 19px;
    height: auto
}

#fecha-editor {
    width: 40px;
    font-size: 19px;
    color: #fff;
    background: #bf0000;
    border-color: #bf0000
}

.exibe_imagem {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC');
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#image {
    display: block;
    max-width: 100%;
}

#teste {
    display: block;
    position: relative
}

.ui-autocomplete {
    position: absolute;
}

.draggable {
    padding-bottom: 20px;
    padding-top: 20px;
    cursor: move;
    border: #000 1px solid;
    text-align: center;
    font-weight: bold
}

.pagination > li {
    cursor: pointer
}

.alert-success h4 {
    color: #155724 !important
}

@media print {
    #bla_bla, #btn_imprimir {
        display: none;
    }
}

.ui-dialog-titlebar-close:before {
    content: "\f00d";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.ui-dialog-titlebar-close {
    cursor: pointer;
    float: right;
    right: 30px;
    position: relative
}

.btn .caret {
    display: none
}

.ui-resizable {
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    left: 0px !important;
    top: 0px !important;
    z-index: 999;
    background: rgba(0,0,0,0.5);
    padding: 40px 12%
}

.ui-widget-content {
    min-height: 500px !important;
}

.topbar {
    background: #000932;
}