﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: rgb(242, 240, 235);
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* 
    Override the default bootstrap behavior where horizontal description lists 
    will truncate terms that are too long to fit in the left column 
*/

.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    border: 1px solid #dddddd !important;
}

.image-preview {
    width: 100px;
    height: 100px;
}

/*Zadania*/
.tasks-header {
    height: 30px;
    text-align: right;
    padding-right: 15px;
}

.tasks-task {
    min-height: 100px;
    border: 1px solid #c8c8c8;
    margin-bottom: 15px;
    cursor: pointer;
}

    .tasks-task:hover {
        background-color: #eff5e1;
    }


.task-left-side {
    text-align: left;
    overflow: hidden;
    text-overflow: '...';
}

.task-right-side {
    padding: 15px 15px 15px 15px;
}

.task-central-side {
    padding: 15px 15px 15px 15px;
}

@media only screen and (max-width: 767px) {
    body {
        background-image: none;
        background-color: #f0f0f0;
    }

    input,
    select,
    textarea {
        max-width: 100% !important;
        border: 1px solid #dddddd !important;
    }

    .task-left-side {
        text-align: left;
        margin: 15px 15px 15px 15px;
    }

    .task-right-side {
        margin: 15px 15px 15px 15px;
    }

    .task-central-side {
        margin: 15px 15px 15px 15px;
    }

    .tasks-header {
        margin: 15px 15px 15px 15px;
    }

    .title-container {
        margin: 15px 15px 15px 15px;
    }

    .task-participants-container {
        margin: 15px 15px 15px 15px;
    }
}

.filterDateInput {
    width: 120px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.site-content-header {
    height: 40px;
    padding-top: 10px;
    font-weight: bold;
}

.task-manage-container {
    margin-top: 15px;
    height: 100%;
}

.task-manage-title {
    font-size: 18pt;
}

.boxsizingBorder {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.attachments-element {
    width: 170px;
    height: auto;
    border: 1px solid #cccccc;
    margin: 15px;
    display: inline-block;
    text-align: left;
    padding: 10px;
}

.attachment {
    color: #333333;
    text-decoration: none !important;
    overflow: hidden;
    text-overflow: '...';
}

.attachment-container {
    width: 200px;
    height: auto;
    border: 1px solid #cccccc;
    margin: 5px;
    display: inline-block;
    text-align: left;
    background-color: #fff;
}

.attachment-left-side {
    display: inline-block;
    width: 165px;
    height: 100%;
    padding: 5px 10px 5px 10px;
}

.attachment-container:hover {
    background-color: #eff5e1;
}

.attachment-right-side {
    display: inline-block;
    height: 100%;
    text-align: right;
}

    .attachment-right-side:hover {
        color: gray;
    }

.attachment-text {
    text-align: left;
    padding-top: 6px;
    overflow: hidden;
    text-overflow: '...';
}

.attachment-full-side-container {
    width: 200px;
    height: auto;
    border: 1px solid #cccccc;
    margin: 5px;
    display: inline-block;
    text-align: left;
    background-color: #fff;
}

.attachment-full-side {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 5px 10px 5px 10px;
}

.erp-document-container {
    min-width: 120px;
    height: auto;
    margin: 5px;
    display: inline-block;
    text-align: left;
}

.task-manage-manager {
    width: 100%;
    display: -webkit-flex;
    -webkit-justify-content: center;
    display: flex;
    justify-content: center;
    height: 42px;
    margin-top: 15px;
}

.task-manage-option {
    -webkit-flex: 1;
    flex: 1;
    text-align: center;
    padding-top: 10px;
    cursor: pointer;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    background-color: #fff !important;
}

    .task-manage-option.active {
        background-color: #5cb85c !important;
        border: 1px solid #4cae4c;
        color: #ffffff;
    }

    .task-manage-option:hover {
        background-color: #47a447 !important;
        border: 1px solid #398439;
        color: #ffffff;
    }

.task-manage-last-option {
    width: auto;
    height: 100%;
    display: inline-block;
}


#cookieinfo * {
    margin: 0px;
    padding: 0px;
}

#cookieinfo {
    position: fixed;
    font-size: 12px;
    font-family: Arial, Verdana, sans-serif;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #323334;
    padding: 20px;
    box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

    #cookieinfo h6 {
        font-size: 16px;
        font-weight: bold;
        color: #cdd7da;
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
        margin-bottom: 7px;
    }

    #cookieinfo p {
        font-size: 12px;
        color: #afb4bc;
        line-height: 1.5em;
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
    }

    #cookieinfo a {
        margin-top: 5px;
        width: 100px;
        height: 30px;
        outline: none;
        display: block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.428571429;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        border: 1px solid transparent;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
        background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5cb85c), to(#449d44));
        background-image: -webkit-linear-gradient(top, #5cb85c, 0%, #449d44, 100%);
        background-image: -moz-linear-gradient(top, #5cb85c 0%, #449d44 100%);
        background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
        background-repeat: repeat-x;
        border-color: #419641;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
        color: #333333;
        text-decoration: none;
    }

        #cookieinfo a:hover {
            color: #333333;
            background-color: #ebebeb;
            border-color: #adadad;
        }

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
    bottom: .5em;
}

.scroll-thead {
    width: 100%;
    display: inline-table;
}

.scroll-tbody-y {
    display: block;
    overflow-y: scroll;
}


.task-in-schedule {
    display: block;
    position: sticky;
    font-size: 10px;
    overflow: hidden;
    text-overflow: '...';
}

    .task-in-schedule:hover {
        cursor: pointer;
        box-shadow: 1px 2px 10px grey;
        z-index: 100;
    }

.task-in-schedule-top {
    background-color: #e3dcdc;
    border-bottom: 1px solid #333333;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
}

.task-in-schedule-bottom {
    background-color: #e9f7e6;
    padding: 5px;
    height: 100%;
}

.task-in-schedule-container {
    display: inline-block;
    width: 104px;
}

/* The alert message box */
.alert {
    padding: 10px;
    border-width: 1px 1px 1px;
    border-style: solid;
    border-top-color: #ccc !important;
    border-right-color: #ccc !important;
    border-bottom-color: #ccc !important;
    border-left-color: #ccc !important;
    background-color: #f56d5d;
    margin-left: 15px;
    margin-right: 15px;
    color: black;
}

.message {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
    border-top-color: #ccc !important;
    border-right-color: #ccc !important;
    border-bottom-color: #ccc !important;
    border-left-color: #ccc !important;
    background-color: #7bd175;
    margin-left: 15px;
    margin-right: 15px;
    color: black;
}

.taskWasChanged {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
    border-top-color: #ccc !important;
    border-right-color: #ccc !important;
    border-bottom-color: #ccc !important;
    border-left-color: #ccc !important;
    background-color: #77ff33;
    margin-left: 15px;
    margin-right: 15px;
    color: black;
}

/* The close button */
.closebtn {
    margin-left: 15px;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

    /* When moving the mouse over the close button */
    .closebtn:hover {
        color: #40393b;
    }

.form-task-checkbox-field {
    height: 24px;
    width: 24px;
    text-align: left;
}

.table {
    background-color: white;
}

.numberCircle {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 8px;
    background: #fff;
    border: 2px solid #666;
    color: #666;
    text-align: center;
    font: 32px Arial, sans-serif;
}

@media only screen and (max-width: 767px) {
    .task-manage-option {
        display: grid;
        text-align: center;
        padding-top: 10px;
        cursor: pointer;
        border-right: 1px solid #cccccc;
        border-left: 1px solid #cccccc;
        border-top: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
        background-color: #fff !important;
        font-display: block;
        width: 100px;
        height: 52px;
    }
}

.thead-dark {
    background-color: #616362;
    color: #ffffff;
}

/* Popup container */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

    /* The actual popup (appears on top) */
    .popup .popuptext {
        visibility: hidden;
        width: 200px;
        background-color: #616362;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 8px 0;
        position: absolute;
        z-index: 1000;
        bottom: 125%;
        left: 50%;
        margin-left: -80px;
    }

        /* Popup arrow */
        .popup .popuptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -25px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    /* Toggle this class when clicking on the popup container (hide and show the popup) */
    .popup .show {
        visibility: visible;
        -webkit-animation: fadeIn 1s;
        animation: fadeIn 1s
    }

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.placeholder-input::-webkit-input-placeholder {
    background-color: #e6b5b5 !important;
    color: #555555 !important;
}

.placeholder-input {
    background-color: #e6b5b5 !important;
    color: #555555 !important;
}

.admin-info {
    border: 1px solid #9f9c9c;
    padding: 3px 10px 3px 10px;
    width: 60px;
    border-radius: 10px 10px;
    background-color: white;
    box-shadow: 1px 2px 10px grey;
}

.notification .badge {
    position: absolute;
    top: 4px;
    background: red;
    color: white;
}

@media only screen and (min-width: 1200px) {
    .notification .badge {
        position: absolute;
        top: 4px;
        right: -5px;
        background: red;
        color: white;
    }
}

.notes-icon {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border: 1px solid #dddddd;
    margin: 15px;
    padding: 10px;
    background-color: white;
}

.notes-icon:hover {
    background-color: #eeeeee;
}

.chatbox-icon {
    position: fixed;
    bottom: 0;
    right: 50px;
    width: 40px;
    height: 40px;
    border: 1px solid #dddddd;
    margin: 15px;
    padding: 10px;
    background-color: white;
}

.chatbox-icon:hover {
    background-color: #eeeeee;
}

.printtask-icon {
    position: fixed;
    bottom: 150px;
    right: 0;
    width: 40px;
    height: 40px;
    border: 1px solid #dddddd;
    margin: 15px;
    padding: 10px;
    background-color: white;
}

.printtask-icon:hover {
    background-color: #eeeeee;
}

.copytask-icon {
    position: fixed;
    bottom: 100px;
    right: 0;
    width: 40px;
    height: 40px;
    border: 1px solid #dddddd;
    margin: 15px;
    padding: 10px;
    background-color: white;
}

.copytask-icon:hover {
    background-color: #eeeeee;
}

.pinTasksList-icon {
    position: fixed;
    bottom: 50px;
    right: 0;
    width: 40px;
    height: 40px;
    border: 1px solid #dddddd;
    margin: 15px;
    padding: 10px;
    background-color: white;
}

.pinTasksList-icon:hover {
    background-color: #eeeeee;
}

.modifyMultipleTasksList-icon {
    position: fixed;
    bottom: 100px;
    right: 0;
    width: 40px;
    height: 40px;
    border: 1px solid #dddddd;
    margin: 15px;
    padding: 10px;
    background-color: white;
}

    .modifyMultipleTasksList-icon:hover {
        background-color: #eeeeee;
    }

.squareButton-icon {
    width: 40px;
    height: 40px;
    border: 1px solid #dddddd;
    padding: 10px;
    background-color: white;
}

.squareButton-icon:hover {
    background-color: #eeeeee;
}

table.dataTable span.highlight {
    background-color: #FFFF88;
    border-radius: 0.28571429rem;
}

table.dataTable span.column_highlight {
    background-color: #ffcc99;
    border-radius: 0.28571429rem;
}

.tableLink {
    text-decoration: none;
    color: #333333;
    z-index: 999;
}

    .tableLink :hover {
        text-decoration: underline;
    }

.txtareas {
    max-width: 100%;
}


.loginSection {
    background-image: url('img/cc_teamwork_logo_1.png');
}

.span-button {
    font-size: 24px;
}

.section-frame {
    margin-bottom: 15px;
}

.removeSectionSpan {
    display: inline-block;
    float: right;
    padding: 10px;
}

.trashSpan {
    cursor: pointer;
    text-decoration: none;
}

.trashSpan:hover {
    color: #999999;
    text-decoration: none;
}

.tableFilterInput {
    width: 300px !important;
}

.zoomed {
    transform: scale(2.0);
}

.lang-icon {
    height: 18px;
    opacity: 0.5;
}

.lang-icon-selected {
    opacity: 1.0;
}

.lang-icon:hover {
    opacity: 1.0;
}

.hidden-message {
    opacity: 0;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

#loading {
    color: white;
    font-size: 24px;
    font-weight: bold;
}

body.dtcr-dragging {
    overflow-x: hidden;
}

table.dtcr-cloned.dataTable {
    position: absolute !important;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 202;
    border-radius: 4px;
}

table.dataTable tbody tr td.dtcr-moving {
    background-color: rgba(127, 127, 127, 0.15);
}

table.dataTable tbody tr td.dtcr-moving-first {
    border-left: 1px solid #0259C4;
}

table.dataTable tbody tr td.dtcr-moving-last {
    border-right: 1px solid #0259C4;
}

html.dark table.dtcr-cloned.dataTable {
    background-color: rgba(33, 33, 33, 0.9);
}

.table-header-left {
    float: left;
    padding-left: 0 !important;
}

.table-header-right {
    float: right;
    padding-right: 0 !important;  
}

.dt-search {
    float: right !important;
}

.table-length {
    display: block;
}

.dt-paging {
    float: right !important;
}

.table-header {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.table-footer {
    margin-top: 15px;
}

.form-page-button {
    width: 120px;
}