.bm-tooltip {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    color: #eceff1;
    font-size: 13px;
    padding: 15px;
    background-color: #27343B;
    position: absolute;
    width: 160px;
    height: 80px;
    margin-top: -135px;
    margin-left: -95px;
    visibility: hidden;
    line-height: 20px;
}
.bm-tooltip:after {
    position: absolute;
    display: block;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #27343B;
    content: '';
}

.bm-widget-core {
    background: #263238;
    margin: 0;
    padding: 0;
    position: relative;
    min-width: 380px;
    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: 400px;
}

.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: 24px;
    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: 0 1 400px;
    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: 100 100 auto;
    display: flex;
    justify-content: center;
    white-space: nowrap;
    flex-wrap: wrap;
    overflow: hidden;
    flex-direction: row-reverse;
    min-width: 200px;
}
.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-widget .bm-hand-ic {
    display: inline-block;
    cursor: pointer;
    width: 15px;
    height: 19px;
    background: url(hand2.svg);
    background-size: 15px 19px;
    transition: all 0.3s ease 0s;
    position: relative;
    margin-left: 10px;
    margin-top: 1px;
    margin-bottom: 10px; /*Just to ensure no other icons become visible when there is not enough space*/
}

.bm-widget a.bm-hand-ic:hover {
    background: url(hand.svg);
    background-size: 15px 19px;
}

.bm-widget a.bm-hand-hover {
    background: url(hand.svg);
    background-size: 15px 19px;
}

.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-right div {
    background-image: url("../img/logo.png");
    background-repeat: no-repeat;
    width: 100px;
    height: 17px;
    margin: 0;
    padding: 0;
    padding-right: 10px;
}
.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;
    left: 0;
    bottom: 24px;
    width: calc(100% - 2px);
    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-widget a.bm-btn-new-window {
    float: left;
    display: block;
    width: 17px;
    height: 17px;
    background: url("../img/image-sprite.png") -139px 0 no-repeat;
    cursor: pointer;
    margin: 3px 20px 0px 0px;

}
.bm-widget a.bm-btn-new-window:hover {
    background: url("../img/image-sprite.png") -139px -17px no-repeat;
}
.bm-widget a.bm-btn-fullscreen {
    float: left;
    display: block;
    width: 17px;
    height: 17px;
    background: url("../img/image-sprite.png") -105px 0 no-repeat;
    cursor: pointer;
    margin: 3px 20px 0px 0px;
}
.bm-widget a.bm-btn-fullscreen:hover {
    background: url("../img/image-sprite.png") -105px -17px no-repeat;
}

.bm-widget:-webkit-full-screen a.bm-btn-fullscreen {
    background: url("../img/image-sprite.png") -122px 0 no-repeat;
}
.bm-widget:-webkit-full-screen a.bm-btn-fullscreen:hover {
    background: url("../img/image-sprite.png") -122px -17px no-repeat;
}
.bm-widget:-moz-full-screen a.bm-btn-fullscreen {
    background: url("../img/image-sprite.png") -122px 0 no-repeat;
}
.bm-widget:-moz-full-screen a.bm-btn-fullscreen:hover {
    background: url("../img/image-sprite.png") -122px -17px no-repeat;
}
.bm-widget:-ms-fullscreen a.bm-btn-fullscreen {
    background: url("../img/image-sprite.png") -122px 0 no-repeat;
}
.bm-widget:-ms-fullscreen a.bm-btn-fullscreen:hover {
    background: url("../img/image-sprite.png") -122px -17px no-repeat;
}
.bm-widget:fullscreen a.bm-btn-fullscreen {
    background: url("../img/image-sprite.png") -122px 0 no-repeat;
}
.bm-widget:fullscreen a.bm-btn-fullscreen:hover {
    background: url("../img/image-sprite.png") -122px -17px no-repeat;
}

/* fullscreen */
.bm-widget:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    left: 0px;
    top: 0px;
}
.bm-widget:-moz-full-screen {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    left: 0px;
    top: 0px;
}
.bm-widget:-ms-fullscreen {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    left: 0px;
    top: 0px;
}
.bm-widget:fullscreen {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    left: 0px;
    top: 0px;
}


/* bm-btn-feedback */
.bm-widget .bm-btn-feedback {
    width: 21px;
    height: 15px;
    display: block;
    background: url("../img/image-sprite.png") -75px 0px no-repeat;
    margin: 4px 0px 10px 28px; /*10 px at the bottom are just to ensure no other icons become visible when there is not enough space*/
}
.bm-widget .bm-btn-feedback:hover {
    background: url("../img/image-sprite.png") -75px -15px no-repeat;
}

/* feedback-form */
.bm-widget-popup .remodal-close {
    left: inherit;
    right: 0;
}
.bm-widget-popup.remodal-overlay {
    background: rgba(43, 46, 56, 0.0);
}
.bm-widget-popup .remodal {
    border-radius: 3px;
    font-family: 'Lato', sans-serif;
    max-width: 350px;
    box-shadow: 0px 11px 85px #212329;
}
.bm-widget-popup .remodal h1 {
    color: #455a64;
    font-size: 30px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    margin: 0;
}

.bm-widget-license-window h3 {
    font-size: 14px;
    color: #888888;
    font-weight: 400;
    margin-top: 10px;
}

.bm-widget-popup .remodal h4, 
.bm-widget-license-window h4 {
    font-size: 13px;
    color: #bababa;
    font-weight: 400;i
    margin-top: 5px;
}

.bm-widget-popup .remodal input[type=text], 
.bm-widget-license-window input[type=text],
.bm-widget-license-window input[type=password] {
    height: 50px;
    border: 1px solid #c1d1d9;
    -webkit-box-shadow: inset 0px 4px 10px rgba(78, 105, 117, 0.17);
    box-shadow: inset 0px 4px 10px rgba(78, 105, 117, 0.17);
    font-size: 14px;
    color: #455a64;
    padding: 5px 10px;
    outline:none;
    margin: 5px 0px;
    -webkit-transition: border 0.3s ease-in-out;
    -o-transition: border 0.3s ease-in-out;
    transition: border 0.3s ease-in-out;
}

.bm-widget-popup .remodal input[type=text] {
    width: 260px;
}

.bm-widget-popup .remodal input[type=text]:focus, 
.bm-widget-license-window input[type=text]:focus,
.bm-widget-license-window input[type=password]:focus {
    border: 1px solid #40c4ff;
}
.bm-widget-popup .remodal textarea {
    resize:none;
    width: 260px;
    height: 120px;
    border: 1px solid #c1d1d9;
    -webkit-box-shadow: inset 0px 4px 10px rgba(78, 105, 117, 0.17);
    box-shadow: inset 0px 4px 10px rgba(78, 105, 117, 0.17);
    font-size: 14px;
    color: #455a64;
    padding: 12px 10px 10px;
    outline:none;
    margin: 5px 0px;
}
.bm-widget-popup .remodal-confirm,
.bm-widget-license-window .bm-confirm {
    background: #40c4ff;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    outline: 0;
}
.bm-widget-popup .remodal-confirm {
    width: 260px;
}
.bm-widget-popup .remodal-confirm:hover,
.bm-widget-popup .remodal-confirm:focus,
.bm-widget-license-window .bm-confirm:hover,
.bm-widget-license-window .bm-confirm:focus{
    background: #309ED0;
}
.bm-widget-popup .remodal-confirm:disabled,
.bm-widget-license-window .bm-confirm:disabled{
    background: #aaa;
}
.bm-widget-popup .remodal[data-remodal-id=bm-modal-feedback-ok]{
    max-width: 500px;
}
.bm-widget-popup .remodal[data-remodal-id=bm-modal-feedback-fail]{
    max-width: 500px;
}

.bm-widget-popup ::-webkit-input-placeholder  {
    font-size: 14px;
    font-weight: 400;
    color: #455a64;
}
.bm-widget-popup ::-moz-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #455a64;
    }/* Firefox 19+ */
.bm-widget-popup :-moz-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #455a64;
    }/* Firefox 18- */
.bm-widget-popup :-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #455a64;
}

/* color select */
.bm-color-container {
    margin-left: 50px;
    float: left;
}
.bm-widget header .bm-color-container {
    display: none;
}
.bm-color-container select {
    width: 130px;
    margin-left: 20px;
}
.bm-widget .select2-container--default .select2-selection--single {
    width: 130px;
    border-radius: 0px;
    background: #263840;
    border: 1px solid #455962;
    outline: none;
    height: 30px;
    float: left;
    padding: 0;
    /* margin-left: 35px; */
    margin-top: 3px;
}
.bm-widget .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #fff transparent transparent transparent;
}
.bm-widget .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
        border-color: transparent transparent #fff transparent;
}
.bm-widget .bm-selectcolor-option {
    width: 115px;
    height: 10px;
    border-radius: 10px;
    background: #fff;
    display: block;
}

.bm-widget .bm-selectcolor-option.blue {
    background:-webkit-linear-gradient(to right, #293941, #00d2ff);
    background:-o-linear-gradient(to right, #293941, #00d2ff);
    background:linear-gradient(to right, #293941, #00d2ff);
}
.bm-widget .bm-selectcolor-option.white {
    background:-webkit-linear-gradient(to right, #293941, #fff);
    background:-o-linear-gradient(to right, #293941, #fff);
    background:linear-gradient(to right, #293941, #fff);
}

.bm-widget .select2-dropdown {
    background: #263840;
    border-style: none solid solid solid;
    border-width: 1px;
    border-color: #455962;
    top: -1px;
    /*left: 35px;*/
}

.bm-widget .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
    right: 10px;
}
.bm-widget .select2-results__option {
    padding: 10px 6px;
}
.bm-widget .select2-search--dropdown {
    display: none;
}

.bm-widget .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #1A2429;
}

.bm-widget .select2-selection__rendered .bm-selectcolor-option {
    width: 83px;
    margin: 9px 0px 0px 0px;
}

.bm-widget .bm-timer {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    color: #eceff1;
    font-size: 13px;
    padding: 6px;
    background-color: #27343B;
    position: absolute;
    line-height: 20px;

    border-right: 1px solid #314047;
    border-bottom: 1px solid #314047;

    top: 0;

    display: none;
}

.bm-widget .bm-timer .bm-enter-key-btn {
    margin-left: 10px;
}

/* =============== CONFIGURATION-WINDOW =============== */

.bm-widget .bm-btn-config {
    width: 21px;
    height: 24px;
    float: left;
    display: block;
    background: url("../img/image-sprite.png") -156px 0px no-repeat;
    margin: 0px 0px 10px 28px; 
}
.bm-widget .bm-btn-config:hover {
    background: url("../img/image-sprite.png") -156px -24px no-repeat;
}


.bm-widget-popup .bm-remodal-config {
    padding: 0;
    max-width: 400px;
}
.bm-widget-popup .bm-remodal-config h4 {
    padding: 0;
    margin: 0;
}
.bm-widget-popup .bm-config-head {
    float: left;
    background: #2a2d33;
    color: #fff;
    width: 100%;
}
.bm-widget-popup .bm-config-head p {
    float: left;
    padding: 0px 10px;
    font-size: 12px;
    text-transform: uppercase;
}
.bm-widget-popup .bm-config-head .remodal-close {
    width: 9px;
    height: 9px;
    background: url("../img/image-sprite.png") -96px -18px no-repeat;
    top: 15px;
    right: 10px;
}
.bm-widget-popup .bm-config-head .remodal-close:before {
    content: none;
}
.bm-widget-popup .bm-config-body {
    background: #2a2d33;
    float: left;
    width: 100%;
}
.bm-widget-popup .bm-right-side-window,
.bm-widget-popup .bm-left-side-window {
    width: 50%;
    float: left;
}
.bm-widget-popup .bm-slider-cont {
    width: 100%;
    float: left;
}
.bm-widget-popup .bm-slider-cont .bm-slider-header {
    background: #464a52;
    padding: 4px 0px;
}
.bm-widget-popup .bm-slider-cont .bm-slider-header h4 {
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
}
.bm-widget-popup .bm-slider-cont .bm-slider-body {
    border-right: 1px solid #415058;
    border-bottom: 1px solid #415058;
}
.bm-widget-popup .bm-slider-cont.bm-contrast .bm-slider-body,
.bm-widget-popup .bm-slider-cont.bm-distinguishable .bm-slider-body,
.bm-widget-popup .bm-slider-cont.bm-brightness .bm-slider-body {
    border-right: 0;
    border-bottom: 1px solid #415058;
}
.bm-widget-popup .bm-slider-cont.bm-brightness .bm-slider-body {
    border-bottom: 0;
}

.bm-widget-popup .bm-slider-cont.right-side .bm-slider-body {
    border-right: 0;
}
.bm-widget-popup .bm-slider-cont .bm-slider-block {
    padding: 15px 0px 25px;
    width: 90%;
    margin: 0 auto;
}
.bm-widget-popup .bm-slider-cont.bm-contrast .bm-slider-block,
.bm-widget-popup .bm-slider-cont.bm-distinguishable .bm-slider-block,
.bm-widget-popup .bm-slider-cont.bm-brightness .bm-slider-block {
    padding: 15px 0px 34px;
}

/* sliders css    */
.bm-widget-popup .slider.slider-horizontal {
    width: 100%;
}
.bm-widget-popup .bm-slider-lables {
    margin-top: -8px;
}
.bm-widget-popup .slider.slider-horizontal .slider-selection {
    background: #03a9f4;
}
.bm-widget-popup .slider.slider-horizontal[disabled] .slider-selection {
    background: #969696;
}
.bm-widget-popup .slider.slider-horizontal[disabled] {
    pointer-events: none;
}
.bm-widget-popup .slider-track-high {
    background: #464a52;
}
.bm-widget-popup .slider-handle {
    background: #03a9f4;
    width: 8px;
    height: 8px;
    top: 3px;
}
.bm-widget-popup [disabled] .slider-handle {
    background: #a0a0a0;
}
.bm-widget-popup .slider-handle:after  {
    position: absolute;
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    background: rgba(3, 169, 244, 0.35);
    left: -4px;
    top: -4px;
    border-radius: 100px;
}
.bm-widget-popup [disabled] .slider-handle:after  {
    content: none;
}
.bm-widget-popup .slider.slider-horizontal .slider-track {
    height: 3px;
}
.bm-widget-popup .slider.slider-horizontal .slider-tick, .slider.slider-horizontal .slider-handle {
    margin-left: -4px;
}


.bm-widget-popup .bm-slider-lables.bm-four {
    width: 100%;
}
.bm-widget-popup .bm-slider-lables.bm-four div {
    font-size: 10px;
    color: #fff;
    width: 33.3333%;
    float: left;
}
.bm-widget-popup .bm-slider-lables.bm-four div:nth-child(1) {
    text-align: left;
}
.bm-widget-popup .bm-slider-lables.bm-four div:nth-child(2) {
    text-align: center;
}
.bm-widget-popup .bm-slider-lables.bm-four div:nth-child(3) {
    text-align: right;
}
/* end sliders css */

.bm-widget-popup .bm-exact-value {
    border-bottom: 1px solid #415058;
    border-right: 1px solid #415058;
    padding: 15px 0px;
    float: left;
    width: 100%;
}
.bm-widget-popup .bm-black-cut-off .bm-exact-value {
    border-bottom: 0;
}
.bm-widget-popup .bm-exact-value input[type=checkbox] {
    margin-right: 15px;
}
.bm-widget-popup .bm-exact-value input[type=number] {
    float: right;
    margin-right: 15px;
    width: 80px;
    height: 25px;
    border: 2px solid #788890;
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 10px;
    color: #fff;
    padding: 5px 10px;
    outline: none;
    margin: 0px 10px 0px 0px;
    background: none;
    -webkit-transition: 0;
    -o-transition: 0;
    transition: 0;
    -moz-appearance:textfield; /* Hide ugly arrows in firefox*/
}
.bm-widget-popup .bm-exact-value input[type=number]:disabled {
    border-color: #666666;
    color: #8e8e8e;
}

.bm-widget-popup .bm-exact-value input[bm-invalid-value=true] {
    background-color: #e57373;
}

.bm-widget-popup .bm-checkbox + label {
    cursor: pointer;
}

.bm-widget-popup .bm-checkbox:not(checked) {
    position: absolute;
    opacity: 0;
}
.bm-widget-popup .bm-checkbox:not(checked) + label {
    position: relative; 
    padding: 0 0 0 25px; 
    margin-left: 10px;
    margin-top: 5px;
    color: #fff;
    font-size: 12px;
    float: left;
}
.bm-widget-popup .bm-checkbox:not(checked) + label:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    background: none;
}
.bm-widget-popup .bm-checkbox:checked + label:before {
    width: 16px;
    height: 16px;
    background: rgb(3, 169, 244) url("../img/image-sprite.png") -77px -31px no-repeat;
    border: none;
}

/* ==================== Volume dots ==========================*/

.bm-widget-popup .bm-left-dots-clustering,
.bm-widget-popup .bm-right-dots-clustering {
    width: 50%;
    float: left;
    color: #fff;
}
.bm-widget-popup select {
    background: #2a2d33;
    border: 2px solid #464a52;
    outline: none;
    border-radius: 0px;
    color: #fff;
    font-size: 13px;
    padding: 5px 10px;
    float: left;
    margin: 10px 5%;
    height: 35px;
    width: 90%;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
     background: url("../img/arrow.png") 92%  no-repeat #2a2d33;
}   

.bm-widget-popup .bm-button-block {
    border-top: 1px solid #415058;
    float: left;
    width: 100%;
}
.bm-widget-popup button.bm-btn {
    font-size: 12;
    float: right;
    color: #fff;
    background: #464a52;
    padding: 8px 26px;
    margin: 10px;
    border: none;
    text-transform: uppercase;
    outline: none;
}
.bm-widget-popup button.bm-btn:hover {
    background: #383c44;
}

.bm-results-dots-clustering {
    float: left;
    width: 100%;
}

.bm-widget-popup .bm-for-none,
.bm-widget-popup .bm-for-smart,
.bm-widget-popup .bm-for-by-time,
.bm-widget-popup .bm-for-by-volume {
    display: none;
}

.bm-btn-dots-config {
    width: 18px;
    height: 17px;
    float: left;
    display: block;
    background: url("../img/image-sprite.png") -178px 0px no-repeat;
    margin: 3px 0px 10px 28px; 
}
.bm-btn-dots-config:hover {
    background: url("../img/image-sprite.png") -178px -17px no-repeat;
}

/* ==================== End volume dots ==========================*/
