.role-text{
    background-color: #FFFFCC;
    border: 1px solid #FFCC66;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 1px 5px;
    margin-right: 5px;
}


.ROLE_ADMIN {
    color: red;
}

.ROLE_QUAKE_WATCH{
    color: green;
}

.ROLE_QUAKE_WATCH_MANAGER {
    color: green;
    font-weight: bold;
}

.ROLE_SHIFT_MANAGER{
    color: green;
    font-weight: bold;
}

.ROLE_SUPERADMIN{
    font-weight: bold;
    color: red;
}

.shift-roster-person{
    padding: 10px;
    border: 1px solid #dfdfdf;
    margin: 0px 0px 5px 0px;
    background-color: rgba(255,255,255,0.8);
    border-radius: 5px;
}


/*https://css-tricks.com/custom-scrollbars-in-webkit/ */
::-webkit-scrollbar {
    width: 5px;
}
 
::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: #f5f5f5;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #C21A01;
}

.scrollbar-vertical{
    
}

.shift-body{
    height: 80px;
}
.shift-time{
    height:80px;
    line-height: 80px;
}
.shift-start{ color: green; }
.shift-end{ color: blue; text-align: right;}
.shift-start, .shift-end{
    font-weight: bold;
}

.shift-body{
    background-color: #f0f0f0;
}
.day-shift *:not(.btn){
    background-color: #E1F5C4 !important;
}

.shift-nav{
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.shift-body-container{
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

.shift-nav *{
    color: black !important;
}

.is-closing{
    background-color: #E32F21 !important;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.recup-spend-toggle a{
    height: 40px !important;
    position: relative !important;
    top: 5px !important;
    line-height: 40px !important;
    padding: 0px 20px !important;
}
.recup-spend-toggle *{
    background-color: #F54828 !important;
    color: white !important;
    font-weight: bold;
}


.shift-staff-container{
    height: 80px;
}

.shift-assignment .shift-user{
    background-color: #fafafa;
    opacity: 1;
}

.shift-gap{
    height: 80px;
    background-color: #FFF5D6;
    line-height: 80px;
    text-align: center;
}

.recup-days{
    line-height: 80px;
    font-weight: bold;
    color: red;
}

/* START center bootstrap modal */
.modal{
    text-align: center;
}

@media (min-width: 992px){
 
    .modal-lg {
        width: 1200px;
    }
    
}

@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}


.modal-dialog {
  display: inline-block;
  margin: 0px auto;
  text-align: left;
  vertical-align: middle;
}
/* END center bootstrap modal */

.modal-form > .row{
    margin-bottom: 5px;
}