﻿#mr-main {
}

.mr-dayName {
    display: block;
}

.mr-day {
    display: block;
}


#mr-main .table thead > tr > th,
#mr-main .table tbody > tr > th,
#mr-main .table tfoot > tr > th,
#mr-main .table thead > tr > td,
#mr-main .table tbody > tr > td,
#mr-main .table tfoot > tr > td {
    border: 1px solid #f5f5f5;
    vertical-align: middle;
    text-align: center;
}

#mr-main .table-striped > tbody > tr:nth-child(odd) > td,
#mr-main .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #fff;
}

.weekend {
    background-color: #fbfbfb !important;
    opacity: 1;
}

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

.mr-minusState {
    border-bottom: 2px solid #ffc1c1 !important;
    /*background-color: #ffc1c1;*/
}

    .mr-minusState.weekend {
        border-bottom: 2px solid #e0e0e0 !important;
        /*background-color: #cffbe3;*/
    }


.mr-zeroState {
    background-color: transparent;
}

.mr-zeroState.weekend {
    color: transparent;
}


.weekend + .weekend {
    border-right: 2px solid green;
}

#mr-main table > tbody > tr > td:first-child {
    text-align: left;
}

#mr-main table > thead > tr:last-child {
    border-bottom: 2px solid #eee;
}

#mr-main > .col-md-12 > h2 {
    margin-bottom: 20px;
    text-align: center;
}


.mr-tdWithoutBorder {
    border: none !important;
}


a.link {
    color: inherit;
}

    a.link:visited {
        text-decoration: none;
    }
#mr-main td {
    position:relative;
}
#mr-main .mp-today .fixedheader {
    font-weight: bold;
}

#mr-main .mp-holiday .fixedheader {
     background-color: #ffc1c1;
}
#mr-main .mask {
    visibility: hidden;
}
#mr-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;
}
#mr-main .weekend .fixedheader {
    background-color: #fbfbfb;
}

#mr-main td.utilization-danger
{
    color: #b94a48;
}