#darbaUzdevumi {
    padding-top: 7vh;
    min-height: 100vh;
    background: #71767a;
    overflow-x: hidden;
}

/* #filters > :first-child {
    border-radius: 30px 0px 0px 30px;
}

#filters > :last-child {
    border-radius: 0px 30px 30px 0px;
} */

#filters {
    color: black;
    margin-top: 3vh;
    width: 100vw;
    padding: 0 !important;
}

.tasksInDay {
    background: #eeeeee;
    width: 95vw;
    min-height:10vh;
    margin:auto;
    padding-left: 1%;
    margin-bottom: 5vh;

    position: relative
}

.taskDate {
    width: 50%;
    float: left;

    padding-right: 5%;
    padding-left: 5%;
    /*margin-top: 3%;*/
}

.taskTime {
    width: 50%;
    float: left;
    text-align: right;
   /* padding-bottom: 4vh;*/

    padding-right: 5%;
    padding-left: 5%;
  /*  margin-top: 3%;*/
}

#cards {
    color: black;
}

#brigadaCards {
    color: black;
}

#editCards {
    color: black;
}

table {
    background: white;
    border: 1px solid #eeeeee;
}

h5 {
   /* line-height: 0.1em;*/
    font-weight: bold;
}

.bigTopPadding {
    padding-top: 11vh !important;
}

.cancel-lines {
    display: block;
}

.lines-left {
    display: none;
}

.disabled > .cancel-lines > .lines-left{
    display: block;

    width: 100vw;
    height: 10vh;
    z-index: 5;
    left: 0;

    text-align: center;

    position: absolute;
}

.lines-left > img {
    width: 20vw;
}

.weekDay {
    float: left;
    width: 10vw;
    font-size: 300%;
    text-align: center;

    position: absolute;
    top: 50%;
    transform: translateY(-50%);

    color: #555;
}

.brigadaTable > tbody > tr:last-child {
    display: none;
}