.center {
    text-align: center;
} 
.top-box {
    background: #f2f2f2;
    padding: 10px;
    border-top: 4px solid #7d7d7f;
}
.matrixTbl {
    border-left: 1px solid #bbb;
    font-size: 11px;
}
.matrixTbl th, .matrixTbl td {
    border-bottom: 1px solid #999999;
    border-right: 1px solid #bbb;
    color: #000000;
}
.matrixTbl th {
    background-color: #eeeeee;
    border-top: 4px solid #7d7d7f;
}
.matrixTbl td {
    text-align: center;
}
.matrixTbl .alt td {
    background: #f0f9ff;
}
.matrixTbl.contract td {
    background: #FFEBCD;
    font-style: italic;
    vertical-align: middle;
}
.matrixTbl.rate td, .matrixTbl.los td, .matrixTbl.prevrate td {
    font-size: 9px;
    font-style: italic;
    vertical-align: top;
    word-break: break-all;
}
.matrixTbl.rate td, .matrixTbl.prevrate td {
    padding: 3px 1px;
}
.matrixTbl.los td {
    padding: 3px 0 0;
}
.matrixTbl td.title {
    font-size: 11px;
    padding: 3px 5px;
    font-weight: bold;
    font-style: italic;
    text-align: left;
}
.matrixTbl td span {
    display: block;
    padding: 5px 0 4px;
}
.w100 {
    width: 60px;
    display: inline-block;
}
.bdr {
    border: 1px solid #ccc;
}
.room-name {
    text-align: left !important;
    padding: 3px;
}
.restriction {
    display: block;
    height: 11px;
    font-size: 9px;
    font-style: normal;
}
td.not-updated, .alt td.not-updated, span.not-updated{
    background: #FF5D5D;
    color: #fff;
}

td.in-progress, .alt td.in-progress, span.in-progress{
    background: #FCD741;
    color:#000;
}

.restriction {
    background: #b3e1fe;
    color:#be2126;
    text-align: center;
}
.restriction.not-updated {
    background: #ec3131;
    color:#fff;
}
.restriction.in-progress {
    background: #fbc900;
    color:#000;
}

.res-overbooking {
    background: #94dcc0 !important;
}
.res-breaches {
    background: #ffb8b8 !important;
}
.legends td {
    padding: 3px 0;
}
.legends span {
    display: inline-block;
    width: 22px;
    height: 12px;
    margin-right: 8px;
}
.legends em {
    display: inline-block;
    height: 12px;
}
.contract, .rate, .los {
    display:none;
}
.link-contract, .link-rate, .link-los, .link-prevrate  {
    text-decoration: none;
    margin-right: 3px;
}
/****************** Pop up start **************************/
.add-restrictions-popup, .add-allotments-popup {
    background: rgba(0,0,0,0.15);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
}
.popUp {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 260px;
    width: 480px;
    margin-top: -130px;
    margin-left: -240px;
    background: #fff;
    border: 2px solid #999999;
}
.disableByRateCls{
	top:0px;
	left:0px;
	background: url(frn-deactive-cells.gif) repeat;
	height:100%;
	z-index:100;
    opacity: 0.5;
    filter: alpha(opacity=50);

}

.allotsync, .restsync {
    display: inline-table;
    height: 14px;
    font-size: 10px;
    font-style: normal;
    width:30px;
    text-align: center;  
    cursor: pointer;
}

.allotsync.syncon, .restsync.syncon {
    background: #109617;
    color:#fff;
}

.allotsync.syncoff, .restsync.syncoff {
    background: #EC3131;
    color:#fff;
}


/****************** Pop up end **************************/