img.category {
    width: 30px;
    height: auto;
}
.bodyBackground {
    /*background-image: url('/storage/images/background.png');*/
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
/***************************************\
* made by:                              *
*     BS Computer - Zrenjanin       	*

* designer and front-end develpore:     *
*     Nina Zadrin                       *
* email:                                *
*     office@bscomputer.com             *
*                            			*
\***************************************/

/* NAVBAR */

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar {
    background-color: #fff !important;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.navbar-desk {
    display: block !important;
}

.nav-item {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}


.navbar-left,
.navbar-right {
 width: 40%;
}

.navbar-right {
  text-align: right;
   }

.navbar-light .navbar-brand {
    width: 10%;
    text-align: center;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    right: 10px;
    top: 20px;
}

a {
    color: #665091;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #665091;
    text-decoration: underline;
    background-color: transparent;
}

.nav-link:hover, .nav-link:focus {
    text-decoration: underline;
}

.dropdown-content a {
    color: black;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
    text-align: right;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.mobile {
    display: none;
}

/***************** SIDE NAV ******************/

.sidebar-menu {
    padding-top: 70px;
    padding-left: 1rem;
    position: fixed;
    float: left;
    width: 280px;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #665091;
    color: #fff;
    font-family: "Segoe UI";
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.sidenav {
    position: fixed;
    width: 0px;
    min-height: 100%;
    height: 100vh;
    box-sizing: border-box;
    padding-top: 60px;
    animation: collapse 10ms;
    animation-fill-mode: none;
    z-index: 10;
}

.sidenav li:hover {
    background-color: #665091;
    color: hsl(193, 100%, 100%);
}

.main-category {
    padding: 10px;
}

ul {
    list-style: none
}

.sidebar-list {
    padding-left: 10px;
}

.projects {
    padding-left: 18px;
    list-style: disc;
}

.fa-folder-open {
    padding-right: 5px;
}

.accordion {
    color: #fff;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.secondary-category {
    padding: 0px 22px;
    display: none;
    overflow: hidden;
}

/***************** END SIDE NAV ******************/

/***************** BODY ******************/

#app {
    padding-top: 70px;
}

.pt-4, .py-4 {
    padding-top: 0rem !important;
    padding: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.container {
    background-color: #fff;
    padding: 20px;
    border-top: 2px solid #665091;
    max-width: 2560px;
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2) !important;
}

.container-category {
    border-top: none;
    /* margin-bottom: 20px; */
    padding-top: 10px;
    background-color: transparent;
    box-shadow: none;
}

.container2 {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    max-width: 35% !important;
    width: 30%;
    padding-right: 15px;
    padding-left: 15px;
    z-index: 9999999;
    top: 50px;
}

.pageName {
    background-color: transparent;
    border: none;
    padding: 0;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0), 0 1px 3px rgba(0, 0, 0, 0) !important;
}

.heading-container {
    font-size: 18px;
    font-weight: bold;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 !important;
    margin-bottom: 0 !important;
    list-style: none;
    background-color: transparent !important;
    border-radius: 0 !important;
    color:white;



}
.breadcrumb-item a,
.breadcrumb-item.active,
.breadcrumb-item + .breadcrumb-item::before {
    color: white !important
}

.breadcrumb{
    display: inline-flex;
}

.name-subcategory,
.breadcrumb{
    font-size: 15px !important;
    margin-bottom: 10px !important;
    border-radius: 5px !important;
    background-color: #665091!important;
color: white  !important;
padding: 3px !important;
}

.nav-link .naziv {
    margin-right: 150px;
}

.name-subcategory {
    font-size: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.footer-tabs {
    background-color: #f9f9f9;
    padding-bottom: 15px;
    padding-top: 15px;
    bottom: 0rem;
    margin: -20px;
    margin-top: 0px;
}

.modal-form {
    background-color: #f9f9f9;
    padding-bottom: 15px;
    padding-top: 15px;
    padding: 10px;
}

/***************** END BODY ******************/

/***************** TABLE ******************/

.table .thead-light th {
    color: #393536;
    background-color: rgba(0, 0, 0, .03);
    border-color: rgba(0, 0, 0, .03);
}
#datatable_tasks thead tr th {
    color: rgb(182, 182, 182);
}

/***************** END TABLE ******************/

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

.modal-button-add {
    margin-left: 10px;
    margin-bottom: 2rem;
    border-radius: 0.25rem;
}

.nav-link {
    background-color: transparent  !important;
    color: black !important;
    border-radius: 0.25rem;
}

.primary, .swal2-confirm  {
    background-color: transparent  !important;
    color: rgb(182, 182, 182) !important;
    border-radius: 0.25rem !important;
}
.primary-form,.primary-form:hover {
    background-color: #665091;
    color:#fff;
}
.tertiary-form,.tertiary-form {
    color:#665091;
}
.btnDashboardTask {
    color: rgb(182, 182, 182) !important;
}

.button-color {
    background-color: #665091 !important;
    color: #fff !important;
}

.secondary {
    background: #fff;

    color: rgb(182, 182, 182) !important;
    border-radius: 0.25rem !important;
}

.dropbtn{
    background-color: transparent;
    color: black !important;

}

.tertiary , .swal2-cancel  {
    background-color: transparent;
    color: rgb(182, 182, 182) !important;
    border-radius: 0.25rem;
}

.login-button {
    width: 100%;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #665091;
    border-color: #665091;
}

.page-link {
    z-index: 3;
    color: #393536;
    background-color: transparent;
    border-color: #665091;
}

.nav-primary {
    padding: 5px !important;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none !important;
}

.status-badge {
    width: 15px;
    height: 15px;
    background-color: #f755ab;
    border-radius: 100%;
    margin-right: 3px;
}

/*****************END BUTTONS ******************/

.spanInput {
    font-size: 12px;
    color: #393536;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-right: -1.25rem;
    margin-left: auto !important;
}

.form-check-label {
    margin-bottom: 0;
    margin-left: 20px;
}

.form-control:focus, .custom-select:focus {
    color: #393536;
    background-color: #fff;
    border-color: #665091;
    box-shadow: 0 0 0 1px rgba(102, 80, 145, 1);
}

.subcategory-row {
    margin-bottom: 15px;
    margin-top: 10px;
}

.card-header {
    text-align: left;
    text-transform: uppercase;
    padding-right: 5px;
padding-left: 5px;
}

.card-project {
    height: 100%;
    border-radius: 10px;
    max-height: 220px;

}
.card-header:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.card-footer:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.margin{ margin-bottom:20px}



.card-footer {

    width: 100%;
    padding:0px;
    background: white;
    color: rgb(182, 182, 182);
}

.project-card-header {
    font-weight: bold;
    border-bottom: none;
}

.project-badge {
    height:15px;
    width:15px;
    border-radius: 50%;
    float:right;
    margin-bottom: 0px;
    margin-top: 4px;
}
.card-body {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 5px;
}
.card-text {
    text-align: left;
    text-align-last: left;
}

.card-date {
    text-align: right;
    font-size: 12px;
}

.swal2-icon.swal2-warning {
    border-color: #665091!important;
    color: #665091!important;
}

.swal2-icon.swal2-warning {
    color: #665091!important;
}

.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: .25em;
    background: #665091!important;
    background-color: initial;
    background-color: #665091!important;
    color: #fff;
    font-size: 1em;
}

.swal2-styled.swal2-confirm:focus {
    box-shadow: 0 0 0 0px rgba(115, 103, 240, .5)!important;
}

.swal2-styled.swal2-cancel {
    border: 0;
    border-radius: .25em;
    background: transparent !important;
    background-color: transparent !important;
    color: #665091!important;
    font-size: 1em;
}

.swal2-styled.swal2-cancel:focus {
    box-shadow: 0 0 0 0px rgba(110, 125, 136, .5) !important;
}

.swal2-title {
    font-family: "Nunito", sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    text-align: left;
}

.table th, .table td {
    /* padding: 0.75rem; */
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}

 .form-check {
     margin-left: 20px;
 }

#datatable_tasks_wrapper {
    height: 100%;
    max-height: 500px;
    overflow: scroll;
    overflow-x: scroll;
    overflow-x: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
}

.navbar-desk {display: block !important;}
.navbar-mob{display: none !important;}
@media only screen and (max-width: 1440px) {
    .container {
        width: 95%;
    }
}

@media only screen and (max-height: 720px) {
    .modal-dialog {
        max-width: 900px;
        margin: 1.75rem auto;
    }
    #datatable_tasks_wrapper {
        height: 100%;
        max-height: 400px;
        overflow: scroll;
        overflow-x: scroll;
        overflow-x: hidden;
    }
    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: hidden;
    }
}

@media only screen and (max-height: 720px) and (max-width: 1280px) {
    .modal-dialog {
        max-width: 1100px;
        margin: 1.75rem auto;
    }
}

@media only screen   and (max-width: 834px) {
    .modal-dialog {
        max-width: 900px;
        margin: 1.75rem auto;
    }
    .navbar-desk {display: none !important;}
    .navbar-mob{display: block !important;}
    .mobile {
        left: 0;
    }

}

@media only screen   and (max-width: 500px) {
    .modal-dialog {
        max-width: 900px;
        margin: 1.75rem auto;
    }
    #datatable_tasks_wrapper {
        height: 100%;
        max-height: 150px;
        overflow: scroll;
        overflow-x: scroll;
        overflow-x: hidden;
    }
    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: hidden;
    }
}

.span-date,
th.table-header-text {
    color:rgb(182, 182, 182) !important;
}
@media only screen and (min-width: 2000px) {
.modal-dialog {

    margin: auto;

    top: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
}
#datatable_tasks_wrapper {

    max-height: 900px;

}
.modal-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);

}

}

 #datatable_tasks thead {
    position: absolute;
    top: 0;
    width: -moz-available;
    width: -webkit-fill-available;
    width: stretch;
    border-bottom: 1px solid #dee2e6;

    margin-bottom: 20px;
    padding-bottom: 10px;
    background-color: white;
    margin-right: 35px;
}


.table thead th {
    vertical-align: bottom;
    border-bottom: none !important;}


    #datatable_tasks tbody tr:first-child td{
    padding-top: 20px;
    }
    #datatable_tasks thead tr th:nth-child(2)  {
        padding-left: 25px;
    }

    #datatable_tasks .dt-center {
        width: 10% !important;
    }

    .mt-5, .my-5 {
        margin-top: 20px  !important;
    }
#datatable_tasks thead tr {
    display: flex !important;
}

    @media only screen   and (max-width: 834px) {
           #datatable_tasks thead tr:first-child th{
            width: 28% !important;
    }
    #datatable_tasks thead tr th:nth-child(2) {
        padding-left: 0;
    }

    #datatable_tasks thead {

        margin-right: 15px;
    }

    #datatable_tasks_wrapper {
        height: 100%;
        max-height: 360px;
        overflow: scroll;
            overflow-x: scroll;
        overflow-x: scroll;
        overflow-x: hidden;
    }
    }



    #datatable_tasks thead tr th {
        border: none;
    }

    .modal-header {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .modal-content {

        border-radius: 10px;

    }
    .border {
        border: 1px solid #ced4da !important;
    }

.no-border,
.no-border:focus{
        border: none !important;
        padding-left: 0;
        box-shadow: 0 0 0 0px rgba(102, 80, 145, 1);
        height: calc(1.6em + 0.75rem + 2px) !important;
    }

    .navbar-nav {
        display: block;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }
    .btn {
        border-radius: 5px !important;
    }

/* #datatable_tasks_wrapper thead tr th.sorting_disabled.span-date,
#tfoot_current_date {
    width: 15% !important;
}
#datatable_tasks_wrapper thead tr th:nth-child(2),
#datatable_tasks_wrapper tfoot td:nth-child(2)  {
    width: 90% !important;;
}

#datatable_tasks_wrapper thead tr th:nth-child(3),
#datatable_tasks_wrapper tfoot td:nth-child(3) {
    width: 10% !important;;
}
  */
  .modal-dialog {
    max-width: 920px;
    margin: 1.75rem auto;
}