/* 
    Created on : 2 de jul de 2019, 11:54:05
    Author     : taylo
*/
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.otf');
}

@font-face {
    font-family: 'Neuropol X Font';
    src: url('../fonts/neuropol x rg.ttf');
}

@font-face {
    font-family: 'BF';
    src: url('../fonts/Battlev2.ttf');
}

@font-face {
    font-family: 'Open 24 Display St';
    src: url('../fonts/Open 24 Display St.ttf');
}

@font-face {
    font-family: 'The Led Display St';
    src: url('../fonts/The Led Display St.ttf');
}

@font-face {
    font-family: 'Square';
    src: url('../fonts/Square.ttf');
}


@font-face {
    font-family: 'SciFlySans';
    src: url('../fonts/SciFly-Sans.ttf');
}

body {
    font-family: arial, sans-serif;
    /* background-color: #212121; */
    color: #fff;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

* {
    -webkit-touch-callout: none;
}

.innerContent {}


/* Always set the map height explicitly to define the size of the div
 * element that contains the map. */


/* Optional: Makes the sample page fill the window. */

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.btn {
    display: inline-block;
    min-width: 133px;
    text-align: center;
    color: #ffffff;
    background: #686f5a;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    padding: 10px 5px;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.75);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}

.btn:hover {
    text-decoration: none;
    background: #b5c187;
}

.btn[disabled] {
    display: none;
}

[data-pg='map'] {
    display: flex;
    flex-direction: column;
}

[data-pg='map'] #map {
    flex: 1
}

[data-pg='map'] .marker {}

[data-pg='map'] .marker.anny {}

[data-pg='map'] .marker.my {}

[data-pg='map'] .marker .name {
    display: none;
}

[data-pg='map'] .marker .img {}

[data-pg='map'] .marker .img img {
    width: 25px;
}

[data-pg='map'] .marker.my .img img {}

.window {
    position: absolute;
    width: 580px;
    background-color: #373634;
    display: flex;
    flex-direction: column;
    border: 1px solid #4c4c4c;
    color: #fff;
    box-shadow: 1px 1px 10px 3px #00000061;
    z-index: 3;
    border-image: linear-gradient(to bottom, #ffffff59, rgba(255, 255, 255, 0)) 1;
    max-width: calc(100% - 15px);
}

.window[dragging],
.window[focused] {
    z-index: 4;
    /*border: 1px solid #00F;*/
    box-shadow: 1px 1px 15px 3px #00000081;
}

.window[minimized] {
    z-index: 2;
    box-shadow: 1px 1px 3px 1px #00000061;
}

.window .title-bar {
    display: flex;
    padding: 5px;
    color: #ccc;
    font-size: 12px;
    background-image: linear-gradient(#54534e, #4b4a4800);
}

.window .title-bar .text {
    flex: 1
}

.window .title-bar .btns {
    display: flex;
}

.window .title-bar .btns button {
    background: none;
    border: none;
    color: #fff;
    outline: 0;
}

.window .title-bar .btns button .icon {
    width: 8px;
}

.window .content,
.window .footer {
    padding: 5px;
    flex: 1;
    overflow: auto;
    max-height: 700px;
}

.window button {
    background-image: linear-gradient(#6b6764, #4b4a48);
    border: 1px solid;
    border-color: #6e6d6b;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    padding: 5px;
    padding-right: 10px;
    padding-left: 10px;
    outline: 0;
    border-image: linear-gradient(to bottom, #ffffff59, rgba(255, 255, 255, 0)) 1;
}

.window button[disabled] {
    opacity: 0.5;
}

.window button:hover {
    border-bottom-color: #969591;
}

.window button:active {
    background-image: linear-gradient(#4b4a48, #6b6764);
}

.content .list.generic {
    display: flex;
    flex-direction: column
}

.content .list.generic .item {
    display: flex;
    margin: 3px
}

.content .list.generic .item .info {
    flex: 1
}

.content .list.generic .item .btns {}

.content .form.generic {
    font-size: 11px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
}

.content .form.generic .line,
.content .form.generic .coll {
    display: flex;
    flex: 1;
}

.content .form.generic .coll {
    flex-direction: column;
}

.content .form.generic .coll .input {}

.content .form.generic .input {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
    min-width: 90px;
}

.content .form.generic .input .label,
.content .form.generic .coll .label {
    margin: 5px;
    white-space: nowrap;
    /* max-width: 90px; */
    text-overflow: ellipsis;
    overflow: hidden;
}

.content .form.generic .input input,
.content .form.generic .input select {
    outline: 0;
    flex: 1;
    background: none;
    border: 1px solid #585858;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
    width: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.content .form.generic .input input[type="color"] {
    padding: 0px;
}

.content .form.generic .input select[multiple] {
    overflow: auto;
}

.content .form.generic .input select[multiple] option {
    color: #fff;
}

.content .form.generic .input input[type='checkbox'] {
    height: 20px;
    width: 20px;
    max-width: 20px;
}

select option {
    color: #000;
}

[data-url-fragment] {
    user-select: none;
}

[data-url-fragment] [maximized] {}

[data-url-fragment] [minimized] {}

[data-url-fragment] [minimized] .content,
[data-url-fragment] [minimized] .footer,
[data-url-fragment] [minimized] .btnMinimize {
    display: none;
}

#backgroundVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 0;
}

[data-url-fragment] .flex {
    flex: 1;
}

#splashScreen {
    position: fixed;
    background: #1b1b1b;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
    transition: 1s all;
    transition-timing-function: cubic-bezier(0.7, 0, 0, 0.97);
    background-image: url(../favicons/logo_t.png);
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.initiated #splashScreen {
    right: 50%;
    left: 50%;
    top: 50%;
    bottom: 50%;
    border-radius: 100%;
}

.exiting #splashScreen {}

#backgroundImagem {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 0;
    background-image: url(../imgs/bg5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    opacity: 1;
}

#snackbar {
    visibility: hidden;
    width: 218px;
    margin-left: -125px;
    background-color: #333333c4;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 5;
    left: 50%;
    bottom: 30px;
    backdrop-filter: blur(5px);
    animation: fadein 0.5s;
}


/* Show the snackbar when clicking on a button (class added with JavaScript) */

#snackbar.show {
    visibility: visible;
    /* Show the snackbar */
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
    However, delay the fade out process for 2.5 seconds */
}


/* Animations to fade the snackbar in and out */

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

#notification-bg {
    position: fixed;
    z-index: 10;
    /* background: #cccccc63; */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-content: space-around;
    align-items: center;
    transition: .3s all;
    /* font-family: 'Square'; */
}

#notification-bg #notification[data-notification] {
    position: fixed;
    width: 240px;
    height: auto;
    backdrop-filter: blur(10px);
    transition: all 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
    display: flex;
    overflow: hidden;
    border: 1px solid #187f88;
    border-top-width: 5px;
    background: #004563a6;
    max-width: 550px;
    position: fixed;
    z-index: 6;
    flex-direction: column;
    box-shadow: 0 3px 10px -3px #000000;
    padding: 5px;
}

#notification-bg #notification[data-notification] .title {
    border-bottom: dashed 1px #ffffff57;
    font-weight: bold;
    padding: 3px 0px;
    margin-bottom: 4px;
    font-family: 'Square';
    text-align: center;
}

#notification-bg #notification[data-notification] .content {
    /* font-family: 'Square'; */
}

#notification-bg #notification[data-notification] button {
    background: #e34530ff;
    border-color: #ffffff52;
    color: #fff;
    border: 1px solid;
    padding: 5px;
    margin: 2px;
    font-family: inherit;
}

#notification-bg.show {
    opacity: 1;
}

#notification-bg:has(> div.qr_popup) {
    position: fixed;
    z-index: 10;
    background: #ffffff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-content: space-around;
    align-items: center;
    transition: .3s all;
    color: #000;
}

#notification-bg #notification[data-notification].qr_popup {
    border: none;
    background: #fff;
    box-shadow: none;
    max-height: none;
    display: flex;
    width: 300px;
}

#notification-bg #notification[data-notification].qr_popup .content {
    text-align: center;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    flex: 1;
    align-items: center;
}

#notification-bg #notification[data-notification].qr_popup .content .qrarea {
    text-align: center;
    margin: 25px;
}

#notification-bg #notification[data-notification].qr_popup .content a {
    flex: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre-wrap;
    line-break: anywhere;
    color: #806cff;
    font-size: 22px;
}

#topFixed {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    height: 48px;
    padding: 5px;
    background: #000;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
}

#topFixed .container {
    flex: 1;
}

#topFixed .leftContainer {}

#topFixed .btnBack {
    height: 100%;
}

#topFixed .logo {
    height: 100%;
}