﻿


html {
    height: 100%;
}

body {
    min-height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 22px;
    position: relative;
}

.text-right {
    text-align: right;
}


@media only screen and (max-width: 1350px) {
    body .wrapper .menu {
        display: block;
    }
}

@media only screen and (max-width: 1024px) {
    body .wrapper .menu {
        display: block;
    }
}

@media (max-width: 979px) {

    .navbar .nav > .active > a, .navbar .nav > .active > a:hover,
    .navbar .nav > .active > a:focus, .navbar .nav li.dropdown.open > .dropdown-toggle,
    .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
        background: none;
        color: #333;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar .nav > li > a, .navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
        color: #333;
        text-shadow: none;
        background: none;
    }

    .navbar .nav li.dropdown > .dropdown-toggle .caret,
    .navbar .nav li.dropdown.open > .dropdown-toggle .caret,
    .navbar .nav li.dropdown.active > .dropdown-toggle .caret,
    .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
        border-top-color: #333;
        border-bottom-color: #333;
    }

    .dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
        background: none;
        color: #777777;
    }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
    body .wrapper .menu {
        display: none;
        position: absolute;
        left: 50%;
        margin-top: 0px;
        margin-left: -110px !important;
        top: 15px;
        z-index: 2000;
        height: auto;
        min-height: auto;
    }

        body .wrapper .menu .breadLine .arrow {
            display: block;
        }

    body .wrapper .content {
        margin-left: 0px;
    }

    .header .header_menu li.list_icon {
        display: block;
    }
}

@media only screen and (min-width: 481px) {
}

@media only screen and (max-width: 768px) {
    .wBlock.auto {
        width: auto;
        float: left;
    }

        .wBlock.auto .dSpace {
            padding: 3px;
        }

    .wBlock .dSpace {
        width: 100%;
        padding: 3px 0px;
    }

    .wBlock .rSpace {
        float: left;
        width: 100%;
    }
}

@media only screen and (min-width: 769px) {
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
    body .wrapper .menu {
        display: none;
        position: absolute;
        left: 50%;
        margin-top: 0px;
        margin-left: -110px !important;
        top: 15px;
        z-index: 2000;
        height: auto;
        min-height: auto;
    }

        body .wrapper .menu .breadLine .arrow {
            display: block;
        }

    body .wrapper .content {
        margin-left: 0px;
    }

    .header .header_menu li.list_icon {
        display: block;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    body .wrapper .menu {
        display: none;
        position: absolute;
        left: 50%;
        margin-top: 0px;
        margin-left: -110px !important;
        top: 15px;
        z-index: 2000;
        height: auto;
        min-height: auto;
    }

        body .wrapper .menu .breadLine .arrow {
            display: block;
        }

    body .wrapper .content {
        margin-left: 0px;
    }

    .header .header_menu li.list_icon {
        display: block;
    }

    .block, .block-fluid {
        overflow: hidden;
        overflow-x: auto;
    }
}

@media only screen and (max-width: 319px) {
    body .wrapper .menu {
        display: none;
        position: absolute;
        left: 50%;
        margin-top: 0px;
        margin-left: -110px !important;
        top: 15px;
        z-index: 2000;
        height: auto;
        min-height: auto;
    }

        body .wrapper .menu .breadLine .arrow {
            display: block;
        }

    body .wrapper .content {
        margin-left: 0px;
    }

    .header .header_menu li.list_icon {
        display: block;
    }

    .block, .block-fluid {
        overflow: hidden;
        overflow-x: auto;
    }
}


.typeahead,
.tt-query,
.tt-hint {
    width: 396px;
    height: 30px;
    padding: 8px 12px;
    font-size: 24px;
    line-height: 30px;
    border: 2px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    outline: none;
}

.typeahead {
    background-color: #fff;
}

    .typeahead:focus {
        border: 2px solid #0097cf;
    }

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-menu {
    width: 279px;
    margin: 0px 0px 12px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 12px;
    line-height: 24px;
}

    .tt-suggestion:hover {
        cursor: pointer;
        color: #fff;
        background-color: #0097cf;
    }

    .tt-suggestion.tt-cursor {
        color: #fff;
        background-color: #0097cf;
    }

    .tt-suggestion p {
        margin: 0;
    }

.gist {
    font-size: 14px;
}

/* example specific styles */
/* ----------------------- */

#custom-templates .empty-message {
    padding: 5px 10px;
    text-align: center;
}

#multiple-datasets .league-name {
    margin: 0 20px 5px 20px;
    padding: 3px 0;
    border-bottom: 1px solid #ccc;
}

#scrollable-dropdown-menu .tt-menu {
    max-height: 150px;
    overflow-y: auto;
}

#rtl-support .tt-menu {
    text-align: right;
}

.tt-100 span {
width:100%;
}