#mbp,
#abp {
    /*min-width: 180px;*/
}
body .row {
    margin: 0px;
}
.status-1 {
    background: #DD9999;
}
.status-9 {
    background: #DDDDDD;
    border: 2px solid #EE3333;
}
.break {
    background: #337ab7;
    border-color: #2e6da4;
}
.bls {
    border: 2px solid #33EE33;
}
.noShift {
    color: #ff4d4d;
}
.force-hide {
    display: none !important;
}
.cm {
    display: none;
    z-index: 1000;
    position: absolute;
    overflow: hidden;
    border: 1px solid #CCC;
    white-space: nowrap;
    font-family: sans-serif;
    background: #FFF;
    color: #333;
    border-radius: 5px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.cm li {
    padding: 8px 12px;
    cursor: pointer;
}
.cm li:hover {
    background-color: #DEF;
}
.unit {
    /*height: 50px;*/
}
.super {
    font-size: 8px;
    margin-top: -5px;
    display: block;
    text-align: center;
}
.super br {
    display: block;
    margin: 10px 0;
}
.circles {
    text-align: center;
}
.circle {
    border: 1px solid #6666FF;
    height: 10px;
    width: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    /*float:left;*/
    display: inline-block;
}
.c-done {
    background: #66FF66;
}
.c-adone {
    background: #FF6666;
}
.nearChange {
    color: #FF4444;
}
#clock .date {
    float: right;
    margin-right: 20px;
    margin-top: 10px;
    font-size: 26px;
}
#clock .time {
    font-size: 40px;
    text-align: center;
    font-family: digital, sans-serif;
    width: 100px;
    float: right;
    margin-right: 20px;
}
.hideTg {
    display: none;
}
.st {
    min-height: 35px;
    display: inline-block;
}
.sf {
    display: inline-block;
}
.bpc .hideTg {
    display: inline-block;
}
.station.force-show-tg {
    display: block !important;
}
.unit.force-show-tg {
    display: inline-block !important;
}
.unit.force-show-tg.force-hide {
    display: none !important;
}
#selectTG {
    width: 200px;
    display: inline-block;
}
.ustyle {
    font-weight: bold;
}
.fict {
    border: 2px dashed red;
}
.whead {
    height: 60px;
}
.btn-prim,
.btn-prim:hover,
.btn-prim:active,
.btn-prim:focus {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
/*#clock .cl {
  width: auto;
  animation-name: blinker;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes blinker {
  0% {
    opacity: 1;
  }
  49% {
    opacity: 1;
  }
  50%{
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}*/
.point_blink {
    animation: blinker 2s linear infinite;
}
@keyframes blinker {
    50% {
        background: #f0ad4e;
    }
}
.point_blink_white {
    animation: blinker2 2s linear infinite;
}
@keyframes blinker2 {
    50% {
        background: #669966;
    }
}
.point_mute {
    float: right;
    margin-top: -5px;
}
@media screen and (min-width: 768px) {
    .lg-modal {
        width: 70%;
        /* either % (e.g. 60%) or px (400px) */
    }
}
.point-usage {
    float: right;
}
.badge-notify{
    background: red;
    position: absolute !important;
    top: -5px !important;
    right: -5px;
    z-index: 100;
}
.badge-time{
    background: #ff4d4d;
    color: black;
    position: absolute !important;
    top: -7px !important;
    right: 7px;
    z-index: 100;
    padding-left: 3px;
    padding-right: 4px;
    display: none;
}
.badge-break{
    /*background: purple; */
    background: #f7f14a;
    color: black;
    position: absolute !important;
    top: -7px !important;
    right: -5px;
    z-index: 100;
    padding-left: 4px;
    padding-right: 4px;
}
.badge-break-red{
    background: #ff4d4d;
}
.badge-break-auto{
    /*background: purple; */
    background: #41f74a;
    color: black;
    position: absolute !important;
    top: -7px !important;
    right: -5px;
    z-index: 100;
    padding-left: 4px;
    padding-right: 4px;
    display: none;
}
.badge-info{
    background: #3498db;
    position: absolute !important;
    top: -5px !important;
    left: -5px;
    z-index: 100;
}
.badge-change{
    background: #41f74a;
    color: black;
    position: absolute !important;
    top: -7px !important;
    left: 15px;
    z-index: 100;
    padding-left: 3px;
    padding-right: 5px;
}
.badge-change-warn{
    background: #f7f14a;
}
.badge-change-alert{
    background: #ff4d4d;
}
.badge-usage{
    background: purple;
    position: absolute !important;
    top: 25px !important;
    left: -5px;
    z-index: 100;
}
.unitInfo {
    color: #3498db;
}
.unit {
    position: relative;
}
tr.info td {
    background: #8888FF !important;
    color: #000000;
}
.bp {
    min-height: 110px;
}

.unitOut {
    color: #f15050;
}

.break-table-alert {
    color: #f15050;
}
.break-table-cancel {
    color: #f15050;
    text-decoration: line-through;
}
.break-table-warn {
    color: #f7f14a;
}

.break-table-row .glyphicon-ok {
    color: #41f74a;
    cursor: pointer;
}
.break-table-row .glyphicon-remove {
    color: #f15050;
    cursor: pointer;
}

.chTime {
    margin-right: 30px;
    text-decoration: underline;
}

/* CHAT */
/*.chat_box{
    position:fixed;
    right:20px;
    bottom:0px;
    width:250px;
}
.chat_body{
    background:white;
    height:400px;
    padding:5px 0px;
}*/

.chat_head,.msg_head{
    background:#f39c12;
    color:white;
    padding:10px;
    font-weight:bold;
    cursor:pointer;
    border-radius:5px 5px 0px 0px;
}

.msg_box{
    position:fixed;
    bottom:-5px;
    width:250px;
    background:white;
    border-radius:5px 5px 0px 0px;
    z-index: 100;
}

.msg_wrap{
    display: none;
}

.msg_head{
    background: #3498db;
}

.msg_head_blink {
    animation: chat_blinker 1s linear infinite;
}
@keyframes chat_blinker {
    50% {
        background: #ef4d4d;
    }
}

.msg_body{
    background:white;
    height:200px;
    font-size:14px;
    padding:15px;
    overflow:auto;
    overflow-x: hidden;
}
.msg_input{
    width:100%;
    border: 1px solid white;
    border-top:1px solid #DDDDDD;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
}

.msg-seen {
    font-size: 10px;
    font-style: italic;
    font-weight: bold;
}

.context-menu-list {
    z-index: 101 !important;
}

/*.close{
    float:right;
    cursor:pointer;
}
.minimize{
    float:right;
    cursor:pointer;
    padding-right:5px;

}

.user{
    position:relative;
    padding:10px 30px;
}
.user:hover{
    background:#f8f8f8;
    cursor:pointer;

}
.user:before{
    content:'';
    position:absolute;
    background:#2ecc71;
    height:10px;
    width:10px;
    left:10px;
    top:15px;
    border-radius:6px;
}*/

.msg_a{
    position:relative;
    background: rgba(91, 149, 222, 0.3);
    color: #000000;
    padding:10px;
    min-height:10px;
    margin-bottom:5px;
    margin-right:10px;
    border-radius:5px;
}
/*.msg_a:before{
    content:"";
    position:absolute;
    width:0px;
    height:0px;
    border: 10px solid;
    border-color: transparent #FDE4CE transparent transparent;
    left:-20px;
    top:7px;
}*/


.msg_b{
    background: rgba(123, 91, 222, 0.3);
    color: #000000;
    padding:10px;
    min-height:15px;
    margin-bottom:5px;
    position:relative;
    margin-left:10px;
    border-radius:5px;
    word-wrap: break-word;
}
/*.msg_b:after{
    content:"";
    position:absolute;
    width:0px;
    height:0px;
    border: 10px solid;
    border-color: transparent transparent transparent #EEF2E7;
    right:-20px;
    top:7px;
}*/
.msg_info {
    margin-top: -5px;
    font-size: 10px;
    font-style: italic;
    font-weight: bold;
}
.msg_info .time {
    float: right;
}
.bpTimer {
    font-size: 26px;
}
.point-heading {
    font-size: 16px;
    font-weight: bold;
}
.affix {
    width: 33%;
    position: fixed;
}

.panel-body {
    position:relative;
    padding: 20px 15px 15px 15px;
}

.panel {
    margin-bottom: 3px;
}

.panel-add {
    border-style: dashed;
    border-width: 3px;
    border-color: #c8c8c8;
    text-align: center;
    line-height: 110px;
    font-size: 120px;
    background-color:#2e3338;
}
.bp-add {
    display: none;
}

.bp-add-btn {
    float: left;
    width: 115px;
    margin: 0.5em;
}
.wrap:after {
    content:'';
    display:block;
    clear: both;
}
.message-panel {
    font-size: 16px;
    color: #000;
    /*cursor: pointer;*/
}
.message-remove {
    cursor: pointer;
}
.message-panel-1 {
    background: #ff4d4d;
}
.message-panel-2 {
    background: #3498db;
}
.message-panel-3 {
    background: #34db98;
}
.message-panel-4 {
    background: #34db98;
}
.message-time {
    position: absolute;
    top: 4px;
    right: 6px;
    font-weight: bold;
    font-size: 12px;
}
.message-user {
    position: absolute;
    top: 4px;
    right: 46px;
    font-weight: bold;
    font-size: 12px;
}
.message-panel .glyphicon-remove {
    position: relative;
    float: right;
}
.message-check {
    margin-left: 5px !important;
    margin-top: -50px !important;
    height: 15px;
    width: 15px;
}
.bpc .time {
    width: 40px;
    display: inline-block;
}

#mute {
    height: 30px;
}

#mute span {
    font-size: 14px;
}

#userShiftControl {
    font-size: 18px;
    padding-top: 5px;
}
#userShiftControl .btn {
    font-size: 18px;
}
#userShiftControlPlace {
    background: #888;
    padding-left: 5px;
    padding-right: 5px;
}
.endUserShift {
    float: right;
}
