/* ================= */
/* === IMPORT ====== */
/* ================= */

@import url("jquery-ui/jquery-ui.css");
@import url("../../admin/template/css/variables.php");
@import url("../../admin/template/css/lightbox.css");
@import url("../../admin/template/css/input.css");
@import url("slider.css");
@import url("mobile.css");
@import url("main.css");
@import url("user.css");
@import url("tooltipster.bundle.min.css");

/* ================= */
/* === FONT ======== */
/* ================= */

@import url("fonts.css");
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');


/* ====================== */
/* === THEME COLORS ===== */
/* ====================== */
.theme-blue {
    background: #2196F3;
}

/* rgba(33, 150, 243, 1) */
.theme-red {
    background: #ff0f17;
}

/* rgba(255, 15, 23, 1) */
.theme-green {
    background: #40c146;
}

/* rgba(64, 193, 70, 1) */
.theme-yellow {
    background: #ecec33;
}

/* rgba(236, 236, 51, 1) */
.theme-gray {
    background: #c5c6cf
}

.theme-blue-color {
    color: #2196F3;
}

/* rgba(33, 150, 243, 1) */
.theme-red-color {
    color: #ff0f17;
}

/* rgba(255, 15, 23, 1) */
.theme-green-color {
    color: #40c146;
}

/* rgba(64, 193, 70, 1) */
.theme-yellow-color {
    color: #ecec33;
}

/* rgba(236, 236, 51, 1) */
.theme-gray-color {
    color: #c5c6cf
}

/* ===================== */
/* === THEME ITEMS ===== */
/* ===================== */
.theme-btn {
    border-radius: 2px;
    border: none;
    text-transform: uppercase;
    font-weight: 300;
    box-shadow: 0 0 15px -6px #8a8a8a;
    transition: .2s;
}

.theme-btn-border {
    border: 1px solid #f1f1f1;
}

/* ===================== */
/* === RESET RULES ===== */
/* ===================== */

* {
    margin: 0;
    padding: 0;
    resize: none;
    outline-width: 0;
    outline: none !important;
}

::-webkit-scrollbar-track {
    background-color: #323640;
}

::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #959595;
}

/* --- SCROLLBAR FOR THE LISTS --- */
ul::-webkit-scrollbar-track {
    background-color: #fbfbfb;
}

ul::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

ul::-webkit-scrollbar-thumb {
    background-color: #c7c7c7;
}


::selection {
    background: #4f5466; /* WebKit/Blink Browsers */
    color: white;
}

::-moz-selection {
    background: #4f5466; /* Gecko Browsers */
    color: white;
}


.ui-button::selection, .ui-button ::selection {
    background: transparent;
}

.ui-button::-moz-selection, .ui-button ::-moz-selection {
    background: transparent;
}

.ui-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

::-webkit-input-placeholder {
    font-style: italic;
}

:-moz-placeholder {
    font-style: italic;
}

::-moz-placeholder {
    font-style: italic;
}

:-ms-input-placeholder {
    font-style: italic;
}

/* Disable text highlighting */
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                       supported by Chrome and Opera */
}

/* == */

input, textarea {
    text-overflow: ellipsis;
    font-family: "Roboto", sans-serif;
}

html, body, form {
    margin: 0px;
    padding: 0px;
}


html {
    height: 100%;
}

img {
    border: 0px;
}

body {
    min-height: 100%;
    position: relative;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #575757;
    background: #FAFAFA;
    padding-bottom: 70px;
}

body.is_logged_in,
body.is_logged_in.swal2-shown {
    overflow-y: scroll;
}

/* == */

a {
    font-weight: normal;
    text-decoration: none !important;
    color: #3a3a3a;
}

a:hover {
    text-decoration: none;
    color: #3a3a3a;
}


/* == */

h1, h2, h3, h4 {
    color: #3a3a3a;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

h1 {
    font-size: 1.88em;
    line-height: 1em;
}

h2 {
    font-size: 1.3em;
    line-height: 1em;
}

h3 {
    font-size: 1.2em;
    line-height: 1em;
}

h4 {
    font-size: 1em;
    line-height: 1em;
}

ul, li {
    margin: 0px;
    padding: 0px;
}

select {
    border: none;
    border: 1px solid #dbdbdb;
    border-radius: 6px;
    height: 30px;
    background: url('../img/web/select_bg.png') center repeat;
}

textarea {
    background: url('../img/web/textarea_bg.png') top repeat-x white;
    border: none;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    width: 100%;
    padding-top: 5px;
    padding-left: 5px;
}

input.company_search {
    width: 100%;
    max-width: 990px;
    height: 48px;
    border: none;
    border: 1px solid #dddddd;
    border-radius: 8px;
    font-size: 16px;
    padding-left: 10px;
    -webkit-box-shadow: 0px 16px 33px -15px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 16px 33px -15px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 16px 33px -15px rgba(0, 0, 0, 0.07);
}

.text_centre {
    width: 100%;
    text-align: center;
}

.t_centre {
    text-align: center;
}

.hide {
    display: none;
}

.half-hide {
    opacity: .5;
}

.pointer {
    cursor: pointer;
}

.not-allowed {
    cursor: not-allowed !important;
}

input[type="text"], textarea {
    outline: none;
}

.extra-small-icon {
    font-size: 12px;
    color: #bebebe;
    cursor: pointer;
    transition: .1s;
}

.extra-small-icon:hover {
    color: #333741;
}

.small-icon {
    font-size: 15px;
    color: #333741;
    cursor: pointer;
    transition: .1s;
    padding: 10px;
    margin-left: -10px;
}

.small-icon:hover {
    font-size: 17px;
    color: #494f5c;
}

.capitalize {
    text-transform: capitalize;
}

.swal2-modal {
    border-radius: 2px !important;
}

.normal-client-link {
    color: #3a3a3a !important;
    text-transform: initial !important;
    font-weight: initial !important;
}

.red-border {
    border: 1px solid #ff0f17;
}

.font-bold {
    font-weight: bold;
}

.width-100 {
    width: 100px;
}

.flex-block {
    display: flex;
}

.flex-center {
    align-items: center;
}

.flex-space,
.space-between {
    justify-content: space-between;
}

/* ========================= */
/* === JQUERY RESET ======== */
/* =========================*/

.ui-autocomplete {
    z-index: 9999;
}

.ui-menu {
    border-radius: 4px;
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.14);
}

.ui-menu-item:hover {
    border: none;
    background: gray;
}

/* ========================= */
/* === BOOTSTRAP RESET ===== */
/* =========================*/

*:focus {
    outline: none !important;
}

.modal-backdrop {
    background-color: rgba(4, 4, 4, 0.99);
}

body.modal-open {
    padding-right: 0 !important;
}


.navbar-default {
    background: #323640;
    border-radius: 0px;
}

.navbar {
    border: 0px;
    border-bottom: 3px solid #4f5466;
    margin-bottom: 0px;
}

.navbar-brand {
    float: initial;
    line-height: 25px;
}

.navbar-nav {
    margin: 0px;
}

.navbar-form {
    border: none;
}

.tooltip {
    position: relative !important;
    opacity: 1 !important;
    z-index: 1 !important;
}


.navbar-nav > li > a {
    line-height: 50px;
    transition: .2s;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #a7a7a7;
    background-color: transparent;
}

/* .top-navbar .navbar-right {
    float: right!important;
    margin-right: -15px;
} */

.top-navbar .navbar-nav > li {
    float: left;
}

.top-navbar .navbar-header {
    float: left;
}

.top-navbar .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: 0px;
    margin-left: 0px;
}

.timetracker .form-control:focus {
    border-color: transparent;
    border: none;
    box-shadow: none;
}

.bs-searchbox input {
    border: 1px solid black !important;
}

/* --- DROPDOWN MENU --- */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #4f5466;
    outline: 0;
}

.navbar-collapse.in {
    overflow-y: visible;
}

.dropdown-menu {
    margin: 2px -1px 0px;
    top: 99%;
}

/* --- BUTTONS --- */
/*.btn-default {
    color: #fff;
    background-color: #4f5466;
    border-color: #323640;
    transition: .3s;
}

.btn-default:hover {
    color: #fff;
    background-color: #323640;
    border-color: #4f5466;
}

.btn-default.focus, .btn-default:focus {
    color: #fff;
    background-color: #484d5d;
    border-color: #122b40;
}

.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
    color: #fff;
    background-color: #4f5466;
    border-color: #323640;
}*/

.client-switch.btn {
    border: 1px solid;
    border-radius: 2px;
    padding: 5px 15px;
}

/* --- MODAL --- */
.modal-content {
    position: relative;
    background-color: #fff;
    /* -webkit-background-clip: padding-box; */
    /* background-clip: padding-box; */
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 1px;
    /* outline: 0; */
    /* -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5); */
    box-shadow: 0 0px 24px -5px rgba(0, 0, 0, .5);
}

.modal-header {
    background: #313137;
    border-bottom: 3px solid #505466;
}

.modal-header button {
    color: white;
    opacity: 1;
}

.modal-header button:hover {
    color: white;
}

.modal-title {
    color: white;
    text-align: center;
    text-transform: uppercase;
}

/* --- YEARLY EARNINGS --- */
.yearly-earnings-panel {
    padding-bottom: 20px;
}

.yearly-earning .title {
    font-size: 20px;
    margin-top: 20px;
    margin-left: 10px;
    margin-bottom: -20px;
}

.yearly-data .fa-spinner {
    margin-top: 25px;
    margin-left: 10px;
    font-size: 30px;
}

.yearly-earnings-panel .clear-cache {
    margin-right: 10px;
    padding: 3px 10px;
    border-radius: 4px;
    border: 1px solid transparent;
    transition: .2s;
}

.yearly-earnings-panel .clear-cache:hover {
    border: 1px solid #a94442;
}

/* --- FORM CONTROL --- */
.form-control {
    box-shadow: none;
    border-radius: 2px;
    transition: .2s;
}

.form-control:hover {
    border-color: #515567;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: none;
    border: 1px solid #515567;
}

.time2-input {
    padding: 6px;
    border-radius: 4px;
    border: 1px solid #b9b9b9;
}

.time2-input.error {
    border: 1px solid #ff0009;
}


/* --- BOOTSTRAP CHECKBOX --- */

.job-to-invoice-table .checkbox {
    margin: 0px;
}

.job-to-invoice-table label {
    font-weight: normal;
    cursor: pointer;
}


.checkbox label, .radio label {
    padding-left: 0px;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.private-checkbox label {
    height: 104px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    text-align: center;
}

.private-checkbox label .cr {
    display: none;
}


.private-checkbox label .label-text {
    display: flex;
    flex-direction: column;
}

.private-checkbox label .label-text i {
    font-size: 20px;
    margin-bottom: 10px;
}


.private-checkbox.checked label {
    background: red;
    color: white;
}


.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.optin-check.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(1) rotateZ(-20deg);
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

.alert-danger {
    color: #ffffff;
    background-color: #ff0f17;
    border-color: #ff0f17;
}

.alert-danger .close {
    color: white;
    opacity: 1;
}

/* --- SCROLLTOP BUTTON --- */

#scrollToTopButton {
    position: fixed;
    bottom: -60px; /* Start offscreen */
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #333;
    border: 1px solid white;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    cursor: pointer;
    display: block; /* Always use block display */
    z-index: 1000;
    transition: bottom 0.3s;
}

#scrollToTopButton.show {
    bottom: 20px; /* Move to visible position */
}

#scrollToTopButton:hover {
    background-color: #555;
}

/* --- TABLE PAGINATION --- */
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #4f5465;
    border-color: #333640;
}

.clipped-invoice-table th {
    padding-left: 10px !important;
}

.clipped-invoice-settings {
    width: 40px;
}

/* ========================= */
/* === DATATABLES RESET ==== */
/* =========================*/

table#project-list.dataTable thead .sorting:after,
table#project-list.dataTable thead .sorting_asc:after,
table#project-list.dataTable thead .sorting_desc:after,
table#project-list.dataTable thead .sorting_asc_disabled:after,
table#project-list.dataTable thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 11px;
    /* right: 8px; */
    display: block;
    font-family: 'Glyphicons Halflings';
    opacity: 0.5;
    left: 6px;
}

.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
    border-top: 0;
    padding-left: 25px;
}

.table-custom-heading > thead:first-child > tr:first-child > th {
    padding-left: 7px;
}

.table-responsive {
    overflow-x: inherit !important;
}


#project-list tbody td {
    position: relative;
}

tr.odd td {
    background: #f7f7f7;
    transition: background-color .2s;
}

tr.even td {
    background-color: white;
    transition: background-color .2s;
}

tr.history-row td {
    background: #e8e8e8e8;
}

tr.history-row.last-row td {
    border-bottom: 3px solid white !important;
}


/* >>>--- INVOICE TABLE RESET --> */
.theme-invoice-table tr.odd td:hover {
    background: #e8e8e8;
}

.theme-invoice-table tr.even td:hover {
    background-color: #e8e8e8;
}

.theme-invoice-table td {
    padding: 5px;
}

.theme-invoice-table tbody {
    border: 3px solid #ffffff;
    box-shadow: 0px 0px 20px -7px rgba(0, 0, 0, 0.5);
}

.invoice-table th {
    padding-left: 13px !important;
}

/* <-- INVOICE TABLE RESET ---<<< */

.borderless-table > tbody > tr > td,
.borderless-table > tbody > tr > th,
.borderless-table > tfoot > tr > td,
.borderless-table > tfoot > tr > th,
.borderless-table > thead > tr > td,
.borderless-table > thead > tr > th {
    padding: 10px;
    border-top: none;
    border-bottom: none;
}

.custom-table-width {
    width: 120px;
}


#project-list tbody td:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 10px;
    box-shadow: 0px 0px 50px -13px rgba(0, 0, 0, 0.37);
}

#project-list tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

#project-list tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

#project-list tr td:nth-child(5) {
    width: 200px;
}


#project-list {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

#project-list tbody td:first-child {
    border-left: 3px solid white;
}

#project-list tbody tr:first-child td {
    border-top: 3px solid white;
}

#project-list tbody tr:last-child td {
    border-bottom: 3px solid white;
}

#project-list tbody td:last-child {
    border-right: 3px solid white;
}

#project-list tbody td:nth-child(4),
#project-list tbody td:nth-child(5),
#project-list tbody td:nth-child(6),
#project-list tbody td:nth-child(7) {
    padding-top: 13px;
}

#project-list tbody tr:first-child td:first-child {
    border-top-left-radius: 4px;
}

#project-list tbody tr:last-child td:first-child {
    border-bottom-left-radius: 4px;
}

#project-list tbody tr:last-child td:last-child {
    border-bottom-right-radius: 4px;
}

#project-list tbody tr:first-child td:last-child {
    border-top-right-radius: 4px;
}

table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
    padding-left: 25px;
    height: 40px;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 11px;
    left: 0px;
    display: block;
    font-family: 'Glyphicons Halflings';
    opacity: 0.5;
}

/* ================= */
/* === HEADER  ===== */
/* ================= */

.main-logo {
    width: 100px;
}

.user-image-header {
    width: 50px;
    border-radius: 50px;
    border: 2px solid #4f5466;
}

.user-image-header.no-user {
    background: #fafafa;
    border: 2px solid #fafafa;
}

.user-image-header:hover {
    border: none;
}

.fa-link-header {
    font-size: 1.5em;
}

.main-navbar {
    background: transparent;
    border: none;
}

.stock-inbox-notifications,
.helpdesk-notifications {
    position: absolute;
    top: 13px;
    left: 4px;
    background: red;
    padding-inline: 3px;
    border-radius: 50%;
    color: white;
    z-index: 1;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 15px;
    min-width: 15px;
    text-align: center;
}

.hide-client-menu {
    display: none;
}

.submenu {
    background: #e7e7e7;
    list-style: none;
    padding: 20px 15px;
}

.submenu li {
    display: inline-block;
    margin-right: 30px;
}

.submenu a {
    transition: .2s;
}

.submenu a:hover {
    color: #9c9c9c;
}

.subactive {
    text-decoration: underline;
}

/* ---  BUTTONS --- */
.add-btn {
    text-transform: uppercase;
    width: 100%;
}

/* --- TIMETRACKER --- */


/* ================= */
/* === CONTENT ===== */
/* ================= */

.white-bg {
    background: white;
    border-radius: 0px;
    box-shadow: 0 0 1px rgba(0, 0, 0, .15);
    padding: 15px;
    margin-bottom: 30px;
}

.main-content {
    margin-top: 30px;
}

.main-content h1 {
    text-transform: uppercase;
    text-align: center;
    color: #c7c7c7;
    margin-bottom: 20px;
}

.main-content h5 {
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #323640;
}

.info-block {
    padding-bottom: 20px;
    border-bottom: 5px solid #ececec;
    margin-bottom: 20px;
}

.user-info-block .reminder-toggle {
    border-radius: 0;
}

.user-info-block .reminder-group {
    margin-bottom: 7px;
}

.user-info-block .badge {
    padding: 4px 9px;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
    color: #ffffff;
    background-color: #323640;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 20px;
    transition: .2s;
    position: absolute;
    right: 5px;
    top: 10px;
}

.user-info-block .badge:hover {
    background-color: #40c146;
}

.reminders li {
    padding-right: 35px;
}

.job-info-block ul li {
    list-style: none;
    margin-left: 10px;
}

.birthday-reminder {
    margin-bottom: 15px;
}

.birthday-reminder-body {
    vertical-align: middle;
}

.birthday-reminder-body .media-heading {
    font-size: 16px;
}

.absentees {
    margin: 0;
    display: flex;
    margin-bottom: 20px;
}

.absentee-today {
    background: #eeeeee;
    padding: 10px;
}

.absentee-tomorrow {
    background: #e7e7e7;
    padding: 10px;
}

.news-user-fa-icon {
    width: 20px;
}

/************ STATISTICS ************/

.statistics {
    padding: 0;
}

.statistics-total {
    font-size: 12px;
    text-transform: uppercase;
}

.stat-icon {
    padding: 0;
}

.stat-icon img {
    border-bottom-left-radius: 4px;
}

.stat-info {
    padding-top: 10px;
}

.stat-info ul {
    list-style: none;
}

.statistic-panel i {
    cursor: pointer;
}


/************ CONTENT ***********/

.name_circle {
    margin-left: 10px;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background: #4d4d4d;
    text-align: center;
    color: white;
    line-height: 26px;
    font-size: 12px;
    cursor: pointer;
}

.total_big_total {
    font-size: 15px;
    color: #676e81;
}


/*********** SUB MENU ************/

.menu_holder {
    width: 100%;
}

.menu_holder > ul {
    list-style: none;
}

.menu_holder > ul > li {
    padding: 20px 20px;
}

.menu_holder > ul > li > a {
    text-decoration: none;
    font-size: 18px;
    color: #31353f;
}

.menu_holder > ul > li:hover, .menu_holder > ul > li.active {
    background: #fbfbfb;
}

.content_holder .menu_holder {
    padding-top: 0px;
}

/* ================= */
/* === TEMPLATE ==== */
/* ================= */
.comment_textarea {
    min-height: 112px;
}

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.small-info {
    font-size: 10px;
}

/* --- NEW PROJECT --- */

.new-project-submit {
    margin: 0px 15px;
}

.team-management {
    display: none;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.add-new-client-column {
    display: none;
}

.add-new-client-active {
    background-color: #4f5466 !important;
    border-color: #122b40 !important;
}

.client-or-new {
    padding: 9px;
}

.choose-todo-user {
    border-radius: 0;
}

.choose-project-lead {
    border-radius: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.new-todo-list {
    display: none;
}

.todo-error {
    border: 1px solid red;
}

.project-done-hide {
    display: none;
}

.show-archival-projects {
    float: right;
}

.project-archive-hide {
    display: none;
}

.show-done-projects {
    margin-bottom: 20px;
}

.show-eye {
    font-size: 25px;
    position: relative;
    top: 6px;
    margin-right: 8px;
}

.job-list-filters {
    position: relative;
    top: 36px;
    left: 128px;
    font-size: 27px;
    cursor: pointer;
    z-index: 9;
    width: 24px;
}

.job-list-pin {
    width: 15px;
    float: right;
    margin-right: 10px;
    margin-top: 3px;
    padding: 0 4px;
    cursor: pointer;
    opacity: 0.4;
    transition: .3s;
}

.job-list-pin:hover {
    opacity: 0.8;
}

.job-list-pin.pinned {
    opacity: 1;
}

.most-used-tags {
    margin-top: 5px;
}

.most-used-tags .most-used-tag {
    cursor: pointer;
}

/* --- KLIENDID OTSING --- */

.search_box_holder {
    position: relative;
    min-height: 55px;
}

img.search_luup {
    position: absolute;
    right: 35px;
    top: 15px;
}

.letters_holder {
    padding-left: 160px;
    padding-top: 20px;
}

.letters_holder a, .companys_list_one a {
    font-size: 15px;
    color: #2eb100;
    font-weight: 300;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 10px;
}

.companys_list_one {
    position: relative;
}

.companys_list_one a {
    text-transform: none;
    font-size: 14px;
}

.companys_list {
    margin-top: 40px;
}

.company_list_letter {
    font-size: 40px;
    color: #e8e8e8;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 20px;
}

.companys_list_tulp {
    float: left;
    width: 100%;
    margin-right: 20px;
}

.company_multiple_list {
    display: inline;
}

.company_multiple_list .companys_list_tulp {
    float: none;
}

.company-trouble {
    font-size: 9px;
    color: #ff0f17;
    position: absolute;
    top: 2px;
    left: -5px;
    transform: rotate(-12deg) scaleX(-1);
}

/* --- HELPDESK (REST IS IN helpdesk.css) --- */

.company-helpdesk-btn {
    float: right;
    background: none;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #313640;
    padding: 10px;
    color: #313640;
    text-transform: uppercase;
    border-radius: 3px;
    transition: .3s;
}

.company-helpdesk-btn:hover {
    border: 1px solid #808b9e;
    color: #808b9e;
}

.company-helpdesk-btn.online {
    border: 1px solid #00d22f;
    color: #00d22f;
}

.helpdesk-list {
    cursor: pointer;
    transition: .2s;
}

.helpdesk-list:hover {
    background: #eeeeee;
}

/* --- PROJECTS --- */
#project-list a {
    font-weight: initial;
}


.finish-job {
    font-size: 22px;
    margin: -1px 5px;
    cursor: pointer;
}

.project-settings {
    cursor: pointer;
    margin-top: 7px;
}

.job-duration {
    border: none;
    background: transparent;
}

.job-color {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 32px;
}

.job-color.jc-big {
    width: 21px;
    height: 21px;
    box-shadow: 2px 2px 8px #b1b1b1;
}

.job-projects li a {
    cursor: pointer;
}

.p-folder-icon:before {
    cursor: pointer;
    font-size: 23px;
    font-family: "FontAwesome";
    content: "\f114";

}

.p-folder-icon:hover:before {
    content: "\f07b";
}

.new-project-submit-form .form-group input.form-control {
    width: 100%;
    padding: 6px 12px;
    border-radius: 2px;
    border: 1px solid #cccccc;
}

.project-folder-data {
    min-width: 300px;
}

.project-folder-search {
    width: 100%;
    padding: 10px;
    border: none;
    border-bottom: 1px solid #d6d6d6;
    margin-top: -4px;
}

.project-folder-search.client-search {
    border: none;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 0px;
    padding: 8px;
}

.new-project-submit-name {
    margin-top: 25px;
}

.new-project-submit-name.error {
    border-color: red !important;
}

.pick-project-client.error {
    border-color: red !important;
}

.pick-project-client {
    text-align: left;
    border: 1px solid #cccccc;
    padding: 6px 15px;
    border-radius: 2px;
    cursor: pointer;
}

.pick-project-client-drowndown {
    width: 100%;
    margin-left: 0px;
}

/* in IE display: inline-table; doesnt work so we use relative */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .pick-project-client-drowndown {
        position: relative;
    }
}

.project-list-settings li {
    list-style: none;
}

.project-list-settings li a {
    padding: 12px;
}

.project-list-scroll .project-name {
    padding-left: 20px;
    cursor: pointer;
}

.project-list-scroll .project-name.active {
    background: #d6d6d6;
}

.project-list-scroll,
.project-client-scroll {
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.project-list-scroll {
    margin-bottom: -9px;
    padding: 5px 0px;
}

.project-list-scroll li,
.project-client-scroll li {
    padding: 2px 12px;
    transition: .2s;
}

.project-client-scroll li:hover {
    background: #f5f5f5;
}

.project-list-scroll li:hover {
    background: #f5f5f5;
}

.project-list-scroll li.dropdown-header:hover {
    background: transparent;
}

.project-client {
    cursor: pointer;
}

.create-new-project,
.remove-project {
    padding-left: 12px;
    cursor: pointer;
    transition: .2s;
}

.create-new-project:hover,
.remove-project:hover {
    background: #f5f5f5
}

.project-job {
    white-space: nowrap;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #e4e4e4;
    padding: 2px 4px;
    border-radius: 4px;
    font-size: 12px;
    transition: .3s;
    cursor: pointer;
}

.project-job:hover {
    background: #bfbfbf;
}

.project-job.status-pending {
    background: #ecec33;
}

.project-job.status-done {
    background: #40c146;
    color: white;
}

.project-job.other-user {
    cursor: default;
}

.project-job .job-color {
    position: relative;
    margin-right: 5px;
    top: 1px;
}

.project-job-big {
    width: 100%;
    text-transform: uppercase;
}

.project-row-child {
    margin-left: 10px;
}

.project-row-parent-select {
    width: 100%;
}

.project-status-switch {
    cursor: pointer;
}

.project-status-switch-not-allow {
    cursor: not-allowed;
}

.project-price {
    width: 70px;
    border: none;
    background: #dddddd;
    padding: 2px 4px;
    border-radius: 2px;
    transition: .3s;
}

.project-price:hover,
.project-price:focus {
    background: #8e8e8e;
    color: white;
}

.project-name {
    width: 100%;
    border: none;
    background: #fafafa;
    padding: 2px 4px;
    border-radius: 2px;
    transition: .3s;
}

.project-name:hover,
.project-name:focus {
    background: #8e8e8e;
    color: white;
}

.project-invoice-price {
    float: right;
}

.project-invoice-status-text {
    font-size: 8px;
}

.project-delete {
    font-size: 24px;
    margin-left: 13px;
    cursor: pointer;
}

.project-delete-not-allow {
    font-size: 24px;
    margin-left: 13px;
    cursor: not-allowed;
    opacity: 0.4;
}

.project-author {
    margin-left: 4px;
}

.project-list-color {
    margin-left: 7px;
}

.total-change-not-allowed {
    cursor: pointer !important;
}

.not-allowed-fade {
    opacity: 0.3;
    cursor: default !important;
}

/* ===================== */
/* === JOB HISTORY  ==== */
/* ===================== */


.change-job-time-btn {
    cursor: pointer;
}

.change-job-history-btn {
    width: 100%;
    background: #686f81;
    border: none;
    border-radius: 2px;
    padding: 5px;
    text-transform: uppercase;
    color: white;
    transition: .4s;
}

.change-job-history-btn:hover {
    background: #323640;
}

.job-duration-history {
    padding: 5px;
    margin-top: -3px;
}

.job-history-full-day {
    position: absolute;
    top: 15px;
}

.change-time-form {
    width: 100%;
    position: relative;
    right: -35px;
}

.duration-addon {
    position: relative;
    z-index: 100;
}

/* ================= */
/* === WIDGETS  ==== */
/* ================= */

.search-box {
    border: 1px solid #353535;
}

.search-box .search-icon {
    width: 34px;
    height: 34px;
    cursor: pointer;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAtNJREFUeNqsU89rknEc/v54dXO6+XO5URclKQaNOnjaRRgdpEn9Bx1iNIKgQwSduka3Iqhrsk7BToMdBlEbbCQxRoJoYAdBURG1dNPN7X17HtPwELSgD7zo+/1+nufzfD6f55W9Xs9rGIY8ODgQUkprYmJCmqYpjo6O+C7Hx8cthOh2u5bD4ZDiV1i1Wk14PB4JrNXpdIREkr/VakmttRgbGxMgFu12WwQCAQsAAs3T01OFEPgVAAoATbxL5h8eHrKIkM1mM+B2uyUV5HI5byaTWT45ObmFAhdB8gOAnampqVfxeHyHYIKgWhwfH7OQoloQmhLVZ5xOp9jc3LxSqVRWcXFO/CHsdvvrRCLxBCSKrZGQ40DrgnjFi2w26wNJckiCNvdtNtsq2ljHa49nULCysbGxwnahWKE95fV6FefIM4N/0un0PZDMEICBPovFYi/QrgCZ3NraulwoFN7h3oN5PCqXy29x3vX7/WJQ1OKcFGakUe3G4DC9tLT0EoPWUKMBVvPz819dLtfTQYfOVCp1fXJyUg/mQ2UaXRmKK8S6zzML4M/ouZ8EoSyioFAFg8FPw1lhcxdQkCS60WgQr6FIGWBkey1c+PDMkg8zMGEDiSR6ieueHRKhWFuzH2zL5/P1PUXvKahhG18GA13c3d2NIMmgEpBo2MKOuTwYEk1PT6epht5CvsLmNHyoDDoNl29KpVIMebZ8Pr9ar9efo1oGkr3VanUZoChJqBxLaEItLUDz0vV9Y9LZc5zJ2traQ7DfFn8JdJWPRqN3wuFwDRosFOl/JhLyrmGdfZtvb2/H4afHIHeNgqHkO87cI2TfsM27kUik3idhQJ6b3xDlMYrFon1vb+8qBjwHQAWm20eyCS+tgywyQp4NhUI3FxYWKpiRkMlkUpwxaNgPeC6NnL3Hs8g/Spw9yni4kNzI+/3h5b8QjZJ9HCjJ/G6Vxvof8VOAAQB004F8mTnvPwAAAABJRU5ErkJggg==") no-repeat 50% 50%;
}

.search-box input {
    height: 34px;
    width: 166px;
    margin: 0px;
    padding: 0px;
    border: 0px solid red;
    background: transparent;
    color: #FFFFFF;
    font-family: "Open Sans", sans-serif;
    font-size: 1em;
    line-height: 1em;
}

.page-google {
    background-image: url("../img/gplus.jpg");
    background-size: 100% 100%;
}

.page-fb {
    background-image: url("../img/fb.jpg");
    background-size: 100% 100%;
}

.page-twitter {
    background-image: url("../img/twitter.jpg");
    background-size: 100% 100%;
}

.page-google:hover, .page-fb:hover, .page-twitter:hover {
    opacity: 0.75;
}

.page-hindamine .star {
    width: 16px;
    height: 15px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAYAAADtc08vAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAjpJREFUeNpUk7uLE1EUxm8mk/cD1CapDAlERAQNis2Khf/DLghbbe12Wq+Che2C221poa7F/gFbaLEgKoIgYrFJExVDyPs5k4e/7zojeuFwzzn3O9/9zpk7kVqtZhzHMev12iwWC+trLZdL47puB3eNXcC3+RATiUQs5g+aFQK63a7p9XoC7Eej0XPYecj3lZfpInLmb535Z4lVFvj32e6oAHvjed6u8opDzH8EkhaLxUyhUFB46Pu+JL4N1RWLxUPcHckWNiQJCe6SuAX7FW66THwd29KB5JLfgvBFkP8K9gu5d/gnLgM5I8iwe+xDkt+44Ukul3stRcPhULe95HxF/h7+New22F1yIxfmMuD6dDqtSFomk7FTTqfTdh+NRiaZTMo/AnMkjNpIpVJ1ziouQWG1Wn1C+od8Pn+j2WwagGYymRiIzWw2M/1+38YaYLVa1df4CFFStZrBL5yLiURiFI/HP7fb7Zvj8XjearVMqVSyw2o0GnZQqEpA8p7WLhFmMd8NhuQrgSSPogPU7KDKoMgWlstlu9PKAeRXwcdVoxZd9SdpBD6y6swgp0IdQmQL9WmFgTQH5gxVvi5AtXHU32AwkMU4KHNwrDegha/5FMJvP5/Pj0lXsFj4qBxNWcbgasF3f66+IXlG+FMGiXzDjOwZl9U6nY6ROZp0YBs6hPUh2CkE27SxSW6T27eVI34QvMwNvRGZq+JgnSL1B4WP8J8C3pPE4L94Bcke9pj892w2exo+5d8CDAB1TmVwnRshwgAAAABJRU5ErkJggg==");
    background-repeat: no-repeat;
    transition: all 0s;
}

.page-hindamine .star.hover_active:hover {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAYAAADtc08vAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAXlJREFUeNqUU7FOwzAQPTsJSZRkoCwsqBKdEFOiqkgVG5/Sj2Dtytq9P8A/sFaqEokJMTEhITFAkxIY6qbhXairVOpgTjr55fLe+e5siyRJSEpJdV3Ter1uMFtVVWTb9idgDT8BbuKaI4RoOH9smCYsFgvK85wJE8uyjuEdJJ9wnJ03QkzLSOgK0jSltsVxXGsi7wQssizb/R8MBvsVtG04HE7buzB2HGd6iKsruAG+gl+ixAsugA7bI/wZ7T1hnW82mwfR7/dfIAqQZIXAGRkYuK/QHAGWUil17vv+t6mYjbmu6/5A25MYxCkCPv3TcJwea/ns3gG66KvclmXSwgpLF64kTxhChY/QdHfwQ9bw8UvP83RQGep56AptE+ZAdlEU+ocTBIFJgh7adbh8vpV2WZb6siSGCWi5XCYY4rx5AlEU6QTX/EA46/aovvA+RvwNv9/dPHAQZ+5+AtgMp/EGYQf4DgMa62RYBXwMeIv4RxiGM07E9ivAAM0jvgIkUY72AAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
    transition: all 0.4s;
}

.page-image-box {
    box-shadow: 0px 0px 4px #888888;
}

.page-image-small {
    margin-left: 18px;
    margin-bottom: 14px;
}

.page-image-small:nth-child(3n-0) {
    margin-left: 0px;
}

.page-image-small-second {
    margin-right: 18px;
    margin-bottom: 14px;
}

.page-image-small-second:nth-child(3n-0) {
    margin-right: 0px;
}

.rate_comment div {
    color: #a3a3a3;
}

.rate_comment .like_btn, .rate_comment .dislike_btn {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: 0.7;
}

.rate_comment .like_btn:hover, .rate_comment .dislike_btn:hover {
    opacity: 0.5;
}

.rate_comment .like_btn {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAXJJREFUeNqMlL8vBEEUx3fPuWMvIX5EcokohEJzQVQqopaI6ChFpyC0oqD1ByBRkIiCSsPVEgXRKHV+Ja5wwfmROzc+T94la7K7dpJP3s57M995O/NmXGOMM3CU2XAcZx4MVJ3/mwsfsHQ1WdpOIrBOZwHm4BEafYOf4ROylkgJcrDFfM/pP/QMzEpGNvhzMBwU0/gmFBKqfB+S9jKcsVprSPwWiiLyBU0hgzrVtoTEPfiuZWLsKKsPYUZ0X55CRH7nJYIiCGQwB9o95wReo44qGSAwiNmDbnX14NvBdkAZ1hC9CBVh8CjmBOp97l6l1q7hj4j9O1lLIKhNsVh7lMh7jGqV7OuiRFIxRF6gECXyFkPk0naISFprQdopjMM+3AUI3MAqp1P1ZZWW/yvCGOQJVrDHipxWG6ZLN/uBuC0sxZhwuUAzfOwqMqhBSlmzK/uqWawUYbNelT6YkMxdfU+m6azorldi7EtKn4NFssv/CDAAr+2JJssDZlMAAAAASUVORK5CYII=");
}

.rate_comment .dislike_btn {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAXZJREFUeNqMlE0oRFEUx997Rr7FgmJ8Fit2UsqalQUrKUtrCxvZycKGlCYba6wslBILNWUrC5Ed0UTJR9RgxvD8js6r1+19nfrN6cw593/Pu/e8Z7uua112do9YlrUGNVC04i0FP7DUd3uznUJgjGAf9uAKKuAN8mDrIvHl0Ahl8AVtsMV6WxQ34AjFCf9WJKWoFb7hjvyz2Q4197iMiPxC1pdIa9xjLMjhTmAHDhEt4Y9h3uGnAPVaKPGiKaAmnU3po4/qf/J4BSegeCDBwdb6A1OkyesqxopRInJtpQQi1aEiHNYTbjdGQG7rwRwa02Re+nUuHmEYejUnczTNZmeRIhSc4sZ9V3ugItcwSD5vrnGi+kagDjek4WSQgF/EDtFp1lnIaoem2Z6IvAsfISKv6nMh+Xd510SkAdqDKtj9RQ92JUQk/d/ORUfXLH4dFuBcPwd+k+us1Mfy7BNaYBOWbf2ezBCsQhW4CYbN0fPI0O3cnwADAHB5Zyd1B/Q2AAAAAElFTkSuQmCC");
}

.content a {
    text-decoration: underline;
    font-weight: bold;
}

.content > table {
    border-collapse: collapse;
}

.content figure {
    text-align: center;
    border: solid 1px #ccc;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.05);
    padding: 10px;
    margin: 5px 10px;
    display: inline-block;
}

.content figure > figcaption {
    text-align: center;
    display: block;
}

.comment_count {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAYAAADtc08vAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAK5JREFUeNpi+P//f+N/8sA3IE5jBBI/GRgY2BjIAxeYKNAMAsxMDBQCdAPeAfFHKPsmlP4LxI+g7BdA/AWfATVA3AFlmwPxZSDeBMRBULEsIJ6LrAEUiP+R+L9A/oJibOAXWphdZkFTQChA2QiFAcWBSJYB9ynQ/wgUiBJARiYQS0D9mICk4CBSdKKDO+AYAUUCEuZHSutzgJgZTR4D4zKgl5BGfAZUE6sZhAECDADxvfID4FshlQAAAABJRU5ErkJggg==");
    background-color: rgba(0, 0, 0, 0.8);
    background-repeat: no-repeat;
    background-position: 3px center;
}

.msg_box {
    z-index: 100;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.msg_box .fixed.ui-widget-overlay {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1001;
}

.msg_box .ui-dialog {
    outline: 0px;
    z-index: 1002;
    height: auto;
    width: 300px;
    margin-top: -75px;
    margin-left: -150px;
    top: 50%;
    left: 50%;
    display: block;
}

.msg_box .ui-dialog .indicator {
    width: auto;
    min-height: 72px;
    height: auto;
}

/*************** KOKKUVÕTTED *****************/

.user-stat-button {
    margin-right: 10px;
    background: #676e81;
    border: none;
    color: white;
    border-radius: 4px;

    text-transform: uppercase;
    padding: 0px 10px;
    text-align: center;
    font-size: 11px;
    line-height: 30px;
}

.user-stat-button.active {
    background: #4f5466;
}

.total-missed-hours {
    font-size: 10px;
    color: red;
}

/* --- KASUTAJATE KOKKUVÕTTED --- */

.earnings-control {
    background: #e7e7e7;
    padding: 16px;
}

.earnings-search {
    background: #676e81;
    padding: 5px 20px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    transition: .3s;
    border-radius: 4px;
}

/* --- KASUTAJA KOKKUVÕTE ARVE READ --- */

.user-report-wrapper {
}

.user-report-header {
    display: flex;
    justify-content: space-between;
}

.user-report-body {
}

.user-report-body table {
    width: 100%;
}

.report-invoice-name {
    width: 230px;
    padding-right: 10px;
}

.invoice-content {
    background: #ffffff;
    margin: 5px 0;
    padding-bottom: 1px;
}

.user-report-container {
    background: #e7e7e7;
    padding: 10px;
    margin-bottom: 20px;
}

.report-invoice-header {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    margin-bottom: 10px;
    background: #d6d6d6;
    border-bottom: 2px solid #c5c5c5;
    padding: 4px;
}

.report-invoice-header span {
    font-size: 13px;
    color: #8a8a8a;
}

.report-invoice-table {
    margin: 10px;
}

.report-invoice-table tr:hover {
    background: #d6d6d6;
}

.report-invoice-table td {
    padding: 5px 0;
}

/*======================*/
/*=====JQUERY UI FIX====*/
/*======================*/

.ui-datepicker-multi-2 {
    width: auto !important;
    border: 0px;
    padding: 0px;
}

.ui-datepicker-multi-2 .ui-datepicker-calendar td a {
    display: block;
    padding: 3px;
    text-align: center;
    text-decoration: none;
}

.cms-calendar-highlight .ui-state-default {
    color: #FFFFFF;
    background: #000000;
}


/*======================*/
/*== TIMEPICKER      ===*/
/*======================*/

.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -25px;
}

.ui-timepicker-div dl dd {
    margin: 0px 10px 10px 65px;
}

.ui-timepicker-div td {
    font-size: 90%;
}

.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.ui-timepicker-rtl {
    direction: rtl;
}

.ui-timepicker-rtl dl {
    text-align: right;
}

.ui-timepicker-rtl dl dd {
    margin: 0px 65px 10px 10px;
}

.middle_holder {
    width: 100%;
    margin: 0 auto;
}

.not_logged_front_holder {
    padding-top: 7%;
    max-width: 512px;
    margin: 0 auto;
}

.not_logged_front_holder img {
    width: 100%;
    max-width: 512px;
}

.margin_top_24 {
    margin-top: 24px;
}

table.custom {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

table.custom tr th {
    font-size: 11px;
    text-align: left;
    text-transform: uppercase;
    padding: 3px 8px
}

table.custom tr:hover td {
    background: #f3f1f1;
}

table.custom tr:first-child {
    border-bottom: 1px solid #e2e2e2;
}

table.custom tr:last-child {
    border-bottom: 1px solid #e2e2e2;
    -webkit-box-shadow: 0px 33px 33px -15px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 33px 33px -15px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 33px 33px -15px rgba(0, 0, 0, 0.07);
}

table.custom tr td:last-child {
    border-right: 1px solid #e2e2e2;
    -webkit-box-shadow: 15px 0px 14px -8px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 15px 0px 14px -8px rgba(0, 0, 0, 0.07);
    box-shadow: 15px 0px 14px -8px rgba(0, 0, 0, 0.07);
}

table.custom tr td:first-child {
    border-left: 1px solid #e2e2e2;
}

table.custom tr td {
    background: white;
    padding: 10px;
    text-align: left;
    font-size: 14px;
    color: #686868;
}

table.custom tr:nth-child(2n) td {
    background: #f7f7f7;
}

table.custom tr:nth-child(2n):hover td {
    background: #f3f1f1;
}

table.custom .red {
    color: #c43d1d;
}

.liner_text {
    border-bottom: 1px solid #ececec;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
}


/*********** MODAL ***********/

.modal_holder {
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.timetracker-job {
    z-index: 0 !Important;
}

.job-autocomplete {
    position: absolute;
    background: #4f5466;
    width: 100%;
    top: 83px;
    color: white;
    padding: 0 3px;
    z-index: 29;
}

.job-autocomplete ul {
    list-style: none;
}

.job-autocomplete li {
    padding: 2px;
    cursor: pointer;
    transition: .2s;
}

.job-autocomplete li:last-child {
    margin-bottom: 3px;
}


.job-autocomplete li:hover {
    background: #323640;
}

.job-autocomplete li.selected {
    background: #323640;
}

.modal_comment {
    position: absolute;
    top: -110px;
    width: 100%;
    max-width: 700px;
    min-height: 400px;
    background: url('../img/web/modal_bg.jpg') repeat-x #f4f4f4;
    z-index: 10;
    outline: 9999px solid rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.2);
}

.modal_comment .title {
    height: 45px;
    width: 100%;
    background: url('../img/web/title_bg.jpg') repeat;
    border-bottom: 1px solid #ededed;
}

.modal_comment .title .title_text {
    float: left;
    line-height: 45px;
    font-size: 18px;
    color: #686868;
    padding-left: 20px;
}

.modal_comment .content {
    padding: 25px;
}

.modal_win_close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 14px;
    height: 14px;
    background: url('../img/web/close_x.png') no-repeat;
    cursor: pointer;
}

.add_comment_field {
    margin-top: 20px;
    padding-top: 25px;
}

.add_comment_field textarea {
    height: 145px;
}

.comments_holder {
    margin-top: 20px;
}

.one_comment_row {
    padding-bottom: 20px;
}

.comment_username {
    float: left;
    color: #0082bf;
    font-size: 14px;
    padding-top: 10px;
    margin-bottom: 10px;
}

.comment_date {
    float: left;
    color: #919191;
    font-size: 12px;
    padding-top: 10px;
    margin-left: 10px;
}

.comment_text {
    float: left;
    padding-left: 40px;
    font-size: 14px;
    color: #414141;
    word-break: break-all;
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
    padding-bottom: 10px;
}


/******** BUTTONS ***********/

.do_button {
    min-width: 70px;
    border-radius: 4px;
    /*height: 25px;*/
    cursor: pointer;
    margin: 0 auto;
}

.do_button > .text {
    color: white;
    text-transform: uppercase;
    padding: 0px 10px;
    text-align: center;
    font-size: 11px;
    line-height: 25px;
}

.do_button.start {
    height: 35px;
    margin-top: 15px;
}

.do_button.not-allowed {
    cursor: not-allowed;
}

.do_button.start > .text {
    line-height: 35px;
}

.do_button.grey {
    background: #676e81;
}

.do_button.orange {
    background: #ffc14e;
}

.do_button.light_grey {
    background: #c7cbd7;
    cursor: default;
}

.do_button.light_green {
    background: #87ca7b;
    cursor: default;
}

.do_button.red {
    background: #c43e1d;
}

.do_button.light_red {
    background: #ff6060;
}

.do_button.green {
    background: url('../img/web/start_bg.png') #32a000;
}

.do_button.red:hover {
    background: #a23419;
}

.do_button.grey:hover {
    background: #474c58;
}

.do_button.green:hover {
    background: #247300;
}

.comment_holder2 .comments_btn {
    margin-top: 12px;
}

.comments_btn {
    margin-top: 2px;
    width: 24px;
    height: 21px;
    background: url('../img/web/add_comm.png') no-repeat;
    cursor: pointer;
}

.comments_btn .comments {
    background: #333640;
    position: absolute;
    top: -6px;
    left: -8px;
    padding: 0px 4px;
    border-radius: 40px;
    font-size: 10px;
    color: white;
    border: 2px solid white;
}

.hands_btn {
    margin-top: 5px;
    width: 29px;
    height: 18px;
    background: url('../img/web/hands.png') no-repeat;
    cursor: pointer;
}

.hands_btn.green {
    width: 29px;
    height: 18px;
    background: url('../img/web/hands_green.png') no-repeat;
    cursor: pointer;
}

.invoice_btn {
    margin-top: 4px;
    width: 13px;
    height: 18px;
    background: url('../img/web/leping.png') no-repeat;
}

.invoice_btn.green {
    width: 13px;
    height: 18px;
    background: url('../img/web/invoice_green.png') no-repeat;
}

.invoice_btn.red {
    width: 13px;
    height: 18px;
    background: url('../img/web/invoice_red.png') no-repeat;
}

.invoice_btn.blue {
    width: 13px;
    height: 18px;
    background: url('../img/web/invoice_blue.png') no-repeat;
}

.start_todo_btn {
    margin-top: 5px;
    width: 21px;
    height: 21px;
    background: url('../img/web/start_todo.png') no-repeat;
}

.start_todo_btn:hover {
    margin-top: 5px;
    width: 21px;
    height: 21px;
    background: url('../img/web/start_todo_green.png') no-repeat;
    cursor: pointer;
}

.done_todo_btn {
    margin-top: 5px;
    width: 21px;
    height: 21px;
    background: url('../img/web/done_todo.png') no-repeat;
    cursor: not-allowed;
    float: right;
}

.done_todo_btn:hover {
    margin-top: 5px;
    width: 21px;
    height: 21px;
    background: url('../img/web/done_todo_green.png') no-repeat;
}

.done_todo_green_btn {
    margin-top: 5px;
    width: 21px;
    height: 21px;
    background: url('../img/web/done_todo_green.png') no-repeat;
    cursor: pointer;
}

.done_todo_green_btn:hover {
    margin-top: 5px;
    width: 21px;
    height: 21px;
    background: url('../img/web/done_todo.png') no-repeat;
    cursor: pointer;
}

/******** USER SETTINGS BTN IMG *********/

.user-setting-img {
    display: inline-block;
    height: 18px;
    width: 18px !important;
    position: relative;
    top: -8px;
    margin-bottom: -13px;
}

.user-setting-icon {
    margin-right: 5px;
    margin-left: 2px;
}


/******** HEADER/TOP *************/

.top_bar {
    width: 100%;
    height: 77px;
    background: url('../img/web/topper_bg.png');
}

.logo_holder {
    float: left;
    line-height: 77px;
}

.user_log_holder {
    float: right;
    line-height: 82px;
}

.top_username {
    float: left;
    font-size: 13px;
    color: white;
}

.top_logout {
    margin-left: 40px;
    float: left;
    font-size: 13px;
    color: white;
}

.top_logout a {
    color: white;
}

.user_image_holder {
    float: left;
    padding-top: 8px;
}

.user_image_holder img {
    border-radius: 500px;
    max-width: 30px;
    margin-right: 10px;
}

.kasutajanimi {
    line-height: 25px;
    height: 25px;
    border: none;
    padding-left: 10px;
}

.parool {
    line-height: 25px;
    height: 25px;
    border: none;
    padding-left: 10px;
}

/*======================*/
/*===== TIMETRACKER ====*/
/*======================*/

.timetracker {
    margin-top: 13px;
}

.timetracker input {
    height: 50px;
    max-width: 260px;
    font-size: 30px;
    background: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    color: white;
}

.timetracker .input-group-addon {
    color: white;
    background: none;
    border: none;
    cursor: pointer;
}

.timetracker-client {
    padding-right: 30px;
}

.timetracker .fa-play {
    font-size: 20px;
}

.sub-timetracker {
    margin-left: 20px;
}

.sub-timer {
    margin: 0 10px;
}

.sub-timer-dropdown {
    min-width: 220px;
}

.sub-timer-dropdown .form-group {
    margin: 10px;
}

.sub-timer-link {
    height: 80px;
}

.sub-time-title {
    width: 75px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 15px;
    margin-bottom: -15px;
    color: #5f5f5f;
    position: absolute;
    margin-left: -10px;
    text-align: center;
}

.sub-time {
    height: 0;
}

.timetracker-client-search {
    color: #333 !important;
}

.timetracker-client-list {
    margin: -52px 35px 0px;
    top: 100%;
    width: 100%;
}

/* ========================= */
/* === INVOICES         ==== */
/* ========================= */

/* --- INVOICE ARVED --- */

.job-to-invoice-table tbody {
    border: 1px solid rgb(250, 250, 250);
}

.job-to-invoice-table > caption + thead > tr:first-child > td, .job-to-invoice-table > caption + thead > tr:first-child > th, .job-to-invoice-table > colgroup + thead > tr:first-child > td, .job-to-invoice-table > colgroup + thead > tr:first-child > th, .job-to-invoice-table > thead:first-child > tr:first-child > td, .job-to-invoice-table > thead:first-child > tr:first-child > th {
    border-top: 0;
    padding-left: 7px;
}

.invoice-status-td {
    width: 10px;
    position: relative;
}

.client-invoices {
    background: white;
    padding: 3px 15px 3px 15px;
    border-radius: 4px;
    box-shadow: 0 0 12px -5px rgba(0, 0, 0, 0.43);
}

.client-invoices p {
    float: right;
    margin: 0px 0px 10px;
    font-size: 20px;
}

.client-name {
    font-size: 2.1rem;
    padding: 20px;
    color: #323640;
    font-weight: bold;
}

.client-title-total-time {
    font-size: 10px;
    margin-left: 10px;
}

.small-client-counter {
    font-size: 2.1rem;
    opacity: 0.4;
}

.client-job-tags {
    float: right;
}

.client-job-tags > .label {
    margin-left: 5px;
}

.client-existing-invoice {
    background: none;
    height: 34px;
    position: relative;
    margin-left: 15px;
    top: -5px;
    border-radius: 3px;
    border: 1px solid #cccccc;
}

.invoice-check-all-jobs {
    margin-left: 4px !important;
    top: 5px;
}

.invoice-make-final-check {
    position: relative;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    top: -4px;
    left: 7px;
}

.make-invoice-btn {
    margin-bottom: 10px;
}

.credit-exists-btn {
    background: repeating-linear-gradient(
            45deg,
            #ffc107,
            #ffc107 10px,
            #ec971f 10px,
            #ec971f 20px
    );
    color: white;
    text-shadow: 0px 0px 15px #000000;
}

.credit-exists-btn:hover {;
    color: white;
}

.select-input-text {
    padding-top: 10px;
}

.invoice-client-data table tr td:first-child {
    width: 80px;
    color: #ececec;
    font-weight: 300;
    border-right: 2px solid rgba(255, 255, 255, 0.08);;
}

.invoice-tbl-wrapper {
    position: relative;
}

.invoice-header-btn {
    position: absolute;
    /*left: 150px;*/
    z-index: 1000;
    text-transform: uppercase;
}

.invoice-set-paid-th,
.invoice-set-paid-tbl-row {
    display: none;
}

.set-paid-checkbox {
    width: 100%;
}

.set-paid-checkbox label {
    width: 100%;
}

.invoice-set-paid-btn {
    display: none;
}

.show-all-jobs-to-invoices {
    padding: 3px 10px;
    border: none;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 14px;
    color: #333741;
    box-shadow: 1px 1px 10px -3px #9c9c9c;
    transition: .3s;
}

.show-all-jobs-to-invoices:hover:not([disabled]) {
    color: white;
    background: #757575;
    box-shadow: 0px 1px 13px 1px #9c9c9c;
}

.select-job-users {
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 30px;
}

.select-job-user {
    background: #333842;
    color: white;
    padding: 5px;
    display: inline-block;
    width: 30px;
    font-size: 12px;
    border-radius: 40px;
    text-align: center;
    position: absolute;
    border: 1px solid white;
    text-transform: uppercase;
    transition: .2s;
}

.select-job-user.u1 {
    left: 0px;
}

.select-job-user.u2 {
    left: 15px;
}

.select-job-user.u3 {
    left: 30px;
}

.select-job-user.u4 {
    left: 45px;
}

.select-job-user.u5 {
    left: 60px;
}

.select-job-users:hover .select-job-user.u2 {
    left: 30px;
}

.select-job-users:hover .select-job-user.u3 {
    left: 60px;
}

.select-job-users:hover .select-job-user.u4 {
    left: 90px;
}

.select-job-users:hover .select-job-user.u5 {
    left: 120px;
}

.multiple-users-select {
    width: 100%;
    background: whitesmoke;
    padding: 10px;
    border-radius: 2px;
}

.job-info-tabledata {
    position: relative;
}

.job-ready-overtime {
    position: absolute;
    left: -20px;
}

.job-table-overtime {
    position: absolute;
    top: 14px;
    left: -4px;
}

.footer-totals {
    padding-top: 10px;
    font-weight: bold;
}


.invoice-list-daterange {
    position: relative;
    max-width: 401px;
    float: right;
    bottom: 8px;
}

.invoice-list-daterange .input-sm {
    height: 34px;
}

.invoice-list-daterange.input-daterange input:first-child {
    -webkit-border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px;
}

.invoice-list-daterange.input-daterange input:last-child {
    -webkit-border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0;
}

/* --- NEW INVOICE --- */

.invoice-controls {
    text-align: center;
    margin-bottom: 20px;
}

.invoice-controls button {
    margin: 0 10px;
}

.invoice-controls .control-btn {
    text-transform: uppercase;
    font-weight: 300;
    border: none;
    box-shadow: 0px 0px 18px -8px rgba(0, 0, 0, 0.50);
    border-radius: 2px;
}

.comment-wrapper {
    margin-top: 15px;
}

.invoice-save-extra-info {
    float: right;
    cursor: pointer;
}

.invoice-save-extra-info-saved {
    color: #40c146;
}


.invoice-open-user-img {
    width: 70px;
    position: absolute;
    top: 0px;
    left: -50px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.wish-only-to-send-invoice {
    border: 1px solid #6b7d43;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
    background: #41c147;
    text-transform: uppercase;
}

/* --- FIXED INVOICE --- */

.fixed-invoice {
    display: none;
}

.add-invoice-row {
    text-transform: uppercase;
}

.input-group-addon {
    cursor: pointer;
}

.invoice-body {
    margin: 10px 5%;
    background: white;
    box-shadow: 0px 0px 35px -12px rgba(0, 0, 0, 0.35);
    border-radius: 4px;
    position: relative;
}

.invoice-header {
    min-height: 200px;
    padding: 50px 80px 0px;
    margin: 0px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.invoice-header .row {
    margin-bottom: 10px;
}

.invoice-info {
    padding: 20px 80px;
    min-height: 200px;
}

.invoice-total {
    padding: 20px 80px;
    min-height: 300px;
}

.invoice-total .final-profit {
    margin-top: 10px;
}


.invoice-footer {
    padding: 20px 80px;
}

.invoice-end {
    padding: 0px 80px 20px 80px;
}

.invoice-end button {
    text-transform: uppercase;
}

.payee-info {
    margin-top: 20px;
}

.payment-info {
    margin-top: 40px;
}


/* --- NEW INVOICE TABLE --- */

.inv-tb-setting {
    cursor: pointer;
    padding-top: 15px !important;
}

.sort-handle {
    cursor: n-resize;
}

.inv-tb-info {
    max-width: 500px;
}

.inv-tb-code {
    max-width: 85px;
}

.inv-tb-code .invoice-input {
    font-size: 12px;
}

.ui-sortable-helper { /* so that invoice table row would not shrink */
    display: table;
}

.delete-row-job-btn {
    cursor: pointer;
    border: 1px solid red;
    background: red;
    padding: 2px 10px;
    border-radius: 4px;
    color: #fff;
    line-height: 2;
}


/* --- NEW INVOICE INPUT --- */

.invoice-header input {
    border-radius: 2px;
    border: none;
    /*padding: 4px;*/
    width: 100%;
}

.new-custom-contact {
    width: initial !important;
}

.invoice-fixed-period {
    padding: 4px;
}

.invoice-header select {
    width: 100%;
    border-radius: 2px;
}

.invoice-header button {
    padding: 4px;
    border-radius: 2px;
    text-transform: uppercase;
}

.invoice-header textarea {
    margin: 10px 0px;
    border-radius: 2px;
}

.payment-deadline {
    width: 37px !important;
    margin-top: -5px;
}

.invoice-datepicker {
    margin-top: -8px;
}

.payee-contact {
    margin-top: -5px;
    position: relative;
}

.invoice-edit-client-contact {
    position: relative;
    margin-left: 10px;
    cursor: pointer;
    font-size: 12px;
    top: -8px;
    transition: .1s;
}

.invoice-edit-client-contact:hover {
    font-size: 15px;
}

.invoice-edit-client-contact-save {
    cursor: pointer;
    position: absolute;
    left: 258px;
    top: 8px;
    transition: .1s;
}

.invoice-edit-client-contact-save:hover {
    color: #40c146;
}

.invoice-edit-client-contact-save.contact-active {
    color: #40c146;
}

.invoice-edit-client-contact-close {
    cursor: pointer;
    position: absolute;
    left: 259px;
    top: 26px;
    transition: .1s;
}

.invoice-edit-client-contact-close:hover {
    color: #ff0f17;
}

.invoice-input {
    border: transparent;
    /* resize: none; */
    padding: 5px;
    transition: 0.3s;
    background: #e7e7e7;
    border-radius: 2px;
}

.invoice-input:hover {
    background: lightgray;
    padding: 5px;
    border-radius: 2px;
}

.invoice-input:focus {
    background: lightgray;
    padding: 5px;
    border-radius: 2px;
}

.inv-tb-info .invoice-input {
    padding-bottom: 0px;
}

.invoice-tax-input {
    width: 25px;
}

.small-input {
    width: 100%;
}

.medium-input {
    max-width: 100px;
}

.small-td {
    max-width: 65px;
}

.extra-small-td {
    width: 95px;
}

.disabled {
    background: none !important;
    border: none;
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
}

.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
}


/* --- NEW INVOICE THEME --- */

.invoice-bg-dark {
    background: #333741;
    color: white;
}

.input-white {
    color: white;
}

.input-dark {
    color: #333;
}

.status-color {
    width: 20px;
    height: 20px;
    background: black;
    display: inline-block;
    border-radius: 40px;
    margin-top: 5px;
}

.status-paperclip {
    position: absolute;
    left: 54px;
    top: 8px;
}

.status-calendar {
    position: absolute;
    top: 8px;
    left: 34px;
}

.status-history {
    position: absolute;
    top: 8px;
    left: 72px;
}

.status-e-invoice {
    position: absolute;
    top: 8px;
    left: 85px;
}

.status-ee-almic {
    position: absolute;
    top: 8px;
    left: 105px;
}

.st-color-blue {
    background: #2196F3;
}

.st-color-yellow {
    background: #ecec33;
}

.st-color-green {
    background: #40c146;
}

.st-color-dark-green {
    background: #2f9935;
}

.st-color-red {
    background: #ff0f17;
}

.st-color-gray {
    background: #c5c6cf;
}

.st-color-txt-red {
    color: #ff0f17;
}

.st-color-txt-gray {
    color: #bbbbbb;
}

.invoice-div-btn {
    background: #dddddd;
    padding: 4px;
    border-radius: 2px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    border: 1px solid whitesmoke;
}


/* --- NEW INVOICE RIBBON --- */

.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon span {
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 20px;
    transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#9BC90D 0%, #79A70A 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    right: -21px;
}

.ribbon span::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #79A70A;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}

.ribbon span::after {
    content: '';
    position: absolute;
    right: 0%;
    top: 100%;
    z-index: -1;
    border-right: 3px solid #79A70A;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}

.left-ribbon {
    position: absolute;
    left: -6px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.left-ribbon span {
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 20px;
    transform: rotate(-45deg);
    width: 100px;
    display: block;
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 20px;
    right: -5px;
}

.left-ribbon span::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #79A70A;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}

.left-ribbon span::after {
    content: '';
    position: absolute;
    right: 0%;
    top: 100%;
    z-index: -1;
    border-right: 3px solid #79A70A;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}

#fixed-ribbon {
    display: none;
}

.red span {
    background: linear-gradient(#F70505 0%, #8F0808 100%);
}

.red span::before {
    border-left-color: #8F0808;
    border-top-color: #8F0808;
}

.red span::after {
    border-right-color: #8F0808;
    border-top-color: #8F0808;
}

.blue span {
    background: linear-gradient(#2989d8 0%, #1e5799 100%);
}

.blue span::before {
    border-left-color: #1e5799;
    border-top-color: #1e5799;
}

.blue span::after {
    border-right-color: #1e5799;
    border-top-color: #1e5799;
}

.lightblue span {
    background: linear-gradient(#68b8fb 0%, #4c49f7 100%);
}

.lightblue span::before {
    border-left-color: #1e5799;
    border-top-color: #1e5799;
}

.lightblue span::after {
    border-right-color: #1e5799;
    border-top-color: #1e5799;
}

/* TOP RIBBON */


.top-ribbon {
    margin: 3em;
    /* IE10 Consumer Preview */
    background-image: -ms-radial-gradient(center top, circle farthest-side, #FF0000 0%, #990000 100%);
    /* Mozilla Firefox */
    background-image: -moz-radial-gradient(center top, circle farthest-side, #FF0000 0%, #990000 100%);
    /* Opera */
    background-image: -o-radial-gradient(center top, circle farthest-side, #FF0000 0%, #990000 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(radial, center top, 0, center top, 487, color-stop(0, #FF0000), color-stop(1, #990000));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-radial-gradient(center top, circle farthest-side, #FF0000 0%, #990000 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: radial-gradient(circle farthest-side at center top, #FF0000 0%, #990000 100%);
    width: 5em;
    height: 10em;
    position: absolute;
    border-top-right-radius: .2em;
    border-top-left-radius: .2em;
    margin: auto;
    font-family: 'Kite One', sans-serif;
    left: 58%;
    top: -2px;
}

.top-ribbon i {
    width: 90%;
    height: 120%;
    display: block;
    margin: auto;
    z-index: 100;
    position: relative;
    border-right: dashed 0.0625em #333;
    border-left: dashed 0.0625em #333;
    overflow: hidden;
}

.top-ribbon i span {
    color: #FFF;
    display: block;
    text-align: center;
    top: 50%;
    margin-top: -2em;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    position: relative;
    text-shadow: 0.0625em 0.0625em 0.0625em #333;
    font-style: normal;
    font-weight: bold;
}

.top-ribbon s {
    width: 0.625em;
    height: 0.625em;
    background: #333;
    top: 50%;
    margin-top: -0.3125em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    display: block;
    position: absolute;
    opacity: .5;
}

.top-ribbon s:nth-of-type(1) {
    margin-left: -1.25em;
    left: 0;
}

.top-ribbon s:nth-of-type(2) {
    right: 0;
    margin-right: -1.25em;
}

.top-ribbon:before {
    content: "";
    position: absolute;
    bottom: -2.4em;
    left: 0;
    width: 0;
    height: 0;
    border-top: 2.5em solid #990000;
    border-right: 2.5em solid transparent;
}

.top-ribbon:after {
    content: "";
    position: absolute;
    bottom: -2.4em;
    right: 0;
    width: 0;
    height: 0;
    border-top: 2.5em solid #990000;
    border-left: 2.5em solid transparent;
}

/* --- E INVOICE --- */

.e-invoice-wrapper {
    transition: 0.2s;
}

/* --- INVOICE USER JOB --- */

.invoice-job-user {
    padding: 10px;
    cursor: pointer;
    text-align: center;
}

.invoice-job-user-icon {
    font-size: 30px;
}

/* --- INVOICE FOOTER --- */

.invoice-author {
    margin-top: 20px;
    margin-left: 15px;
}

/* --- INVOICE SEARCH --- */

.invoice-search-filter {
    background: #e7e7e7;
    padding: 16px;
}

.invoice-search-filter .checkbox {
    margin-top: 6px;
}

.invoice-search-statistics {
    background: #e7e7e7;
    padding: 16px;
    margin-top: 20px;
}

.invoice-search-filter label {
    text-transform: uppercase;
}

.invoice-search-submit {
    background: #676e81;
    padding: 5px 20px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    transition: .3s;
    border-radius: 4px;
}

.invoice-search-submit:hover {
    background: #555b6b;
}

.choose-firm {
    color: rgb(163, 163, 163);
}

.invoice-search-result th {
    padding: 0 0 0 10px !important;
}

.invoice-search-result tbody tr td {
    padding: 4px 10px !important;
}

.invoice-search-statistics table td:first-child {
    text-transform: uppercase;
}

.invoice-search-statistics table td:nth-child(2) {
    font-weight: bold;
}

.invoice-search-statistics h2 {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.stat-profit {
    background: #fafafa;
}

.stat-profit td:first-child {
    font-weight: bold;
}

.stat-unsent {
    background: gainsboro;
}

/*======================*/
/*===== KLIENDI SALDO ==*/
/*======================*/


.balance-bg {
    background: white;
    padding: 20px;
    border-radius: 2px;
}

.get-balance-btn {
    margin-bottom: 20px;
}

.get-balance-pdf-btn {
    margin-top: 10px;
    text-transform: uppercase;
}

.client-balance-table {
    margin-bottom: 0px;
}

/*======================*/
/*===== FOOTER      ====*/
/*======================*/

.footer {
    background: gray;
    height: 60px;
    margin-top: 30px;
    position: absolute;
    background-color: #323640;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.footer-logo {
    width: 80px;
}

.footer-logo-wrapper {
    text-align: center;
    padding-top: 20px;
}


/*======================*/
/*===== WIDGETS     ====*/
/*======================*/

/* --- PRETTY CHECKBOX --- */
.form-group input[type="checkbox"] {
    display: none;
}

.form-group input[type="checkbox"] + .btn-group > label span {
    width: 20px;
}

.form-group input[type="checkbox"] + .btn-group > label span:first-child {
    display: none;
}

.form-group input[type="checkbox"] + .btn-group > label span:last-child {
    display: inline-block;
}

.form-group input[type="checkbox"]:checked + .btn-group > label span:first-child {
    display: inline-block;
}

.form-group input[type="checkbox"]:checked + .btn-group > label span:last-child {
    display: none;
}

.user-info-form input[disabled] {
    border: none;
    box-shadow: none;
    cursor: initial;
}

/* --- KLIENDI TABEL --- */
.flat-table {
    font-family: sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 115%;
    overflow: auto;
    width: 100%;
    border-radius: 2px;
}

.flat-table th {
    background-color: #333741;
    color: #fff;
    font-weight: normal;
    padding: 7px 14px;
    text-align: center;
}

.flat-table th:not(:first-child) {
    border-left: 2px solid #515567;
}

.flat-table td {
    background-color: #eeeeee;
    color: #6f6f6f;
    padding: 7px 14px;
    text-align: center;
}

.flat-table td:not(:first-child) {
    border-left: 2px solid #fff;
}

.client-info {
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 16px -5px rgba(0, 0, 0, 0.5);
    border-radius: 2px;
}

.client-info-table {
    border-bottom: 10px solid #fff;
}

.client-info-td {
    padding: 0 !important;
    text-align: initial !important;
}

.client-info-td > .trumbowyg-box {
    margin: 0 !important;
    border: none;
}

.info-save-stat {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 40px;
    position: relative;
    left: -6px;
}

.info-save-stat.saved {
    background: #40c146;
}

.info-save-stat.saving {
    background: #ff0f17;
}

.client-info-td .trumbowyg-button-pane {
    text-align: center;
}

.delete-client-btn {
    cursor: pointer;
    padding: 10px;
    text-transform: uppercase;
}

.delete-client-btn.delete-client-disabled {
    color: #d0d0d0;
    cursor: no-drop;
}

/* --- KOKKUVÕTTED --- */

.user-job-report .company_list_letter {
    margin-top: 0px;
}

.user-job-report h2 {
    font-size: 21px;
    color: #323640;
    text-transform: uppercase;
}

/* --- SPINNER LOADBARD --- */

.almic.spinner {
    width: 63px;
    text-align: center;
    display: inline;
}

.almic.spinner > div {
    width: 14px;
    height: 14px;
    background-color: #333;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.almic.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.almic.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

/* ========================== */
/* === PROJEKTIJUHTIMINE ==== */
/* ========================== */

.user-color-btn {
    width: 11px;
    height: 11px;
    background: #4d4d4d;
    display: inline-block;
    border-radius: 3px;
    margin-right: 5px;
}

.uploaded-files {
    list-style: none;
}

.uploaded-files li:not(:last-child) {
    margin-bottom: 5px;
}

.uploaded-files .remove-icon {
    background: #e8e8e8;
    padding: 6px 8px;
    border-radius: 40px;
    cursor: pointer;
}

.uploaded-files .remove-icon:hover {
    background: #c9c9c9;
}

.project-status {
    padding: 3px 10px;
    border-radius: 25px;
    text-transform: uppercase;
    color: black;
    display: inline-block;
}

.status-yellow {
    background: #fdd835;
}

.status-gray {
    background: #bdbdbd;
}

.status-green {
    background: #8bc34a;
}

.status-red {
    background: #f44336;
}

.status-blue {
    background: #03a9f4;
}

.importance {
    display: block;
    width: 100%;
    height: 25px;
}

/* ====================== */
/* === MOBILE VIEWS ===== */
/* ======================*/

@media (min-width: 1455px) {
    .container {
        width: 100%;
        width: 1440px;
    }

}

@media (max-width: 1455px) {
    .invoice-body {
        margin: 10px;
    }

}

@media (max-width: 1200px) {
    .flat-table {
        display: block;
        width: auto;
    }
}

@media (max-width: 767px) {
    .top-navbar .navbar-nav .open .dropdown-menu {
        position: absolute;
        min-width: 160px;
        background-color: white;
        border: 1px solid rgba(0, 0, 0, .15);
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    }


    .invoice-header {
        padding: 50px 0px;
    }

    .invoice-info {
        padding: 20px 15px;
    }

    .invoice-total {
        padding: 20px 15px;
    }

    .invoice-footer {
        padding: 20px 15px;
    }

}


/* --- LOADING CSS ANIMATION --- */
#loading-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    z-index: 10000;
}

#loading-text {
    display: block;
    position: absolute;
    top: 49%;
    left: 50%;
    color: #eaeaea;
    width: 100px;
    height: 30px;
    margin: -7px 0 0 -45px;
    text-align: center;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 20px;
    text-shadow: 0px 0px 4px black;
}

#loading-content {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 170px;
    height: 170px;
    margin: -85px 0 0 -85px;
    border: 3px solid #F00;
}

#loading-content:after {
    content: "";
    position: absolute;
    border: 3px solid #0F0;
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
}

#loading-content:before {
    content: "";
    position: absolute;
    border: 3px solid #00F;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
}

#loading-content {
    border: 3px solid transparent;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-radius: 50%;
    -webkit-animation: loader 2s linear infinite;
    -moz-animation: loader 2s linear infinite;
    -o-animation: loader 2s linear infinite;
    animation: loader 2s linear infinite;
}

#loading-content:before {
    border: 3px solid transparent;
    border-top-color: #f73e45;
    border-bottom-color: #ff4545;
    border-radius: 50%;
    -webkit-animation: loader 3s linear infinite;
    -moz-animation: loader 2s linear infinite;
    -o-animation: loader 2s linear infinite;
    animation: loader 3s linear infinite;
}

#loading-content:after {
    border: 3px solid transparent;
    border-top-color: #131313;
    border-bottom-color: #0a0a0a;
    border-radius: 50%;
    -webkit-animation: loader 1.5s linear infinite;
    animation: loader 1.5s linear infinite;
    -moz-animation: loader 2s linear infinite;
    -o-animation: loader 2s linear infinite;
}

/* @-webkit-keyframes loaders {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
} */

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* --- CLIPPED INVOICE --- */
.clipped-invoice {
    position: absolute;
    width: 115px;
    height: 20px;
    background: #ececec;
    right: 82px;
    top: -7px;
    z-index: -1;
    transform: rotate(3deg);
    border: 1px solid #cacaca;
}

.paper-clip-wrapper {
    display: none;
    cursor: pointer;
}

span.paper-clip:after {
    width: 11px;
    height: 20px;
    content: " ";
    display: block;
    position: absolute;
    right: 2px;
    top: 5px;
    border-radius: 10px;
    border: 2px solid #b1b1b1;
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

span.paper-clip {
    height: 40px;
    width: 15px;
    border-radius: 10px;
    border: 2px solid #b1b1b1;
    display: inline-block;
    position: absolute;
    right: 100px;
    top: -18px;
    transform: rotate(10deg);
    box-shadow: 0 0 14px -5px black;
    transition: .5s;
}

.change-all-users {
    border: 1px solid #939393;
    margin-top: 20px;
    padding: 10px 60px;
    font-size: 15px;
    text-transform: uppercase;
    transition: .2s;
}

.change-all-users:hover {
    border: 1px solid black;
    background: black;
    color: white;
}

/*//////////////////////////////////*/
.badge {
    padding: 1px 9px 2px;
    font-size: 12.025px;
    font-weight: bold;
    white-space: nowrap;
    color: #ffffff;
    background-color: #999999;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.badge:hover {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.badge-error {
    background-color: #b94a48;
}

.badge-error:hover {
    background-color: #953b39;
}

.badge-warning {
    background-color: #f89406;
}

.badge-warning:hover {
    background-color: #c67605;
}

.badge-success {
    background-color: #468847;
}

.badge-success:hover {
    background-color: #356635;
}

.badge-info {
    background-color: #3a87ad;
}

.badge-info:hover {
    background-color: #2d6987;
}

.badge-inverse {
    background-color: #333333;
}

.badge-inverse:hover {
    background-color: #1a1a1a;
}

.bug-time {
    position: absolute;
    top: 6px;
    right: 10px;
}

.small-editor-height .trumbowyg-box,
.small-editor-height .trumbowyg-editor,
.small-editor-height .trumbowyg-textarea {
    min-height: 100px;
}

.small-editor-height .trumbowyg-editor,
.small-editor-height .trumbowyg-textarea {
    padding: 5px;
    font-size: 12px;
    color: black;
}

.small-editor-height .trumbowyg-editor p {
    margin: 0;
}

.max-height-scrollbar.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.max-height-scrollbar.ui-autocomplete li.ui-menu-item {
    border: 0;
    margin: 0;
}

.col-sm-10.d-flex {
    display: flex;
}

.col-sm-10.d-flex > .btn.btn-default {
    margin-left: 15px;
    flex: 0 0 auto;
    min-width: 60px;
}

.col-sm-10.d-flex > .btn.btn-default.is-set-as-readonly {
    display: none;
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out, width .3s;
}

.modal[data-width-class="100%"] > .modal-dialog {
    width: calc(100% - 12px);
    margin-left: 12px;
}

.modal.z-layer-1 {
    z-index: 1050;
}

.modal.z-layer-2 {
    z-index: 1052;
}

.modal.z-layer-1 ~ .modal-backdrop {
    z-index: 1049;
}

.modal.z-layer-2 ~ .modal-backdrop ~ .modal-backdrop {
    z-index: 1051;
}

.modal.disabled-loading > .modal-dialog > .modal-content::after {
    position: fixed;
    content: "";
    left: -50vw;
    width: 100vw;
    margin-left: 50%;
    top: -95px;
    height: 100vh;
    z-index: 1053;
    cursor: wait;
}

.modal .remove-input-value-parent {
    position: relative;
}

.modal .remove-input-value-parent .btn.empty-input {
    position: absolute;
    color: #c3c3c3;
}

.modal .remove-input-value-parent:not(:hover) .btn.empty-input {
    opacity: 0.2;
}

.modal .save-data.cart-export {
    display: flex;
    flex-direction: column;
}

.modal .save-data.cart-export > .col-sm-12 {
    margin-bottom: 15px;
}

.modal .save-data.cart-export > table {
    width: calc(100% - 30px);
    margin-inline: 15px;
}

.modal .save-data.inbox-edit {
    display: flex;
}

.modal .save-data.inbox-edit label.pdf-preview {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal .save-data.inbox-edit label.pdf-preview:hover {
    text-decoration: underline;
}

.modal .save-data.inbox-edit .pdf-preview {
    height: calc(100vh - 5vh - 305px);
    min-height: calc(100% - 49px);
    border: 0;
    width: 100%;
}

.modal .save-data.inbox-edit .pdf-preview.hidden {
    display: none;
}

.modal .save-data.inbox-edit table {
    width: calc(100% + 30px);
}

.modal .save-data.inbox-edit table thead th,
.modal .save-data.inbox-edit table tfoot th,
.modal .save-data.cart-export > table thead th,
.modal .save-data.cart-export > table tfoot th {
    text-align: center;
}

.modal .save-data.inbox-edit table tbody .remove-input-value-parent .btn.empty-input {
    background: #ffffff7a;
    padding: 0;
    display: flex;
    width: 15px;
    height: 15px;
    align-items: center;
    justify-content: center;
    top: 0 !important;
}

.modal .save-data.inbox-edit table thead th:last-child {
    width: 40px;
}

.modal .save-data.cart-export > table tbody td:not(:last-child),
.modal .save-data.inbox-edit table tbody td:not(:last-child) {
    border: solid #ccc 1px;
}

.modal .save-data.inbox-edit table tbody tr:first-child td:last-child .btn .fa-trash,
.modal .save-data.inbox-edit table tbody tr:not(:first-child) td:last-child .btn .fa-plus {
    display: none;
}

.modal .save-data.inbox-edit table thead th:nth-child(6),
.modal .save-data.inbox-edit table tbody tr:nth-child(odd) td:nth-child(6),
.modal .save-data.inbox-edit table tbody tr:nth-child(even) td:nth-child(2) {
    border: 0;
    width: 4px;
}

.modal .save-data.inbox-edit table tbody td textarea {
    height: 18px;
    min-height: 18px;
    line-height: 16px;
    padding-block: 1px;
    font-style: italic;
}

.modal .save-data.cart-export > table tbody td textarea {
    height: 36px;
    min-height: 36px;
    border: 0;
    padding-block: 1px;
    padding-inline: 5px;
}

.modal .save-data.inbox-edit table tbody td textarea,
.modal .save-data.inbox-edit table tbody td input
.modal .save-data.cart-export > table tbody td textarea,
.modal .save-data.cart-export > table tbody td input {
    width: 100%;
    padding-inline: 1px;
    border: 0;
    background: transparent;
}

.modal .save-data.inbox-edit table tbody td textarea,
.modal .save-data.inbox-edit table tbody td input[type="text"],
.modal .save-data.cart-export > table tbody td textarea {
    font-size: 12px;
    color: black;
}

.modal .save-data.inbox-edit table tbody td input[type="text"] {
    padding-inline: 2px;
}

.vertical-ellipsis-2-lines {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-word;
    line-height: 20px;
    max-height: 40px;
}

#stock-table_wrapper #stock-table[data-type="sisse"] > tbody > tr > td:not(:last-child),
#stock-table_wrapper #stock-table[data-type="laos"] > tbody > tr > td:not(:first-child):not(:last-child),
#stock-table_wrapper #stock-table[data-type="valjastatud"] > tbody > tr > td:not(:last-child) {
    cursor: pointer;
}

#stock-table_wrapper #stock-table > tbody > tr:not(.loaded-content) {
    height: 52px;
}

#stock-table_wrapper #stock-table > tbody > tr:not(.loaded-content):not(.opened) > td:first-child > .fa-caret-square-o-down,
#stock-table_wrapper #stock-table > tbody > tr:not(.loaded-content).opened > td:first-child > .fa-caret-square-o-right,
#stock-table_wrapper #stock-table > tbody > tr:not(.loaded-content).loading > td:first-child > .fa-caret-square-o-down,
#stock-table_wrapper #stock-table > tbody > tr:not(.loaded-content).loading > td:first-child > .fa-caret-square-o-right,
#stock-table_wrapper #stock-table > tbody > tr:not(.loaded-content).loading > td:first-child > .fa-pencil,
#stock-table_wrapper #stock-table > tbody > tr.loaded-content.loading > td:first-child > .fa-pencil,
#stock-table_wrapper #stock-table > tbody > tr.loading > td:first-child > .checkbox,
#stock-table_wrapper #stock-table > tbody > tr:not(.loading) > td:first-child > .fa-spinner {
    display: none;
}

#stock-table_wrapper #stock-table > tbody > tr.loading > td:not(:last-child) {
    cursor: wait;
}

#stock-table_wrapper #stock-table > tbody > tr.loaded-content > td {
    padding-block: 0;
    color: black;
    font-size: 12px;
}

#stock-table_wrapper #stock-table > tbody > tr.odd > td:hover {
    background: #f7f7f7;
}

#stock-table_wrapper #stock-table > tbody > tr.even > td:hover {
    background: white;
}

#stock-table_wrapper #stock-table > tbody > tr.odd:hover > td {
    background: #e8e8e8;
}

#stock-table_wrapper #stock-table > tbody > tr.even:hover > td {
    background: #e8e8e8;
}

#stock-table_wrapper #stock-table > tbody > tr {
    --opened-row-shadow-color: #e7e7e7;
}

#stock-table_wrapper #stock-table > tbody > tr:not(.loaded-content).opened > td {
    box-shadow: inset 0 1px 0 0 var(--opened-row-shadow-color);
}

#stock-table_wrapper #stock-table > tbody > tr.loaded-content > td {
    box-shadow: inset 0 1px 0 0 var(--opened-row-shadow-color);
}

#stock-table_wrapper #stock-table > tbody > tr:not(.loaded-content).opened > td:first-child,
#stock-table_wrapper #stock-table > tbody > tr.loaded-content > td:first-child {
    box-shadow: inset 1px 1px 0 0 var(--opened-row-shadow-color);
}

#stock-table_wrapper #stock-table > tbody > tr:not(.loaded-content).opened > td:last-child,
#stock-table_wrapper #stock-table > tbody > tr.loaded-content > td:last-child {
    box-shadow: inset -1px 1px 0 0 var(--opened-row-shadow-color);
}

#stock-table_wrapper #stock-table > tbody > tr.loaded-content.last-loaded > td {
    box-shadow: inset 0 -1px 0 0 var(--opened-row-shadow-color), inset 0 1px 0 0 var(--opened-row-shadow-color);
}

#stock-table_wrapper #stock-table > tbody > tr.loaded-content.last-loaded > td:last-child {
    box-shadow: inset 0 -1px 0 0 var(--opened-row-shadow-color), inset 0 1px 0 0 var(--opened-row-shadow-color), inset -1px -1px 0 0 var(--opened-row-shadow-color);
}

#stock-table_wrapper #stock-table > tbody > tr.loaded-content.last-loaded > td:first-child {
    box-shadow: inset 0 -1px 0 0 var(--opened-row-shadow-color), inset 0 1px 0 0 var(--opened-row-shadow-color), inset 1px -1px 0 0 var(--opened-row-shadow-color);
}

#stock-table_wrapper #stock-table > tbody > tr.loaded-content.last-loaded + tr:not(.loaded-content).opened > td {
    box-shadow: none;
}

#stock-table_wrapper #stock-table > tbody > tr.loaded-content.last-loaded + tr:not(.loaded-content).opened > td:first-child {
    box-shadow: inset 1px 0 0 0 var(--opened-row-shadow-color);
}

#stock-table_wrapper #stock-table > tbody > tr.loaded-content.last-loaded + tr:not(.loaded-content).opened > td:last-child {
    box-shadow: inset -1px 0 0 0 var(--opened-row-shadow-color);
}

#stock-table_wrapper #stock-table > thead > tr > th:last-child {
    padding-inline-end: 0;
}

#stock-table_wrapper #stock-table > tfoot > tr > th.footer-totals {
    padding-inline-start: 5px;
}

#stock-table_wrapper #stock-table > thead > tr > th:first-child .checkbox {
    margin-top: 6px;
    margin-left: 7px;
}

#stock-table_wrapper #stock-table > tbody > tr:not(.loading) > td:first-child .checkbox {
    display: flex;
}

#stock-table_wrapper #stock-table > tbody > tr:not(.loading).loaded-content > td:first-child .checkbox > label {
    padding-top: 3px;
}

#stock-table_wrapper #stock-table .checkbox > label > input:not(:checked).partial + span.cr::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 3px;
    background: #575757;
    position: absolute;
    margin-top: calc(50% - 1px);
    margin-left: calc(50% - 5px);
}


#stock-table_wrapper #stock-table > tbody > tr.loaded-content > td table.outbound-details-table {
    width: 100%;
    margin-bottom: 5px;
}

#stock-table_wrapper #stock-table > tbody > tr.loaded-content > td table.outbound-details-table tbody {
    border-width: 0;
}

#stock-table_wrapper #stock-table > tbody > tr.loaded-content > td table.outbound-details-table thead tr th {
    padding-inline-start: 18px;
    padding-block: 5px;
    color: #575757;
}

#stock-table_wrapper #stock-table > tbody > tr.loaded-content > td table.outbound-details-table thead tr th:last-child {
    padding-inline: 0px;
    text-align: center;
}

#stock-table_wrapper #stock-table > tbody > tr.loaded-content > td table.outbound-details-table tbody tr td:last-child {
    text-align: center;
}

#stock-table_wrapper #stock-table > tbody > tr.loaded-content > td table.outbound-details-table tbody tr td:last-child .btn {
    padding: 0 5px;
}

#stock-table_wrapper #stock-table > tbody > tr.loaded-content > td table.outbound-details-table tbody tr td {
    padding-block: 1px;
    border-bottom: 1px solid #e7e7e7;
}

#stock-table_wrapper #stock-table > tbody > tr.loaded-content > td table.outbound-details-table tbody tr:last-child td {
    border-bottom-width: 0;
}

#stock-table_wrapper #stock-table > tbody > tr > td.dataTables_empty {
    line-height: 39px;
}

#stock-table_wrapper #stock-table[data-type="laos"] > thead > tr > th {
    font-size: 13px;
}

#stock-table_wrapper #stock-table[data-type="laos"] > tbody > tr > td {
    font-size: 12px;
}

#stock-table_wrapper #stock-table[data-type="laos"][data-project]:not([data-project="*"]) > thead > tr > th:nth-child(3),
#stock-table_wrapper #stock-table[data-type="laos"][data-project]:not([data-project="*"]) > tbody > tr > td:nth-child(3),
#stock-table_wrapper #stock-table[data-type="laos"][data-project]:not([data-project="*"]) > tfoot > tr > th:nth-child(3) {
    display: none;
}

#stock-table_wrapper #stock-table[data-type="laos"][data-project="*"] > thead > tr > th:nth-child(1),
#stock-table_wrapper #stock-table[data-type="laos"][data-project="*"] > tbody > tr > td:nth-child(1),
#stock-table_wrapper #stock-table[data-type="laos"][data-project="*"] > tfoot > tr > th:nth-child(1) {
    display: none;
}

.all-stock-list > .additional-actions {
    margin-left: 112px;
    margin-right: 401px;
    margin-bottom: -35px;
    z-index: 2;
    position: relative;
    padding-inline: 10px;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    align-items: flex-end;
    min-height: 35px;
}

.all-stock-list > .additional-actions [data-action="change-stock-project"] {
    height: 35px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    font-size: 16px;
    padding-left: 10px;
    -webkit-box-shadow: 0px 16px 33px -15px rgb(0 0 0 / 7%);
    -moz-box-shadow: 0px 16px 33px -15px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 16px 33px -15px rgb(0 0 0 / 7%);
    line-height: 30px;
    width: 200px;
}

.all-stock-list > .additional-actions [data-role="change-stock-project"] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-right: auto;
}

.all-stock-list > .additional-actions [data-role="change-stock-project"].in-edit [data-action="change-project-name"] .fa-pencil,
.all-stock-list > .additional-actions [data-role="change-stock-project"]:not(.in-edit) [data-action="change-project-name"] .fa-save,
.all-stock-list > .additional-actions [data-role="change-stock-project"].in-edit [data-action="change-stock-project"],
.all-stock-list > .additional-actions [data-role="change-stock-project"]:not(.in-edit) [data-role="change-project-name"] {
    display: none;
}

.all-stock-list > .additional-actions [data-role="change-project-name"] {
    height: 35px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    font-size: 16px;
    padding-left: 10px;
    -webkit-box-shadow: 0px 16px 33px -15px rgb(0 0 0 / 7%);
    -moz-box-shadow: 0px 16px 33px -15px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 16px 33px -15px rgb(0 0 0 / 7%);
    line-height: 30px;
    width: 200px;
}

.all-stock-list > .additional-actions [data-role="change-project-name"].invalid-name {
    border-color: red;
}

.all-stock-list > .additional-actions [data-action="change-project-name"] {
    height: 35px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    font-size: 16px;
    -webkit-box-shadow: 0px 16px 33px -15px rgb(0 0 0 / 7%);
    -moz-box-shadow: 0px 16px 33px -15px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 16px 33px -15px rgb(0 0 0 / 7%);
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.all-stock-list > .additional-actions [data-action="change-project-name"]:not(:hover) {
    background: transparent;
    border-color: transparent;
}

.all-stock-list > .additional-actions .form-control:hover {
    border-color: #515567;
}

.all-stock-list > .additional-actions [data-role="stock-list-filters"] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}

.all-stock-list > .additional-actions [data-role="stock-list-filters"] button {
    width: min-content;
    white-space: nowrap;
    position: relative;
    border-radius: 4px;
    font-size: 16px;
    -webkit-box-shadow: 0px 16px 33px -15px rgb(0 0 0 / 7%);
    -moz-box-shadow: 0px 16px 33px -15px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 16px 33px -15px rgb(0 0 0 / 7%);
    background: #e7e7e7;
}

.all-stock-list > .additional-actions [data-role="stock-list-filters"] button i {
    position: absolute;
    right: 10px;
    top: 8px;
    opacity: 1;
    transition: opacity 0.2s;
    box-shadow: 0 0 5px 3px #e7e7e7;
    background: #e7e7e7;
}

.all-stock-list > .additional-actions [data-role="stock-list-filters"] button:not(:hover) i {
    opacity: 0;
}

.subactive.dept_1.pull-right.half-underline {
    text-decoration: none;
}

.subactive.dept_1.pull-right.half-underline > a > span {
    text-decoration: underline !important;
}

.subactive.dept_1.pull-right.half-underline > a[data-stock-cart-count="0"] {
    display: none;
}

.subactive.dept_1.pull-right.half-underline > a[data-stock-cart-count]::after {
    content: " (" attr(data-stock-cart-count) ")";
}

.btn[data-role="stock-document-button"] {
    position: relative;
    overflow: hidden;
}

.btn[data-role="stock-document-button"][data-count]:not([data-count="0"]) > .fa-plus {
    display: none;
}

.btn[data-role="stock-document-button"][data-count]:not([data-count="-"]) > .fa-trash {
    display: none;
}

.btn.upload-readonly[data-role="stock-document-button"][data-count]:not([data-count="1"]) > .fa-eye,
.btn:not(.upload-readonly)[data-role="stock-document-button"][data-count] > .fa-eye {
    display: none;
}

.btn:not(.upload-readonly)[data-role="stock-document-button"][data-count]:not([data-count="0"]):not([data-count="-"])::before,
.btn.upload-readonly[data-role="stock-document-button"][data-count]:not([data-count="0"]):not([data-count="1"]):not([data-count="-"])::before {
    content: attr(data-count);
    font-weight: bold;
}

.btn[data-role="stock-document-button"] > input {
    background: transparent;
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.btn[data-role="stock-document-button"][data-count]:not([data-count="0"]) > input {
    display: none;
}

.btn.upload-loading {
    position: relative;
    cursor: wait !important;
}

.btn.upload-loading::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    display: block;
    background-color: black;
    width: 100%;
    opacity: 0.5;
    z-index: 0;
}

.btn.upload-loading[data-progress="0"]::after, .btn.upload-loading[data-progress^="0."]::after {
    width: 100% !important;
}

.btn.upload-loading[data-progress="1"]::after, .btn.upload-loading[data-progress^="1."]::after {
    transition: width 0.1s ease;
    width: 99% !important;
}

.btn.upload-loading[data-progress="2"]::after, .btn.upload-loading[data-progress^="2."]::after {
    transition: width 0.1s ease;
    width: 98% !important;
}

.btn.upload-loading[data-progress="3"]::after, .btn.upload-loading[data-progress^="3."]::after {
    transition: width 0.1s ease;
    width: 97% !important;
}

.btn.upload-loading[data-progress="4"]::after, .btn.upload-loading[data-progress^="4."]::after {
    transition: width 0.1s ease;
    width: 96% !important;
}

.btn.upload-loading[data-progress="5"]::after, .btn.upload-loading[data-progress^="5."]::after {
    transition: width 0.1s ease;
    width: 95% !important;
}

.btn.upload-loading[data-progress="6"]::after, .btn.upload-loading[data-progress^="6."]::after {
    transition: width 0.1s ease;
    width: 94% !important;
}

.btn.upload-loading[data-progress="7"]::after, .btn.upload-loading[data-progress^="7."]::after {
    transition: width 0.1s ease;
    width: 93% !important;
}

.btn.upload-loading[data-progress="8"]::after, .btn.upload-loading[data-progress^="8."]::after {
    transition: width 0.1s ease;
    width: 92% !important;
}

.btn.upload-loading[data-progress="9"]::after, .btn.upload-loading[data-progress^="9."]::after {
    transition: width 0.1s ease;
    width: 91% !important;
}

.btn.upload-loading[data-progress="10"]::after, .btn.upload-loading[data-progress^="10."]::after {
    transition: width 0.1s ease;
    width: 90% !important;
}

.btn.upload-loading[data-progress="11"]::after, .btn.upload-loading[data-progress^="11."]::after {
    transition: width 0.1s ease;
    width: 89% !important;
}

.btn.upload-loading[data-progress="12"]::after, .btn.upload-loading[data-progress^="12."]::after {
    transition: width 0.1s ease;
    width: 88% !important;
}

.btn.upload-loading[data-progress="13"]::after, .btn.upload-loading[data-progress^="13."]::after {
    transition: width 0.1s ease;
    width: 87% !important;
}

.btn.upload-loading[data-progress="14"]::after, .btn.upload-loading[data-progress^="14."]::after {
    transition: width 0.1s ease;
    width: 86% !important;
}

.btn.upload-loading[data-progress="15"]::after, .btn.upload-loading[data-progress^="15."]::after {
    transition: width 0.1s ease;
    width: 85% !important;
}

.btn.upload-loading[data-progress="16"]::after, .btn.upload-loading[data-progress^="16."]::after {
    transition: width 0.1s ease;
    width: 84% !important;
}

.btn.upload-loading[data-progress="17"]::after, .btn.upload-loading[data-progress^="17."]::after {
    transition: width 0.1s ease;
    width: 83% !important;
}

.btn.upload-loading[data-progress="18"]::after, .btn.upload-loading[data-progress^="18."]::after {
    transition: width 0.1s ease;
    width: 82% !important;
}

.btn.upload-loading[data-progress="19"]::after, .btn.upload-loading[data-progress^="19."]::after {
    transition: width 0.1s ease;
    width: 81% !important;
}

.btn.upload-loading[data-progress="20"]::after, .btn.upload-loading[data-progress^="20."]::after {
    transition: width 0.1s ease;
    width: 80% !important;
}

.btn.upload-loading[data-progress="21"]::after, .btn.upload-loading[data-progress^="21."]::after {
    transition: width 0.1s ease;
    width: 79% !important;
}

.btn.upload-loading[data-progress="22"]::after, .btn.upload-loading[data-progress^="22."]::after {
    transition: width 0.1s ease;
    width: 78% !important;
}

.btn.upload-loading[data-progress="23"]::after, .btn.upload-loading[data-progress^="23."]::after {
    transition: width 0.1s ease;
    width: 77% !important;
}

.btn.upload-loading[data-progress="24"]::after, .btn.upload-loading[data-progress^="24."]::after {
    transition: width 0.1s ease;
    width: 76% !important;
}

.btn.upload-loading[data-progress="25"]::after, .btn.upload-loading[data-progress^="25."]::after {
    transition: width 0.1s ease;
    width: 75% !important;
}

.btn.upload-loading[data-progress="26"]::after, .btn.upload-loading[data-progress^="26."]::after {
    transition: width 0.1s ease;
    width: 74% !important;
}

.btn.upload-loading[data-progress="27"]::after, .btn.upload-loading[data-progress^="27."]::after {
    transition: width 0.1s ease;
    width: 73% !important;
}

.btn.upload-loading[data-progress="28"]::after, .btn.upload-loading[data-progress^="28."]::after {
    transition: width 0.1s ease;
    width: 72% !important;
}

.btn.upload-loading[data-progress="29"]::after, .btn.upload-loading[data-progress^="29."]::after {
    transition: width 0.1s ease;
    width: 71% !important;
}

.btn.upload-loading[data-progress="30"]::after, .btn.upload-loading[data-progress^="30."]::after {
    transition: width 0.1s ease;
    width: 70% !important;
}

.btn.upload-loading[data-progress="31"]::after, .btn.upload-loading[data-progress^="31."]::after {
    transition: width 0.1s ease;
    width: 69% !important;
}

.btn.upload-loading[data-progress="32"]::after, .btn.upload-loading[data-progress^="32."]::after {
    transition: width 0.1s ease;
    width: 68% !important;
}

.btn.upload-loading[data-progress="33"]::after, .btn.upload-loading[data-progress^="33."]::after {
    transition: width 0.1s ease;
    width: 67% !important;
}

.btn.upload-loading[data-progress="34"]::after, .btn.upload-loading[data-progress^="34."]::after {
    transition: width 0.1s ease;
    width: 66% !important;
}

.btn.upload-loading[data-progress="35"]::after, .btn.upload-loading[data-progress^="35."]::after {
    transition: width 0.1s ease;
    width: 65% !important;
}

.btn.upload-loading[data-progress="36"]::after, .btn.upload-loading[data-progress^="36."]::after {
    transition: width 0.1s ease;
    width: 64% !important;
}

.btn.upload-loading[data-progress="37"]::after, .btn.upload-loading[data-progress^="37."]::after {
    transition: width 0.1s ease;
    width: 63% !important;
}

.btn.upload-loading[data-progress="38"]::after, .btn.upload-loading[data-progress^="38."]::after {
    transition: width 0.1s ease;
    width: 62% !important;
}

.btn.upload-loading[data-progress="39"]::after, .btn.upload-loading[data-progress^="39."]::after {
    transition: width 0.1s ease;
    width: 61% !important;
}

.btn.upload-loading[data-progress="40"]::after, .btn.upload-loading[data-progress^="40."]::after {
    transition: width 0.1s ease;
    width: 60% !important;
}

.btn.upload-loading[data-progress="41"]::after, .btn.upload-loading[data-progress^="41."]::after {
    transition: width 0.1s ease;
    width: 59% !important;
}

.btn.upload-loading[data-progress="42"]::after, .btn.upload-loading[data-progress^="42."]::after {
    transition: width 0.1s ease;
    width: 58% !important;
}

.btn.upload-loading[data-progress="43"]::after, .btn.upload-loading[data-progress^="43."]::after {
    transition: width 0.1s ease;
    width: 57% !important;
}

.btn.upload-loading[data-progress="44"]::after, .btn.upload-loading[data-progress^="44."]::after {
    transition: width 0.1s ease;
    width: 56% !important;
}

.btn.upload-loading[data-progress="45"]::after, .btn.upload-loading[data-progress^="45."]::after {
    transition: width 0.1s ease;
    width: 55% !important;
}

.btn.upload-loading[data-progress="46"]::after, .btn.upload-loading[data-progress^="46."]::after {
    transition: width 0.1s ease;
    width: 54% !important;
}

.btn.upload-loading[data-progress="47"]::after, .btn.upload-loading[data-progress^="47."]::after {
    transition: width 0.1s ease;
    width: 53% !important;
}

.btn.upload-loading[data-progress="48"]::after, .btn.upload-loading[data-progress^="48."]::after {
    transition: width 0.1s ease;
    width: 52% !important;
}

.btn.upload-loading[data-progress="49"]::after, .btn.upload-loading[data-progress^="49."]::after {
    transition: width 0.1s ease;
    width: 51% !important;
}

.btn.upload-loading[data-progress="50"]::after, .btn.upload-loading[data-progress^="50."]::after {
    transition: width 0.1s ease;
    width: 50% !important;
}

.btn.upload-loading[data-progress="51"]::after, .btn.upload-loading[data-progress^="51."]::after {
    transition: width 0.1s ease;
    width: 49% !important;
}

.btn.upload-loading[data-progress="52"]::after, .btn.upload-loading[data-progress^="52."]::after {
    transition: width 0.1s ease;
    width: 48% !important;
}

.btn.upload-loading[data-progress="53"]::after, .btn.upload-loading[data-progress^="53."]::after {
    transition: width 0.1s ease;
    width: 47% !important;
}

.btn.upload-loading[data-progress="54"]::after, .btn.upload-loading[data-progress^="54."]::after {
    transition: width 0.1s ease;
    width: 46% !important;
}

.btn.upload-loading[data-progress="55"]::after, .btn.upload-loading[data-progress^="55."]::after {
    transition: width 0.1s ease;
    width: 45% !important;
}

.btn.upload-loading[data-progress="56"]::after, .btn.upload-loading[data-progress^="56."]::after {
    transition: width 0.1s ease;
    width: 44% !important;
}

.btn.upload-loading[data-progress="57"]::after, .btn.upload-loading[data-progress^="57."]::after {
    transition: width 0.1s ease;
    width: 43% !important;
}

.btn.upload-loading[data-progress="58"]::after, .btn.upload-loading[data-progress^="58."]::after {
    transition: width 0.1s ease;
    width: 42% !important;
}

.btn.upload-loading[data-progress="59"]::after, .btn.upload-loading[data-progress^="59."]::after {
    transition: width 0.1s ease;
    width: 41% !important;
}

.btn.upload-loading[data-progress="60"]::after, .btn.upload-loading[data-progress^="60."]::after {
    transition: width 0.1s ease;
    width: 40% !important;
}

.btn.upload-loading[data-progress="61"]::after, .btn.upload-loading[data-progress^="61."]::after {
    transition: width 0.1s ease;
    width: 39% !important;
}

.btn.upload-loading[data-progress="62"]::after, .btn.upload-loading[data-progress^="62."]::after {
    transition: width 0.1s ease;
    width: 38% !important;
}

.btn.upload-loading[data-progress="63"]::after, .btn.upload-loading[data-progress^="63."]::after {
    transition: width 0.1s ease;
    width: 37% !important;
}

.btn.upload-loading[data-progress="64"]::after, .btn.upload-loading[data-progress^="64."]::after {
    transition: width 0.1s ease;
    width: 36% !important;
}

.btn.upload-loading[data-progress="65"]::after, .btn.upload-loading[data-progress^="65."]::after {
    transition: width 0.1s ease;
    width: 35% !important;
}

.btn.upload-loading[data-progress="66"]::after, .btn.upload-loading[data-progress^="66."]::after {
    transition: width 0.1s ease;
    width: 34% !important;
}

.btn.upload-loading[data-progress="67"]::after, .btn.upload-loading[data-progress^="67."]::after {
    transition: width 0.1s ease;
    width: 33% !important;
}

.btn.upload-loading[data-progress="68"]::after, .btn.upload-loading[data-progress^="68."]::after {
    transition: width 0.1s ease;
    width: 32% !important;
}

.btn.upload-loading[data-progress="69"]::after, .btn.upload-loading[data-progress^="69."]::after {
    transition: width 0.1s ease;
    width: 31% !important;
}

.btn.upload-loading[data-progress="70"]::after, .btn.upload-loading[data-progress^="70."]::after {
    transition: width 0.1s ease;
    width: 30% !important;
}

.btn.upload-loading[data-progress="71"]::after, .btn.upload-loading[data-progress^="71."]::after {
    transition: width 0.1s ease;
    width: 29% !important;
}

.btn.upload-loading[data-progress="72"]::after, .btn.upload-loading[data-progress^="72."]::after {
    transition: width 0.1s ease;
    width: 28% !important;
}

.btn.upload-loading[data-progress="73"]::after, .btn.upload-loading[data-progress^="73."]::after {
    transition: width 0.1s ease;
    width: 27% !important;
}

.btn.upload-loading[data-progress="74"]::after, .btn.upload-loading[data-progress^="74."]::after {
    transition: width 0.1s ease;
    width: 26% !important;
}

.btn.upload-loading[data-progress="75"]::after, .btn.upload-loading[data-progress^="75."]::after {
    transition: width 0.1s ease;
    width: 25% !important;
}

.btn.upload-loading[data-progress="76"]::after, .btn.upload-loading[data-progress^="76."]::after {
    transition: width 0.1s ease;
    width: 24% !important;
}

.btn.upload-loading[data-progress="77"]::after, .btn.upload-loading[data-progress^="77."]::after {
    transition: width 0.1s ease;
    width: 23% !important;
}

.btn.upload-loading[data-progress="78"]::after, .btn.upload-loading[data-progress^="78."]::after {
    transition: width 0.1s ease;
    width: 22% !important;
}

.btn.upload-loading[data-progress="79"]::after, .btn.upload-loading[data-progress^="79."]::after {
    transition: width 0.1s ease;
    width: 21% !important;
}

.btn.upload-loading[data-progress="80"]::after, .btn.upload-loading[data-progress^="80."]::after {
    transition: width 0.1s ease;
    width: 20% !important;
}

.btn.upload-loading[data-progress="81"]::after, .btn.upload-loading[data-progress^="81."]::after {
    transition: width 0.1s ease;
    width: 19% !important;
}

.btn.upload-loading[data-progress="82"]::after, .btn.upload-loading[data-progress^="82."]::after {
    transition: width 0.1s ease;
    width: 18% !important;
}

.btn.upload-loading[data-progress="83"]::after, .btn.upload-loading[data-progress^="83."]::after {
    transition: width 0.1s ease;
    width: 17% !important;
}

.btn.upload-loading[data-progress="84"]::after, .btn.upload-loading[data-progress^="84."]::after {
    transition: width 0.1s ease;
    width: 16% !important;
}

.btn.upload-loading[data-progress="85"]::after, .btn.upload-loading[data-progress^="85."]::after {
    transition: width 0.1s ease;
    width: 15% !important;
}

.btn.upload-loading[data-progress="86"]::after, .btn.upload-loading[data-progress^="86."]::after {
    transition: width 0.1s ease;
    width: 14% !important;
}

.btn.upload-loading[data-progress="87"]::after, .btn.upload-loading[data-progress^="87."]::after {
    transition: width 0.1s ease;
    width: 13% !important;
}

.btn.upload-loading[data-progress="88"]::after, .btn.upload-loading[data-progress^="88."]::after {
    transition: width 0.1s ease;
    width: 12% !important;
}

.btn.upload-loading[data-progress="89"]::after, .btn.upload-loading[data-progress^="89."]::after {
    transition: width 0.1s ease;
    width: 11% !important;
}

.btn.upload-loading[data-progress="90"]::after, .btn.upload-loading[data-progress^="90."]::after {
    transition: width 0.1s ease;
    width: 10% !important;
}

.btn.upload-loading[data-progress="91"]::after, .btn.upload-loading[data-progress^="91."]::after {
    transition: width 0.1s ease;
    width: 9% !important;
}

.btn.upload-loading[data-progress="92"]::after, .btn.upload-loading[data-progress^="92."]::after {
    transition: width 0.1s ease;
    width: 8% !important;
}

.btn.upload-loading[data-progress="93"]::after, .btn.upload-loading[data-progress^="93."]::after {
    transition: width 0.1s ease;
    width: 7% !important;
}

.btn.upload-loading[data-progress="94"]::after, .btn.upload-loading[data-progress^="94."]::after {
    transition: width 0.1s ease;
    width: 6% !important;
}

.btn.upload-loading[data-progress="95"]::after, .btn.upload-loading[data-progress^="95."]::after {
    transition: width 0.1s ease;
    width: 5% !important;
}

.btn.upload-loading[data-progress="96"]::after, .btn.upload-loading[data-progress^="96."]::after {
    transition: width 0.1s ease;
    width: 4% !important;
}

.btn.upload-loading[data-progress="97"]::after, .btn.upload-loading[data-progress^="97."]::after {
    transition: width 0.1s ease;
    width: 3% !important;
}

.btn.upload-loading[data-progress="98"]::after, .btn.upload-loading[data-progress^="98."]::after {
    transition: width 0.1s ease;
    width: 2% !important;
}

.btn.upload-loading[data-progress="99"]::after, .btn.upload-loading[data-progress^="99."]::after {
    transition: width 0.1s ease;
    width: 1% !important;
}

.btn.upload-loading[data-progress="100"]::after, .btn.upload-loading[data-progress^="100."]::after {
    transition: width 0.1s ease;
    width: 0% !important;
}
