/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification 
for details on configuring this project to bundle and minify static web assets. */
body {
    /* padding-top: 50px;
    padding-bottom: 20px; */

}

html{
    background-color: #ffffff;
    opacity: 1;
    background-image:  linear-gradient(rgba(84, 154, 173, 0.1) 1px, transparent 1px), linear-gradient(to right, rgba(84, 154, 173, 0.1) 1px, #ffffff 1px);
    background-size: 20px 20px;
}

.tm-main{
    background-color: #ffffff;
    background-image:  linear-gradient(rgba(84, 154, 173, 0.1) 1px, transparent 1px), linear-gradient(to right, rgba(84, 154, 173, 0.1) 1px, #ffffff 1px);
    background-size: 20px 20px;
}

/* Wrapping element */

/* Set some basic padding to keep content from hitting the edges */

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.uk-container-large {
    max-width: 90%;
}

.uk-subnav-pill > .uk-active > a {
    background-color: #016b98;
    color: #fff;
}

/* Carousel */

.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */

.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */

#qrCode {
    margin: 15px;
}

.uk-nav > li {
    padding: 10px 0 10px 0;
    font-size: 20px;
}

/*todo STart*/

/* Remove margins and padding from the list */

.todoList ul, .commentList ul, .measurementList ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/* Style the list items */

.todoList ul li, .commentList ul li, .measurementList ul li {
    cursor: pointer;
    position: relative;
    padding: 12px 8px 12px 40px;
    background: #eee;
    font-size: 18px;
    transition: 0.2s;
    /* make the list items unselectable */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-height: 30px;
    display: flex;
}

.todoList ul li .taskDescription, .commentList ul li .commentDescription, .measurementList ul li .measurementDescription {
    display: block;
    position: relative;
    width: 80%;
    font-size: 13px;
}

.todoList ul li .taskModUser, .commentList ul li .commentModUser, .measurementList ul li .measurementModUser {
    font-size: 13px;
    color: #0f7ae5;
}

.todoList ul li .taskModDate, .commentList ul li .commentModDate, .measurementList ul li .measurementModDate {
    font-size: 13px;
    color: #0f7ae5;
    padding-right: 5px;
}

/* Set all odd list items to a different color (zebra-stripes) */

.todoList ul li:nth-child(odd), .commentList ul li:nth-child(odd), .measurementList ul li:nth-child(odd) {
    background: #f9f9f9;
}

/* Darker background-color on hover */

.todoList ul li:hover, .commentList ul li:hover, .measurementList ul li:hover {
    background: #ddd;
}

/* When clicked on, add a background color and strike out text */

.todoList ul li.checked, .todoList ul li.checked .taskModUser, .todoList ul li.checked .taskModDate, .commentList ul li.checked, .measurementList ul li.checked {
    background: #888;
    color: #c7fbd0;
    /*text-decoration: line-through;*/
}

.todoList ul li.checked .edit, .measurementList ul li.checked .edit {
    display: none;
}


/* Add a "checked" mark when clicked on */

.todoList ul li.checked::before, .commentList ul li.checked::before, .measurementList ul li.checked::before {
    content: '';
    position: absolute;
    border-color: #c7fbd0;
    border-style: solid;
    border-width: 0 2px 2px 0;
    top: 16px;
    left: 16px;
    transform: rotate(45deg);
    height: 15px;
    width: 7px;
}

/* Style the close button */

.todoList .close, .commentList .close, .measurementList .close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 12px 16px 12px 16px;
}

.todoList .edit, .commentList .edit, .measurementList .edit {
    position: absolute;
    right: 45px;
    top: 0;
    padding: 12px 16px 12px 16px;
}

.todoList .check, .commentList .check, .measurementList .check {
    position: absolute;
    right: 90px;
    top: 0;
    padding: 12px 16px 12px 16px;
}

.todoList .close:hover, .commentList .close:hover, .measurementList .close:hover {
    color: white;
}

/* Style the header */

.todoList .header, .commentList .header, .measurementList .header {
    /* padding: 30px 40px; */
    color: white;
    text-align: center;
    margin-bottom: 20px;
}

/* Clear floats after the header */

.todoList .header:after, .commentList .header:after, .measurementList .header:after {
    content: "";
    display: table;
    clear: both;
}

/* Style the input */

.todoList input, .commentList input, .measurementList input {
    margin: 0;
    border: 1px solid #e2e2e2;
    border-radius: 0;
    width: 62%;
    padding: 10px;
    float: left;
    font-size: 14px;
    margin-right: 20px;
}

.todoList .editInput, .commentList .editInput, .measurementList .editInput {
    height: 110px;
}

.todoList textarea, .commentList textarea, .measurementList textarea {
    margin: 0;
    border: 1px solid #e2e2e2;
    border-radius: 0;
    width: 62%;
    padding: 10px;
    float: left;
    font-size: 14px;
    margin-right: 20px;
}

/* Style the "Add" button */

.todoList .addBtn, .commentList .addBtn, .measurementList .addBtn {
    padding: 10px;
    width: 25%;
    background: #d9d9d9;
    color: #555;
    float: right;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 0;
}

.todoList .addBtn:hover, .commentList .addBtn:hover, .measurementList .addBtn:hover {
    background-color: #bbb;
}

#offcanvas .navbar_left_menu {
    background: linear-gradient(to left, #0391ad, #026495);
    
    /*background: linear-gradient(to left, #1a6341, #2e4b69);*/
}

#offcanvas .uk-nav-header {
    color: white !important;
}

.counterBadge {
    font-size: 9px;
}

thead input {
    width: 100%;
}

.tableContainer {
    overflow-x: scroll;
}

/*todo End*/

/* Hide/rearrange for smaller screens */

[data-tip] {
    position: relative;
}

[data-tip]:before {
    content: '';
    /* hides the tooltip when not hovered */
    display: none;
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #248cf1;
    position: absolute;
    top: 30px;
    left: 2px;
    z-index: 8;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}

[data-tip]:after {
    display: none;
    content: attr(data-tip);
    position: absolute;
    top: 35px;
    left: 0px;
    padding: 5px 8px;
    background: #248cf1;
    color: #fff;
    z-index: 9;
    font-size: 0.75em;
    line-height: 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: auto;
    max-width: 300px;
}


.addNewProductClick:after {
    left: -100px;
}

[data-tip]:hover:before,
[data-tip]:hover:after {
    display: block;
}

.tableProducts input {
    width: 80px;
}

.buttonHolder {
    width: 120px;
}

.buttonHolder .uk-icon-button {
    width: 30px;
    height: 30px;
}

.tableRow .uk-icon-button {
    width: 30px;
    height: 30px;
}

#pendence_edit_status, #pendence_status {
    border: 2px solid red;
    font-weight: bold;
}

dd, .uk-input, .uk-textarea, .uk-select {
    color: #108bf7;
}

.detailCustomerModal {
    z-index: 1012;
}

.localBadge {
    transform: rotate(
            -10deg
    );

    opacity: 0.5;
    color: green;
    font-size: 20px;
}

.totalCosts {
    color: #108bf7;
    margin-left: 10px;
}

.totalCostsholder {
    float: right;
    font-weight: bold;
}

.partnerinfos {
    background: #4591e0ad;
    color: white;
    padding-left: 20px;
    padding-top: 20px;
}

.partnerinfos h4, .partnerinfos dt, .partnerinfos dd {
    color: white;
}

.invalidLoginStyle ul {
    list-style: none;
}



input:invalid {
    border: 2px solid red;
}

input:invalid:required {
    border: 2px solid red;
}



@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

