﻿/* 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;

}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* 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;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.loadersmall {
    border: 5px solid #f3f3f3;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 5px solid #555;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

html, body {
    height: 100%;
    margin: 0;
    padding-top: 0;
}

#main {
    min-height: 100%;
    display: block;
    margin-bottom: -50px;
}

#footer {
    background-color: #dfdfdf70;
}

.containerInner {
    position: fixed !important;
    content: "";
   opacity: 0.05; 
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
   background-image: url(../images/bg.jpg);
    background-repeat: repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.containerInner1 {
    position: fixed !important;
    content: "";
    opacity: 0.10;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    background-image: url(../images/bg1.jpg);
    background-repeat: repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.containerInner2 {
    position: fixed !important;
    content: "";
    opacity: 0.10;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    background-image: url(../images/bgReport.jpg);
    background-repeat: repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.containerInner3 {
    position: fixed !important;
    content: "";
    opacity: 0.10;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    background-image: url(../images/bg3.jpg);
    background-repeat: repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.containerInner4 {
    position: fixed !important;
    content: "";
    opacity: 0.10;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    background-image: url(../images/bg6.jpg);
    background-repeat: repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.containerInner5 {
    position: fixed !important;
    content: "";
    opacity: 0.10;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    background-image: url(../images/bg5.jpg);
    background-repeat: repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.containerInner6 {
    position: fixed !important;
    content: "";
    opacity: 0.10;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    background-image: url(../images/bg2.jpg);
    background-repeat: repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.img-avatar {
    object-fit: cover;
    border-radius:50%;
    width: 200px;
    height: 200px;
}

.img-avatar-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.img-avatar-small {
    object-fit: cover;
    border-radius:50%;
    width: 48px;
    height: 48px;
}

.login-form {
    width: 350px;
    height: auto;
    top: 50%;
    margin-top: -160px;
}

.changePassword-form {
    width: 450px;
    height: auto;
    top: 50%;
    margin-top: -160px;
}

.buttonContainer {
    margin-left: auto;
}



.dropzone-style {
    border: 2px dashed #0087F7;
    border-radius: 5px;
    min-height: 150px;
}

.window-caption {
    background-color: #03a0db !important;   
}

.message-margin {
    margin-left: 10px;
    margin-top: 20px;
}

.message-worker {
    background-color: #ffc10752;
    width: 70%;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
}

.message-client {
    width: 70%;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    line-height: 1.3;
}

.message-client-sees {
    background-color: #8bc34a3d;
    width: 70%;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    line-height: 1.3;
}

.message-date {
    position: absolute;
    bottom: 0;
    text-align: center;
    font-size: 10px;
}

.message-edit-button {
    position: absolute;
    top: 0;
    right: 0;
}

.message-widget {
    max-width: 100%;
    height: 400px;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 0;
}

.message-widget-comment-section {
    max-width: 100%;
    height: 38rem;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 0;
}

.loadersmall-edit {
    display: none;
    position: absolute;
    top: 45%;
    left: 45%;
}

.loadersmall-list {
    display: none;
    margin: auto;
    margin-top: 150px;
}

.attachment-widget {
    max-height: 300px;
}

.table-search-block{
    margin-left:12px;
}

.table-rows-block{
    margin-left:12px;
}

a, a:link {
    text-decoration: none;
}

.custom-dropzone,
.custom-dropzoneAv {
    min-height: 100px;
    min-width: 100px;
    text-align: center;
    padding-top: 35px;
    /*background-image: url(../images/dropzone.png);
    background-repeat: repeat;
    background-size: 25% 50%;*/
    border: 2px dashed #0087F7;
    border-radius: 5px;
}

.custom-dropzone::before {
    content: "Dodaj tutaj załączniki";
}

.custom-dropzoneAv::before {
    content: "Wybierz swój avatar";
}

.error-message {
    font-size: .9em;
    color: #ce352c
}

/*Notification*/
.notification {
    display: inline-block;
    position: relative;
    padding: 0.4em 1em;
    /*background: #f0a20b;*/
    border-radius: 0.2em;
    font-size: 1.3em;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.notification::before,
.notification::after {
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.notification::before {
    /*display: block;
    content: "\e123";*/
    font-family: "Glyphicons Halflings";
    transform-origin: top center;
}

.notification::after {
    font-family: Arial;
    font-size: 0.7em;
    font-weight: 700;
    position: absolute;
    top: 15px;
    right: 30px;
    padding: 5px 8px;
    line-height: 100%;
    border: 2px #fff solid;
    border-radius: 60px;
    background: #3498db;
    opacity: 0;
    content: attr(data-count);
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: transform, opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.notification.notify::before {
    -webkit-animation: ring 1.5s ease;
    animation: ring 1.5s ease;
}

.notification.show-count::after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotate(35deg);
    }

    12.5% {
        -webkit-transform: rotate(-30deg);
    }

    25% {
        -webkit-transform: rotate(25deg);
    }

    37.5% {
        -webkit-transform: rotate(-20deg);
    }

    50% {
        -webkit-transform: rotate(15deg);
    }

    62.5% {
        -webkit-transform: rotate(-10deg);
    }

    75% {
        -webkit-transform: rotate(5deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes ring {
    0% {
        -webkit-transform: rotate(35deg);
        transform: rotate(35deg);
    }

    12.5% {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    25% {
        -webkit-transform: rotate(25deg);
        transform: rotate(25deg);
    }

    37.5% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }

    50% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    62.5% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    75% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}


.noti-content {
    position: absolute;
    /*left:5px;*/
    right: 5px;
    background: #e5e5e5;
    border-radius: 4px;
    top: 45px;
    width: auto;
    height: auto;
    display: none;
    border: 1px solid #3498db;
    z-index: 2;
}

ul#notiContent {
    max-height: 200px;
    overflow: auto;
    padding: 0px;
    margin: 0px;
    z-index: 2;
    border-radius: 5px;
}

ul#notiContent li {
    margin: 3px;
    padding: 5px;
   
    z-index: 2;
    font-size: medium;
    border-radius: 5px;
}

.noti-top-arrow {
    border-color: transparent;
    border-bottom-color: #3498db;
    border-style: dashed dashed solid;
    border-width: 0 8.5px 8.5px;
    position: absolute;
    right: 1px;
    top: -9px;
    z-index: 2;
}

span.noti {
    position: relative;
    cursor: pointer;
    z-index: 2;
}

.notification-count {
    /*top: 14px;*/
    right: 10px;
    position: relative;
    cursor: pointer;
    color: red;
}

span.count {
    position: relative;
    color: #f0a30a;
    top: -3px;
    z-index: 2;
}
/*END notification*/


.tabs-material li{
    min-width:120px;
}

.example {
    position: relative;
    padding: 0.125rem;
    border: 2px solid #eee;
    margin-bottom: 1rem;
}

.feed-list .item {
    cursor: pointer !important;
}

.receiver-widget {
    max-width: 100%;
    height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 0;
}

.modal-open .container-fluid, .modal-open .container {
    -webkit-filter: blur(5px) grayscale(90%) !important;
}

.tag-input {
    pointer-events: none !important;
}

.tag-input .tag .remover {
    pointer-events: auto !important;
}

p {
    text-align: justify !important;
    text-justify: inter-word !important;
}

.box {
    padding: 50px;
}

.h7 {
    font-size: small;
    text-align: left !important;
}

.h8 {
    font-size: large;
    font-weight: bold;
    text-align: left !important;
    margin-top: 0 !important;
}

.border-menu {
    margin-top: 0.125rem;
    border-color: #0087F7;
    border-width: 2px;
    border-style: dashed;
    height: 240px;
}

#facebookbtn:hover {
    color: #3F51B5 !important;
}

@media screen and (max-width: 940px) {
    .footer {
        display: none !important;
    }
}
.footer {
    position: relative;
    margin-top: -80px; /* negative value of footer height */
    height: 80px;
    clear: both;
    padding-top: 10px;
    color: #fff;
}

.toast-overlap {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.hint-break {
    word-break: break-all;
}

.col-50px {
    width: 50px !important;
}

.col-80px {
    width: 80px !important;
}

.col-100px {
    width: 100px !important;
}

.col-150px {
    width: 150px !important;
}

.col-200px {
    width: 200px !important;
}

.col-8 {
    width: 8% !important;
}

.col-12 {
    width: 12% !important;
}

.col-14 {
    width: 14% !important;
}

.col-20 {
    width: 20% !important;
}

.col-26 {
    width: 26% !important;
}

.custom-filepond {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 2px dashed #0087F7;
    border-radius: 5px;
}

.col-125px {
    width: 125px !important;
}

.button-80px {
    min-width: 80px;
}
