/*
A custom Bootstrap 3.2 'Holo' style theme
from http://bootply.com

This CSS code should follow the 'bootstrap.css'
in your HTML file.

license: MIT
author: bootply.com
*/

@import url(https://fonts.googleapis.com/css?family=Droid+Sans+Mono);

html, body {
    height: 100%;
    font-family: 'Droid Sans Mono', sans-serif;
}

p, h1, h2, h3, h4 {
    font-family: 'Droid Sans Mono', sans-serif;
}

hr {
    border-color: #191919;
}

/* wrapper for page content to push down footer */
.page-container {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* negative indent footer by its height */
    margin: 0 auto -120px;
    /* pad bottom by footer height */
    padding: 0 0 120px;
}

.dropdown-menu {
    min-width: 35px;
}

body {
    padding-top: 0px;
    background: #1E1E1E;
    color: #f9f9f9;
    overflow-y: scroll;
}

a {
    color: #C0D0FF;
}

.text-center {
    padding-top: 20px;
}

#sidebar {
    height: 100%;
    padding-right: 0;
    padding-top: 20px;
}

    #sidebar .affix {
        position: fixed;
        top: 55;
        width: 220px;
    }

    #sidebar .affix-bottom {
        position: fixed;
        top: 55;
        width: 220px;
    }

    #sidebar .nav {
        width: 95%;
    }

    #sidebar li {
        border: 0 #1e1e1e solid;
        border-bottom-width: 1px;
    }

        #sidebar li a {
            padding-left: 1px;
        }

            #sidebar li a:hover {
                background-color: #222222;
                color: #ffffff;
            }

/* collapsed sidebar styles */
@media screen and (max-width: 767px) {
    .row-offcanvas {
        position: relative;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    .row-offcanvas-right .sidebar-offcanvas {
        right: -41.6%;
    }

    .row-offcanvas-left .sidebar-offcanvas {
        left: -41.6%;
    }

    .row-offcanvas-right.active {
        right: 41.6%;
    }

    .row-offcanvas-left.active {
        left: 41.6%;
    }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 41.6%;
    }

    #sidebar {
        background-color: #3b3b3b;
        padding-top: 0;
    }

        #sidebar .nav > li {
            color: #ddd;
            background: linear-gradient(#3E3E3E, #383838);
            border-top: 1px solid #484848;
            border-bottom: 1px solid #2E2E2E;
            padding-left: 10px;
        }

            #sidebar .nav > li:first-child {
                border-top: 0;
            }

            #sidebar .nav > li > a {
                color: #ddd;
            }

                #sidebar .nav > li > a > img {
                    max-width: 14px;
                }

                #sidebar .nav > li > a:hover, #sidebar .nav > li > a:focus {
                    text-decoration: none;
                    background: linear-gradient(#373737, #323232);
                    color: #fff;
                }

        #sidebar .nav .caret {
            border-top-color: #fff;
            border-bottom-color: #fff;
        }

        #sidebar .nav a:hover .caret {
            border-top-color: #fff;
            border-bottom-color: #fff;
        }
}

/* theme */
.btn, .form-control, .alert, .progress, .panel, .list-group, .well, .list-group-item:first-child {
    border-radius: 1px;
    box-shadow: 0 0 0;
}

.btn {
    border-color: transparent;
}

.btn-default, .well {
    background-color: #cccccc;
    border-color: #c0c0c0;
}

.btn-primary, .label-primary, .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus, .btn.active, a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    background-color: #0099CC;
    border-color: transparent;
}

.btn-info, .label-info, .progress-bar-info {
    background-color: #33b5e5;
}

.btn-success, .label-success, .progress-bar-success {
    background-color: #669900;
}

.btn-danger, .label-danger, .progress-bar-danger {
    background-color: #FF4444;
}

.btn-warning, .label-warning, .progress-bar-warning {
    background-color: #FFBB33;
    color: #444444;
}

.nav-tabs > li > a {
    border-radius: 0;
}

h3, h4, h5, .panel {
    color: #FFFFFF;
}

.panel hr {
    border-color: #efefef;
}

input + span {
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}

input:checked + span {
    color: crimson;
    text-decoration: line-through;
}

.row {
    margin-top: 15px;
}

.stats-table {
    margin-top: 15px;
}

.veto-template-list:after {
content: ", ";
}

.veto-template-list:last-child:after {
content: "";
}

.toggle-veto-templates[aria-expanded="true"] {
    display: none;
}

.jqplot-highlighter-tooltip {
    background: rgba(255,255,255,0.7);
    z-index: 2;
    padding: 5px;
    font-weight: bold;
}

.vetoes-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.vetoItem {
    width: 230px;
    position: relative;
    display: block;
    margin-top: 3px;
    margin-bottom: 3px;
    flex-grow: 1;
    max-width: 32%;
}
.vetoItem label {
    font-weight: normal;
}

.navbar-inverse .navbar-nav > li > a {
    padding: 15px 30px;
    color: white;
}

nav.navbar-inverse {
    border-bottom: 1px #ddd solid;
    background-color: #800000;
}

.navbar-inverse a.navbar-brand {
    padding: 15px 20px;
}

.navbar-inverse span.navbar-brand {
    color:white;
}


.navbar-inverse .navbar-nav > li > a:hover {
    text-decoration: underline;
}
.dropdown-menu > li > a {
    padding: 6px 20px;
}

.main-content {
    margin-top: 50px;
}

dropdown-submenu pull-left {
    float: none!important;
}

.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}

.navbar-right .dropdown-submenu .dropdown-menu {
    right: 100%;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left:-40%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}

.dropdown-menu li:focus, .dropdown-menu li a:focus {
  outline: none !important;
  box-shadow: none !important;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    background: inherit;
}

.dropdown-menu .divider {
    clear: both
}

.winRatePlotNavigation {
    float: right;
    margin-right: 10px;
    position: relative;
}
.winRatePlotNavigation * {
    display: block;
    position: relative;
    z-index: 2;
    float: left;
    margin-left: 10px;
}
.winRatePlotNavigation label:hover {
    cursor: pointer;
}
.winRatePlotNavigation label {
    transition: all 0.2s linear;
    font-weight: 300;
    font-size: 12px;
}
.winRatePlotNavigation input {
    margin-left: 10px;
    float: right;
}

.winrate-descending.selected {
    background: mediumseagreen;
    border-color: darkseagreen;
}
.winrate-ascending.selected {
    background: indianred;
    border-color: lightcoral;
}

.table-condensed{
  font-size: small;
}

.panel-default > .table > thead > tr.table-header {
    color: white;
    background: #800000;
}

.faq-heading {
    font-size: 18px;
    margin-left: 15px;
}