#snippet--flashes {
    position: absolute;
    z-index: 10000;
}

#flash-wrapper {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10;
    line-height: 1.4em;
    padding-left: 20px;
}

#flash-wrapper .flash {
    display: block;
    margin: 5px 0 0 0;
    background: #de9536;
    padding: 20px 40px 20px 20px;
    border-radius: 4px;
    position: relative;
    user-select: none;
    cursor: pointer;
    max-width: 400px;
}

#flash-wrapper .flash .flash-close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #333;
}

#flash-wrapper .flash:hover .flash-close {
    color: #000;
}

#flash-wrapper .flash.error .flash-close,
#flash-wrapper .flash.failure .flash-close,
#flash-wrapper .flash.success .flash-close,
#flash-wrapper .flash.ok .flash-close {
    color: #eee;
}

#flash-wrapper .flash.error:hover .flash-close,
#flash-wrapper .flash.failure:hover .flash-close,
#flash-wrapper .flash.success:hover .flash-close,
#flash-wrapper .flash.ok:hover .flash-close {
    color: #ccc;
}

#flash-wrapper .flash table {
    width: 100%
}

#flash-wrapper .flash.ok, #flash-wrapper .flash.success {
    background-color: #68af1a;
    color: #fff;
}

#flash-wrapper .flash.error, #flash-wrapper .flash.failure {
    background-color: #d24142;
    color: #ddd;
}

#flash-wrapper .flash .timer-background {
    margin-top: 1.5em;
    background-color: rgba(0, 0, 0, 0.25);
}

#flash-wrapper .flash .timer {
    display: block;
    height: 5px;
    background-color: #fff;
    content: " ";
}

#flash-wrapper .flash p {
    margin: 0;
}

#flash-wrapper .flash.ok .timer,
#flash-wrapper .flash.success .timer,
#flash-wrapper .flash.failure .timer,
#flash-wrapper .flash.error .timer {
    background-color: rgba(255, 255, 255, 0.9);
}

.flash-icon {
    padding-right: 15px;
    width: 30px;
    text-align: left;
}

.flash-icon span {
    width: 30px;
    text-align: center;
}

@media only screen and (max-width: 400px) {
    .flash-icon span {
        font-size: 14px;
    }

    #flash-wrapper .flash .timer-background {
        margin-top: 5px;
    }

    #flash-wrapper .flash .flash-close {
        top: 50%;
        margin: -7px 0 0 0;
    }
}
body, html {
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Poppins', sans-serif;
    /*font-family: 'Open Sans', sans-serif;*/
}

[onclick] {
    cursor: pointer;
}

.container {
    padding-left: 20px;
    padding-right: 20px;
}

.card .card-datagrid {
    padding: 0;
}

.card .card-datagrid > .datagrid .table-bordered {
    border: none;
}

.card .card-datagrid > .datagrid thead {
    border-top: none;
}

.datagrid-column-header-additions {
    float: right;
}

.card {
    box-shadow: 0 0 20px 0 rgba(150, 150, 150, .2);
}

h2 {
    margin-bottom: 20px;
}

.row-grid-bottom .col-per-page {
    display: inline-flex;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
}

.row-grid-bottom select {
    max-width: 100px;
}

.dnd-drop-zone {
    width: 100%;
    height: 130px;
    border: 2px dashed #dcdcdc;
    border-radius: 3px;
    text-align: center;
    position: relative;
    color: #666;
    font-size: 20px;
    padding-top: 20px;
}

.dnd-drop-zone input {
    position: absolute;
    cursor: pointer;
    left: 0;
    top: 0;
    opacity: 0;
}

.dnd-drop-zone div {
    margin-bottom: 30px;
}

.dnd-drop-zone .button {
    font-size: 75%;
}

.dnd-drop-zone.mouse-over {
    border-color: #2ecc71;
    color: #2ecc71;
}

.dnd-rop-zone input[type="submit"] {
    display: none;
}

.sidebar .nav .nav-item.nav-item-separator {
    pointer-events: none;
}

.sidebar .nav .nav-item.nav-item-separator > * {
    height: auto;
    padding: 5px 35px;
    color: #528be6;
}

.sidebar .nav .nav-item.nav-item-separator > * > .mdi {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar .nav .nav-item.nav-item-separator > * > .mdi:before {
    content: "";
    width: 35px;
    height: 2px;
    background-color: #e8e8e8;
    margin-left: -5px;
    margin-right: -5px;
}

.hidden {
    display: none;
}

.datepicker.datepicker-dropdown .datepicker-days table.table-condensed thead tr th.dow:first-child, .datepicker.datepicker-inline .datepicker-days table.table-condensed thead tr th.dow:first-child,
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.day:first-child, .datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td.day:first-child,
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.day:last-child, .datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td.day:last-child,
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed thead tr th.dow:last-child, .datepicker.datepicker-inline .datepicker-days table.table-condensed thead tr th.dow:last-child {
    text-align: center;
}

.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.day.today:before, .datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td.day.today:before {

}

.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.day.active:before, .datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td.day.active:before {

}

.profile-image {
    font-size: 20px;
    background: linear-gradient(120deg, #00e4d0, #5983e8);
    border-radius: 90px;
    text-align: center;
    line-height: 40px;
    width: 40px;
    display: inline-block;
}

.profile-image .mdi {
    color: white;
}

.sign-logo {
    max-width: 40%;
    margin-bottom: 2rem;
}


.bloading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 9001;
    display: flex;
    align-items: center;
    justify-content: center;
}

.component-autocomplete .input-wrapper {
    position: relative;
}

.component-autocomplete .input-wrapper input {
    width: 100%;
}

.component-autocomplete .autocomplete-list {
    position: absolute;
    left: 0;
    top: 34px;
    list-style: none;
    background: linear-gradient(120deg, #00e4d0, #5983e8);
    width: 100%;
    color: #fff;
    padding: 0;
    margin: 0;
    z-index: 10;
}

.component-autocomplete .autocomplete-list li a {
    display: block;
    color: #fff;
    padding: 3px 10px;
    text-align: left;
}

.component-autocomplete .autocomplete-list li a:hover, .component-autocomplete .autocomplete-list li a.active {
    background-color: rgba(255, 255, 255, 0.3);
    text-decoration: underline;
}

.brand-logo img,
.brand-logo-mini img {
    max-width: 100%;
    max-height: 40px;
}
#tracy-debug .process-tree {
    list-style-type: none;
    margin-left: 15px;
}

#tracy-debug .timer-panel {
    padding-top: 5px;
}

.card-header {
    background-color: white;
}

.code {
    padding: 15px;
    background: #f9f9f9;
    border: none;
    width: 100%;
    height: auto;
    font-size: 14px;
    font-family: monospace;
    white-space: pre-wrap;
}

.table .col-actions,
.table .col-checkbox {
    width: 1px;
}

.table .col-checkbox {
    max-width: 40px;
    padding: 0 ;
    text-align: center;
}

.table .report-description {
    width: 100%;
    white-space: normal;
}

.sorting-icon {
    font-size: 20px;
}

.datagrid-col-filter-date-range .input-group {
    display: flex;
    align-items: center;
}

.datagrid-col-filter-date-range i {
    display: none;
}

.datagrid-col-filter-date-range input.form-control {
    width: 85px;
    max-width: 85px;
}

.datagrid-col-filter-datte-range-delimiter {
    margin: 0 5px;
}

.datagrid td.col-customerId a,
.datagrid td.col-projectId a {
    margin: -8px -30px;
    cursor: pointer;
    padding: 8px 10px;
    color: #007bff;
    text-decoration: none;
}

.datagrid td.col-customerId a:hover,
.datagrid td.col-projectId a:hover {
    color: #0055b1;
}

.datagrid td.icon,
.datagrid th.icon {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

.datagrid td.icon {
    padding-top: 0;
    padding-bottom: 0;
}

.datagrid td.icon a {
    display: block;
    padding: 8px 10px;
    font-size: 20px;
    text-align: center;
}

.balance-arrow {
    font-size: 28px;
    color: #01ce68;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(1, 206, 104, 0.12);
    border-radius: 3px;
}

.balance-arrow.worse {
    border-color: rgba(255, 0, 0, 0.29);
}

.balance-arrow.worse i {
    color: red;
}

.input-group-prepend i,
.input-group-append i ,
.input-group-adddon i {
    display: flex;
    align-items: center;
    justify-content: center;
}

.input-group-bordered .input-group-prepend,
.input-group-bordered .input-group-append,
.input-group-bordered .input-group-adddon {
    border: 1px solid #d4d4d4;
}

.input-group-prepend {
    border-radius: 3px 0 0 3px;
}

.input-group-append {
    border-radius: 0 3px 3px 0;
}

.form-control, .asColorPicker-input, .dataTables_wrapper select, .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row select, .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number], .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-search__field, .tt-hint, .tt-query, .typeahead {
    font-size: 0.8rem;
    color: #000;
    /*font-family: 'Open Sans', sans-serif;*/
    font-weight: normal;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
}

.form-group label {
    display: block;
    font-weight: normal;
}

.report-item-detail .form-group {
    margin-bottom: 0.5rem;
}

.report-item-summary .table td, .report-item-summary .table th {
    padding: 4px 20px;
}

.report-item-summary .table thead th,
.report-item-summary .table thead td {
    padding-top: 15px;
}

.report-item-summary .table tfoot th,
.report-item-summary .table tfoot td {
    padding-bottom: 15px;
}

.report-item-table .table th {
    padding: 8px 10px;
}

.table thead .col-action {
    font-size: 0;
}

.table th.col-icon {
    width: 27px;
    padding-left: 0;
    padding-right: 0;
}

.table td.col-icon {
    padding: 1px 0;
    min-width: 27px;
    width: 27px;
    max-width: 27px;
    text-align: center;
}

.table .col-icon,
.table .col-date,
.table .col-timeUpdated,
.table .col-amount,
.table .col-price,
.table .col-pay,
.table .col-downloadPdf,
.table .col-downloadReport,
.table .col-actions,
.table .col-nowrap {
    white-space: nowrap;
}

.table tbody td.col-icon i {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
}

.table tbody td.col-icon a {
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0 !important;
}

.table td:last-child,
.table th:last-child {
    padding-right: 20px !important;
}

.table td.col-icon:last-child,
.table th.col-icon:last-child {
    width: 47px;
    min-width: 47px;
}

.page-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px 0;
}

.page-header h1 {
    display: block;
    font-size: 1.6rem;
    margin: 0;
}

.suggester-container .page-loader__spinner,
.suggester-container .loading {
    display: none;
}

.suggested-results-container {
    position: relative;
}

.suggested-results.loaded {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.2);
    z-index: 2;
    font-size: 14px;
}

.suggested-results .suggested-item,
.suggested-results .no-result {
    display: block;
    padding: 5px 15px;
    cursor: pointer;
    border: 1px solid transparent;
}

.suggested-results .suggested-item.selected {
    background: #f2f8f9;
    border-top-color: #a9d6de !important;
    border-bottom-color: #a9d6de !important;
}

.suggested-results .suggested-item:hover {
    background: #f2f8f9;
}

.suggested-results .suggested-item:not(:last-child) {
    border-bottom: 1px solid #f3f3f3;
}

#project-loading-container {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    transition: width .2s ease;
}

#project-loading-container img {
    max-width: 25px;
    max-height: 25px;
}

#project-loading-container.loading {
    font-size: 0 !important;
}

#project-loading-container .loading i {
    display: none;
}

#project-loading-container.info {
    min-width: 40px;
    padding: 0 5px !important;
    width: auto;
    font-size: 12px;
    color: #00ce68;
    font-weight: 500;
}

#project-loading-container.info i {
    display: none;
}

.horizontal-menu-2 .navbar.horizontal-layout-2 .nav-bottom .buttons {
    padding-right: 15px;
}

.encrypted-pass-toggle {
    cursor: pointer;
}

.datagrid .table td img.avatar {
    height: 26px;
    width: 26px;
}

.btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.btn-icon i {
    margin: 0 !important;
}

.btn.btn-xxs {
    padding: 2px 2px;
}

.user-badge{
    border: 1px solid #ddd;
    padding: 9px;
    margin: 3px 15px 3px 0;
    border-radius: 5px;
    position: relative;
}

.user-badge .user-name{
    font-size: 14px;
}

.user-badge a.delete-btn{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background-color: rgba(230, 82, 81, 0.9);
    color: #fff;
    display: none;
    /*background-color: */
}

.user-badge:hover a.delete-btn{
    display: flex;
}

table.table-periodic-items th, table.table-periodic-items td{
    padding: 8px 15px;
}

.screen-holder{
    position: relative;
}
.screen-holder .refresh-screenshot{
    width:100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: rgba(48, 142, 224, 0.91);
    color: #fff;
    position: absolute;
}
.screen-holder:hover .refresh-screenshot{
    display: flex;
}

table.table-h-sm td, table.table-h-sm th{
    padding-left: 20px;
    padding-right: 20px;
}

.card-weather .weather-data {
    padding: 0 0 3rem;
}

.select2-hidden-accessible{
    /* Original select cannot be hidden entirely - for more information please contact M.K. */
    /*display: none !important;*/
}

.invoice-list td.col-total{
    white-space: nowrap;
}