.bm-button-live {
    background: url("../img/button-live.png") 0px -0px no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    visibility: hidden;
    left: -45px;
    bottom: 30px;
    z-index: 1;
} 

.bm-button-live:hover {
    background: url("../img/button-live.png") 0px -30px no-repeat;
	cursor: pointer;
}

.bm-button-recenter {
    background-color: rgba(255,255,255,0.0);
    width: 22px;
    height: 22px;
    position: absolute;
    left: -22px;
	bottom: 22px;
    z-index: 3;
} 

#bm-button-recenter-up {
    top: 0px;
}

#bm-button-recenter-dn {
    bottom: 0px;
}

.bm-widget #bm-instrument-selector {
    background: rgba(40,45,48,0.5);
    color: white;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
	text-align: center;
	user-select: none;
	width: 100px;
    height: 16px;
    position: absolute;
	display: inline-block;
    left: 138px;
    top: 1px;
    z-index: 2;
	
    border: 1px solid rgba(252,252,252,0.4);
    border-radius: 6px;
} 

/* <-- COB header: select box */

.bm-cob-header {
    font-family: 'Ubuntu', sans-serif;
    height: 20px;
    text-align: left;
    letter-spacing: 1px;
    font-size: 10px;
	font-weight: lighter;
    padding: 0px;
    padding-top: 0px;
    padding-left: 0px;
    background-color: #2d4049;
    position: absolute;
    white-space: nowrap;
    border: 1px #404c5a solid;
    border-left: 1px #3a4650 solid;
}

.bm-cob-header select {
  display: none; /* hide original SELECT element: */
}

.select-selected {
  background-color: #2d4049;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 8px;
  right: 8px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-color: transparent transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent transparent transparent;
  top: 3px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: #ffffff;
  padding: 2px 4px;
  border: 1px solid transparent;
  border-color: transparent transparent transparent transparent;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #4d5569;
  top: 18px; /* 100%; */
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(160.0, 175.0, 188.0, 0.5);
}

.bm-intro-header {
    font-size: 22px;
}

.bm-intro-img-example {
  vertical-align: middle;
}

.bm-widget-core {
    background: #263238;
    margin: 0;
    padding: 0;
    position: relative;
    min-width: 280px;
    min-height: 50px;
}

.bm-widget-license-overlay {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.5);

    display: flex;
    align-items: center;
}

.bm-widget-license-window {
    border-radius: 3px;
    font-family: 'Lato', sans-serif;
    max-width: 500px;
    padding: 35px;
    color: #2b2e38;
    background: white;

    margin: 0 auto;

    text-align: center;
}

.bm-widget-license-window h1 {
    color: #455a64;
    font-size: 30px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    margin: 0;
}

.bm-widget-license-window input[type=text],
.bm-widget-license-window input[type=password]
{
    width: 100%;
    display: block;
}

.bm-last-connection-fail-reason {
    padding-bottom: 5px;
    color: red;
}

.bm-confirm {
    color: white;
    display: block;
    width: 100%;
}

.bm-widget {
    position: relative;
    display: flex;
    flex-flow: column;
    min-width: 280px;
}

.bm-widget header {
    display: flex;
    flex: 0 1 auto;
}

.bm-widget article {
    flex: 1 1 auto;
    overflow: hidden;
}

.bm-widget footer {
    flex: 0 1 auto;
}

.bm-widget header {
    height: 30px;
    padding: 2px 0px;
    border-bottom: 1px solid #314047;
    background: rgba(35,51,59,1);
    width: 100%;
/*  overflow: hidden;*/
    box-sizing: content-box;
}
.bm-widget .bm-center-box * {
    display: inline-block;
}
.bm-widget .bm-left-box {
    float: left;
    display: flex;
/*  overflow: hidden; */
    flex-direction: row-reverse;
    flex-wrap: wrap;
    flex: 1 1 1px;
    justify-content: flex-end;
}
.bm-widget .bm-download-box {
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    position: relative;
    flex:0 0;
}
.bm-widget .bm-center-box {
    flex: 80 50 100px;
    display: flex;
    justify-content: center;
    white-space: nowrap;
    flex-wrap: wrap;
    overflow: hidden;
    flex-direction: row-reverse;
    min-width: 50px;
}
.bm-widget .bm-center-box.bm-center-box-empty {
    min-width: 0px;
}
.bm-widget .bm-timer .bm-enter-key-btn,
.bm-widget .bm-download {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    color: #40c4ff;
    font-size: 12.5px;
    letter-spacing: 0.03em;
    padding: 3px 15px;
    margin-top: 1px;
    border: solid #40c4ff 1px;
    background: #40c4ff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    color: #fff;
}

.bm-widget a.bm-download:active, .bm-widget a.bm-download:hover {
    background: #2da8de;
}

.bm-right-placeholder{
    flex: 10000 100000 auto;
    max-width: 160px;
    min-width: 0;
}
.bm-widget .bm-right {
    float: right;
    display: inline-block;
    margin-top: 2px;
    margin-right: 3px;
    margin-bottom: 10px; /*Just to ensure no other icons become visible when there is not enough space*/
}

.bm-widget .bm-logo-holder{
	background: linear-gradient(90deg, rgba(48,55,60,0.1),rgba(22,26,30,0.65));
	display: inline-block;
	position: absolute;
    width: 126px;
    height: 16px;
    left: 3px;
    top: 2px;

    border-radius: 0px;
	border-width: 0px;
    box-shadow: 0px 0px 4px 2px rgba(255,255,255,0.65);

	z-index: 2;
}

.bm-widget .bm-logo{
    background-image: url("../img/bookmap-logo.svg");
    background-repeat: no-repeat;
    background-size: 136px 12px;
    display: inline-block;
    width: 126px;
    height: 16px;
    margin-top: 2px;
} 
.bm-widget .bm-right[href] div {
    cursor: pointer;
}

.bm-widget .bm-prehead{
    height: 18px;
    padding-top:6px;
    padding-left: 30px;
    padding-right: 30px; 
    background-color: #455a64;
    border-bottom: 1px solid #566972;
    vertical-align: middle;
}

p.bm-info-status,
.bm-info-fixed-text {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-size: 12.5px;
    color:#fff;
    margin: 5px 30px 0px 5px;
}
.bm-info-fixed-text{
    margin-left: 30px;
    margin-right: 10px;
}

.bm-widget footer {
    left: 0;
    bottom: 0;
    width: 100%;
    height:20px;
    border-top: 1px solid #33424a;
    background-color: #23333b;
    text-align: right;
    padding-top: 4px;
    overflow: hidden;
}
.bm-logo-foot {
    padding-right: 30px;
    padding-bottom: 10px; /* To hide overflow completely - better to do with flex. */
    display: inline-block;
}

/* status bar bottom */
.bm-widget .bm-status-bar-bottom {
    position: absolute;
    right: 0px;
    bottom: 24px;
    width: 98px;
    height: 24px;
    border: 1px solid #314047;
    background-color: rgba(35,51,59,0.5);
    text-align: right;
    padding-top: 4px;
}
.bm-status-bar-bottom.bm-nofooter {
    bottom: 0px;
}

.bm-widget .bm-status-bar-bottom-show-area {
    position: absolute;
    right: 0px;
    bottom: 24px;
    width: 100%;
    height: 24px;
    padding-top: 4px;
}
.bm-status-bar-bottom-show-area.bm-nofooter {
    bottom: 0px;
}
.bm-widget .bm-status-bar-bottom-bts {
    float: right;
}

/* bm-btn-text: landing & chatroom */
.bm-btn-text{
    font-family: 'Ubuntu', sans-serif;
    font-weight: 100;
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: center;
    vertical-align: top;
    color: #fcfcfc;
    height: 21px;
    border: 1px solid #fcfcfc;
    border-radius: 6px;
    margin: 2px 0px 0px 2px;
    padding-top: 2px;
    padding-left: 6px;
    padding-right: 6px;
    margin-right: 3px;
}
.bm-btn-text:hover {
    border: 1px solid #40c4ff;
    color: #40c4ff;
}
.bm-btn-text.landing {
    width: 150px;
    margin-right: 4px;
    white-space: nowrap;
}
