.lockscreen {
    background: #f39c12;
    background: -moz-linear-gradient(-45deg, #f39c12 0%, #f2b963 50%, #f2b354 51%, #ecf0f5 100%);
    background: -webkit-linear-gradient(-45deg, #f39c12 0%, #f2b963 50%, #f2b354 51%, #ecf0f5 100%);
    background: linear-gradient(135deg, #f39c12 0%, #f2b963 50%, #f2b354 51%, #ecf0f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f39c12', endColorstr='#ecf0f5', GradientType=1);
}

.lockscreen-wrapper {
    margin-top: 0;
    padding-top: 8%;
}

.clock {
    color: white;
    text-shadow: 3px 3px 6px rgb(95, 90, 90);
    font-size: 7em;
}

.box-footer .btn {
    margin-bottom: 5px;
}

.box-tools .pagination {
    margin: 0;
}

.todo-list > li.read {
    background: none;
}

.todo-list > li span.text {
    margin: 0;
}

.todo-list > li.read a {
    font-weight: 400 !important;
}

.todo-list > li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.todo-list > li .tools {
    margin-left: auto;
}

.btn-success.btn-lighter {
    background-color: #2abf7b;
    background-color: #2abf7b;
}

.btn-default.btn-hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.dropdown-menu {
    border-color: #adadad;
}

.form-permissions .checkbox {
    padding: 5px 20px;
}

.form-permissions .checkbox input {
    margin-right: 10px;
}

.box-header .btn {
    margin-bottom: 10px;
    margin-left: 10px;
}

.dropdown-menu > li form button:hover {
    background-color: #e1e3e9;
    color: #333;
}

table.dataTable thead {
    background: white;
}

.dropdown-menu > li form button:focus, .dropdown-menu > li form button:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-menu > li form button {
    color: #777;
}

.dropdown-menu > li form button {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    border: 0;
    background-color: transparent;
}

textarea[data-autoresize] {
    min-height: 57px;
}

.item-disabled {
    color: #b1b1b1;
}

.flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.buttons .btn.btn-flat {
    margin-bottom: 2px;
}

.fc-more {
    color: red;
}

.fc-more-popover {
    max-height: 300px;
    overflow: auto;
}

.fc-more-popover a {
    margin: 5px 2px;
}

.fc-more-popover .fc-icon-x:after {
    font-size: 120%;
}

#calendar-repairs .fc-resource-area tbody tr:nth-child(odd) {
    background-color: #ffffff;
}

#calendar-repairs .fc-resource-area tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

#calendar-repairs .fc-rows tbody tr:nth-child(odd) {
    background-color: #ffffff;
}

#calendar-repairs .fc-rows tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.calendarPopup-offers,
.calendarPopup-repairs,
.calendarPopup-dc-lease,
.calendarPopup-services {
    position: fixed;
    width: 300px;
    height: auto;
    top: 200px;
    left: 50px;
    background: white;
    z-index: 10000;
    padding: 30px;
    box-shadow: 0 0 22px 0;
    display: none;
}

.calendarPopup-repairs {
    width: 500px;
    left: 200px;
}

.calendarPopup-offers i,
.calendarPopup-repairs i,
.calendarPopup-dc-lease i,
.calendarPopup-services i {
    position: absolute;
    top: 15px;
}

.calendarPopup-offers i.fa-arrows,
.calendarPopup-repairs i.fa-arrows,
.calendarPopup-dc-lease i.fa-arrows,
.calendarPopup-services i.fa-arrows {
    left: 15px;
}

.calendarPopup-offers i.fa-times,
.calendarPopup-repairs i.fa-times,
.calendarPopup-dc-lease i.fa-times,
.calendarPopup-services i.fa-times {
    right: 15px;
}

.calendarPopup-offers i.fa-spinner,
.calendarPopup-repairs i.fa-spinner,
.calendarPopup-dc-lease i.fa-spinner,
.calendarPopup-services i.fa-spinner {
    left: 100px;
}

.calendarPopup-offers i.fc-week,
.calendarPopup-repairs i.fc-week,
.calendarPopup-dc-lease i.fc-week,
.calendarPopup-services i.fc-week {
    min-height: 70px !important;
}

#calendar-dc-lease .fc-timeline .fc-body .fc-scroller {
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

.fc-draggable {
    z-index: 10005;
}

.height45px {
    height: 45px;
}

.pt-0 {
    padding-top: 0 !important;
}

.mt-0 {
    margin-top: 0;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.margin-20px-0 {
    margin: 20px 0;
}

.margin-top-5px {
    margin-top: 5px;
}

.margin-top-7px {
    margin-top: 7px;
}

.margin-top-10px {
    margin-top: 10px;
}

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

.margin-bottom-10px {
    margin-bottom: 10px;
}

.margin-bottom-20px {
    margin-bottom: 20px;
}

.margin-bottom-50px {
    margin-bottom: 50px;
}

.margin-top--5px {
    margin-top: -5px;
}

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

.margin-right-30px {
    margin-right: 30px;
}

.margin-right-20px {
    margin-right: 20px;
}

.margin-right-15px {
    margin-right: 15px;
}

.margin-right-5px {
    margin-right: 5px;
}

.margin-left-2px {
    margin-left: 2px;
}

.margin-left-5px {
    margin-left: 5px;
}

.margin-left-10px {
    margin-left: 10px;
}

.margin-left-15px {
    margin-left: 15px;
}

.margin-left-30px {
    margin-left: 30px;
}

.lh-1 {
    line-height: 1;
}

.table-responsive {
    /*padding-bottom: 110px;*/
    overflow-x: visible;
}

.table-responsive.show-overflow > .floatThead-container {
    overflow: visible !important;
}

.form.horizontal .form-group:after,
.form.horizontal .form-group:before {
    display: table;
    content: " ";
}

.form.horizontal .form-group:after {
    clear: both;
}

.form.horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

.form.horizontal .row .form-group {
    margin-right: 0;
    margin-left: 0;
}

.dropdown-menu .remove-form button {
    width: 100%;
    text-align: left;
}

.order-disabled {
    position: absolute;
    background: rgba(72, 72, 72, 0.25);
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: flex;
    justify-content: center;
}

.order-disabled i {
    font-size: 30vw;
    display: block;
    color: rgba(154, 82, 82, 0.3);
    /*margin-top: 30vh;*/
}

.order-disabled ~ .box-header .pull-right {
    z-index: 100000;
    position: relative;
}

.order-disabled ~ .box-footer {
    z-index: 10000;
    position: relative;
}

[name="gwarancja_box"],
.new_contractor_div,
.new_department_div,
.new_contractor_div2,
.new_department_div2,
.department_div {
    margin-bottom: 22px;
    display: block;
    background-color: #efefef;
    padding: 8px 13px;
    border-bottom: 2px solid #ccc;
    border-top: 2px solid #ccc;
}

.comments_list {
    max-height: 500px;
    overflow: auto;
}

.comments_list .box-title {
    width: 100%;
}

.comments_user {
    color: #b1b1b1;
}

.notification-header {
    position: relative;
}

.notification-count-label {
    position: absolute;
    top: -5px;
    right: -15px;
    text-align: center;
    font-size: 12px;
    padding: 3px 4px;
    line-height: .9;
}

.fc-view {
    border-left: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background-color: #fde1e1;
}

.align-center {
    text-align: center !important;
}

.align-left {
    text-align: left !important;
}

.align-right {
    text-align: right !important;
}

.pointer {
    cursor: pointer;
}

td span.label {
    font-size: 100%;
}

.event-item p {
    margin-bottom: 0;
}

.event-item .event-buttons {
    /*opacity: 0;*/
    transition: 0.3s all;
}

.event-item:hover .event-buttons {
    opacity: 1;
    transition: 0.3s all;
}

.event-buttons .label {
    font-size: 90%;
}

#message {
    height: 50px;
    margin: auto;
    position: fixed;
    top: 50px;
    right: 20px;
    z-index: 1001;
    text-align: center;
    display: none;
    border: none;
    width: 400px;
    max-width: 90%;
    line-height: 1.3em;
    font-size: 20px;
}

.ac_results {
    padding: 0;
    border: 1px solid #f39c12;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results li {
    margin: 0;
    padding: 2px 5px;
    cursor: default;
    display: block;
    /* width: 100%; */
    font: menu;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
}

.ac_odd {
    background-color: #eee;
}

.ac_over {
    background-color: #f39c12;
    color: white;
}

body:not(.modal-open) .select2-container {
    z-index: 1001 !important;
}

body .modal .select2-container {
    z-index: 9999 !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 28px;
}

input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
    line-height: initial;
}

.task-row-win {
    background: #befbbe;
}

.task-row-lost {
    background: #ffe0e0;
}

.form-control.duplicate-error {
    background-color: #edb0b0;
}

.form-control.duplicate-ok {
    background-color: #b4dfb5;
}

.add-ext {
    text-decoration: underline;
}

.add-ext:hover {
    text-decoration: none;
}

.datepicker.dropdown-menu {
    z-index: 1002 !important;
}

.d-flex {
    display: flex;
}

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

.w-100 {
    width: 100%;
}

@media (min-width: 768px) {
    .form.horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}
