﻿.rotabuilder-nav {
    border-top: 1px solid #EEE;
    text-align:center;
    display:block;
    padding-top:10px;
}
.rotabuilder-nav a {margin:0px 5px;}
.rotabuilder-nav a.disabled {color:#EEE;}
.rotabuilder-current-daterange {width: 150px; display: inline-block; text-align: center;}

.rotabuilder-table {font-size:12px;}
.rotabuilder-table td a {color:black;}
.rotabuilder-table td a:hover {text-decoration:none;color:black;}

.rotabuilder-add-shift a {display:block;text-align:center;color:#CCC !important;font-weight:normal;}
.rotabuilder-add-shift a:hover {color:#000 !important;text-decoration:none;}

.rotabuilder-shift, .rotabuilder-leave {
    line-height: 23px;
    display: block;
    padding-top: 5px;
    padding-left: 5px;
    border: 1px solid transparent;
    border-left: 3px solid #000;
    margin-bottom: 1px;
}

.rotabuilder-shift:hover, .rotabuilder-leave:hover {cursor:pointer;border-top:1px solid #BBB;border-bottom:1px solid #BBB;border-right:1px solid #BBB;}
.rotabuilder-shift b, .rotabuilder-leave b {display:block;}
.rotabuilder-shift i.fa, .rotabuilder-leave i.fa {float:right;padding:5px;}

.rb-past-shift {opacity: 0.5;}
.rb-past-shift:hover {opacity: 1}

.rotabuilder-shift-standard {
    background: bisque;
}
.rb-locum-pending {
    background: #fe8585;
}
.rb-locum-filled {
    background: lightgreen;
}
.rotabuilder-shift-pending-swap {background:#c6e4f7;border-left:3px solid red;}

.rotabuilder-shift-leave {background:#CCC;border-left:3px solid #000;}
.rotabuilder-shift-leave-pending {background:#EEE;border-left:3px solid #000;}

td.rotabuilder-user b, td.rotabuilder-user i {display:block;}
td.rotabuilder-user i {font-size:12px;}
td.rotabuilder-user img, .user-avatar {float:left;margin-right:10px;border-radius:25px;width:50px;}

th.rotabuilder-date-col {
    width: 125px;
}
th.rotabuilder-date-col i {
    color: red;
}

.rotabuilder-activity {font-size:12px;}

.rb-pending-swaps-alert {padding: 5px 20px;float: left;margin-left: 20px;font-weight:bold;}

.rb-locum-icon {
    background: black;
    padding: 0px 5px;
    border-radius: 5px;
    margin-right: 2px;
    color: white;
    height: 20px;
    line-height: 20px;
}

.rb-locum-row {
    border-top: 4px solid #ccc;
}

.rb-quick-add-shift {
    display: block;
    text-align: center;
    font-size: 32px;
    color: #DDD;
}

.rb-add-shift-month-view {
    margin-right: 5px;
    font-size: 12px;
    float: right;
}

.rb-cal-month-shifts {
    margin-top: 5px;
    float: left;
    min-height: 50px;
    line-height:25px;
}

.rb-cal-month-shifts a {
    color:black;
    font-size:12px;
    display:block;
}
.rb-cal-month-shifts a:hover {
    text-decoration:none;
    cursor:pointer;
}

#rb-month-view-user-scroller {
font-size: 11px;
width: 100%;
}

#rb-month-view-user-scroller .left {
    height:150px;
    margin-right:20px;
    overflow: auto;
    margin-top: 10px;
}

.rb-cal-month-leave {
    border-top: 2px solid #e7e7e7;
    color: #888;
    display: block;
    padding: 5px 0px;
    margin-top: 10px;
    font-size: 12px;
}

.rp-rb-public-holiday {
    background-color: lightyellow;
}

.leave-request-approved td {
    background-color: lightgreen;
}
.leave-request-declined td {
    background-color: lightcoral;
}

.rota-print-shift-history {
    font-size:12px
}
.rota-print-shift-history hr {
    margin: 7px;
}
.rota-print-shift-history i {
}

.rb-quick-add-shift-btn {
    width: 50px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis {
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}