.hidden-block
{
    display: none;
}

.ui-draggable .draggable-handle {
    cursor: move;
}

.caret.caret-reversed {
    border-top-width: 0;
    border-bottom: 4px solid white;
}

.copy_right
{
   background-image: url(../images/system/copyright.png) !important;
   background-position: 100% 10%  !important;
   background-repeat: repeat-y !important;
}

.star
{
   display: inline-block;
   width: 8px;
   height: 8px;
   background-image: url(../images/system/star.png);
}

/*deprecated
.loader
{
   background-image: url(../images/system/loader.gif) !important;
   background-position: 50% 50% !important;
   background-repeat: no-repeat !important;
}

.loader-mini
{
   background-image: url(../images/system/loader-mini.gif) !important;
   background-position: 50% 50% !important;
   background-repeat: no-repeat !important;
}

    .loader.loader-football
    {
       background-image: url(../images/system/loader-football.gif) !important;
    }

    .loader-mini.loader-football
    {
       background-image: url(../images/system/loader-football-mini.gif) !important;
    }
    
    .loader.loader-tennis
    {
       background-image: url(../images/system/loader-tennis.gif) !important;
    }

    .loader-mini.loader-tennis
    {
       background-image: url(../images/system/loader-tennis-mini.gif) !important;
    }
    
    .loader.loader-basketball
    {
       background-image: url(../images/system/loader-basketball.gif) !important;
    }

    .loader-mini.loader-basketball
    {
       background-image: url(../images/system/loader-basketball-mini.gif) !important;
    }
    
    .loader.loader-volleyball
    {
       background-image: url(../images/system/loader-volleyball.gif) !important;
    }

    .loader-mini.loader-volleyball
    {
       background-image: url(../images/system/loader-volleyball-mini.gif) !important;
    }
    
    .loader.loader-hockey
    {
       background-image: url(../images/system/loader-hockey.gif) !important;
    }

    .loader-mini.loader-hockey
    {
       background-image: url(../images/system/loader-hockey-mini.gif) !important;
    }
    
    .loader.loader-wrap
    {
       min-height: 300px;
    }

    .loader-mini.loader-wrap
    {
       min-height: 100px;
    } */

.transferObject 
{ 
    border: 2px dotted gray; 
} 

.video-icon {
   background-image: url(../images/system/video.png);
   background-repeat: no-repeat;
   background-position: 50% 50%;
   display: inline-block;
   width: 16px;
   height: 16px;
}

.live-stat-icon {
   background-image: url(../images/system/live-stat.png);
   background-repeat: no-repeat;
   background-position: 50% 50%;
   display: inline-block;
   width: 16px;
   height: 16px;
}

.live-stat-video-icon {
   background-image: url(../images/system/live-stat-video.png);
   background-repeat: no-repeat;
   background-position: 50% 50%;
   display: inline-block;
   width: 16px;
   height: 16px;
}

#match-video .nav {
    margin: 7px 5px;
}

    #match-video .nav > li > a {
        padding: 5px 10px;
        font-size: 12px;
    }

.normal {
    font-weight: normal;
}

.ui-datepicker{
    font-size: 12px;
}

.modal-body {
    min-height: 200px;
}

.table {
    margin-bottom: 0;
}

/* bootstrap fix ! */
.table>thead>tr>td.info, .table>tbody>tr>td.info, .table>tfoot>tr>td.info, .table>thead>tr>th.info, .table>tbody>tr>th.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>tbody>tr.info>td, .table>tfoot>tr.info>td, .table>thead>tr.info>th, .table>tbody>tr.info>th, .table>tfoot>tr.info>th {
    background-color: #d9edf7;
}

.table>thead>tr>td.warning-strong, .table>tbody>tr>td.warning-strong, .table>tfoot>tr>td.warning-strong,
.table>thead>tr>th.warning-strong, .table>tbody>tr>th.warning-strong, .table>tfoot>tr>th.warning-strong, .table>thead>tr.warning-strong>td, 
.table>tbody>tr.warning-strong>td, .table>tfoot>tr.warning-strong>td, .table>thead>tr.warning-strong>th, .table>tbody>tr.warning-strong>th, 
.table>tfoot>tr.warning-strong>th,
.match-info-table>tbody>tr>td.warning-strong {
    background-color: #ffff00;
}


.jqplot-table-legend {
    font-size: 1.2em;
}

#stat-bettors-table a {
    color: #428bca;
}

#match-video-modal .modal-dialog {
    width: 700px;
    
}

#match-video-modal .frame-container-wrap {
    padding: 10px;
    text-align: center;
}

    #match-video-modal .frame-container-wrap > ul {
       display: inline-block; 
    }
    
        #match-video-modal .frame-container-wrap > ul a {
           padding: 5px 10px; 
        }
        
#match-video-modal .modal-content {
    overflow: hidden;
    height: 500px;
}

#match-last-events-modal-wrap {
    position: relative;
}



#match-last-events-modal-wrap .modal {
    position:  absolute;
    overflow: inherit;
    overflow-y: inherit;
    left: 240px;
    top: -60px;
    bottom: auto;
    right: auto;
}
    #match-last-events-modal-wrap .modal-dialog {
        padding: 0;
        margin: 0;
    }
    
    #match-last-events-modal-wrap .modal-body {
        padding: 0;
        min-height: 60px;
    }
        #match-last-events-modal-wrap .modal-content {
            position:  inherit;
        }
        
        #matches-tabs {
            border: 1px solid #aaa;
            border-radius: 3px;
            padding: 2px;
        }
        
        #matches-tabs > ul {
            position: relative;
        }
            #matches-tabs > ul.football {
                background: rgb(192, 223, 192) url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
            }
            
            #matches-tabs > ul.ice_hockey {
                background: rgb(240, 249, 255) url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
            }
            
            #matches-tabs > ul.basketball {
                background: rgb(238, 212, 184) url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
            }
            
            #matches-tabs > ul.volleyball {
                background: rgb(255, 242, 213) url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
            }
            
            #matches-tabs > ul.tennis {
                background: rgb(255, 213, 213) url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
            }
            
            #matches-tabs > ul.tennis {
                background: rgb(255, 213, 213) url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
            }
            
            #matches-tabs > ul.horseracing {
                background: rgb(204, 255, 210) url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
            }
            
            
        #matches-tabs > ul > li {
            margin-top: 3px;
            margin-left: 3px;
        }
        
            #matches-tabs > ul > li > a {
                font-size: 15px;
                text-decoration: none;
                color: black;
                
            }
            
                #matches-tabs > ul > li:not(.active) > a {
                    background-color: #f2f2f2;
                    opacity: 0.8;
                }
        
        #matches-tabs > ul > label {
            float: right; 
            margin: 9px 10px; 
            font-size: 12px;       
        }
        
        #matches-tabs > ul > label > #game-ico {
            position: absolute;
            display: inline-block;
            width: 80px;
            height: 80px;
            right: 130px;
            bottom: 0;
        }
 
            #matches-tabs > ul.football > label > #game-ico {
                background-image: url(../images/games/football.png);
            }
            
            #matches-tabs > ul.ice_hockey > label > #game-ico {
                background-image: url(../images/games/ice_hockey.png);
            }
            
            #matches-tabs > ul.basketball > label > #game-ico {
                background-image: url(../images/games/basketball.png);
            }
            
            #matches-tabs > ul.volleyball > label > #game-ico {
                background-image: url(../images/games/volleyball.png);
            }
            
            #matches-tabs > ul.tennis > label > #game-ico {
                background-image: url(../images/games/tennis.png);
            }
            
            #matches-tabs > ul.horseracing > label > #game-ico {
                background-image: url(../images/games/horse_racing.png);
                right: 50px;
            }
            
        #match-last-events-modal .close {
            color: white;
            opacity: 0.8;
        }
        
        #match-last-events-modal-sound/*, #allow-event-notifications*/ {
            display: inline-block;
            width: 22px;
            height: 22px;
            cursor: pointer;
            background-image: url(..images/system/sound_on.png);
        }
            #match-last-events-modal-sound {
                float: right;
                margin-right: 10px;
                background-image: url(../images/system/sound_on.png);
            }

                #match-last-events-modal-sound.off {
                    background-image: url(../images/system/sound_off.png);
                }
            
            /*
            #allow-event-notifications {
                background-image: url(../images/system/popup_on.png);
            }
            
                #allow-event-notifications.off {
                    background-image: url(../images/system/popup_off.png);
                }*/
    
/* deprecated
#matches-list
{
    display: inline-block;
    width: 500px;
    float: left;
}
*/
    /* deprecated 
.matches-wrap.racing-wrap #matches-list{
    width: 400px;
}


    #matches-tabs > div
    {
        padding: 10px 0;
    }
    
    #matches-list .tab-content
    {
        overflow-y: scroll;
    }
    
    #matches-list table
    {
        width: 100%;
        margin: 0;
        font-size: 13px;
    }
        #matches-list table caption, #match-last-events-modal caption
        {
            text-align: left;
            font-weight: bold;
            font-size: 15px;
            background-color: #333333;
            color: #FF6600;
            padding: 3px 10px;
        }
        
        .mathes-collapse
        {
            float: right;
            width: 16px;
            height: 16px;
            display: inline-block;
            margin: 2px;
            cursor: pointer;
            background-image: url(../images/system/expanded.png)
        }
            .mathes-collapse.collapsed
            {
                background-image: url(../images/system/collapsed.png)
            }

        #matches-list table tr
        {
            border-top: 1px solid silver;
        }
        
        #matches-list table tbody tr.active
        {
            background-color:#d43f3a !important;
            color: white !important;
        }
        
        #matches-list table tbody tr:hover
        {
            background-color:#99ccff;
            cursor: pointer;
        }

        #matches-list table tr.new
        {
            background-color:#ffc600;
        }
        
        #matches-list table tr.goal
        {
            background-color: #9f9 !important;
        }
        
        #matches-list table tfoot td
        {
            height: 80px;
        }
        
        #matches-list td.transfer
        {
            width: 20px;
            background-repeat: no-repeat;
            background-position: 50% 50%;
            background-image: url(../images/system/minus.png);
        }
        
        #matches-list td.team
        {
            width: 160px;
            padding-left: 7px;
        }
        
            #matches-list td.team span.wrap
            {
                display: inline-block;
                white-space: nowrap;
                max-width: 160px;
                overflow-x: hidden;
                margin-right: 5px;
                margin-top: 2px;
            }
            
                #matches-list td.team span.wrap.birthday
                {
                  border-bottom: 1px dotted red;
                }
            
        #matches-list td.stage {
            white-space: nowrap;
            max-width: 70px;
            overflow: hidden;
        }

        #matches-list td.score {
            min-width: 30px;
        }
        
        #matches-list td.country, #match-last-events-modal td.country
        {
            width: 30px;
            overflow: hidden;
        }
        
        #matches-list #matches-tabs-hidden td.transfer
        {
            background-image: url(../images/system/plus.png)
        }
*/
/* deprecated 
#match-frame,#matches-list .tab-content
{
    min-height: 420px;
}


#match-frame
{
    display: inline-block;
    min-height: 500px; 
    width: 516px; 
    margin-left: 8px;
}

.matches-wrap.racing-wrap #match-frame{
    width: 616px;
}


#match-teams-score
{
    font-size: 18px;
    font-weight: bold;
    color: red;
}

    #match-teams-score-add
    {
        font-size: 14px;
        color: silver;
    }

#match-info table
{
    margin: 15px 0;
}
    
#match-params {
    border-bottom: 1px solid silver;
    padding-bottom: 5px;
    margin-bottom: 8px;
    position: relative;
}

    #match-params #match-params-meteo {
       position: absolute;
       top: -20px;
       right: 0;
    }

.match-info-table
{
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    width: 100%;
    font-size: 12px;
}
    .match-info-table .paid {
        background-image: url(../images/system/paid.png);
        background-repeat: no-repeat;
        background-position: 95% 5%;
        font-weight: bold;
    }
    
    .match-info-table td, .match-info-table th
    {
        border-bottom: 1px solid silver;
        border-right: 1px solid silver;
        padding: 3px;
        text-align: center;
    }
    
    #bot-config-params-table td {
        text-align: left;
    }
    
    .match-info-table thead th
    {
        background-color: #333333;
        color: #ffff4f;
        font-weight: bold;
    }
    
    #match-bets thead .popover {
        color: black;
        font-size: 13px;
        font-weight: normal;
    }
        #match-bets thead .popover-wrap {
            position: relative;
            float: right;
        }
        
            #match-bets thead .popover-wrap .popover-content > ul {
                width: 200px;
            }
        
            #match-bets thead .popover-wrap > a {
                position: absolute;
                right: -4px;
                top: -10px;
            }
            
            #match-bets thead .popover-wrap .badge {
                background-color: yellow;
                color: red;
            }
        
        #match-bets thead .popover ul {
            list-style: none;
            margin-left: 10px;
            padding: 0;
        }
        
        #match-bets thead .popover label {
            font-size: 14px;
        }
        
        #match-bets thead .popover .fail {
            color: gray;
        }
        
        #match-bets thead .popover ul ul li > * {
            margin-right: 5px;
        }
        
    .match-info-table tbody th, .match-info-table tfoot th
    {
        width: 60px !important;
        text-align: left;
        padding: 3px;
    }
        .match-info-table .success
        {
            color: green;
        }

        .match-info-table .fail, .match-info-table .danger
        {
            color: red;
        }
        
        #match-teams-league-stat .match-info-table td:first-child {
            background: yellow;
            font-size: 14px;
            font-weight: bold;
        }
        
        #match-bets thead a{
            text-decoration: underline;
            color: #ffff4f;
        }
    

    .match-team-title {
        font-weight: bold;
        font-size: 15px;
        margin: 15px 5px;
    }

.match-team-info {
    margin:0;
    padding:0;
    list-style: none;
    display: block;
    width: 200px;
    margin-left: 120px;
}
    
.match-team-info label {
    font-weight: bold;
}

    #match-team1-info .popover, #match-team2-info .popover {
        max-width: 400px;
    } 
    
.match-team-image-wrap {
    position: relative;
    display: inline-block;
    margin: 3px;
}
   
    .match-team-image-wrap > span {
        position: absolute;
        display: inline-block;
        cursor: pointer;
    }
    
    .match-team-image-wrap > .rating {
        bottom: -5px;
        padding: 0px 6px;
        border-radius: 5px;
        font-weight: bold;
        font-size: 10px;
        background-color: khaki;
    }
    
    .match-team-image-wrap > .birthday {
        top: -54px;
        background-image: url(../images/system/shariki.png);
        background-repeat: no-repeat;
        width: 50px;
        height: 65px;
    }
        .match-team-image-wrap > .birthday > span {
            bottom: 0;
            padding: 4px 5px;
            border-radius: 15px;
            font-weight: bold;
            font-size: 11px;
            color: black;
            background-color: silver;
            position: absolute;
            left: 15px;
        }
    #match-team1-image {
        float: left
    }

        #match-team1-image.match-team-image-wrap > .rating {
            right: -10px;
        }
    
        #match-team2-image.match-team-image-wrap > .rating {
            left: -10px;
        }
        
        #match-team1-image.match-team-image-wrap > .birthday {
            right: -25px;
        }
    
        #match-team2-image.match-team-image-wrap > .birthday {
            left: -25px;
        }
    #match-team2-image {
        float: right
    }
    
        .match-team-image-wrap > img {
            width : 40px;
        }

    

    .match-teams-actions-stat th, .match-teams-actions-stat td {
        text-align: center;
        vertical-align: middle;
        padding: 0 !important;
    }
    
    .match-teams-actions-stat th {
        background-color: #b2dcf7;
    }
    
    .match-teams-actions-stat img {
        width: 20px;
    }

.match-team-shirt-wrap {
    position: relative;
}
    
    .match-team-shirt-wrap img {
        width: 40px;
        position: absolute;
        top: 15px;
    }
    
    .match-team-shirt-wrap span {
        width: 24px;
        height: 24px;
        position: absolute;
        top: 27px;
        z-index: 1;
        cursor: pointer;
    }
    
        .match-team-shirt-wrap #match-team1-shirt {
            left: 5px;
        }

        .match-team-shirt-wrap #match-team2-shirt {
            right: 5px;
        }
        
        .match-team-shirt-wrap #line-up-popover1 {
            left: -8px;
            background-image: url('../images/system/arrow_left.png');
        }
        .match-team-shirt-wrap #line-up-popover2 {
            right: -8px;
            background-image: url('../images/system/arrow_right.png');
        }
    
        .popover .line-up, .popover .reserve{
            list-style: none;
            margin: 0;
            padding: 0;
            min-width: 200px
        }
        
        
        .popover .splitter {
            font-style: italic;
            padding-left: 10px;
            font-weight: bold;
        }
*/

/* depreated
#teams-last-results ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
    #teams-last-results li
    {
        display: inline-block;
        margin: 2px 3px;
        padding: 0;
        width: 20px;
        height: 20px;
        line-height: 20px;
        color: yellow;
        border-radius: 4px;
        border: 1px solid gray;
        text-align: center;
        font-weight: bold;
        font-size: 12px;
        cursor: pointer;
    }
        #teams-last-results li.W, #teams-last-results li.O
        {
            background-color:#77cc77;
        }
        #teams-last-results li.L, #teams-last-results li.U
        {
            background-color: tomato;
        }
        #teams-last-results li.D
        {
            background-color:#ABCDEF;
        }

    #match-bets td {
        width: 50px;
        vertical-align: middle;
    }

        #match-bets .fail, #match-bets .danger
        {
            color: red;
        }
*/


    
#match-teams-stat ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px dotted silver;
}

    #match-teams-stat ul li
    {
        display: block;
        height: 24px;
        text-align: center;
        font-size: 12px;
        border-bottom: 1px dotted silver;
        line-height: 12px;
        padding: 2px;
    }
    
        #match-teams-stat ul li span
        {
            font-size: 10px;
        }

/* deprecated
    .service-table tbody td.bet {
        font-size: 11px;
        vertical-align: top;
    }
    
        #service-table-wrap tbody td.bet.serie_group0 {
            background-color:#CC99FF;
        }
    
        #service-table-wrap tbody td.bet.serie_group1 {
            background-color:#99ccff;
        }    
    

    #match-bets tbody .delta, .service-table tbody .param
    {
        display: inline-block;
        background-position: 0 0;
        background-repeat: no-repeat;
        font-size: 12px;
        font-weight: bold;
    }

        #match-bets tbody .delta.up, #match-bets tbody .delta.down,
        #service-table-wrap tbody .param.up , #service-table-wrap tbody .param.down {
            height: 15px;
            line-height: 15px;
            padding-left: 17px;
        }
        
        #match-bets tbody .delta.up_v, #match-bets tbody .delta.down_v,
        #service-table-wrap tbody .param.up_v , #service-table-wrap tbody .param.down_v {
            height: 12px;
            line-height: 12px;
            padding-left: 15px;
        }
        
            #match-bets tbody .delta.up, #service-table-wrap tbody .param.up {
                background-image: url(../images/system/up.png);
                color: red;
            }

            #match-bets tbody .delta.down, #service-table-wrap tbody .param.down {
                background-image: url(../images/system/down.png);
                color: green;
            }
            
            #match-bets tbody .delta.up_v, #service-table-wrap tbody .param.up_v {
                background-image: url(../images/system/up_v.png);
                color: red;
            }

             #match-bets tbody .delta.down_v, #service-table-wrap tbody .param.down_v {
                background-image: url(../images/system/down_v.png);
                color: green;
            }
        
        
            .service-table .vote {
                display: inline-block;
                height: 21px;
                line-height: 21px;
                background-position: left center;
                background-repeat: no-repeat;
                padding-left: 24px;
                margin-right: 5px;
            }
            
            .service-table .vote.up {
                background-image: url(../images/system/vote-up-i.png);
                color: green;
            }
                .service-table .vote.up.active {
                    background-image: url(../images/system/vote-up.png);
                    cursor: pointer;
                }
            
            .service-table .vote.down {
                background-image: url(../images/system/vote-down-i.png);
                color: red;
            }
                .service-table .vote.down.active {
                    background-image: url(../images/system/vote-down.png);
                    cursor: pointer;
                }
            
        

        
        
        #match-bets-liver .lock, #match-bets .lock, #service-table-wrap tbody .lock
        {
            width: 16px;
            height: 16px;
            background-image: url('../images/system/lock.png');
            cursor: pointer;
            margin: 0 auto;
        }
        
        #match-bets span.lock, #service-table-wrap tbody span.lock
        {
            margin: 0;
            display: inline-block;
        }*/
     
        #league-table-template table th, #league-table-template table td {
            padding: 3px;
        }
        
            #league-table-template tr.current td {
                background-color: #CC99FF;
            }
            
            #league-table-template table td:nth-child(2) {
                text-align: left;
            }
            /*
        #teams-matches-template table td.success {
            background-color:#77cc77;
        }

        #teams-matches-template table td.fail {
            background-color:#fbb;
        }*/
            
        #teams-matches-template td.result-cell {
            background-image: url(../images/system/draw.png);
            background-repeat: no-repeat;
            background-position: center center;
        }
        
            #teams-matches-template td.result-cell.win {
                background-image: url(../images/system/win.png);
            }
            #teams-matches-template td.result-cell.loose {
                background-image: url(../images/system/loose.png);
            }
            
        #teams-matches-template table td.current {
            font-weight: bold;
        }
        
        #match-last-events-modal .current {
            font-weight: bold;
            color: red;
        }
        


/*
#league-table-template, #teams-matches-template {
    font-size: 12px;
}
    #league-table-template table, #teams-matches-template table {
        margin: 0;
    }

       

   */     
    

    
/* deprecated
#match-line
{
    position: relative;
    display: block;
    width: 450px;
    margin: 5px auto;
    height: 21px;
    border-left: 1px solid blue;
}

    #match-line > *
    {
        position: absolute;
        display: block;
    }
    
    #match-line > hr
    {
        position: absolute;
        display: block;
        width: 100%;
        height: 1px;
        border-top: 1px solid blue;
        top: -10px;
    }
    
    #match-line > span, #matches-list table td span.action, #match-last-events-modal td span.action
    {
        width: 15px;
        height: 15px;
        cursor: pointer;
        display: inline-block;
    }
    
        #match-line > span.vline
        {
            width: 10px;
            height: 10px;
            border-left: 1px solid blue;
        }
    
        #match-line > span.goal, #matches-list table td > span.action.goal, #match-last-events-modal td > span.action.goal
        {
            background-image: url(../images/match/goal.png)
        }
        
        #match-line > span.red_card, #matches-list table td > span.action.red_card, #match-last-events-modal td > span.action.red_card
        {
            background-image: url(../images/match/red_card.png)
        }
        
        #match-line > span.yellow_card, #matches-list table td > span.action.yellow_card, #match-last-events-modal td > span.action.yellow_card
        {
            background-image: url(../images/match/yellow_card.png)
        }
        
        #match-line > span.autogoal, #matches-list table td > span.action.autogoal, #match-last-events-modal td > span.action.autogoal
        {
            background-image: url(../images/match/autogoal.png)
        }
        
        #match-line > span.penalty, #matches-list table td > span.action.penalty, #match-last-events-modal td > span.action.penalty
        {
            background-image: url(../images/match/penalty.png)
        }
        
        #match-line > span.penalty_fail, #matches-list table td > span.action.penalty_fail, #match-last-events-modal td > span.action.penalty_fail
        {
            background-image: url(../images/match/penalty_fail.png)
        }
 */
    /* Services common (preview) */ 
    /* deprecated
    #services-preview, #games-preview
    {
        list-style: none;
        display: block;
        margin: 0 auto;
        padding: 0;
    }
    
        #games-preview li
        {
            float: left;
            display: inline-block;
            margin: 3px;
        }
        
        #services-preview li
        {
            float: left;
            display: block;
            margin: 3px;
            padding: 0;
            border: 1px solid green;
            width: 52px;
            height: 52px;
            line-height: 50px;
            cursor: pointer;
            border-radius: 10px;
            text-align: center;
            opacity: 0.5;
            border-style: solid;
            border-width: 1px;
            overflow: hidden;
        }
        
        #services-preview li:hover
        {
            border-color:blue;
            opacity: 1;
        }
        
        #services-preview li.active
        {
            border-color: orange;
            opacity: 1;
        }
        
            #services-preview li a
            {
                display: inline-block;
                width: 100%;
                height: 100%;
            }
        */
/* Service  */   
     /* deprecated  
#service-table-wrap
{
    min-height: 400px;
    margin-top: 5px;
}
    #service-table-wrap caption > div{
        float: right;
        text-align: right;
        padding: 0 10px;
        
    }
        #service-table-wrap caption > div.number, #service-table-wrap caption > div.recomended{
            height: 25px;
            line-height: 25px;
            width: 140px;
            font-weight: bold;
            color: white;
            background-color: #bababa;
            border-radius: 5px;
            margin-bottom: 2px;
        }
        
        #service-table-wrap caption > div.recomended {
            float: left;
            width: 200px;
            text-align: center !important;

        }
            #service-table-wrap caption > div.recomended > a {
                color: white;
                display: inline;
                text-decoration: none;
            }
        
        #service-table-wrap caption > div.service-radar-filter input {
            width: 100px;
        }
        

    .service-table
    {
        font-size: 12px;
    }
    

.service-table tr.inactive {
    color: gray;
}
        
    .service-table > thead th
    {
        cursor: pointer;
    }
    
    .service-table thead th.header {
        background-image: url(../images/tables/bg.gif);
        background-repeat: no-repeat;
        background-position: center right;
        cursor: pointer;
        padding-right: 15px;
        white-space: nowrap;
    }
    
    .service-table thead th.headerSortUp {
        background-image: url(../images/tables/asc.gif);
    }
    
    .service-table thead th.headerSortDown {
        background-image: url(../images/tables/desc.gif);
    }
    
        .service-table thead th.headerSortUp, .service-table thead th.headerSortDown {
            background-color: #8dbdd8;
        }
    

    
    .service-table th, .service-table td
    {
        text-align: center;
        vertical-align: middle !important;
    }
    
    .service-table td.team
    {
        text-align: left;
    }
        #service-table-wrap .table-striped2 tbody tr:nth-child(4n),
        #service-table-wrap .table-striped2 tbody tr:nth-child(4n - 1) {
            background-color:#f5f5f5;

        }
        .service-table tbody .param
        {
            font-weight: bold;
        }
        .service-table .success
        {
            color: green;
        }
        
        .service-table .fail,.service-table .danger
        {
            color: red;
        }*/
        /*
        #service-recomended-bets-link{
            float: right;
            color: blue;
        }*/
        
        .service-table td.score-soon, #bot-actions-table td.score-soon, 
        #bot-actions-table .inactive {
            color: silver;
        }
        
        .service-table td.score-live, #bot-actions-table td.score-live {
            color: red;
        }
        
        .service-table td.score-finished, #bot-actions-table td.score-finished {
            font-weight: bold;
        }
        
        #service-table-wrap .history td {
            background-color: #ffeeaa; 
        }
        
        #service-table-wrap .bet_WS, #service-table-wrap .bet_DS, #service-table-wrap .bet_LS {
            background-color:#eeeeff;
        }
        #service-table-wrap .bet_WD, #service-table-wrap .bet_DL, #service-table-wrap .bet_WL {
            background-color:#dff0d8;
        }
        
        #service-table-wrap .bet_WD, #service-table-wrap .bet_DL, #service-table-wrap .bet_WL {
            background-color:#dff0d8;
        }
        
        #service-table-wrap .table-striped2 .bet_O05, #service-table-wrap .table-striped2 .bet_O15, #service-table-wrap .table-striped2 .bet_O25 {
            background-color:#fef1ec;
        }
        
        #service-table-wrap .bet_Attack, #service-table-wrap .bet_Defence {
            background-color:#fffbe6;
        }
        
        
        
#service-recomended-bets-table-wrap
{
    height: 500px;
    overflow-y: scroll;
}

    #service-recomended-bets-table td.fail
    {
        background-color:#fbb;
    }
    
    #service-recomended-bets-table td.success
    {
        background-color:#77cc77;
    }
    
    #service-recomended-bets-results
    {
        color: green;
    }
    
        #service-recomended-bets-results.loss
        {
            color: red !important;
        }

#service-strange-bets-table-wrap {
    min-height: 200px;
}      

/*deprecated
#service-filters label, #service-betfair-filters
{
    font-size: 12px;
    margin: 5px 10px;
    font-weight: normal;
}*/

/* BOT */
#bot-header {
    font-size: 12px;
}

.bot-table td, .bot-table th {
    vertical-align: middle !important;
}

.bot-table .config-link {
    text-decoration: none;
    border-bottom: 1px dotted black;
    color: black;
    cursor: pointer;
}

    .bot-table .config-link:hover {
        color: #000080;
        border-bottom-color: #000080;
    }



#bot-setup-wizard .modal-body {
    font-size: 12px;
}

    #bot-setup-wizard label {
        display: block;
    }

    .bot-params-types, .bot-params-types-values {
        display: inline-block;
        width: 265px;
        min-height: 245px;
    }
        .bot-params-types {
            float: left;
        }

        .bot-params-types-values {
            /* border-left: 1px dotted gray;*/
        }

        .bot-params-dynamic {
            height: 200px;
            padding: 10px;
            /*border: 1px solid silver;*/
            overflow-y: auto;
        }
        
        #bot-setup-wizard #service-conditions {
            min-height: 245px;
        }
        
            #bot-setup-wizard #service-conditions select, 
            #bot-setup-wizard #service-conditions input {
                max-width: 130px;
            }
            
            #bot-setup-wizard .wizard-nav > li {
                margin: 5px;
            }

form#bot-campaign-set-form label {
    display: block;
}
#bot-campaign-log-body {
    height: 500px;
    overflow: auto;
    border: 1px solid silver;
    margin: 0 auto;
    font-size: 11px;
}

#bot-campaign-log-body > * {
    margin: 5px;
}
#bot-campaigns-table-wrap, #bot-actions-table-wrap {
    min-height: 200px;
}


#bot-campaigns-table-wrap .label {
    margin: 0 3px;
}

#bot-actions-table tbody tr.active td {
    background-color:#FFE7A1 !important;
}
    
#bot-actions-table tbody tr:hover td {
    background-color: #fcf8e3 !important;
}



#bot-actions-table .success {
    color: green;
}

#bot-actions-table .fail {
    color: red;
}

/* END BOT */


/* RACINGS */
#racing-members .row-gold {
    background-color: #fcf8b3;
}

#racing-members .row-silver {
    background-color: #d7e2e5;
}

#racing-members .row-bronze {
    background-color: #ffda9b;
}