.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 600px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    width: 310px;
    font-size: 12px;
}
.popover-title {
    padding: 1px 14px;
/*margin: 0;*/
    font-size: 12px;
/*font-weight: normal;*/
/*line-height: 18px;*/
/*background-color: #f7f7f7;*/
/*border-bottom: 1px solid #ebebeb;*/
/*border-radius: 5px 5px 0 0;*/
}
.popover-content {
    padding: 0px 14px 9px 14px;
}
/*.row-padded {*/
    /*padding: 35px;*/
    /*background-color: #F7F7F7;*/
    /*border: 1px solid #DDD;*/
/*}*/
/*.row {*/
    /*margin-left: -20px;*/
    /**zoom: 1;*/
    /*margin-bottom: 5px;*/
/*}*/


/* *{ margin: 0; padding: 0;}*/
ul#liveuserslist > li{  width: 100%; display: block; }
ul#liveuserslist > li:after{ clear: both; }
div.flag{ width: 24px; height: 24px;  float: left;
    border-radius:3px;}
div.b{ width: 49%;  float: left; }

.dropdown-menu > li > .userlist {
    display: block;
    padding: 3px 34px 3px 5px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

#liveuserslist .glyphicon {
    /* position: relative; */
    /* top: 2px; */
    /* display: inline-block; */
    /* font-family: 'Glyphicons Halflings'; */
    /* font-style: normal; */
    /* font-weight: normal; */
    /* line-height: 1; */
    /* -webkit-font-smoothing: antialiased; */
    -moz-osx-font-smoothing: grayscale;
    /* vertical-align: middle; */
    margin-left: 5px;
    margin-top: 5px;
    color: #f5f5f5;
}
#btnLiveShare > span.glyphicon{ 
	top: 2px
} 

#liveuserslist .text{
    margin-left: 5px;
}
label {
    /*display: inline-block;*/
     margin-bottom: 0px;
    /*font-weight: bold;*/
}
.ui-state-text{
    /*color: #cd0a0a;*/
    font-size: 12px;
}
/*.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {*/
    /*position: relative;*/
    /*min-height: 1px;*/
     /*padding-right: 0px;*/
    /*padding-left: 15px;*/
.bootspinner {
    display: inline-block;
    opacity: 0;
    width: 0;

    -webkit-transition: opacity 0.25s, width 0.25s;
    -moz-transition: opacity 0.25s, width 0.25s;
    -o-transition: opacity 0.25s, width 0.25s;
    transition: opacity 0.25s, width 0.25s;
}

.has-spinner.active {
    cursor:progress;
}

.has-spinner.active .bootspinner {
    opacity: 1;
    width: auto; /* This doesn't work, just fix for unkown width elements */
}

.has-spinner.btn-mini.active .bootspinner {
    width: 10px;
}

.has-spinner.btn-small.active .bootspinner {
    width: 13px;
}

.has-spinner.btn.active .bootspinner {
    width: 16px;
}

.has-spinner.btn-large.active .bootspinner {
    width: 19px;
}

#debugWindow { padding:5px; background:#ddd; border-radius:5px; overflow-y: scroll;
    border:1px solid #CCC; margin-top:10px; height: 160px; }
.errormessage {
    position: fixed;
    top: 0%;
    /*left: 50%;*/
    /*    margin-left: -150px;*/
    width: 100%;
    z-index: 9999;
}
/*
@keyframes myfirst {
0%   {top:3px;opacity: 0; }
10%  {top:33px;opacity: 1;}
90%  {top:33px;opacity: 1; }
100% {top:3px;opacity: 0;}}

@-webkit-keyframes myfirst {
0%   {top:3px;opacity: 0; }
10%  {top:33px;opacity: 1;}
90%  {top:33px;opacity: 1; }
100% {top:3px;opacity: 0;}
}
#pnlWsError{
	opacity: 0;    
}
#pnlWsError.in{    
    -webkit-animation:myfirst 3s ease-in ;
      animation:myfirst 3s ease-in;
}
#pnlWsError.in-out{    
    -webkit-animation:myfirst 3s ease-in-out ;
      animation:myfirst 3s ease-in-out;
}
*/
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 3px 0 0 3px;
}
button.close {
    opacity: .5;
}