/* Higher than 1200 (desktop devices)
====================================================================== */

@media (min-width: 1200px) {
    .span2.main-menu-span {
        width: 16.52991452991453%;
    }

    #content.span10 {
        margin-left: 0.564102564102564%
    }
}

@media(min-width: 1024px) and (max-width: 1199px) {
    .input-xlarge {
        width: 220px;
    }

        .input-xlarge[type="text"] {
            width: 206px;
        }
}

@media (min-width: 1024px) {

    #content {
        -webkit-box-shadow: -3px -1px 2px rgba(0,0,0,0.95);
        -moz-box-shadow: -3px -1px 2px rgba(0,0,0,0.95);
        box-shadow: -3px -1px 2px rgba(0,0,0,0.95);
        background: #004c97; /*var(--fox-pop-blue);*/
        filter: none;
        padding-bottom: 0;
        /*margin: -25px -4px;*/
        position: relative;
        /*z-index: 1;*/
        /*min-height: 100%;
        min-height: 613px;*/
        margin-top: 0;
        box-shadow: none;
        border-radius: 0 2px 2px 0;
        margin-bottom: 0;
        /*padding-left: 16px;*/
        padding-top: 0
    }

    .sidebar-nav > ul {
        margin: 20px 0px 0px -20px;
        border-top: 1px solid #0a0c0e !important;
        border-bottom: 1px solid #212121 !important;
        border-left: none;
        border-right: none;
        padding-bottom: 1px;
    }

        .sidebar-nav > ul > li > ul {
            margin: 0px;
            padding: 5px 0px 5px 40px;
            background: transparent;
            list-style: none;
            /*display: none;*/
        }

            .sidebar-nav > ul > li > ul > li {
                padding: 5px 0px 5px 15px;
            }

                .sidebar-nav > ul > li > ul > li > a:hover {
                    color: #004c97; /*var(--fox-pop-blue);*/
                    text-decoration: none;
                }

                .sidebar-nav > ul > li > ul > li.active {
                    background: #d7ebf5;
                    font-weight: bold;
                    border-left: 2px solid;
                }

    .nav-tabs.nav-stacked > li > a {
        margin: 1px 0px 0px 15px;
        padding-left: 20px;
        color: #ddd;
        border: none;
        background: transparent;
        filter: none;
        text-shadow: 0px 1px 1px #000;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

        .nav-tabs.nav-stacked > li > a > i {
            opacity: .4;
        }

        .nav-tabs.nav-stacked > li > a:hover > i {
            opacity: .8;
        }

        .nav-tabs.nav-stacked > li > a:hover {
            margin: 1px 0px 0px 15px;
            /*color: #fff;*/
            /*border-top: 1px solid transparent;
	  	border-bottom: 1px solid #0a0c0e;*/
            border: none;
            /*background: rgba(0,0,0,.25);*/
            filter: none;
            text-shadow: 0px 1px 1px #000;
            /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.45), inset 0 0px 1px rgba(0,0,0,0.25);
		   -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.45), inset 0 0px 1px rgba(0,0,0,0.25);
		   		box-shadow: inset 0 1px 1px rgba(0,0,0,0.45), inset 0 0px 1px rgba(0,0,0,0.25);*/
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            border-radius: 0px;
        }

    .nav-tabs.nav-stacked > li.active > a {
        margin: 1px 0px 0px 12px;
        font-weight: bold;
        /*border-top: 1px solid transparent;
	  	border-bottom: 1px solid #0a0c0e;*/
        border-left: 3px solid;
        border-right: none;
        border-top: none;
        border-bottom: none;
        background: rgba(21, 137, 238, 0.15);
        /*text-shadow: 0px 1px 1px #000;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.45), inset 0 0px 1px rgba(0,0,0,0.25);
		   -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.45), inset 0 0px 1px rgba(0,0,0,0.25);
		   		box-shadow: inset 0 1px 1px rgba(0,0,0,0.45), inset 0 0px 1px rgba(0,0,0,0.25);*/
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        text-shadow: none;
    }

    .nav-tabs.nav-stacked > li:first-child > a {
        margin: 0px 0px 0px 15px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

    .nav-tabs.nav-stacked > li:last-child > a {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }


    footer {
        /*margin: 0 -20px 0px -20px;*/
        padding: 10px 20px;
        position: relative;
        z-index: 2;
        margin: 0;
        background: white;
        border: none;
        color: #00263e; /*var(--fox-dark-blue);*/
        text-shadow: none;
        font-weight: bold
    }

    #divMainBody {
        display: flex;
    }

    .non-desktop {
        display: none;
    }

    #divHomeMarket {
        text-align: right;
    }
}

@media (min-width: 979px) and (max-width: 1023px) {
    .nav-collapse, .nav-collapse.collapse {
        height: 0 !important;
        overflow: hidden !important;
    }

        .nav-collapse.in, .nav-collapse.collapse.in {
            height: auto !important;
        }
}

@media (min-width: 768px) and (max-width: 1023px) {
    input[type=text].input-xlarge {
        width: 206px;
    }

    .input-xlarge {
        width: 220px;
    }

    #divHomeMarket {
        text-align: right;
    }
}

@media (max-width: 767px) {
    #imgLogo {
        margin-left: 16px;
    }

    .navbar .btn-navbar {
        margin-right: 16px;
    }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers)
====================================================================== */
@media only screen and (min-width: 480px) and (max-width: 1023px) {

    .desktop {
        display: none;
    }


    #overlay ul {
        margin: 150px auto 0;
    }


    .quick-button,
    .quick-button-small {
        margin-bottom: 20px;
    }

    .pull-right {
        width: 100%;
        margin: 10px auto;
        text-align: center;
    }

    .fc-button-today,
    .fc-button-month,
    .fc-button-agendaWeek,
    .fc-button-agendaDay {
        display: none;
    }

    footer {
        padding: 10px 20px;
        position: relative;
        z-index: 2;
    }

    .navbar .btn-navbar {
        display: block;
    }

    .nav-collapse, .nav-collapse.collapse {
        height: 0;
        overflow: hidden;
    }
}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers)
=================================================================== */
@media only screen and (max-width: 479px) {
    .desktop {
        display: none;
    }

    #overlay ul {
        margin: 150px auto 0;
    }

    .quick-button,
    .quick-button-small {
        margin-bottom: 20px;
    }

    .pull-right {
        width: 100%;
        margin: 10px auto;
        text-align: center;
    }

    .fc-button-today,
    .fc-button-month,
    .fc-button-agendaWeek,
    .fc-button-agendaDay {
        display: none;
    }

    table,
    .pagination {
        font-size: 10px;
    }

    .pagination {
        padding: 5px;
    }

    footer {
        padding: 10px 20px;
        position: relative;
        z-index: 2;
    }
}

body {
    padding-right: 0;
    padding-left: 0;
}

.sidebar-nav > ul {
    border: none !important;
    margin-left: 0;
    padding-right: 15px;
}

.nav-tabs.nav-stacked > li > a {
    border-left: none;
    border-right: none;
    color: #00263e; /*var(--fox-dark-blue);*/
    border: none;
    text-shadow: none;
}

.nav-tabs.nav-stacked > li.active > a {
    color: #00263e; /*var(--fox-dark-blue);*/
    background: #d7ebf5;
}

.nav-tabs.nav-stacked > li a.submenu {
    color: #00263e; /*var(--fox-dark-blue);*/
}

.navbar .btn-navbar {
    background-image: none;
    text-shadow: none;
    background-color: transparent;
    margin-top: 15px;
}

    .navbar .btn-navbar .icon-bar {
        background-color: #00263e; /*var(--fox-dark-blue);*/
    }

.main-menu-span.row-fluid {
    min-height: 0;
}
