input.transparent-input{
       background-color:rgba(0,0,0,0) !important;
       border:none !important;
    }
select {
     -webkit-appearance: listbox;
     background: rgba(46, 51, 56, 0.5)!important; 
    /* background: rgba(122, 130, 136, 0.5)!important; */
    color: #fff;
    width: 100%;
    height: 35px;
}
select option {
    margin: 0px;
    /*background: rgba(122, 130, 136, 0.5)!important; */
    /* background: rgba(0, 0, 0, 0.5); 
    /* opacity: 0.0; */
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4); 
}


.panel-transparent {
    background: none;
    border: 0;
}

.panel-transparent .panel-heading{
    background: rgba(122, 130, 136, 0.5)!important;
}

.panel-transparent .panel-body{
     background: rgba(46, 51, 56, 0.5)!important; 
    /* background: rgba(122, 130, 136, 0.5)!important; */
}
iframe {
    display: block;       /* iframes are inline by default */
    background: #000;
    border: none;         /* Reset default border */
    width: 100%;
    height: 355px;
}
