.sonata-ba-list-field-actions {
    width: 1%;
    white-space: nowrap;
}

.sonata-ba-list-field-actions .btn span {
    display: none;
}

.main-header .navbar .breadcrumb > .active {
    color: #f6f6f6;
}

.skin-black .main-header .navbar .breadcrumb > .active {
    color: #777;
}

.form-horizontal .sonata-ba-field .list-unstyled li:first-child {
    margin-top: 7px;
}

.form-horizontal .sonata-ba-field > .icheckbox_flat-blue {
    margin-top: 7px;
}

.without-label .box .sonata-ba-field.col-sm-offset-3:first-child {
    margin-left: 0;
}

.without-label .box .sonata-ba-field.col-sm-9:first-child {
    width: 100%;
}

.form-horizontal .field-container > span:first-child {
    float: left;
    min-width: 50%;
}

.form-horizontal .field-actions {
    float: right;
}

.logo img {
    max-width: unset;
}

.no-float {
    margin: auto;
    float: none
}

.info-box-icon-medium {
    width: 70px;
    height: 70px;
    line-height: 70px;
}

.info-box-icon-small
{
    /*width: 50px;*/
    height: 50px;
    line-height: 50px;
    font-size: 35px;
}


.info-box-icon-x-small
{
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
}

.info-box-icon-x-x-small
{
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
}

.team-shortcut {
    line-height: 30px;
    font-weight: bolder;
}

.tipScoreInput {
    text-align: center;
    width: 50px !important;
    margin: auto;
}

.font-bigger {
    font-size: 120%;
}

a.switchShooters.active {
    font-weight: bold;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-striped>tbody>tr:nth-of-type(even),
tr.even,
tr.even td{
    background-color: #ffffff;
}

label.switch,
label.gswitch {
    font-weight: normal;
}

label.switch.active,
label.gswitch.active {
    font-weight: bold;
}

.direct-chat-danger-new {
    position: absolute;
    right: 20px;
    top: 0;
    width: auto;
    opacity: 0.8;
}

.direct-chat-text-new {
    margin-right: 0 !important;
    padding: 0 5px !important;
}

.direct-chat-text-new:after,
.direct-chat-text-new:before{
    border:none;
}

table.small,
table.small1 {
    font-size: 80%;
}

table.small>tbody>tr>td,
table.small>tbody>tr>th,
table.small>tfoot>tr>td,
table.small>tfoot>tr>th,
table.small>thead>tr>td,
table.small>thead>tr>th  {
    padding: 4px;
    color: #b8c7ce;
}

table.small1>tbody>tr>td,
table.small1>tbody>tr>th,
table.small1>tfoot>tr>td,
table.small1>tfoot>tr>th,
table.small1>thead>tr>td,
table.small1>thead>tr>th  {
    padding: 4px;
}