﻿
/*@import url("uniform.css");*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');




/*
Meus Styles
*/
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.table-roboto {
    font-family: 'Roboto', sans-serif;
}

.inline-container {
    white-space: nowrap; /* Prevent line break */
}

.inline-item {
    display: inline-block;
    vertical-align: middle; /* Align items vertically centered */
    margin-right: 10px; /* Optional: Add some spacing between items */
}

.icon-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(24px, 1fr)); /* Adjust 24px to the size of your icons */
    gap: 5px; /* Optional: space between icons */
}

    .icon-container i, .icon-container img {
        display: block;
    }

.flutuante {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    padding: 10px;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    prevent horizontal scrollbar overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
}

button[data-role='ui-close'] {
    display: none;
}

.res {
    margin-top: 15px;
}

.hidden {
    display: none;
}

input[type="text"]:read-only {
    /*color: lightgray;*/
}

textarea:read-only:not([read-only="false"]) {
    /*color: lightgray;*/
}

.img-responsive {
    width: auto;
    height: 100%;
}

.container-ratio {
    aspect-ratio: 16 / 3;
    width: 100%; /* ou um valor fixo */
    overflow: hidden;
}

    .container-ratio img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* ou `contain` se quiser ver tudo, mas pode criar bordas */
        object-position: center;
    }

.navbar {
    margin-bottom: 1rem;
}

.logo_banco {
    max-height: 32px;
}

.btn-grid {
    min-width: 16px;
}

btn-grid::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.loadinggif {
    background: url('~/images/ajax-loader.gif') no-repeat right center;
}

.print-toolbox {
    position: relative;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: auto;
}

.caret_ {
    display: inline-block;
    width: 0px;
    height: 0px;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

#content_relatorio {
    background: none repeat scroll 0 0 #333;
    margin-left: 220px;
    margin-right: 0;
    padding-bottom: 25px;
    position: relative;
    min-height: 100%;
    width: auto;
    height: 100%;
}

#content_relatorio_inner {
    background: none repeat scroll 0 0 #333;
    margin-right: 0;
    position: relative;
    min-height: 100%;
    width: auto;
    height: 100%;
}


.valor, .direita {
    text-align: right;
}

.digito {
    max-width: 45px;
}

.middle {
    vertical-align: middle;
}


.textosimples {
}

.observacoes {
    width: 100vw;
    height: 100vh;
}

.inativo {
    color: silver;
    font-style: italic;
}

.normal {
    font-style: normal;
    font-weight: normal;
}

.negrito {
    font-weight: bold;
}

.negativo {
    font-style: normal;
    font-weight: normal;
    color: red;
}

.group1 {
    background-color: lightgray;
    font-weight: 300;
    font-size: inherit;
}

.group2 {
    background-color: lightgray;
    font-weight: bold;
    font-size: initial;
}

.italico {
    font-style: oblique;
}

.tab1 {
    padding-left: 1em;
}

.tab2 {
    padding-left: 2em;
}

.tab3 {
    padding-left: 3em;
}

.font2x {
    font-size: large;
}



input[readonly] {
    background-color: lightgray;
}

.liltitle {
    font-size: 16px;
    font-weight: bold;
}

.darkred {
    color: #8b0000;
}
.red {
    color: red;
}

.green {
    color: darkgreen;
}

.darkblue {
    color: darkblue;
}

.blue {
    color: blue;
}

.orange {
    color: darkorange;
}

.linkSelecionado {
    font-style: italic
}

.ATIVO {
    font-size: 22px;
    font-weight: bold;
    color: white;
    background-color: green !important
}

.INATIVO {
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    border-color: red; /* Set border color to red */
    background-color: #ffdddd; /* Set background color to a light red/pink */
    color: gray; /* Set text color to dark red */
}

.CANCELADO {
    font-size: initial;
    border-color: darkred; /* Set border color to red */
    background-color: #ffdddd; /* Set background color to a light red/pink */
    color: darkred; /* Set text color to dark red */
}

.DIGITAÇÃO {
    font-size: 22px;
    font-weight: bold;
    color: black;
}

.PENDENTE {
    font-size: 22px;
    font-weight: bold;
    color: blue;
}

.COMPRADO {
    font-size: 22px;
    font-weight: bold;
    color: green;
}

.CANCELADO {
    font-size: 22px;
    font-weight: bold;
    color: red;
}

.RECEBIDO {
    font-size: 22px;
    font-weight: bold;
    color: gray;
}

/* Styles go here */

.jumbotron-header {
    padding-bottom: 9px;
    margin: 20px 0 30px;
}

.modal-success {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dff0d8), to(#c8e5bc));
    background-image: -webkit-linear-gradient(#dff0d8 0%, #c8e5bc 100%);
    background-image: -moz-linear-gradient(#dff0d8 0%, #c8e5bc 100%);
    background-image: -o-linear-gradient(#dff0d8 0%, #c8e5bc 100%);
    background-image: linear-gradient(#dff0d8 0%, #c8e5bc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
    border-color: #b2dba1;
    border-radius: 6px 6px 0 0;
}

.modal-info {
    background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#d9edf7), to(#b9def0));
    background-image: -webkit-linear-gradient(#d9edf7 0%, #b9def0 100%);
    background-image: -moz-linear-gradient(#d9edf7 0%, #b9def0 100%);
    background-image: -o-linear-gradient(#d9edf7 0%, #b9def0 100%);
    background-image: linear-gradient(#d9edf7 0%, #b9def0 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
    border-color: #9acfea;
    border-radius: 6px 6px 0 0;
}

.modal-warning {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcf8e3), to(#f8efc0));
    background-image: -webkit-linear-gradient(#fcf8e3 0%, #f8efc0 100%);
    background-image: -moz-linear-gradient(#fcf8e3 0%, #f8efc0 100%);
    background-image: -o-linear-gradient(#fcf8e3 0%, #f8efc0 100%);
    background-image: linear-gradient(#fcf8e3 0%, #f8efc0 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
    border-color: #f5e79e;
    border-radius: 6px 6px 0 0;
}

.modal-danger {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2dede), to(#e7c3c3));
    background-image: -webkit-linear-gradient(#f2dede 0%, #e7c3c3 100%);
    background-image: -moz-linear-gradient(#f2dede 0%, #e7c3c3 100%);
    background-image: -o-linear-gradient(#f2dede 0%, #e7c3c3 100%);
    background-image: linear-gradient(#f2dede 0%, #e7c3c3 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
    border-color: #dca7a7;
    border-radius: 6px 6px 0 0;
}

.modal-silver {
    background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%), radial-gradient(at top center, rgba(255,255,255,0.40) 0%, rgba(0,0,0,0.40) 120%) #989898;
    background-blend-mode: multiply,multiply;
}

/*.modal:nth-of-type(even) {
    z-index: 1062 !important;
}

.modal-backdrop.show:nth-of-type(even) {
    z-index: 1061 !important;
}
*/

.flex-container {
    width: 100%;
    /*min-height: 300px; */
    /*margin: 0 auto;*/
    display: -webkit-flex; /* Safari */
    display: flex; /* Standard syntax */
}

    .flex-container .column {
        padding: 10px;
        -webkit-flex: 1; /* Safari */
        -ms-flex: 1; /* IE 10 */
        flex: 1; /* Standard syntax */
    }

        .flex-container .column.bg-alt {
        }

/* The container */
.check-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .check-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.check-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#loading {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 2000;
}

#loadingcontent {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#loadingspinner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    font-size: larger;
    padding-top: 80px;
}


.inner-table-container {
    height: calc(100vh - 180px); /* Set the height to viewport height */
    overflow: hidden;
}

.finance-table-container {
    height: calc(100vh - 340px); /* Set the height to viewport height */
    overflow: hidden;
}

.sales-price-table-container {
    height: calc(100vh - 620px); /* Set the height to viewport height */
    overflow: hidden;
}

.report-container {
    height: calc(100vh - 320px); /* Set the height to viewport height */
    overflow: hidden;
    font-family: ui-sans-serif,-apple-system,system-ui,'Segoe UI',Helvetica,'Apple Color Emoji',Arial,sans-serif,'Segoe UI Emoji','Segoe UI Symbol'
}

.page-container {
    display: flex;
    flex-direction: column; /* Organiza os elementos em uma coluna */
    height: 100vh; /* Ocupa toda a altura da tela */
}

.table-scroll {
    max-height: 100%; /* Limita a altura ao espaço disponível */
    overflow-y: auto;
}

.table-container {
    height: calc(100vh - 280px);  
    overflow: hidden;   
}

.table-movestoque-container {
    height: calc(100vh - 515px);
    overflow: auto;
}

.table-items-container {
    height: calc(80vh - 250px); /* Set the height to viewport height */
    overflow: hidden;
}

.table-items-scroll {
    overflow-x: auto;
    overflow-y: scroll; /* Enable vertical scrolling */
    height: calc(50% - 250px); /* Adjust based on the height of the header */
}

#indexTable {
    width: 100%; /* Make the table fill the width of the container */
}

    #indexTable th {
        position: sticky;
        top: 0;
        background-color: white; /* Adjust as needed */
    }


/*
.btn {
    min-width: 100px;
}



.btn-fa-info {
    font-family: FontAwesome;
    content: "\f1ea";
}

.login::before {
    font-family: "FontAwesome 5 Free";
    font-weight: 900;
    content: "\f007";
}

.tps::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f1ea";
}

.twitter::before {
    font-family: "Font Awesome 5 Brands";
    content: "\f099";
}

.dialog-relatorio {
    position: absolute;
    top: 300px;
    transform: translateX(-50%) translateY(-50%);
}

.dialog-mensagem {
    position: absolute;
    left: 30%;
    margin-bottom: 120px;*/
/*transform: translateX(-50%) translateY(-50%);*/
/*}



.navbar ._nav > li > .dropdown-menu::after {
    position: absolute;
    top: -10px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: "";
}

.panel-heading {
    padding-bottom: 15px;
}

.ui-autocomplete {
    position: absolute;
    cursor: default;*/
/*z-index:1001 !important;*/
/*max-height: 100px;
    overflow-y: auto;*/
/* prevent horizontal scrollbar */
/*overflow-x: hidden;
}

    .ui-autocomplete.source:hover {
        background: #454545;
    }

.ui-menu .ui-menu-item a {
    background: red;
    height: 10px;
    font-size: 8px;
}

.ui-autocomplete-loading {
    background: white url("./images/ui-anim_basic_16x16.gif") right center no-repeat;
}


.input_sm2 {
    max-width: 125px;
}



.full_scroll {
    position: absolute;
    height: 80%;
    width: 95%;
    overflow: auto;
    background: #fff;
    padding-left: 30px;
    padding-right: 10px;
}

.report-header {
    display: none;
}

.divModal {
    display: none;
}*/

/* Transparent Overlay */
/*.loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }*/

/* :not(:required) hides these rules from IE9 and below */
/*.loading:not(:required) {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
            -ms-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
        }*/

/* Animation */
/*@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}*/

/* End WAIT INDICATOR */

/*
================================================================= 
 Basic
=================================================================== 
*/

/*body {
    background: #F5F5F5;
    color: #333;
    border: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

a {
    color: #646464;
}

hr {
    height: 2px;
    border: none;*/
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIwLjI1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWY5ZjkiIHN0b3Atb3BhY2l0eT0iMC4yNSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, rgba(249,249,249,0.25) 0%, rgba(249,249,249,1) 50%, rgba(249,249,249,0.25) 100%);*/ /* FF3.6+ */
/*background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(249,249,249,0.25)), color-stop(50%,rgba(249,249,249,1)), color-stop(100%,rgba(249,249,249,0.25)));*/ /* Chrome,Safari4+ */
/*background: -webkit-linear-gradient(left, rgba(249,249,249,0.25) 0%,rgba(249,249,249,1) 50%,rgba(249,249,249,0.25) 100%);*/ /* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(left, rgba(249,249,249,0.25) 0%,rgba(249,249,249,1) 50%,rgba(249,249,249,0.25) 100%);*/ /* Opera 11.10+ */
/*background: -ms-linear-gradient(left, rgba(249,249,249,0.25) 0%,rgba(249,249,249,1) 50%,rgba(249,249,249,0.25) 100%);*/ /* IE10+ */
/*background: linear-gradient(to right, rgba(249,249,249,0.25) 0%,rgba(249,249,249,1) 50%,rgba(249,249,249,0.25) 100%);*/ /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40f9f9f9', endColorstr='#40f9f9f9',GradientType=1 );*/ /* IE6-8 */
/*}

.noMarginLeft {
    margin-left: 0px !important;
}

h1 {
    font-size: 32px;
    line-height: 32px;
    font-weight: 300;
}

h2 {
    font-size: 16px;
    line-height: 16px;
}

h3 {
    font-size: 15px;
    line-height: 15px;
}

h4 {
    font-size: 14px;
    line-height: 14px;
}

h5 {
    font-size: 13px;
    line-height: 13px;
}

h6 {
    font-size: 12px;
    line-height: 12px;
}*/

/* Header Section
=================================================================== */
/*.navbar {
    position: relative;
    min-height: 50px;
    margin-top: 10px;
    margin-bottom: 20px;
}*/



/* Content and Main Elements
=================================================================== */

/*#content {
    background: #f8f8f8;
    filter: none;
    min-height: 100%;
    position: static;
    flex: 1;
}*/

/*.breadcrumb {
    margin: -28px -28px 28px -28px;
    line-height: 34px;
    background: #eee;
    border: 0px;
    color: #aaa;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

    .breadcrumb span {
        text-shadow: 1px 1px 0px #fff;
    }

    .breadcrumb a {
        color: #aaa;
        text-shadow: 0px 1px 1px #fff;
    }

        .breadcrumb a:hover {
            color: #646464;
            text-shadow: 0px 1px 1px #fff;
            text-decoration: none;
        }*/


/* Quick Buttons
=================================================================== */

/*.quick-button {
    border: 1px solid #ddd;
    margin-bottom: -1px;
    padding: 30px 0px 10px 0px;
    font-size: 14px;
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #fafafa, #efefef);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#efefef));
    background-image: -webkit-linear-gradient(top, #fafafa, #efefef);
    background-image: -o-linear-gradient(top, #fafafa, #efefef);
    background-image: linear-gradient(to bottom, #fafafa, #efefef);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fafafa', endColorstr='#efefef', GradientType=0);
    -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, .8);
    -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, .8);
    box-shadow: 0 1px 0px rgba(255, 255, 255, .8);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: block;
    color: #646464;
    text-shadow: 0 1px 0px rgba(255, 255, 255, .6);
    text-align: center;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .quick-button:hover {
        text-decoration: none;
        border-color: #a5a5a5;
        color: #444444;
        text-shadow: 0 1px 0px rgba(255, 255, 255, 1);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.25);
        -moz-box-shadow: 0px 0px 3px rgba(0,0,0,.25);
        box-shadow: 0px 0px 3px rgba(0,0,0,.25);
    }

        .quick-button:hover .notification {
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.6);
            -moz-box-shadow: 0px 0px 3px rgba(0,0,0,.6);
            box-shadow: 0px 0px 3px rgba(0,0,0,.6);
        }

    .quick-button i {
        font-size: 32px;
    }*/

/* Quick Buttons Metro Style
=================================================================== */

/*.quick-button.metro {
        position: relative;
        color: #fff;
        text-shadow: 0 1px 1px rgba(0, 0, 0, .25);
        filter: none;
        padding: 30px 10px 0px 10px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

        .quick-button.metro p {
            text-align: left;
            margin-top: 20px;
        }

        .quick-button.metro:hover {
            color: rgba(255,255,255,.9);
            text-shadow: none;
        }

        .quick-button.metro i {
            font-size: 64px;
            text-align: center !important;
            color: #fff;
        }

        .quick-button.metro .badge {
            text-align: center !important;
            position: absolute;
            top: 50%;
            left: 70%;
            background: none;
            text-shadow: 0 1px 1px rgba(0, 0, 0, .25);
        }*/


/* Quick Buttons Small
=================================================================== */

/*.quick-button-small {
    border: 1px solid #ddd;
    padding: 15px 0px 0px 0px;
    font-size: 10px;
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #fafafa, #efefef);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#efefef));
    background-image: -webkit-linear-gradient(top, #fafafa, #efefef);
    background-image: -o-linear-gradient(top, #fafafa, #efefef);
    background-image: linear-gradient(to bottom, #fafafa, #efefef);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fafafa', endColorstr='#efefef', GradientType=0);
    -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, .8);
    -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, .8);
    box-shadow: 0 1px 0px rgba(255, 255, 255, .8);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: block;
    color: #646464;
    text-shadow: 0 1px 0px rgba(255, 255, 255, .6);
    text-align: center;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .quick-button-small:hover {
        text-decoration: none;
        border-color: #a5a5a5;
        color: #444444;
        text-shadow: 0 1px 0px rgba(255, 255, 255, 1);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.25);
        -moz-box-shadow: 0px 0px 3px rgba(0,0,0,.25);
        box-shadow: 0px 0px 3px rgba(0,0,0,.25);
    }

        .quick-button-small:hover .notification {
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.6);
            -moz-box-shadow: 0px 0px 3px rgba(0,0,0,.6);
            box-shadow: 0px 0px 3px rgba(0,0,0,.6);
        }

    .quick-button-small i {
        font-size: 20px;
    }*/


/* Forms
=================================================================== */

/*.form-actions {
    padding: 19px 20px 20px;
    margin: 20px -10px -30px -10px;
    background-color: #eee;
    border-top: 1px solid #eee;
    *zoom: 1;
}

    .form-actions:before,
    .form-actions:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .form-actions:after {
        clear: both;
    }*/


/* Alert Boxes
=================================================================== */
/*.alert {
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 15px;
    position: relative;
    padding: 14px 40px 14px 18px;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

    .alert.alert-success {
        background-color: #edf6e5 !important;
        color: #7a9659 !important;
        border: 1px solid #9fc76f !important;
    }

    .alert.alert-error {
        background-color: #fdeaea !important;
        color: #ca6f74 !important;
        border: 1px solid #f27b81 !important;
    }

.alert {
    background-color: #fffee1 !important;
    color: #daac50 !important;
    border: 1px solid #f5c056 !important;
}

    .alert.alert-info {
        background-color: #e9f8ff !important;
        color: #5d9fa9 !important;
        border: 1px solid #75c7d3 !important;
    }*/

/* Tables
=================================================================== */

/*.table th,
.table td {
    border-top: 1px solid #eee;
}

.table-bordered {
    border-color: #eee;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

    .table-bordered th,
    .table-bordered td {
        border-left: 1px solid #eee;
    }

    .table-bordered thead:first-child tr:first-child > th:first-child,
    .table-bordered tbody:first-child tr:first-child > td:first-child,
    .table-bordered tbody:first-child tr:first-child > th:first-child {
        -webkit-border-radius: 0px !important;
        -moz-border-radius: 0px !important;
        border-radius: 0px !important;
    }

    .table-bordered thead:first-child tr:first-child > th:last-child,
    .table-bordered tbody:first-child tr:first-child > td:last-child,
    .table-bordered tbody:first-child tr:first-child > th:last-child {
        -webkit-border-radius: 0px !important;
        -moz-border-radius: 0px !important;
        border-radius: 0px !important;
    }

    .table-bordered thead:last-child tr:last-child > th:first-child,
    .table-bordered tbody:last-child tr:last-child > td:first-child,
    .table-bordered tbody:last-child tr:last-child > th:first-child,
    .table-bordered tfoot:last-child tr:last-child > td:first-child,
    .table-bordered tfoot:last-child tr:last-child > th:first-child {
        -webkit-border-radius: 0px !important;
        -moz-border-radius: 0px !important;
        border-radius: 0px !important;
    }

    .table-bordered thead:last-child tr:last-child > th:last-child,
    .table-bordered tbody:last-child tr:last-child > td:last-child,
    .table-bordered tbody:last-child tr:last-child > th:last-child,
    .table-bordered tfoot:last-child tr:last-child > td:last-child,
    .table-bordered tfoot:last-child tr:last-child > th:last-child {
        -webkit-border-radius: 0px !important;
        -moz-border-radius: 0px !important;
        border-radius: 0px !important;
    }

    .table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
        -webkit-border-radius: 0px !important;
        -moz-border-radius: 0px !important;
        border-radius: 0px !important;
    }

    .table-bordered caption + thead tr:first-child th:first-child,
    .table-bordered caption + tbody tr:first-child td:first-child,
    .table-bordered colgroup + thead tr:first-child th:first-child,
    .table-bordered colgroup + tbody tr:first-child td:first-child {
        -webkit-border-radius: 0px !important;
        -moz-border-radius: 0px !important;
        border-radius: 0px !important;
    }

    .table-bordered caption + thead tr:first-child th:last-child,
    .table-bordered caption + tbody tr:first-child td:last-child,
    .table-bordered colgroup + thead tr:first-child th:last-child,
    .table-bordered colgroup + tbody tr:first-child td:last-child {
        -webkit-border-radius: 0px !important;
        -moz-border-radius: 0px !important;
        border-radius: 0px !important;
    }*/

/*.pagination ul {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    .pagination ul > li:first-child > a,
    .pagination ul > li:first-child > span {
        -webkit-border-bottom-left-radius: 0px;
        border-bottom-left-radius: 0px;
        -webkit-border-top-left-radius: 0px;
        border-top-left-radius: 0px;
        -moz-border-radius-bottomleft: 0px;
        -moz-border-radius-topleft: 0px;
    }

    .pagination ul > li:last-child > a,
    .pagination ul > li:last-child > span {
        -webkit-border-top-right-radius: 0px;
        border-top-right-radius: 0px;
        -webkit-border-bottom-right-radius: 0px;
        border-bottom-right-radius: 0px;
        -moz-border-radius-topright: 0px;
        -moz-border-radius-bottomright: 0px;
    }*/


/* Retina Display Hack
=================================================================== */
/*@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {

    .timeslot .task .arrow {
        background: url(../img/timeline-left-arrow@2x.png) no-repeat;
        background-size: 100%;
    }

    .timeslot.alt .task .arrow {
        background: url(../img/timeline-right-arrow@2x.png) no-repeat;
        background-size: 100%;
    }

    ul.chat li.left .message .arrow {
        background: url(../img/chat-left@2x.png) no-repeat 0px 0px;
        background-size: 100%;
    }

    ul.chat li.right .message .arrow {
        background: url(../img/chat-right@2x.png) no-repeat 0px 0px;
        background-size: 100%;
    }

    ul.chat.metro li.left .message .arrow {
        background: url(../img/chat-left-metro@2x.png) no-repeat 0px 0px;
        background-size: 100%;
    }

    ul.chat.metro li.right .message .arrow {
        background: url(../img/chat-right-metro@2x.png) no-repeat 0px 0px;
        background-size: 100%;
    }
}

cssDetail {
    "fa fa-info btn btn-warning btn-grid";
}*/

/*
    MODAL

body .modal-admin {
    /* new custom width 
    width: 560px;
     must be half of the width, minus scrollbar on the left (30px) 
    margin-left: -280px;
    text-align: center;
    padding: 0 !important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}


*/
/* Lightbox */
.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

    .lightbox.active {
        display: flex;
    }

.lightbox-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    animation: zoomIn 0.3s;
}

    .lightbox-content img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        max-height: 90vh;
    }

.lightbox-close {
    position: absolute;
    top: -40px;
    right: 0;
    font-size: 35px;
    color: white;
    cursor: pointer;
    background: none;
    border: none;
    transition: transform 0.2s;
}

    .lightbox-close:hover {
        transform: scale(1.2);
    }

@keyframes zoomIn {
    from {
        transform: scale(0.5);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}