.wcvo_sel_title {
    font-family: Rubik, sans-serif;
    font-size: 1.5em;
    font-weight: 600;
    color:  white;
}

.mo_sel {
    border-radius: 5px;
}

.btn_wcvo_opt--enabled {
    cursor:  pointer;
    background-color: #F9F9F9 !important;
    color: #212322;
}

.btn_wcvo_opt--disabled {
    cursor:  not-allowed;
    background-color: #BEBFBEE8 !important;
    color: #212322;
}

.btn_wcvo_approve--enabled {
    cursor:  pointer;
    /*background-color: #43B02A !important;
    color: white;*/
}

.btn_wcvo_approve--disabled {
    cursor:  not-allowed;
    /*background-color: #859780e8 !important;
    color: gray;*/
}



/*
** Date Range Picker
*/

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td
{
    padding: 0;
}
table tbody>tr:nth-child(odd)>td,
table tbody>tr:nth-child(odd)>th
{
    background-color: #ffffff00;
}
.daterangepicker td.off.ends.available,
.daterangepicker td.available
{
    font-weight: bold;
}
.daterangepicker td.disabled, 
.daterangepicker option.disabled
{
    color: #FF0000!important;
}

/*
** Lightbox
*/

#wcvo_graph div img
{
    cursor: pointer;
}

#wcvo_lightbox {
    display: none;
    position: fixed;
    z-index: 99999;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000000CC;
}

#wcvo_lightbox_ctrl {
    color:  white;
}

#wcvo_lightbox_content{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 0 0 0 0;
  width: 100vw;
  height: 100vh;
  max-width: 100%;
  max-height: 100%;
}

#wcvo_lightbox_content img{
  /*max-width: 100%;*/
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}

.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close i{
    margin-left: 1em;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}


