﻿.office
{
    font-size: 14px;
}

    .office legend
    {
        font-size: 18px;
    }

    .office .checkbox
    {
        margin-top: 0px !important;
    }

    .office table.table td
    {
        font-size: 12px !important;
    }

    .office .table td.title
    {
        font-size: 15px !important;
        padding-right: 2px;
        vertical-align: middle;
    }

    .office .filter .checkbox label
    {
        padding-left: 0px;
    }

.top5
{
    margin-top: 5px !important;
}


.top10
{
    margin-top: 10px !important;
}

.top20
{
    margin-top: 20px;
}

.top25
{
    margin-top: 25px !important;
}

.top45
{
    margin-top: 45px !important;
}

.metro table label
{
    margin: 1px;
}

.balance
{
    width: 250px;
    border: 1px solid #d9d9d9;
    margin-bottom: 20px;
}

    .balance input
    {
        border: 1px solid #d9d9d9;
    }

    .balance td
    {
        padding: 5px;
        font-size: 12px !important;
    }


        .balance td.caption
        {
            background-color: #bababa;
            border-bottom: 1px solid #bababa;
            color: #000000;
            padding: 3px 3px 3px 5px;
            text-align: left;
        }

.office [class*="icon-"]
{
    cursor: pointer;
    display: inline;
    font-size: 13pt;
}

.window .content
{
    padding-left: 5px !important;
}

.msg
{
    color: blue;
    font-family: Tahoma;
    font-size: 10pt;
    font-weight: normal;
}

.errorMsg
{
    font-family: Arial;
    font-size: 15px;
    font-weight: normal;
    color: #AE3100;
    text-align: center;
}

.validators
{
    color: Red;
    font-family: Tahoma;
    font-weight: normal;
}

.center
{
    text-align: center !important;
}

.loading
{
    background-color: #F2B121;
    color: #FFFFFF;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
}

.show-grid .row [class*="span"]
{
    line-height: 40px;
    background: rgba(193, 179, 123, 0.52);
    text-align: center;
    min-height: 10px !important;
}

.alignRight
{
    text-align: right;
}

.alignLeft
{
    text-align: left;
}

.errorInput
{
    border: 1px solid red !important;
}

form .warning-state > div
{
    display: none !important;
    position: absolute;
}


form .warning-state:hover div
{
    display: block !important;
    background-color: #ffffff;
    z-index: 20;
    color: red;
}

.btnAct
{
    color: #4e4e4e;
    cursor: pointer;
    padding: 0;
}

    .btnAct:hover
    {
        background: -moz-linear-gradient(center top, #000000 0%, #bababa 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
        color: #e7e7e7;
    }

.bread-crumbs
{
    background-color: #d9d9d9;
    color: #222222;
    font-size: 14px;
    padding: 5px 15px;
    margin-top: 45px;
}

.successBets
{
      background-color: #EBFCDB;
}

.errorBets
{
    background-color: #FFDBDB;
}

.min_popup
{
    background: /*url("http://s.twimg.com/a/1288847101/images/bg-btn-blue.png")*/ repeat-x scroll 0 0 #3399dd;
    border: 1px solid #3399dd;
    /*border-radius: 4px;*/
    color: #ffffff;
    display: none;
    font: 11px/16px Verdana;
    margin-left: 30px;
    margin-top: 5px;
    padding: 7px;
    position: absolute;
    text-shadow: 0 -1px 0 #3399dd;
    width: 150px;
}

.UInfo:hover .min_popup
{
    display: block;
}

.no-border
{
    border: 0px;
}

.btnAct i
{
    font-size: 10pt!important;
    padding-right: 3px;
}

#main-loader-bg
{
    background-color: #ffffff;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    position: fixed;
}

#main-loader
{
    background: url("./images/bg-loader.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 48px;
    left: 47%;
    position: fixed;
    top: 45%;
    width: 48px;
    z-index: 10000;
}

.center
{
    text-align: center;
}

.form-icon
{
    font-size: 11pt!important;
    color: #2e92cf;
}

.radio-wrapper input
{
    margin-bottom: -10px;
    padding-left: 5px;
}

.metro .navigation-bar-content .element .input-control.select
{
    height: auto;
    margin: 0;
    position: relative;
    top: -6px;
    width: auto;
}

.dxpgFilterItem
{
    display: flex;
}

    .dxpgFilterItem > input
    {
        margin: 3px !important;
    }

div.bordered
{
    border: 1px solid #eaeaea;
    padding: 10px;
}

.button-container
{
    text-align: center;
}

    .button-container a
    {
        text-decoration: none;
        font-weight: bold;
    }

.count-text, .table td span
{
    color: #001F4F;
    font-size: 13px;
}

.view-more
{
    text-align: right;
    cursor: pointer;
}

.view-more span {
     font-weight: bold;
     font-size: 15px!important;
}
