.wizard .steps ul > li.current{
    background: #2184be !important;
    }

.backgroundIframe{
    background-color: #2f404d;
}

ul.room-meetings li:first-child{
    font-size: 20px;
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}

ul.room-meetings:hover li:first-child{
    border-bottom: 3px solid #3ad88f ;
    background: #eee;
}
.panel-success > .panel-heading, .label.label-success {
    background-color: rgb(58, 216, 143) !important;
}
.btn.btn-success,.wizard .steps ul > li.done{
  background-color: rgb(58, 216, 143) !important;
  border-color: rgb(58, 216, 143) !important;
}
hr{
  border-color: rgb(58, 216, 143) !important;
}
.label{
      font-size: 14px !important; 
}
input.required{
    border:1px solid #ff000036 !important;
}