﻿.mp-plusState {
    border-bottom: 2px solid #cffbe3 !important;
    /*background-color: #cffbe3;*/
}

.mp-minusState {
    border-bottom: 2px solid #ffc1c1 !important;
}

.mp-holiday {
    background-color: #ffc1c1 !important;
    border: none !important;
}

.mp-vacation {
    border: none !important;
}

#mp-main .mp-vacation{
    color: #EE8989;
}

#mp-main .mp-sickday{
    color: #EE8989;
}

#mp-main .project-row .mp-vacation{
     color: #EE8989;
}

#mp-main .project-row .mp-sickday{
    color: #EE8989;
}

#mp-main .person-row .hasPartDay {
    border-bottom: 4px solid #ffc1c1 !important;
}
#mp-main {
    position: relative;
}
#mp-main .onabsolute {
    position: absolute;
    top: 10px;
    left: 10px;
    margin: 0;
}
#mp-main .mp-today .fixedheader {
     /*text-decoration: underline;*/
    font-weight: bold;
}

#mp-main .mp-holiday .fixedheader {
     background-color: #ffc1c1;
}

.mp-holiday {
    background-color: #ffc1c1;
}
.mp-dayName {
    display: block;
}
.mp-day {
    display: block;
}
.mp-tdWithoutBorder {
    border: none !important;
}
#mp-main .table-striped th,
#mp-main .table-striped td {
    border: 1px solid #f5f5f5;
    vertical-align: middle;
    text-align: center;
}
#mp-main .table-striped td:first-child {
    position: relative;
    text-align: left;
}
#mp-main .table-striped thead tr:last-child {
    border-bottom: 2px solid #eee;
}
#mp-main h2 {
    margin-bottom: 20px;
    text-align: center;
}
#mp-main .table-striped thead td {
    position: relative;
}
#mp-main .mask {
    visibility: hidden;
}
#mp-main .fixedheader {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    min-height: 58px;
    padding: 8px;
    border: 1px solid #f5f5f5;
    background-color: #fff;
    z-index: 9;
}
#mp-main .weekend .fixedheader {
    background-color: #fbfbfb;
}
#mp-main .fixedheader .valign {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#mp-main .person-row td {
    background: #f5f5f5;
}
#mp-main .person-row a {
    color: #000;
}
#mp-main .person-row td:first-child {
    white-space: nowrap;
    color: #000;
    background: #f5f5f5;
}
#mp-main .person-row .name {
    display: block;
    width: calc(100% - 16px);
}
#mp-main .project-row td {
    font-style: italic;
    font-size: 11px;
}
#mp-main .project-row a {
    color: #888;
}
#mp-main .hideValue a {
    color: transparent;
}
#mp-main a.plus {
    position: absolute;
    display: none;
    top: 50%;
    right: 0;
    width: 16px;
    height: 16px;
    text-align: center;
    font-size: 11px;
    line-height: 16px;
    color: #fff;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
    text-decoration: none;
    margin: -8px 0 0;
}
#mp-main .person-row:hover .plus {
    display: block;
}
#mp-main .plus:hover {
    box-shadow: inset 1px 1px rgba(0,0,0,.6);
}
#mp-main .input-group-addon {
    color: #333;
}
#mp-main .dropdown-toggle {
    text-decoration: none;
}
#devRow {
    position: relative;
}
#devRow.newDev:after {
    content: "new developer";
    position: absolute;
    bottom: 0;
    left: 100%;
    color: rgba(255, 0, 0, 0.7);
    font-size: 12px;
    line-height: 34px;
    white-space: nowrap;
}