body {
  padding-top: 20px;
  background-color: #eee;
}

.room_list_members_count {
  font-size: 14pt;
  padding-left: 5px;
  color: green;
}

.room_list_members_count_empty {
  color: gray !important;
  font-style: italic;
}

.bottom_spacer {
  height: 50pt;
}

.player_size_slider {
  width: 100px !important;
  margin-left: 50px;
}

.admin_volume_slider {
  width: 170px !important;
  margin-left: 10px;
}

.admin_radio_state {
  margin-left: 10px;
}

.room_list_title {
  color: gray;
}

.room_container {
  position: relative;
  display: none;
}

.room_panels {
  position: fixed;
  left: 0;
  top: 35pt;
  width: 160pt;
}

.room_panel {
  border: 1px solid black;
  padding-left: 2px;
  border-radius: 20px;
  padding-right: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 5px;
}

.room_main {
  position: absolute;
  left: 170pt;
  top: 0;
}

.room_panel_head {
  padding-left: 10px;
  color: rgb(68, 69, 178);
}

#room_members_list {
  list-style-type: square;
  color: rgb(59, 136, 59);
}

.room_current_title {
  color: blue;
}

.room_song_time {
  color: green;
}

.pinpoint_rulez {
  position: absolute;
  color: gray;
  left: 10px;
  top: 10px;
}

.add_new_form {
  position: relative;
}

.add_new_form_loading {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(128, 128, 128, 0.44);
  width: 640px;
  text-align: center
}

.add_new_form_loading_hide {
  display: none;
}

.add_new_form_loading img {
  margin-top: 20px;
}

.item_inline_div {
  display: inline-block;
  margin-right: 5px;
}

.item_inline_skipreason {
  color: rgb(255, 121, 121);
}

.item_inline_copy {
  color: rgb(175, 26, 216);
}

.glyphicon-thumbs-up {
  color: green;
}

.glyphicon-thumbs-down {
  color: red;
}

.glyphicon-remove {
  color: red;
}

.chat {
  float: right;
  width: 400px;
  height: 800px;
  outline: 1px solid green;
}

.stats {
  float: right;
  width: 400px;
  width: 600px;
  height: 800px;
  outline: 1px solid green;
}

#load {
    background: url(images/ajax-loader.gif);
    display: inline-block;
    display: none;
    width: 16px;
    height: 16px;
    text-indent: -9999em;
}

.jquery-notify-bar {
  width:100%;
  position:fixed;
  top:0;
  left:0;
  z-index:32768;
  text-align:center;
  padding:20px 0px;
  cursor: pointer;
  border-bottom:1px solid #ddd;
}

.developer {
  color: rgb(174, 174, 174);
  display: inline-block;
  font-family: Arial, Verdana, sans-serif;
  font-size: 9px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  height: 12px;
  line-height: 12px;
  margin-bottom: 7px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  vertical-align: top;
}

.flag-israel {
  background: url(images/il.png);
  height: 11px;
  width: 16px;
  margin: 0 5px 0 0;
  display: inline-block;
}

.panel-heading a { color: #fff !important; }

.breadcrumb .right { float: right;}

.beta { background-color: red; }

div.DTTT { margin-bottom: 0.5em; float: right; }
div.dataTables_wrapper { clear: both; }

.footer-youtube, .footer-youtube a {  
  color: rgb(120, 120, 120);
  display: inline-block;
  font-family: Arial, Verdana, sans-serif !important;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  height: 14px;
  line-height: 14px;
  margin-bottom: 7px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  vertical-align: top;
}


.footer-youtube-container {
  clear: both;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}