﻿.navbar-brand {
    float: left;
    height: 70px !important;
    padding: 0px !important;
    font-size: 18px;
}

.light-menu .navbar-nav > li > a {
    padding: 25px 20px;
}

.navbar-collapse > ul > li:last-child > a {
    padding: 25px 0px 25px 20px !important;
}

.ddown-menu-in-title {
    margin-left: 0px !important;
    padding: 3px !important;
}

    .ddown-menu-in-title:before {
        content: none !important;
        margin-left: 0px !important;
    }

/************************************************************i-check i-radio style start */
.i-check,
.i-radio {
    display: inline-block;
    *display: inlne;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #ccc;
    cursor: pointer;
    top: 1px;
    left: -7px;
    margin-left: -13px;
    float: left;
    text-align: center;
    line-height: 20px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
}

    .i-check:before,
    .i-radio:before {
        content: '\f00c';
        font-family: 'FontAwesome';
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform: translate3d(0, -25px, 0);
        -moz-transform: translate3d(0, -25px, 0);
        -o-transform: translate3d(0, -25px, 0);
        -ms-transform: translate3d(0, -25px, 0);
        transform: translate3d(0, -25px, 0);
        display: block;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        color: #fff;
        font-size: 14px;
    }

    .i-check.hover,
    .i-radio.hover {
        border: 1px solid #666;
    }

    .i-check.checked,
    .i-radio.checked {
        border: 1px solid #666;
        background: #666;
    }

        .i-check.checked:before,
        .i-radio.checked:before {
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            opacity: 1;
            -ms-filter: none;
            filter: none;
        }

    .i-check.disabled,
    .i-radio.disabled {
        border-color: #d9d9d9 !important;
    }

        .i-check.disabled.checked,
        .i-radio.disabled.checked {
            background: #ccc !important;
        }

    .i-check.i-check-stroke.checked {
        background: #fff;
    }

        .i-check.i-check-stroke.checked:before {
            color: #ed8323;
        }

.i-radio {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

    .i-radio:before {
        content: '\f111';
        font-size: 12px;
    }

.checkbox-switch .i-check,
.radio-switch .i-check,
.checkbox-switch .i-radio,
.radio-switch .i-radio {
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 44px;
    broder-color: #999;
    border-width: 2px;
}

    .checkbox-switch .i-check:before,
    .radio-switch .i-check:before,
    .checkbox-switch .i-radio:before,
    .radio-switch .i-radio:before {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        background: #b3b3b3;
        content: '';
        width: 16px;
        height: 14px;
        top: 2px;
        left: 2px;
        position: absolute;
    }

    .checkbox-switch .i-check.checked,
    .radio-switch .i-check.checked,
    .checkbox-switch .i-radio.checked,
    .radio-switch .i-radio.checked {
        background: #fff;
    }

        .checkbox-switch .i-check.checked:before,
        .radio-switch .i-check.checked:before,
        .checkbox-switch .i-radio.checked:before,
        .radio-switch .i-radio.checked:before {
            background: #ed8323;
            -webkit-transform: translate3d(20px, 0, 0);
            -moz-transform: translate3d(20px, 0, 0);
            -o-transform: translate3d(20px, 0, 0);
            -ms-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
        }

    .checkbox-switch .i-check.disabled:before,
    .radio-switch .i-check.disabled:before,
    .checkbox-switch .i-radio.disabled:before,
    .radio-switch .i-radio.disabled:before {
        background: #ccc !important;
    }

.checkbox-small,
.radio-small {
    margin-bottom: 10px;
}

    .checkbox-small.checkbox-inline,
    .radio-small.checkbox-inline,
    .checkbox-small.radio-inline,
    .radio-small.radio-inline {
        margin: 0;
    }

    .checkbox-small label,
    .radio-small label {
        font-size: 13px;
    }

        .checkbox-small label .i-check,
        .radio-small label .i-check,
        .checkbox-small label .i-radio,
        .radio-small label .i-radio {
            width: 18px;
            height: 18px;
            line-height: 16px;
            top: 3px;
        }

            .checkbox-small label .i-check:before,
            .radio-small label .i-check:before,
            .checkbox-small label .i-radio:before,
            .radio-small label .i-radio:before {
                font-size: 12px;
            }

            .checkbox-small label .i-radio:before,
            .radio-small label .i-radio:before {
                font-size: 9px;
            }

.checkbox-lg,
.radio-lg {
    margin-bottom: 20px;
}

    .checkbox-lg.checkbox-inline,
    .radio-lg.checkbox-inline,
    .checkbox-lg.radio-inline,
    .radio-lg.radio-inline {
        margin: 0;
    }

    .checkbox-lg label,
    .radio-lg label {
        font-size: 16px;
    }

        .checkbox-lg label .i-check,
        .radio-lg label .i-check,
        .checkbox-lg label .i-radio,
        .radio-lg label .i-radio {
            width: 26px;
            height: 26px;
            line-height: 24px;
            top: -1px;
        }

            .checkbox-lg label .i-check:before,
            .radio-lg label .i-check:before,
            .checkbox-lg label .i-radio:before,
            .radio-lg label .i-radio:before {
                font-size: 16px;
            }

            .checkbox-lg label .i-radio:before,
            .radio-lg label .i-radio:before {
                font-size: 14px;
            }

.checkbox-stroke .i-check.checked,
.radio-stroke .i-check.checked,
.checkbox-stroke .i-radio.checked,
.radio-stroke .i-radio.checked {
    background: #fff;
}

    .checkbox-stroke .i-check.checked:before,
    .radio-stroke .i-check.checked:before,
    .checkbox-stroke .i-radio.checked:before,
    .radio-stroke .i-radio.checked:before {
        color: #ed8323;
    }

    .checkbox-stroke .i-check.checked.disabled,
    .radio-stroke .i-check.checked.disabled,
    .checkbox-stroke .i-radio.checked.disabled,
    .radio-stroke .i-radio.checked.disabled {
        background: #fff;
    }

        .checkbox-stroke .i-check.checked.disabled:before,
        .radio-stroke .i-check.checked.disabled:before,
        .checkbox-stroke .i-radio.checked.disabled:before,
        .radio-stroke .i-radio.checked.disabled:before {
            color: #ccc;
        }

.checkbox-small.checkbox-inline + .checkbox-small.checkbox-inline,
.radio-small.radio-inline + .radio-small.radio-inline {
    margin-left: 10px;
}

.checkbox-lg.checkbox-inline + .checkbox-lg.checkbox-inline,
.radio-lg.radio-inline + .radio-lg.radio-inline {
    margin-left: 20px;
}

.radio-inline label, .checkbox-inline label {
    cursor: pointer;
    padding: 1px;
}

/************************************************************i-check i-radio style end */

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

/*************************************************************autocomplate*/


.tt-hint {
    color: #999;
}

.tt-dropdown-menu {
    width: 100%;
    margin-top: 36px;
    background: #fff;
    border: 1px solid #e6e6e6;
    max-height: 300px;
    overflow-y: auto;
    white-space: nowrap;
}

.tt-suggestion {
    line-height: 1em;
    padding: 10px 20px;
    font-size: 13px;
    border-bottom: 1px solid #e6e6e6;
}

    .tt-suggestion p {
        margin: 0;
        text-align: left;
        font-size: 12px;
    }

    .tt-suggestion.tt-cursor {
        color: #fff;
        background: #ed8323;
        cursor: pointer;
    }

.multiple-datasets .league-name {
    padding: 5px 5px 5px 15px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0px !important;
    font-weight: bold;
}

/*typeahead category*/

.typeahead-content {
}

    .typeahead-content .league-name {
        font-weight: bold;
        font-size: 16px;
        padding: 10px 0px 0px 10px;
    }

    .typeahead-content .tt-suggestion {
        line-height: 1em;
        padding: 10px 10px !important;
        font-size: 13px;
        border-bottom: 1px solid #e6e6e6;
    }


/**/
.col-row {
    margin-left: -10px;
    margin-right: -10px;
}

.search-section .form-control {
    font-size: 14px;
    height: 36px;
    line-height: 1.42857;
    padding: 6px 8px;
}


.ui-datepicker {
    background: none;
    background-color: #fff;
    border-radius: 3px !important;
    padding: 5px !important;
    border: solid 1px #ededed !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    font-family: "Open Sans", sans-serif;
    /*    min-width: 94%;*/
    /*left: 3% !important;*/
}

    .ui-datepicker td {
        padding: 2px;
    }

    .ui-datepicker .ui-datepicker-month, .ui-datepicker .ui-datepicker-year {
        height: 24px;
        line-height: 24px;
    }


    .ui-datepicker .ui-datepicker-header {
        background: none;
        /*background-color: #d4d4d4;*/
        border-radius: 0;
        border: 0;
    }

        .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
            line-height: 28px;
            color: #111;
        }

        .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
        .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
            width: 24px;
            height: 24px;
            margin: auto;
            top: 0;
            bottom: 0;
            background: none;
            border: 0 !important;
            border-radius: 0;
            background-color: rgba(0, 0, 0, 0.1);
            cursor: pointer;
        }

            .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover,
            .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
                background-color: #F7941D;
            }

        .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
            left: 5px;
        }

        .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
            right: 5px;
        }

        .ui-datepicker .ui-datepicker-header .ui-icon {
            position: absolute;
            background: none;
            width: 0;
            height: 0;
            border: 6px solid transparent;
            margin: auto;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
        }

        .ui-datepicker .ui-datepicker-header .ui-icon-circle-triangle-w {
            border-right-color: #111;
            -webkit-transform: translateX(-30%);
            -moz-transform: translateX(-30%);
            -ms-transform: translateX(-30%);
            -o-transform: translateX(-30%);
            transform: translateX(-30%);
        }

        .ui-datepicker .ui-datepicker-header .ui-icon-circle-triangle-e {
            border-left-color: #111;
            -webkit-transform: translateX(30%);
            -moz-transform: translateX(30%);
            -ms-transform: translateX(30%);
            -o-transform: translateX(30%);
            transform: translateX(30%);
        }

    .ui-datepicker .ui-datepicker-calendar {
        table-layout: fixed;
    }

        .ui-datepicker .ui-datepicker-calendar thead tr th span {
            font-weight: 600;
            color: #333;
        }

        .ui-datepicker .ui-datepicker-calendar tbody tr td a {
            display: block;
            padding: 0;
            line-height: 36px;
            text-align: center;
            background: none;
            background-color: #e4edf1;
            border: 0;
            color: #111;
        }

            .ui-datepicker .ui-datepicker-calendar tbody tr td a:hover {
                background-color: #F7941D;
                color: #fff;
            }

        .ui-datepicker .ui-datepicker-calendar .ui-state-active,
        .ui-datepicker .ui-datepicker-calendar .ui-widget-content .ui-state-active,
        .ui-datepicker .ui-datepicker-calendar .ui-widget-header .ui-state-active,
        .ui-datepicker .ui-datepicker-calendar .ui-widget-header .ui-state-hover {
            background-color: #F7941D;
            color: #fff !important;
        }
